+++ date ++ echo 'INFO: =================== Mon Nov 10 01:32:34 AM UTC 2025 ===================' INFO: =================== Mon Nov 10 01:32:34 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.129 ++ 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=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ 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=noauth ++ AUTH_PARAMS= ++ SSL_ENABLE=True ++ 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.129 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.129:8081 ' ']' +++ echo 10.0.0.129:8081 ++ ANALYTICS_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.129:9042 ' ']' +++ echo 10.0.0.129:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.129:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.129:8086 ' ']' +++ echo 10.0.0.129:8086 ++ COLLECTOR_SERVERS=10.0.0.129: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.129 ++ CONFIGDB_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.129:8082 ' ']' +++ echo 10.0.0.129:8082 ++ CONFIG_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.129:9161 ' ']' +++ echo 10.0.0.129:9161 ++ CONFIGDB_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.129:9041 ' ']' +++ echo 10.0.0.129:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.129:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=True ++ 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=True ++ 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=True ++ 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.0.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.129:2181, ']' +++ echo 10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.129:2181 ' ']' +++ echo 10.0.0.129:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.129:2181 ++ RABBITMQ_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.129:5673, ']' +++ echo 10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.129: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=True ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.129:6379 ' ']' +++ echo 10.0.0.129:6379 ++ REDIS_SERVERS=10.0.0.129:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=True ++ 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 True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' redis_ssl_config ++ true ++ KAFKA_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.129:9092 ' ']' +++ echo 10.0.0.129:9092 ++ KAFKA_SERVERS=10.0.0.129:9092 ++ KAFKA_SSL_ENABLE=True ++ 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=password ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=252.129.148.71 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5050 ++ KEYSTONE_AUTH_PUBLIC_PORT=5050 ++ 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.129 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=password ++ 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.129 ++ 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=True ++ 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=True ++ 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=True ++ 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 password' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' xmpp_certs_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' analytics_api_ssl_opts ++ true ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' rabbitmq_ssl_config ++ true ++ read -r -d '' kombu_ssl_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' kafka_ssl_config ++ true ++ [[ -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 True + local val=true + [[ true == \t\r\u\e ]] + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + wait_files /etc/contrail/ssl/certs/server.pem /etc/contrail/ssl/private/server-privkey.pem + local file1=/etc/contrail/ssl/certs/server.pem + local file2=/etc/contrail/ssl/private/server-privkey.pem + printf 'INFO: wait for files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem' INFO: wait for files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem+ wait_cmd_success 'test -f /etc/contrail/ssl/certs/server.pem' + local 'cmd=test -f /etc/contrail/ssl/certs/server.pem' + local interval=3 + local max=20 + local i=0 + test -f /etc/contrail/ssl/certs/server.pem + return 0 + wait_cmd_success 'test -f /etc/contrail/ssl/private/server-privkey.pem' + local 'cmd=test -f /etc/contrail/ssl/private/server-privkey.pem' + local interval=3 + local max=20 + local i=0 + test -f /etc/contrail/ssl/private/server-privkey.pem + return 0 + echo -e '\nINFO: files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem are present' INFO: files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem are present + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + wait_config_api_certs_if_ssl_enabled + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + wait_for_cassandra ++ echo 10.0.0.129 ++ cut -d , -f 1 + local cassandra=10.0.0.129 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.129 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.129 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.129 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.129 +++ local servers=10.0.0.129 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie +++ cut -d ' ' -f 1 ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.129,10.147.24.1,127.0.0.1,172.17.0.1,252.129.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.129,10.147.24.1,127.0.0.1,172.17.0.1,252.129.0.1,, =~ ,10\.0\.0\.129, ]] +++ echo 10.0.0.129 1 +++ return ++ local ip=10.0.0.129 ++ [[ -z 10.0.0.129 ]] ++ echo 10.0.0.129 + host_ip=10.0.0.129 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.129:9041 + cassandra_server_list=10.0.0.129:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.129:8082' + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + (( CONFIG_API_WORKER_COUNT == 1 )) + read -r -d '' config_api_certs_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 ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ sort ++ set ++ 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 True + local val=true + [[ true == \t\r\u\e ]] + cat + [[ 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 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/10/2025 01:33:03.874 7fee8bc3ac80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/10/2025 01:33:04.063 7fee8bc3ac80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/10/2025 01:33:04.077 7fee8bc3ac80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/10/2025 01:33:04.077 7fee8bc3ac80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.129 - - [2025-11-10 01:33:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.000923 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=, ca_certs='/etc/contrail/ssl/certs/ca-cert.pem', keyfile='/etc/contrail/ssl/private/server-privkey.pem', certfile='/etc/contrail/ssl/certs/server.pem', ssl_version=<_SSLMethod.PROTOCOL_TLSv1_2: 5>))... Listening on http://10.0.0.129:8082/ Hit Ctrl-C to quit. 10.0.0.129 - - [2025-11-10 01:33:10] "GET / HTTP/1.1" 503 181 0.000253 10.0.0.129 - - [2025-11-10 01:33:10] "GET / HTTP/1.1" 503 181 0.000170 10.0.0.129 - - [2025-11-10 01:33:11] "GET / HTTP/1.1" 200 36499 0.001465 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.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000578 10.0.0.129 - - [2025-11-10 01:33:11] "GET / HTTP/1.1" 200 36499 0.001328 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000451 10.0.0.129 - - [2025-11-10 01:33:11] "GET / HTTP/1.1" 200 36499 0.002030 10.0.0.129 - - [2025-11-10 01:33:11] "GET / HTTP/1.1" 200 36499 0.001305 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000388 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.337425 10.0.0.129 - - [2025-11-10 01:33:11] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005936 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.027372 10.0.0.129 - - [2025-11-10 01:33:11] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005456 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 404 214 0.003306 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 404 214 0.002883 10.0.0.129 - - [2025-11-10 01:33:11] "POST /analytics-nodes HTTP/1.1" 200 599 0.019899 10.0.0.129 - - [2025-11-10 01:33:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.018894 10.0.0.129 - - [2025-11-10 01:33:11] "GET / HTTP/1.1" 200 45019 0.001535 10.0.0.129 - - [2025-11-10 01:33:11] "GET / HTTP/1.1" 200 45019 0.001184 10.0.0.129 - - [2025-11-10 01:33:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 297 0.000344 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000304 10.0.0.129 - - [2025-11-10 01:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.029648 10.0.0.129 - - [2025-11-10 01:33:11] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006184 10.0.0.129 - - [2025-11-10 01:33:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.003497 10.0.0.129 - - [2025-11-10 01:33:12] "POST /config-nodes HTTP/1.1" 200 593 0.024850 10.0.0.129 - - [2025-11-10 01:33:12] "GET / HTTP/1.1" 200 36499 0.001692 10.0.0.129 - - [2025-11-10 01:33:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.031877 10.0.0.129 - - [2025-11-10 01:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.034963 10.0.0.129 - - [2025-11-10 01:33:12] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 333 0.003808 10.0.0.129 - - [2025-11-10 01:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002269 10.0.0.129 - - [2025-11-10 01:33:12] "GET / HTTP/1.1" 200 36499 0.001718 10.0.0.129 - - [2025-11-10 01:33:12] "POST /global-vrouter-configs HTTP/1.1" 401 297 0.000418 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.129 - - [2025-11-10 01:33:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027487 10.0.0.129 - - [2025-11-10 01:33:13] "GET / HTTP/1.1" 200 36499 0.004113 10.0.0.129 - - [2025-11-10 01:33:13] "GET / HTTP/1.1" 200 36499 0.001265 10.0.0.129 - - [2025-11-10 01:33:13] "GET / HTTP/1.1" 200 36499 0.001338 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 401 297 0.000396 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 401 297 0.000494 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.029579 10.0.0.129 - - [2025-11-10 01:33:13] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008595 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.037962 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 404 214 0.003635 10.0.0.129 - - [2025-11-10 01:33:13] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007592 10.0.0.129 - - [2025-11-10 01:33:13] "POST /config-database-nodes HTTP/1.1" 200 611 0.018425 10.0.0.129 - - [2025-11-10 01:33:13] "POST /service-appliance-sets HTTP/1.1" 200 557 0.028506 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.003164 10.0.0.129 - - [2025-11-10 01:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.129 - - [2025-11-10 01:33:14] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007532 10.0.0.129 - - [2025-11-10 01:33:14] "POST /service-appliance-sets HTTP/1.1" 200 545 0.069468 10.0.0.129 - - [2025-11-10 01:33:14] "POST /fqname-to-id HTTP/1.1" 401 297 0.000478 10.0.0.129 - - [2025-11-10 01:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.129 - - [2025-11-10 01:33:14] "GET /network-ipam/ddc574c1-f6de-4458-bf3d-0e041784ba8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1958 0.004087 10.0.0.129 - - [2025-11-10 01:33:14] "POST /service-templates HTTP/1.1" 200 515 0.035345 10.0.0.129 - - [2025-11-10 01:33:14] "POST /service-templates HTTP/1.1" 200 505 0.039834 10.0.0.129 - - [2025-11-10 01:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.042661 10.0.0.129 - - [2025-11-10 01:33:14] "GET /network-ipam/ddc574c1-f6de-4458-bf3d-0e041784ba8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1958 0.005831 10.0.0.129 - - [2025-11-10 01:33:14] "POST /service-templates HTTP/1.1" 200 519 0.035482 10.0.0.129 - - [2025-11-10 01:33:14] "POST /service-templates HTTP/1.1" 200 539 0.018494 10.0.0.129 - - [2025-11-10 01:33:14] "POST /service-templates HTTP/1.1" 200 511 0.024289 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.129 - - [2025-11-10 01:33:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003053 10.0.0.129 - - [2025-11-10 01:33:15] "POST /access-control-lists HTTP/1.1" 200 591 0.052824 10.0.0.129 - - [2025-11-10 01:33:15] "GET / HTTP/1.1" 200 36499 0.001594 10.0.0.129 - - [2025-11-10 01:33:15] "POST /fqname-to-id HTTP/1.1" 404 224 0.004369 10.0.0.129 - - [2025-11-10 01:33:15] "POST /fqname-to-id HTTP/1.1" 401 297 0.000356 10.0.0.129 - - [2025-11-10 01:33:15] "POST /access-control-lists HTTP/1.1" 200 589 0.085121 10.0.0.129 - - [2025-11-10 01:33:15] "POST /route-targets HTTP/1.1" 200 329 0.016650 10.0.0.129 - - [2025-11-10 01:33:15] "GET /obj-perms HTTP/1.1" 200 6402 0.395769 10.0.0.129 - - [2025-11-10 01:33:15] "POST /ref-update HTTP/1.1" 200 156 0.042266 10.0.0.129 - - [2025-11-10 01:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.091543 10.0.0.129 - - [2025-11-10 01:33:15] "GET /routing-instance/ee1d9cdf-46e3-48b7-9dd8-03703071843c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.003986 10.0.0.129 - - [2025-11-10 01:33:15] "POST /route-targets HTTP/1.1" 200 329 0.051011 10.0.0.129 - - [2025-11-10 01:33:15] "POST /bgp-routers HTTP/1.1" 200 616 0.040430 10.0.0.129 - - [2025-11-10 01:33:15] "POST /ref-update HTTP/1.1" 200 156 0.028451 10.0.0.129 - - [2025-11-10 01:33:15] "GET /bgp-router/34027e80-a64d-42a3-a569-9123aba69651?fields=global_system_config_back_refs HTTP/1.1" 200 1112 0.011556 10.0.0.129 - - [2025-11-10 01:33:15] "POST /route-targets HTTP/1.1" 200 329 0.013477 10.0.0.129 - - [2025-11-10 01:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007405 10.0.0.129 - - [2025-11-10 01:33:15] "POST /ref-update HTTP/1.1" 200 156 0.014746 10.0.0.129 - - [2025-11-10 01:33:15] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006294 10.0.0.129 - - [2025-11-10 01:33:15] "GET /obj-perms HTTP/1.1" 200 6402 0.063081 10.0.0.129 - - [2025-11-10 01:33:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009137 10.0.0.129 - - [2025-11-10 01:33:15] "POST /route-targets HTTP/1.1" 200 329 0.032578 10.0.0.129 - - [2025-11-10 01:33:16] "POST /ref-update HTTP/1.1" 200 156 0.013776 10.0.0.129 - - [2025-11-10 01:33:16] "POST /ref-update HTTP/1.1" 200 156 0.037445 10.0.0.129 - - [2025-11-10 01:33:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.003229 10.0.0.129 - - [2025-11-10 01:33:16] "POST /access-control-lists HTTP/1.1" 200 555 0.067547 10.0.0.129 - - [2025-11-10 01:33:16] "PUT /access-control-list/1d393561-caec-4f5a-b100-b09b20d441c2 HTTP/1.1" 200 274 0.012657 10.0.0.129 - - [2025-11-10 01:33:16] "PUT /access-control-list/f8810bc8-a55c-4b02-a846-11a24ad4cecd HTTP/1.1" 200 274 0.027445 10.0.0.129 - - [2025-11-10 01:33:17] "GET / HTTP/1.1" 200 36499 0.001639 10.0.0.129 - - [2025-11-10 01:33:17] "POST /fqname-to-id HTTP/1.1" 401 297 0.000459 10.0.0.129 - - [2025-11-10 01:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.129 - - [2025-11-10 01:33:17] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003613 10.0.0.129 - - [2025-11-10 01:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.038368 10.0.0.129 - - [2025-11-10 01:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.129 - - [2025-11-10 01:33:17] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.015157 10.0.0.129 - - [2025-11-10 01:33:17] "PUT /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea HTTP/1.1" 200 278 0.009834 10.0.0.129 - - [2025-11-10 01:33:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.004605 10.0.0.129 - - [2025-11-10 01:33:17] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.021140 10.0.0.129 - - [2025-11-10 01:33:17] "GET / HTTP/1.1" 200 36499 0.001629 10.0.0.129 - - [2025-11-10 01:33:17] "POST /fqname-to-id HTTP/1.1" 401 297 0.006972 10.0.0.129 - - [2025-11-10 01:33:18] "GET / HTTP/1.1" 200 36499 0.001397 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 401 297 0.000401 10.0.0.129 - - [2025-11-10 01:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027804 10.0.0.129 - - [2025-11-10 01:33:18] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006731 10.0.0.129 - - [2025-11-10 01:33:18] "POST /fqname-to-id HTTP/1.1" 404 214 0.003127 10.0.0.129 - - [2025-11-10 01:33:18] "POST /database-nodes HTTP/1.1" 200 597 0.027519 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 585 0.050118 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 579 0.048494 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 579 0.019125 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 563 0.033351 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 559 0.031276 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 561 0.021466 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 569 0.016817 10.0.0.129 - - [2025-11-10 01:33:18] "POST /alarms HTTP/1.1" 200 553 0.023221 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:33:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001209 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 561 0.023265 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:33:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3042 0.001086 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 571 0.017366 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 559 0.025564 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 571 0.028843 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 579 0.074368 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 573 0.024190 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 565 0.022713 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 565 0.019599 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 565 0.023571 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 551 0.026669 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 599 0.028944 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 579 0.019747 10.0.0.129 - - [2025-11-10 01:33:19] "POST /alarms HTTP/1.1" 200 575 0.042540 10.0.0.129 - - [2025-11-10 01:33:20] "POST /alarms HTTP/1.1" 200 587 0.018589 10.0.0.129 - - [2025-11-10 01:33:20] "POST /alarms HTTP/1.1" 200 613 0.029685 10.0.0.129 - - [2025-11-10 01:33:20] "GET / HTTP/1.1" 200 36499 0.001596 10.0.0.129 - - [2025-11-10 01:33:20] "POST /global-vrouter-configs HTTP/1.1" 401 297 0.000474 10.0.0.129 - - [2025-11-10 01:33:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.035299 10.0.0.129 - - [2025-11-10 01:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.129 - - [2025-11-10 01:33:20] "PUT /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea HTTP/1.1" 200 278 0.014553 10.0.0.129 - - [2025-11-10 01:33:21] "GET / HTTP/1.1" 200 36499 0.001657 10.0.0.129 - - [2025-11-10 01:33:21] "POST /fqname-to-id HTTP/1.1" 401 297 0.000469 10.0.0.129 - - [2025-11-10 01:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.031814 10.0.0.129 - - [2025-11-10 01:33:21] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003533 10.0.0.129 - - [2025-11-10 01:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.129 - - [2025-11-10 01:33:21] "PUT /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea HTTP/1.1" 200 278 0.013793 10.0.0.129 - - [2025-11-10 01:33:22] "GET / HTTP/1.1" 200 36499 0.001594 10.0.0.129 - - [2025-11-10 01:33:22] "POST /fqname-to-id HTTP/1.1" 401 297 0.000587 10.0.0.129 - - [2025-11-10 01:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.033882 10.0.0.129 - - [2025-11-10 01:33:22] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005597 10.0.0.129 - - [2025-11-10 01:33:22] "PUT /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0 HTTP/1.1" 200 276 0.023544 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:33:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000906 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:33:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3022 0.001241 10.0.0.129 - - [2025-11-10 01:33:49] "GET / HTTP/1.1" 200 36499 0.002287 10.0.0.129 - - [2025-11-10 01:33:49] "POST /fqname-to-id HTTP/1.1" 401 297 0.000613 10.0.0.129 - - [2025-11-10 01:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.027884 10.0.0.129 - - [2025-11-10 01:33:49] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005811 10.0.0.129 - - [2025-11-10 01:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.129 - - [2025-11-10 01:33:49] "GET /config-node/832af376-5eac-4286-80f3-f5b5403718bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1189 0.004830 10.0.0.129 - - [2025-11-10 01:34:00] "GET / HTTP/1.1" 200 36499 0.001774 10.0.0.129 - - [2025-11-10 01:34:00] "POST /fqname-to-id HTTP/1.1" 401 297 0.000410 10.0.0.129 - - [2025-11-10 01:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.034162 10.0.0.129 - - [2025-11-10 01:34:01] "GET /routing-instance/ee1d9cdf-46e3-48b7-9dd8-03703071843c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.003790 10.0.0.129 - - [2025-11-10 01:34:01] "POST /bgp-routers HTTP/1.1" 409 299 0.003999 10.0.0.129 - - [2025-11-10 01:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.129 - - [2025-11-10 01:34:01] "GET /bgp-router/34027e80-a64d-42a3-a569-9123aba69651?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1800 0.006365 10.0.0.129 - - [2025-11-10 01:34:01] "PUT /bgp-router/34027e80-a64d-42a3-a569-9123aba69651 HTTP/1.1" 200 256 0.024167 10.0.0.129 - - [2025-11-10 01:34:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000433 10.0.0.129 - - [2025-11-10 01:34:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000376 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000997 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001378 10.0.0.129 - - [2025-11-10 01:34:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000423 10.0.0.129 - - [2025-11-10 01:34:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000424 10.0.0.129 - - [2025-11-10 01:34:16] "GET /obj-perms HTTP/1.1" 200 6402 0.058722 10.0.0.129 - - [2025-11-10 01:34:16] "GET /obj-perms HTTP/1.1" 200 6402 0.074650 10.0.0.129 - - [2025-11-10 01:34:21] "GET / HTTP/1.1" 200 36499 0.001453 10.0.0.129 - - [2025-11-10 01:34:21] "POST /fqname-to-id HTTP/1.1" 401 297 0.000406 10.0.0.129 - - [2025-11-10 01:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.027669 10.0.0.129 - - [2025-11-10 01:34:22] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006005 10.0.0.129 - - [2025-11-10 01:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.129 - - [2025-11-10 01:34:22] "GET /routing-instance/ee1d9cdf-46e3-48b7-9dd8-03703071843c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.004045 10.0.0.129 - - [2025-11-10 01:34:22] "PUT /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0 HTTP/1.1" 200 276 0.015198 10.0.0.129 - - [2025-11-10 01:34:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.002861 10.0.0.129 - - [2025-11-10 01:34:22] "POST /virtual-routers HTTP/1.1" 200 599 0.017704 10.0.0.129 - - [2025-11-10 01:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.129 - - [2025-11-10 01:34:22] "GET /virtual-router/3017afed-b8ee-42d7-bb62-e96f82c8fb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.005189 10.0.0.129 - - [2025-11-10 01:34:22] "POST /fqname-to-id HTTP/1.1" 404 227 0.002941 10.0.0.129 - - [2025-11-10 01:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.129 - - [2025-11-10 01:34:22] "GET /virtual-network/90950f0e-ee90-4100-a92d-783292b6af38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.006102 10.0.0.129 - - [2025-11-10 01:34:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.044947 10.0.0.129 - - [2025-11-10 01:34:23] "PUT /access-control-list/57ca4040-dce8-4131-8f62-3f182b4bb8c8 HTTP/1.1" 200 274 0.011991 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000949 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001065 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001414 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001067 10.0.0.129 - - [2025-11-10 01:34:45] "GET / HTTP/1.1" 200 36499 0.001704 10.0.0.129 - - [2025-11-10 01:34:45] "POST /fqname-to-id HTTP/1.1" 401 297 0.000401 10.0.0.129 - - [2025-11-10 01:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.028202 10.0.0.129 - - [2025-11-10 01:34:45] "GET /global-system-config/684fa9d4-b6de-40e0-9a97-16a8c6eedee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.005075 10.0.0.129 - - [2025-11-10 01:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.129 - - [2025-11-10 01:34:45] "GET /routing-instance/ee1d9cdf-46e3-48b7-9dd8-03703071843c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.003803 10.0.0.129 - - [2025-11-10 01:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.129 - - [2025-11-10 01:34:45] "GET /virtual-router/3017afed-b8ee-42d7-bb62-e96f82c8fb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.003892 10.0.0.129 - - [2025-11-10 01:34:45] "PUT /virtual-router/3017afed-b8ee-42d7-bb62-e96f82c8fb80 HTTP/1.1" 200 264 0.011188 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000847 10.0.0.129 - - [2025-11-10 01:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:34:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001049 10.0.0.129 - - [2025-11-10 01:34:45] "GET /virtual-router/3017afed-b8ee-42d7-bb62-e96f82c8fb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.004015 10.0.0.129 - - [2025-11-10 01:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.129 - - [2025-11-10 01:34:45] "GET /virtual-machine-interface/f332aa2f-94b4-4acb-9872-b0ef3aa32015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1903 0.005331 10.0.0.129 - - [2025-11-10 01:34:46] "PUT /virtual-machine-interface/f332aa2f-94b4-4acb-9872-b0ef3aa32015 HTTP/1.1" 200 286 0.010915 10.0.0.129 - - [2025-11-10 01:35:17] "GET /obj-perms HTTP/1.1" 200 6402 0.051141 10.0.0.129 - - [2025-11-10 01:35:17] "GET /obj-perms HTTP/1.1" 200 6402 0.048261 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:35:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001389 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:35:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001290 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:35:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001036 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:35:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001088 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:35:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000924 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:35:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001026 10.0.0.129 - - [2025-11-10 01:36:17] "GET /obj-perms HTTP/1.1" 200 6402 0.046331 10.0.0.129 - - [2025-11-10 01:36:18] "GET /obj-perms HTTP/1.1" 200 6402 0.047393 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:36:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000901 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:36:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001044 10.0.0.129 - - [2025-11-10 01:37:18] "GET /obj-perms HTTP/1.1" 200 6402 0.050472 10.0.0.129 - - [2025-11-10 01:37:19] "GET /obj-perms HTTP/1.1" 200 6402 0.050413 10.0.0.129 - - [2025-11-10 01:38:06] "GET / HTTP/1.1" 200 36499 0.001566 10.0.0.129 - - [2025-11-10 01:38:15] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000548 10.0.0.129 - - [2025-11-10 01:38:15] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025365 10.0.0.129 - - [2025-11-10 01:38:15] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 123 0.002544 10.0.0.129 - - [2025-11-10 01:38:15] "POST /domains HTTP/1.1" 200 331 0.010682 10.0.0.129 - - [2025-11-10 01:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.036851 10.0.0.129 - - [2025-11-10 01:38:15] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.129526 10.0.0.129 - - [2025-11-10 01:38:15] "POST /id-to-fqname HTTP/1.1" 200 165 0.001729 10.0.0.129 - - [2025-11-10 01:38:15] "POST /fqname-to-id HTTP/1.1" 404 174 0.003634 10.0.0.129 - - [2025-11-10 01:38:15] "POST /security-groups HTTP/1.1" 200 560 0.064705 10.0.0.129 - - [2025-11-10 01:38:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.026462 10.0.0.129 - - [2025-11-10 01:38:15] "POST /projects HTTP/1.1" 200 531 0.317898 10.0.0.129 - - [2025-11-10 01:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.346359 10.0.0.129 - - [2025-11-10 01:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.129 - - [2025-11-10 01:38:15] "POST /access-control-lists HTTP/1.1" 200 575 0.105107 10.0.0.129 - - [2025-11-10 01:38:16] "GET /projects?obj_uuids=1cc47a35-eeab-42be-88fe-fea73a179174&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.000898 10.0.0.129 - - [2025-11-10 01:38:16] "POST /fqname-to-id HTTP/1.1" 404 204 0.004048 10.0.0.129 - - [2025-11-10 01:38:16] "GET /project/1cc47a35-eeab-42be-88fe-fea73a179174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.030768 10.0.0.129 - - [2025-11-10 01:38:16] "GET /projects?obj_uuids=1cc47a35-eeab-42be-88fe-fea73a179174&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001152 10.0.0.129 - - [2025-11-10 01:38:16] "POST /access-control-lists HTTP/1.1" 200 573 0.067560 10.0.0.129 - - [2025-11-10 01:38:16] "GET /project/1cc47a35-eeab-42be-88fe-fea73a179174?fields=security_groups HTTP/1.1" 200 1280 0.117446 10.0.0.129 - - [2025-11-10 01:38:16] "DELETE /security-group/d4f1305b-9343-49e2-a3e2-3da4d1ca747c HTTP/1.1" 200 115 0.034950 10.0.0.129 - - [2025-11-10 01:38:16] "GET /projects?obj_uuids=1cc47a35-eeab-42be-88fe-fea73a179174&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.000902 10.0.0.129 - - [2025-11-10 01:38:16] "GET /project/1cc47a35-eeab-42be-88fe-fea73a179174?fields=application_policy_sets HTTP/1.1" 200 1319 0.034323 10.0.0.129 - - [2025-11-10 01:38:16] "DELETE /project/1cc47a35-eeab-42be-88fe-fea73a179174 HTTP/1.1" 200 115 0.392145 10.0.0.129 - - [2025-11-10 01:38:16] "POST /id-to-fqname HTTP/1.1" 200 165 0.001419 10.0.0.129 - - [2025-11-10 01:38:16] "POST /fqname-to-id HTTP/1.1" 404 174 0.004173 10.0.0.129 - - [2025-11-10 01:38:16] "POST /security-groups HTTP/1.1" 200 560 0.064997 10.0.0.129 - - [2025-11-10 01:38:16] "POST /projects HTTP/1.1" 200 531 0.236041 10.0.0.129 - - [2025-11-10 01:38:16] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 1.345495 10.0.0.129 - - [2025-11-10 01:38:16] "DELETE /access-control-list/3e9d8424-fec5-4410-8b1d-b1606c8ec8c2 HTTP/1.1" 200 115 0.034311 10.0.0.129 - - [2025-11-10 01:38:16] "DELETE /access-control-list/d8fecf84-f4c6-4b06-80e6-7210589c06f3 HTTP/1.1" 200 115 0.025876 10.0.0.129 - - [2025-11-10 01:38:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.003240 10.0.0.129 - - [2025-11-10 01:38:16] "POST /access-control-lists HTTP/1.1" 200 575 0.066468 10.0.0.129 - - [2025-11-10 01:38:16] "POST /fqname-to-id HTTP/1.1" 404 204 0.004399 10.0.0.129 - - [2025-11-10 01:38:17] "POST /access-control-lists HTTP/1.1" 200 573 0.060818 Traceback (most recent call last): File "src/gevent/greenlet.py", line 900, in gevent._gevent_cgreenlet.Greenlet.run File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/server.py", line 209, in wrap_socket_and_handle with _closing_socket(self.wrap_socket(client_socket, **self.ssl_args)) as ssl_socket: File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 870, in wrap_socket return SSLSocket(sock=sock, keyfile=keyfile, certfile=certfile, File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 351, in __init__ self.do_handshake() File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 740, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1147) 2025-11-10T01:38:17Z failed with SSLError [Introspect:8084]10.0.0.129 - - [2025-11-10 01:38:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001049 10.0.0.129 - - [2025-11-10 01:38:18] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001377 10.0.0.129 - - [2025-11-10 01:38:18] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.007260 10.0.0.129 - - [2025-11-10 01:38:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.030125 10.0.0.129 - - [2025-11-10 01:38:18] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002666 10.0.0.129 - - [2025-11-10 01:38:18] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001189 10.0.0.129 - - [2025-11-10 01:38:18] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.007003 10.0.0.129 - - [2025-11-10 01:38:18] "POST /id-to-fqname HTTP/1.1" 200 199 0.001472 10.0.0.129 - - [2025-11-10 01:38:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.004743 10.0.0.129 - - [2025-11-10 01:38:19] "POST /security-groups HTTP/1.1" 200 594 0.061025 10.0.0.129 - - [2025-11-10 01:38:19] "POST /fqname-to-id HTTP/1.1" 404 243 0.002509 10.0.0.129 - - [2025-11-10 01:38:19] "POST /projects HTTP/1.1" 200 599 0.229853 10.0.0.129 - - [2025-11-10 01:38:19] "POST /access-control-lists HTTP/1.1" 200 609 0.065786 10.0.0.129 - - [2025-11-10 01:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.307950 10.0.0.129 - - [2025-11-10 01:38:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.003027 10.0.0.129 - - [2025-11-10 01:38:19] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.437773 10.0.0.129 - - [2025-11-10 01:38:19] "POST /access-control-lists HTTP/1.1" 200 607 0.063924 10.0.0.129 - - [2025-11-10 01:38:19] "GET /obj-perms HTTP/1.1" 200 6402 0.048773 10.0.0.129 - - [2025-11-10 01:38:20] "GET /obj-perms HTTP/1.1" 200 6402 0.092577 10.0.0.129 - - [2025-11-10 01:38:20] "GET / HTTP/1.1" 200 36499 0.002499 10.0.0.129 - - [2025-11-10 01:38:27] "POST /fqname-to-id HTTP/1.1" 401 297 0.000490 10.0.0.129 - - [2025-11-10 01:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.065669 10.0.0.129 - - [2025-11-10 01:38:27] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.129 - - [2025-11-10 01:38:27] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.022509 252.129.8.79 - - [2025-11-10 01:38:28] "POST /neutron/network HTTP/1.1" 200 117 0.039960 10.0.0.129 - - [2025-11-10 01:38:28] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000926 252.129.8.79 - - [2025-11-10 01:38:28] "POST /neutron/network HTTP/1.1" 200 618 0.077078 10.0.0.129 - - [2025-11-10 01:38:28] "POST /route-targets HTTP/1.1" 200 329 0.009681 10.0.0.129 - - [2025-11-10 01:38:28] "POST /ref-update HTTP/1.1" 200 156 0.011426 10.0.0.129 - - [2025-11-10 01:38:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004197 252.129.8.79 - - [2025-11-10 01:38:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.134143 252.129.8.79 - - [2025-11-10 01:38:28] "POST /neutron/network HTTP/1.1" 200 835 0.006095 10.0.0.129 - - [2025-11-10 01:38:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001322 10.0.0.129 - - [2025-11-10 01:38:28] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005012 252.129.8.79 - - [2025-11-10 01:38:28] "POST /neutron/network HTTP/1.1" 200 835 0.005763 10.0.0.129 - - [2025-11-10 01:38:28] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006212 252.129.8.79 - - [2025-11-10 01:38:28] "POST /neutron/network HTTP/1.1" 200 835 0.005820 252.129.8.79 - - [2025-11-10 01:38:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.007059 10.0.0.129 - - [2025-11-10 01:38:29] "GET /domains HTTP/1.1" 401 297 0.000439 10.0.0.129 - - [2025-11-10 01:38:29] "GET /domains HTTP/1.1" 200 440 0.029102 10.0.0.129 - - [2025-11-10 01:38:29] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001006 10.0.0.129 - - [2025-11-10 01:38:29] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1320 0.008108 10.0.0.129 - - [2025-11-10 01:38:29] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001477 10.0.0.129 - - [2025-11-10 01:38:29] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d HTTP/1.1" 200 2169 0.025755 10.0.0.129 - - [2025-11-10 01:38:29] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd HTTP/1.1" 200 2339 0.007144 10.0.0.129 - - [2025-11-10 01:38:29] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd HTTP/1.1" 200 2339 0.006261 10.0.0.129 - - [2025-11-10 01:38:29] "GET /routing-instance/222195d1-af89-45e4-956c-f57c8b39c4de HTTP/1.1" 200 1498 0.003861 10.0.0.129 - - [2025-11-10 01:38:29] "GET /routing-instance/222195d1-af89-45e4-956c-f57c8b39c4de HTTP/1.1" 200 1498 0.003752 10.0.0.129 - - [2025-11-10 01:38:29] "GET /route-target/2e6679d5-deb2-4b10-bd8c-5416912ebb7e HTTP/1.1" 200 1221 0.004986 10.0.0.129 - - [2025-11-10 01:38:29] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd HTTP/1.1" 200 2339 0.004894 10.0.0.129 - - [2025-11-10 01:38:29] "GET /routing-instance/222195d1-af89-45e4-956c-f57c8b39c4de HTTP/1.1" 200 1498 0.003807 10.0.0.129 - - [2025-11-10 01:38:30] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005474 10.0.0.129 - - [2025-11-10 01:38:30] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd HTTP/1.1" 200 2339 0.005027 10.0.0.129 - - [2025-11-10 01:38:30] "GET /routing-instance/222195d1-af89-45e4-956c-f57c8b39c4de HTTP/1.1" 200 1498 0.003826 10.0.0.129 - - [2025-11-10 01:38:30] "GET /routing-instance/222195d1-af89-45e4-956c-f57c8b39c4de HTTP/1.1" 200 1498 0.003575 10.0.0.129 - - [2025-11-10 01:38:30] "GET /route-target/2e6679d5-deb2-4b10-bd8c-5416912ebb7e HTTP/1.1" 200 1221 0.004042 10.0.0.129 - - [2025-11-10 01:38:30] "GET /domains HTTP/1.1" 200 440 0.002732 10.0.0.129 - - [2025-11-10 01:38:30] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001041 10.0.0.129 - - [2025-11-10 01:38:30] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1320 0.007305 10.0.0.129 - - [2025-11-10 01:38:30] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.129 - - [2025-11-10 01:38:30] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d HTTP/1.1" 200 2169 0.025754 10.0.0.129 - - [2025-11-10 01:38:30] "GET /virtual-network/05d8e1fd-0164-4d30-a945-eae31034c6dd HTTP/1.1" 200 2339 0.005059 10.0.0.129 - - [2025-11-10 01:38:30] "GET /obj-perms HTTP/1.1" 200 6471 0.047391 10.0.0.129 - - [2025-11-10 01:38:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001385 252.129.8.79 - - [2025-11-10 01:38:34] "POST /neutron/network HTTP/1.1" 200 845 0.006219 252.129.8.79 - - [2025-11-10 01:38:34] "GET /aaa-mode HTTP/1.1" 401 297 0.000442 252.129.8.79 - - [2025-11-10 01:38:34] "GET / HTTP/1.1" 200 36499 0.001799 252.129.8.79 - - [2025-11-10 01:38:34] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000344 10.0.0.129 - - [2025-11-10 01:38:35] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 252.129.8.79 - - [2025-11-10 01:38:35] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.049991 252.129.8.79 - - [2025-11-10 01:38:35] "POST /neutron/network HTTP/1.1" 200 835 0.030124 252.129.8.79 - - [2025-11-10 01:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.005943 252.129.8.79 - - [2025-11-10 01:38:37] "POST /neutron/network HTTP/1.1" 200 845 0.006381 10.0.0.129 - - [2025-11-10 01:38:37] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 252.129.8.79 - - [2025-11-10 01:38:37] "POST /neutron/port HTTP/1.1" 200 959 0.011832 252.129.8.79 - - [2025-11-10 01:38:37] "POST /neutron/port HTTP/1.1" 200 1067 0.278196 252.129.8.79 - - [2025-11-10 01:38:37] "POST /neutron/security_group HTTP/1.1" 200 2067 0.005527 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/port HTTP/1.1" 200 1067 0.036640 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/port HTTP/1.1" 200 1067 0.009979 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/port HTTP/1.1" 200 1117 0.069624 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/port HTTP/1.1" 200 1091 0.012191 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003820 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/subnet HTTP/1.1" 200 689 0.007324 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/port HTTP/1.1" 200 117 0.001852 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/network HTTP/1.1" 200 835 0.006044 252.129.8.79 - - [2025-11-10 01:38:38] "POST /neutron/port HTTP/1.1" 200 1091 0.011498 252.129.8.79 - - [2025-11-10 01:38:39] "POST /neutron/security_group HTTP/1.1" 200 2067 0.006431 252.129.8.79 - - [2025-11-10 01:38:44] "POST /neutron/port HTTP/1.1" 200 1091 0.010414 252.129.8.79 - - [2025-11-10 01:38:44] "POST /neutron/security_group HTTP/1.1" 200 2067 0.006191 10.0.0.129 - - [2025-11-10 01:38:44] "GET /obj-perms HTTP/1.1" 200 6471 0.001712 10.0.0.129 - - [2025-11-10 01:38:45] "GET /obj-perms HTTP/1.1" 200 6471 0.002373 10.0.0.129 - - [2025-11-10 01:38:46] "GET /obj-perms HTTP/1.1" 200 6471 0.001670 10.0.0.129 - - [2025-11-10 01:38:47] "GET /obj-perms HTTP/1.1" 200 6471 0.001698 10.0.0.129 - - [2025-11-10 01:38:48] "GET /obj-perms HTTP/1.1" 200 6471 0.001820 252.129.8.79 - - [2025-11-10 01:38:49] "POST /neutron/network HTTP/1.1" 200 835 0.010484 252.129.8.79 - - [2025-11-10 01:38:49] "POST /neutron/network HTTP/1.1" 400 204 0.012069 252.129.8.79 - - [2025-11-10 01:38:50] "POST /neutron/port HTTP/1.1" 200 1091 0.011455 252.129.8.79 - - [2025-11-10 01:38:50] "POST /neutron/port HTTP/1.1" 200 1117 0.011169 252.129.8.79 - - [2025-11-10 01:38:50] "POST /neutron/port HTTP/1.1" 200 1091 0.040676 252.129.8.79 - - [2025-11-10 01:38:50] "POST /neutron/security_group HTTP/1.1" 200 2067 0.005617 252.129.8.79 - - [2025-11-10 01:38:50] "POST /neutron/port HTTP/1.1" 200 151 0.135483 252.129.8.79 - - [2025-11-10 01:38:51] "POST /neutron/network HTTP/1.1" 200 835 0.005199 10.0.0.129 - - [2025-11-10 01:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002320 10.0.0.129 - - [2025-11-10 01:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004614 10.0.0.129 - - [2025-11-10 01:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 252.129.8.79 - - [2025-11-10 01:38:52] "POST /neutron/network HTTP/1.1" 200 151 0.082935 10.0.0.129 - - [2025-11-10 01:38:52] "GET /routing-instance/222195d1-af89-45e4-956c-f57c8b39c4de HTTP/1.1" 404 171 0.002036 10.0.0.129 - - [2025-11-10 01:38:52] "DELETE /route-target/2e6679d5-deb2-4b10-bd8c-5416912ebb7e HTTP/1.1" 200 115 0.021538 10.0.0.129 - - [2025-11-10 01:38:52] "GET /domains HTTP/1.1" 200 440 0.003179 10.0.0.129 - - [2025-11-10 01:38:52] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001007 10.0.0.129 - - [2025-11-10 01:38:52] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1320 0.007757 10.0.0.129 - - [2025-11-10 01:38:52] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.129 - - [2025-11-10 01:38:52] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d HTTP/1.1" 200 1919 0.031300 10.0.0.129 - - [2025-11-10 01:38:52] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001085 10.0.0.129 - - [2025-11-10 01:38:52] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.035286 10.0.0.129 - - [2025-11-10 01:38:52] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001253 10.0.0.129 - - [2025-11-10 01:38:52] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?fields=virtual_networks HTTP/1.1" 200 1055 0.071665 10.0.0.129 - - [2025-11-10 01:38:52] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000988 10.0.0.129 - - [2025-11-10 01:38:52] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.027718 10.0.0.129 - - [2025-11-10 01:38:52] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.129 - - [2025-11-10 01:38:53] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?fields=security_groups HTTP/1.1" 200 1292 0.028938 10.0.0.129 - - [2025-11-10 01:38:53] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001326 10.0.0.129 - - [2025-11-10 01:38:53] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.025629 10.0.0.129 - - [2025-11-10 01:38:57] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001030 10.0.0.129 - - [2025-11-10 01:38:57] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.039773 10.0.0.129 - - [2025-11-10 01:38:58] "GET /documentation/index.html HTTP/1.1" 200 210274 0.002984 10.0.0.129 - - [2025-11-10 01:38:58] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001120 10.0.0.129 - - [2025-11-10 01:38:58] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006946 10.0.0.129 - - [2025-11-10 01:38:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.029359 10.0.0.129 - - [2025-11-10 01:38:59] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002779 10.0.0.129 - - [2025-11-10 01:38:59] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001070 10.0.0.129 - - [2025-11-10 01:38:59] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006437 10.0.0.129 - - [2025-11-10 01:38:59] "POST /id-to-fqname HTTP/1.1" 200 200 0.001460 10.0.0.129 - - [2025-11-10 01:38:59] "POST /fqname-to-id HTTP/1.1" 404 209 0.002849 10.0.0.129 - - [2025-11-10 01:38:59] "POST /security-groups HTTP/1.1" 200 595 0.060310 10.0.0.129 - - [2025-11-10 01:38:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002446 10.0.0.129 - - [2025-11-10 01:38:59] "POST /projects HTTP/1.1" 200 601 0.205672 10.0.0.129 - - [2025-11-10 01:38:59] "POST /access-control-lists HTTP/1.1" 200 610 0.055890 10.0.0.129 - - [2025-11-10 01:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.276695 10.0.0.129 - - [2025-11-10 01:38:59] "POST /fqname-to-id HTTP/1.1" 404 243 0.002791 10.0.0.129 - - [2025-11-10 01:38:59] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.404217 10.0.0.129 - - [2025-11-10 01:38:59] "POST /access-control-lists HTTP/1.1" 200 608 0.109680 10.0.0.129 - - [2025-11-10 01:39:00] "GET / HTTP/1.1" 200 36499 0.001707 10.0.0.129 - - [2025-11-10 01:39:01] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.000952 10.0.0.129 - - [2025-11-10 01:39:01] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.027514 10.0.0.129 - - [2025-11-10 01:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.129 - - [2025-11-10 01:39:01] "GET /security-group/1105cffd-9340-4589-90fd-259d3a6ae735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.004440 10.0.0.129 - - [2025-11-10 01:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.129 - - [2025-11-10 01:39:02] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.003032 10.0.0.129 - - [2025-11-10 01:39:02] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.025682 10.0.0.129 - - [2025-11-10 01:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.129 - - [2025-11-10 01:39:02] "GET /security-group/1105cffd-9340-4589-90fd-259d3a6ae735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.003940 10.0.0.129 - - [2025-11-10 01:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.129 - - [2025-11-10 01:39:02] "PUT /security-group/1105cffd-9340-4589-90fd-259d3a6ae735 HTTP/1.1" 200 264 0.013943 10.0.0.129 - - [2025-11-10 01:39:02] "PUT /access-control-list/063004fd-19ff-4539-a040-a6a82d97aff7 HTTP/1.1" 200 274 0.010592 10.0.0.129 - - [2025-11-10 01:39:02] "PUT /access-control-list/e9a7f8fc-74a1-4bb8-b2b4-8b748c5930e3 HTTP/1.1" 200 274 0.010867 10.0.0.129 - - [2025-11-10 01:39:02] "POST /fqname-to-id HTTP/1.1" 401 297 0.000489 10.0.0.129 - - [2025-11-10 01:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.069558 10.0.0.129 - - [2025-11-10 01:39:03] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000986 10.0.0.129 - - [2025-11-10 01:39:03] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041595 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/network HTTP/1.1" 200 117 0.035939 10.0.0.129 - - [2025-11-10 01:39:03] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000955 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/network HTTP/1.1" 200 617 0.072399 10.0.0.129 - - [2025-11-10 01:39:03] "POST /route-targets HTTP/1.1" 200 329 0.013353 10.0.0.129 - - [2025-11-10 01:39:03] "POST /ref-update HTTP/1.1" 200 156 0.022013 10.0.0.129 - - [2025-11-10 01:39:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.150235 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/network HTTP/1.1" 200 837 0.006123 10.0.0.129 - - [2025-11-10 01:39:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001296 10.0.0.129 - - [2025-11-10 01:39:03] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004460 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/network HTTP/1.1" 200 837 0.006269 10.0.0.129 - - [2025-11-10 01:39:03] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005909 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/network HTTP/1.1" 200 837 0.005283 252.129.8.79 - - [2025-11-10 01:39:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.006825 10.0.0.129 - - [2025-11-10 01:39:03] "GET /domains HTTP/1.1" 401 297 0.000423 10.0.0.129 - - [2025-11-10 01:39:04] "GET /domains HTTP/1.1" 200 440 0.026088 10.0.0.129 - - [2025-11-10 01:39:04] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000983 10.0.0.129 - - [2025-11-10 01:39:04] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1518 0.008273 10.0.0.129 - - [2025-11-10 01:39:04] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001418 10.0.0.129 - - [2025-11-10 01:39:04] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 2177 0.024336 10.0.0.129 - - [2025-11-10 01:39:04] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 2347 0.007188 10.0.0.129 - - [2025-11-10 01:39:04] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 2347 0.005051 10.0.0.129 - - [2025-11-10 01:39:04] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd HTTP/1.1" 200 1496 0.003739 10.0.0.129 - - [2025-11-10 01:39:04] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd HTTP/1.1" 200 1496 0.005015 10.0.0.129 - - [2025-11-10 01:39:04] "GET /route-target/da502a20-4ee0-4919-b82f-e53247e434c4 HTTP/1.1" 200 1221 0.003622 10.0.0.129 - - [2025-11-10 01:39:04] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 2347 0.006570 10.0.0.129 - - [2025-11-10 01:39:04] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd HTTP/1.1" 200 1496 0.004428 10.0.0.129 - - [2025-11-10 01:39:04] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005528 10.0.0.129 - - [2025-11-10 01:39:04] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 2347 0.004390 10.0.0.129 - - [2025-11-10 01:39:04] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd HTTP/1.1" 200 1496 0.003602 10.0.0.129 - - [2025-11-10 01:39:04] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd HTTP/1.1" 200 1496 0.003558 10.0.0.129 - - [2025-11-10 01:39:05] "GET /route-target/da502a20-4ee0-4919-b82f-e53247e434c4 HTTP/1.1" 200 1221 0.003305 10.0.0.129 - - [2025-11-10 01:39:05] "GET /domains HTTP/1.1" 200 440 0.004226 10.0.0.129 - - [2025-11-10 01:39:05] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000958 10.0.0.129 - - [2025-11-10 01:39:05] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1518 0.006656 10.0.0.129 - - [2025-11-10 01:39:05] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000974 10.0.0.129 - - [2025-11-10 01:39:05] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 2177 0.030327 10.0.0.129 - - [2025-11-10 01:39:05] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 2347 0.005771 10.0.0.129 - - [2025-11-10 01:39:05] "GET /obj-perms HTTP/1.1" 200 6473 0.052248 10.0.0.129 - - [2025-11-10 01:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.129 - - [2025-11-10 01:39:06] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000998 10.0.0.129 - - [2025-11-10 01:39:06] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.026964 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/network HTTP/1.1" 200 117 0.010426 10.0.0.129 - - [2025-11-10 01:39:06] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000984 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/network HTTP/1.1" 200 617 0.067510 10.0.0.129 - - [2025-11-10 01:39:06] "POST /route-targets HTTP/1.1" 200 329 0.010930 10.0.0.129 - - [2025-11-10 01:39:06] "POST /ref-update HTTP/1.1" 200 156 0.023821 10.0.0.129 - - [2025-11-10 01:39:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002913 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.181451 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/network HTTP/1.1" 200 835 0.005405 10.0.0.129 - - [2025-11-10 01:39:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001331 10.0.0.129 - - [2025-11-10 01:39:06] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004910 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/network HTTP/1.1" 200 835 0.005656 10.0.0.129 - - [2025-11-10 01:39:06] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004887 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/network HTTP/1.1" 200 835 0.004964 252.129.8.79 - - [2025-11-10 01:39:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.007128 10.0.0.129 - - [2025-11-10 01:39:06] "GET /domains HTTP/1.1" 200 440 0.002815 10.0.0.129 - - [2025-11-10 01:39:06] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001511 10.0.0.129 - - [2025-11-10 01:39:06] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1518 0.007956 10.0.0.129 - - [2025-11-10 01:39:06] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001190 10.0.0.129 - - [2025-11-10 01:39:06] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 2405 0.029848 10.0.0.129 - - [2025-11-10 01:39:07] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1 HTTP/1.1" 200 2341 0.006428 10.0.0.129 - - [2025-11-10 01:39:07] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1 HTTP/1.1" 200 2341 0.004837 10.0.0.129 - - [2025-11-10 01:39:07] "GET /routing-instance/9ccb6061-710d-49bd-bac8-8dbf90fd2cfd HTTP/1.1" 200 1496 0.003865 10.0.0.129 - - [2025-11-10 01:39:07] "GET /routing-instance/9ccb6061-710d-49bd-bac8-8dbf90fd2cfd HTTP/1.1" 200 1496 0.004570 10.0.0.129 - - [2025-11-10 01:39:07] "GET /route-target/6b4504fa-c090-4863-915a-2c0b66a00483 HTTP/1.1" 200 1220 0.003582 10.0.0.129 - - [2025-11-10 01:39:07] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1 HTTP/1.1" 200 2341 0.004993 10.0.0.129 - - [2025-11-10 01:39:07] "GET /routing-instance/9ccb6061-710d-49bd-bac8-8dbf90fd2cfd HTTP/1.1" 200 1496 0.003606 10.0.0.129 - - [2025-11-10 01:39:07] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005835 10.0.0.129 - - [2025-11-10 01:39:07] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1 HTTP/1.1" 200 2341 0.005388 10.0.0.129 - - [2025-11-10 01:39:07] "GET /routing-instance/9ccb6061-710d-49bd-bac8-8dbf90fd2cfd HTTP/1.1" 200 1496 0.003645 10.0.0.129 - - [2025-11-10 01:39:07] "GET /routing-instance/9ccb6061-710d-49bd-bac8-8dbf90fd2cfd HTTP/1.1" 200 1496 0.004368 10.0.0.129 - - [2025-11-10 01:39:07] "GET /route-target/6b4504fa-c090-4863-915a-2c0b66a00483 HTTP/1.1" 200 1220 0.003488 10.0.0.129 - - [2025-11-10 01:39:07] "GET /domains HTTP/1.1" 200 440 0.002654 10.0.0.129 - - [2025-11-10 01:39:07] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000957 10.0.0.129 - - [2025-11-10 01:39:07] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1518 0.006505 10.0.0.129 - - [2025-11-10 01:39:07] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001484 10.0.0.129 - - [2025-11-10 01:39:07] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 2405 0.024809 10.0.0.129 - - [2025-11-10 01:39:07] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1 HTTP/1.1" 200 2341 0.005187 10.0.0.129 - - [2025-11-10 01:39:07] "GET /obj-perms HTTP/1.1" 200 6473 0.001628 10.0.0.129 - - [2025-11-10 01:39:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001487 252.129.8.79 - - [2025-11-10 01:39:08] "POST /neutron/network HTTP/1.1" 200 845 0.004943 252.129.8.79 - - [2025-11-10 01:39:08] "GET /aaa-mode HTTP/1.1" 401 297 0.000440 252.129.8.79 - - [2025-11-10 01:39:08] "GET / HTTP/1.1" 200 36499 0.001746 252.129.8.79 - - [2025-11-10 01:39:08] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000389 10.0.0.129 - - [2025-11-10 01:39:08] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000967 252.129.8.79 - - [2025-11-10 01:39:08] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052088 252.129.8.79 - - [2025-11-10 01:39:09] "POST /neutron/network HTTP/1.1" 200 835 0.032849 252.129.8.79 - - [2025-11-10 01:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.004891 252.129.8.79 - - [2025-11-10 01:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.129 - - [2025-11-10 01:39:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001387 252.129.8.79 - - [2025-11-10 01:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.004717 252.129.8.79 - - [2025-11-10 01:39:09] "POST /neutron/network HTTP/1.1" 200 847 0.005494 252.129.8.79 - - [2025-11-10 01:39:10] "GET /aaa-mode HTTP/1.1" 401 297 0.000428 252.129.8.79 - - [2025-11-10 01:39:10] "GET / HTTP/1.1" 200 36499 0.002139 252.129.8.79 - - [2025-11-10 01:39:10] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000416 10.0.0.129 - - [2025-11-10 01:39:10] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001055 252.129.8.79 - - [2025-11-10 01:39:10] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.057433 252.129.8.79 - - [2025-11-10 01:39:10] "POST /neutron/network HTTP/1.1" 200 845 0.006004 252.129.8.79 - - [2025-11-10 01:39:10] "POST /neutron/network HTTP/1.1" 200 837 0.032210 10.0.0.129 - - [2025-11-10 01:39:10] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001052 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 960 0.017426 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 1069 0.275722 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006197 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 1069 0.021436 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.007007 10.0.0.129 - - [2025-11-10 01:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 1069 0.013184 10.0.0.129 - - [2025-11-10 01:39:11] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001102 10.0.0.129 - - [2025-11-10 01:39:11] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024991 10.0.0.129 - - [2025-11-10 01:39:11] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004709 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 1119 0.067017 10.0.0.129 - - [2025-11-10 01:39:11] "GET /floating-ip-pools?parent_id=ba47f8cb-b0e8-4841-8896-570dad340976&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003542 10.0.0.129 - - [2025-11-10 01:39:11] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005509 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 1093 0.012063 10.0.0.129 - - [2025-11-10 01:39:11] "POST /floating-ip-pools HTTP/1.1" 200 611 0.020032 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002909 10.0.0.129 - - [2025-11-10 01:39:11] "POST /ref-update HTTP/1.1" 200 156 0.012315 10.0.0.129 - - [2025-11-10 01:39:11] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007761 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.006768 10.0.0.129 - - [2025-11-10 01:39:11] "GET /domains HTTP/1.1" 200 440 0.003324 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.129 - - [2025-11-10 01:39:11] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000940 10.0.0.129 - - [2025-11-10 01:39:11] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1518 0.006639 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/network HTTP/1.1" 200 835 0.004809 10.0.0.129 - - [2025-11-10 01:39:11] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001265 10.0.0.129 - - [2025-11-10 01:39:11] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 2991 0.035646 252.129.8.79 - - [2025-11-10 01:39:11] "POST /neutron/network HTTP/1.1" 200 847 0.006410 10.0.0.129 - - [2025-11-10 01:39:11] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 2627 0.005441 10.0.0.129 - - [2025-11-10 01:39:12] "GET /floating-ip-pool/cc78e24a-8ae8-4510-9777-65e2afaea330 HTTP/1.1" 200 1444 0.007769 10.0.0.129 - - [2025-11-10 01:39:12] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000976 10.0.0.129 - - [2025-11-10 01:39:12] "GET /domains HTTP/1.1" 200 440 0.004178 10.0.0.129 - - [2025-11-10 01:39:12] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001368 10.0.0.129 - - [2025-11-10 01:39:12] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1518 0.022281 10.0.0.129 - - [2025-11-10 01:39:12] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000931 10.0.0.129 - - [2025-11-10 01:39:12] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 3247 0.036918 10.0.0.129 - - [2025-11-10 01:39:12] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976 HTTP/1.1" 200 3161 0.009145 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 1071 0.304996 10.0.0.129 - - [2025-11-10 01:39:12] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004948 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 1071 0.007840 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 1071 0.013197 10.0.0.129 - - [2025-11-10 01:39:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000325 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 1093 0.032937 10.0.0.129 - - [2025-11-10 01:39:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000351 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005807 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 1121 0.093887 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 1095 0.014086 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.015041 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.001263 252.129.8.79 - - [2025-11-10 01:39:12] "POST /neutron/network HTTP/1.1" 200 837 0.006375 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /project/147f8ba3f36c4467893715c734f79a4d HTTP/1.1" 404 173 0.012130 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /project/bd450ba155c347d09815de75196af106 HTTP/1.1" 404 173 0.011310 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /project/1cc47a35eeab42be88fefea73a179174 HTTP/1.1" 404 173 0.005656 10.0.0.129 - - [2025-11-10 01:39:13] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001075 10.0.0.129 - - [2025-11-10 01:39:13] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.047798 10.0.0.129 - - [2025-11-10 01:39:13] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001214 10.0.0.129 - - [2025-11-10 01:39:13] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?fields=security_groups HTTP/1.1" 200 1382 0.055616 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /security-group/f3cf31c0-0033-4254-a66c-f401b156907e HTTP/1.1" 200 115 0.054733 10.0.0.129 - - [2025-11-10 01:39:13] "GET /projects?obj_uuids=147f8ba3-f36c-4467-8937-15c734f79a4d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001070 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /access-control-list/cb743b26-71b4-4077-9a73-880c52f0d35d HTTP/1.1" 200 115 0.044827 10.0.0.129 - - [2025-11-10 01:39:13] "GET /project/147f8ba3-f36c-4467-8937-15c734f79a4d?fields=application_policy_sets HTTP/1.1" 200 1421 0.051470 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /access-control-list/469f23a8-a6d6-4326-8fcf-617cbd7a1570 HTTP/1.1" 200 115 0.063091 10.0.0.129 - - [2025-11-10 01:39:13] "DELETE /project/147f8ba3-f36c-4467-8937-15c734f79a4d HTTP/1.1" 200 115 0.472656 10.0.0.129 - - [2025-11-10 01:39:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000487 10.0.0.129 - - [2025-11-10 01:39:14] "GET /global-system-configs HTTP/1.1" 401 297 0.001146 252.129.8.79 - - [2025-11-10 01:39:17] "POST /neutron/port HTTP/1.1" 200 1093 0.014439 252.129.8.79 - - [2025-11-10 01:39:17] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006033 252.129.8.79 - - [2025-11-10 01:39:17] "POST /neutron/port HTTP/1.1" 200 1093 0.022876 252.129.8.79 - - [2025-11-10 01:39:17] "POST /neutron/security_group HTTP/1.1" 200 2068 0.008065 252.129.8.79 - - [2025-11-10 01:39:17] "POST /neutron/port HTTP/1.1" 200 1093 0.012590 252.129.8.79 - - [2025-11-10 01:39:17] "POST /neutron/security_group HTTP/1.1" 200 2068 0.008372 10.0.0.129 - - [2025-11-10 01:39:17] "GET /virtual-machine/040309c9-ddc6-46ee-879f-bdb011d84973 HTTP/1.1" 200 1304 0.004428 10.0.0.129 - - [2025-11-10 01:39:18] "GET /virtual-machine-interface/86638cf1-5e68-4797-b7a9-f8666b716abf HTTP/1.1" 200 3006 0.004976 10.0.0.129 - - [2025-11-10 01:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.129 - - [2025-11-10 01:39:18] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003008 10.0.0.129 - - [2025-11-10 01:39:18] "GET /virtual-networks?parent_id=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002994 10.0.0.129 - - [2025-11-10 01:39:18] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005049 252.129.8.79 - - [2025-11-10 01:39:19] "POST /neutron/port HTTP/1.1" 200 1093 0.011480 252.129.8.79 - - [2025-11-10 01:39:19] "POST /neutron/port HTTP/1.1" 200 1093 0.010732 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/network HTTP/1.1" 200 845 0.005978 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003291 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.018767 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001123 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/network HTTP/1.1" 200 835 0.005439 10.0.0.129 - - [2025-11-10 01:39:20] "GET /obj-perms HTTP/1.1" 200 6402 0.053628 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/port HTTP/1.1" 200 1093 0.010504 252.129.8.79 - - [2025-11-10 01:39:20] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006832 10.0.0.129 - - [2025-11-10 01:39:20] "GET /obj-perms HTTP/1.1" 200 6402 0.049102 10.0.0.129 - - [2025-11-10 01:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.129 - - [2025-11-10 01:39:21] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005281 252.129.8.79 - - [2025-11-10 01:39:21] "POST /neutron/port HTTP/1.1" 200 1095 0.010959 252.129.8.79 - - [2025-11-10 01:39:21] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005285 252.129.8.79 - - [2025-11-10 01:39:22] "POST /neutron/port HTTP/1.1" 200 1095 0.035675 252.129.8.79 - - [2025-11-10 01:39:22] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005934 252.129.8.79 - - [2025-11-10 01:39:22] "POST /neutron/port HTTP/1.1" 200 1093 0.012032 252.129.8.79 - - [2025-11-10 01:39:22] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005596 10.0.0.129 - - [2025-11-10 01:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.129 - - [2025-11-10 01:39:23] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003655 10.0.0.129 - - [2025-11-10 01:39:23] "GET /virtual-networks?parent_id=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002969 252.129.8.79 - - [2025-11-10 01:39:23] "POST /neutron/port HTTP/1.1" 200 1093 0.036190 10.0.0.129 - - [2025-11-10 01:39:23] "GET /virtual-network/897b9365-8f0b-45c6-beb9-5ac0689940c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005487 252.129.8.79 - - [2025-11-10 01:39:23] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005133 252.129.8.79 - - [2025-11-10 01:39:23] "POST /neutron/port HTTP/1.1" 200 1095 0.010375 10.0.0.129 - - [2025-11-10 01:39:23] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001009 252.129.8.79 - - [2025-11-10 01:39:23] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005136 252.129.8.79 - - [2025-11-10 01:39:23] "POST /neutron/floatingip HTTP/1.1" 200 531 0.088744 252.129.8.79 - - [2025-11-10 01:39:23] "POST /neutron/port HTTP/1.1" 200 1093 0.010568 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005323 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/floatingip HTTP/1.1" 200 577 0.040347 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/port HTTP/1.1" 200 1095 0.010902 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006141 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/port HTTP/1.1" 200 1095 0.010475 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007760 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/port HTTP/1.1" 200 1095 0.015424 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007172 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/port HTTP/1.1" 200 1093 0.048823 10.0.0.129 - - [2025-11-10 01:39:24] "GET /virtual-machine/43ec8f08-3657-4d3c-b731-c76a5d60ada3 HTTP/1.1" 200 1306 0.004313 252.129.8.79 - - [2025-11-10 01:39:24] "POST /neutron/security_group HTTP/1.1" 200 2068 0.008988 10.0.0.129 - - [2025-11-10 01:39:24] "GET /virtual-machine-interface/89ab37c1-79a5-4ba0-b6f3-9e896297f23b HTTP/1.1" 200 3006 0.004913 10.0.0.129 - - [2025-11-10 01:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.129 - - [2025-11-10 01:39:24] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003227 10.0.0.129 - - [2025-11-10 01:39:24] "GET /virtual-networks?parent_id=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003684 10.0.0.129 - - [2025-11-10 01:39:24] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006179 10.0.0.129 - - [2025-11-10 01:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.129 - - [2025-11-10 01:39:26] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002883 10.0.0.129 - - [2025-11-10 01:39:26] "GET /virtual-networks?parent_id=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002870 10.0.0.129 - - [2025-11-10 01:39:26] "GET /virtual-network/ba47f8cb-b0e8-4841-8896-570dad340976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005863 252.129.8.79 - - [2025-11-10 01:39:26] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010696 10.0.0.129 - - [2025-11-10 01:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.129 - - [2025-11-10 01:39:26] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.003157 10.0.0.129 - - [2025-11-10 01:39:26] "GET /route-target/da502a20-4ee0-4919-b82f-e53247e434c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 904 0.003528 10.0.0.129 - - [2025-11-10 01:39:26] "GET /floating-ip/fe7041e2-b10d-4cb1-a9cb-8b35498a8a12 HTTP/1.1" 200 1892 0.005659 252.129.8.79 - - [2025-11-10 01:39:29] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008268 252.129.8.79 - - [2025-11-10 01:39:29] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017357 252.129.8.79 - - [2025-11-10 01:39:29] "POST /neutron/floatingip HTTP/1.1" 200 531 0.008734 252.129.8.79 - - [2025-11-10 01:39:30] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031790 10.0.0.129 - - [2025-11-10 01:39:30] "GET /floating-ip-pool/cc78e24a-8ae8-4510-9777-65e2afaea330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003073 10.0.0.129 - - [2025-11-10 01:39:30] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.129 - - [2025-11-10 01:39:30] "DELETE /floating-ip-pool/cc78e24a-8ae8-4510-9777-65e2afaea330 HTTP/1.1" 200 115 0.025381 252.129.8.79 - - [2025-11-10 01:39:30] "POST /neutron/network HTTP/1.1" 200 835 0.005702 252.129.8.79 - - [2025-11-10 01:39:30] "POST /neutron/network HTTP/1.1" 400 204 0.009274 252.129.8.79 - - [2025-11-10 01:39:30] "POST /neutron/port HTTP/1.1" 200 1095 0.012717 252.129.8.79 - - [2025-11-10 01:39:30] "POST /neutron/port HTTP/1.1" 200 1093 0.012396 252.129.8.79 - - [2025-11-10 01:39:31] "POST /neutron/port HTTP/1.1" 200 1121 0.010675 252.129.8.79 - - [2025-11-10 01:39:31] "POST /neutron/port HTTP/1.1" 200 1119 0.009644 252.129.8.79 - - [2025-11-10 01:39:31] "POST /neutron/port HTTP/1.1" 200 151 0.117805 252.129.8.79 - - [2025-11-10 01:39:31] "POST /neutron/port HTTP/1.1" 200 151 0.117007 252.129.8.79 - - [2025-11-10 01:39:32] "POST /neutron/network HTTP/1.1" 200 835 0.005251 10.0.0.129 - - [2025-11-10 01:39:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003576 10.0.0.129 - - [2025-11-10 01:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.129 - - [2025-11-10 01:39:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002663 252.129.8.79 - - [2025-11-10 01:39:32] "POST /neutron/network HTTP/1.1" 200 151 0.072442 10.0.0.129 - - [2025-11-10 01:39:32] "DELETE /route-target/6b4504fa-c090-4863-915a-2c0b66a00483 HTTP/1.1" 200 115 0.013594 10.0.0.129 - - [2025-11-10 01:39:32] "GET /routing-instance/9ccb6061-710d-49bd-bac8-8dbf90fd2cfd HTTP/1.1" 404 171 0.002398 10.0.0.129 - - [2025-11-10 01:39:32] "GET /domains HTTP/1.1" 200 440 0.002590 10.0.0.129 - - [2025-11-10 01:39:32] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000953 10.0.0.129 - - [2025-11-10 01:39:32] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1321 0.007580 10.0.0.129 - - [2025-11-10 01:39:32] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001606 10.0.0.129 - - [2025-11-10 01:39:32] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 2177 0.029097 252.129.8.79 - - [2025-11-10 01:39:33] "POST /neutron/network HTTP/1.1" 200 837 0.006898 10.0.0.129 - - [2025-11-10 01:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002211 10.0.0.129 - - [2025-11-10 01:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001975 252.129.8.79 - - [2025-11-10 01:39:33] "POST /neutron/network HTTP/1.1" 200 151 0.072515 10.0.0.129 - - [2025-11-10 01:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.129 - - [2025-11-10 01:39:33] "GET /routing-instance/cee688ea-50f3-429b-957d-060068556afd HTTP/1.1" 404 171 0.002708 10.0.0.129 - - [2025-11-10 01:39:33] "DELETE /route-target/da502a20-4ee0-4919-b82f-e53247e434c4 HTTP/1.1" 200 115 0.015118 10.0.0.129 - - [2025-11-10 01:39:33] "GET /domains HTTP/1.1" 200 440 0.002454 10.0.0.129 - - [2025-11-10 01:39:33] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001555 10.0.0.129 - - [2025-11-10 01:39:33] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1321 0.007183 10.0.0.129 - - [2025-11-10 01:39:33] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001163 10.0.0.129 - - [2025-11-10 01:39:33] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 1927 0.028260 10.0.0.129 - - [2025-11-10 01:39:34] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000987 10.0.0.129 - - [2025-11-10 01:39:34] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.021412 10.0.0.129 - - [2025-11-10 01:39:34] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000892 10.0.0.129 - - [2025-11-10 01:39:34] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?fields=virtual_networks HTTP/1.1" 200 1059 0.064307 10.0.0.129 - - [2025-11-10 01:39:34] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001233 10.0.0.129 - - [2025-11-10 01:39:34] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.023386 10.0.0.129 - - [2025-11-10 01:39:34] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001132 10.0.0.129 - - [2025-11-10 01:39:34] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?fields=security_groups HTTP/1.1" 200 1297 0.070300 10.0.0.129 - - [2025-11-10 01:39:35] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001274 10.0.0.129 - - [2025-11-10 01:39:35] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.007246 10.0.0.129 - - [2025-11-10 01:39:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.026933 10.0.0.129 - - [2025-11-10 01:39:35] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002317 10.0.0.129 - - [2025-11-10 01:39:35] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001131 10.0.0.129 - - [2025-11-10 01:39:35] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006512 10.0.0.129 - - [2025-11-10 01:39:35] "POST /id-to-fqname HTTP/1.1" 200 183 0.001190 10.0.0.129 - - [2025-11-10 01:39:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.002692 10.0.0.129 - - [2025-11-10 01:39:35] "POST /security-groups HTTP/1.1" 200 578 0.063968 10.0.0.129 - - [2025-11-10 01:39:35] "POST /fqname-to-id HTTP/1.1" 404 227 0.002547 10.0.0.129 - - [2025-11-10 01:39:35] "POST /projects HTTP/1.1" 200 567 0.209311 10.0.0.129 - - [2025-11-10 01:39:35] "POST /access-control-lists HTTP/1.1" 200 593 0.059355 10.0.0.129 - - [2025-11-10 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.283850 10.0.0.129 - - [2025-11-10 01:39:35] "POST /fqname-to-id HTTP/1.1" 404 226 0.002779 10.0.0.129 - - [2025-11-10 01:39:35] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.413593 10.0.0.129 - - [2025-11-10 01:39:35] "POST /access-control-lists HTTP/1.1" 200 591 0.061093 10.0.0.129 - - [2025-11-10 01:39:37] "GET / HTTP/1.1" 200 36499 0.001832 10.0.0.129 - - [2025-11-10 01:39:38] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001094 10.0.0.129 - - [2025-11-10 01:39:38] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029800 10.0.0.129 - - [2025-11-10 01:39:38] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000937 10.0.0.129 - - [2025-11-10 01:39:38] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?fields=virtual_networks HTTP/1.1" 200 1025 0.075833 10.0.0.129 - - [2025-11-10 01:39:39] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001225 10.0.0.129 - - [2025-11-10 01:39:39] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.023078 10.0.0.129 - - [2025-11-10 01:39:39] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000990 10.0.0.129 - - [2025-11-10 01:39:39] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?fields=security_groups HTTP/1.1" 200 1246 0.026855 10.0.0.129 - - [2025-11-10 01:39:39] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000951 10.0.0.129 - - [2025-11-10 01:39:39] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006649 10.0.0.129 - - [2025-11-10 01:39:40] "POST /fqname-to-id HTTP/1.1" 404 181 0.030697 10.0.0.129 - - [2025-11-10 01:39:40] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002547 10.0.0.129 - - [2025-11-10 01:39:40] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001019 10.0.0.129 - - [2025-11-10 01:39:40] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.007868 10.0.0.129 - - [2025-11-10 01:39:40] "POST /id-to-fqname HTTP/1.1" 200 183 0.001708 10.0.0.129 - - [2025-11-10 01:39:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.003332 10.0.0.129 - - [2025-11-10 01:39:40] "POST /security-groups HTTP/1.1" 200 578 0.064622 10.0.0.129 - - [2025-11-10 01:39:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.002439 10.0.0.129 - - [2025-11-10 01:39:40] "POST /projects HTTP/1.1" 200 567 0.225202 10.0.0.129 - - [2025-11-10 01:39:40] "POST /access-control-lists HTTP/1.1" 200 593 0.065842 10.0.0.129 - - [2025-11-10 01:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.307404 10.0.0.129 - - [2025-11-10 01:39:40] "POST /fqname-to-id HTTP/1.1" 404 226 0.002803 10.0.0.129 - - [2025-11-10 01:39:40] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.447483 10.0.0.129 - - [2025-11-10 01:39:40] "POST /access-control-lists HTTP/1.1" 200 591 0.066523 10.0.0.129 - - [2025-11-10 01:39:42] "GET / HTTP/1.1" 200 36499 0.003110 10.0.0.129 - - [2025-11-10 01:39:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.002898 10.0.0.129 - - [2025-11-10 01:39:42] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001024 10.0.0.129 - - [2025-11-10 01:39:42] "POST /fqname-to-id HTTP/1.1" 404 226 0.007973 10.0.0.129 - - [2025-11-10 01:39:42] "POST /access-control-lists HTTP/1.1" 200 592 0.019279 10.0.0.129 - - [2025-11-10 01:39:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.002607 10.0.0.129 - - [2025-11-10 01:39:43] "POST /access-control-lists HTTP/1.1" 200 590 0.072561 10.0.0.129 - - [2025-11-10 01:39:43] "PUT /access-control-list/77b98723-6f6a-4bcc-9782-c72b0e2a7cdc HTTP/1.1" 200 274 0.018732 252.129.8.79 - - [2025-11-10 01:39:43] "POST /neutron/security_group HTTP/1.1" 200 1362 0.401623 10.0.0.129 - - [2025-11-10 01:39:43] "PUT /access-control-list/c7aa2094-72dc-41b9-8986-b3e50e96d6d1 HTTP/1.1" 200 274 0.009777 10.0.0.129 - - [2025-11-10 01:39:43] "PUT /access-control-list/c7aa2094-72dc-41b9-8986-b3e50e96d6d1 HTTP/1.1" 200 274 0.010784 10.0.0.129 - - [2025-11-10 01:39:43] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.000924 252.129.8.79 - - [2025-11-10 01:39:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036164 252.129.8.79 - - [2025-11-10 01:39:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009677 252.129.8.79 - - [2025-11-10 01:39:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.093919 10.0.0.129 - - [2025-11-10 01:39:43] "PUT /access-control-list/c7aa2094-72dc-41b9-8986-b3e50e96d6d1 HTTP/1.1" 200 274 0.021912 252.129.8.79 - - [2025-11-10 01:39:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.028768 252.129.8.79 - - [2025-11-10 01:39:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182034 10.0.0.129 - - [2025-11-10 01:39:43] "PUT /access-control-list/c7aa2094-72dc-41b9-8986-b3e50e96d6d1 HTTP/1.1" 200 274 0.014284 10.0.0.129 - - [2025-11-10 01:39:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.003024 10.0.0.129 - - [2025-11-10 01:39:43] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.000932 10.0.0.129 - - [2025-11-10 01:39:43] "POST /fqname-to-id HTTP/1.1" 404 226 0.003908 10.0.0.129 - - [2025-11-10 01:39:43] "POST /access-control-lists HTTP/1.1" 200 592 0.015522 10.0.0.129 - - [2025-11-10 01:39:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003022 10.0.0.129 - - [2025-11-10 01:39:44] "POST /access-control-lists HTTP/1.1" 200 590 0.025567 10.0.0.129 - - [2025-11-10 01:39:44] "PUT /access-control-list/02295254-90f1-4eea-ad93-e20bb0d2212b HTTP/1.1" 200 274 0.008014 252.129.8.79 - - [2025-11-10 01:39:44] "POST /neutron/security_group HTTP/1.1" 200 1362 0.304499 10.0.0.129 - - [2025-11-10 01:39:44] "PUT /access-control-list/bdb048bc-5956-475c-b7c7-63158469cee7 HTTP/1.1" 200 274 0.011467 10.0.0.129 - - [2025-11-10 01:39:44] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001001 10.0.0.129 - - [2025-11-10 01:39:44] "PUT /access-control-list/bdb048bc-5956-475c-b7c7-63158469cee7 HTTP/1.1" 200 274 0.013743 252.129.8.79 - - [2025-11-10 01:39:44] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.048267 252.129.8.79 - - [2025-11-10 01:39:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.023062 252.129.8.79 - - [2025-11-10 01:39:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096501 10.0.0.129 - - [2025-11-10 01:39:44] "PUT /access-control-list/bdb048bc-5956-475c-b7c7-63158469cee7 HTTP/1.1" 200 274 0.022915 252.129.8.79 - - [2025-11-10 01:39:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012946 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:39:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001004 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:39:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001068 252.129.8.79 - - [2025-11-10 01:39:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165267 10.0.0.129 - - [2025-11-10 01:39:44] "POST /fqname-to-id HTTP/1.1" 401 297 0.000559 10.0.0.129 - - [2025-11-10 01:39:44] "PUT /access-control-list/bdb048bc-5956-475c-b7c7-63158469cee7 HTTP/1.1" 200 274 0.011698 10.0.0.129 - - [2025-11-10 01:39:45] "POST /fqname-to-id HTTP/1.1" 404 208 0.028052 10.0.0.129 - - [2025-11-10 01:39:45] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000979 10.0.0.129 - - [2025-11-10 01:39:45] "POST /fqname-to-id HTTP/1.1" 404 243 0.002855 10.0.0.129 - - [2025-11-10 01:39:45] "POST /access-control-lists HTTP/1.1" 200 609 0.015749 10.0.0.129 - - [2025-11-10 01:39:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.002961 10.0.0.129 - - [2025-11-10 01:39:45] "POST /access-control-lists HTTP/1.1" 200 607 0.020398 10.0.0.129 - - [2025-11-10 01:39:45] "PUT /access-control-list/50e6a624-b8dc-4395-af39-87d7842160a6 HTTP/1.1" 200 274 0.009074 252.129.8.79 - - [2025-11-10 01:39:45] "POST /neutron/security_group HTTP/1.1" 200 1377 0.290225 10.0.0.129 - - [2025-11-10 01:39:45] "PUT /access-control-list/bea53b9c-487c-4802-84ae-03c5fe0273eb HTTP/1.1" 200 274 0.008617 10.0.0.129 - - [2025-11-10 01:39:45] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001016 252.129.8.79 - - [2025-11-10 01:39:45] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024317 252.129.8.79 - - [2025-11-10 01:39:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012075 10.0.0.129 - - [2025-11-10 01:39:45] "PUT /access-control-list/bea53b9c-487c-4802-84ae-03c5fe0273eb HTTP/1.1" 200 274 0.017303 10.0.0.129 - - [2025-11-10 01:39:45] "PUT /access-control-list/bea53b9c-487c-4802-84ae-03c5fe0273eb HTTP/1.1" 200 274 0.009680 252.129.8.79 - - [2025-11-10 01:39:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.234780 252.129.8.79 - - [2025-11-10 01:39:45] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.026216 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104876 10.0.0.129 - - [2025-11-10 01:39:46] "PUT /access-control-list/bea53b9c-487c-4802-84ae-03c5fe0273eb HTTP/1.1" 200 274 0.013157 10.0.0.129 - - [2025-11-10 01:39:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.005699 10.0.0.129 - - [2025-11-10 01:39:46] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001206 10.0.0.129 - - [2025-11-10 01:39:46] "POST /fqname-to-id HTTP/1.1" 404 243 0.003355 10.0.0.129 - - [2025-11-10 01:39:46] "POST /access-control-lists HTTP/1.1" 200 609 0.016433 10.0.0.129 - - [2025-11-10 01:39:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.003171 10.0.0.129 - - [2025-11-10 01:39:46] "POST /access-control-lists HTTP/1.1" 200 607 0.023592 10.0.0.129 - - [2025-11-10 01:39:46] "PUT /access-control-list/944e952b-3d83-4110-aff8-590d6880c492 HTTP/1.1" 200 274 0.008436 10.0.0.129 - - [2025-11-10 01:39:46] "PUT /access-control-list/5d122c96-4ad7-4d01-8135-209b182b40e2 HTTP/1.1" 200 274 0.009485 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group HTTP/1.1" 200 1377 0.354750 10.0.0.129 - - [2025-11-10 01:39:46] "PUT /access-control-list/5d122c96-4ad7-4d01-8135-209b182b40e2 HTTP/1.1" 200 274 0.016156 10.0.0.129 - - [2025-11-10 01:39:46] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001009 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.026014 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008611 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170079 10.0.0.129 - - [2025-11-10 01:39:46] "PUT /access-control-list/5d122c96-4ad7-4d01-8135-209b182b40e2 HTTP/1.1" 200 274 0.009786 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010523 252.129.8.79 - - [2025-11-10 01:39:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136709 10.0.0.129 - - [2025-11-10 01:39:46] "PUT /access-control-list/5d122c96-4ad7-4d01-8135-209b182b40e2 HTTP/1.1" 200 274 0.010161 10.0.0.129 - - [2025-11-10 01:39:47] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001031 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.045727 10.0.0.129 - - [2025-11-10 01:39:47] "POST /route-targets HTTP/1.1" 200 329 0.020250 10.0.0.129 - - [2025-11-10 01:39:47] "PUT /logical-router/a0658452-a00e-4c9e-a098-8b91da47599f HTTP/1.1" 200 264 0.022058 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003852 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.005359 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003469 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003848 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003474 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003447 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.004447 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003853 252.129.8.79 - - [2025-11-10 01:39:47] "POST /neutron/router HTTP/1.1" 200 539 0.003804 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003989 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003639 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003339 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003577 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003592 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003351 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003511 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003535 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003795 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003863 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003534 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003632 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003424 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003483 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003491 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003816 252.129.8.79 - - [2025-11-10 01:39:48] "POST /neutron/router HTTP/1.1" 200 539 0.003380 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003849 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003480 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003434 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003372 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003583 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.004416 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.015927 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003757 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.018874 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 539 0.003667 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 151 0.042241 10.0.0.129 - - [2025-11-10 01:39:49] "GET /logical-router/a0658452-a00e-4c9e-a098-8b91da47599f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006349 10.0.0.129 - - [2025-11-10 01:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.129 - - [2025-11-10 01:39:49] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000982 10.0.0.129 - - [2025-11-10 01:39:49] "DELETE /route-target/5058e724-1594-4743-994a-69ed499c1d1d HTTP/1.1" 200 115 0.024601 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 557 0.053571 10.0.0.129 - - [2025-11-10 01:39:49] "POST /route-targets HTTP/1.1" 200 329 0.010655 10.0.0.129 - - [2025-11-10 01:39:49] "PUT /logical-router/ec4c22ea-a30c-4214-a5bd-695492af25a9 HTTP/1.1" 200 264 0.015255 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 557 0.004322 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 557 0.003415 252.129.8.79 - - [2025-11-10 01:39:49] "POST /neutron/router HTTP/1.1" 200 557 0.003762 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003565 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003360 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003398 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003530 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003411 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003452 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003715 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003455 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003331 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003464 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003400 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003560 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003801 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.004137 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003415 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003505 252.129.8.79 - - [2025-11-10 01:39:50] "POST /neutron/router HTTP/1.1" 200 557 0.003398 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003445 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003373 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003384 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003582 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003406 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003646 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003450 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003228 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003403 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.004216 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.005123 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.004050 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.016186 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 557 0.003571 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 558 0.019752 252.129.8.79 - - [2025-11-10 01:39:51] "POST /neutron/router HTTP/1.1" 200 558 0.003636 10.0.0.129 - - [2025-11-10 01:39:52] "GET /logical-router/ec4c22ea-a30c-4214-a5bd-695492af25a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003724 10.0.0.129 - - [2025-11-10 01:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 151 0.042935 10.0.0.129 - - [2025-11-10 01:39:52] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001183 10.0.0.129 - - [2025-11-10 01:39:52] "DELETE /route-target/11f6147b-ae0e-4d3a-b7ed-693fa2d079e0 HTTP/1.1" 200 115 0.025539 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.052243 10.0.0.129 - - [2025-11-10 01:39:52] "POST /route-targets HTTP/1.1" 200 329 0.009695 10.0.0.129 - - [2025-11-10 01:39:52] "PUT /logical-router/0a43186e-bc58-4d00-b24f-585f9d481a72 HTTP/1.1" 200 264 0.017733 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.004423 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.004168 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003520 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003748 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003487 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003564 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003342 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003513 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003423 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003514 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003604 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003361 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.004476 252.129.8.79 - - [2025-11-10 01:39:52] "POST /neutron/router HTTP/1.1" 200 540 0.003379 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003653 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003286 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003442 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003848 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003471 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.005137 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003714 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003588 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003446 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003988 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003317 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003503 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.004383 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003467 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.003424 252.129.8.79 - - [2025-11-10 01:39:53] "POST /neutron/router HTTP/1.1" 200 540 0.004245 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 540 0.004262 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 540 0.003800 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 540 0.015357 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 540 0.003543 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 540 0.015963 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 540 0.003845 10.0.0.129 - - [2025-11-10 01:39:54] "GET /logical-router/0a43186e-bc58-4d00-b24f-585f9d481a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002451 10.0.0.129 - - [2025-11-10 01:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/router HTTP/1.1" 200 151 0.045953 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 519 0.003850 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /route-target/f969a85d-37c7-461f-9f77-66f68f8ff967 HTTP/1.1" 200 115 0.030428 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.036542 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/944e952b-3d83-4110-aff8-590d6880c492 HTTP/1.1" 200 115 0.019612 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 519 0.004361 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/5d122c96-4ad7-4d01-8135-209b182b40e2 HTTP/1.1" 200 115 0.024927 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.037327 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/50e6a624-b8dc-4395-af39-87d7842160a6 HTTP/1.1" 200 115 0.024507 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 504 0.002738 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/bea53b9c-487c-4802-84ae-03c5fe0273eb HTTP/1.1" 200 115 0.019091 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.040794 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/02295254-90f1-4eea-ad93-e20bb0d2212b HTTP/1.1" 200 115 0.028771 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 504 0.003579 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/bdb048bc-5956-475c-b7c7-63158469cee7 HTTP/1.1" 200 115 0.025842 252.129.8.79 - - [2025-11-10 01:39:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.027031 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/77b98723-6f6a-4bcc-9782-c72b0e2a7cdc HTTP/1.1" 200 115 0.016541 10.0.0.129 - - [2025-11-10 01:39:54] "DELETE /access-control-list/c7aa2094-72dc-41b9-8986-b3e50e96d6d1 HTTP/1.1" 200 115 0.014402 10.0.0.129 - - [2025-11-10 01:39:55] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000996 10.0.0.129 - - [2025-11-10 01:39:55] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021468 10.0.0.129 - - [2025-11-10 01:39:55] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001039 10.0.0.129 - - [2025-11-10 01:39:55] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?fields=virtual_networks HTTP/1.1" 200 1024 0.064998 10.0.0.129 - - [2025-11-10 01:39:55] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001284 10.0.0.129 - - [2025-11-10 01:39:55] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.020394 10.0.0.129 - - [2025-11-10 01:39:55] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000966 10.0.0.129 - - [2025-11-10 01:39:55] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?fields=security_groups HTTP/1.1" 200 1245 0.036918 10.0.0.129 - - [2025-11-10 01:39:56] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000996 10.0.0.129 - - [2025-11-10 01:39:56] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006643 10.0.0.129 - - [2025-11-10 01:39:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.029089 10.0.0.129 - - [2025-11-10 01:39:56] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002144 10.0.0.129 - - [2025-11-10 01:39:56] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000947 10.0.0.129 - - [2025-11-10 01:39:56] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006073 10.0.0.129 - - [2025-11-10 01:39:56] "POST /id-to-fqname HTTP/1.1" 200 184 0.001617 10.0.0.129 - - [2025-11-10 01:39:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003567 10.0.0.129 - - [2025-11-10 01:39:56] "POST /security-groups HTTP/1.1" 200 579 0.060340 10.0.0.129 - - [2025-11-10 01:39:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002561 10.0.0.129 - - [2025-11-10 01:39:56] "POST /projects HTTP/1.1" 200 569 0.205684 10.0.0.129 - - [2025-11-10 01:39:56] "POST /access-control-lists HTTP/1.1" 200 594 0.059664 10.0.0.129 - - [2025-11-10 01:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.275490 10.0.0.129 - - [2025-11-10 01:39:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.003112 10.0.0.129 - - [2025-11-10 01:39:56] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.407775 10.0.0.129 - - [2025-11-10 01:39:56] "POST /access-control-lists HTTP/1.1" 200 592 0.056630 10.0.0.129 - - [2025-11-10 01:39:57] "GET / HTTP/1.1" 200 36499 0.001707 10.0.0.129 - - [2025-11-10 01:39:58] "POST /fqname-to-id HTTP/1.1" 401 297 0.000520 10.0.0.129 - - [2025-11-10 01:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.078540 10.0.0.129 - - [2025-11-10 01:39:59] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001072 10.0.0.129 - - [2025-11-10 01:39:59] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.023452 252.129.8.79 - - [2025-11-10 01:39:59] "POST /neutron/network HTTP/1.1" 200 117 0.034734 10.0.0.129 - - [2025-11-10 01:39:59] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001256 252.129.8.79 - - [2025-11-10 01:39:59] "POST /neutron/network HTTP/1.1" 200 599 0.091762 10.0.0.129 - - [2025-11-10 01:39:59] "POST /route-targets HTTP/1.1" 200 329 0.013751 10.0.0.129 - - [2025-11-10 01:39:59] "POST /ref-update HTTP/1.1" 200 156 0.017418 10.0.0.129 - - [2025-11-10 01:39:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003853 252.129.8.79 - - [2025-11-10 01:39:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.201344 252.129.8.79 - - [2025-11-10 01:39:59] "POST /neutron/network HTTP/1.1" 200 819 0.005032 10.0.0.129 - - [2025-11-10 01:39:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001389 10.0.0.129 - - [2025-11-10 01:39:59] "GET /virtual-network/1fab1c57-1ee0-48f6-b190-2d38a954fb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004747 252.129.8.79 - - [2025-11-10 01:39:59] "POST /neutron/network HTTP/1.1" 200 819 0.004750 10.0.0.129 - - [2025-11-10 01:40:00] "GET /virtual-network/1fab1c57-1ee0-48f6-b190-2d38a954fb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005022 252.129.8.79 - - [2025-11-10 01:40:00] "POST /neutron/network HTTP/1.1" 200 819 0.005535 252.129.8.79 - - [2025-11-10 01:40:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006383 10.0.0.129 - - [2025-11-10 01:40:00] "POST /fqname-to-id HTTP/1.1" 404 204 0.002607 10.0.0.129 - - [2025-11-10 01:40:00] "GET /virtual-network/1fab1c57-1ee0-48f6-b190-2d38a954fb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004768 10.0.0.129 - - [2025-11-10 01:40:00] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001167 252.129.8.79 - - [2025-11-10 01:40:00] "POST /neutron/port HTTP/1.1" 200 1016 0.217608 10.0.0.129 - - [2025-11-10 01:40:00] "GET /virtual-machine-interface/d9610d74-d869-43be-9c33-365550e37c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.005221 10.0.0.129 - - [2025-11-10 01:40:00] "GET /virtual-machine-interface/d9610d74-d869-43be-9c33-365550e37c86?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.006059 10.0.0.129 - - [2025-11-10 01:40:00] "GET /instance-ip/f5fc14bf-3ca2-4ff2-83d1-973f547d4220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.003736 10.0.0.129 - - [2025-11-10 01:40:00] "GET /virtual-machine-interface/d9610d74-d869-43be-9c33-365550e37c86 HTTP/1.1" 401 297 0.000621 10.0.0.129 - - [2025-11-10 01:40:00] "GET /virtual-machine-interface/d9610d74-d869-43be-9c33-365550e37c86 HTTP/1.1" 200 2610 0.028675 252.129.8.79 - - [2025-11-10 01:40:01] "POST /neutron/port HTTP/1.1" 200 1016 0.007266 252.129.8.79 - - [2025-11-10 01:40:01] "POST /neutron/port HTTP/1.1" 200 151 0.074675 252.129.8.79 - - [2025-11-10 01:40:01] "POST /neutron/network HTTP/1.1" 200 819 0.007114 10.0.0.129 - - [2025-11-10 01:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.129 - - [2025-11-10 01:40:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002121 10.0.0.129 - - [2025-11-10 01:40:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003026 252.129.8.79 - - [2025-11-10 01:40:01] "POST /neutron/network HTTP/1.1" 200 151 0.078713 10.0.0.129 - - [2025-11-10 01:40:01] "DELETE /route-target/20b14d74-d0f2-42b2-8857-33c486f6bfa2 HTTP/1.1" 200 115 0.015469 10.0.0.129 - - [2025-11-10 01:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.129 - - [2025-11-10 01:40:02] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001022 10.0.0.129 - - [2025-11-10 01:40:02] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.023749 252.129.8.79 - - [2025-11-10 01:40:02] "POST /neutron/network HTTP/1.1" 200 117 0.008217 10.0.0.129 - - [2025-11-10 01:40:02] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.002257 252.129.8.79 - - [2025-11-10 01:40:02] "POST /neutron/network HTTP/1.1" 200 601 0.066971 10.0.0.129 - - [2025-11-10 01:40:02] "POST /route-targets HTTP/1.1" 200 329 0.011116 10.0.0.129 - - [2025-11-10 01:40:02] "POST /ref-update HTTP/1.1" 200 156 0.010159 10.0.0.129 - - [2025-11-10 01:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 252.129.8.79 - - [2025-11-10 01:40:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.165697 10.0.0.129 - - [2025-11-10 01:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003060 252.129.8.79 - - [2025-11-10 01:40:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.145041 252.129.8.79 - - [2025-11-10 01:40:02] "POST /neutron/network HTTP/1.1" 200 974 0.007599 10.0.0.129 - - [2025-11-10 01:40:02] "POST /id-to-fqname HTTP/1.1" 200 215 0.001446 10.0.0.129 - - [2025-11-10 01:40:02] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005722 252.129.8.79 - - [2025-11-10 01:40:02] "POST /neutron/network HTTP/1.1" 200 974 0.007706 10.0.0.129 - - [2025-11-10 01:40:03] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004946 252.129.8.79 - - [2025-11-10 01:40:03] "POST /neutron/network HTTP/1.1" 200 974 0.006490 252.129.8.79 - - [2025-11-10 01:40:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.008097 252.129.8.79 - - [2025-11-10 01:40:03] "POST /neutron/subnet HTTP/1.1" 200 715 0.009734 10.0.0.129 - - [2025-11-10 01:40:03] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000975 252.129.8.79 - - [2025-11-10 01:40:03] "POST /neutron/port HTTP/1.1" 200 1016 0.165237 10.0.0.129 - - [2025-11-10 01:40:03] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001082 252.129.8.79 - - [2025-11-10 01:40:03] "POST /neutron/port HTTP/1.1" 200 1014 0.163206 10.0.0.129 - - [2025-11-10 01:40:03] "POST /id-to-fqname HTTP/1.1" 200 215 0.001572 252.129.8.79 - - [2025-11-10 01:40:03] "POST /neutron/port HTTP/1.1" 200 1016 0.006793 252.129.8.79 - - [2025-11-10 01:40:04] "POST /neutron/port HTTP/1.1" 200 1016 0.033591 252.129.8.79 - - [2025-11-10 01:40:04] "POST /neutron/network HTTP/1.1" 200 974 0.006839 252.129.8.79 - - [2025-11-10 01:40:04] "POST /neutron/port HTTP/1.1" 200 1016 0.008125 252.129.8.79 - - [2025-11-10 01:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.004603 252.129.8.79 - - [2025-11-10 01:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.005209 10.0.0.129 - - [2025-11-10 01:40:04] "POST /id-to-fqname HTTP/1.1" 200 215 0.001350 252.129.8.79 - - [2025-11-10 01:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.005919 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 1016 0.008786 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 1014 0.007222 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 1014 0.009120 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/network HTTP/1.1" 200 974 0.007426 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 1014 0.007182 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.007862 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.005595 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.004671 252.129.8.79 - - [2025-11-10 01:40:05] "POST /neutron/port HTTP/1.1" 200 1014 0.006607 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1016 0.008532 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/network HTTP/1.1" 200 984 0.005235 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1016 0.007483 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1016 0.007275 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1104 0.097419 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1078 0.010429 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003748 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1014 0.006808 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.008656 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/network HTTP/1.1" 200 984 0.005919 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001598 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1014 0.007767 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/network HTTP/1.1" 200 974 0.007680 252.129.8.79 - - [2025-11-10 01:40:06] "POST /neutron/port HTTP/1.1" 200 1014 0.007098 252.129.8.79 - - [2025-11-10 01:40:07] "POST /neutron/port HTTP/1.1" 200 1102 0.090739 252.129.8.79 - - [2025-11-10 01:40:07] "POST /neutron/port HTTP/1.1" 200 1076 0.015107 252.129.8.79 - - [2025-11-10 01:40:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004455 252.129.8.79 - - [2025-11-10 01:40:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.007872 252.129.8.79 - - [2025-11-10 01:40:07] "POST /neutron/port HTTP/1.1" 200 117 0.001125 252.129.8.79 - - [2025-11-10 01:40:07] "POST /neutron/network HTTP/1.1" 200 974 0.006166 252.129.8.79 - - [2025-11-10 01:40:10] "POST /neutron/port HTTP/1.1" 200 1078 0.010875 252.129.8.79 - - [2025-11-10 01:40:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005694 252.129.8.79 - - [2025-11-10 01:40:11] "POST /neutron/port HTTP/1.1" 200 1078 0.013994 252.129.8.79 - - [2025-11-10 01:40:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007848 252.129.8.79 - - [2025-11-10 01:40:11] "POST /neutron/port HTTP/1.1" 200 1078 0.014389 252.129.8.79 - - [2025-11-10 01:40:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006155 10.0.0.129 - - [2025-11-10 01:40:11] "GET /virtual-machine/89998a39-e13a-472b-bebf-a9222615e70d HTTP/1.1" 200 1286 0.004028 10.0.0.129 - - [2025-11-10 01:40:11] "GET /virtual-machine-interface/f41504c4-48f8-45cd-9dd3-abae139affb8 HTTP/1.1" 200 2927 0.004724 10.0.0.129 - - [2025-11-10 01:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.129 - - [2025-11-10 01:40:11] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002811 10.0.0.129 - - [2025-11-10 01:40:11] "GET /virtual-networks?parent_id=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002775 10.0.0.129 - - [2025-11-10 01:40:11] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004862 10.0.0.129 - - [2025-11-10 01:40:13] "DELETE /project/370876804a2049e2a47e0b0498818ac8 HTTP/1.1" 404 173 0.017743 10.0.0.129 - - [2025-11-10 01:40:13] "DELETE /project/5938d8437fbc4fc68cbc54ba4eb015aa HTTP/1.1" 404 173 0.015404 10.0.0.129 - - [2025-11-10 01:40:13] "DELETE /project/bd80a9319566444ea4c176181d0ef123 HTTP/1.1" 404 173 0.006782 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000931 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000800 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000844 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.093658 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.099203 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000901 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000775 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.096928 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?fields=security_groups HTTP/1.1" 200 1335 0.034005 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000884 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?fields=security_groups HTTP/1.1" 200 1336 0.107210 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?fields=security_groups HTTP/1.1" 200 1387 0.084777 10.0.0.129 - - [2025-11-10 01:40:13] "DELETE /security-group/eb8d6e05-f9ee-4603-8a15-c4e95454fd47 HTTP/1.1" 200 115 0.105087 10.0.0.129 - - [2025-11-10 01:40:13] "GET /projects?obj_uuids=5938d843-7fbc-4fc6-8cbc-54ba4eb015aa&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001129 10.0.0.129 - - [2025-11-10 01:40:13] "DELETE /access-control-list/b83f18d5-36e9-4e02-9dac-8ab66b54850d HTTP/1.1" 200 115 0.052123 10.0.0.129 - - [2025-11-10 01:40:13] "GET /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa?fields=application_policy_sets HTTP/1.1" 200 1374 0.052241 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /access-control-list/82458568-7a85-48f0-ae38-e8a078687ed4 HTTP/1.1" 200 115 0.059635 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /security-group/4b5624d3-0ac4-4e62-a4f6-ce0b518c0e8c HTTP/1.1" 200 115 0.124060 10.0.0.129 - - [2025-11-10 01:40:14] "GET /projects?obj_uuids=bd80a931-9566-444e-a4c1-76181d0ef123&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001181 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /security-group/053eca9e-0dae-4378-9a09-0d17f4a36d38 HTTP/1.1" 200 115 0.116601 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /access-control-list/9027fafb-8fba-44dc-8cfd-722d761186a3 HTTP/1.1" 200 115 0.047100 10.0.0.129 - - [2025-11-10 01:40:14] "GET /projects?obj_uuids=bd450ba1-55c3-47d0-9815-de75196af106&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001080 10.0.0.129 - - [2025-11-10 01:40:14] "GET /project/bd450ba1-55c3-47d0-9815-de75196af106?fields=application_policy_sets HTTP/1.1" 200 1426 0.040498 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /access-control-list/49f95db5-2abf-470f-8ba6-8106b6bb2c32 HTTP/1.1" 200 115 0.053092 10.0.0.129 - - [2025-11-10 01:40:14] "GET /project/bd80a931-9566-444e-a4c1-76181d0ef123?fields=application_policy_sets HTTP/1.1" 200 1375 0.120754 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /access-control-list/9e2ffa5f-9e90-4cc2-a877-bd0f0eb2799d HTTP/1.1" 200 115 0.106254 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /project/5938d843-7fbc-4fc6-8cbc-54ba4eb015aa HTTP/1.1" 200 115 0.636738 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /access-control-list/63e153ec-2473-443c-9af8-522f2661450c HTTP/1.1" 200 115 0.086545 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /project/bd450ba1-55c3-47d0-9815-de75196af106 HTTP/1.1" 200 115 0.764032 10.0.0.129 - - [2025-11-10 01:40:14] "DELETE /project/bd80a931-9566-444e-a4c1-76181d0ef123 HTTP/1.1" 200 115 0.790448 10.0.0.129 - - [2025-11-10 01:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.129 - - [2025-11-10 01:40:14] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004695 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/port HTTP/1.1" 200 1076 0.011548 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006616 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/port HTTP/1.1" 200 1078 0.014927 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005780 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/port HTTP/1.1" 200 1076 0.010078 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007130 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/port HTTP/1.1" 200 1078 0.009719 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005084 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/port HTTP/1.1" 200 1078 0.011861 252.129.8.79 - - [2025-11-10 01:40:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005306 252.129.8.79 - - [2025-11-10 01:40:18] "POST /neutron/port HTTP/1.1" 200 1076 0.012168 252.129.8.79 - - [2025-11-10 01:40:18] "POST /neutron/port HTTP/1.1" 200 1078 0.010186 252.129.8.79 - - [2025-11-10 01:40:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.004880 252.129.8.79 - - [2025-11-10 01:40:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.004995 10.0.0.129 - - [2025-11-10 01:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.129 - - [2025-11-10 01:40:19] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002803 10.0.0.129 - - [2025-11-10 01:40:19] "GET /virtual-networks?parent_id=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002841 10.0.0.129 - - [2025-11-10 01:40:19] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004926 252.129.8.79 - - [2025-11-10 01:40:19] "POST /neutron/port HTTP/1.1" 200 1076 0.010838 252.129.8.79 - - [2025-11-10 01:40:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006209 252.129.8.79 - - [2025-11-10 01:40:19] "POST /neutron/port HTTP/1.1" 200 1076 0.009628 252.129.8.79 - - [2025-11-10 01:40:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005999 252.129.8.79 - - [2025-11-10 01:40:19] "POST /neutron/port HTTP/1.1" 200 1076 0.009754 252.129.8.79 - - [2025-11-10 01:40:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006158 10.0.0.129 - - [2025-11-10 01:40:19] "GET /virtual-machine/dacd5cba-5a38-46e4-b033-b26122616dab HTTP/1.1" 200 1287 0.004764 10.0.0.129 - - [2025-11-10 01:40:19] "GET /virtual-machine-interface/11fd619e-53ab-4c05-97ec-9203bce9cc4b HTTP/1.1" 200 2926 0.004790 10.0.0.129 - - [2025-11-10 01:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.129 - - [2025-11-10 01:40:19] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002641 10.0.0.129 - - [2025-11-10 01:40:20] "GET /virtual-networks?parent_id=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002699 10.0.0.129 - - [2025-11-10 01:40:20] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004925 10.0.0.129 - - [2025-11-10 01:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.129 - - [2025-11-10 01:40:21] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003031 10.0.0.129 - - [2025-11-10 01:40:21] "GET /obj-perms HTTP/1.1" 200 6402 0.055775 10.0.0.129 - - [2025-11-10 01:40:21] "GET /virtual-networks?parent_id=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002802 10.0.0.129 - - [2025-11-10 01:40:21] "GET /virtual-network/36033f38-eb1f-4186-bec9-97a208ff6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005080 10.0.0.129 - - [2025-11-10 01:40:21] "GET /obj-perms HTTP/1.1" 200 6402 0.048433 252.129.8.79 - - [2025-11-10 01:40:24] "POST /neutron/port HTTP/1.1" 200 1102 0.013718 252.129.8.79 - - [2025-11-10 01:40:24] "POST /neutron/port HTTP/1.1" 200 1102 0.008517 252.129.8.79 - - [2025-11-10 01:40:24] "POST /neutron/port HTTP/1.1" 200 151 0.138592 252.129.8.79 - - [2025-11-10 01:40:24] "POST /neutron/port HTTP/1.1" 200 1104 0.012186 252.129.8.79 - - [2025-11-10 01:40:25] "POST /neutron/port HTTP/1.1" 200 1104 0.009878 252.129.8.79 - - [2025-11-10 01:40:25] "POST /neutron/port HTTP/1.1" 200 117 0.008353 252.129.8.79 - - [2025-11-10 01:40:25] "POST /neutron/port HTTP/1.1" 400 205 0.005709 252.129.8.79 - - [2025-11-10 01:40:25] "POST /neutron/port HTTP/1.1" 200 151 0.121576 252.129.8.79 - - [2025-11-10 01:40:25] "POST /neutron/network HTTP/1.1" 200 974 0.009741 10.0.0.129 - - [2025-11-10 01:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005892 10.0.0.129 - - [2025-11-10 01:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009396 10.0.0.129 - - [2025-11-10 01:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006468 10.0.0.129 - - [2025-11-10 01:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.129 - - [2025-11-10 01:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 252.129.8.79 - - [2025-11-10 01:40:25] "POST /neutron/network HTTP/1.1" 200 151 0.167018 10.0.0.129 - - [2025-11-10 01:40:25] "DELETE /route-target/51c44669-9742-46de-980d-e2d7db99bb1b HTTP/1.1" 200 115 0.035308 10.0.0.129 - - [2025-11-10 01:40:25] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001025 10.0.0.129 - - [2025-11-10 01:40:25] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.028309 10.0.0.129 - - [2025-11-10 01:40:25] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001441 10.0.0.129 - - [2025-11-10 01:40:25] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?fields=virtual_networks HTTP/1.1" 200 1026 0.070438 10.0.0.129 - - [2025-11-10 01:40:26] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001393 10.0.0.129 - - [2025-11-10 01:40:26] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.039619 10.0.0.129 - - [2025-11-10 01:40:26] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000998 10.0.0.129 - - [2025-11-10 01:40:26] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?fields=security_groups HTTP/1.1" 200 1248 0.030748 10.0.0.129 - - [2025-11-10 01:40:26] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001352 10.0.0.129 - - [2025-11-10 01:40:26] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.007641 10.0.0.129 - - [2025-11-10 01:40:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.032482 10.0.0.129 - - [2025-11-10 01:40:27] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002189 10.0.0.129 - - [2025-11-10 01:40:27] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001482 10.0.0.129 - - [2025-11-10 01:40:27] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006928 10.0.0.129 - - [2025-11-10 01:40:27] "POST /id-to-fqname HTTP/1.1" 200 186 0.004379 10.0.0.129 - - [2025-11-10 01:40:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.003181 10.0.0.129 - - [2025-11-10 01:40:27] "POST /security-groups HTTP/1.1" 200 581 0.068906 10.0.0.129 - - [2025-11-10 01:40:27] "POST /fqname-to-id HTTP/1.1" 404 230 0.002746 10.0.0.129 - - [2025-11-10 01:40:27] "POST /projects HTTP/1.1" 200 573 0.234184 10.0.0.129 - - [2025-11-10 01:40:27] "POST /access-control-lists HTTP/1.1" 200 596 0.062771 10.0.0.129 - - [2025-11-10 01:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.315617 10.0.0.129 - - [2025-11-10 01:40:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002984 10.0.0.129 - - [2025-11-10 01:40:27] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.454545 10.0.0.129 - - [2025-11-10 01:40:27] "POST /access-control-lists HTTP/1.1" 200 594 0.056920 10.0.0.129 - - [2025-11-10 01:40:28] "GET / HTTP/1.1" 200 36499 0.002027 10.0.0.129 - - [2025-11-10 01:40:29] "POST /fqname-to-id HTTP/1.1" 401 297 0.000650 10.0.0.129 - - [2025-11-10 01:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.067391 10.0.0.129 - - [2025-11-10 01:40:29] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000999 10.0.0.129 - - [2025-11-10 01:40:29] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.026464 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.005801 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/port HTTP/1.1" 400 205 0.003246 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/network HTTP/1.1" 200 117 0.035287 10.0.0.129 - - [2025-11-10 01:40:30] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000990 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/network HTTP/1.1" 200 603 0.074224 10.0.0.129 - - [2025-11-10 01:40:30] "POST /route-targets HTTP/1.1" 200 329 0.016662 10.0.0.129 - - [2025-11-10 01:40:30] "POST /ref-update HTTP/1.1" 200 156 0.025628 10.0.0.129 - - [2025-11-10 01:40:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005896 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.207849 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/network HTTP/1.1" 200 821 0.004905 10.0.0.129 - - [2025-11-10 01:40:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.001387 10.0.0.129 - - [2025-11-10 01:40:30] "GET /virtual-network/6dea48c7-69b3-4916-b137-5892692766c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005509 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/network HTTP/1.1" 200 821 0.005953 10.0.0.129 - - [2025-11-10 01:40:30] "GET /virtual-network/6dea48c7-69b3-4916-b137-5892692766c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004906 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/network HTTP/1.1" 200 821 0.005777 252.129.8.79 - - [2025-11-10 01:40:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.006411 10.0.0.129 - - [2025-11-10 01:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.129 - - [2025-11-10 01:40:30] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001183 10.0.0.129 - - [2025-11-10 01:40:30] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024583 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/network HTTP/1.1" 200 117 0.011029 10.0.0.129 - - [2025-11-10 01:40:31] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/network HTTP/1.1" 200 603 0.094136 10.0.0.129 - - [2025-11-10 01:40:31] "POST /route-targets HTTP/1.1" 200 329 0.010054 10.0.0.129 - - [2025-11-10 01:40:31] "POST /ref-update HTTP/1.1" 200 156 0.010196 10.0.0.129 - - [2025-11-10 01:40:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002216 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.122476 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/network HTTP/1.1" 200 823 0.005025 10.0.0.129 - - [2025-11-10 01:40:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001403 10.0.0.129 - - [2025-11-10 01:40:31] "GET /virtual-network/43b13cf8-b506-48d2-bd20-77e4ebb857d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004389 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/network HTTP/1.1" 200 823 0.005283 10.0.0.129 - - [2025-11-10 01:40:31] "GET /virtual-network/43b13cf8-b506-48d2-bd20-77e4ebb857d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005033 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/network HTTP/1.1" 200 823 0.005202 252.129.8.79 - - [2025-11-10 01:40:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.006284 10.0.0.129 - - [2025-11-10 01:40:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001388 252.129.8.79 - - [2025-11-10 01:40:32] "POST /neutron/network HTTP/1.1" 200 831 0.006662 252.129.8.79 - - [2025-11-10 01:40:32] "GET /aaa-mode HTTP/1.1" 401 297 0.000586 252.129.8.79 - - [2025-11-10 01:40:32] "GET / HTTP/1.1" 200 36499 0.002411 252.129.8.79 - - [2025-11-10 01:40:32] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000356 10.0.0.129 - - [2025-11-10 01:40:32] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 252.129.8.79 - - [2025-11-10 01:40:32] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046949 252.129.8.79 - - [2025-11-10 01:40:32] "POST /neutron/network HTTP/1.1" 200 821 0.005948 252.129.8.79 - - [2025-11-10 01:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.004625 252.129.8.79 - - [2025-11-10 01:40:33] "POST /neutron/port HTTP/1.1" 200 117 0.005707 10.0.0.129 - - [2025-11-10 01:40:33] "POST /id-to-fqname HTTP/1.1" 200 217 0.001339 252.129.8.79 - - [2025-11-10 01:40:33] "POST /neutron/port HTTP/1.1" 200 117 0.005746 252.129.8.79 - - [2025-11-10 01:40:33] "POST /neutron/network HTTP/1.1" 200 833 0.005384 252.129.8.79 - - [2025-11-10 01:40:33] "GET /aaa-mode HTTP/1.1" 401 297 0.000458 252.129.8.79 - - [2025-11-10 01:40:33] "GET / HTTP/1.1" 200 36499 0.001911 252.129.8.79 - - [2025-11-10 01:40:33] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000615 252.129.8.79 - - [2025-11-10 01:40:33] "POST /neutron/network HTTP/1.1" 200 831 0.008446 10.0.0.129 - - [2025-11-10 01:40:33] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.129 - - [2025-11-10 01:40:33] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001023 252.129.8.79 - - [2025-11-10 01:40:33] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070698 252.129.8.79 - - [2025-11-10 01:40:33] "POST /neutron/network HTTP/1.1" 200 823 0.004912 252.129.8.79 - - [2025-11-10 01:40:33] "POST /neutron/port HTTP/1.1" 200 1055 0.320214 252.129.8.79 - - [2025-11-10 01:40:34] "POST /neutron/port HTTP/1.1" 200 1055 0.008709 252.129.8.79 - - [2025-11-10 01:40:34] "POST /neutron/port HTTP/1.1" 200 1055 0.009070 252.129.8.79 - - [2025-11-10 01:40:34] "POST /neutron/port HTTP/1.1" 200 1105 0.134311 252.129.8.79 - - [2025-11-10 01:40:34] "POST /neutron/port HTTP/1.1" 200 1079 0.019392 252.129.8.79 - - [2025-11-10 01:40:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.046272 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.007824 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/port HTTP/1.1" 200 1079 0.019952 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.001279 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.028107 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/network HTTP/1.1" 200 821 0.004622 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.007251 10.0.0.129 - - [2025-11-10 01:40:35] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/router HTTP/1.1" 200 578 0.073687 10.0.0.129 - - [2025-11-10 01:40:35] "POST /route-targets HTTP/1.1" 200 329 0.010518 10.0.0.129 - - [2025-11-10 01:40:35] "PUT /logical-router/9a073c1b-0223-48f3-9ee8-a53fec7f4aa9 HTTP/1.1" 200 264 0.031976 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/router HTTP/1.1" 200 578 0.011709 10.0.0.129 - - [2025-11-10 01:40:35] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001357 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/router HTTP/1.1" 200 344 0.273336 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/network HTTP/1.1" 200 833 0.038085 10.0.0.129 - - [2025-11-10 01:40:35] "POST /ref-update HTTP/1.1" 200 156 0.027398 10.0.0.129 - - [2025-11-10 01:40:35] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 252.129.8.79 - - [2025-11-10 01:40:35] "POST /neutron/port HTTP/1.1" 200 1079 0.026126 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.047379 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/port HTTP/1.1" 200 1057 0.274694 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/port HTTP/1.1" 200 1057 0.008358 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/port HTTP/1.1" 200 1057 0.010163 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/port HTTP/1.1" 200 1107 0.062861 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/port HTTP/1.1" 200 1081 0.010127 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.009715 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/port HTTP/1.1" 200 117 0.001660 252.129.8.79 - - [2025-11-10 01:40:36] "POST /neutron/network HTTP/1.1" 200 823 0.005363 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:40:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000928 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:40:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001131 252.129.8.79 - - [2025-11-10 01:40:41] "POST /neutron/port HTTP/1.1" 200 1079 0.010965 252.129.8.79 - - [2025-11-10 01:40:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006636 252.129.8.79 - - [2025-11-10 01:40:41] "POST /neutron/port HTTP/1.1" 200 1079 0.010187 252.129.8.79 - - [2025-11-10 01:40:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006467 252.129.8.79 - - [2025-11-10 01:40:41] "POST /neutron/port HTTP/1.1" 200 1079 0.014161 252.129.8.79 - - [2025-11-10 01:40:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006911 10.0.0.129 - - [2025-11-10 01:40:41] "GET /virtual-machine/db92c44e-97ce-4a24-8f50-3a4f32cee101 HTTP/1.1" 401 297 0.000502 10.0.0.129 - - [2025-11-10 01:40:41] "GET /virtual-machine/db92c44e-97ce-4a24-8f50-3a4f32cee101 HTTP/1.1" 200 1293 0.031291 10.0.0.129 - - [2025-11-10 01:40:41] "GET /virtual-machine-interface/d5c6c506-0640-48f8-9bcb-d6be5b1364c9 HTTP/1.1" 200 2937 0.005068 10.0.0.129 - - [2025-11-10 01:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.129 - - [2025-11-10 01:40:42] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002847 10.0.0.129 - - [2025-11-10 01:40:42] "GET /virtual-networks?parent_id=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002802 10.0.0.129 - - [2025-11-10 01:40:42] "GET /virtual-network/6dea48c7-69b3-4916-b137-5892692766c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005387 252.129.8.79 - - [2025-11-10 01:40:44] "POST /neutron/port HTTP/1.1" 200 1079 0.010099 252.129.8.79 - - [2025-11-10 01:40:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005474 252.129.8.79 - - [2025-11-10 01:40:44] "POST /neutron/port HTTP/1.1" 200 1079 0.018927 252.129.8.79 - - [2025-11-10 01:40:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005259 10.0.0.129 - - [2025-11-10 01:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.129 - - [2025-11-10 01:40:45] "GET /virtual-network/6dea48c7-69b3-4916-b137-5892692766c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007885 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/port HTTP/1.1" 200 1079 0.010641 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005209 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/port HTTP/1.1" 200 1081 0.012248 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006611 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/port HTTP/1.1" 200 1081 0.011475 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/port HTTP/1.1" 200 1079 0.009687 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005091 252.129.8.79 - - [2025-11-10 01:40:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005510 10.0.0.129 - - [2025-11-10 01:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.129 - - [2025-11-10 01:40:47] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002711 10.0.0.129 - - [2025-11-10 01:40:47] "GET /virtual-networks?parent_id=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002893 10.0.0.129 - - [2025-11-10 01:40:47] "GET /virtual-network/6dea48c7-69b3-4916-b137-5892692766c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004873 252.129.8.79 - - [2025-11-10 01:40:47] "POST /neutron/port HTTP/1.1" 200 1081 0.010552 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006259 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/port HTTP/1.1" 200 1081 0.009478 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006065 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/port HTTP/1.1" 200 1081 0.010921 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005868 10.0.0.129 - - [2025-11-10 01:40:48] "GET /virtual-machine/a5eac309-3bac-4dd5-8cab-65a2281c196e HTTP/1.1" 200 1293 0.004009 10.0.0.129 - - [2025-11-10 01:40:48] "GET /virtual-machine-interface/92f03c96-b513-46c4-8de2-80540c189140 HTTP/1.1" 200 2937 0.005418 10.0.0.129 - - [2025-11-10 01:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.129 - - [2025-11-10 01:40:48] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004313 10.0.0.129 - - [2025-11-10 01:40:48] "GET /virtual-networks?parent_id=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002841 10.0.0.129 - - [2025-11-10 01:40:48] "GET /virtual-network/43b13cf8-b506-48d2-bd20-77e4ebb857d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004869 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/port HTTP/1.1" 200 1081 0.010355 252.129.8.79 - - [2025-11-10 01:40:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005910 10.0.0.129 - - [2025-11-10 01:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.129 - - [2025-11-10 01:40:49] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003056 10.0.0.129 - - [2025-11-10 01:40:49] "GET /virtual-networks?parent_id=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003136 10.0.0.129 - - [2025-11-10 01:40:49] "GET /virtual-network/43b13cf8-b506-48d2-bd20-77e4ebb857d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005760 252.129.8.79 - - [2025-11-10 01:40:55] "POST /neutron/router HTTP/1.1" 200 578 0.004985 10.0.0.129 - - [2025-11-10 01:40:55] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 252.129.8.79 - - [2025-11-10 01:40:55] "POST /neutron/router HTTP/1.1" 200 344 0.205857 10.0.0.129 - - [2025-11-10 01:40:55] "POST /ref-update HTTP/1.1" 200 156 0.011792 252.129.8.79 - - [2025-11-10 01:40:55] "POST /neutron/port HTTP/1.1" 200 1880 0.014918 252.129.8.79 - - [2025-11-10 01:40:57] "POST /neutron/router HTTP/1.1" 200 578 0.003593 10.0.0.129 - - [2025-11-10 01:40:57] "POST /ref-update HTTP/1.1" 200 156 0.010425 252.129.8.79 - - [2025-11-10 01:40:57] "POST /neutron/router HTTP/1.1" 200 344 0.100533 252.129.8.79 - - [2025-11-10 01:41:01] "POST /neutron/router HTTP/1.1" 200 578 0.005006 10.0.0.129 - - [2025-11-10 01:41:01] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 252.129.8.79 - - [2025-11-10 01:41:01] "POST /neutron/router HTTP/1.1" 200 344 0.205782 10.0.0.129 - - [2025-11-10 01:41:01] "POST /ref-update HTTP/1.1" 200 156 0.009394 252.129.8.79 - - [2025-11-10 01:41:03] "POST /neutron/router HTTP/1.1" 200 578 0.004551 10.0.0.129 - - [2025-11-10 01:41:03] "POST /ref-update HTTP/1.1" 200 156 0.011700 252.129.8.79 - - [2025-11-10 01:41:03] "POST /neutron/router HTTP/1.1" 200 344 0.105053 252.129.8.79 - - [2025-11-10 01:41:03] "POST /neutron/router HTTP/1.1" 200 578 0.004493 10.0.0.129 - - [2025-11-10 01:41:03] "POST /ref-update HTTP/1.1" 200 156 0.015826 252.129.8.79 - - [2025-11-10 01:41:04] "POST /neutron/router HTTP/1.1" 200 344 0.123585 252.129.8.79 - - [2025-11-10 01:41:04] "POST /neutron/router HTTP/1.1" 200 578 0.004793 10.0.0.129 - - [2025-11-10 01:41:04] "GET /logical-router/9a073c1b-0223-48f3-9ee8-a53fec7f4aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003978 10.0.0.129 - - [2025-11-10 01:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009354 252.129.8.79 - - [2025-11-10 01:41:04] "POST /neutron/router HTTP/1.1" 200 151 0.058039 10.0.0.129 - - [2025-11-10 01:41:04] "DELETE /route-target/1b9c29f1-2087-4958-87de-b6d2598b3598 HTTP/1.1" 200 115 0.018024 252.129.8.79 - - [2025-11-10 01:41:04] "POST /neutron/network HTTP/1.1" 200 823 0.006089 252.129.8.79 - - [2025-11-10 01:41:04] "POST /neutron/network HTTP/1.1" 400 204 0.010428 252.129.8.79 - - [2025-11-10 01:41:05] "POST /neutron/port HTTP/1.1" 200 1079 0.016039 252.129.8.79 - - [2025-11-10 01:41:05] "POST /neutron/port HTTP/1.1" 200 1081 0.014171 252.129.8.79 - - [2025-11-10 01:41:05] "POST /neutron/port HTTP/1.1" 200 1105 0.016671 252.129.8.79 - - [2025-11-10 01:41:05] "POST /neutron/port HTTP/1.1" 200 1107 0.014370 252.129.8.79 - - [2025-11-10 01:41:05] "POST /neutron/port HTTP/1.1" 200 151 0.193171 252.129.8.79 - - [2025-11-10 01:41:05] "POST /neutron/port HTTP/1.1" 200 151 0.196820 252.129.8.79 - - [2025-11-10 01:41:06] "POST /neutron/network HTTP/1.1" 200 823 0.007989 10.0.0.129 - - [2025-11-10 01:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006056 10.0.0.129 - - [2025-11-10 01:41:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004453 10.0.0.129 - - [2025-11-10 01:41:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002076 252.129.8.79 - - [2025-11-10 01:41:06] "POST /neutron/network HTTP/1.1" 200 151 0.109820 10.0.0.129 - - [2025-11-10 01:41:06] "DELETE /route-target/ebff70a5-2e0c-4251-a787-d63cbd3ec503 HTTP/1.1" 200 115 0.026504 252.129.8.79 - - [2025-11-10 01:41:06] "POST /neutron/network HTTP/1.1" 200 821 0.005649 10.0.0.129 - - [2025-11-10 01:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.129 - - [2025-11-10 01:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.129 - - [2025-11-10 01:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 252.129.8.79 - - [2025-11-10 01:41:07] "POST /neutron/network HTTP/1.1" 200 151 0.238128 10.0.0.129 - - [2025-11-10 01:41:07] "DELETE /route-target/79b7263c-aa62-4d92-9d97-638202b13956 HTTP/1.1" 200 115 0.022725 10.0.0.129 - - [2025-11-10 01:41:07] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.129 - - [2025-11-10 01:41:07] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.029541 10.0.0.129 - - [2025-11-10 01:41:07] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001021 10.0.0.129 - - [2025-11-10 01:41:07] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?fields=virtual_networks HTTP/1.1" 200 1031 0.071544 10.0.0.129 - - [2025-11-10 01:41:07] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001371 10.0.0.129 - - [2025-11-10 01:41:07] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023297 10.0.0.129 - - [2025-11-10 01:41:07] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 10.0.0.129 - - [2025-11-10 01:41:07] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?fields=security_groups HTTP/1.1" 200 1255 0.024229 10.0.0.129 - - [2025-11-10 01:41:08] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001021 10.0.0.129 - - [2025-11-10 01:41:08] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.007058 10.0.0.129 - - [2025-11-10 01:41:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.029883 10.0.0.129 - - [2025-11-10 01:41:08] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002205 10.0.0.129 - - [2025-11-10 01:41:08] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000965 10.0.0.129 - - [2025-11-10 01:41:08] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.005993 10.0.0.129 - - [2025-11-10 01:41:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.002073 10.0.0.129 - - [2025-11-10 01:41:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.002351 10.0.0.129 - - [2025-11-10 01:41:08] "POST /security-groups HTTP/1.1" 200 586 0.060430 10.0.0.129 - - [2025-11-10 01:41:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.004539 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:41:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000769 10.0.0.129 - - [2025-11-10 01:41:08] "POST /projects HTTP/1.1" 200 583 0.212482 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:41:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001097 10.0.0.129 - - [2025-11-10 01:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.283628 10.0.0.129 - - [2025-11-10 01:41:09] "POST /access-control-lists HTTP/1.1" 200 601 0.071109 10.0.0.129 - - [2025-11-10 01:41:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002502 10.0.0.129 - - [2025-11-10 01:41:09] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.414294 10.0.0.129 - - [2025-11-10 01:41:09] "POST /access-control-lists HTTP/1.1" 200 599 0.060327 10.0.0.129 - - [2025-11-10 01:41:10] "GET / HTTP/1.1" 200 36499 0.001842 10.0.0.129 - - [2025-11-10 01:41:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000491 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.029845 10.0.0.129 - - [2025-11-10 01:41:12] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.129 - - [2025-11-10 01:41:12] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.023758 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.129 - - [2025-11-10 01:41:12] "GET /security-group/c8135495-5649-4c42-a500-5e167497c1cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004598 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.129 - - [2025-11-10 01:41:12] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.129 - - [2025-11-10 01:41:12] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026947 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.129 - - [2025-11-10 01:41:12] "GET /security-group/c8135495-5649-4c42-a500-5e167497c1cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003930 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.129 - - [2025-11-10 01:41:12] "PUT /security-group/c8135495-5649-4c42-a500-5e167497c1cb HTTP/1.1" 200 264 0.013047 10.0.0.129 - - [2025-11-10 01:41:12] "PUT /access-control-list/ad81a782-a337-4319-876d-ed2e7d7fd356 HTTP/1.1" 200 274 0.009809 10.0.0.129 - - [2025-11-10 01:41:12] "PUT /access-control-list/9d5eed3e-2936-4b47-a245-0f339ef598f5 HTTP/1.1" 200 274 0.011698 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003178 10.0.0.129 - - [2025-11-10 01:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.129 - - [2025-11-10 01:41:12] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.129 - - [2025-11-10 01:41:12] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027583 252.129.8.79 - - [2025-11-10 01:41:12] "POST /neutron/network HTTP/1.1" 200 117 0.031895 10.0.0.129 - - [2025-11-10 01:41:12] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:41:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000824 252.129.8.79 - - [2025-11-10 01:41:12] "POST /neutron/network HTTP/1.1" 200 606 0.066223 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:41:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001184 10.0.0.129 - - [2025-11-10 01:41:12] "POST /route-targets HTTP/1.1" 200 329 0.009745 10.0.0.129 - - [2025-11-10 01:41:12] "POST /ref-update HTTP/1.1" 200 156 0.010934 10.0.0.129 - - [2025-11-10 01:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.179392 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/network HTTP/1.1" 200 826 0.005046 10.0.0.129 - - [2025-11-10 01:41:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001454 10.0.0.129 - - [2025-11-10 01:41:13] "GET /virtual-network/30ece199-2eae-4db2-8062-24b7f1df5eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005308 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/network HTTP/1.1" 200 826 0.005016 10.0.0.129 - - [2025-11-10 01:41:13] "GET /virtual-network/30ece199-2eae-4db2-8062-24b7f1df5eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004826 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/network HTTP/1.1" 200 826 0.005074 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.006574 10.0.0.129 - - [2025-11-10 01:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.129 - - [2025-11-10 01:41:13] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001561 10.0.0.129 - - [2025-11-10 01:41:13] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029333 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/network HTTP/1.1" 200 117 0.009305 10.0.0.129 - - [2025-11-10 01:41:13] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 252.129.8.79 - - [2025-11-10 01:41:13] "POST /neutron/network HTTP/1.1" 200 613 0.105384 10.0.0.129 - - [2025-11-10 01:41:13] "POST /route-targets HTTP/1.1" 200 329 0.016696 10.0.0.129 - - [2025-11-10 01:41:13] "POST /ref-update HTTP/1.1" 200 156 0.009448 10.0.0.129 - - [2025-11-10 01:41:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003861 252.129.8.79 - - [2025-11-10 01:41:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.362022 252.129.8.79 - - [2025-11-10 01:41:14] "POST /neutron/network HTTP/1.1" 200 832 0.005378 10.0.0.129 - - [2025-11-10 01:41:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001822 10.0.0.129 - - [2025-11-10 01:41:14] "GET /virtual-network/609d0165-2437-489c-a759-43d4942af096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005275 252.129.8.79 - - [2025-11-10 01:41:14] "POST /neutron/network HTTP/1.1" 200 832 0.006105 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /project/54d7fb1cd9a240278fe5854924bf600c HTTP/1.1" 404 173 0.012130 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /project/cb99572d95484fd394503a55ed3ce845 HTTP/1.1" 404 173 0.011161 10.0.0.129 - - [2025-11-10 01:41:14] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000875 10.0.0.129 - - [2025-11-10 01:41:14] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000783 10.0.0.129 - - [2025-11-10 01:41:14] "GET /virtual-network/609d0165-2437-489c-a759-43d4942af096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004387 10.0.0.129 - - [2025-11-10 01:41:14] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044691 10.0.0.129 - - [2025-11-10 01:41:14] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.048656 252.129.8.79 - - [2025-11-10 01:41:14] "POST /neutron/network HTTP/1.1" 200 832 0.026308 10.0.0.129 - - [2025-11-10 01:41:14] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001151 10.0.0.129 - - [2025-11-10 01:41:14] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000841 10.0.0.129 - - [2025-11-10 01:41:14] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?fields=security_groups HTTP/1.1" 200 1345 0.040199 10.0.0.129 - - [2025-11-10 01:41:14] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?fields=security_groups HTTP/1.1" 200 1338 0.053709 252.129.8.79 - - [2025-11-10 01:41:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.006747 10.0.0.129 - - [2025-11-10 01:41:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001070 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /security-group/3826793e-e8ce-4556-a348-bbe7118fd6a1 HTTP/1.1" 200 115 0.053810 10.0.0.129 - - [2025-11-10 01:41:14] "GET /projects?obj_uuids=cb99572d-9548-4fd3-9450-3a55ed3ce845&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001363 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /access-control-list/830b80f0-652d-4882-a45c-250d4320af5c HTTP/1.1" 200 115 0.037833 10.0.0.129 - - [2025-11-10 01:41:14] "GET /project/cb99572d-9548-4fd3-9450-3a55ed3ce845?fields=application_policy_sets HTTP/1.1" 200 1384 0.036729 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /security-group/ccf66595-905e-44ce-9475-1e3bc3272350 HTTP/1.1" 200 115 0.087390 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /access-control-list/fb96b1ee-257f-4a8e-acef-2a0669fea2df HTTP/1.1" 200 115 0.034969 10.0.0.129 - - [2025-11-10 01:41:14] "GET /projects?obj_uuids=37087680-4a20-49e2-a47e-0b0498818ac8&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000937 10.0.0.129 - - [2025-11-10 01:41:14] "GET /project/37087680-4a20-49e2-a47e-0b0498818ac8?fields=application_policy_sets HTTP/1.1" 200 1377 0.030178 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /access-control-list/b2f487cf-b549-42d6-91e6-f5e0f994d63f HTTP/1.1" 200 115 0.031316 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /access-control-list/249a4525-bace-4d13-bb6a-0f36d390ac38 HTTP/1.1" 200 115 0.035928 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /project/cb99572d-9548-4fd3-9450-3a55ed3ce845 HTTP/1.1" 200 115 0.380222 10.0.0.129 - - [2025-11-10 01:41:14] "DELETE /project/37087680-4a20-49e2-a47e-0b0498818ac8 HTTP/1.1" 200 115 0.414368 252.129.8.79 - - [2025-11-10 01:41:15] "POST /neutron/network HTTP/1.1" 200 836 0.006188 252.129.8.79 - - [2025-11-10 01:41:15] "GET /aaa-mode HTTP/1.1" 401 297 0.000430 252.129.8.79 - - [2025-11-10 01:41:15] "GET / HTTP/1.1" 200 36499 0.002079 252.129.8.79 - - [2025-11-10 01:41:15] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000402 10.0.0.129 - - [2025-11-10 01:41:15] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 252.129.8.79 - - [2025-11-10 01:41:15] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055002 252.129.8.79 - - [2025-11-10 01:41:15] "POST /neutron/network HTTP/1.1" 200 826 0.007273 252.129.8.79 - - [2025-11-10 01:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.004542 252.129.8.79 - - [2025-11-10 01:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.129 - - [2025-11-10 01:41:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001532 252.129.8.79 - - [2025-11-10 01:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.005029 252.129.8.79 - - [2025-11-10 01:41:16] "POST /neutron/network HTTP/1.1" 200 836 0.009157 252.129.8.79 - - [2025-11-10 01:41:16] "POST /neutron/network HTTP/1.1" 200 842 0.007906 252.129.8.79 - - [2025-11-10 01:41:16] "GET /aaa-mode HTTP/1.1" 401 297 0.000512 10.0.0.129 - - [2025-11-10 01:41:16] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 252.129.8.79 - - [2025-11-10 01:41:16] "GET / HTTP/1.1" 200 36499 0.001428 252.129.8.79 - - [2025-11-10 01:41:16] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000427 252.129.8.79 - - [2025-11-10 01:41:16] "POST /neutron/port HTTP/1.1" 200 1062 0.208602 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 1062 0.009263 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 1062 0.007882 10.0.0.129 - - [2025-11-10 01:41:17] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 252.129.8.79 - - [2025-11-10 01:41:17] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.075861 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 1112 0.079864 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/network HTTP/1.1" 200 832 0.004856 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 1086 0.010016 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003310 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.009427 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 1086 0.012907 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 117 0.001654 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006491 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/port HTTP/1.1" 200 117 0.010553 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/network HTTP/1.1" 200 826 0.008707 10.0.0.129 - - [2025-11-10 01:41:17] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/router HTTP/1.1" 200 583 0.060798 10.0.0.129 - - [2025-11-10 01:41:17] "POST /route-targets HTTP/1.1" 200 329 0.010801 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/router HTTP/1.1" 200 583 0.003402 10.0.0.129 - - [2025-11-10 01:41:17] "PUT /logical-router/de7182a4-9b9b-4e35-84c1-97f59197479a HTTP/1.1" 200 264 0.086508 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/router HTTP/1.1" 200 654 0.029851 10.0.0.129 - - [2025-11-10 01:41:17] "GET /logical-router/de7182a4-9b9b-4e35-84c1-97f59197479a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007754 10.0.0.129 - - [2025-11-10 01:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/router HTTP/1.1" 200 654 0.004202 10.0.0.129 - - [2025-11-10 01:41:17] "GET /service-template/c88c735d-026c-4e83-8aa0-05b2ffe6b760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1685 0.005342 252.129.8.79 - - [2025-11-10 01:41:17] "POST /neutron/network HTTP/1.1" 200 842 0.005186 10.0.0.129 - - [2025-11-10 01:41:17] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.129 - - [2025-11-10 01:41:18] "POST /fqname-to-id HTTP/1.1" 404 213 0.002218 10.0.0.129 - - [2025-11-10 01:41:18] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.129 - - [2025-11-10 01:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003770 10.0.0.129 - - [2025-11-10 01:41:18] "POST /virtual-networks HTTP/1.1" 200 696 0.230127 10.0.0.129 - - [2025-11-10 01:41:18] "POST /route-targets HTTP/1.1" 200 329 0.026870 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/router HTTP/1.1" 200 344 0.360313 10.0.0.129 - - [2025-11-10 01:41:18] "POST /ref-update HTTP/1.1" 200 156 0.021799 10.0.0.129 - - [2025-11-10 01:41:18] "POST /service-instances HTTP/1.1" 200 672 0.035906 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/port HTTP/1.1" 200 1061 0.375423 10.0.0.129 - - [2025-11-10 01:41:18] "POST /ref-update HTTP/1.1" 200 156 0.022500 10.0.0.129 - - [2025-11-10 01:41:18] "POST /route-tables HTTP/1.1" 200 584 0.039083 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/port HTTP/1.1" 200 1086 0.019102 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/port HTTP/1.1" 200 1061 0.009315 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/security_group HTTP/1.1" 200 2000 0.005785 10.0.0.129 - - [2025-11-10 01:41:18] "PUT /logical-router/de7182a4-9b9b-4e35-84c1-97f59197479a HTTP/1.1" 200 264 0.034406 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/port HTTP/1.1" 200 1061 0.009381 10.0.0.129 - - [2025-11-10 01:41:18] "POST /ref-update HTTP/1.1" 200 156 0.013525 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/port HTTP/1.1" 200 1111 0.080583 10.0.0.129 - - [2025-11-10 01:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.129 - - [2025-11-10 01:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.129 - - [2025-11-10 01:41:18] "POST /virtual-machines HTTP/1.1" 200 551 0.017813 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/port HTTP/1.1" 200 1085 0.022405 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.038402 10.0.0.129 - - [2025-11-10 01:41:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100052 252.129.8.79 - - [2025-11-10 01:41:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.006416 10.0.0.129 - - [2025-11-10 01:41:18] "POST /chown HTTP/1.1" 200 109 0.007448 252.129.8.79 - - [2025-11-10 01:41:19] "POST /neutron/port HTTP/1.1" 200 117 0.002230 10.0.0.129 - - [2025-11-10 01:41:19] "POST /instance-ips HTTP/1.1" 200 549 0.019544 252.129.8.79 - - [2025-11-10 01:41:19] "POST /neutron/network HTTP/1.1" 200 832 0.004987 10.0.0.129 - - [2025-11-10 01:41:19] "POST /instance-ips HTTP/1.1" 400 244 0.013374 10.0.0.129 - - [2025-11-10 01:41:19] "POST /chown HTTP/1.1" 200 109 0.009112 10.0.0.129 - - [2025-11-10 01:41:19] "PUT /virtual-machine-interface/8b323c9b-e612-4950-83d7-532df1ad8632 HTTP/1.1" 200 286 0.011986 10.0.0.129 - - [2025-11-10 01:41:19] "PUT /instance-ip/3460ed88-5032-4fe8-aacc-96bcfff23a63 HTTP/1.1" 200 258 0.016612 10.0.0.129 - - [2025-11-10 01:41:19] "POST /ref-update HTTP/1.1" 200 156 0.015039 10.0.0.129 - - [2025-11-10 01:41:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 808 0.107708 10.0.0.129 - - [2025-11-10 01:41:19] "POST /chown HTTP/1.1" 200 109 0.008554 10.0.0.129 - - [2025-11-10 01:41:19] "POST /instance-ips HTTP/1.1" 200 547 0.029912 10.0.0.129 - - [2025-11-10 01:41:19] "POST /instance-ips HTTP/1.1" 400 314 0.023082 10.0.0.129 - - [2025-11-10 01:41:19] "POST /chown HTTP/1.1" 200 109 0.012812 10.0.0.129 - - [2025-11-10 01:41:19] "PUT /virtual-machine-interface/e3adebbe-6ce5-4dae-ab91-96d178961e85 HTTP/1.1" 200 286 0.011172 10.0.0.129 - - [2025-11-10 01:41:19] "PUT /instance-ip/15ce993c-ad6f-4bde-93f1-2e0bfac125b5 HTTP/1.1" 200 258 0.014897 10.0.0.129 - - [2025-11-10 01:41:19] "POST /ref-update HTTP/1.1" 200 156 0.010735 10.0.0.129 - - [2025-11-10 01:41:19] "POST /ref-update HTTP/1.1" 200 156 0.014052 10.0.0.129 - - [2025-11-10 01:41:19] "PUT /routing-instance/c860a902-ce30-4564-b5c9-211c86da514f HTTP/1.1" 200 268 0.025671 10.0.0.129 - - [2025-11-10 01:41:20] "POST /ref-update HTTP/1.1" 200 156 0.014263 10.0.0.129 - - [2025-11-10 01:41:20] "POST /virtual-machines HTTP/1.1" 200 551 0.016659 10.0.0.129 - - [2025-11-10 01:41:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089350 10.0.0.129 - - [2025-11-10 01:41:20] "POST /chown HTTP/1.1" 200 109 0.015420 10.0.0.129 - - [2025-11-10 01:41:20] "POST /instance-ips HTTP/1.1" 400 244 0.016443 10.0.0.129 - - [2025-11-10 01:41:20] "POST /chown HTTP/1.1" 200 109 0.007771 10.0.0.129 - - [2025-11-10 01:41:20] "PUT /virtual-machine-interface/88cb508b-1ea8-4f0d-a472-c07eb7ceeb47 HTTP/1.1" 200 286 0.012775 10.0.0.129 - - [2025-11-10 01:41:20] "PUT /instance-ip/3460ed88-5032-4fe8-aacc-96bcfff23a63 HTTP/1.1" 200 258 0.015731 10.0.0.129 - - [2025-11-10 01:41:20] "POST /ref-update HTTP/1.1" 200 156 0.016830 10.0.0.129 - - [2025-11-10 01:41:20] "POST /ref-update HTTP/1.1" 200 156 0.012394 10.0.0.129 - - [2025-11-10 01:41:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 808 0.124023 10.0.0.129 - - [2025-11-10 01:41:20] "POST /chown HTTP/1.1" 200 109 0.020841 10.0.0.129 - - [2025-11-10 01:41:20] "POST /instance-ips HTTP/1.1" 400 314 0.018565 10.0.0.129 - - [2025-11-10 01:41:20] "POST /chown HTTP/1.1" 200 109 0.010083 10.0.0.129 - - [2025-11-10 01:41:21] "PUT /virtual-machine-interface/e2219212-cdcc-4b96-9015-799f945a7fe4 HTTP/1.1" 200 286 0.011075 10.0.0.129 - - [2025-11-10 01:41:21] "PUT /instance-ip/15ce993c-ad6f-4bde-93f1-2e0bfac125b5 HTTP/1.1" 200 258 0.016258 10.0.0.129 - - [2025-11-10 01:41:21] "POST /ref-update HTTP/1.1" 200 156 0.015713 10.0.0.129 - - [2025-11-10 01:41:21] "POST /ref-update HTTP/1.1" 200 156 0.012423 252.129.8.79 - - [2025-11-10 01:41:21] "POST /neutron/port HTTP/1.1" 200 1086 0.012980 252.129.8.79 - - [2025-11-10 01:41:21] "POST /neutron/port HTTP/1.1" 200 1086 0.011045 252.129.8.79 - - [2025-11-10 01:41:21] "POST /neutron/network HTTP/1.1" 200 836 0.005142 252.129.8.79 - - [2025-11-10 01:41:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.027292 10.0.0.129 - - [2025-11-10 01:41:22] "GET /obj-perms HTTP/1.1" 200 6402 0.060224 252.129.8.79 - - [2025-11-10 01:41:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.007948 252.129.8.79 - - [2025-11-10 01:41:22] "POST /neutron/port HTTP/1.1" 200 117 0.001243 252.129.8.79 - - [2025-11-10 01:41:22] "POST /neutron/network HTTP/1.1" 200 826 0.005475 10.0.0.129 - - [2025-11-10 01:41:22] "GET /obj-perms HTTP/1.1" 200 6402 0.053794 10.0.0.129 - - [2025-11-10 01:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.129 - - [2025-11-10 01:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.129 - - [2025-11-10 01:41:22] "POST /chown HTTP/1.1" 200 109 0.007046 10.0.0.129 - - [2025-11-10 01:41:22] "POST /instance-ips HTTP/1.1" 400 244 0.014122 10.0.0.129 - - [2025-11-10 01:41:22] "POST /chown HTTP/1.1" 200 109 0.007116 10.0.0.129 - - [2025-11-10 01:41:22] "POST /chown HTTP/1.1" 200 109 0.007949 10.0.0.129 - - [2025-11-10 01:41:22] "POST /instance-ips HTTP/1.1" 400 314 0.014449 10.0.0.129 - - [2025-11-10 01:41:22] "POST /chown HTTP/1.1" 200 109 0.008302 10.0.0.129 - - [2025-11-10 01:41:22] "POST /chown HTTP/1.1" 200 109 0.007570 10.0.0.129 - - [2025-11-10 01:41:22] "POST /instance-ips HTTP/1.1" 400 244 0.017564 10.0.0.129 - - [2025-11-10 01:41:23] "POST /chown HTTP/1.1" 200 109 0.011076 10.0.0.129 - - [2025-11-10 01:41:23] "POST /chown HTTP/1.1" 200 109 0.008113 10.0.0.129 - - [2025-11-10 01:41:23] "POST /instance-ips HTTP/1.1" 400 314 0.016712 10.0.0.129 - - [2025-11-10 01:41:23] "POST /chown HTTP/1.1" 200 109 0.008281 252.129.8.79 - - [2025-11-10 01:41:23] "POST /neutron/port HTTP/1.1" 200 1086 0.021660 252.129.8.79 - - [2025-11-10 01:41:23] "POST /neutron/security_group HTTP/1.1" 200 2000 0.011672 252.129.8.79 - - [2025-11-10 01:41:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016511 252.129.8.79 - - [2025-11-10 01:41:23] "POST /neutron/security_group HTTP/1.1" 200 2000 0.008613 252.129.8.79 - - [2025-11-10 01:41:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014691 252.129.8.79 - - [2025-11-10 01:41:24] "POST /neutron/security_group HTTP/1.1" 200 2000 0.009132 10.0.0.129 - - [2025-11-10 01:41:24] "GET /virtual-machine/3ac44693-9c0d-4ec4-94d9-037bed25cbef HTTP/1.1" 401 297 0.000427 10.0.0.129 - - [2025-11-10 01:41:24] "GET /virtual-machine/3ac44693-9c0d-4ec4-94d9-037bed25cbef HTTP/1.1" 200 1297 0.059842 10.0.0.129 - - [2025-11-10 01:41:24] "GET /virtual-machine-interface/e7fd1e6a-bed3-41a7-b05d-0049b7701e00 HTTP/1.1" 200 2958 0.008863 10.0.0.129 - - [2025-11-10 01:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006131 10.0.0.129 - - [2025-11-10 01:41:24] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003459 10.0.0.129 - - [2025-11-10 01:41:24] "GET /virtual-networks?parent_id=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003933 10.0.0.129 - - [2025-11-10 01:41:25] "GET /virtual-network/30ece199-2eae-4db2-8062-24b7f1df5eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.015131 252.129.8.79 - - [2025-11-10 01:41:27] "POST /neutron/port HTTP/1.1" 200 1086 0.016700 252.129.8.79 - - [2025-11-10 01:41:27] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006635 252.129.8.79 - - [2025-11-10 01:41:27] "POST /neutron/port HTTP/1.1" 200 1086 0.011335 252.129.8.79 - - [2025-11-10 01:41:27] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007985 252.129.8.79 - - [2025-11-10 01:41:27] "POST /neutron/port HTTP/1.1" 200 1086 0.012071 252.129.8.79 - - [2025-11-10 01:41:27] "POST /neutron/security_group HTTP/1.1" 200 2000 0.005669 10.0.0.129 - - [2025-11-10 01:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.129 - - [2025-11-10 01:41:28] "GET /virtual-network/30ece199-2eae-4db2-8062-24b7f1df5eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004779 252.129.8.79 - - [2025-11-10 01:41:28] "POST /neutron/port HTTP/1.1" 200 1085 0.016968 252.129.8.79 - - [2025-11-10 01:41:28] "POST /neutron/security_group HTTP/1.1" 200 2000 0.005657 252.129.8.79 - - [2025-11-10 01:41:28] "POST /neutron/port HTTP/1.1" 200 1085 0.012576 252.129.8.79 - - [2025-11-10 01:41:29] "POST /neutron/security_group HTTP/1.1" 200 2000 0.005736 252.129.8.79 - - [2025-11-10 01:41:29] "POST /neutron/port HTTP/1.1" 200 1085 0.012626 252.129.8.79 - - [2025-11-10 01:41:29] "POST /neutron/security_group HTTP/1.1" 200 2000 0.012970 10.0.0.129 - - [2025-11-10 01:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.129 - - [2025-11-10 01:41:30] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002904 10.0.0.129 - - [2025-11-10 01:41:30] "GET /virtual-networks?parent_id=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003482 10.0.0.129 - - [2025-11-10 01:41:30] "GET /virtual-network/30ece199-2eae-4db2-8062-24b7f1df5eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005795 252.129.8.79 - - [2025-11-10 01:41:30] "POST /neutron/port HTTP/1.1" 200 1085 0.041840 252.129.8.79 - - [2025-11-10 01:41:30] "POST /neutron/security_group HTTP/1.1" 200 2000 0.013754 252.129.8.79 - - [2025-11-10 01:41:31] "POST /neutron/port HTTP/1.1" 200 1085 0.061952 252.129.8.79 - - [2025-11-10 01:41:31] "POST /neutron/security_group HTTP/1.1" 200 2000 0.023732 252.129.8.79 - - [2025-11-10 01:41:31] "POST /neutron/port HTTP/1.1" 200 1085 0.103542 252.129.8.79 - - [2025-11-10 01:41:31] "POST /neutron/security_group HTTP/1.1" 200 2000 0.038186 252.129.8.79 - - [2025-11-10 01:41:31] "POST /neutron/port HTTP/1.1" 200 1085 0.105926 252.129.8.79 - - [2025-11-10 01:41:31] "POST /neutron/security_group HTTP/1.1" 200 2000 0.057424 10.0.0.129 - - [2025-11-10 01:41:31] "GET /virtual-machine/4363c362-1ca9-4e9b-aecc-e277874b88d4 HTTP/1.1" 200 1297 0.013188 10.0.0.129 - - [2025-11-10 01:41:31] "GET /virtual-machine-interface/c33bba01-9281-49f2-9bf0-65d10df79ea2 HTTP/1.1" 200 2970 0.029869 10.0.0.129 - - [2025-11-10 01:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.021305 10.0.0.129 - - [2025-11-10 01:41:32] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.014283 10.0.0.129 - - [2025-11-10 01:41:32] "GET /virtual-networks?parent_id=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006060 10.0.0.129 - - [2025-11-10 01:41:32] "GET /virtual-network/609d0165-2437-489c-a759-43d4942af096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009363 10.0.0.129 - - [2025-11-10 01:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008696 10.0.0.129 - - [2025-11-10 01:41:33] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.013505 10.0.0.129 - - [2025-11-10 01:41:33] "GET /virtual-networks?parent_id=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003475 10.0.0.129 - - [2025-11-10 01:41:33] "GET /virtual-network/609d0165-2437-489c-a759-43d4942af096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.015018 252.129.8.79 - - [2025-11-10 01:41:37] "POST /neutron/router HTTP/1.1" 200 654 0.005093 10.0.0.129 - - [2025-11-10 01:41:37] "POST /ref-update HTTP/1.1" 200 156 0.028912 252.129.8.79 - - [2025-11-10 01:41:38] "POST /neutron/router HTTP/1.1" 200 344 0.155164 252.129.8.79 - - [2025-11-10 01:41:38] "POST /neutron/router HTTP/1.1" 200 654 0.009760 10.0.0.129 - - [2025-11-10 01:41:38] "GET /logical-router/de7182a4-9b9b-4e35-84c1-97f59197479a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.018517 10.0.0.129 - - [2025-11-10 01:41:38] "GET /service-instance/e95b6111-f8e9-47ac-9db4-70072a0f5366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.008132 252.129.8.79 - - [2025-11-10 01:41:38] "POST /neutron/router HTTP/1.1" 200 151 0.092658 10.0.0.129 - - [2025-11-10 01:41:38] "PUT /logical-router/de7182a4-9b9b-4e35-84c1-97f59197479a HTTP/1.1" 404 171 0.004257 10.0.0.129 - - [2025-11-10 01:41:38] "DELETE /route-table/208df5b4-5bac-404e-883a-771c0e471d5e HTTP/1.1" 200 115 0.039364 10.0.0.129 - - [2025-11-10 01:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007554 10.0.0.129 - - [2025-11-10 01:41:38] "GET /virtual-network/c696d7cf-6253-46b1-ae31-1415329eb3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005693 10.0.0.129 - - [2025-11-10 01:41:38] "POST /ref-update HTTP/1.1" 200 156 0.027238 10.0.0.129 - - [2025-11-10 01:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029689 10.0.0.129 - - [2025-11-10 01:41:38] "DELETE /route-target/c4f98c67-d3e9-4eb0-965a-0d0c6ff1c171 HTTP/1.1" 409 241 0.019410 10.0.0.129 - - [2025-11-10 01:41:38] "POST /ref-update HTTP/1.1" 200 156 0.023515 252.129.8.79 - - [2025-11-10 01:41:38] "POST /neutron/network HTTP/1.1" 200 832 0.035843 10.0.0.129 - - [2025-11-10 01:41:38] "POST /ref-update HTTP/1.1" 200 156 0.052457 10.0.0.129 - - [2025-11-10 01:41:38] "PUT /routing-instance/c860a902-ce30-4564-b5c9-211c86da514f HTTP/1.1" 200 268 0.034994 10.0.0.129 - - [2025-11-10 01:41:38] "DELETE /instance-ip/15ce993c-ad6f-4bde-93f1-2e0bfac125b5 HTTP/1.1" 200 115 0.195279 252.129.8.79 - - [2025-11-10 01:41:38] "POST /neutron/network HTTP/1.1" 400 204 0.164588 10.0.0.129 - - [2025-11-10 01:41:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006860 10.0.0.129 - - [2025-11-10 01:41:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004548 10.0.0.129 - - [2025-11-10 01:41:39] "DELETE /virtual-network/c696d7cf-6253-46b1-ae31-1415329eb3bc HTTP/1.1" 200 115 0.339895 10.0.0.129 - - [2025-11-10 01:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.129 - - [2025-11-10 01:41:39] "DELETE /route-target/f698ef6e-107a-477f-942d-2aeb50c0e138 HTTP/1.1" 200 115 0.054504 10.0.0.129 - - [2025-11-10 01:41:39] "DELETE /service-instance/e95b6111-f8e9-47ac-9db4-70072a0f5366 HTTP/1.1" 200 115 0.110456 10.0.0.129 - - [2025-11-10 01:41:39] "GET /logical-router/de7182a4-9b9b-4e35-84c1-97f59197479a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007222 10.0.0.129 - - [2025-11-10 01:41:39] "GET /service-instance/e95b6111-f8e9-47ac-9db4-70072a0f5366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.010131 10.0.0.129 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/e3adebbe-6ce5-4dae-ab91-96d178961e85?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.009735 10.0.0.129 - - [2025-11-10 01:41:39] "DELETE /virtual-machine-interface/e3adebbe-6ce5-4dae-ab91-96d178961e85 HTTP/1.1" 200 115 0.072206 10.0.0.129 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/8b323c9b-e612-4950-83d7-532df1ad8632?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.007308 252.129.8.79 - - [2025-11-10 01:41:39] "POST /neutron/port HTTP/1.1" 200 1086 0.032710 252.129.8.79 - - [2025-11-10 01:41:39] "POST /neutron/port HTTP/1.1" 200 1085 0.030059 10.0.0.129 - - [2025-11-10 01:41:39] "POST /ref-update HTTP/1.1" 200 156 0.033118 252.129.8.79 - - [2025-11-10 01:41:39] "POST /neutron/port HTTP/1.1" 200 1111 0.027573 252.129.8.79 - - [2025-11-10 01:41:39] "POST /neutron/port HTTP/1.1" 200 1112 0.027580 10.0.0.129 - - [2025-11-10 01:41:39] "GET /instance-ip/3460ed88-5032-4fe8-aacc-96bcfff23a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007465 10.0.0.129 - - [2025-11-10 01:41:39] "DELETE /virtual-machine-interface/8b323c9b-e612-4950-83d7-532df1ad8632 HTTP/1.1" 200 115 0.102670 10.0.0.129 - - [2025-11-10 01:41:39] "POST /ref-update HTTP/1.1" 200 156 0.015518 10.0.0.129 - - [2025-11-10 01:41:40] "DELETE /virtual-machine/66bb3cdb-8d14-4810-acd2-b7ce817346eb HTTP/1.1" 200 115 0.079312 10.0.0.129 - - [2025-11-10 01:41:40] "GET /virtual-machine-interface/88cb508b-1ea8-4f0d-a472-c07eb7ceeb47?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.012195 252.129.8.79 - - [2025-11-10 01:41:40] "POST /neutron/port HTTP/1.1" 200 151 0.308015 252.129.8.79 - - [2025-11-10 01:41:40] "POST /neutron/port HTTP/1.1" 200 151 0.310021 10.0.0.129 - - [2025-11-10 01:41:40] "POST /ref-update HTTP/1.1" 200 156 0.027602 10.0.0.129 - - [2025-11-10 01:41:40] "GET /instance-ip/3460ed88-5032-4fe8-aacc-96bcfff23a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.008763 10.0.0.129 - - [2025-11-10 01:41:40] "DELETE /instance-ip/3460ed88-5032-4fe8-aacc-96bcfff23a63 HTTP/1.1" 200 115 0.040594 10.0.0.129 - - [2025-11-10 01:41:40] "DELETE /virtual-machine-interface/88cb508b-1ea8-4f0d-a472-c07eb7ceeb47 HTTP/1.1" 200 115 0.063207 10.0.0.129 - - [2025-11-10 01:41:40] "GET /virtual-machine-interface/e2219212-cdcc-4b96-9015-799f945a7fe4?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.011198 10.0.0.129 - - [2025-11-10 01:41:40] "DELETE /virtual-machine-interface/e2219212-cdcc-4b96-9015-799f945a7fe4 HTTP/1.1" 200 115 0.040586 10.0.0.129 - - [2025-11-10 01:41:40] "DELETE /virtual-machine/b6907c9a-ac8f-46c1-ba9a-8028b346e549 HTTP/1.1" 200 115 0.039769 252.129.8.79 - - [2025-11-10 01:41:40] "POST /neutron/network HTTP/1.1" 200 832 0.007995 10.0.0.129 - - [2025-11-10 01:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.129 - - [2025-11-10 01:41:41] "POST /useragent-kv HTTP/1.1" 200 115 0.010554 10.0.0.129 - - [2025-11-10 01:41:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004063 252.129.8.79 - - [2025-11-10 01:41:41] "POST /neutron/network HTTP/1.1" 200 151 0.141616 10.0.0.129 - - [2025-11-10 01:41:41] "DELETE /route-target/efd4a053-414c-4d99-9dca-515cf2f7554a HTTP/1.1" 200 115 0.029251 252.129.8.79 - - [2025-11-10 01:41:41] "POST /neutron/network HTTP/1.1" 200 826 0.006772 10.0.0.129 - - [2025-11-10 01:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.129 - - [2025-11-10 01:41:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006125 10.0.0.129 - - [2025-11-10 01:41:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004644 252.129.8.79 - - [2025-11-10 01:41:41] "POST /neutron/network HTTP/1.1" 200 151 0.134979 10.0.0.129 - - [2025-11-10 01:41:41] "DELETE /route-target/f3bbac1e-c76f-43cd-a834-18de82db8511 HTTP/1.1" 200 115 0.026884 10.0.0.129 - - [2025-11-10 01:41:41] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.129 - - [2025-11-10 01:41:41] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.030947 10.0.0.129 - - [2025-11-10 01:41:41] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001287 10.0.0.129 - - [2025-11-10 01:41:41] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?fields=virtual_networks HTTP/1.1" 200 1040 0.091672 10.0.0.129 - - [2025-11-10 01:41:41] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.129 - - [2025-11-10 01:41:41] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.025008 10.0.0.129 - - [2025-11-10 01:41:41] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001547 10.0.0.129 - - [2025-11-10 01:41:41] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?fields=security_groups HTTP/1.1" 200 1269 0.031290 10.0.0.129 - - [2025-11-10 01:41:42] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001409 10.0.0.129 - - [2025-11-10 01:41:42] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.010990 10.0.0.129 - - [2025-11-10 01:41:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.031994 10.0.0.129 - - [2025-11-10 01:41:43] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002399 10.0.0.129 - - [2025-11-10 01:41:43] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001203 10.0.0.129 - - [2025-11-10 01:41:43] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006656 10.0.0.129 - - [2025-11-10 01:41:43] "POST /id-to-fqname HTTP/1.1" 200 196 0.004762 10.0.0.129 - - [2025-11-10 01:41:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.006345 10.0.0.129 - - [2025-11-10 01:41:43] "POST /security-groups HTTP/1.1" 200 591 0.064450 10.0.0.129 - - [2025-11-10 01:41:43] "POST /fqname-to-id HTTP/1.1" 404 240 0.003293 10.0.0.129 - - [2025-11-10 01:41:43] "POST /projects HTTP/1.1" 200 593 0.244489 10.0.0.129 - - [2025-11-10 01:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.283664 10.0.0.129 - - [2025-11-10 01:41:43] "POST /access-control-lists HTTP/1.1" 200 606 0.068401 10.0.0.129 - - [2025-11-10 01:41:43] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.433041 10.0.0.129 - - [2025-11-10 01:41:43] "POST /fqname-to-id HTTP/1.1" 404 239 0.002814 10.0.0.129 - - [2025-11-10 01:41:43] "POST /access-control-lists HTTP/1.1" 200 604 0.070329 10.0.0.129 - - [2025-11-10 01:41:44] "GET / HTTP/1.1" 200 36499 0.001855 10.0.0.129 - - [2025-11-10 01:41:45] "POST /fqname-to-id HTTP/1.1" 401 297 0.000530 10.0.0.129 - - [2025-11-10 01:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.072313 10.0.0.129 - - [2025-11-10 01:41:45] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.129 - - [2025-11-10 01:41:45] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.022506 252.129.8.79 - - [2025-11-10 01:41:46] "POST /neutron/network HTTP/1.1" 200 117 0.034280 10.0.0.129 - - [2025-11-10 01:41:46] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 252.129.8.79 - - [2025-11-10 01:41:46] "POST /neutron/network HTTP/1.1" 200 611 0.067031 10.0.0.129 - - [2025-11-10 01:41:46] "POST /route-targets HTTP/1.1" 200 329 0.012334 10.0.0.129 - - [2025-11-10 01:41:46] "POST /ref-update HTTP/1.1" 200 156 0.009649 10.0.0.129 - - [2025-11-10 01:41:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004335 252.129.8.79 - - [2025-11-10 01:41:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.153804 10.0.0.129 - - [2025-11-10 01:41:46] "POST /fqname-to-id HTTP/1.1" 401 297 0.000401 10.0.0.129 - - [2025-11-10 01:41:46] "POST /useragent-kv HTTP/1.1" 200 115 0.021532 252.129.8.79 - - [2025-11-10 01:41:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.204737 252.129.8.79 - - [2025-11-10 01:41:46] "POST /neutron/network HTTP/1.1" 200 1004 0.007908 10.0.0.129 - - [2025-11-10 01:41:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.001430 10.0.0.129 - - [2025-11-10 01:41:46] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005237 252.129.8.79 - - [2025-11-10 01:41:46] "POST /neutron/network HTTP/1.1" 200 1004 0.007371 10.0.0.129 - - [2025-11-10 01:41:46] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005885 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/network HTTP/1.1" 200 1004 0.008757 10.0.0.129 - - [2025-11-10 01:41:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.027292 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.008965 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.006430 10.0.0.129 - - [2025-11-10 01:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.129 - - [2025-11-10 01:41:47] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000921 10.0.0.129 - - [2025-11-10 01:41:47] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023394 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/network HTTP/1.1" 200 117 0.009284 10.0.0.129 - - [2025-11-10 01:41:47] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001078 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/network HTTP/1.1" 200 611 0.082953 10.0.0.129 - - [2025-11-10 01:41:47] "POST /route-targets HTTP/1.1" 200 329 0.012104 10.0.0.129 - - [2025-11-10 01:41:47] "POST /ref-update HTTP/1.1" 200 156 0.015845 10.0.0.129 - - [2025-11-10 01:41:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.203816 10.0.0.129 - - [2025-11-10 01:41:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.002959 10.0.0.129 - - [2025-11-10 01:41:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004057 252.129.8.79 - - [2025-11-10 01:41:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.198863 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/network HTTP/1.1" 200 1003 0.006825 10.0.0.129 - - [2025-11-10 01:41:48] "POST /id-to-fqname HTTP/1.1" 200 226 0.001329 10.0.0.129 - - [2025-11-10 01:41:48] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004512 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/network HTTP/1.1" 200 1003 0.006392 10.0.0.129 - - [2025-11-10 01:41:48] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005014 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/network HTTP/1.1" 200 1003 0.006806 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.005973 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.006444 10.0.0.129 - - [2025-11-10 01:41:48] "POST /fqname-to-id HTTP/1.1" 404 232 0.002567 10.0.0.129 - - [2025-11-10 01:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.129 - - [2025-11-10 01:41:48] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.129 - - [2025-11-10 01:41:48] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023918 10.0.0.129 - - [2025-11-10 01:41:48] "POST /network-policys HTTP/1.1" 200 579 0.060508 10.0.0.129 - - [2025-11-10 01:41:48] "GET /network-policy/764c9df9-1b1f-4fbc-82b6-6cfbd910b798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.004756 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/network HTTP/1.1" 200 1004 0.007895 10.0.0.129 - - [2025-11-10 01:41:48] "POST /fqname-to-id HTTP/1.1" 404 240 0.003610 10.0.0.129 - - [2025-11-10 01:41:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002852 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/network HTTP/1.1" 200 1110 0.046672 10.0.0.129 - - [2025-11-10 01:41:48] "POST /access-control-lists HTTP/1.1" 200 598 0.069555 252.129.8.79 - - [2025-11-10 01:41:48] "POST /neutron/network HTTP/1.1" 200 1110 0.007164 10.0.0.129 - - [2025-11-10 01:41:48] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004861 10.0.0.129 - - [2025-11-10 01:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.129 - - [2025-11-10 01:41:48] "GET /network-policy/764c9df9-1b1f-4fbc-82b6-6cfbd910b798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.003439 252.129.8.79 - - [2025-11-10 01:41:49] "POST /neutron/network HTTP/1.1" 200 1003 0.006959 10.0.0.129 - - [2025-11-10 01:41:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003811 10.0.0.129 - - [2025-11-10 01:41:49] "PUT /access-control-list/93b49a62-de65-4d81-91c5-ad11ddb9d2d6 HTTP/1.1" 200 274 0.014312 252.129.8.79 - - [2025-11-10 01:41:49] "POST /neutron/network HTTP/1.1" 200 1109 0.045987 10.0.0.129 - - [2025-11-10 01:41:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.002328 252.129.8.79 - - [2025-11-10 01:41:49] "POST /neutron/network HTTP/1.1" 200 1109 0.006475 10.0.0.129 - - [2025-11-10 01:41:49] "POST /access-control-lists HTTP/1.1" 200 598 0.061504 10.0.0.129 - - [2025-11-10 01:41:49] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009400 10.0.0.129 - - [2025-11-10 01:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.129 - - [2025-11-10 01:41:49] "GET /network-policy/764c9df9-1b1f-4fbc-82b6-6cfbd910b798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.003157 10.0.0.129 - - [2025-11-10 01:41:49] "POST /ref-update HTTP/1.1" 200 156 0.010154 10.0.0.129 - - [2025-11-10 01:41:49] "GET /domains HTTP/1.1" 401 297 0.000411 10.0.0.129 - - [2025-11-10 01:41:49] "GET /domains HTTP/1.1" 200 440 0.028415 10.0.0.129 - - [2025-11-10 01:41:49] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001020 10.0.0.129 - - [2025-11-10 01:41:49] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1506 0.008116 10.0.0.129 - - [2025-11-10 01:41:49] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001845 10.0.0.129 - - [2025-11-10 01:41:49] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 2628 0.032296 10.0.0.129 - - [2025-11-10 01:41:49] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536 HTTP/1.1" 200 3509 0.007052 10.0.0.129 - - [2025-11-10 01:41:49] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536 HTTP/1.1" 200 3509 0.004913 10.0.0.129 - - [2025-11-10 01:41:49] "GET /routing-instance/80f075af-f4ec-49b6-a7ae-0f491f8d057b HTTP/1.1" 200 1799 0.003897 10.0.0.129 - - [2025-11-10 01:41:50] "GET /routing-instance/80f075af-f4ec-49b6-a7ae-0f491f8d057b HTTP/1.1" 200 1799 0.003617 10.0.0.129 - - [2025-11-10 01:41:50] "GET /route-target/0dd47674-6edc-4955-b962-e4288a2ac57f HTTP/1.1" 200 1213 0.003463 10.0.0.129 - - [2025-11-10 01:41:50] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536 HTTP/1.1" 200 3509 0.006285 10.0.0.129 - - [2025-11-10 01:41:50] "GET /routing-instance/80f075af-f4ec-49b6-a7ae-0f491f8d057b HTTP/1.1" 200 1799 0.004217 10.0.0.129 - - [2025-11-10 01:41:50] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004946 10.0.0.129 - - [2025-11-10 01:41:50] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536 HTTP/1.1" 200 3509 0.004403 10.0.0.129 - - [2025-11-10 01:41:50] "GET /routing-instance/80f075af-f4ec-49b6-a7ae-0f491f8d057b HTTP/1.1" 200 1799 0.003550 10.0.0.129 - - [2025-11-10 01:41:50] "GET /routing-instance/80f075af-f4ec-49b6-a7ae-0f491f8d057b HTTP/1.1" 200 1799 0.003558 10.0.0.129 - - [2025-11-10 01:41:50] "GET /route-target/0dd47674-6edc-4955-b962-e4288a2ac57f HTTP/1.1" 200 1213 0.003665 10.0.0.129 - - [2025-11-10 01:41:50] "GET /domains HTTP/1.1" 200 440 0.002488 10.0.0.129 - - [2025-11-10 01:41:50] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001189 10.0.0.129 - - [2025-11-10 01:41:50] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1506 0.008997 10.0.0.129 - - [2025-11-10 01:41:50] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.129 - - [2025-11-10 01:41:50] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 2628 0.030124 10.0.0.129 - - [2025-11-10 01:41:50] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536 HTTP/1.1" 200 3509 0.004909 10.0.0.129 - - [2025-11-10 01:41:51] "GET /obj-perms HTTP/1.1" 200 6465 0.049710 10.0.0.129 - - [2025-11-10 01:41:51] "GET /domains HTTP/1.1" 200 440 0.003090 10.0.0.129 - - [2025-11-10 01:41:51] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000992 10.0.0.129 - - [2025-11-10 01:41:51] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1506 0.006494 10.0.0.129 - - [2025-11-10 01:41:51] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000948 10.0.0.129 - - [2025-11-10 01:41:51] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 2628 0.022506 10.0.0.129 - - [2025-11-10 01:41:51] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94 HTTP/1.1" 200 3506 0.006715 10.0.0.129 - - [2025-11-10 01:41:51] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94 HTTP/1.1" 200 3506 0.005271 10.0.0.129 - - [2025-11-10 01:41:51] "GET /routing-instance/65398ece-401c-4dee-804d-3d6c6d0480ac HTTP/1.1" 200 1798 0.003670 10.0.0.129 - - [2025-11-10 01:41:51] "GET /routing-instance/65398ece-401c-4dee-804d-3d6c6d0480ac HTTP/1.1" 200 1798 0.003909 10.0.0.129 - - [2025-11-10 01:41:51] "GET /route-target/0beed727-24c0-491f-a2f5-fc628cf0f816 HTTP/1.1" 200 1213 0.003337 10.0.0.129 - - [2025-11-10 01:41:51] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94 HTTP/1.1" 200 3506 0.004787 10.0.0.129 - - [2025-11-10 01:41:51] "GET /routing-instance/65398ece-401c-4dee-804d-3d6c6d0480ac HTTP/1.1" 200 1798 0.003593 10.0.0.129 - - [2025-11-10 01:41:51] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005474 10.0.0.129 - - [2025-11-10 01:41:51] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94 HTTP/1.1" 200 3506 0.006554 10.0.0.129 - - [2025-11-10 01:41:52] "GET /routing-instance/65398ece-401c-4dee-804d-3d6c6d0480ac HTTP/1.1" 200 1798 0.003548 10.0.0.129 - - [2025-11-10 01:41:52] "GET /routing-instance/65398ece-401c-4dee-804d-3d6c6d0480ac HTTP/1.1" 200 1798 0.003465 10.0.0.129 - - [2025-11-10 01:41:52] "GET /route-target/0beed727-24c0-491f-a2f5-fc628cf0f816 HTTP/1.1" 200 1213 0.003236 10.0.0.129 - - [2025-11-10 01:41:52] "GET /domains HTTP/1.1" 200 440 0.002460 10.0.0.129 - - [2025-11-10 01:41:52] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001517 10.0.0.129 - - [2025-11-10 01:41:52] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1506 0.007180 10.0.0.129 - - [2025-11-10 01:41:52] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000969 10.0.0.129 - - [2025-11-10 01:41:52] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 2628 0.026626 10.0.0.129 - - [2025-11-10 01:41:52] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94 HTTP/1.1" 200 3506 0.004776 10.0.0.129 - - [2025-11-10 01:41:52] "GET /obj-perms HTTP/1.1" 200 6465 0.001692 10.0.0.129 - - [2025-11-10 01:41:52] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004989 252.129.8.79 - - [2025-11-10 01:41:52] "POST /neutron/network HTTP/1.1" 200 1109 0.007386 10.0.0.129 - - [2025-11-10 01:41:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.006526 252.129.8.79 - - [2025-11-10 01:41:52] "POST /neutron/network HTTP/1.1" 200 1003 0.049692 10.0.0.129 - - [2025-11-10 01:41:52] "DELETE /access-control-list/f7a9f199-cdd4-49f5-8b6a-b0903a3b3391 HTTP/1.1" 200 115 0.034890 10.0.0.129 - - [2025-11-10 01:41:52] "POST /ref-update HTTP/1.1" 200 156 0.012064 252.129.8.79 - - [2025-11-10 01:41:52] "POST /neutron/network HTTP/1.1" 200 1003 0.007129 10.0.0.129 - - [2025-11-10 01:41:52] "GET /virtual-network/4cf062b0-d889-463b-ab0b-45eea8887a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005135 10.0.0.129 - - [2025-11-10 01:41:52] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005794 252.129.8.79 - - [2025-11-10 01:41:53] "POST /neutron/network HTTP/1.1" 200 1110 0.007404 10.0.0.129 - - [2025-11-10 01:41:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.005270 252.129.8.79 - - [2025-11-10 01:41:53] "POST /neutron/network HTTP/1.1" 200 1004 0.045234 10.0.0.129 - - [2025-11-10 01:41:53] "DELETE /access-control-list/93b49a62-de65-4d81-91c5-ad11ddb9d2d6 HTTP/1.1" 200 115 0.022018 10.0.0.129 - - [2025-11-10 01:41:53] "POST /ref-update HTTP/1.1" 200 156 0.009999 252.129.8.79 - - [2025-11-10 01:41:53] "POST /neutron/network HTTP/1.1" 200 1004 0.007473 10.0.0.129 - - [2025-11-10 01:41:53] "GET /virtual-network/344dfd24-c1a0-4f92-bd29-92517c2a6536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005683 10.0.0.129 - - [2025-11-10 01:41:53] "DELETE /network-policy/764c9df9-1b1f-4fbc-82b6-6cfbd910b798 HTTP/1.1" 200 115 0.021727 252.129.8.79 - - [2025-11-10 01:41:53] "POST /neutron/network HTTP/1.1" 200 1003 0.007229 10.0.0.129 - - [2025-11-10 01:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.129 - - [2025-11-10 01:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.129 - - [2025-11-10 01:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002894 10.0.0.129 - - [2025-11-10 01:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.129 - - [2025-11-10 01:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001538 252.129.8.79 - - [2025-11-10 01:41:53] "POST /neutron/network HTTP/1.1" 200 151 0.075986 10.0.0.129 - - [2025-11-10 01:41:53] "DELETE /route-target/0beed727-24c0-491f-a2f5-fc628cf0f816 HTTP/1.1" 200 115 0.020091 10.0.0.129 - - [2025-11-10 01:41:53] "GET /routing-instance/65398ece-401c-4dee-804d-3d6c6d0480ac HTTP/1.1" 404 171 0.002378 10.0.0.129 - - [2025-11-10 01:41:53] "GET /domains HTTP/1.1" 200 440 0.002614 10.0.0.129 - - [2025-11-10 01:41:53] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001018 10.0.0.129 - - [2025-11-10 01:41:53] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1506 0.008294 10.0.0.129 - - [2025-11-10 01:41:53] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001647 10.0.0.129 - - [2025-11-10 01:41:53] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 2148 0.025069 252.129.8.79 - - [2025-11-10 01:41:53] "POST /neutron/network HTTP/1.1" 200 1004 0.006864 10.0.0.129 - - [2025-11-10 01:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003136 10.0.0.129 - - [2025-11-10 01:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.129 - - [2025-11-10 01:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.129 - - [2025-11-10 01:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.129 - - [2025-11-10 01:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002239 252.129.8.79 - - [2025-11-10 01:41:54] "POST /neutron/network HTTP/1.1" 200 151 0.087863 10.0.0.129 - - [2025-11-10 01:41:54] "DELETE /route-target/0dd47674-6edc-4955-b962-e4288a2ac57f HTTP/1.1" 200 115 0.021142 10.0.0.129 - - [2025-11-10 01:41:54] "GET /routing-instance/80f075af-f4ec-49b6-a7ae-0f491f8d057b HTTP/1.1" 404 171 0.002183 10.0.0.129 - - [2025-11-10 01:41:54] "GET /domains HTTP/1.1" 200 440 0.002638 10.0.0.129 - - [2025-11-10 01:41:54] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001042 10.0.0.129 - - [2025-11-10 01:41:54] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1506 0.006704 10.0.0.129 - - [2025-11-10 01:41:54] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002664 10.0.0.129 - - [2025-11-10 01:41:54] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 1903 0.026650 10.0.0.129 - - [2025-11-10 01:41:54] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.129 - - [2025-11-10 01:41:54] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023296 10.0.0.129 - - [2025-11-10 01:41:54] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.129 - - [2025-11-10 01:41:55] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?fields=virtual_networks HTTP/1.1" 200 1051 0.070542 10.0.0.129 - - [2025-11-10 01:41:55] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.129 - - [2025-11-10 01:41:55] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.023737 10.0.0.129 - - [2025-11-10 01:41:55] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000977 10.0.0.129 - - [2025-11-10 01:41:55] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?fields=security_groups HTTP/1.1" 200 1285 0.023061 10.0.0.129 - - [2025-11-10 01:41:55] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001219 10.0.0.129 - - [2025-11-10 01:41:55] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.008264 10.0.0.129 - - [2025-11-10 01:41:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.027340 10.0.0.129 - - [2025-11-10 01:41:56] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002162 10.0.0.129 - - [2025-11-10 01:41:56] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001471 10.0.0.129 - - [2025-11-10 01:41:56] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.008662 10.0.0.129 - - [2025-11-10 01:41:56] "POST /id-to-fqname HTTP/1.1" 200 204 0.001858 10.0.0.129 - - [2025-11-10 01:41:56] "POST /fqname-to-id HTTP/1.1" 404 213 0.002493 10.0.0.129 - - [2025-11-10 01:41:56] "POST /security-groups HTTP/1.1" 200 599 0.068198 10.0.0.129 - - [2025-11-10 01:41:56] "POST /fqname-to-id HTTP/1.1" 404 248 0.003130 10.0.0.129 - - [2025-11-10 01:41:56] "POST /projects HTTP/1.1" 200 609 0.218277 10.0.0.129 - - [2025-11-10 01:41:56] "POST /access-control-lists HTTP/1.1" 200 614 0.057750 10.0.0.129 - - [2025-11-10 01:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.295096 10.0.0.129 - - [2025-11-10 01:41:56] "POST /fqname-to-id HTTP/1.1" 404 247 0.002812 10.0.0.129 - - [2025-11-10 01:41:56] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.427905 10.0.0.129 - - [2025-11-10 01:41:56] "POST /access-control-lists HTTP/1.1" 200 612 0.060373 10.0.0.129 - - [2025-11-10 01:41:57] "GET / HTTP/1.1" 200 36499 0.002194 10.0.0.129 - - [2025-11-10 01:41:58] "POST /fqname-to-id HTTP/1.1" 401 297 0.000529 10.0.0.129 - - [2025-11-10 01:41:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.063874 10.0.0.129 - - [2025-11-10 01:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.129 - - [2025-11-10 01:41:59] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001043 10.0.0.129 - - [2025-11-10 01:41:59] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.022541 10.0.0.129 - - [2025-11-10 01:41:59] "POST /network-policys HTTP/1.1" 200 569 0.056707 10.0.0.129 - - [2025-11-10 01:41:59] "GET /network-policy/b54a44da-404f-4e71-ba2e-5783a79fb8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3147 0.004868 10.0.0.129 - - [2025-11-10 01:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.129 - - [2025-11-10 01:41:59] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.129 - - [2025-11-10 01:41:59] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.026340 252.129.8.79 - - [2025-11-10 01:41:59] "POST /neutron/network HTTP/1.1" 200 117 0.031612 10.0.0.129 - - [2025-11-10 01:41:59] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000969 252.129.8.79 - - [2025-11-10 01:41:59] "POST /neutron/network HTTP/1.1" 200 621 0.066670 10.0.0.129 - - [2025-11-10 01:41:59] "POST /route-targets HTTP/1.1" 200 329 0.009119 10.0.0.129 - - [2025-11-10 01:41:59] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.129 - - [2025-11-10 01:42:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002770 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.131476 10.0.0.129 - - [2025-11-10 01:42:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003344 10.0.0.129 - - [2025-11-10 01:42:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.176956 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/network HTTP/1.1" 200 1015 0.007251 10.0.0.129 - - [2025-11-10 01:42:00] "POST /id-to-fqname HTTP/1.1" 200 235 0.001389 10.0.0.129 - - [2025-11-10 01:42:00] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.004789 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/network HTTP/1.1" 200 1015 0.006994 10.0.0.129 - - [2025-11-10 01:42:00] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.006249 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/network HTTP/1.1" 200 1015 0.008060 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006306 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.006493 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/network HTTP/1.1" 200 1015 0.007252 10.0.0.129 - - [2025-11-10 01:42:00] "POST /fqname-to-id HTTP/1.1" 404 250 0.004913 10.0.0.129 - - [2025-11-10 01:42:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003611 252.129.8.79 - - [2025-11-10 01:42:00] "POST /neutron/network HTTP/1.1" 200 1120 0.044309 10.0.0.129 - - [2025-11-10 01:42:00] "POST /access-control-lists HTTP/1.1" 200 609 0.071241 252.129.8.79 - - [2025-11-10 01:42:01] "POST /neutron/network HTTP/1.1" 200 1120 0.014546 10.0.0.129 - - [2025-11-10 01:42:01] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004966 10.0.0.129 - - [2025-11-10 01:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.129 - - [2025-11-10 01:42:01] "GET /network-policy/b54a44da-404f-4e71-ba2e-5783a79fb8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3147 0.004208 10.0.0.129 - - [2025-11-10 01:42:01] "GET /domains HTTP/1.1" 401 297 0.000409 10.0.0.129 - - [2025-11-10 01:42:01] "GET /domains HTTP/1.1" 200 440 0.026510 10.0.0.129 - - [2025-11-10 01:42:01] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001004 10.0.0.129 - - [2025-11-10 01:42:01] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1708 0.007722 10.0.0.129 - - [2025-11-10 01:42:01] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.129 - - [2025-11-10 01:42:01] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727 HTTP/1.1" 200 2460 0.027772 10.0.0.129 - - [2025-11-10 01:42:01] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff HTTP/1.1" 200 3551 0.008189 10.0.0.129 - - [2025-11-10 01:42:01] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff HTTP/1.1" 200 3551 0.004809 10.0.0.129 - - [2025-11-10 01:42:01] "GET /routing-instance/9862573e-0bbd-49a6-a03a-d1b938da2392 HTTP/1.1" 200 1500 0.003642 10.0.0.129 - - [2025-11-10 01:42:01] "GET /routing-instance/9862573e-0bbd-49a6-a03a-d1b938da2392 HTTP/1.1" 200 1500 0.003489 10.0.0.129 - - [2025-11-10 01:42:01] "GET /route-target/940543db-4384-4ffa-a14d-cacb249c4ae2 HTTP/1.1" 200 1225 0.003332 10.0.0.129 - - [2025-11-10 01:42:01] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff HTTP/1.1" 200 3551 0.004726 10.0.0.129 - - [2025-11-10 01:42:02] "GET /routing-instance/9862573e-0bbd-49a6-a03a-d1b938da2392 HTTP/1.1" 200 1500 0.004023 10.0.0.129 - - [2025-11-10 01:42:02] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.005073 10.0.0.129 - - [2025-11-10 01:42:02] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff HTTP/1.1" 200 3551 0.004359 10.0.0.129 - - [2025-11-10 01:42:02] "GET /routing-instance/9862573e-0bbd-49a6-a03a-d1b938da2392 HTTP/1.1" 200 1500 0.003460 10.0.0.129 - - [2025-11-10 01:42:02] "GET /routing-instance/9862573e-0bbd-49a6-a03a-d1b938da2392 HTTP/1.1" 200 1500 0.003562 10.0.0.129 - - [2025-11-10 01:42:02] "GET /route-target/940543db-4384-4ffa-a14d-cacb249c4ae2 HTTP/1.1" 200 1225 0.003212 10.0.0.129 - - [2025-11-10 01:42:02] "GET /domains HTTP/1.1" 200 440 0.002616 10.0.0.129 - - [2025-11-10 01:42:02] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000984 10.0.0.129 - - [2025-11-10 01:42:02] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1708 0.006963 10.0.0.129 - - [2025-11-10 01:42:02] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001030 10.0.0.129 - - [2025-11-10 01:42:02] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727 HTTP/1.1" 200 2460 0.031960 10.0.0.129 - - [2025-11-10 01:42:02] "GET /virtual-network/b71325c0-5e0a-4a0e-b1ef-7fce40af15ff HTTP/1.1" 200 3551 0.004734 10.0.0.129 - - [2025-11-10 01:42:03] "GET /obj-perms HTTP/1.1" 200 6481 0.091854 10.0.0.129 - - [2025-11-10 01:42:03] "GET /domains HTTP/1.1" 200 440 0.002463 10.0.0.129 - - [2025-11-10 01:42:03] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000988 10.0.0.129 - - [2025-11-10 01:42:03] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1708 0.007065 10.0.0.129 - - [2025-11-10 01:42:03] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001005 10.0.0.129 - - [2025-11-10 01:42:03] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727 HTTP/1.1" 200 2460 0.024462 10.0.0.129 - - [2025-11-10 01:42:03] "GET /network-policy/b54a44da-404f-4e71-ba2e-5783a79fb8e6 HTTP/1.1" 200 3473 0.004012 10.0.0.129 - - [2025-11-10 01:42:03] "DELETE /network-policy/b54a44da-404f-4e71-ba2e-5783a79fb8e6 HTTP/1.1" 409 240 0.005786 252.129.8.79 - - [2025-11-10 01:42:03] "POST /neutron/network HTTP/1.1" 200 1120 0.006686 10.0.0.129 - - [2025-11-10 01:42:03] "DELETE /access-control-list/8b08e7d7-f789-4a12-ade2-74d2a086fad3 HTTP/1.1" 200 115 0.025696 10.0.0.129 - - [2025-11-10 01:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.129 - - [2025-11-10 01:42:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003950 10.0.0.129 - - [2025-11-10 01:42:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003009 10.0.0.129 - - [2025-11-10 01:42:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.129 - - [2025-11-10 01:42:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 252.129.8.79 - - [2025-11-10 01:42:03] "POST /neutron/network HTTP/1.1" 200 151 0.105717 10.0.0.129 - - [2025-11-10 01:42:03] "GET /routing-instance/9862573e-0bbd-49a6-a03a-d1b938da2392 HTTP/1.1" 404 171 0.002173 10.0.0.129 - - [2025-11-10 01:42:03] "DELETE /route-target/940543db-4384-4ffa-a14d-cacb249c4ae2 HTTP/1.1" 200 115 0.015105 10.0.0.129 - - [2025-11-10 01:42:03] "GET /domains HTTP/1.1" 200 440 0.002599 10.0.0.129 - - [2025-11-10 01:42:03] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001415 10.0.0.129 - - [2025-11-10 01:42:03] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1708 0.008433 10.0.0.129 - - [2025-11-10 01:42:03] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000956 10.0.0.129 - - [2025-11-10 01:42:03] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727 HTTP/1.1" 200 2206 0.022805 10.0.0.129 - - [2025-11-10 01:42:04] "DELETE /network-policy/b54a44da-404f-4e71-ba2e-5783a79fb8e6 HTTP/1.1" 200 115 0.023432 10.0.0.129 - - [2025-11-10 01:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.129 - - [2025-11-10 01:42:04] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000972 10.0.0.129 - - [2025-11-10 01:42:04] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.020413 10.0.0.129 - - [2025-11-10 01:42:04] "GET /network-policys?parent_fq_name_str=admin_domain%3Actest-TestBasicPolicyNegativeIpv4v6-88946593&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003769 10.0.0.129 - - [2025-11-10 01:42:05] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002856 10.0.0.129 - - [2025-11-10 01:42:05] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.025273 10.0.0.129 - - [2025-11-10 01:42:05] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001088 10.0.0.129 - - [2025-11-10 01:42:05] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?fields=virtual_networks HTTP/1.1" 200 1066 0.064154 10.0.0.129 - - [2025-11-10 01:42:05] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.129 - - [2025-11-10 01:42:05] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.022821 10.0.0.129 - - [2025-11-10 01:42:05] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001363 10.0.0.129 - - [2025-11-10 01:42:05] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?fields=security_groups HTTP/1.1" 200 1308 0.022392 10.0.0.129 - - [2025-11-10 01:42:06] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001122 10.0.0.129 - - [2025-11-10 01:42:06] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.007804 10.0.0.129 - - [2025-11-10 01:42:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.029528 10.0.0.129 - - [2025-11-10 01:42:06] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002208 10.0.0.129 - - [2025-11-10 01:42:06] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000977 10.0.0.129 - - [2025-11-10 01:42:06] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006589 10.0.0.129 - - [2025-11-10 01:42:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.002697 10.0.0.129 - - [2025-11-10 01:42:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.002474 10.0.0.129 - - [2025-11-10 01:42:06] "POST /security-groups HTTP/1.1" 200 585 0.065086 10.0.0.129 - - [2025-11-10 01:42:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003170 10.0.0.129 - - [2025-11-10 01:42:06] "POST /projects HTTP/1.1" 200 581 0.223053 10.0.0.129 - - [2025-11-10 01:42:06] "POST /access-control-lists HTTP/1.1" 200 600 0.059832 10.0.0.129 - - [2025-11-10 01:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.295150 10.0.0.129 - - [2025-11-10 01:42:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002923 10.0.0.129 - - [2025-11-10 01:42:06] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.422547 10.0.0.129 - - [2025-11-10 01:42:06] "POST /access-control-lists HTTP/1.1" 200 598 0.056467 10.0.0.129 - - [2025-11-10 01:42:08] "GET / HTTP/1.1" 200 36499 0.001992 10.0.0.129 - - [2025-11-10 01:42:08] "POST /fqname-to-id HTTP/1.1" 401 297 0.000535 10.0.0.129 - - [2025-11-10 01:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.065564 10.0.0.129 - - [2025-11-10 01:42:09] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000905 10.0.0.129 - - [2025-11-10 01:42:09] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024036 252.129.8.79 - - [2025-11-10 01:42:09] "POST /neutron/network HTTP/1.1" 200 117 0.033725 10.0.0.129 - - [2025-11-10 01:42:09] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001301 252.129.8.79 - - [2025-11-10 01:42:09] "POST /neutron/network HTTP/1.1" 200 605 0.067453 10.0.0.129 - - [2025-11-10 01:42:09] "POST /route-targets HTTP/1.1" 200 329 0.045955 10.0.0.129 - - [2025-11-10 01:42:09] "POST /ref-update HTTP/1.1" 200 156 0.019213 10.0.0.129 - - [2025-11-10 01:42:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005341 252.129.8.79 - - [2025-11-10 01:42:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.189718 252.129.8.79 - - [2025-11-10 01:42:09] "POST /neutron/network HTTP/1.1" 200 825 0.005042 10.0.0.129 - - [2025-11-10 01:42:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.129 - - [2025-11-10 01:42:09] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005818 252.129.8.79 - - [2025-11-10 01:42:09] "POST /neutron/network HTTP/1.1" 200 825 0.005195 10.0.0.129 - - [2025-11-10 01:42:10] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004947 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/network HTTP/1.1" 200 825 0.004897 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.006716 10.0.0.129 - - [2025-11-10 01:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.129 - - [2025-11-10 01:42:10] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000937 10.0.0.129 - - [2025-11-10 01:42:10] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.019955 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/network HTTP/1.1" 200 117 0.008934 10.0.0.129 - - [2025-11-10 01:42:10] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001029 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/network HTTP/1.1" 200 605 0.062988 10.0.0.129 - - [2025-11-10 01:42:10] "POST /route-targets HTTP/1.1" 200 329 0.009106 10.0.0.129 - - [2025-11-10 01:42:10] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.129 - - [2025-11-10 01:42:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.148328 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/network HTTP/1.1" 200 822 0.005811 10.0.0.129 - - [2025-11-10 01:42:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001745 10.0.0.129 - - [2025-11-10 01:42:10] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005641 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/network HTTP/1.1" 200 822 0.005224 10.0.0.129 - - [2025-11-10 01:42:10] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004913 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/network HTTP/1.1" 200 822 0.004833 252.129.8.79 - - [2025-11-10 01:42:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.006242 10.0.0.129 - - [2025-11-10 01:42:10] "POST /fqname-to-id HTTP/1.1" 404 226 0.002559 10.0.0.129 - - [2025-11-10 01:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002093 10.0.0.129 - - [2025-11-10 01:42:10] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000973 10.0.0.129 - - [2025-11-10 01:42:10] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024935 10.0.0.129 - - [2025-11-10 01:42:11] "POST /network-policys HTTP/1.1" 200 573 0.015601 10.0.0.129 - - [2025-11-10 01:42:11] "GET /network-policy/63958d60-c7eb-44f2-b582-dadc6213a5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004829 252.129.8.79 - - [2025-11-10 01:42:11] "POST /neutron/network HTTP/1.1" 200 825 0.005467 10.0.0.129 - - [2025-11-10 01:42:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.003039 252.129.8.79 - - [2025-11-10 01:42:11] "POST /neutron/network HTTP/1.1" 200 925 0.043687 10.0.0.129 - - [2025-11-10 01:42:11] "POST /access-control-lists HTTP/1.1" 200 592 0.059789 252.129.8.79 - - [2025-11-10 01:42:11] "POST /neutron/network HTTP/1.1" 200 925 0.006643 10.0.0.129 - - [2025-11-10 01:42:11] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004995 10.0.0.129 - - [2025-11-10 01:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.129 - - [2025-11-10 01:42:11] "GET /network-policy/63958d60-c7eb-44f2-b582-dadc6213a5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003321 252.129.8.79 - - [2025-11-10 01:42:11] "POST /neutron/network HTTP/1.1" 200 822 0.005435 252.129.8.79 - - [2025-11-10 01:42:11] "POST /neutron/network HTTP/1.1" 200 922 0.036870 10.0.0.129 - - [2025-11-10 01:42:11] "PUT /access-control-list/fac71076-0528-4c08-8c1f-2f35d24b283a HTTP/1.1" 200 274 0.011924 10.0.0.129 - - [2025-11-10 01:42:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.003809 252.129.8.79 - - [2025-11-10 01:42:11] "POST /neutron/network HTTP/1.1" 200 922 0.004758 10.0.0.129 - - [2025-11-10 01:42:11] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.010462 10.0.0.129 - - [2025-11-10 01:42:11] "POST /access-control-lists HTTP/1.1" 200 592 0.070954 10.0.0.129 - - [2025-11-10 01:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.129 - - [2025-11-10 01:42:11] "GET /network-policy/63958d60-c7eb-44f2-b582-dadc6213a5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003149 10.0.0.129 - - [2025-11-10 01:42:11] "POST /ref-update HTTP/1.1" 200 156 0.010849 10.0.0.129 - - [2025-11-10 01:42:11] "GET /domains HTTP/1.1" 401 297 0.000449 10.0.0.129 - - [2025-11-10 01:42:12] "GET /domains HTTP/1.1" 200 440 0.028468 10.0.0.129 - - [2025-11-10 01:42:12] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000995 10.0.0.129 - - [2025-11-10 01:42:12] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1896 0.007307 10.0.0.129 - - [2025-11-10 01:42:12] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001717 10.0.0.129 - - [2025-11-10 01:42:12] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 2572 0.030730 10.0.0.129 - - [2025-11-10 01:42:12] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45 HTTP/1.1" 200 2899 0.006582 10.0.0.129 - - [2025-11-10 01:42:12] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45 HTTP/1.1" 200 2899 0.004750 10.0.0.129 - - [2025-11-10 01:42:12] "GET /routing-instance/731269a1-3957-418c-9734-a39da24b8175 HTTP/1.1" 200 1787 0.004476 10.0.0.129 - - [2025-11-10 01:42:12] "GET /routing-instance/731269a1-3957-418c-9734-a39da24b8175 HTTP/1.1" 200 1787 0.004415 10.0.0.129 - - [2025-11-10 01:42:12] "GET /route-target/4b0372f4-3b75-4139-a5e8-aa98d1dd3bbd HTTP/1.1" 200 1208 0.003381 10.0.0.129 - - [2025-11-10 01:42:12] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45 HTTP/1.1" 200 2899 0.006535 10.0.0.129 - - [2025-11-10 01:42:12] "GET /routing-instance/731269a1-3957-418c-9734-a39da24b8175 HTTP/1.1" 200 1787 0.004654 10.0.0.129 - - [2025-11-10 01:42:12] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005157 10.0.0.129 - - [2025-11-10 01:42:12] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45 HTTP/1.1" 200 2899 0.004391 10.0.0.129 - - [2025-11-10 01:42:12] "GET /routing-instance/731269a1-3957-418c-9734-a39da24b8175 HTTP/1.1" 200 1787 0.003478 10.0.0.129 - - [2025-11-10 01:42:12] "GET /routing-instance/731269a1-3957-418c-9734-a39da24b8175 HTTP/1.1" 200 1787 0.003175 10.0.0.129 - - [2025-11-10 01:42:12] "GET /route-target/4b0372f4-3b75-4139-a5e8-aa98d1dd3bbd HTTP/1.1" 200 1208 0.003197 10.0.0.129 - - [2025-11-10 01:42:13] "GET /domains HTTP/1.1" 200 440 0.003426 10.0.0.129 - - [2025-11-10 01:42:13] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001021 10.0.0.129 - - [2025-11-10 01:42:13] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1896 0.007202 10.0.0.129 - - [2025-11-10 01:42:13] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000973 10.0.0.129 - - [2025-11-10 01:42:13] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 2572 0.023567 10.0.0.129 - - [2025-11-10 01:42:13] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45 HTTP/1.1" 200 2899 0.004555 10.0.0.129 - - [2025-11-10 01:42:13] "GET /obj-perms HTTP/1.1" 200 6453 0.053088 10.0.0.129 - - [2025-11-10 01:42:13] "GET /domains HTTP/1.1" 200 440 0.002617 10.0.0.129 - - [2025-11-10 01:42:13] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000980 10.0.0.129 - - [2025-11-10 01:42:13] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1896 0.007196 10.0.0.129 - - [2025-11-10 01:42:14] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001000 10.0.0.129 - - [2025-11-10 01:42:14] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 2572 0.024445 10.0.0.129 - - [2025-11-10 01:42:14] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084 HTTP/1.1" 200 2891 0.006784 10.0.0.129 - - [2025-11-10 01:42:14] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084 HTTP/1.1" 200 2891 0.004602 10.0.0.129 - - [2025-11-10 01:42:14] "GET /routing-instance/2116afc7-de65-4377-b610-e0179748b70f HTTP/1.1" 200 1787 0.003599 10.0.0.129 - - [2025-11-10 01:42:14] "GET /routing-instance/2116afc7-de65-4377-b610-e0179748b70f HTTP/1.1" 200 1787 0.004076 10.0.0.129 - - [2025-11-10 01:42:14] "GET /route-target/9b1d30f6-5dd4-4632-b00b-189d600978b7 HTTP/1.1" 200 1209 0.003116 10.0.0.129 - - [2025-11-10 01:42:14] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084 HTTP/1.1" 200 2891 0.004556 10.0.0.129 - - [2025-11-10 01:42:14] "GET /routing-instance/2116afc7-de65-4377-b610-e0179748b70f HTTP/1.1" 200 1787 0.003967 10.0.0.129 - - [2025-11-10 01:42:14] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004820 10.0.0.129 - - [2025-11-10 01:42:14] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084 HTTP/1.1" 200 2891 0.004384 10.0.0.129 - - [2025-11-10 01:42:14] "GET /routing-instance/2116afc7-de65-4377-b610-e0179748b70f HTTP/1.1" 200 1787 0.003846 10.0.0.129 - - [2025-11-10 01:42:14] "GET /routing-instance/2116afc7-de65-4377-b610-e0179748b70f HTTP/1.1" 200 1787 0.005636 10.0.0.129 - - [2025-11-10 01:42:14] "GET /route-target/9b1d30f6-5dd4-4632-b00b-189d600978b7 HTTP/1.1" 200 1209 0.003412 10.0.0.129 - - [2025-11-10 01:42:14] "GET /domains HTTP/1.1" 200 440 0.002622 10.0.0.129 - - [2025-11-10 01:42:14] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001169 10.0.0.129 - - [2025-11-10 01:42:14] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1896 0.006882 10.0.0.129 - - [2025-11-10 01:42:14] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001452 10.0.0.129 - - [2025-11-10 01:42:14] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 2572 0.022625 10.0.0.129 - - [2025-11-10 01:42:14] "DELETE /project/2c0e974788c0444f800132f3ed2e8b3b HTTP/1.1" 404 173 0.013826 10.0.0.129 - - [2025-11-10 01:42:14] "DELETE /project/bc86e50e1b4c41bf8ae8b44873fcf4e0 HTTP/1.1" 404 173 0.009774 10.0.0.129 - - [2025-11-10 01:42:14] "DELETE /project/95cc0a0352904a5f86fcbfe166aa9727 HTTP/1.1" 404 173 0.009076 10.0.0.129 - - [2025-11-10 01:42:14] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084 HTTP/1.1" 200 2891 0.004762 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000872 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000780 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.044987 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1519 0.047524 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.050871 10.0.0.129 - - [2025-11-10 01:42:15] "GET /obj-perms HTTP/1.1" 200 6453 0.001673 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000797 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000824 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?fields=security_groups HTTP/1.1" 200 1375 0.041993 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?fields=security_groups HTTP/1.1" 200 1359 0.043722 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?fields=security_groups HTTP/1.1" 200 1398 0.049155 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /security-group/c8135495-5649-4c42-a500-5e167497c1cb HTTP/1.1" 200 115 0.060481 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=54d7fb1c-d9a2-4027-8fe5-854924bf600c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /security-group/51c29aa7-1c4e-4f03-b70a-811507c07c32 HTTP/1.1" 200 115 0.074339 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /access-control-list/ad81a782-a337-4319-876d-ed2e7d7fd356 HTTP/1.1" 200 115 0.044763 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000813 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /security-group/51f72a42-4f6f-4841-a7fb-186f54fe3385 HTTP/1.1" 200 115 0.077163 10.0.0.129 - - [2025-11-10 01:42:15] "GET /projects?obj_uuids=95cc0a03-5290-4a5f-86fc-bfe166aa9727&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001295 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c?fields=application_policy_sets HTTP/1.1" 200 1398 0.047531 10.0.0.129 - - [2025-11-10 01:42:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001028 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /access-control-list/9d5eed3e-2936-4b47-a245-0f339ef598f5 HTTP/1.1" 200 115 0.059928 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727?fields=application_policy_sets HTTP/1.1" 200 1437 0.058936 10.0.0.129 - - [2025-11-10 01:42:15] "GET /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0?fields=application_policy_sets HTTP/1.1" 200 1414 0.094034 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /access-control-list/fdca1188-7288-4adb-8459-f26b5727fdf3 HTTP/1.1" 200 115 0.048004 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /access-control-list/69c45f7e-695e-47fd-b281-6adfc3acf139 HTTP/1.1" 200 115 0.052916 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /access-control-list/8953e9c1-88dd-4322-8bc6-e634d8b89d73 HTTP/1.1" 200 115 0.050241 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /project/54d7fb1c-d9a2-4027-8fe5-854924bf600c HTTP/1.1" 200 115 0.478133 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /access-control-list/5422ed19-1277-4707-a641-8cd1eaeafb3b HTTP/1.1" 200 115 0.040476 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /project/95cc0a03-5290-4a5f-86fc-bfe166aa9727 HTTP/1.1" 200 115 0.513186 10.0.0.129 - - [2025-11-10 01:42:15] "DELETE /project/bc86e50e-1b4c-41bf-8ae8-b44873fcf4e0 HTTP/1.1" 200 115 0.512656 252.129.8.79 - - [2025-11-10 01:42:15] "POST /neutron/network HTTP/1.1" 200 935 0.006308 252.129.8.79 - - [2025-11-10 01:42:15] "GET /aaa-mode HTTP/1.1" 401 297 0.000442 252.129.8.79 - - [2025-11-10 01:42:15] "GET / HTTP/1.1" 200 36499 0.001921 252.129.8.79 - - [2025-11-10 01:42:15] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000347 10.0.0.129 - - [2025-11-10 01:42:16] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001072 252.129.8.79 - - [2025-11-10 01:42:16] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044745 252.129.8.79 - - [2025-11-10 01:42:16] "POST /neutron/network HTTP/1.1" 200 925 0.005126 252.129.8.79 - - [2025-11-10 01:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.004778 252.129.8.79 - - [2025-11-10 01:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.006427 10.0.0.129 - - [2025-11-10 01:42:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001488 252.129.8.79 - - [2025-11-10 01:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.004575 252.129.8.79 - - [2025-11-10 01:42:16] "POST /neutron/network HTTP/1.1" 200 932 0.005032 252.129.8.79 - - [2025-11-10 01:42:16] "GET /aaa-mode HTTP/1.1" 401 297 0.000413 252.129.8.79 - - [2025-11-10 01:42:16] "GET / HTTP/1.1" 200 36499 0.001662 252.129.8.79 - - [2025-11-10 01:42:16] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000352 252.129.8.79 - - [2025-11-10 01:42:16] "POST /neutron/network HTTP/1.1" 200 935 0.007562 10.0.0.129 - - [2025-11-10 01:42:16] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001061 10.0.0.129 - - [2025-11-10 01:42:17] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001061 252.129.8.79 - - [2025-11-10 01:42:17] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.088840 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/network HTTP/1.1" 200 922 0.006748 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1061 0.277876 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1061 0.009263 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1061 0.010512 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1111 0.072677 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1085 0.033021 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009324 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1085 0.019098 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.004790 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 1085 0.016490 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.008799 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.000973 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007543 252.129.8.79 - - [2025-11-10 01:42:17] "POST /neutron/network HTTP/1.1" 200 925 0.005089 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/network HTTP/1.1" 200 932 0.010619 10.0.0.129 - - [2025-11-10 01:42:18] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001163 10.0.0.129 - - [2025-11-10 01:42:18] "PUT /access-control-list/f068a6cb-6170-4f66-bd15-dbe1eeb7fef6 HTTP/1.1" 200 274 0.012606 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/port HTTP/1.1" 200 1058 0.241447 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/port HTTP/1.1" 200 1058 0.007663 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/port HTTP/1.1" 200 1058 0.008499 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/port HTTP/1.1" 200 1108 0.055505 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/port HTTP/1.1" 200 1082 0.010012 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.008318 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/port HTTP/1.1" 200 117 0.001596 252.129.8.79 - - [2025-11-10 01:42:18] "POST /neutron/network HTTP/1.1" 200 922 0.005343 252.129.8.79 - - [2025-11-10 01:42:22] "POST /neutron/port HTTP/1.1" 200 1085 0.010467 252.129.8.79 - - [2025-11-10 01:42:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005781 252.129.8.79 - - [2025-11-10 01:42:23] "POST /neutron/port HTTP/1.1" 200 1085 0.010766 252.129.8.79 - - [2025-11-10 01:42:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005969 252.129.8.79 - - [2025-11-10 01:42:23] "POST /neutron/port HTTP/1.1" 200 1085 0.010395 252.129.8.79 - - [2025-11-10 01:42:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005631 10.0.0.129 - - [2025-11-10 01:42:23] "GET /virtual-machine/eea4043c-10ec-47d2-8c44-8474606e6230 HTTP/1.1" 200 1297 0.005128 10.0.0.129 - - [2025-11-10 01:42:23] "GET /virtual-machine-interface/331aa3a3-caeb-455c-b452-a7db2cf4c4c0 HTTP/1.1" 200 2953 0.005030 10.0.0.129 - - [2025-11-10 01:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.129 - - [2025-11-10 01:42:23] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004161 10.0.0.129 - - [2025-11-10 01:42:23] "GET /obj-perms HTTP/1.1" 200 6402 0.051630 10.0.0.129 - - [2025-11-10 01:42:23] "GET /virtual-networks?parent_id=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002729 10.0.0.129 - - [2025-11-10 01:42:23] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005075 10.0.0.129 - - [2025-11-10 01:42:23] "GET /obj-perms HTTP/1.1" 200 6402 0.049694 252.129.8.79 - - [2025-11-10 01:42:26] "POST /neutron/port HTTP/1.1" 200 1085 0.011708 252.129.8.79 - - [2025-11-10 01:42:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005580 252.129.8.79 - - [2025-11-10 01:42:26] "POST /neutron/port HTTP/1.1" 200 1085 0.009758 10.0.0.129 - - [2025-11-10 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067 10.0.0.129 - - [2025-11-10 01:42:26] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006603 252.129.8.79 - - [2025-11-10 01:42:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004823 252.129.8.79 - - [2025-11-10 01:42:26] "POST /neutron/port HTTP/1.1" 200 1085 0.010097 252.129.8.79 - - [2025-11-10 01:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005440 252.129.8.79 - - [2025-11-10 01:42:27] "POST /neutron/port HTTP/1.1" 200 1082 0.010346 252.129.8.79 - - [2025-11-10 01:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005532 10.0.0.129 - - [2025-11-10 01:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.129 - - [2025-11-10 01:42:28] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003212 10.0.0.129 - - [2025-11-10 01:42:29] "GET /virtual-networks?parent_id=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002852 10.0.0.129 - - [2025-11-10 01:42:29] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005884 252.129.8.79 - - [2025-11-10 01:42:29] "POST /neutron/port HTTP/1.1" 200 1085 0.011509 252.129.8.79 - - [2025-11-10 01:42:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007102 252.129.8.79 - - [2025-11-10 01:42:31] "POST /neutron/port HTTP/1.1" 200 1082 0.009775 252.129.8.79 - - [2025-11-10 01:42:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006533 252.129.8.79 - - [2025-11-10 01:42:32] "POST /neutron/port HTTP/1.1" 200 1082 0.010361 252.129.8.79 - - [2025-11-10 01:42:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005175 252.129.8.79 - - [2025-11-10 01:42:32] "POST /neutron/port HTTP/1.1" 200 1082 0.009676 252.129.8.79 - - [2025-11-10 01:42:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005271 252.129.8.79 - - [2025-11-10 01:42:34] "POST /neutron/port HTTP/1.1" 200 1082 0.011217 252.129.8.79 - - [2025-11-10 01:42:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005750 252.129.8.79 - - [2025-11-10 01:42:34] "POST /neutron/port HTTP/1.1" 200 1082 0.009735 252.129.8.79 - - [2025-11-10 01:42:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005509 252.129.8.79 - - [2025-11-10 01:42:34] "POST /neutron/port HTTP/1.1" 200 1082 0.011772 252.129.8.79 - - [2025-11-10 01:42:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005746 10.0.0.129 - - [2025-11-10 01:42:34] "GET /virtual-machine/9e60fcf8-2235-4729-92a2-75400bd60b8e HTTP/1.1" 200 1297 0.004087 10.0.0.129 - - [2025-11-10 01:42:34] "GET /virtual-machine-interface/602e89a4-620b-4d92-aad4-5ca0491d07ff HTTP/1.1" 200 2953 0.005301 10.0.0.129 - - [2025-11-10 01:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.129 - - [2025-11-10 01:42:35] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002600 10.0.0.129 - - [2025-11-10 01:42:35] "GET /virtual-networks?parent_id=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002872 10.0.0.129 - - [2025-11-10 01:42:35] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004876 10.0.0.129 - - [2025-11-10 01:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.129 - - [2025-11-10 01:42:36] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002774 10.0.0.129 - - [2025-11-10 01:42:36] "GET /virtual-networks?parent_id=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002842 10.0.0.129 - - [2025-11-10 01:42:36] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006611 10.0.0.129 - - [2025-11-10 01:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.129 - - [2025-11-10 01:42:40] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001292 10.0.0.129 - - [2025-11-10 01:42:40] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028994 10.0.0.129 - - [2025-11-10 01:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.129 - - [2025-11-10 01:42:40] "PUT /network-policy/63958d60-c7eb-44f2-b582-dadc6213a5b1 HTTP/1.1" 200 264 0.010193 10.0.0.129 - - [2025-11-10 01:42:41] "PUT /access-control-list/fac71076-0528-4c08-8c1f-2f35d24b283a HTTP/1.1" 200 274 0.053046 10.0.0.129 - - [2025-11-10 01:42:41] "POST /ref-update HTTP/1.1" 200 156 0.018665 10.0.0.129 - - [2025-11-10 01:42:41] "PUT /access-control-list/f068a6cb-6170-4f66-bd15-dbe1eeb7fef6 HTTP/1.1" 200 274 0.053782 10.0.0.129 - - [2025-11-10 01:42:41] "POST /ref-update HTTP/1.1" 200 156 0.013313 10.0.0.129 - - [2025-11-10 01:42:44] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006446 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 922 0.006281 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 822 0.027662 10.0.0.129 - - [2025-11-10 01:42:44] "DELETE /access-control-list/f068a6cb-6170-4f66-bd15-dbe1eeb7fef6 HTTP/1.1" 200 115 0.022481 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 822 0.007160 10.0.0.129 - - [2025-11-10 01:42:44] "GET /virtual-network/a61b295d-29ca-429c-af75-5d8608d7c084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009566 10.0.0.129 - - [2025-11-10 01:42:44] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005302 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 925 0.005842 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 825 0.045627 10.0.0.129 - - [2025-11-10 01:42:44] "DELETE /access-control-list/fac71076-0528-4c08-8c1f-2f35d24b283a HTTP/1.1" 200 115 0.041991 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 825 0.006318 10.0.0.129 - - [2025-11-10 01:42:44] "GET /virtual-network/6c5e7406-6dc5-477f-b2f9-9ba64987db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008405 10.0.0.129 - - [2025-11-10 01:42:44] "DELETE /network-policy/63958d60-c7eb-44f2-b582-dadc6213a5b1 HTTP/1.1" 200 115 0.040362 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 200 822 0.008554 252.129.8.79 - - [2025-11-10 01:42:44] "POST /neutron/network HTTP/1.1" 400 204 0.010556 252.129.8.79 - - [2025-11-10 01:42:45] "POST /neutron/port HTTP/1.1" 200 1082 0.010961 252.129.8.79 - - [2025-11-10 01:42:45] "POST /neutron/port HTTP/1.1" 200 1085 0.010776 252.129.8.79 - - [2025-11-10 01:42:45] "POST /neutron/port HTTP/1.1" 200 1108 0.008663 252.129.8.79 - - [2025-11-10 01:42:45] "POST /neutron/port HTTP/1.1" 200 1111 0.008634 252.129.8.79 - - [2025-11-10 01:42:45] "POST /neutron/port HTTP/1.1" 200 151 0.117032 252.129.8.79 - - [2025-11-10 01:42:45] "POST /neutron/port HTTP/1.1" 200 151 0.130416 252.129.8.79 - - [2025-11-10 01:42:47] "POST /neutron/network HTTP/1.1" 200 822 0.005943 10.0.0.129 - - [2025-11-10 01:42:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003551 10.0.0.129 - - [2025-11-10 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.129 - - [2025-11-10 01:42:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002688 252.129.8.79 - - [2025-11-10 01:42:47] "POST /neutron/network HTTP/1.1" 200 151 0.073568 10.0.0.129 - - [2025-11-10 01:42:47] "DELETE /route-target/9b1d30f6-5dd4-4632-b00b-189d600978b7 HTTP/1.1" 200 115 0.022557 10.0.0.129 - - [2025-11-10 01:42:47] "GET /routing-instance/2116afc7-de65-4377-b610-e0179748b70f HTTP/1.1" 404 171 0.002279 10.0.0.129 - - [2025-11-10 01:42:47] "GET /domains HTTP/1.1" 200 440 0.002676 10.0.0.129 - - [2025-11-10 01:42:47] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000927 10.0.0.129 - - [2025-11-10 01:42:47] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1311 0.007292 10.0.0.129 - - [2025-11-10 01:42:47] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001821 10.0.0.129 - - [2025-11-10 01:42:47] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 2104 0.023352 252.129.8.79 - - [2025-11-10 01:42:47] "POST /neutron/network HTTP/1.1" 200 825 0.005715 10.0.0.129 - - [2025-11-10 01:42:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002788 10.0.0.129 - - [2025-11-10 01:42:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.129 - - [2025-11-10 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 252.129.8.79 - - [2025-11-10 01:42:47] "POST /neutron/network HTTP/1.1" 200 151 0.074016 10.0.0.129 - - [2025-11-10 01:42:47] "GET /routing-instance/731269a1-3957-418c-9734-a39da24b8175 HTTP/1.1" 404 171 0.002480 10.0.0.129 - - [2025-11-10 01:42:47] "DELETE /route-target/4b0372f4-3b75-4139-a5e8-aa98d1dd3bbd HTTP/1.1" 200 115 0.017646 10.0.0.129 - - [2025-11-10 01:42:47] "GET /domains HTTP/1.1" 200 440 0.002517 10.0.0.129 - - [2025-11-10 01:42:47] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000955 10.0.0.129 - - [2025-11-10 01:42:47] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1311 0.007394 10.0.0.129 - - [2025-11-10 01:42:47] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001013 10.0.0.129 - - [2025-11-10 01:42:48] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 1865 0.025466 10.0.0.129 - - [2025-11-10 01:42:48] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001031 10.0.0.129 - - [2025-11-10 01:42:48] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024023 10.0.0.129 - - [2025-11-10 01:42:48] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001095 10.0.0.129 - - [2025-11-10 01:42:48] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?fields=virtual_networks HTTP/1.1" 200 1037 0.064351 10.0.0.129 - - [2025-11-10 01:42:48] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001295 10.0.0.129 - - [2025-11-10 01:42:48] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.022992 10.0.0.129 - - [2025-11-10 01:42:48] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000963 10.0.0.129 - - [2025-11-10 01:42:48] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?fields=security_groups HTTP/1.1" 200 1265 0.024967 10.0.0.129 - - [2025-11-10 01:42:49] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001027 10.0.0.129 - - [2025-11-10 01:42:49] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006764 10.0.0.129 - - [2025-11-10 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 179 0.026550 10.0.0.129 - - [2025-11-10 01:42:49] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002336 10.0.0.129 - - [2025-11-10 01:42:49] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001024 10.0.0.129 - - [2025-11-10 01:42:49] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006295 10.0.0.129 - - [2025-11-10 01:42:49] "POST /id-to-fqname HTTP/1.1" 200 181 0.002768 10.0.0.129 - - [2025-11-10 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.002493 10.0.0.129 - - [2025-11-10 01:42:50] "POST /security-groups HTTP/1.1" 200 576 0.060367 10.0.0.129 - - [2025-11-10 01:42:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.002465 10.0.0.129 - - [2025-11-10 01:42:50] "POST /projects HTTP/1.1" 200 563 0.206641 10.0.0.129 - - [2025-11-10 01:42:50] "POST /access-control-lists HTTP/1.1" 200 591 0.057657 10.0.0.129 - - [2025-11-10 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.280590 10.0.0.129 - - [2025-11-10 01:42:50] "POST /fqname-to-id HTTP/1.1" 404 224 0.002623 10.0.0.129 - - [2025-11-10 01:42:50] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.408747 10.0.0.129 - - [2025-11-10 01:42:50] "POST /access-control-lists HTTP/1.1" 200 589 0.056674 10.0.0.129 - - [2025-11-10 01:42:51] "GET / HTTP/1.1" 200 36499 0.001915 10.0.0.129 - - [2025-11-10 01:42:52] "POST /fqname-to-id HTTP/1.1" 401 297 0.000526 10.0.0.129 - - [2025-11-10 01:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.061008 10.0.0.129 - - [2025-11-10 01:42:52] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.000912 10.0.0.129 - - [2025-11-10 01:42:52] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.027816 252.129.8.79 - - [2025-11-10 01:42:52] "POST /neutron/network HTTP/1.1" 200 117 0.036985 10.0.0.129 - - [2025-11-10 01:42:52] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001332 252.129.8.79 - - [2025-11-10 01:42:52] "POST /neutron/network HTTP/1.1" 200 610 0.065336 10.0.0.129 - - [2025-11-10 01:42:52] "POST /route-targets HTTP/1.1" 200 329 0.009828 10.0.0.129 - - [2025-11-10 01:42:52] "POST /ref-update HTTP/1.1" 200 156 0.022127 10.0.0.129 - - [2025-11-10 01:42:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.185692 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/network HTTP/1.1" 200 829 0.004799 10.0.0.129 - - [2025-11-10 01:42:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001336 10.0.0.129 - - [2025-11-10 01:42:53] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004310 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/network HTTP/1.1" 200 829 0.005175 10.0.0.129 - - [2025-11-10 01:42:53] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004927 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/network HTTP/1.1" 200 829 0.005145 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.006898 10.0.0.129 - - [2025-11-10 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.129 - - [2025-11-10 01:42:53] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004691 10.0.0.129 - - [2025-11-10 01:42:53] "PUT /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6 HTTP/1.1" 200 266 0.035987 10.0.0.129 - - [2025-11-10 01:42:53] "POST /route-targets HTTP/1.1" 200 325 0.018482 10.0.0.129 - - [2025-11-10 01:42:53] "POST /ref-update HTTP/1.1" 200 156 0.010178 10.0.0.129 - - [2025-11-10 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.129 - - [2025-11-10 01:42:53] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001009 10.0.0.129 - - [2025-11-10 01:42:53] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.025726 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/network HTTP/1.1" 200 117 0.009309 10.0.0.129 - - [2025-11-10 01:42:53] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.000981 252.129.8.79 - - [2025-11-10 01:42:53] "POST /neutron/network HTTP/1.1" 200 610 0.059809 10.0.0.129 - - [2025-11-10 01:42:53] "POST /route-targets HTTP/1.1" 200 329 0.009450 10.0.0.129 - - [2025-11-10 01:42:53] "POST /ref-update HTTP/1.1" 200 156 0.009558 10.0.0.129 - - [2025-11-10 01:42:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003434 252.129.8.79 - - [2025-11-10 01:42:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.198916 252.129.8.79 - - [2025-11-10 01:42:54] "POST /neutron/network HTTP/1.1" 200 829 0.005067 10.0.0.129 - - [2025-11-10 01:42:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001324 10.0.0.129 - - [2025-11-10 01:42:54] "GET /virtual-network/2cc4077b-8299-44de-b0db-7ae6984b8857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004460 252.129.8.79 - - [2025-11-10 01:42:54] "POST /neutron/network HTTP/1.1" 200 829 0.004868 10.0.0.129 - - [2025-11-10 01:42:54] "GET /virtual-network/2cc4077b-8299-44de-b0db-7ae6984b8857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005291 252.129.8.79 - - [2025-11-10 01:42:54] "POST /neutron/network HTTP/1.1" 200 829 0.005340 252.129.8.79 - - [2025-11-10 01:42:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.006420 10.0.0.129 - - [2025-11-10 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.129 - - [2025-11-10 01:42:54] "GET /virtual-network/2cc4077b-8299-44de-b0db-7ae6984b8857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004246 10.0.0.129 - - [2025-11-10 01:42:54] "POST /ref-update HTTP/1.1" 200 156 0.012002 10.0.0.129 - - [2025-11-10 01:42:54] "PUT /virtual-network/2cc4077b-8299-44de-b0db-7ae6984b8857 HTTP/1.1" 200 266 0.038871 10.0.0.129 - - [2025-11-10 01:42:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001367 252.129.8.79 - - [2025-11-10 01:42:54] "POST /neutron/network HTTP/1.1" 200 839 0.005412 252.129.8.79 - - [2025-11-10 01:42:54] "GET /aaa-mode HTTP/1.1" 401 297 0.000463 252.129.8.79 - - [2025-11-10 01:42:55] "GET / HTTP/1.1" 200 36499 0.002949 252.129.8.79 - - [2025-11-10 01:42:55] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000384 10.0.0.129 - - [2025-11-10 01:42:55] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001367 252.129.8.79 - - [2025-11-10 01:42:55] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.050471 252.129.8.79 - - [2025-11-10 01:42:55] "POST /neutron/network HTTP/1.1" 200 829 0.004799 252.129.8.79 - - [2025-11-10 01:42:55] "POST /neutron/port HTTP/1.1" 200 117 0.004993 252.129.8.79 - - [2025-11-10 01:42:55] "POST /neutron/port HTTP/1.1" 200 117 0.005500 10.0.0.129 - - [2025-11-10 01:42:55] "POST /id-to-fqname HTTP/1.1" 200 218 0.001395 252.129.8.79 - - [2025-11-10 01:42:55] "POST /neutron/port HTTP/1.1" 200 117 0.007332 252.129.8.79 - - [2025-11-10 01:42:55] "POST /neutron/network HTTP/1.1" 200 839 0.006216 252.129.8.79 - - [2025-11-10 01:42:56] "GET /aaa-mode HTTP/1.1" 401 297 0.000530 252.129.8.79 - - [2025-11-10 01:42:56] "GET / HTTP/1.1" 200 36499 0.001878 252.129.8.79 - - [2025-11-10 01:42:56] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000395 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/network HTTP/1.1" 200 839 0.005623 10.0.0.129 - - [2025-11-10 01:42:56] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001191 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1051 0.207213 10.0.0.129 - - [2025-11-10 01:42:56] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001054 252.129.8.79 - - [2025-11-10 01:42:56] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.055332 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1051 0.020459 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/network HTTP/1.1" 200 829 0.006379 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1051 0.007935 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1101 0.066154 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1075 0.012374 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1075 0.009643 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005740 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003016 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 117 0.006153 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.007338 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 1075 0.011449 252.129.8.79 - - [2025-11-10 01:42:56] "POST /neutron/port HTTP/1.1" 200 117 0.001168 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/security_group HTTP/1.1" 200 2049 0.009061 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/network HTTP/1.1" 200 829 0.005371 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/network HTTP/1.1" 200 839 0.005454 10.0.0.129 - - [2025-11-10 01:42:57] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001719 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/port HTTP/1.1" 200 1051 0.222399 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/port HTTP/1.1" 200 1051 0.010413 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/port HTTP/1.1" 200 1051 0.008707 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/port HTTP/1.1" 200 1101 0.050624 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/port HTTP/1.1" 200 1075 0.010801 252.129.8.79 - - [2025-11-10 01:42:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003195 252.129.8.79 - - [2025-11-10 01:42:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.006596 252.129.8.79 - - [2025-11-10 01:42:58] "POST /neutron/port HTTP/1.1" 200 117 0.001168 252.129.8.79 - - [2025-11-10 01:42:58] "POST /neutron/network HTTP/1.1" 200 829 0.007719 252.129.8.79 - - [2025-11-10 01:43:02] "POST /neutron/port HTTP/1.1" 200 1075 0.010149 252.129.8.79 - - [2025-11-10 01:43:02] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005905 252.129.8.79 - - [2025-11-10 01:43:02] "POST /neutron/port HTTP/1.1" 200 1075 0.011206 252.129.8.79 - - [2025-11-10 01:43:02] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005877 252.129.8.79 - - [2025-11-10 01:43:02] "POST /neutron/port HTTP/1.1" 200 1075 0.009557 252.129.8.79 - - [2025-11-10 01:43:02] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006471 10.0.0.129 - - [2025-11-10 01:43:02] "GET /virtual-machine/8cf20c23-b98f-45ff-9556-4f2b9df427d8 HTTP/1.1" 401 297 0.000416 10.0.0.129 - - [2025-11-10 01:43:02] "GET /virtual-machine/8cf20c23-b98f-45ff-9556-4f2b9df427d8 HTTP/1.1" 200 1288 0.039322 10.0.0.129 - - [2025-11-10 01:43:02] "GET /virtual-machine-interface/6dea78b4-f9f2-49cd-beb3-f0fd918002bd HTTP/1.1" 200 2929 0.007922 10.0.0.129 - - [2025-11-10 01:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.129 - - [2025-11-10 01:43:03] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002957 10.0.0.129 - - [2025-11-10 01:43:03] "GET /virtual-networks?parent_id=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003017 10.0.0.129 - - [2025-11-10 01:43:03] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004829 252.129.8.79 - - [2025-11-10 01:43:05] "POST /neutron/port HTTP/1.1" 200 1075 0.010812 252.129.8.79 - - [2025-11-10 01:43:05] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005260 252.129.8.79 - - [2025-11-10 01:43:05] "POST /neutron/port HTTP/1.1" 200 1075 0.020637 252.129.8.79 - - [2025-11-10 01:43:05] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005742 252.129.8.79 - - [2025-11-10 01:43:06] "POST /neutron/port HTTP/1.1" 200 1075 0.010499 252.129.8.79 - - [2025-11-10 01:43:06] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005154 10.0.0.129 - - [2025-11-10 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.129 - - [2025-11-10 01:43:06] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004558 252.129.8.79 - - [2025-11-10 01:43:06] "POST /neutron/port HTTP/1.1" 200 1075 0.009908 252.129.8.79 - - [2025-11-10 01:43:06] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005175 252.129.8.79 - - [2025-11-10 01:43:07] "POST /neutron/port HTTP/1.1" 200 1075 0.012867 252.129.8.79 - - [2025-11-10 01:43:07] "POST /neutron/security_group HTTP/1.1" 200 2049 0.005764 10.0.0.129 - - [2025-11-10 01:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.129 - - [2025-11-10 01:43:08] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003094 10.0.0.129 - - [2025-11-10 01:43:08] "GET /virtual-networks?parent_id=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003069 10.0.0.129 - - [2025-11-10 01:43:08] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006490 252.129.8.79 - - [2025-11-10 01:43:08] "POST /neutron/port HTTP/1.1" 200 1075 0.012521 252.129.8.79 - - [2025-11-10 01:43:08] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006900 252.129.8.79 - - [2025-11-10 01:43:09] "POST /neutron/port HTTP/1.1" 200 1075 0.009909 252.129.8.79 - - [2025-11-10 01:43:09] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006581 252.129.8.79 - - [2025-11-10 01:43:09] "POST /neutron/port HTTP/1.1" 200 1075 0.009956 252.129.8.79 - - [2025-11-10 01:43:09] "POST /neutron/security_group HTTP/1.1" 200 2049 0.007936 10.0.0.129 - - [2025-11-10 01:43:09] "GET /virtual-machine/578a47d6-f1e5-4e00-82be-a5465aa70fea HTTP/1.1" 200 1286 0.004547 10.0.0.129 - - [2025-11-10 01:43:09] "GET /virtual-machine-interface/091b1721-e60d-4fd5-aa8c-a5b9eaeaf20f HTTP/1.1" 200 2928 0.005097 252.129.8.79 - - [2025-11-10 01:43:09] "POST /neutron/port HTTP/1.1" 200 1075 0.009878 252.129.8.79 - - [2025-11-10 01:43:09] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006474 10.0.0.129 - - [2025-11-10 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.129 - - [2025-11-10 01:43:09] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002996 10.0.0.129 - - [2025-11-10 01:43:09] "GET /virtual-networks?parent_id=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003103 10.0.0.129 - - [2025-11-10 01:43:09] "GET /virtual-network/2cc4077b-8299-44de-b0db-7ae6984b8857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004889 10.0.0.129 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.129 - - [2025-11-10 01:43:10] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002738 10.0.0.129 - - [2025-11-10 01:43:10] "GET /virtual-networks?parent_id=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003023 10.0.0.129 - - [2025-11-10 01:43:10] "GET /virtual-network/2cc4077b-8299-44de-b0db-7ae6984b8857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006357 10.0.0.129 - - [2025-11-10 01:43:11] "POST /routing-policys HTTP/1.1" 200 536 0.015809 10.0.0.129 - - [2025-11-10 01:43:11] "GET /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008007 10.0.0.129 - - [2025-11-10 01:43:11] "PUT /virtual-network/ba0efb5c-185e-4018-97ca-9a8372eef3f6 HTTP/1.1" 200 266 0.029591 10.0.0.129 - - [2025-11-10 01:43:11] "POST /ref-update HTTP/1.1" 200 156 0.011845 10.0.0.129 - - [2025-11-10 01:43:15] "POST /ref-update HTTP/1.1" 200 156 0.030493 10.0.0.129 - - [2025-11-10 01:43:15] "POST /ref-update HTTP/1.1" 404 171 0.042082 10.0.0.129 - - [2025-11-10 01:43:15] "DELETE /routing-policy/7677c30f-1a5e-464f-a35a-d5a90dd969a3 HTTP/1.1" 200 115 0.029613 252.129.8.79 - - [2025-11-10 01:43:15] "POST /neutron/network HTTP/1.1" 200 829 0.006203 252.129.8.79 - - [2025-11-10 01:43:15] "POST /neutron/network HTTP/1.1" 400 204 0.009000 10.0.0.129 - - [2025-11-10 01:43:15] "DELETE /project/06414da65cf440d5bcd0e381e8a05fac HTTP/1.1" 404 173 0.031000 10.0.0.129 - - [2025-11-10 01:43:15] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000962 10.0.0.129 - - [2025-11-10 01:43:15] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.047783 10.0.0.129 - - [2025-11-10 01:43:15] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000977 10.0.0.129 - - [2025-11-10 01:43:15] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?fields=security_groups HTTP/1.1" 200 1355 0.065627 10.0.0.129 - - [2025-11-10 01:43:15] "DELETE /security-group/bba8270d-1ed7-49eb-9e0c-7eee89f160be HTTP/1.1" 200 115 0.040632 10.0.0.129 - - [2025-11-10 01:43:15] "GET /projects?obj_uuids=2c0e9747-88c0-444f-8001-32f3ed2e8b3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002201 10.0.0.129 - - [2025-11-10 01:43:15] "DELETE /access-control-list/379f61ba-d321-4d67-aed6-aade53b1c0a6 HTTP/1.1" 200 115 0.026373 10.0.0.129 - - [2025-11-10 01:43:15] "GET /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b?fields=application_policy_sets HTTP/1.1" 200 1394 0.039072 10.0.0.129 - - [2025-11-10 01:43:15] "DELETE /access-control-list/36766486-9f06-47f8-a9da-4a7f9b29ffd3 HTTP/1.1" 200 115 0.034415 252.129.8.79 - - [2025-11-10 01:43:15] "POST /neutron/port HTTP/1.1" 200 1075 0.021195 252.129.8.79 - - [2025-11-10 01:43:15] "POST /neutron/port HTTP/1.1" 200 1075 0.018956 10.0.0.129 - - [2025-11-10 01:43:15] "DELETE /project/2c0e9747-88c0-444f-8001-32f3ed2e8b3b HTTP/1.1" 200 115 0.387815 252.129.8.79 - - [2025-11-10 01:43:15] "POST /neutron/port HTTP/1.1" 200 1101 0.010696 252.129.8.79 - - [2025-11-10 01:43:15] "POST /neutron/port HTTP/1.1" 200 1101 0.009811 252.129.8.79 - - [2025-11-10 01:43:16] "POST /neutron/port HTTP/1.1" 200 151 0.121879 252.129.8.79 - - [2025-11-10 01:43:16] "POST /neutron/port HTTP/1.1" 200 151 0.122699 252.129.8.79 - - [2025-11-10 01:43:17] "POST /neutron/network HTTP/1.1" 200 829 0.005448 10.0.0.129 - - [2025-11-10 01:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003320 10.0.0.129 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.129 - - [2025-11-10 01:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003785 252.129.8.79 - - [2025-11-10 01:43:17] "POST /neutron/network HTTP/1.1" 200 151 0.088422 10.0.0.129 - - [2025-11-10 01:43:17] "DELETE /route-target/78a8aa84-782e-4c01-8c1e-a023ff980dfa HTTP/1.1" 200 115 0.019787 10.0.0.129 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 252.129.8.79 - - [2025-11-10 01:43:17] "POST /neutron/network HTTP/1.1" 200 829 0.005471 10.0.0.129 - - [2025-11-10 01:43:17] "DELETE /route-target/a32b210f-d22b-42c0-99a9-19d2bf04a3eb HTTP/1.1" 409 241 0.005406 10.0.0.129 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.129 - - [2025-11-10 01:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002754 10.0.0.129 - - [2025-11-10 01:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001673 252.129.8.79 - - [2025-11-10 01:43:17] "POST /neutron/network HTTP/1.1" 200 151 0.083379 10.0.0.129 - - [2025-11-10 01:43:17] "DELETE /route-target/d433dc52-aac2-40a1-80fe-c9867cbb44c1 HTTP/1.1" 200 115 0.012527 10.0.0.129 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.129 - - [2025-11-10 01:43:17] "DELETE /route-target/a32b210f-d22b-42c0-99a9-19d2bf04a3eb HTTP/1.1" 200 115 0.012160 10.0.0.129 - - [2025-11-10 01:43:18] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001377 10.0.0.129 - - [2025-11-10 01:43:18] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.051198 10.0.0.129 - - [2025-11-10 01:43:18] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001088 10.0.0.129 - - [2025-11-10 01:43:18] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?fields=virtual_networks HTTP/1.1" 200 1019 0.061684 10.0.0.129 - - [2025-11-10 01:43:18] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001004 10.0.0.129 - - [2025-11-10 01:43:18] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.024514 10.0.0.129 - - [2025-11-10 01:43:18] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001340 10.0.0.129 - - [2025-11-10 01:43:18] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?fields=security_groups HTTP/1.1" 200 1238 0.022659 10.0.0.129 - - [2025-11-10 01:43:19] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001438 10.0.0.129 - - [2025-11-10 01:43:19] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.008358 10.0.0.129 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.031130 10.0.0.129 - - [2025-11-10 01:43:19] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002350 10.0.0.129 - - [2025-11-10 01:43:19] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000969 10.0.0.129 - - [2025-11-10 01:43:19] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006696 10.0.0.129 - - [2025-11-10 01:43:19] "POST /id-to-fqname HTTP/1.1" 200 186 0.001332 10.0.0.129 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.002124 10.0.0.129 - - [2025-11-10 01:43:19] "POST /security-groups HTTP/1.1" 200 581 0.060363 10.0.0.129 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 404 230 0.003398 10.0.0.129 - - [2025-11-10 01:43:19] "POST /projects HTTP/1.1" 200 573 0.213248 10.0.0.129 - - [2025-11-10 01:43:19] "POST /access-control-lists HTTP/1.1" 200 596 0.063331 10.0.0.129 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.285447 10.0.0.129 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.003546 10.0.0.129 - - [2025-11-10 01:43:19] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.428856 10.0.0.129 - - [2025-11-10 01:43:19] "POST /access-control-lists HTTP/1.1" 200 594 0.059704 10.0.0.129 - - [2025-11-10 01:43:21] "GET / HTTP/1.1" 200 36499 0.001827 10.0.0.129 - - [2025-11-10 01:43:21] "POST /fqname-to-id HTTP/1.1" 401 297 0.000523 10.0.0.129 - - [2025-11-10 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.067375 10.0.0.129 - - [2025-11-10 01:43:22] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000977 10.0.0.129 - - [2025-11-10 01:43:22] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027087 252.129.8.79 - - [2025-11-10 01:43:22] "POST /neutron/network HTTP/1.1" 200 117 0.032747 10.0.0.129 - - [2025-11-10 01:43:22] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001091 252.129.8.79 - - [2025-11-10 01:43:22] "POST /neutron/network HTTP/1.1" 200 611 0.070862 10.0.0.129 - - [2025-11-10 01:43:22] "POST /route-targets HTTP/1.1" 200 329 0.014040 10.0.0.129 - - [2025-11-10 01:43:22] "POST /ref-update HTTP/1.1" 200 156 0.020472 10.0.0.129 - - [2025-11-10 01:43:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 252.129.8.79 - - [2025-11-10 01:43:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.167020 252.129.8.79 - - [2025-11-10 01:43:22] "POST /neutron/network HTTP/1.1" 200 831 0.005542 10.0.0.129 - - [2025-11-10 01:43:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001743 10.0.0.129 - - [2025-11-10 01:43:22] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005451 252.129.8.79 - - [2025-11-10 01:43:22] "POST /neutron/network HTTP/1.1" 200 831 0.005509 10.0.0.129 - - [2025-11-10 01:43:22] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004928 252.129.8.79 - - [2025-11-10 01:43:22] "POST /neutron/network HTTP/1.1" 200 831 0.004662 252.129.8.79 - - [2025-11-10 01:43:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.006791 10.0.0.129 - - [2025-11-10 01:43:23] "GET /domains HTTP/1.1" 401 297 0.000448 10.0.0.129 - - [2025-11-10 01:43:23] "GET /domains HTTP/1.1" 200 440 0.026514 10.0.0.129 - - [2025-11-10 01:43:23] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001046 10.0.0.129 - - [2025-11-10 01:43:23] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1486 0.007792 10.0.0.129 - - [2025-11-10 01:43:23] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001575 10.0.0.129 - - [2025-11-10 01:43:23] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2082 0.033638 10.0.0.129 - - [2025-11-10 01:43:23] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe HTTP/1.1" 200 2326 0.005826 10.0.0.129 - - [2025-11-10 01:43:23] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe HTTP/1.1" 200 2326 0.004784 10.0.0.129 - - [2025-11-10 01:43:23] "GET /routing-instance/c73411a7-77a6-4d81-8802-9b8bc4401b65 HTTP/1.1" 200 1497 0.003813 10.0.0.129 - - [2025-11-10 01:43:23] "GET /routing-instance/c73411a7-77a6-4d81-8802-9b8bc4401b65 HTTP/1.1" 200 1497 0.003420 10.0.0.129 - - [2025-11-10 01:43:23] "GET /route-target/53226ca4-1798-435c-a31f-6126049838db HTTP/1.1" 200 1214 0.003413 10.0.0.129 - - [2025-11-10 01:43:23] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe HTTP/1.1" 200 2326 0.005995 10.0.0.129 - - [2025-11-10 01:43:23] "GET /routing-instance/c73411a7-77a6-4d81-8802-9b8bc4401b65 HTTP/1.1" 200 1497 0.004292 10.0.0.129 - - [2025-11-10 01:43:24] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004925 10.0.0.129 - - [2025-11-10 01:43:24] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe HTTP/1.1" 200 2326 0.004431 10.0.0.129 - - [2025-11-10 01:43:24] "GET /routing-instance/c73411a7-77a6-4d81-8802-9b8bc4401b65 HTTP/1.1" 200 1497 0.003442 10.0.0.129 - - [2025-11-10 01:43:24] "GET /routing-instance/c73411a7-77a6-4d81-8802-9b8bc4401b65 HTTP/1.1" 200 1497 0.003896 10.0.0.129 - - [2025-11-10 01:43:24] "GET /route-target/53226ca4-1798-435c-a31f-6126049838db HTTP/1.1" 200 1214 0.004302 10.0.0.129 - - [2025-11-10 01:43:24] "GET /domains HTTP/1.1" 200 440 0.003169 10.0.0.129 - - [2025-11-10 01:43:24] "GET /obj-perms HTTP/1.1" 200 6402 0.060058 10.0.0.129 - - [2025-11-10 01:43:24] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001078 10.0.0.129 - - [2025-11-10 01:43:24] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1486 0.007218 10.0.0.129 - - [2025-11-10 01:43:24] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001150 10.0.0.129 - - [2025-11-10 01:43:24] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2082 0.025000 10.0.0.129 - - [2025-11-10 01:43:24] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe HTTP/1.1" 200 2326 0.005600 10.0.0.129 - - [2025-11-10 01:43:24] "GET /obj-perms HTTP/1.1" 200 6402 0.049383 10.0.0.129 - - [2025-11-10 01:43:24] "GET /obj-perms HTTP/1.1" 200 6445 0.047695 10.0.0.129 - - [2025-11-10 01:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.129 - - [2025-11-10 01:43:25] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.129 - - [2025-11-10 01:43:25] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027958 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/network HTTP/1.1" 200 117 0.011936 10.0.0.129 - - [2025-11-10 01:43:25] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/network HTTP/1.1" 200 611 0.068869 10.0.0.129 - - [2025-11-10 01:43:25] "POST /route-targets HTTP/1.1" 200 329 0.011883 10.0.0.129 - - [2025-11-10 01:43:25] "POST /ref-update HTTP/1.1" 200 156 0.014480 10.0.0.129 - - [2025-11-10 01:43:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.178749 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/network HTTP/1.1" 200 829 0.005196 10.0.0.129 - - [2025-11-10 01:43:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001300 10.0.0.129 - - [2025-11-10 01:43:25] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004707 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/network HTTP/1.1" 200 829 0.004960 10.0.0.129 - - [2025-11-10 01:43:25] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005563 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/network HTTP/1.1" 200 829 0.005959 252.129.8.79 - - [2025-11-10 01:43:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.006854 10.0.0.129 - - [2025-11-10 01:43:26] "GET /domains HTTP/1.1" 200 440 0.002984 10.0.0.129 - - [2025-11-10 01:43:26] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001039 10.0.0.129 - - [2025-11-10 01:43:26] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1486 0.006630 10.0.0.129 - - [2025-11-10 01:43:26] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001354 10.0.0.129 - - [2025-11-10 01:43:26] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2300 0.024059 10.0.0.129 - - [2025-11-10 01:43:26] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875 HTTP/1.1" 200 2320 0.009482 10.0.0.129 - - [2025-11-10 01:43:26] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875 HTTP/1.1" 200 2320 0.004874 10.0.0.129 - - [2025-11-10 01:43:26] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708 HTTP/1.1" 200 1498 0.004753 10.0.0.129 - - [2025-11-10 01:43:26] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708 HTTP/1.1" 200 1498 0.003793 10.0.0.129 - - [2025-11-10 01:43:26] "GET /route-target/3f8e0399-3100-415e-86f7-d03622af9773 HTTP/1.1" 200 1213 0.003243 10.0.0.129 - - [2025-11-10 01:43:26] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875 HTTP/1.1" 200 2320 0.004912 10.0.0.129 - - [2025-11-10 01:43:26] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708 HTTP/1.1" 200 1498 0.004157 10.0.0.129 - - [2025-11-10 01:43:26] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005538 10.0.0.129 - - [2025-11-10 01:43:26] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875 HTTP/1.1" 200 2320 0.004501 10.0.0.129 - - [2025-11-10 01:43:26] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708 HTTP/1.1" 200 1498 0.003533 10.0.0.129 - - [2025-11-10 01:43:26] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708 HTTP/1.1" 200 1498 0.009187 10.0.0.129 - - [2025-11-10 01:43:26] "GET /route-target/3f8e0399-3100-415e-86f7-d03622af9773 HTTP/1.1" 200 1213 0.003414 10.0.0.129 - - [2025-11-10 01:43:26] "GET /domains HTTP/1.1" 200 440 0.002974 10.0.0.129 - - [2025-11-10 01:43:26] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000965 10.0.0.129 - - [2025-11-10 01:43:26] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1486 0.007020 10.0.0.129 - - [2025-11-10 01:43:27] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001049 10.0.0.129 - - [2025-11-10 01:43:27] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2300 0.024704 10.0.0.129 - - [2025-11-10 01:43:27] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875 HTTP/1.1" 200 2320 0.005114 10.0.0.129 - - [2025-11-10 01:43:27] "GET /obj-perms HTTP/1.1" 200 6445 0.001689 10.0.0.129 - - [2025-11-10 01:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.129 - - [2025-11-10 01:43:27] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000892 10.0.0.129 - - [2025-11-10 01:43:27] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.022094 252.129.8.79 - - [2025-11-10 01:43:27] "POST /neutron/network HTTP/1.1" 200 117 0.010098 10.0.0.129 - - [2025-11-10 01:43:27] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001197 252.129.8.79 - - [2025-11-10 01:43:27] "POST /neutron/network HTTP/1.1" 200 613 0.065359 10.0.0.129 - - [2025-11-10 01:43:27] "POST /ref-update HTTP/1.1" 200 156 0.011451 10.0.0.129 - - [2025-11-10 01:43:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003743 252.129.8.79 - - [2025-11-10 01:43:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.161990 252.129.8.79 - - [2025-11-10 01:43:27] "POST /neutron/network HTTP/1.1" 200 831 0.004839 10.0.0.129 - - [2025-11-10 01:43:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001332 10.0.0.129 - - [2025-11-10 01:43:27] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004616 252.129.8.79 - - [2025-11-10 01:43:27] "POST /neutron/network HTTP/1.1" 200 831 0.005251 10.0.0.129 - - [2025-11-10 01:43:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004946 252.129.8.79 - - [2025-11-10 01:43:28] "POST /neutron/network HTTP/1.1" 200 831 0.005266 252.129.8.79 - - [2025-11-10 01:43:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.007644 10.0.0.129 - - [2025-11-10 01:43:28] "GET /domains HTTP/1.1" 200 440 0.002879 10.0.0.129 - - [2025-11-10 01:43:28] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001118 10.0.0.129 - - [2025-11-10 01:43:28] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1486 0.007141 10.0.0.129 - - [2025-11-10 01:43:28] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001163 10.0.0.129 - - [2025-11-10 01:43:28] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2519 0.027854 10.0.0.129 - - [2025-11-10 01:43:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28 HTTP/1.1" 200 2325 0.006921 10.0.0.129 - - [2025-11-10 01:43:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28 HTTP/1.1" 200 2325 0.006049 10.0.0.129 - - [2025-11-10 01:43:28] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f HTTP/1.1" 200 1501 0.003597 10.0.0.129 - - [2025-11-10 01:43:28] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f HTTP/1.1" 200 1501 0.003426 10.0.0.129 - - [2025-11-10 01:43:28] "GET /route-target/c4f98c67-d3e9-4eb0-965a-0d0c6ff1c171 HTTP/1.1" 200 1217 0.003083 10.0.0.129 - - [2025-11-10 01:43:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28 HTTP/1.1" 200 2325 0.005485 10.0.0.129 - - [2025-11-10 01:43:28] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f HTTP/1.1" 200 1501 0.003990 10.0.0.129 - - [2025-11-10 01:43:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004788 10.0.0.129 - - [2025-11-10 01:43:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28 HTTP/1.1" 200 2325 0.004121 10.0.0.129 - - [2025-11-10 01:43:28] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f HTTP/1.1" 200 1501 0.003361 10.0.0.129 - - [2025-11-10 01:43:28] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f HTTP/1.1" 200 1501 0.003390 10.0.0.129 - - [2025-11-10 01:43:28] "GET /route-target/c4f98c67-d3e9-4eb0-965a-0d0c6ff1c171 HTTP/1.1" 200 1217 0.003207 10.0.0.129 - - [2025-11-10 01:43:29] "GET /domains HTTP/1.1" 200 440 0.002611 10.0.0.129 - - [2025-11-10 01:43:29] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001017 10.0.0.129 - - [2025-11-10 01:43:29] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1486 0.007487 10.0.0.129 - - [2025-11-10 01:43:29] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000972 10.0.0.129 - - [2025-11-10 01:43:29] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2519 0.026001 10.0.0.129 - - [2025-11-10 01:43:29] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28 HTTP/1.1" 200 2325 0.004648 10.0.0.129 - - [2025-11-10 01:43:29] "GET /obj-perms HTTP/1.1" 200 6445 0.001751 10.0.0.129 - - [2025-11-10 01:43:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001402 252.129.8.79 - - [2025-11-10 01:43:29] "POST /neutron/network HTTP/1.1" 200 839 0.007092 252.129.8.79 - - [2025-11-10 01:43:29] "GET /aaa-mode HTTP/1.1" 401 297 0.000570 252.129.8.79 - - [2025-11-10 01:43:29] "GET / HTTP/1.1" 200 36499 0.001618 252.129.8.79 - - [2025-11-10 01:43:29] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000374 10.0.0.129 - - [2025-11-10 01:43:30] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038 252.129.8.79 - - [2025-11-10 01:43:30] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047621 252.129.8.79 - - [2025-11-10 01:43:30] "POST /neutron/network HTTP/1.1" 200 829 0.005239 252.129.8.79 - - [2025-11-10 01:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.005137 252.129.8.79 - - [2025-11-10 01:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.004631 10.0.0.129 - - [2025-11-10 01:43:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001382 252.129.8.79 - - [2025-11-10 01:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.004819 252.129.8.79 - - [2025-11-10 01:43:30] "POST /neutron/network HTTP/1.1" 200 841 0.005288 252.129.8.79 - - [2025-11-10 01:43:30] "GET /aaa-mode HTTP/1.1" 401 297 0.000461 252.129.8.79 - - [2025-11-10 01:43:30] "GET / HTTP/1.1" 200 36499 0.001903 252.129.8.79 - - [2025-11-10 01:43:30] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000400 252.129.8.79 - - [2025-11-10 01:43:30] "POST /neutron/network HTTP/1.1" 200 839 0.004933 10.0.0.129 - - [2025-11-10 01:43:30] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 1055 0.191352 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 1055 0.010656 10.0.0.129 - - [2025-11-10 01:43:31] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001099 252.129.8.79 - - [2025-11-10 01:43:31] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.044220 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 1055 0.008416 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/network HTTP/1.1" 200 831 0.003943 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 1105 0.056499 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 1079 0.012792 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 1079 0.012785 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004715 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007487 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/subnet HTTP/1.1" 200 693 0.006689 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.004597 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.129 - - [2025-11-10 01:43:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.002548 10.0.0.129 - - [2025-11-10 01:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.129 - - [2025-11-10 01:43:31] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001343 10.0.0.129 - - [2025-11-10 01:43:31] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.009300 252.129.8.79 - - [2025-11-10 01:43:31] "POST /neutron/network HTTP/1.1" 200 829 0.005601 10.0.0.129 - - [2025-11-10 01:43:31] "POST /service-templates HTTP/1.1" 200 545 0.015825 10.0.0.129 - - [2025-11-10 01:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.129 - - [2025-11-10 01:43:31] "GET /service-template/f391592c-e4ed-49ec-a9b4-85a673b1e273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004908 10.0.0.129 - - [2025-11-10 01:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.129 - - [2025-11-10 01:43:31] "GET /service-template/f391592c-e4ed-49ec-a9b4-85a673b1e273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.002852 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/network HTTP/1.1" 200 841 0.007479 10.0.0.129 - - [2025-11-10 01:43:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001796 10.0.0.129 - - [2025-11-10 01:43:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001366 10.0.0.129 - - [2025-11-10 01:43:32] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001218 10.0.0.129 - - [2025-11-10 01:43:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001956 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 1909 0.014052 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005850 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 1055 0.259480 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 1055 0.010629 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 1055 0.008197 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 1105 0.057302 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 1079 0.027097 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.006571 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/port HTTP/1.1" 200 117 0.001352 252.129.8.79 - - [2025-11-10 01:43:32] "POST /neutron/network HTTP/1.1" 200 831 0.006634 252.129.8.79 - - [2025-11-10 01:43:33] "POST /neutron/network HTTP/1.1" 200 2216 0.011991 252.129.8.79 - - [2025-11-10 01:43:33] "GET /aaa-mode HTTP/1.1" 401 297 0.000410 252.129.8.79 - - [2025-11-10 01:43:33] "GET / HTTP/1.1" 200 36499 0.001582 252.129.8.79 - - [2025-11-10 01:43:33] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000558 10.0.0.129 - - [2025-11-10 01:43:34] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001058 252.129.8.79 - - [2025-11-10 01:43:34] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.054529 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/network HTTP/1.1" 200 831 0.005756 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/network HTTP/1.1" 200 829 0.009876 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/network HTTP/1.1" 200 831 0.005381 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/port HTTP/1.1" 200 2042 0.013654 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006501 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.005774 252.129.8.79 - - [2025-11-10 01:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.005087 252.129.8.79 - - [2025-11-10 01:43:35] "POST /neutron/network HTTP/1.1" 200 2216 0.012026 10.0.0.129 - - [2025-11-10 01:43:35] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001174 252.129.8.79 - - [2025-11-10 01:43:35] "POST /neutron/port HTTP/1.1" 200 1057 0.251759 10.0.0.129 - - [2025-11-10 01:43:35] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 252.129.8.79 - - [2025-11-10 01:43:35] "POST /neutron/port HTTP/1.1" 200 1055 0.259058 10.0.0.129 - - [2025-11-10 01:43:35] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001737 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1055 0.326251 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1057 0.013088 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1057 0.009113 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1107 0.135408 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1055 0.009323 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1055 0.008565 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1105 0.068835 252.129.8.79 - - [2025-11-10 01:43:36] "POST /neutron/port HTTP/1.1" 200 1055 0.009529 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/port HTTP/1.1" 200 1055 0.010979 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/port HTTP/1.1" 200 1105 0.060600 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/port HTTP/1.1" 200 3006 0.018500 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003891 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/subnet HTTP/1.1" 200 704 0.009684 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/port HTTP/1.1" 200 117 0.001193 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/network HTTP/1.1" 200 831 0.004968 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/subnet HTTP/1.1" 200 693 0.007986 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/port HTTP/1.1" 200 117 0.001877 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/network HTTP/1.1" 200 829 0.005078 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003693 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.006616 252.129.8.79 - - [2025-11-10 01:43:37] "POST /neutron/port HTTP/1.1" 200 117 0.001181 252.129.8.79 - - [2025-11-10 01:43:38] "POST /neutron/network HTTP/1.1" 200 831 0.031500 252.129.8.79 - - [2025-11-10 01:43:40] "POST /neutron/port HTTP/1.1" 200 3006 0.019533 252.129.8.79 - - [2025-11-10 01:43:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008922 252.129.8.79 - - [2025-11-10 01:43:40] "POST /neutron/port HTTP/1.1" 200 1079 0.010396 252.129.8.79 - - [2025-11-10 01:43:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012372 252.129.8.79 - - [2025-11-10 01:43:41] "POST /neutron/port HTTP/1.1" 200 1079 0.011040 252.129.8.79 - - [2025-11-10 01:43:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005450 252.129.8.79 - - [2025-11-10 01:43:41] "POST /neutron/port HTTP/1.1" 200 1079 0.013762 252.129.8.79 - - [2025-11-10 01:43:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006281 252.129.8.79 - - [2025-11-10 01:43:42] "POST /neutron/port HTTP/1.1" 200 1079 0.018201 252.129.8.79 - - [2025-11-10 01:43:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006376 252.129.8.79 - - [2025-11-10 01:43:43] "POST /neutron/port HTTP/1.1" 200 1079 0.010767 252.129.8.79 - - [2025-11-10 01:43:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006184 252.129.8.79 - - [2025-11-10 01:43:43] "POST /neutron/port HTTP/1.1" 200 1079 0.010542 252.129.8.79 - - [2025-11-10 01:43:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005216 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/port HTTP/1.1" 200 3006 0.013544 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005148 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/port HTTP/1.1" 200 3006 0.013519 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005366 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/port HTTP/1.1" 200 3006 0.013255 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006493 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/port HTTP/1.1" 200 3006 0.014084 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005030 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/port HTTP/1.1" 200 3006 0.013965 252.129.8.79 - - [2025-11-10 01:43:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007143 10.0.0.129 - - [2025-11-10 01:43:45] "GET /virtual-machine/73b0c82c-5bef-4d66-95f2-33ca76445e3f HTTP/1.1" 200 1804 0.004284 10.0.0.129 - - [2025-11-10 01:43:45] "GET /virtual-machine-interface/6a8d7aac-92db-48ed-a21b-85e2ac02eea3 HTTP/1.1" 200 2948 0.005916 10.0.0.129 - - [2025-11-10 01:43:45] "GET /virtual-machine-interface/7a3d00cc-316b-45a8-a487-aa9960b15d3c HTTP/1.1" 200 2948 0.005519 10.0.0.129 - - [2025-11-10 01:43:45] "GET /virtual-machine-interface/dcc2acfb-91ce-4896-bca7-19c58747a815 HTTP/1.1" 200 2952 0.004818 10.0.0.129 - - [2025-11-10 01:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.129 - - [2025-11-10 01:43:46] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003216 10.0.0.129 - - [2025-11-10 01:43:46] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003030 10.0.0.129 - - [2025-11-10 01:43:46] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004772 10.0.0.129 - - [2025-11-10 01:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.129 - - [2025-11-10 01:43:49] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005353 10.0.0.129 - - [2025-11-10 01:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.129 - - [2025-11-10 01:43:53] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005049 10.0.0.129 - - [2025-11-10 01:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.129 - - [2025-11-10 01:43:57] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004273 10.0.0.129 - - [2025-11-10 01:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.129 - - [2025-11-10 01:43:59] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003162 10.0.0.129 - - [2025-11-10 01:43:59] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002810 10.0.0.129 - - [2025-11-10 01:44:00] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004875 252.129.8.79 - - [2025-11-10 01:44:00] "POST /neutron/port HTTP/1.1" 200 3006 0.013947 252.129.8.79 - - [2025-11-10 01:44:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005056 252.129.8.79 - - [2025-11-10 01:44:05] "POST /neutron/port HTTP/1.1" 200 3006 0.014133 252.129.8.79 - - [2025-11-10 01:44:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006440 252.129.8.79 - - [2025-11-10 01:44:09] "POST /neutron/port HTTP/1.1" 200 3006 0.016529 252.129.8.79 - - [2025-11-10 01:44:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005594 252.129.8.79 - - [2025-11-10 01:44:09] "POST /neutron/port HTTP/1.1" 200 3006 0.013391 252.129.8.79 - - [2025-11-10 01:44:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005082 252.129.8.79 - - [2025-11-10 01:44:10] "POST /neutron/port HTTP/1.1" 200 3006 0.013514 252.129.8.79 - - [2025-11-10 01:44:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005369 252.129.8.79 - - [2025-11-10 01:44:10] "POST /neutron/port HTTP/1.1" 200 3006 0.017105 252.129.8.79 - - [2025-11-10 01:44:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005114 252.129.8.79 - - [2025-11-10 01:44:11] "POST /neutron/port HTTP/1.1" 200 3006 0.041625 252.129.8.79 - - [2025-11-10 01:44:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005294 10.0.0.129 - - [2025-11-10 01:44:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000458 10.0.0.129 - - [2025-11-10 01:44:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000408 10.0.0.129 - - [2025-11-10 01:44:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000539 10.0.0.129 - - [2025-11-10 01:44:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000377 252.129.8.79 - - [2025-11-10 01:44:15] "POST /neutron/port HTTP/1.1" 200 3006 0.013983 252.129.8.79 - - [2025-11-10 01:44:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005415 10.0.0.129 - - [2025-11-10 01:44:16] "DELETE /project/26f70b9366d14901a41c358d2b634d16 HTTP/1.1" 404 173 0.006646 10.0.0.129 - - [2025-11-10 01:44:16] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.000924 10.0.0.129 - - [2025-11-10 01:44:16] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.022039 10.0.0.129 - - [2025-11-10 01:44:16] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.000978 10.0.0.129 - - [2025-11-10 01:44:16] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?fields=security_groups HTTP/1.1" 200 1328 0.066511 10.0.0.129 - - [2025-11-10 01:44:16] "DELETE /security-group/cd8e10bb-9769-45b3-b7c9-c9f824a76438 HTTP/1.1" 200 115 0.036360 10.0.0.129 - - [2025-11-10 01:44:16] "GET /projects?obj_uuids=06414da6-5cf4-40d5-bcd0-e381e8a05fac&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001066 10.0.0.129 - - [2025-11-10 01:44:16] "DELETE /access-control-list/b0795924-bfbf-4ad8-a2c1-ce6b6a50e1c0 HTTP/1.1" 200 115 0.030879 10.0.0.129 - - [2025-11-10 01:44:16] "GET /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac?fields=application_policy_sets HTTP/1.1" 200 1367 0.029097 10.0.0.129 - - [2025-11-10 01:44:16] "DELETE /access-control-list/12948ffe-bb75-4b63-ad3e-aea3355b0837 HTTP/1.1" 200 115 0.028529 10.0.0.129 - - [2025-11-10 01:44:16] "DELETE /project/06414da6-5cf4-40d5-bcd0-e381e8a05fac HTTP/1.1" 200 115 0.312411 10.0.0.129 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.129 - - [2025-11-10 01:44:21] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002941 10.0.0.129 - - [2025-11-10 01:44:21] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002808 10.0.0.129 - - [2025-11-10 01:44:21] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005059 10.0.0.129 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.129 - - [2025-11-10 01:44:21] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003123 10.0.0.129 - - [2025-11-10 01:44:21] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002768 10.0.0.129 - - [2025-11-10 01:44:21] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004880 10.0.0.129 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.002906 10.0.0.129 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.129 - - [2025-11-10 01:44:21] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001005 10.0.0.129 - - [2025-11-10 01:44:21] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024872 10.0.0.129 - - [2025-11-10 01:44:21] "POST /service-instances HTTP/1.1" 200 545 0.060601 10.0.0.129 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.129 - - [2025-11-10 01:44:22] "GET /service-instance/bfbd03e2-802f-4edc-b801-dbb952867da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005064 10.0.0.129 - - [2025-11-10 01:44:22] "POST /port-tuples HTTP/1.1" 200 588 0.023005 10.0.0.129 - - [2025-11-10 01:44:22] "GET /virtual-machine-interface/6a8d7aac-92db-48ed-a21b-85e2ac02eea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004875 10.0.0.129 - - [2025-11-10 01:44:22] "PUT /virtual-machine-interface/6a8d7aac-92db-48ed-a21b-85e2ac02eea3 HTTP/1.1" 200 286 0.010453 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.010703 10.0.0.129 - - [2025-11-10 01:44:22] "POST /instance-ips HTTP/1.1" 200 387 0.023138 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.014564 10.0.0.129 - - [2025-11-10 01:44:22] "GET /virtual-machine-interface/7a3d00cc-316b-45a8-a487-aa9960b15d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005423 10.0.0.129 - - [2025-11-10 01:44:22] "PUT /virtual-machine-interface/7a3d00cc-316b-45a8-a487-aa9960b15d3c HTTP/1.1" 200 286 0.011547 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.008206 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003968 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.009162 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/port HTTP/1.1" 200 1079 0.010852 10.0.0.129 - - [2025-11-10 01:44:22] "GET /virtual-machine-interface/dcc2acfb-91ce-4896-bca7-19c58747a815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.005962 10.0.0.129 - - [2025-11-10 01:44:22] "POST /instance-ips HTTP/1.1" 200 387 0.025690 10.0.0.129 - - [2025-11-10 01:44:22] "PUT /virtual-machine-interface/dcc2acfb-91ce-4896-bca7-19c58747a815 HTTP/1.1" 200 286 0.009879 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.026608 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/port HTTP/1.1" 200 1079 0.023043 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.011257 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.015103 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/network HTTP/1.1" 200 839 0.005428 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003181 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/port HTTP/1.1" 200 1079 0.010366 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003373 10.0.0.129 - - [2025-11-10 01:44:22] "POST /instance-ips HTTP/1.1" 200 375 0.024590 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007767 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.007618 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.020128 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/port HTTP/1.1" 200 1079 0.013026 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-update HTTP/1.1" 200 156 0.017548 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009511 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/network HTTP/1.1" 200 829 0.005295 10.0.0.129 - - [2025-11-10 01:44:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003411 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/port HTTP/1.1" 200 1079 0.010673 10.0.0.129 - - [2025-11-10 01:44:22] "POST /instance-ips HTTP/1.1" 200 375 0.017084 252.129.8.79 - - [2025-11-10 01:44:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006380 10.0.0.129 - - [2025-11-10 01:44:23] "GET /virtual-machine/d3039232-da54-4ed5-a077-247140b68cd7 HTTP/1.1" 200 1293 0.004960 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-update HTTP/1.1" 200 156 0.007023 10.0.0.129 - - [2025-11-10 01:44:23] "GET /virtual-machine-interface/4a6a73a3-3df9-4e08-bad9-7d54afdc49ed HTTP/1.1" 200 2948 0.009022 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002898 10.0.0.129 - - [2025-11-10 01:44:23] "POST /instance-ips HTTP/1.1" 200 377 0.014139 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.129 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.129 - - [2025-11-10 01:44:23] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002515 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-update HTTP/1.1" 200 156 0.009560 10.0.0.129 - - [2025-11-10 01:44:23] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003352 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002827 10.0.0.129 - - [2025-11-10 01:44:23] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005577 10.0.0.129 - - [2025-11-10 01:44:23] "POST /instance-ips HTTP/1.1" 200 377 0.017884 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-update HTTP/1.1" 200 156 0.011395 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-update HTTP/1.1" 200 156 0.007902 10.0.0.129 - - [2025-11-10 01:44:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002781 10.0.0.129 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.129 - - [2025-11-10 01:44:24] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003867 10.0.0.129 - - [2025-11-10 01:44:24] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002948 10.0.0.129 - - [2025-11-10 01:44:24] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005012 252.129.8.79 - - [2025-11-10 01:44:24] "POST /neutron/port HTTP/1.1" 200 1079 0.011529 252.129.8.79 - - [2025-11-10 01:44:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007202 252.129.8.79 - - [2025-11-10 01:44:25] "POST /neutron/port HTTP/1.1" 200 1079 0.010912 252.129.8.79 - - [2025-11-10 01:44:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006630 252.129.8.79 - - [2025-11-10 01:44:25] "POST /neutron/port HTTP/1.1" 200 1079 0.011093 10.0.0.129 - - [2025-11-10 01:44:25] "GET /obj-perms HTTP/1.1" 200 6402 0.055622 252.129.8.79 - - [2025-11-10 01:44:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005881 10.0.0.129 - - [2025-11-10 01:44:25] "GET /virtual-machine/905ede41-5797-4ad6-9c51-bae6e39894a3 HTTP/1.1" 200 1293 0.004967 10.0.0.129 - - [2025-11-10 01:44:25] "GET /virtual-machine-interface/71923332-5512-4bf6-88cd-8752487f4985 HTTP/1.1" 200 2950 0.011282 10.0.0.129 - - [2025-11-10 01:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.129 - - [2025-11-10 01:44:25] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003018 10.0.0.129 - - [2025-11-10 01:44:25] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003474 10.0.0.129 - - [2025-11-10 01:44:25] "GET /obj-perms HTTP/1.1" 200 6402 0.048465 10.0.0.129 - - [2025-11-10 01:44:25] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004832 10.0.0.129 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.129 - - [2025-11-10 01:44:26] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003933 10.0.0.129 - - [2025-11-10 01:44:26] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002943 10.0.0.129 - - [2025-11-10 01:44:26] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004815 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.002733 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.129 - - [2025-11-10 01:44:27] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001239 10.0.0.129 - - [2025-11-10 01:44:27] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046575 10.0.0.129 - - [2025-11-10 01:44:27] "POST /network-policys HTTP/1.1" 200 549 0.015496 10.0.0.129 - - [2025-11-10 01:44:27] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004451 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.129 - - [2025-11-10 01:44:27] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005204 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.129 - - [2025-11-10 01:44:27] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003232 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 404 240 0.003518 10.0.0.129 - - [2025-11-10 01:44:27] "POST /ref-update HTTP/1.1" 200 156 0.032732 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.129 - - [2025-11-10 01:44:27] "POST /access-control-lists HTTP/1.1" 200 603 0.059612 10.0.0.129 - - [2025-11-10 01:44:27] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003568 252.129.8.79 - - [2025-11-10 01:44:27] "POST /neutron/network HTTP/1.1" 200 915 0.006327 10.0.0.129 - - [2025-11-10 01:44:27] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004700 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.129 - - [2025-11-10 01:44:27] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003395 10.0.0.129 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.129 - - [2025-11-10 01:44:27] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004720 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.129 - - [2025-11-10 01:44:28] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003322 10.0.0.129 - - [2025-11-10 01:44:28] "POST /ref-update HTTP/1.1" 200 156 0.031164 10.0.0.129 - - [2025-11-10 01:44:28] "PUT /access-control-list/58a6acc6-7498-40ca-9ff8-0359846199de HTTP/1.1" 200 274 0.012177 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.002864 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.129 - - [2025-11-10 01:44:28] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.016485 10.0.0.129 - - [2025-11-10 01:44:28] "POST /access-control-lists HTTP/1.1" 200 606 0.057546 252.129.8.79 - - [2025-11-10 01:44:28] "POST /neutron/network HTTP/1.1" 200 917 0.005837 10.0.0.129 - - [2025-11-10 01:44:28] "POST /routing-instances HTTP/1.1" 200 757 0.019540 10.0.0.129 - - [2025-11-10 01:44:28] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004867 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.129 - - [2025-11-10 01:44:28] "POST /route-targets HTTP/1.1" 200 329 0.009074 10.0.0.129 - - [2025-11-10 01:44:28] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003327 10.0.0.129 - - [2025-11-10 01:44:28] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.129 - - [2025-11-10 01:44:28] "GET /routing-instance/77bb63b5-31d3-4bef-b01c-8846ed5f5349?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1275 0.003619 10.0.0.129 - - [2025-11-10 01:44:28] "GET /service-template/f391592c-e4ed-49ec-a9b4-85a673b1e273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003348 10.0.0.129 - - [2025-11-10 01:44:28] "GET /routing-instance/77bb63b5-31d3-4bef-b01c-8846ed5f5349?fields=routing_policy_back_refs HTTP/1.1" 200 1275 0.003392 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.129 - - [2025-11-10 01:44:28] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.129 - - [2025-11-10 01:44:28] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001081 10.0.0.129 - - [2025-11-10 01:44:28] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.028882 10.0.0.129 - - [2025-11-10 01:44:28] "POST /routing-instances HTTP/1.1" 200 758 0.014105 10.0.0.129 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.129 - - [2025-11-10 01:44:28] "POST /route-targets HTTP/1.1" 200 329 0.008855 10.0.0.129 - - [2025-11-10 01:44:28] "GET /service-instance/bfbd03e2-802f-4edc-b801-dbb952867da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3544 0.004953 10.0.0.129 - - [2025-11-10 01:44:28] "GET /domains HTTP/1.1" 200 440 0.002141 10.0.0.129 - - [2025-11-10 01:44:28] "POST /ref-update HTTP/1.1" 200 156 0.013078 10.0.0.129 - - [2025-11-10 01:44:28] "GET /routing-instance/ed81cdff-a415-4eb4-9dc0-82bc2354c4a2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005274 10.0.0.129 - - [2025-11-10 01:44:28] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000889 10.0.0.129 - - [2025-11-10 01:44:28] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1530 0.008776 10.0.0.129 - - [2025-11-10 01:44:28] "GET /routing-instance/ed81cdff-a415-4eb4-9dc0-82bc2354c4a2?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003392 10.0.0.129 - - [2025-11-10 01:44:28] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001521 10.0.0.129 - - [2025-11-10 01:44:28] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 4235 0.027496 10.0.0.129 - - [2025-11-10 01:44:28] "PUT /routing-instance/77bb63b5-31d3-4bef-b01c-8846ed5f5349 HTTP/1.1" 200 268 0.008473 10.0.0.129 - - [2025-11-10 01:44:28] "GET /service-instance/bfbd03e2-802f-4edc-b801-dbb952867da9 HTTP/1.1" 200 3798 0.005814 10.0.0.129 - - [2025-11-10 01:44:28] "PUT /routing-instance/ed81cdff-a415-4eb4-9dc0-82bc2354c4a2 HTTP/1.1" 200 268 0.008925 10.0.0.129 - - [2025-11-10 01:44:29] "GET /domains HTTP/1.1" 200 440 0.004146 10.0.0.129 - - [2025-11-10 01:44:29] "POST /ref-update HTTP/1.1" 200 156 0.011441 10.0.0.129 - - [2025-11-10 01:44:29] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001229 10.0.0.129 - - [2025-11-10 01:44:29] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1530 0.007029 10.0.0.129 - - [2025-11-10 01:44:29] "PUT /access-control-list/4701084a-35c0-44a4-a554-f3ddeb8de52f HTTP/1.1" 200 274 0.009766 10.0.0.129 - - [2025-11-10 01:44:29] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.129 - - [2025-11-10 01:44:29] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 4235 0.025340 10.0.0.129 - - [2025-11-10 01:44:29] "GET /service-instance/bfbd03e2-802f-4edc-b801-dbb952867da9 HTTP/1.1" 200 3798 0.003699 10.0.0.129 - - [2025-11-10 01:44:29] "GET /port-tuple/7d9fccf7-4b7b-4de8-8390-47419ba2a96f HTTP/1.1" 200 1980 0.003469 10.0.0.129 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/6a8d7aac-92db-48ed-a21b-85e2ac02eea3 HTTP/1.1" 200 3822 0.006605 10.0.0.129 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/7a3d00cc-316b-45a8-a487-aa9960b15d3c HTTP/1.1" 200 3804 0.005382 10.0.0.129 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/dcc2acfb-91ce-4896-bca7-19c58747a815 HTTP/1.1" 200 3811 0.005138 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/port HTTP/1.1" 200 3813 0.030861 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005557 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/port HTTP/1.1" 200 3813 0.022887 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005291 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/port HTTP/1.1" 200 3813 0.027652 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005723 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/port HTTP/1.1" 200 3813 0.023261 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005370 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/network HTTP/1.1" 200 889 0.010311 252.129.8.79 - - [2025-11-10 01:44:29] "POST /neutron/network HTTP/1.1" 200 915 0.004988 252.129.8.79 - - [2025-11-10 01:44:30] "POST /neutron/network HTTP/1.1" 200 805 0.010870 252.129.8.79 - - [2025-11-10 01:44:30] "POST /neutron/network HTTP/1.1" 200 831 0.005054 252.129.8.79 - - [2025-11-10 01:44:30] "POST /neutron/network HTTP/1.1" 200 891 0.010866 252.129.8.79 - - [2025-11-10 01:44:30] "POST /neutron/network HTTP/1.1" 200 917 0.006784 10.0.0.129 - - [2025-11-10 01:44:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001361 10.0.0.129 - - [2025-11-10 01:44:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001050 10.0.0.129 - - [2025-11-10 01:44:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.129 - - [2025-11-10 01:44:30] "GET /virtual-machine/73b0c82c-5bef-4d66-95f2-33ca76445e3f HTTP/1.1" 200 1804 0.003686 10.0.0.129 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/6a8d7aac-92db-48ed-a21b-85e2ac02eea3 HTTP/1.1" 200 3822 0.005046 10.0.0.129 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/7a3d00cc-316b-45a8-a487-aa9960b15d3c HTTP/1.1" 200 3804 0.004928 10.0.0.129 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/dcc2acfb-91ce-4896-bca7-19c58747a815 HTTP/1.1" 200 3811 0.005216 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/8bb1e5a5-c036-4e90-85e7-47328f052b9a HTTP/1.1" 200 1984 0.003658 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/b14e2f08-bc10-4539-a452-8893f3ad1e43 HTTP/1.1" 200 1983 0.003896 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/e0e639a8-50ce-4871-a466-f82735b76754 HTTP/1.1" 200 1625 0.004601 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/6e2efc64-efc0-4a5a-9827-235130ad8d01 HTTP/1.1" 200 1960 0.005410 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/6e815e6c-afe8-4dad-a555-5fc0fe37a402 HTTP/1.1" 200 1622 0.004416 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/97b03b5b-b86b-45ed-a960-822a888d0993 HTTP/1.1" 200 1959 0.003631 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/17961e98-6dfd-412b-90b4-c88900a203db HTTP/1.1" 200 1962 0.003505 10.0.0.129 - - [2025-11-10 01:44:30] "GET /instance-ip/8f3fda24-4cd6-41aa-af5b-0f7b71cec64b HTTP/1.1" 200 1965 0.003547 10.0.0.129 - - [2025-11-10 01:44:31] "GET /instance-ip/96793696-0084-47b5-bffa-fb66ad7d4b47 HTTP/1.1" 200 1624 0.004591 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/port HTTP/1.1" 200 3813 0.023738 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004992 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/port HTTP/1.1" 200 3813 0.022627 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005263 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/port HTTP/1.1" 200 3813 0.022444 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005284 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/port HTTP/1.1" 200 3813 0.023435 252.129.8.79 - - [2025-11-10 01:44:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005526 10.0.0.129 - - [2025-11-10 01:44:31] "GET /virtual-machine/73b0c82c-5bef-4d66-95f2-33ca76445e3f HTTP/1.1" 200 1804 0.002906 10.0.0.129 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/6a8d7aac-92db-48ed-a21b-85e2ac02eea3 HTTP/1.1" 200 3822 0.005007 10.0.0.129 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/7a3d00cc-316b-45a8-a487-aa9960b15d3c HTTP/1.1" 200 3804 0.004897 10.0.0.129 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/dcc2acfb-91ce-4896-bca7-19c58747a815 HTTP/1.1" 200 3811 0.005036 10.0.0.129 - - [2025-11-10 01:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.129 - - [2025-11-10 01:44:31] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003495 10.0.0.129 - - [2025-11-10 01:44:31] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003892 10.0.0.129 - - [2025-11-10 01:44:31] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004641 10.0.0.129 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.129 - - [2025-11-10 01:44:33] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003016 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002884 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005508 10.0.0.129 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.129 - - [2025-11-10 01:44:33] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003729 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004694 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006011 10.0.0.129 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.129 - - [2025-11-10 01:44:33] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002914 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002925 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005626 10.0.0.129 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.129 - - [2025-11-10 01:44:33] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003267 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004740 10.0.0.129 - - [2025-11-10 01:44:33] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004932 10.0.0.129 - - [2025-11-10 01:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.129 - - [2025-11-10 01:44:34] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002714 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002932 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005058 10.0.0.129 - - [2025-11-10 01:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.129 - - [2025-11-10 01:44:34] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003321 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003134 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006205 10.0.0.129 - - [2025-11-10 01:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.129 - - [2025-11-10 01:44:34] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002969 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002869 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004862 10.0.0.129 - - [2025-11-10 01:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.129 - - [2025-11-10 01:44:34] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003378 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003537 10.0.0.129 - - [2025-11-10 01:44:34] "GET /virtual-network/2675acce-4822-4eeb-a81e-b7120b3c8abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005025 10.0.0.129 - - [2025-11-10 01:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.129 - - [2025-11-10 01:44:35] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003007 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002769 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004954 10.0.0.129 - - [2025-11-10 01:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.129 - - [2025-11-10 01:44:35] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004069 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003304 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004742 10.0.0.129 - - [2025-11-10 01:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.129 - - [2025-11-10 01:44:35] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002722 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003057 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004755 10.0.0.129 - - [2025-11-10 01:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.129 - - [2025-11-10 01:44:35] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004265 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-networks?parent_id=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003103 10.0.0.129 - - [2025-11-10 01:44:35] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004696 10.0.0.129 - - [2025-11-10 01:44:36] "GET /virtual-machine/73b0c82c-5bef-4d66-95f2-33ca76445e3f HTTP/1.1" 200 1804 0.004393 10.0.0.129 - - [2025-11-10 01:44:36] "GET /domains HTTP/1.1" 200 440 0.002988 10.0.0.129 - - [2025-11-10 01:44:36] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000993 10.0.0.129 - - [2025-11-10 01:44:36] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1530 0.006628 10.0.0.129 - - [2025-11-10 01:44:36] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.129 - - [2025-11-10 01:44:36] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 4235 0.022952 10.0.0.129 - - [2025-11-10 01:44:36] "GET /service-instance/bfbd03e2-802f-4edc-b801-dbb952867da9 HTTP/1.1" 200 3798 0.003896 10.0.0.129 - - [2025-11-10 01:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.129 - - [2025-11-10 01:44:36] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.002993 10.0.0.129 - - [2025-11-10 01:44:36] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004850 10.0.0.129 - - [2025-11-10 01:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.129 - - [2025-11-10 01:44:36] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.003758 10.0.0.129 - - [2025-11-10 01:44:36] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.004551 10.0.0.129 - - [2025-11-10 01:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.129 - - [2025-11-10 01:44:36] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005106 10.0.0.129 - - [2025-11-10 01:44:36] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?fields=routing_instances HTTP/1.1" 200 1683 0.006067 10.0.0.129 - - [2025-11-10 01:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.129 - - [2025-11-10 01:44:36] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004158 10.0.0.129 - - [2025-11-10 01:44:36] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?fields=routing_instances HTTP/1.1" 200 1688 0.006317 10.0.0.129 - - [2025-11-10 01:44:41] "POST /ref-update HTTP/1.1" 200 156 0.045784 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /access-control-list/4701084a-35c0-44a4-a554-f3ddeb8de52f HTTP/1.1" 200 115 0.037145 252.129.8.79 - - [2025-11-10 01:44:41] "POST /neutron/network HTTP/1.1" 200 831 0.007421 10.0.0.129 - - [2025-11-10 01:44:41] "GET /virtual-network/89bf1d55-c7ca-442a-b909-b0a3223c4a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004920 10.0.0.129 - - [2025-11-10 01:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /routing-instance/77bb63b5-31d3-4bef-b01c-8846ed5f5349 HTTP/1.1" 200 115 0.033851 10.0.0.129 - - [2025-11-10 01:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.129 - - [2025-11-10 01:44:41] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004201 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /route-target/8e14b2bd-36e0-47b4-bd2d-ed46c1303ea5 HTTP/1.1" 200 115 0.014992 10.0.0.129 - - [2025-11-10 01:44:41] "POST /ref-update HTTP/1.1" 200 156 0.036344 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /routing-instance/ed81cdff-a415-4eb4-9dc0-82bc2354c4a2 HTTP/1.1" 200 115 0.044868 10.0.0.129 - - [2025-11-10 01:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 252.129.8.79 - - [2025-11-10 01:44:41] "POST /neutron/network HTTP/1.1" 200 829 0.009398 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /route-target/382ca075-1d92-4dbb-939a-0250b5ad313d HTTP/1.1" 200 115 0.017301 10.0.0.129 - - [2025-11-10 01:44:41] "GET /virtual-network/1b8404ce-ded2-4540-b3e9-c2a75598f875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004735 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /access-control-list/58a6acc6-7498-40ca-9ff8-0359846199de HTTP/1.1" 200 115 0.029727 10.0.0.129 - - [2025-11-10 01:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.129 - - [2025-11-10 01:44:41] "GET /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003673 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /network-policy/f80682a3-9f17-4019-b0df-f85bc486cd1e HTTP/1.1" 200 115 0.021085 10.0.0.129 - - [2025-11-10 01:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /service-instance/bfbd03e2-802f-4edc-b801-dbb952867da9 HTTP/1.1" 200 115 0.046573 10.0.0.129 - - [2025-11-10 01:44:41] "GET /domains HTTP/1.1" 200 440 0.002480 10.0.0.129 - - [2025-11-10 01:44:41] "POST /ref-update HTTP/1.1" 200 156 0.017809 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /instance-ip/8bb1e5a5-c036-4e90-85e7-47328f052b9a HTTP/1.1" 200 115 0.029449 10.0.0.129 - - [2025-11-10 01:44:41] "POST /ref-update HTTP/1.1" 200 156 0.012876 10.0.0.129 - - [2025-11-10 01:44:41] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001194 10.0.0.129 - - [2025-11-10 01:44:41] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1530 0.012974 10.0.0.129 - - [2025-11-10 01:44:41] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001466 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /instance-ip/b14e2f08-bc10-4539-a452-8893f3ad1e43 HTTP/1.1" 200 115 0.041590 10.0.0.129 - - [2025-11-10 01:44:41] "POST /ref-update HTTP/1.1" 200 156 0.020833 10.0.0.129 - - [2025-11-10 01:44:41] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 3761 0.056667 10.0.0.129 - - [2025-11-10 01:44:41] "GET /virtual-machine/73b0c82c-5bef-4d66-95f2-33ca76445e3f HTTP/1.1" 200 1804 0.003824 10.0.0.129 - - [2025-11-10 01:44:41] "DELETE /instance-ip/97b03b5b-b86b-45ed-a960-822a888d0993 HTTP/1.1" 200 115 0.039979 10.0.0.129 - - [2025-11-10 01:44:41] "POST /ref-update HTTP/1.1" 200 156 0.010105 10.0.0.129 - - [2025-11-10 01:44:41] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003599 10.0.0.129 - - [2025-11-10 01:44:42] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002840 10.0.0.129 - - [2025-11-10 01:44:42] "DELETE /instance-ip/8f3fda24-4cd6-41aa-af5b-0f7b71cec64b HTTP/1.1" 200 115 0.053065 10.0.0.129 - - [2025-11-10 01:44:42] "POST /ref-update HTTP/1.1" 200 156 0.015165 10.0.0.129 - - [2025-11-10 01:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.129 - - [2025-11-10 01:44:42] "DELETE /instance-ip/17961e98-6dfd-412b-90b4-c88900a203db HTTP/1.1" 200 115 0.042274 10.0.0.129 - - [2025-11-10 01:44:42] "POST /ref-update HTTP/1.1" 200 156 0.038079 10.0.0.129 - - [2025-11-10 01:44:42] "DELETE /service-template/f391592c-e4ed-49ec-a9b4-85a673b1e273 HTTP/1.1" 200 115 0.067838 10.0.0.129 - - [2025-11-10 01:44:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.012625 10.0.0.129 - - [2025-11-10 01:44:42] "DELETE /instance-ip/6e2efc64-efc0-4a5a-9827-235130ad8d01 HTTP/1.1" 200 115 0.030958 252.129.8.79 - - [2025-11-10 01:44:42] "POST /neutron/network HTTP/1.1" 200 831 0.006376 252.129.8.79 - - [2025-11-10 01:44:42] "POST /neutron/network HTTP/1.1" 400 204 0.014041 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 1079 0.013890 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 1079 0.011099 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 1105 0.008219 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 1105 0.008354 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 151 0.215507 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 3006 0.023030 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 151 0.266648 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 1105 0.013933 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 151 0.143140 252.129.8.79 - - [2025-11-10 01:44:43] "POST /neutron/port HTTP/1.1" 200 1107 0.013263 252.129.8.79 - - [2025-11-10 01:44:44] "POST /neutron/port HTTP/1.1" 200 151 0.087431 252.129.8.79 - - [2025-11-10 01:44:44] "POST /neutron/port HTTP/1.1" 200 1105 0.008076 252.129.8.79 - - [2025-11-10 01:44:44] "POST /neutron/port HTTP/1.1" 200 151 0.106100 252.129.8.79 - - [2025-11-10 01:44:44] "POST /neutron/network HTTP/1.1" 200 831 0.005514 10.0.0.129 - - [2025-11-10 01:44:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005363 10.0.0.129 - - [2025-11-10 01:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.129 - - [2025-11-10 01:44:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 252.129.8.79 - - [2025-11-10 01:44:44] "POST /neutron/network HTTP/1.1" 200 151 0.087949 10.0.0.129 - - [2025-11-10 01:44:44] "DELETE /route-target/c4f98c67-d3e9-4eb0-965a-0d0c6ff1c171 HTTP/1.1" 200 115 0.020139 10.0.0.129 - - [2025-11-10 01:44:44] "GET /routing-instance/21f75fda-ab17-46de-aac1-afa8f515ac5f HTTP/1.1" 404 171 0.002413 10.0.0.129 - - [2025-11-10 01:44:44] "GET /domains HTTP/1.1" 200 440 0.002466 10.0.0.129 - - [2025-11-10 01:44:44] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000954 10.0.0.129 - - [2025-11-10 01:44:44] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1307 0.007187 10.0.0.129 - - [2025-11-10 01:44:44] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001479 10.0.0.129 - - [2025-11-10 01:44:44] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2300 0.022425 252.129.8.79 - - [2025-11-10 01:44:45] "POST /neutron/network HTTP/1.1" 200 829 0.005188 10.0.0.129 - - [2025-11-10 01:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.129 - - [2025-11-10 01:44:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.129 - - [2025-11-10 01:44:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002746 252.129.8.79 - - [2025-11-10 01:44:45] "POST /neutron/network HTTP/1.1" 200 151 0.081357 10.0.0.129 - - [2025-11-10 01:44:45] "DELETE /route-target/3f8e0399-3100-415e-86f7-d03622af9773 HTTP/1.1" 200 115 0.018278 10.0.0.129 - - [2025-11-10 01:44:45] "GET /routing-instance/a0c803ba-6e36-4ddb-a38d-5795f65e7708 HTTP/1.1" 404 171 0.001961 10.0.0.129 - - [2025-11-10 01:44:45] "GET /domains HTTP/1.1" 200 440 0.002391 10.0.0.129 - - [2025-11-10 01:44:45] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001043 10.0.0.129 - - [2025-11-10 01:44:45] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1307 0.006473 10.0.0.129 - - [2025-11-10 01:44:45] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001615 10.0.0.129 - - [2025-11-10 01:44:45] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 2082 0.023428 252.129.8.79 - - [2025-11-10 01:44:45] "POST /neutron/network HTTP/1.1" 200 831 0.005276 10.0.0.129 - - [2025-11-10 01:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.129 - - [2025-11-10 01:44:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002843 10.0.0.129 - - [2025-11-10 01:44:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001758 252.129.8.79 - - [2025-11-10 01:44:46] "POST /neutron/network HTTP/1.1" 200 151 0.070651 10.0.0.129 - - [2025-11-10 01:44:46] "DELETE /route-target/53226ca4-1798-435c-a31f-6126049838db HTTP/1.1" 200 115 0.014402 10.0.0.129 - - [2025-11-10 01:44:46] "GET /routing-instance/c73411a7-77a6-4d81-8802-9b8bc4401b65 HTTP/1.1" 404 171 0.003034 10.0.0.129 - - [2025-11-10 01:44:46] "GET /domains HTTP/1.1" 200 440 0.002560 10.0.0.129 - - [2025-11-10 01:44:46] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001073 10.0.0.129 - - [2025-11-10 01:44:46] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1307 0.006338 10.0.0.129 - - [2025-11-10 01:44:46] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001919 10.0.0.129 - - [2025-11-10 01:44:46] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 1842 0.031342 10.0.0.129 - - [2025-11-10 01:44:46] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.129 - - [2025-11-10 01:44:46] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024194 10.0.0.129 - - [2025-11-10 01:44:46] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000927 10.0.0.129 - - [2025-11-10 01:44:47] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?fields=virtual_networks HTTP/1.1" 200 1030 0.066479 10.0.0.129 - - [2025-11-10 01:44:47] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001384 10.0.0.129 - - [2025-11-10 01:44:47] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.022661 10.0.0.129 - - [2025-11-10 01:44:47] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.129 - - [2025-11-10 01:44:47] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?fields=security_groups HTTP/1.1" 200 1254 0.025317 10.0.0.129 - - [2025-11-10 01:44:47] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001027 10.0.0.129 - - [2025-11-10 01:44:47] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006565 10.0.0.129 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.027131 10.0.0.129 - - [2025-11-10 01:44:48] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002617 10.0.0.129 - - [2025-11-10 01:44:48] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000970 10.0.0.129 - - [2025-11-10 01:44:48] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006080 10.0.0.129 - - [2025-11-10 01:44:48] "POST /id-to-fqname HTTP/1.1" 200 189 0.001931 10.0.0.129 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003676 10.0.0.129 - - [2025-11-10 01:44:48] "POST /security-groups HTTP/1.1" 200 584 0.060070 10.0.0.129 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.002311 10.0.0.129 - - [2025-11-10 01:44:48] "POST /projects HTTP/1.1" 200 579 0.209463 10.0.0.129 - - [2025-11-10 01:44:48] "POST /access-control-lists HTTP/1.1" 200 599 0.058007 10.0.0.129 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.285364 10.0.0.129 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 232 0.002870 10.0.0.129 - - [2025-11-10 01:44:48] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.411940 10.0.0.129 - - [2025-11-10 01:44:48] "POST /access-control-lists HTTP/1.1" 200 597 0.055654 10.0.0.129 - - [2025-11-10 01:44:49] "GET / HTTP/1.1" 200 36499 0.002325 10.0.0.129 - - [2025-11-10 01:44:50] "POST /fqname-to-id HTTP/1.1" 401 297 0.000490 10.0.0.129 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039030 10.0.0.129 - - [2025-11-10 01:44:51] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.129 - - [2025-11-10 01:44:51] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022823 10.0.0.129 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 404 178 0.002767 10.0.0.129 - - [2025-11-10 01:44:51] "POST /virtual-DNSs HTTP/1.1" 200 509 0.020174 10.0.0.129 - - [2025-11-10 01:44:51] "GET /virtual-DNS/ab261052-2c82-47c1-a8e7-179630c6555e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004328 10.0.0.129 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.129 - - [2025-11-10 01:44:51] "GET /virtual-DNS/ab261052-2c82-47c1-a8e7-179630c6555e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003151 10.0.0.129 - - [2025-11-10 01:44:51] "GET /domains HTTP/1.1" 401 297 0.000419 10.0.0.129 - - [2025-11-10 01:44:51] "GET /domains HTTP/1.1" 200 440 0.030491 10.0.0.129 - - [2025-11-10 01:44:52] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001435 10.0.0.129 - - [2025-11-10 01:44:52] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1694 0.007907 10.0.0.129 - - [2025-11-10 01:44:52] "GET /virtual-DNS/ab261052-2c82-47c1-a8e7-179630c6555e HTTP/1.1" 200 1441 0.004207 10.0.0.129 - - [2025-11-10 01:44:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 549 0.002649 10.0.0.129 - - [2025-11-10 01:44:52] "POST /network-ipams HTTP/1.1" 200 516 0.016702 10.0.0.129 - - [2025-11-10 01:44:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 755 0.002589 10.0.0.129 - - [2025-11-10 01:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.129 - - [2025-11-10 01:44:52] "GET /network-ipam/934290ef-bda0-495e-874e-b6b9d3e7ddcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004641 10.0.0.129 - - [2025-11-10 01:44:52] "PUT /network-ipam/934290ef-bda0-495e-874e-b6b9d3e7ddcf HTTP/1.1" 200 260 0.009642 10.0.0.129 - - [2025-11-10 01:44:52] "POST /ref-update HTTP/1.1" 200 156 0.007707 10.0.0.129 - - [2025-11-10 01:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.129 - - [2025-11-10 01:44:52] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.129 - - [2025-11-10 01:44:52] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025187 252.129.8.79 - - [2025-11-10 01:44:52] "POST /neutron/network HTTP/1.1" 200 117 0.033787 10.0.0.129 - - [2025-11-10 01:44:52] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 252.129.8.79 - - [2025-11-10 01:44:52] "POST /neutron/network HTTP/1.1" 200 616 0.062084 10.0.0.129 - - [2025-11-10 01:44:52] "POST /route-targets HTTP/1.1" 200 329 0.009557 10.0.0.129 - - [2025-11-10 01:44:52] "POST /ref-update HTTP/1.1" 200 156 0.015100 10.0.0.129 - - [2025-11-10 01:44:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002362 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/subnet HTTP/1.1" 200 711 0.184548 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.005133 10.0.0.129 - - [2025-11-10 01:44:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001388 10.0.0.129 - - [2025-11-10 01:44:53] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004697 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.005146 10.0.0.129 - - [2025-11-10 01:44:53] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005030 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.005051 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/subnet HTTP/1.1" 200 711 0.006639 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/network HTTP/1.1" 200 803 0.009780 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.005240 10.0.0.129 - - [2025-11-10 01:44:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001466 252.129.8.79 - - [2025-11-10 01:44:53] "POST /neutron/network HTTP/1.1" 200 839 0.004996 252.129.8.79 - - [2025-11-10 01:44:53] "GET /aaa-mode HTTP/1.1" 401 297 0.000538 252.129.8.79 - - [2025-11-10 01:44:53] "GET / HTTP/1.1" 200 36499 0.002082 252.129.8.79 - - [2025-11-10 01:44:53] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000438 10.0.0.129 - - [2025-11-10 01:44:54] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001177 252.129.8.79 - - [2025-11-10 01:44:54] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053635 252.129.8.79 - - [2025-11-10 01:44:54] "POST /neutron/network HTTP/1.1" 200 829 0.005880 252.129.8.79 - - [2025-11-10 01:44:54] "POST /neutron/port HTTP/1.1" 200 117 0.005647 252.129.8.79 - - [2025-11-10 01:44:54] "POST /neutron/port HTTP/1.1" 200 117 0.004805 252.129.8.79 - - [2025-11-10 01:44:54] "POST /neutron/port HTTP/1.1" 200 117 0.004899 252.129.8.79 - - [2025-11-10 01:44:55] "POST /neutron/network HTTP/1.1" 200 839 0.005291 10.0.0.129 - - [2025-11-10 01:44:55] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 252.129.8.79 - - [2025-11-10 01:44:55] "POST /neutron/port HTTP/1.1" 200 1056 0.193500 252.129.8.79 - - [2025-11-10 01:44:55] "POST /neutron/port HTTP/1.1" 200 1056 0.009500 252.129.8.79 - - [2025-11-10 01:44:55] "POST /neutron/port HTTP/1.1" 200 1056 0.008088 252.129.8.79 - - [2025-11-10 01:44:55] "POST /neutron/port HTTP/1.1" 200 1106 0.054555 252.129.8.79 - - [2025-11-10 01:44:55] "POST /neutron/port HTTP/1.1" 200 1080 0.009801 252.129.8.79 - - [2025-11-10 01:44:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003386 252.129.8.79 - - [2025-11-10 01:44:56] "POST /neutron/subnet HTTP/1.1" 200 685 0.006710 252.129.8.79 - - [2025-11-10 01:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.001323 252.129.8.79 - - [2025-11-10 01:44:56] "POST /neutron/network HTTP/1.1" 200 829 0.005525 252.129.8.79 - - [2025-11-10 01:44:59] "POST /neutron/port HTTP/1.1" 200 1080 0.010441 252.129.8.79 - - [2025-11-10 01:44:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006338 252.129.8.79 - - [2025-11-10 01:44:59] "POST /neutron/port HTTP/1.1" 200 1080 0.009564 252.129.8.79 - - [2025-11-10 01:44:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005693 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:44:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001501 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:45:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001014 252.129.8.79 - - [2025-11-10 01:45:00] "POST /neutron/port HTTP/1.1" 200 1080 0.013231 252.129.8.79 - - [2025-11-10 01:45:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006218 10.0.0.129 - - [2025-11-10 01:45:00] "GET /virtual-machine/04601e5a-f968-4283-a088-e0b965b53366 HTTP/1.1" 200 1294 0.004634 10.0.0.129 - - [2025-11-10 01:45:00] "GET /virtual-machine-interface/03a621bb-3d6a-4ba6-9660-e76640f65b84 HTTP/1.1" 200 2965 0.005990 10.0.0.129 - - [2025-11-10 01:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.129 - - [2025-11-10 01:45:00] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002838 10.0.0.129 - - [2025-11-10 01:45:00] "GET /virtual-networks?parent_id=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003057 10.0.0.129 - - [2025-11-10 01:45:00] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005139 10.0.0.129 - - [2025-11-10 01:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.129 - - [2025-11-10 01:45:03] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004653 252.129.8.79 - - [2025-11-10 01:45:05] "POST /neutron/port HTTP/1.1" 200 1080 0.034610 252.129.8.79 - - [2025-11-10 01:45:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005784 252.129.8.79 - - [2025-11-10 01:45:05] "POST /neutron/port HTTP/1.1" 200 1080 0.009856 252.129.8.79 - - [2025-11-10 01:45:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005328 252.129.8.79 - - [2025-11-10 01:45:07] "POST /neutron/port HTTP/1.1" 200 1080 0.033544 252.129.8.79 - - [2025-11-10 01:45:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005264 10.0.0.129 - - [2025-11-10 01:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.129 - - [2025-11-10 01:45:07] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002759 10.0.0.129 - - [2025-11-10 01:45:07] "GET /virtual-networks?parent_id=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002808 10.0.0.129 - - [2025-11-10 01:45:07] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004889 252.129.8.79 - - [2025-11-10 01:45:12] "POST /neutron/network HTTP/1.1" 200 803 0.010144 252.129.8.79 - - [2025-11-10 01:45:12] "POST /neutron/network HTTP/1.1" 200 829 0.005291 10.0.0.129 - - [2025-11-10 01:45:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001435 252.129.8.79 - - [2025-11-10 01:45:12] "POST /neutron/port HTTP/1.1" 200 1080 0.010373 252.129.8.79 - - [2025-11-10 01:45:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005599 252.129.8.79 - - [2025-11-10 01:45:12] "POST /neutron/network HTTP/1.1" 200 839 0.005296 252.129.8.79 - - [2025-11-10 01:45:12] "GET /aaa-mode HTTP/1.1" 401 297 0.000397 252.129.8.79 - - [2025-11-10 01:45:12] "GET / HTTP/1.1" 200 36499 0.002855 252.129.8.79 - - [2025-11-10 01:45:12] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000410 10.0.0.129 - - [2025-11-10 01:45:13] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 252.129.8.79 - - [2025-11-10 01:45:13] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050103 252.129.8.79 - - [2025-11-10 01:45:13] "POST /neutron/network HTTP/1.1" 200 829 0.031060 252.129.8.79 - - [2025-11-10 01:45:13] "POST /neutron/port HTTP/1.1" 200 1080 0.075552 252.129.8.79 - - [2025-11-10 01:45:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006075 252.129.8.79 - - [2025-11-10 01:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.004701 252.129.8.79 - - [2025-11-10 01:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.004662 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/network HTTP/1.1" 200 839 0.006171 10.0.0.129 - - [2025-11-10 01:45:14] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001023 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/port HTTP/1.1" 200 1056 0.182997 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/port HTTP/1.1" 200 1056 0.008995 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/port HTTP/1.1" 200 1056 0.008552 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/port HTTP/1.1" 200 1106 0.058625 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/port HTTP/1.1" 200 1080 0.010486 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003145 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/subnet HTTP/1.1" 200 685 0.006287 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/port HTTP/1.1" 200 117 0.001157 252.129.8.79 - - [2025-11-10 01:45:14] "POST /neutron/network HTTP/1.1" 200 829 0.005250 10.0.0.129 - - [2025-11-10 01:45:16] "DELETE /project/cc1dee1e710b46e69d16865e041845c3 HTTP/1.1" 404 173 0.004001 10.0.0.129 - - [2025-11-10 01:45:16] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.129 - - [2025-11-10 01:45:16] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.027467 10.0.0.129 - - [2025-11-10 01:45:16] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000921 10.0.0.129 - - [2025-11-10 01:45:16] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?fields=security_groups HTTP/1.1" 200 1344 0.063532 10.0.0.129 - - [2025-11-10 01:45:16] "DELETE /security-group/e1d43d9a-818b-4643-82da-48475aad0874 HTTP/1.1" 200 115 0.037655 10.0.0.129 - - [2025-11-10 01:45:16] "GET /projects?obj_uuids=26f70b93-66d1-4901-a41c-358d2b634d16&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000948 10.0.0.129 - - [2025-11-10 01:45:16] "DELETE /access-control-list/5b078a0e-ea8f-49d0-94df-d2b14a95cb74 HTTP/1.1" 200 115 0.024668 10.0.0.129 - - [2025-11-10 01:45:16] "GET /project/26f70b93-66d1-4901-a41c-358d2b634d16?fields=application_policy_sets HTTP/1.1" 200 1383 0.031467 10.0.0.129 - - [2025-11-10 01:45:16] "DELETE /access-control-list/29bdf48e-82c2-46d7-95bc-9e7ebde07ff7 HTTP/1.1" 200 115 0.031760 10.0.0.129 - - [2025-11-10 01:45:16] "DELETE /project/26f70b93-66d1-4901-a41c-358d2b634d16 HTTP/1.1" 200 115 0.339899 252.129.8.79 - - [2025-11-10 01:45:19] "POST /neutron/port HTTP/1.1" 200 1080 0.010325 252.129.8.79 - - [2025-11-10 01:45:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005698 252.129.8.79 - - [2025-11-10 01:45:19] "POST /neutron/port HTTP/1.1" 200 1080 0.009861 252.129.8.79 - - [2025-11-10 01:45:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006239 252.129.8.79 - - [2025-11-10 01:45:19] "POST /neutron/port HTTP/1.1" 200 1080 0.010216 252.129.8.79 - - [2025-11-10 01:45:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005859 10.0.0.129 - - [2025-11-10 01:45:19] "GET /virtual-machine/db22903c-71a0-4c9c-accd-5fb0de62fde6 HTTP/1.1" 200 1296 0.003975 10.0.0.129 - - [2025-11-10 01:45:19] "GET /virtual-machine-interface/6de3dd86-be28-464d-a0bc-6364c032814b HTTP/1.1" 200 2966 0.004872 10.0.0.129 - - [2025-11-10 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.129 - - [2025-11-10 01:45:19] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002951 10.0.0.129 - - [2025-11-10 01:45:19] "GET /virtual-networks?parent_id=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002693 10.0.0.129 - - [2025-11-10 01:45:19] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004440 10.0.0.129 - - [2025-11-10 01:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.129 - - [2025-11-10 01:45:22] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004410 252.129.8.79 - - [2025-11-10 01:45:23] "POST /neutron/port HTTP/1.1" 200 1080 0.033746 252.129.8.79 - - [2025-11-10 01:45:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005103 252.129.8.79 - - [2025-11-10 01:45:23] "POST /neutron/port HTTP/1.1" 200 1080 0.010448 252.129.8.79 - - [2025-11-10 01:45:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005265 10.0.0.129 - - [2025-11-10 01:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.129 - - [2025-11-10 01:45:24] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002838 10.0.0.129 - - [2025-11-10 01:45:24] "GET /virtual-networks?parent_id=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002876 10.0.0.129 - - [2025-11-10 01:45:25] "GET /virtual-network/2466f614-b9bd-4ed8-bcc9-870883f2d315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006120 252.129.8.79 - - [2025-11-10 01:45:25] "POST /neutron/port HTTP/1.1" 200 1080 0.010592 252.129.8.79 - - [2025-11-10 01:45:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005548 252.129.8.79 - - [2025-11-10 01:45:25] "POST /neutron/port HTTP/1.1" 200 1080 0.012155 252.129.8.79 - - [2025-11-10 01:45:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005242 10.0.0.129 - - [2025-11-10 01:45:26] "GET /obj-perms HTTP/1.1" 200 6402 0.052244 252.129.8.79 - - [2025-11-10 01:45:26] "POST /neutron/port HTTP/1.1" 200 1080 0.011392 252.129.8.79 - - [2025-11-10 01:45:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005951 10.0.0.129 - - [2025-11-10 01:45:26] "GET /obj-perms HTTP/1.1" 200 6402 0.056554 10.0.0.129 - - [2025-11-10 01:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.129 - - [2025-11-10 01:45:37] "DELETE /virtual-DNS/ab261052-2c82-47c1-a8e7-179630c6555e HTTP/1.1" 409 237 0.005964 10.0.0.129 - - [2025-11-10 01:45:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.003604 10.0.0.129 - - [2025-11-10 01:45:37] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.020054 10.0.0.129 - - [2025-11-10 01:45:37] "GET /virtual-DNS-record/3e76ace1-a2ef-4730-aa73-bb8ebd75af4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004839 10.0.0.129 - - [2025-11-10 01:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.129 - - [2025-11-10 01:45:37] "GET /virtual-DNS-record/3e76ace1-a2ef-4730-aa73-bb8ebd75af4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005036 10.0.0.129 - - [2025-11-10 01:45:37] "GET /domains HTTP/1.1" 200 440 0.003079 10.0.0.129 - - [2025-11-10 01:45:37] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001456 10.0.0.129 - - [2025-11-10 01:45:37] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1510 0.009551 10.0.0.129 - - [2025-11-10 01:45:37] "GET /virtual-DNS/ab261052-2c82-47c1-a8e7-179630c6555e HTTP/1.1" 200 1910 0.004495 10.0.0.129 - - [2025-11-10 01:45:37] "GET /virtual-DNS-record/3e76ace1-a2ef-4730-aa73-bb8ebd75af4d HTTP/1.1" 200 1338 0.003562 10.0.0.129 - - [2025-11-10 01:45:43] "DELETE /virtual-DNS-record/3e76ace1-a2ef-4730-aa73-bb8ebd75af4d HTTP/1.1" 200 115 0.022640 10.0.0.129 - - [2025-11-10 01:45:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.002495 252.129.8.79 - - [2025-11-10 01:45:43] "POST /neutron/network HTTP/1.1" 200 829 0.007325 252.129.8.79 - - [2025-11-10 01:45:43] "POST /neutron/network HTTP/1.1" 400 204 0.009794 252.129.8.79 - - [2025-11-10 01:45:44] "POST /neutron/port HTTP/1.1" 200 1080 0.010469 252.129.8.79 - - [2025-11-10 01:45:44] "POST /neutron/port HTTP/1.1" 200 1080 0.010594 252.129.8.79 - - [2025-11-10 01:45:44] "POST /neutron/port HTTP/1.1" 200 1106 0.007565 252.129.8.79 - - [2025-11-10 01:45:44] "POST /neutron/port HTTP/1.1" 200 1106 0.007956 252.129.8.79 - - [2025-11-10 01:45:44] "POST /neutron/port HTTP/1.1" 200 151 0.115321 252.129.8.79 - - [2025-11-10 01:45:44] "POST /neutron/port HTTP/1.1" 200 151 0.111656 252.129.8.79 - - [2025-11-10 01:45:45] "POST /neutron/network HTTP/1.1" 200 829 0.005053 10.0.0.129 - - [2025-11-10 01:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.129 - - [2025-11-10 01:45:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.129 - - [2025-11-10 01:45:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002065 10.0.0.129 - - [2025-11-10 01:45:46] "DELETE /route-target/8755a84f-cf89-4d84-94eb-2a9cb94b3a94 HTTP/1.1" 200 115 0.327163 252.129.8.79 - - [2025-11-10 01:45:46] "POST /neutron/network HTTP/1.1" 200 151 0.483347 10.0.0.129 - - [2025-11-10 01:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.129 - - [2025-11-10 01:45:46] "DELETE /network-ipam/934290ef-bda0-495e-874e-b6b9d3e7ddcf HTTP/1.1" 200 115 0.063045 10.0.0.129 - - [2025-11-10 01:45:46] "DELETE /virtual-DNS/ab261052-2c82-47c1-a8e7-179630c6555e HTTP/1.1" 200 115 0.023417 10.0.0.129 - - [2025-11-10 01:45:46] "POST /fqname-to-id HTTP/1.1" 404 178 0.002928 10.0.0.129 - - [2025-11-10 01:45:46] "GET /domains HTTP/1.1" 200 440 0.002961 10.0.0.129 - - [2025-11-10 01:45:46] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000979 10.0.0.129 - - [2025-11-10 01:45:46] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1310 0.011524 10.0.0.129 - - [2025-11-10 01:45:46] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.129 - - [2025-11-10 01:45:46] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022309 10.0.0.129 - - [2025-11-10 01:45:46] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002627 10.0.0.129 - - [2025-11-10 01:45:46] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?fields=virtual_networks HTTP/1.1" 200 1037 0.066326 10.0.0.129 - - [2025-11-10 01:45:46] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.129 - - [2025-11-10 01:45:47] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.023448 10.0.0.129 - - [2025-11-10 01:45:47] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000987 10.0.0.129 - - [2025-11-10 01:45:47] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?fields=security_groups HTTP/1.1" 200 1264 0.022499 10.0.0.129 - - [2025-11-10 01:45:47] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000977 10.0.0.129 - - [2025-11-10 01:45:47] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006541 10.0.0.129 - - [2025-11-10 01:45:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.025515 10.0.0.129 - - [2025-11-10 01:45:48] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002448 10.0.0.129 - - [2025-11-10 01:45:48] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001032 10.0.0.129 - - [2025-11-10 01:45:48] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006537 10.0.0.129 - - [2025-11-10 01:45:48] "POST /id-to-fqname HTTP/1.1" 200 189 0.001229 10.0.0.129 - - [2025-11-10 01:45:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003431 10.0.0.129 - - [2025-11-10 01:45:48] "POST /security-groups HTTP/1.1" 200 584 0.064323 10.0.0.129 - - [2025-11-10 01:45:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.003128 10.0.0.129 - - [2025-11-10 01:45:48] "POST /projects HTTP/1.1" 200 579 0.211993 10.0.0.129 - - [2025-11-10 01:45:48] "POST /access-control-lists HTTP/1.1" 200 599 0.059392 10.0.0.129 - - [2025-11-10 01:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.287377 10.0.0.129 - - [2025-11-10 01:45:48] "POST /fqname-to-id HTTP/1.1" 404 232 0.002579 10.0.0.129 - - [2025-11-10 01:45:48] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.415319 10.0.0.129 - - [2025-11-10 01:45:48] "POST /access-control-lists HTTP/1.1" 200 597 0.060470 10.0.0.129 - - [2025-11-10 01:45:49] "GET / HTTP/1.1" 200 36499 0.001847 10.0.0.129 - - [2025-11-10 01:45:50] "POST /fqname-to-id HTTP/1.1" 401 297 0.000571 10.0.0.129 - - [2025-11-10 01:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.066535 10.0.0.129 - - [2025-11-10 01:45:50] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.129 - - [2025-11-10 01:45:50] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022824 252.129.8.79 - - [2025-11-10 01:45:50] "POST /neutron/network HTTP/1.1" 200 117 0.031491 10.0.0.129 - - [2025-11-10 01:45:50] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/network HTTP/1.1" 200 604 0.063704 10.0.0.129 - - [2025-11-10 01:45:51] "POST /route-targets HTTP/1.1" 200 329 0.012080 10.0.0.129 - - [2025-11-10 01:45:51] "POST /ref-update HTTP/1.1" 200 156 0.011031 10.0.0.129 - - [2025-11-10 01:45:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.173334 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/network HTTP/1.1" 200 823 0.005771 10.0.0.129 - - [2025-11-10 01:45:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.001701 10.0.0.129 - - [2025-11-10 01:45:51] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004638 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/network HTTP/1.1" 200 823 0.007170 10.0.0.129 - - [2025-11-10 01:45:51] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005123 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/network HTTP/1.1" 200 823 0.005401 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.006338 10.0.0.129 - - [2025-11-10 01:45:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.001264 252.129.8.79 - - [2025-11-10 01:45:51] "POST /neutron/network HTTP/1.1" 200 833 0.005259 252.129.8.79 - - [2025-11-10 01:45:51] "GET /aaa-mode HTTP/1.1" 401 297 0.000493 252.129.8.79 - - [2025-11-10 01:45:51] "GET / HTTP/1.1" 200 36499 0.001695 252.129.8.79 - - [2025-11-10 01:45:51] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000347 10.0.0.129 - - [2025-11-10 01:45:52] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000979 252.129.8.79 - - [2025-11-10 01:45:52] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049022 252.129.8.79 - - [2025-11-10 01:45:52] "POST /neutron/network HTTP/1.1" 200 823 0.005039 252.129.8.79 - - [2025-11-10 01:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.004738 252.129.8.79 - - [2025-11-10 01:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.006423 10.0.0.129 - - [2025-11-10 01:45:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001442 252.129.8.79 - - [2025-11-10 01:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.004766 252.129.8.79 - - [2025-11-10 01:45:52] "POST /neutron/network HTTP/1.1" 200 833 0.005151 252.129.8.79 - - [2025-11-10 01:45:52] "GET /aaa-mode HTTP/1.1" 401 297 0.000444 252.129.8.79 - - [2025-11-10 01:45:53] "GET / HTTP/1.1" 200 36499 0.002047 252.129.8.79 - - [2025-11-10 01:45:53] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000450 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/network HTTP/1.1" 200 833 0.005530 10.0.0.129 - - [2025-11-10 01:45:53] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001411 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 1059 0.228072 10.0.0.129 - - [2025-11-10 01:45:53] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 252.129.8.79 - - [2025-11-10 01:45:53] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.060732 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 1059 0.013225 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/network HTTP/1.1" 200 823 0.031265 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 1059 0.007810 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 1109 0.052368 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 1083 0.015268 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 1083 0.012874 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003291 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007639 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.007548 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 117 0.003997 252.129.8.79 - - [2025-11-10 01:45:53] "POST /neutron/port HTTP/1.1" 200 117 0.001391 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/network HTTP/1.1" 200 823 0.006290 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/port HTTP/1.1" 200 1083 0.018444 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007900 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/network HTTP/1.1" 200 833 0.008959 10.0.0.129 - - [2025-11-10 01:45:54] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001210 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/port HTTP/1.1" 200 1059 0.202573 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/port HTTP/1.1" 200 1059 0.008376 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/port HTTP/1.1" 200 1059 0.008080 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/port HTTP/1.1" 200 1109 0.053383 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/port HTTP/1.1" 200 1083 0.010353 252.129.8.79 - - [2025-11-10 01:45:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 252.129.8.79 - - [2025-11-10 01:45:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.006844 252.129.8.79 - - [2025-11-10 01:45:55] "POST /neutron/port HTTP/1.1" 200 117 0.001220 252.129.8.79 - - [2025-11-10 01:45:55] "POST /neutron/network HTTP/1.1" 200 823 0.007471 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:45:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000919 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:45:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001058 252.129.8.79 - - [2025-11-10 01:45:59] "POST /neutron/port HTTP/1.1" 200 1083 0.010518 252.129.8.79 - - [2025-11-10 01:45:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007802 252.129.8.79 - - [2025-11-10 01:45:59] "POST /neutron/port HTTP/1.1" 200 1083 0.010365 252.129.8.79 - - [2025-11-10 01:45:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009510 252.129.8.79 - - [2025-11-10 01:45:59] "POST /neutron/port HTTP/1.1" 200 1083 0.011438 252.129.8.79 - - [2025-11-10 01:45:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005651 10.0.0.129 - - [2025-11-10 01:45:59] "GET /virtual-machine/6d1e298f-3c68-4acb-a8d7-ebaf95c2d67c HTTP/1.1" 401 297 0.000429 10.0.0.129 - - [2025-11-10 01:45:59] "GET /virtual-machine/6d1e298f-3c68-4acb-a8d7-ebaf95c2d67c HTTP/1.1" 200 1295 0.032869 10.0.0.129 - - [2025-11-10 01:46:00] "GET /virtual-machine-interface/7e94aab6-8e3f-4489-a40a-38436d5da887 HTTP/1.1" 200 2947 0.006422 10.0.0.129 - - [2025-11-10 01:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.129 - - [2025-11-10 01:46:00] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004147 10.0.0.129 - - [2025-11-10 01:46:00] "GET /virtual-networks?parent_id=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002873 10.0.0.129 - - [2025-11-10 01:46:00] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004904 252.129.8.79 - - [2025-11-10 01:46:02] "POST /neutron/port HTTP/1.1" 200 1083 0.010136 252.129.8.79 - - [2025-11-10 01:46:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005133 252.129.8.79 - - [2025-11-10 01:46:03] "POST /neutron/port HTTP/1.1" 200 1083 0.010868 252.129.8.79 - - [2025-11-10 01:46:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005075 10.0.0.129 - - [2025-11-10 01:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.129 - - [2025-11-10 01:46:03] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004171 252.129.8.79 - - [2025-11-10 01:46:04] "POST /neutron/port HTTP/1.1" 200 1083 0.010228 252.129.8.79 - - [2025-11-10 01:46:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005138 252.129.8.79 - - [2025-11-10 01:46:04] "POST /neutron/port HTTP/1.1" 200 1083 0.012982 252.129.8.79 - - [2025-11-10 01:46:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005538 10.0.0.129 - - [2025-11-10 01:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.129 - - [2025-11-10 01:46:05] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002906 10.0.0.129 - - [2025-11-10 01:46:05] "GET /virtual-networks?parent_id=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002810 10.0.0.129 - - [2025-11-10 01:46:05] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005958 252.129.8.79 - - [2025-11-10 01:46:05] "POST /neutron/port HTTP/1.1" 200 1083 0.010002 252.129.8.79 - - [2025-11-10 01:46:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.004725 252.129.8.79 - - [2025-11-10 01:46:06] "POST /neutron/port HTTP/1.1" 200 1083 0.012000 252.129.8.79 - - [2025-11-10 01:46:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005698 252.129.8.79 - - [2025-11-10 01:46:06] "POST /neutron/port HTTP/1.1" 200 1083 0.010080 252.129.8.79 - - [2025-11-10 01:46:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005415 252.129.8.79 - - [2025-11-10 01:46:06] "POST /neutron/port HTTP/1.1" 200 1083 0.009486 252.129.8.79 - - [2025-11-10 01:46:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005595 10.0.0.129 - - [2025-11-10 01:46:06] "GET /virtual-machine/11f11058-bd1f-4954-9bf4-bcb8b8951cb2 HTTP/1.1" 200 1295 0.003966 10.0.0.129 - - [2025-11-10 01:46:06] "GET /virtual-machine-interface/a1c6ac51-21e4-411d-bd63-63ca4386dbb5 HTTP/1.1" 200 2948 0.004604 10.0.0.129 - - [2025-11-10 01:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.129 - - [2025-11-10 01:46:06] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002986 10.0.0.129 - - [2025-11-10 01:46:06] "GET /virtual-networks?parent_id=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002582 10.0.0.129 - - [2025-11-10 01:46:06] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004884 10.0.0.129 - - [2025-11-10 01:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.129 - - [2025-11-10 01:46:07] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002805 10.0.0.129 - - [2025-11-10 01:46:07] "GET /virtual-networks?parent_id=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002864 10.0.0.129 - - [2025-11-10 01:46:07] "GET /virtual-network/0071b18b-2cb9-4d6f-917c-2b1203141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005119 252.129.8.79 - - [2025-11-10 01:46:12] "POST /neutron/network HTTP/1.1" 200 823 0.005669 252.129.8.79 - - [2025-11-10 01:46:12] "POST /neutron/network HTTP/1.1" 400 204 0.009101 252.129.8.79 - - [2025-11-10 01:46:13] "POST /neutron/port HTTP/1.1" 200 1083 0.014364 252.129.8.79 - - [2025-11-10 01:46:13] "POST /neutron/port HTTP/1.1" 200 1083 0.012821 252.129.8.79 - - [2025-11-10 01:46:13] "POST /neutron/port HTTP/1.1" 200 1109 0.010871 252.129.8.79 - - [2025-11-10 01:46:13] "POST /neutron/port HTTP/1.1" 200 1109 0.009844 252.129.8.79 - - [2025-11-10 01:46:13] "POST /neutron/port HTTP/1.1" 200 151 0.141370 252.129.8.79 - - [2025-11-10 01:46:13] "POST /neutron/port HTTP/1.1" 200 151 0.144102 252.129.8.79 - - [2025-11-10 01:46:14] "POST /neutron/network HTTP/1.1" 200 823 0.005232 10.0.0.129 - - [2025-11-10 01:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.129 - - [2025-11-10 01:46:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 10.0.0.129 - - [2025-11-10 01:46:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002083 252.129.8.79 - - [2025-11-10 01:46:15] "POST /neutron/network HTTP/1.1" 200 151 0.086521 10.0.0.129 - - [2025-11-10 01:46:15] "DELETE /route-target/52a52807-f08b-4fc6-88c3-efb2ce31d67c HTTP/1.1" 200 115 0.017781 10.0.0.129 - - [2025-11-10 01:46:15] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.129 - - [2025-11-10 01:46:15] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025650 10.0.0.129 - - [2025-11-10 01:46:15] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001307 10.0.0.129 - - [2025-11-10 01:46:15] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?fields=virtual_networks HTTP/1.1" 200 1036 0.070102 10.0.0.129 - - [2025-11-10 01:46:15] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.129 - - [2025-11-10 01:46:15] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026464 10.0.0.129 - - [2025-11-10 01:46:15] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.129 - - [2025-11-10 01:46:15] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?fields=security_groups HTTP/1.1" 200 1263 0.023260 10.0.0.129 - - [2025-11-10 01:46:16] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001322 10.0.0.129 - - [2025-11-10 01:46:16] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006932 10.0.0.129 - - [2025-11-10 01:46:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.027045 10.0.0.129 - - [2025-11-10 01:46:16] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002417 10.0.0.129 - - [2025-11-10 01:46:16] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000976 10.0.0.129 - - [2025-11-10 01:46:16] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006365 10.0.0.129 - - [2025-11-10 01:46:16] "DELETE /project/6a1f19d2101c4539a220f886706c6783 HTTP/1.1" 404 173 0.006155 10.0.0.129 - - [2025-11-10 01:46:16] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000840 10.0.0.129 - - [2025-11-10 01:46:16] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000794 10.0.0.129 - - [2025-11-10 01:46:16] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.036566 10.0.0.129 - - [2025-11-10 01:46:16] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.041964 10.0.0.129 - - [2025-11-10 01:46:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001080 10.0.0.129 - - [2025-11-10 01:46:16] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001209 10.0.0.129 - - [2025-11-10 01:46:16] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000775 10.0.0.129 - - [2025-11-10 01:46:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.005873 10.0.0.129 - - [2025-11-10 01:46:16] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?fields=security_groups HTTP/1.1" 200 1353 0.046674 10.0.0.129 - - [2025-11-10 01:46:16] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?fields=security_groups HTTP/1.1" 200 1354 0.047464 10.0.0.129 - - [2025-11-10 01:46:17] "POST /security-groups HTTP/1.1" 200 583 0.066732 10.0.0.129 - - [2025-11-10 01:46:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.007667 10.0.0.129 - - [2025-11-10 01:46:17] "POST /projects HTTP/1.1" 200 577 0.277009 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /security-group/78d635fa-34b6-4550-9d62-adeb0f0d1a68 HTTP/1.1" 200 115 0.115563 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /security-group/1a5031d9-a59b-43f1-a0f4-4688a2825188 HTTP/1.1" 200 115 0.113377 10.0.0.129 - - [2025-11-10 01:46:17] "GET /projects?obj_uuids=6a1f19d2-101c-4539-a220-f886706c6783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002073 10.0.0.129 - - [2025-11-10 01:46:17] "GET /projects?obj_uuids=cc1dee1e-710b-46e6-9d16-865e041845c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.129 - - [2025-11-10 01:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.345257 10.0.0.129 - - [2025-11-10 01:46:17] "POST /access-control-lists HTTP/1.1" 200 598 0.083316 10.0.0.129 - - [2025-11-10 01:46:17] "GET /project/cc1dee1e-710b-46e6-9d16-865e041845c3?fields=application_policy_sets HTTP/1.1" 200 1393 0.054599 10.0.0.129 - - [2025-11-10 01:46:17] "GET /project/6a1f19d2-101c-4539-a220-f886706c6783?fields=application_policy_sets HTTP/1.1" 200 1392 0.080714 10.0.0.129 - - [2025-11-10 01:46:17] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.487309 10.0.0.129 - - [2025-11-10 01:46:17] "POST /fqname-to-id HTTP/1.1" 404 231 0.007080 10.0.0.129 - - [2025-11-10 01:46:17] "POST /access-control-lists HTTP/1.1" 200 596 0.090133 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /project/6a1f19d2-101c-4539-a220-f886706c6783 HTTP/1.1" 200 115 0.516680 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /project/cc1dee1e-710b-46e6-9d16-865e041845c3 HTTP/1.1" 200 115 0.518546 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /access-control-list/e76c7c1b-73e8-41c9-9668-e8594f19a3ce HTTP/1.1" 200 115 0.022619 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /access-control-list/b4b927f3-d198-48a0-a8f0-9f05c8685cb3 HTTP/1.1" 200 115 0.024228 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /access-control-list/30e56a74-d832-4b4c-a7b6-e4134f5c47e6 HTTP/1.1" 200 115 0.018004 10.0.0.129 - - [2025-11-10 01:46:17] "DELETE /access-control-list/7117b0b3-c519-4515-8ff1-b6a5a736cd60 HTTP/1.1" 200 115 0.026266 10.0.0.129 - - [2025-11-10 01:46:18] "GET / HTTP/1.1" 200 36499 0.001377 10.0.0.129 - - [2025-11-10 01:46:19] "POST /fqname-to-id HTTP/1.1" 401 297 0.000535 10.0.0.129 - - [2025-11-10 01:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.071071 10.0.0.129 - - [2025-11-10 01:46:19] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.129 - - [2025-11-10 01:46:19] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022962 252.129.8.79 - - [2025-11-10 01:46:19] "POST /neutron/network HTTP/1.1" 200 117 0.036818 10.0.0.129 - - [2025-11-10 01:46:19] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 252.129.8.79 - - [2025-11-10 01:46:19] "POST /neutron/network HTTP/1.1" 200 623 0.070537 10.0.0.129 - - [2025-11-10 01:46:19] "POST /route-targets HTTP/1.1" 200 329 0.012182 10.0.0.129 - - [2025-11-10 01:46:19] "POST /ref-update HTTP/1.1" 200 156 0.011299 10.0.0.129 - - [2025-11-10 01:46:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004562 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.172906 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/network HTTP/1.1" 200 837 0.005147 10.0.0.129 - - [2025-11-10 01:46:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001296 10.0.0.129 - - [2025-11-10 01:46:20] "GET /virtual-network/f44aab1a-8a73-4523-800d-90f601ba4cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004400 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/network HTTP/1.1" 200 837 0.005219 10.0.0.129 - - [2025-11-10 01:46:20] "GET /virtual-network/f44aab1a-8a73-4523-800d-90f601ba4cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005034 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/network HTTP/1.1" 200 837 0.004954 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.007182 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/network HTTP/1.1" 200 837 0.005039 10.0.0.129 - - [2025-11-10 01:46:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001368 252.129.8.79 - - [2025-11-10 01:46:20] "POST /neutron/network HTTP/1.1" 200 847 0.005003 252.129.8.79 - - [2025-11-10 01:46:20] "GET /aaa-mode HTTP/1.1" 401 297 0.000474 252.129.8.79 - - [2025-11-10 01:46:20] "GET / HTTP/1.1" 200 36499 0.001753 252.129.8.79 - - [2025-11-10 01:46:20] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000376 10.0.0.129 - - [2025-11-10 01:46:21] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 252.129.8.79 - - [2025-11-10 01:46:21] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046624 252.129.8.79 - - [2025-11-10 01:46:21] "POST /neutron/network HTTP/1.1" 200 837 0.029391 252.129.8.79 - - [2025-11-10 01:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.004648 252.129.8.79 - - [2025-11-10 01:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.005003 10.0.0.129 - - [2025-11-10 01:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.129 - - [2025-11-10 01:46:21] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002809 10.0.0.129 - - [2025-11-10 01:46:21] "PUT /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea HTTP/1.1" 200 278 0.008405 252.129.8.79 - - [2025-11-10 01:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.005315 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/network HTTP/1.1" 200 847 0.005248 10.0.0.129 - - [2025-11-10 01:46:22] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/port HTTP/1.1" 200 1053 0.199728 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/port HTTP/1.1" 200 1053 0.007789 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/port HTTP/1.1" 200 1053 0.007839 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/port HTTP/1.1" 200 1103 0.050107 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/port HTTP/1.1" 200 1077 0.011216 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003332 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.006191 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/port HTTP/1.1" 200 117 0.001210 252.129.8.79 - - [2025-11-10 01:46:22] "POST /neutron/network HTTP/1.1" 200 837 0.005599 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/port HTTP/1.1" 200 1077 0.013889 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/port HTTP/1.1" 200 1077 0.017053 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/network HTTP/1.1" 200 847 0.004955 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004279 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.006872 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/port HTTP/1.1" 200 117 0.001884 252.129.8.79 - - [2025-11-10 01:46:25] "POST /neutron/network HTTP/1.1" 200 837 0.006883 10.0.0.129 - - [2025-11-10 01:46:26] "GET /obj-perms HTTP/1.1" 200 6402 0.052356 252.129.8.79 - - [2025-11-10 01:46:26] "POST /neutron/port HTTP/1.1" 200 1077 0.010450 252.129.8.79 - - [2025-11-10 01:46:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007140 252.129.8.79 - - [2025-11-10 01:46:27] "POST /neutron/port HTTP/1.1" 200 1077 0.018807 10.0.0.129 - - [2025-11-10 01:46:27] "GET /obj-perms HTTP/1.1" 200 6402 0.051763 252.129.8.79 - - [2025-11-10 01:46:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006316 252.129.8.79 - - [2025-11-10 01:46:27] "POST /neutron/port HTTP/1.1" 200 1077 0.009685 252.129.8.79 - - [2025-11-10 01:46:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006850 10.0.0.129 - - [2025-11-10 01:46:27] "GET /virtual-machine/f2d3b985-7232-498e-af1c-4a9be871dfd4 HTTP/1.1" 401 297 0.000377 10.0.0.129 - - [2025-11-10 01:46:27] "GET /virtual-machine/f2d3b985-7232-498e-af1c-4a9be871dfd4 HTTP/1.1" 200 1295 0.027422 10.0.0.129 - - [2025-11-10 01:46:27] "GET /virtual-machine-interface/040ddb98-d05d-4507-ae53-e5bc3180abd1 HTTP/1.1" 200 2971 0.005230 10.0.0.129 - - [2025-11-10 01:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.129 - - [2025-11-10 01:46:28] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002869 10.0.0.129 - - [2025-11-10 01:46:28] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002823 10.0.0.129 - - [2025-11-10 01:46:28] "GET /virtual-network/f44aab1a-8a73-4523-800d-90f601ba4cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004782 10.0.0.129 - - [2025-11-10 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007080 10.0.0.129 - - [2025-11-10 01:46:31] "GET /virtual-network/f44aab1a-8a73-4523-800d-90f601ba4cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.027533 252.129.8.79 - - [2025-11-10 01:46:32] "POST /neutron/port HTTP/1.1" 200 1077 0.061607 252.129.8.79 - - [2025-11-10 01:46:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012017 252.129.8.79 - - [2025-11-10 01:46:32] "POST /neutron/port HTTP/1.1" 200 1077 0.022732 252.129.8.79 - - [2025-11-10 01:46:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.035738 252.129.8.79 - - [2025-11-10 01:46:32] "POST /neutron/port HTTP/1.1" 200 1077 0.032229 252.129.8.79 - - [2025-11-10 01:46:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012817 10.0.0.129 - - [2025-11-10 01:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007513 10.0.0.129 - - [2025-11-10 01:46:33] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.006355 10.0.0.129 - - [2025-11-10 01:46:33] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003213 10.0.0.129 - - [2025-11-10 01:46:33] "GET /virtual-network/f44aab1a-8a73-4523-800d-90f601ba4cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007303 252.129.8.79 - - [2025-11-10 01:46:33] "POST /neutron/port HTTP/1.1" 200 1077 0.015231 252.129.8.79 - - [2025-11-10 01:46:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015403 252.129.8.79 - - [2025-11-10 01:46:35] "POST /neutron/port HTTP/1.1" 200 1077 0.046966 252.129.8.79 - - [2025-11-10 01:46:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008174 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:46:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000896 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:46:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001204 10.0.0.129 - - [2025-11-10 01:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.129 - - [2025-11-10 01:46:40] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003674 10.0.0.129 - - [2025-11-10 01:46:41] "PUT /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea HTTP/1.1" 200 278 0.010469 252.129.8.79 - - [2025-11-10 01:46:41] "POST /neutron/network HTTP/1.1" 200 837 0.010465 252.129.8.79 - - [2025-11-10 01:46:41] "POST /neutron/network HTTP/1.1" 400 204 0.015906 252.129.8.79 - - [2025-11-10 01:46:42] "POST /neutron/port HTTP/1.1" 200 1077 0.219474 252.129.8.79 - - [2025-11-10 01:46:42] "POST /neutron/port HTTP/1.1" 200 1103 0.011178 252.129.8.79 - - [2025-11-10 01:46:42] "POST /neutron/port HTTP/1.1" 200 151 0.120877 252.129.8.79 - - [2025-11-10 01:46:43] "POST /neutron/network HTTP/1.1" 200 837 0.008341 10.0.0.129 - - [2025-11-10 01:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.129 - - [2025-11-10 01:46:43] "DELETE /route-target/231455e7-3311-4745-ac6c-29b551e0b3fd HTTP/1.1" 200 115 0.055069 10.0.0.129 - - [2025-11-10 01:46:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002741 10.0.0.129 - - [2025-11-10 01:46:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 252.129.8.79 - - [2025-11-10 01:46:43] "POST /neutron/network HTTP/1.1" 200 151 0.545663 10.0.0.129 - - [2025-11-10 01:46:44] "GET /global-vrouter-configs HTTP/1.1" 200 359 0.009980 10.0.0.129 - - [2025-11-10 01:46:44] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea HTTP/1.1" 200 1887 0.004723 10.0.0.129 - - [2025-11-10 01:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.129 - - [2025-11-10 01:46:44] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182 10.0.0.129 - - [2025-11-10 01:46:44] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054623 252.129.8.79 - - [2025-11-10 01:46:44] "POST /neutron/network HTTP/1.1" 200 117 0.016845 10.0.0.129 - - [2025-11-10 01:46:45] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001450 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/network HTTP/1.1" 200 603 0.086625 10.0.0.129 - - [2025-11-10 01:46:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005073 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.203142 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/network HTTP/1.1" 200 821 0.012821 10.0.0.129 - - [2025-11-10 01:46:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001353 10.0.0.129 - - [2025-11-10 01:46:45] "GET /virtual-network/65bb84eb-c346-460e-bc14-42fbc4b7d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009585 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/network HTTP/1.1" 200 821 0.005222 10.0.0.129 - - [2025-11-10 01:46:45] "GET /virtual-network/65bb84eb-c346-460e-bc14-42fbc4b7d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008770 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:46:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001276 10.0.0.129 - - [2025-11-10 01:46:45] "POST /route-targets HTTP/1.1" 200 329 0.029738 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/network HTTP/1.1" 200 821 0.008975 10.0.0.129 - - [2025-11-10 01:46:45] "POST /ref-update HTTP/1.1" 200 156 0.015419 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:46:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001403 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.010767 10.0.0.129 - - [2025-11-10 01:46:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001545 252.129.8.79 - - [2025-11-10 01:46:45] "POST /neutron/network HTTP/1.1" 200 831 0.006330 252.129.8.79 - - [2025-11-10 01:46:46] "GET /aaa-mode HTTP/1.1" 401 297 0.001070 252.129.8.79 - - [2025-11-10 01:46:46] "GET / HTTP/1.1" 200 36499 0.002863 252.129.8.79 - - [2025-11-10 01:46:46] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000374 10.0.0.129 - - [2025-11-10 01:46:46] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 252.129.8.79 - - [2025-11-10 01:46:46] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051926 252.129.8.79 - - [2025-11-10 01:46:46] "POST /neutron/network HTTP/1.1" 200 821 0.006061 252.129.8.79 - - [2025-11-10 01:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.007998 252.129.8.79 - - [2025-11-10 01:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.004898 252.129.8.79 - - [2025-11-10 01:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.004673 252.129.8.79 - - [2025-11-10 01:46:47] "POST /neutron/network HTTP/1.1" 200 831 0.008225 10.0.0.129 - - [2025-11-10 01:46:47] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 252.129.8.79 - - [2025-11-10 01:46:47] "POST /neutron/port HTTP/1.1" 200 1057 0.195415 252.129.8.79 - - [2025-11-10 01:46:47] "POST /neutron/port HTTP/1.1" 200 1057 0.008133 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/port HTTP/1.1" 200 1057 0.007874 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/port HTTP/1.1" 200 1107 0.047804 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/port HTTP/1.1" 200 1081 0.009564 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003304 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.006018 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/port HTTP/1.1" 200 117 0.001158 252.129.8.79 - - [2025-11-10 01:46:48] "POST /neutron/network HTTP/1.1" 200 821 0.005429 252.129.8.79 - - [2025-11-10 01:46:52] "POST /neutron/port HTTP/1.1" 200 1081 0.010133 252.129.8.79 - - [2025-11-10 01:46:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005828 252.129.8.79 - - [2025-11-10 01:46:52] "POST /neutron/port HTTP/1.1" 200 1081 0.010449 252.129.8.79 - - [2025-11-10 01:46:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008096 252.129.8.79 - - [2025-11-10 01:46:52] "POST /neutron/port HTTP/1.1" 200 1081 0.013725 252.129.8.79 - - [2025-11-10 01:46:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006532 10.0.0.129 - - [2025-11-10 01:46:52] "GET /virtual-machine/263ab3a0-b963-4066-be9f-f7c8cbf98dfb HTTP/1.1" 200 1294 0.004757 10.0.0.129 - - [2025-11-10 01:46:52] "GET /virtual-machine-interface/b86b2fb5-5237-4cfc-bd6d-50c352db93dd HTTP/1.1" 200 2943 0.006348 10.0.0.129 - - [2025-11-10 01:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.129 - - [2025-11-10 01:46:53] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002722 10.0.0.129 - - [2025-11-10 01:46:53] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002923 10.0.0.129 - - [2025-11-10 01:46:53] "GET /virtual-network/65bb84eb-c346-460e-bc14-42fbc4b7d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004727 10.0.0.129 - - [2025-11-10 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.129 - - [2025-11-10 01:46:56] "GET /virtual-network/65bb84eb-c346-460e-bc14-42fbc4b7d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004619 252.129.8.79 - - [2025-11-10 01:46:56] "POST /neutron/port HTTP/1.1" 200 1081 0.010394 252.129.8.79 - - [2025-11-10 01:46:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005281 252.129.8.79 - - [2025-11-10 01:46:57] "POST /neutron/port HTTP/1.1" 200 1081 0.009760 252.129.8.79 - - [2025-11-10 01:46:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004897 10.0.0.129 - - [2025-11-10 01:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.129 - - [2025-11-10 01:46:58] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002885 10.0.0.129 - - [2025-11-10 01:46:58] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003019 10.0.0.129 - - [2025-11-10 01:46:58] "GET /virtual-network/65bb84eb-c346-460e-bc14-42fbc4b7d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005078 252.129.8.79 - - [2025-11-10 01:46:58] "POST /neutron/port HTTP/1.1" 200 1081 0.011211 252.129.8.79 - - [2025-11-10 01:46:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005090 252.129.8.79 - - [2025-11-10 01:46:58] "POST /neutron/port HTTP/1.1" 200 1081 0.009702 252.129.8.79 - - [2025-11-10 01:46:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005045 252.129.8.79 - - [2025-11-10 01:47:00] "POST /neutron/network HTTP/1.1" 200 821 0.006227 252.129.8.79 - - [2025-11-10 01:47:00] "POST /neutron/network HTTP/1.1" 400 204 0.010547 252.129.8.79 - - [2025-11-10 01:47:01] "POST /neutron/port HTTP/1.1" 200 1081 0.009835 252.129.8.79 - - [2025-11-10 01:47:01] "POST /neutron/port HTTP/1.1" 200 1107 0.009647 252.129.8.79 - - [2025-11-10 01:47:01] "POST /neutron/port HTTP/1.1" 200 151 0.100755 252.129.8.79 - - [2025-11-10 01:47:02] "POST /neutron/network HTTP/1.1" 200 821 0.005245 10.0.0.129 - - [2025-11-10 01:47:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.129 - - [2025-11-10 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.129 - - [2025-11-10 01:47:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001696 252.129.8.79 - - [2025-11-10 01:47:02] "POST /neutron/network HTTP/1.1" 200 151 0.074951 10.0.0.129 - - [2025-11-10 01:47:02] "DELETE /route-target/4d061cf0-8b99-4ce0-93e9-e16f03229aec HTTP/1.1" 200 115 0.016489 10.0.0.129 - - [2025-11-10 01:47:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 549 0.002978 10.0.0.129 - - [2025-11-10 01:47:03] "POST /network-ipams HTTP/1.1" 200 543 0.016752 10.0.0.129 - - [2025-11-10 01:47:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 768 0.002720 10.0.0.129 - - [2025-11-10 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.129 - - [2025-11-10 01:47:03] "GET /network-ipam/134d2564-d763-4d81-ab23-160487706850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004601 10.0.0.129 - - [2025-11-10 01:47:03] "PUT /network-ipam/134d2564-d763-4d81-ab23-160487706850 HTTP/1.1" 200 260 0.009973 10.0.0.129 - - [2025-11-10 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.129 - - [2025-11-10 01:47:03] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001284 10.0.0.129 - - [2025-11-10 01:47:03] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023200 252.129.8.79 - - [2025-11-10 01:47:03] "POST /neutron/network HTTP/1.1" 200 117 0.007554 10.0.0.129 - - [2025-11-10 01:47:03] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/network HTTP/1.1" 200 603 0.063997 10.0.0.129 - - [2025-11-10 01:47:04] "POST /route-targets HTTP/1.1" 200 329 0.010511 10.0.0.129 - - [2025-11-10 01:47:04] "POST /ref-update HTTP/1.1" 200 156 0.010149 10.0.0.129 - - [2025-11-10 01:47:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004873 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.184188 10.0.0.129 - - [2025-11-10 01:47:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004867 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.207063 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/network HTTP/1.1" 200 988 0.006579 10.0.0.129 - - [2025-11-10 01:47:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001482 10.0.0.129 - - [2025-11-10 01:47:04] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004443 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/network HTTP/1.1" 200 988 0.006584 10.0.0.129 - - [2025-11-10 01:47:04] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004841 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/network HTTP/1.1" 200 988 0.006644 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.010329 252.129.8.79 - - [2025-11-10 01:47:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.006244 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/network HTTP/1.1" 200 988 0.006495 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007399 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.008564 10.0.0.129 - - [2025-11-10 01:47:05] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/port HTTP/1.1" 200 1015 0.161848 10.0.0.129 - - [2025-11-10 01:47:05] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001393 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/port HTTP/1.1" 200 1015 0.147645 10.0.0.129 - - [2025-11-10 01:47:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001518 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/port HTTP/1.1" 200 1015 0.006932 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/port HTTP/1.1" 200 1015 0.006983 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/network HTTP/1.1" 200 988 0.006548 252.129.8.79 - - [2025-11-10 01:47:05] "POST /neutron/port HTTP/1.1" 200 1015 0.006478 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.004744 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.007078 10.0.0.129 - - [2025-11-10 01:47:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001343 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.006202 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 1015 0.007113 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 1015 0.007203 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 1015 0.034605 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/network HTTP/1.1" 200 988 0.006716 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 1015 0.007482 252.129.8.79 - - [2025-11-10 01:47:06] "POST /neutron/port HTTP/1.1" 200 1015 0.009865 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 117 0.006297 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 117 0.008599 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1015 0.007996 10.0.0.129 - - [2025-11-10 01:47:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001652 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/network HTTP/1.1" 200 998 0.005980 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 117 0.009138 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1015 0.007720 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1015 0.010653 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/network HTTP/1.1" 200 998 0.010851 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1103 0.098725 252.129.8.79 - - [2025-11-10 01:47:07] "GET /aaa-mode HTTP/1.1" 401 297 0.000465 252.129.8.79 - - [2025-11-10 01:47:07] "GET / HTTP/1.1" 200 36499 0.001791 252.129.8.79 - - [2025-11-10 01:47:07] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000394 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1077 0.010398 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003741 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1015 0.009698 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.022310 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/network HTTP/1.1" 200 998 0.005497 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 117 0.001299 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1015 0.007766 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/port HTTP/1.1" 200 1015 0.015761 252.129.8.79 - - [2025-11-10 01:47:07] "POST /neutron/network HTTP/1.1" 200 988 0.014754 10.0.0.129 - - [2025-11-10 01:47:07] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001121 252.129.8.79 - - [2025-11-10 01:47:07] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074674 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/network HTTP/1.1" 200 988 0.022047 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/port HTTP/1.1" 200 1103 0.110310 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/port HTTP/1.1" 200 1077 0.019420 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/port HTTP/1.1" 200 2038 0.015445 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009169 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.014263 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.004987 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.129 - - [2025-11-10 01:47:08] "GET /domains HTTP/1.1" 200 440 0.002718 10.0.0.129 - - [2025-11-10 01:47:08] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001373 10.0.0.129 - - [2025-11-10 01:47:08] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1309 0.010743 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/network HTTP/1.1" 200 988 0.007975 10.0.0.129 - - [2025-11-10 01:47:08] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.129 - - [2025-11-10 01:47:08] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1 HTTP/1.1" 200 2845 0.035401 10.0.0.129 - - [2025-11-10 01:47:08] "GET /network-ipam/134d2564-d763-4d81-ab23-160487706850 HTTP/1.1" 200 2647 0.006006 10.0.0.129 - - [2025-11-10 01:47:08] "GET /domains HTTP/1.1" 200 440 0.003496 252.129.8.79 - - [2025-11-10 01:47:08] "POST /neutron/network HTTP/1.1" 200 998 0.015789 10.0.0.129 - - [2025-11-10 01:47:08] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001008 10.0.0.129 - - [2025-11-10 01:47:08] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1309 0.012664 10.0.0.129 - - [2025-11-10 01:47:08] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001749 10.0.0.129 - - [2025-11-10 01:47:08] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001345 10.0.0.129 - - [2025-11-10 01:47:08] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1 HTTP/1.1" 200 2845 0.052658 10.0.0.129 - - [2025-11-10 01:47:08] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d HTTP/1.1" 200 3786 0.016826 10.0.0.129 - - [2025-11-10 01:47:08] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d HTTP/1.1" 200 3786 0.018854 10.0.0.129 - - [2025-11-10 01:47:09] "GET /routing-instance/9c2edf0e-5ed3-4c40-8606-9098aac33de8 HTTP/1.1" 200 2816 0.008513 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/port HTTP/1.1" 200 1053 0.314103 10.0.0.129 - - [2025-11-10 01:47:09] "GET /routing-instance/9c2edf0e-5ed3-4c40-8606-9098aac33de8 HTTP/1.1" 200 2816 0.005820 10.0.0.129 - - [2025-11-10 01:47:09] "GET /route-target/4a33ee42-0929-4dc4-af0b-cf8cca15a23a HTTP/1.1" 200 1206 0.003415 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/port HTTP/1.1" 200 1053 0.008346 10.0.0.129 - - [2025-11-10 01:47:09] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d HTTP/1.1" 200 4240 0.007888 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/port HTTP/1.1" 200 1053 0.007890 10.0.0.129 - - [2025-11-10 01:47:09] "GET /routing-instance/9c2edf0e-5ed3-4c40-8606-9098aac33de8 HTTP/1.1" 200 2816 0.003372 10.0.0.129 - - [2025-11-10 01:47:09] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.010527 10.0.0.129 - - [2025-11-10 01:47:09] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d HTTP/1.1" 200 4240 0.005901 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/port HTTP/1.1" 200 1103 0.071765 10.0.0.129 - - [2025-11-10 01:47:09] "GET /routing-instance/9c2edf0e-5ed3-4c40-8606-9098aac33de8 HTTP/1.1" 200 2816 0.003732 10.0.0.129 - - [2025-11-10 01:47:09] "GET /routing-instance/9c2edf0e-5ed3-4c40-8606-9098aac33de8 HTTP/1.1" 200 2816 0.004137 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/port HTTP/1.1" 200 1077 0.012444 10.0.0.129 - - [2025-11-10 01:47:09] "GET /route-target/4a33ee42-0929-4dc4-af0b-cf8cca15a23a HTTP/1.1" 200 1206 0.003419 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004457 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.009313 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.129 - - [2025-11-10 01:47:09] "GET /domains HTTP/1.1" 200 440 0.002337 10.0.0.129 - - [2025-11-10 01:47:09] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001260 10.0.0.129 - - [2025-11-10 01:47:09] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1309 0.011634 252.129.8.79 - - [2025-11-10 01:47:09] "POST /neutron/network HTTP/1.1" 200 988 0.008291 10.0.0.129 - - [2025-11-10 01:47:09] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001239 10.0.0.129 - - [2025-11-10 01:47:09] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1 HTTP/1.1" 200 3089 0.031529 10.0.0.129 - - [2025-11-10 01:47:09] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d HTTP/1.1" 200 4240 0.007949 10.0.0.129 - - [2025-11-10 01:47:10] "GET /obj-perms HTTP/1.1" 200 6449 0.062829 252.129.8.79 - - [2025-11-10 01:47:10] "POST /neutron/port HTTP/1.1" 200 1077 0.010835 252.129.8.79 - - [2025-11-10 01:47:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006178 252.129.8.79 - - [2025-11-10 01:47:10] "POST /neutron/port HTTP/1.1" 200 1077 0.012951 252.129.8.79 - - [2025-11-10 01:47:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006414 252.129.8.79 - - [2025-11-10 01:47:10] "POST /neutron/port HTTP/1.1" 200 1077 0.011384 252.129.8.79 - - [2025-11-10 01:47:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005834 10.0.0.129 - - [2025-11-10 01:47:10] "GET /virtual-machine/26ac9b0a-3ea4-441f-98bb-bbebd29fdb1e HTTP/1.1" 200 1290 0.003877 10.0.0.129 - - [2025-11-10 01:47:10] "GET /virtual-machine-interface/a1d81aea-b89d-41b4-9f30-4b2df2953b11 HTTP/1.1" 200 2943 0.005904 10.0.0.129 - - [2025-11-10 01:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.129 - - [2025-11-10 01:47:11] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003110 10.0.0.129 - - [2025-11-10 01:47:11] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002816 10.0.0.129 - - [2025-11-10 01:47:11] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007816 10.0.0.129 - - [2025-11-10 01:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.129 - - [2025-11-10 01:47:14] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.014197 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/port HTTP/1.1" 200 1077 0.010339 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005776 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/port HTTP/1.1" 200 1077 0.014731 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006283 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/port HTTP/1.1" 200 1077 0.013873 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005653 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/port HTTP/1.1" 200 1077 0.015890 252.129.8.79 - - [2025-11-10 01:47:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005266 252.129.8.79 - - [2025-11-10 01:47:18] "POST /neutron/port HTTP/1.1" 200 1077 0.010727 252.129.8.79 - - [2025-11-10 01:47:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005040 10.0.0.129 - - [2025-11-10 01:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.129 - - [2025-11-10 01:47:18] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009845 252.129.8.79 - - [2025-11-10 01:47:18] "POST /neutron/port HTTP/1.1" 200 1077 0.010717 252.129.8.79 - - [2025-11-10 01:47:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005246 252.129.8.79 - - [2025-11-10 01:47:18] "POST /neutron/port HTTP/1.1" 200 1077 0.010688 252.129.8.79 - - [2025-11-10 01:47:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005171 252.129.8.79 - - [2025-11-10 01:47:19] "POST /neutron/port HTTP/1.1" 200 1077 0.012049 252.129.8.79 - - [2025-11-10 01:47:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005108 252.129.8.79 - - [2025-11-10 01:47:19] "POST /neutron/port HTTP/1.1" 200 1077 0.011618 252.129.8.79 - - [2025-11-10 01:47:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005333 252.129.8.79 - - [2025-11-10 01:47:19] "POST /neutron/port HTTP/1.1" 200 1077 0.011645 252.129.8.79 - - [2025-11-10 01:47:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006409 10.0.0.129 - - [2025-11-10 01:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.129 - - [2025-11-10 01:47:20] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002811 10.0.0.129 - - [2025-11-10 01:47:20] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002734 10.0.0.129 - - [2025-11-10 01:47:20] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005005 252.129.8.79 - - [2025-11-10 01:47:21] "POST /neutron/port HTTP/1.1" 200 1077 0.011347 252.129.8.79 - - [2025-11-10 01:47:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005596 252.129.8.79 - - [2025-11-10 01:47:21] "POST /neutron/port HTTP/1.1" 200 1077 0.010226 252.129.8.79 - - [2025-11-10 01:47:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005538 252.129.8.79 - - [2025-11-10 01:47:21] "POST /neutron/port HTTP/1.1" 200 1077 0.009883 252.129.8.79 - - [2025-11-10 01:47:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005427 10.0.0.129 - - [2025-11-10 01:47:21] "GET /virtual-machine/6dae43e5-d8d5-48b1-9d4b-bb8f22244667 HTTP/1.1" 200 1290 0.005676 10.0.0.129 - - [2025-11-10 01:47:21] "GET /virtual-machine-interface/72128330-90d3-4297-a9a3-9a70e8a7b912 HTTP/1.1" 200 2942 0.004709 10.0.0.129 - - [2025-11-10 01:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.129 - - [2025-11-10 01:47:21] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002769 10.0.0.129 - - [2025-11-10 01:47:21] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002704 10.0.0.129 - - [2025-11-10 01:47:21] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005068 10.0.0.129 - - [2025-11-10 01:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.129 - - [2025-11-10 01:47:22] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003330 10.0.0.129 - - [2025-11-10 01:47:22] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002856 10.0.0.129 - - [2025-11-10 01:47:23] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005038 252.129.8.79 - - [2025-11-10 01:47:23] "POST /neutron/port HTTP/1.1" 200 1077 0.011033 252.129.8.79 - - [2025-11-10 01:47:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005748 252.129.8.79 - - [2025-11-10 01:47:23] "POST /neutron/port HTTP/1.1" 200 1077 0.010622 252.129.8.79 - - [2025-11-10 01:47:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005758 252.129.8.79 - - [2025-11-10 01:47:23] "POST /neutron/port HTTP/1.1" 200 1077 0.009818 252.129.8.79 - - [2025-11-10 01:47:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005854 10.0.0.129 - - [2025-11-10 01:47:23] "GET /virtual-machine/44b1439b-0734-477b-96df-b764c7ae4a3c HTTP/1.1" 200 1294 0.004095 10.0.0.129 - - [2025-11-10 01:47:23] "GET /virtual-machine-interface/a95498e9-653e-4f0e-98ff-f331dc0758f9 HTTP/1.1" 200 2943 0.005239 10.0.0.129 - - [2025-11-10 01:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.129 - - [2025-11-10 01:47:23] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003347 10.0.0.129 - - [2025-11-10 01:47:23] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003465 10.0.0.129 - - [2025-11-10 01:47:23] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005436 10.0.0.129 - - [2025-11-10 01:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.129 - - [2025-11-10 01:47:25] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002905 10.0.0.129 - - [2025-11-10 01:47:25] "GET /virtual-networks?parent_id=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002715 10.0.0.129 - - [2025-11-10 01:47:25] "GET /virtual-network/d9885453-015e-4302-b223-3256f115e68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005274 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/port HTTP/1.1" 200 1077 0.011358 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/port HTTP/1.1" 200 1077 0.011460 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/network HTTP/1.1" 200 998 0.006707 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.007638 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/port HTTP/1.1" 200 117 0.001205 252.129.8.79 - - [2025-11-10 01:47:26] "POST /neutron/network HTTP/1.1" 200 988 0.007560 10.0.0.129 - - [2025-11-10 01:47:27] "GET /obj-perms HTTP/1.1" 200 6402 0.054103 10.0.0.129 - - [2025-11-10 01:47:28] "GET /obj-perms HTTP/1.1" 200 6402 0.049084 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 1103 0.024647 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 1103 0.008502 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 1077 0.026767 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 151 0.166224 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 1103 0.016433 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 1103 0.009414 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 1103 0.019615 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 151 0.192455 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/port HTTP/1.1" 200 151 0.164418 252.129.8.79 - - [2025-11-10 01:47:41] "POST /neutron/network HTTP/1.1" 200 988 0.009935 10.0.0.129 - - [2025-11-10 01:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005756 10.0.0.129 - - [2025-11-10 01:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010918 10.0.0.129 - - [2025-11-10 01:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007374 10.0.0.129 - - [2025-11-10 01:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003893 10.0.0.129 - - [2025-11-10 01:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003938 252.129.8.79 - - [2025-11-10 01:47:42] "POST /neutron/network HTTP/1.1" 200 151 0.134829 10.0.0.129 - - [2025-11-10 01:47:42] "DELETE /route-target/4a33ee42-0929-4dc4-af0b-cf8cca15a23a HTTP/1.1" 200 115 0.044835 10.0.0.129 - - [2025-11-10 01:47:42] "GET /routing-instance/9c2edf0e-5ed3-4c40-8606-9098aac33de8 HTTP/1.1" 404 171 0.002833 10.0.0.129 - - [2025-11-10 01:47:42] "GET /domains HTTP/1.1" 200 440 0.002508 10.0.0.129 - - [2025-11-10 01:47:42] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001276 10.0.0.129 - - [2025-11-10 01:47:42] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 1309 0.008474 10.0.0.129 - - [2025-11-10 01:47:42] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.129 - - [2025-11-10 01:47:42] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1 HTTP/1.1" 200 2088 0.030263 10.0.0.129 - - [2025-11-10 01:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.129 - - [2025-11-10 01:47:42] "DELETE /network-ipam/134d2564-d763-4d81-ab23-160487706850 HTTP/1.1" 200 115 0.029929 10.0.0.129 - - [2025-11-10 01:47:42] "POST /fqname-to-id HTTP/1.1" 404 209 0.003358 10.0.0.129 - - [2025-11-10 01:47:43] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001369 10.0.0.129 - - [2025-11-10 01:47:43] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041219 10.0.0.129 - - [2025-11-10 01:47:43] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001755 10.0.0.129 - - [2025-11-10 01:47:43] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?fields=virtual_networks HTTP/1.1" 200 1035 0.043525 10.0.0.129 - - [2025-11-10 01:47:43] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.129 - - [2025-11-10 01:47:43] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.033166 10.0.0.129 - - [2025-11-10 01:47:43] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001336 10.0.0.129 - - [2025-11-10 01:47:43] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?fields=security_groups HTTP/1.1" 200 1261 0.027994 252.129.8.79 - - [2025-11-10 01:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.004818 252.129.8.79 - - [2025-11-10 01:47:46] "POST /neutron/port HTTP/1.1" 400 205 0.007720 252.129.8.79 - - [2025-11-10 01:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.010463 252.129.8.79 - - [2025-11-10 01:47:46] "POST /neutron/port HTTP/1.1" 400 205 0.003342 10.0.0.129 - - [2025-11-10 01:47:57] "GET / HTTP/1.1" 200 36499 0.002052 10.0.0.129 - - [2025-11-10 01:47:57] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000539 10.0.0.129 - - [2025-11-10 01:47:57] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001021 10.0.0.129 - - [2025-11-10 01:47:57] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.034034 10.0.0.129 - - [2025-11-10 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 181 0.026537 10.0.0.129 - - [2025-11-10 01:47:58] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002857 10.0.0.129 - - [2025-11-10 01:47:58] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000960 10.0.0.129 - - [2025-11-10 01:47:58] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006338 10.0.0.129 - - [2025-11-10 01:47:58] "POST /id-to-fqname HTTP/1.1" 200 183 0.003526 10.0.0.129 - - [2025-11-10 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.003054 10.0.0.129 - - [2025-11-10 01:47:58] "POST /security-groups HTTP/1.1" 200 578 0.060190 10.0.0.129 - - [2025-11-10 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.002961 10.0.0.129 - - [2025-11-10 01:47:58] "POST /projects HTTP/1.1" 200 567 0.207994 10.0.0.129 - - [2025-11-10 01:47:58] "POST /access-control-lists HTTP/1.1" 200 593 0.058104 10.0.0.129 - - [2025-11-10 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.277857 10.0.0.129 - - [2025-11-10 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 226 0.002951 10.0.0.129 - - [2025-11-10 01:47:58] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.402946 10.0.0.129 - - [2025-11-10 01:47:58] "POST /access-control-lists HTTP/1.1" 200 591 0.056488 10.0.0.129 - - [2025-11-10 01:47:59] "GET / HTTP/1.1" 200 36499 0.001895 10.0.0.129 - - [2025-11-10 01:48:01] "POST /fqname-to-id HTTP/1.1" 401 297 0.000488 10.0.0.129 - - [2025-11-10 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.026994 10.0.0.129 - - [2025-11-10 01:48:02] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003831 10.0.0.129 - - [2025-11-10 01:48:02] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003068 10.0.0.129 - - [2025-11-10 01:48:02] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003221 10.0.0.129 - - [2025-11-10 01:48:02] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.008185 10.0.0.129 - - [2025-11-10 01:48:02] "GET /aaa-mode HTTP/1.1" 401 297 0.000431 10.0.0.129 - - [2025-11-10 01:48:03] "GET /aaa-mode HTTP/1.1" 200 128 0.029500 10.0.0.129 - - [2025-11-10 01:48:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.024279 10.0.0.129 - - [2025-11-10 01:48:03] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002173 10.0.0.129 - - [2025-11-10 01:48:03] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000944 10.0.0.129 - - [2025-11-10 01:48:03] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.008505 10.0.0.129 - - [2025-11-10 01:48:03] "POST /id-to-fqname HTTP/1.1" 200 183 0.005365 10.0.0.129 - - [2025-11-10 01:48:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.003322 10.0.0.129 - - [2025-11-10 01:48:03] "POST /security-groups HTTP/1.1" 200 578 0.060248 10.0.0.129 - - [2025-11-10 01:48:03] "POST /fqname-to-id HTTP/1.1" 404 227 0.002558 10.0.0.129 - - [2025-11-10 01:48:03] "POST /projects HTTP/1.1" 200 567 0.221086 10.0.0.129 - - [2025-11-10 01:48:03] "POST /access-control-lists HTTP/1.1" 200 593 0.058125 10.0.0.129 - - [2025-11-10 01:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.296219 10.0.0.129 - - [2025-11-10 01:48:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.002651 10.0.0.129 - - [2025-11-10 01:48:03] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.425731 10.0.0.129 - - [2025-11-10 01:48:03] "POST /access-control-lists HTTP/1.1" 200 591 0.056516 10.0.0.129 - - [2025-11-10 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 181 0.026531 10.0.0.129 - - [2025-11-10 01:48:04] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002889 10.0.0.129 - - [2025-11-10 01:48:04] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001310 10.0.0.129 - - [2025-11-10 01:48:04] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.008270 10.0.0.129 - - [2025-11-10 01:48:04] "POST /id-to-fqname HTTP/1.1" 200 183 0.002074 10.0.0.129 - - [2025-11-10 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.007925 10.0.0.129 - - [2025-11-10 01:48:04] "POST /security-groups HTTP/1.1" 200 578 0.060637 10.0.0.129 - - [2025-11-10 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 227 0.002516 10.0.0.129 - - [2025-11-10 01:48:04] "POST /projects HTTP/1.1" 200 567 0.220890 10.0.0.129 - - [2025-11-10 01:48:04] "POST /access-control-lists HTTP/1.1" 200 593 0.056133 10.0.0.129 - - [2025-11-10 01:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.298608 10.0.0.129 - - [2025-11-10 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 226 0.003625 10.0.0.129 - - [2025-11-10 01:48:04] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.429880 10.0.0.129 - - [2025-11-10 01:48:04] "POST /access-control-lists HTTP/1.1" 200 591 0.060387 10.0.0.129 - - [2025-11-10 01:48:05] "GET / HTTP/1.1" 200 36499 0.002080 10.0.0.129 - - [2025-11-10 01:48:06] "GET / HTTP/1.1" 200 36499 0.001612 10.0.0.129 - - [2025-11-10 01:48:06] "POST /fqname-to-id HTTP/1.1" 404 181 0.005006 10.0.0.129 - - [2025-11-10 01:48:06] "POST /api-access-lists HTTP/1.1" 200 523 0.014358 10.0.0.129 - - [2025-11-10 01:48:06] "GET /api-access-list/958e00a0-66f2-46b7-b0ee-d00991eb0c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.004225 10.0.0.129 - - [2025-11-10 01:48:06] "GET /api-access-list/958e00a0-66f2-46b7-b0ee-d00991eb0c57 HTTP/1.1" 401 297 0.000412 10.0.0.129 - - [2025-11-10 01:48:07] "GET /api-access-list/958e00a0-66f2-46b7-b0ee-d00991eb0c57 HTTP/1.1" 200 1268 0.066175 10.0.0.129 - - [2025-11-10 01:48:07] "POST /fqname-to-id HTTP/1.1" 401 297 0.000515 10.0.0.129 - - [2025-11-10 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.063145 10.0.0.129 - - [2025-11-10 01:48:07] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001101 10.0.0.129 - - [2025-11-10 01:48:07] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.030016 10.0.0.129 - - [2025-11-10 01:48:07] "GET /virtual-networks?parent_id=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012680 10.0.0.129 - - [2025-11-10 01:48:07] "POST /virtual-networks HTTP/1.1" 200 570 0.048808 10.0.0.129 - - [2025-11-10 01:48:07] "POST /route-targets HTTP/1.1" 200 329 0.009350 10.0.0.129 - - [2025-11-10 01:48:07] "POST /ref-update HTTP/1.1" 200 156 0.013274 10.0.0.129 - - [2025-11-10 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.015374 10.0.0.129 - - [2025-11-10 01:48:07] "GET /network-ipam/9be1d978-0e67-431e-8f8d-74b24a4e9a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.009924 10.0.0.129 - - [2025-11-10 01:48:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004018 10.0.0.129 - - [2025-11-10 01:48:07] "POST /ref-update HTTP/1.1" 200 156 0.044613 252.129.8.79 - - [2025-11-10 01:48:08] "POST /neutron/network HTTP/1.1" 200 832 0.043395 252.129.8.79 - - [2025-11-10 01:48:08] "POST /neutron/network HTTP/1.1" 200 832 0.020050 10.0.0.129 - - [2025-11-10 01:48:08] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.011864 252.129.8.79 - - [2025-11-10 01:48:08] "POST /neutron/network HTTP/1.1" 200 832 0.017416 252.129.8.79 - - [2025-11-10 01:48:08] "POST /neutron/subnet HTTP/1.1" 200 685 0.025480 10.0.0.129 - - [2025-11-10 01:48:08] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4 HTTP/1.1" 401 297 0.000411 10.0.0.129 - - [2025-11-10 01:48:08] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4 HTTP/1.1" 200 2275 0.040580 10.0.0.129 - - [2025-11-10 01:48:08] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4 HTTP/1.1" 401 297 0.000419 10.0.0.129 - - [2025-11-10 01:48:09] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4 HTTP/1.1" 200 2015 0.043187 10.0.0.129 - - [2025-11-10 01:48:09] "GET /obj-perms HTTP/1.1" 200 6334 0.077033 10.0.0.129 - - [2025-11-10 01:48:09] "POST /fqname-to-id HTTP/1.1" 401 297 0.000437 10.0.0.129 - - [2025-11-10 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026598 10.0.0.129 - - [2025-11-10 01:48:10] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.014523 10.0.0.129 - - [2025-11-10 01:48:10] "GET /obj-perms HTTP/1.1" 200 6334 0.008930 10.0.0.129 - - [2025-11-10 01:48:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014903 10.0.0.129 - - [2025-11-10 01:48:10] "GET /obj-perms HTTP/1.1" 200 6334 0.059684 10.0.0.129 - - [2025-11-10 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.129 - - [2025-11-10 01:48:10] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.012564 10.0.0.129 - - [2025-11-10 01:48:10] "GET /obj-perms HTTP/1.1" 200 6334 0.008408 10.0.0.129 - - [2025-11-10 01:48:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015138 10.0.0.129 - - [2025-11-10 01:48:11] "POST /id-to-fqname HTTP/1.1" 401 297 0.000490 10.0.0.129 - - [2025-11-10 01:48:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.032423 252.129.8.79 - - [2025-11-10 01:48:11] "POST /neutron/network HTTP/1.1" 200 842 0.045675 252.129.8.79 - - [2025-11-10 01:48:12] "GET /aaa-mode HTTP/1.1" 401 297 0.000417 252.129.8.79 - - [2025-11-10 01:48:12] "GET / HTTP/1.1" 200 36499 0.002557 252.129.8.79 - - [2025-11-10 01:48:12] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000363 10.0.0.129 - - [2025-11-10 01:48:12] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001051 252.129.8.79 - - [2025-11-10 01:48:12] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047489 252.129.8.79 - - [2025-11-10 01:48:12] "POST /neutron/network HTTP/1.1" 200 832 0.005701 252.129.8.79 - - [2025-11-10 01:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.035386 252.129.8.79 - - [2025-11-10 01:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.005364 252.129.8.79 - - [2025-11-10 01:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.005509 252.129.8.79 - - [2025-11-10 01:48:13] "POST /neutron/network HTTP/1.1" 200 842 0.025172 252.129.8.79 - - [2025-11-10 01:48:13] "POST /neutron/network HTTP/1.1" 200 832 0.018621 10.0.0.129 - - [2025-11-10 01:48:13] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001498 252.129.8.79 - - [2025-11-10 01:48:13] "POST /neutron/port HTTP/1.1" 200 1055 0.324250 252.129.8.79 - - [2025-11-10 01:48:13] "POST /neutron/port HTTP/1.1" 200 1055 0.008155 252.129.8.79 - - [2025-11-10 01:48:13] "POST /neutron/port HTTP/1.1" 200 1055 0.008290 252.129.8.79 - - [2025-11-10 01:48:13] "POST /neutron/port HTTP/1.1" 200 1105 0.063263 252.129.8.79 - - [2025-11-10 01:48:14] "POST /neutron/port HTTP/1.1" 200 1079 0.010441 252.129.8.79 - - [2025-11-10 01:48:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003619 252.129.8.79 - - [2025-11-10 01:48:14] "POST /neutron/subnet HTTP/1.1" 200 659 0.006904 252.129.8.79 - - [2025-11-10 01:48:14] "POST /neutron/port HTTP/1.1" 200 117 0.001291 252.129.8.79 - - [2025-11-10 01:48:14] "POST /neutron/network HTTP/1.1" 200 832 0.005347 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /project/187228cf9ab246fc992b9999cad430f8 HTTP/1.1" 404 173 0.038196 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /project/f8ab4530e275447c8486ba7ee878e3cd HTTP/1.1" 404 173 0.042539 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /project/f1aaf6de71f34d499a210d9d250ef897 HTTP/1.1" 404 173 0.051553 10.0.0.129 - - [2025-11-10 01:48:17] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.129 - - [2025-11-10 01:48:17] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.057569 10.0.0.129 - - [2025-11-10 01:48:17] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.129 - - [2025-11-10 01:48:17] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?fields=security_groups HTTP/1.1" 200 1351 0.068386 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /security-group/da8d8626-ee9d-4f5f-b6ae-ba107a53e278 HTTP/1.1" 200 115 0.047384 10.0.0.129 - - [2025-11-10 01:48:17] "GET /projects?obj_uuids=f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.129 - - [2025-11-10 01:48:17] "GET /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1?fields=application_policy_sets HTTP/1.1" 200 1390 0.038481 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /access-control-list/e116ced6-7b25-4bba-b81e-deeef8861c62 HTTP/1.1" 200 115 0.075159 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /access-control-list/f93030c4-c058-441d-b947-e267ae88c44d HTTP/1.1" 200 115 0.029752 10.0.0.129 - - [2025-11-10 01:48:17] "DELETE /project/f3d52d17-9b40-47a2-b6ea-6c9fcd19ccb1 HTTP/1.1" 200 115 0.418859 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/port HTTP/1.1" 200 1079 0.010561 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006031 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/port HTTP/1.1" 200 1079 0.012090 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005647 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/port HTTP/1.1" 200 1079 0.009853 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005714 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/port HTTP/1.1" 200 1079 0.009372 252.129.8.79 - - [2025-11-10 01:48:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005810 10.0.0.129 - - [2025-11-10 01:48:18] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 200 1289 0.012549 10.0.0.129 - - [2025-11-10 01:48:18] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 200 1289 0.013933 10.0.0.129 - - [2025-11-10 01:48:18] "GET /virtual-machine-interface/b618021d-db29-47c7-ada9-7fa12f1b8ad5 HTTP/1.1" 200 2533 0.020492 10.0.0.129 - - [2025-11-10 01:48:18] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 200 1289 0.010513 10.0.0.129 - - [2025-11-10 01:48:18] "GET /virtual-machine-interface/b618021d-db29-47c7-ada9-7fa12f1b8ad5 HTTP/1.1" 200 2533 0.014703 10.0.0.129 - - [2025-11-10 01:48:18] "GET /instance-ip/f8a757a0-df7b-4e56-b9d8-74f5da61cbce HTTP/1.1" 200 1630 0.014399 10.0.0.129 - - [2025-11-10 01:48:18] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 200 1289 0.012507 10.0.0.129 - - [2025-11-10 01:48:19] "GET /virtual-machine-interface/b618021d-db29-47c7-ada9-7fa12f1b8ad5 HTTP/1.1" 200 2533 0.016019 10.0.0.129 - - [2025-11-10 01:48:19] "GET /instance-ip/f8a757a0-df7b-4e56-b9d8-74f5da61cbce HTTP/1.1" 200 1630 0.012659 10.0.0.129 - - [2025-11-10 01:48:19] "POST /fqname-to-id HTTP/1.1" 403 329 0.010497 10.0.0.129 - - [2025-11-10 01:48:19] "GET / HTTP/1.1" 200 36499 0.002272 10.0.0.129 - - [2025-11-10 01:48:19] "POST /fqname-to-id HTTP/1.1" 401 297 0.000526 10.0.0.129 - - [2025-11-10 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.030429 10.0.0.129 - - [2025-11-10 01:48:19] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002800 10.0.0.129 - - [2025-11-10 01:48:20] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009661 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 403 329 0.009647 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.129 - - [2025-11-10 01:48:20] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002622 10.0.0.129 - - [2025-11-10 01:48:20] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010192 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 403 329 0.010927 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.129 - - [2025-11-10 01:48:20] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002655 10.0.0.129 - - [2025-11-10 01:48:20] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010270 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 403 329 0.010457 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002145 10.0.0.129 - - [2025-11-10 01:48:20] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002765 10.0.0.129 - - [2025-11-10 01:48:20] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009869 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 403 329 0.009451 10.0.0.129 - - [2025-11-10 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.129 - - [2025-11-10 01:48:20] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002883 10.0.0.129 - - [2025-11-10 01:48:20] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009288 252.129.8.79 - - [2025-11-10 01:48:23] "POST /neutron/port HTTP/1.1" 200 1079 0.014214 252.129.8.79 - - [2025-11-10 01:48:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005484 10.0.0.129 - - [2025-11-10 01:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011237 10.0.0.129 - - [2025-11-10 01:48:23] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.012197 252.129.8.79 - - [2025-11-10 01:48:24] "POST /neutron/port HTTP/1.1" 200 1079 0.010354 252.129.8.79 - - [2025-11-10 01:48:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005332 252.129.8.79 - - [2025-11-10 01:48:24] "POST /neutron/port HTTP/1.1" 200 1079 0.010420 252.129.8.79 - - [2025-11-10 01:48:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005322 252.129.8.79 - - [2025-11-10 01:48:25] "POST /neutron/port HTTP/1.1" 200 1079 0.010697 252.129.8.79 - - [2025-11-10 01:48:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005966 10.0.0.129 - - [2025-11-10 01:48:25] "POST /fqname-to-id HTTP/1.1" 403 329 0.012711 10.0.0.129 - - [2025-11-10 01:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.129 - - [2025-11-10 01:48:25] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004568 10.0.0.129 - - [2025-11-10 01:48:25] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011965 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 403 329 0.010881 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.129 - - [2025-11-10 01:48:26] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002577 10.0.0.129 - - [2025-11-10 01:48:26] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010499 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 403 351 0.009376 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.129 - - [2025-11-10 01:48:26] "GET /routing-instance/40e1a553-0234-49dc-8bf7-3eeadba097cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003926 10.0.0.129 - - [2025-11-10 01:48:26] "GET /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.009010 10.0.0.129 - - [2025-11-10 01:48:26] "GET /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002855 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 403 329 0.010185 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.129 - - [2025-11-10 01:48:26] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002992 10.0.0.129 - - [2025-11-10 01:48:26] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009776 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 403 351 0.009219 10.0.0.129 - - [2025-11-10 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.129 - - [2025-11-10 01:48:26] "GET /routing-instance/40e1a553-0234-49dc-8bf7-3eeadba097cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004336 10.0.0.129 - - [2025-11-10 01:48:26] "GET /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.009248 10.0.0.129 - - [2025-11-10 01:48:26] "GET /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002955 10.0.0.129 - - [2025-11-10 01:48:26] "GET /obj-perms HTTP/1.1" 200 6334 0.010263 10.0.0.129 - - [2025-11-10 01:48:26] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012748 10.0.0.129 - - [2025-11-10 01:48:28] "GET /obj-perms HTTP/1.1" 200 6402 0.050002 10.0.0.129 - - [2025-11-10 01:48:28] "GET /obj-perms HTTP/1.1" 200 6334 0.008421 10.0.0.129 - - [2025-11-10 01:48:28] "GET /obj-perms HTTP/1.1" 200 6402 0.054361 10.0.0.129 - - [2025-11-10 01:48:28] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010792 10.0.0.129 - - [2025-11-10 01:48:31] "GET /obj-perms HTTP/1.1" 200 6334 0.009009 10.0.0.129 - - [2025-11-10 01:48:31] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009933 10.0.0.129 - - [2025-11-10 01:48:33] "GET /obj-perms HTTP/1.1" 200 6334 0.010516 10.0.0.129 - - [2025-11-10 01:48:33] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012723 10.0.0.129 - - [2025-11-10 01:48:35] "GET /obj-perms HTTP/1.1" 200 6334 0.008681 10.0.0.129 - - [2025-11-10 01:48:35] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010896 10.0.0.129 - - [2025-11-10 01:48:37] "GET /obj-perms HTTP/1.1" 200 6334 0.008023 10.0.0.129 - - [2025-11-10 01:48:37] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010242 10.0.0.129 - - [2025-11-10 01:48:39] "GET /obj-perms HTTP/1.1" 200 6334 0.009779 10.0.0.129 - - [2025-11-10 01:48:39] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010269 10.0.0.129 - - [2025-11-10 01:48:41] "GET /obj-perms HTTP/1.1" 200 6334 0.008769 10.0.0.129 - - [2025-11-10 01:48:41] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009314 10.0.0.129 - - [2025-11-10 01:48:43] "GET /obj-perms HTTP/1.1" 200 6334 0.008429 10.0.0.129 - - [2025-11-10 01:48:43] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009226 10.0.0.129 - - [2025-11-10 01:48:45] "GET /obj-perms HTTP/1.1" 200 6334 0.008144 10.0.0.129 - - [2025-11-10 01:48:45] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009763 10.0.0.129 - - [2025-11-10 01:48:45] "GET /obj-perms HTTP/1.1" 200 6334 0.008373 10.0.0.129 - - [2025-11-10 01:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.129 - - [2025-11-10 01:48:46] "GET /virtual-machine-interface/b618021d-db29-47c7-ada9-7fa12f1b8ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.013081 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.008323 10.0.0.129 - - [2025-11-10 01:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.129 - - [2025-11-10 01:48:46] "GET /virtual-machine-interface/b618021d-db29-47c7-ada9-7fa12f1b8ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014010 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.008064 10.0.0.129 - - [2025-11-10 01:48:46] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009726 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.008175 10.0.0.129 - - [2025-11-10 01:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.129 - - [2025-11-10 01:48:46] "GET /virtual-machine-interface/b618021d-db29-47c7-ada9-7fa12f1b8ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.015441 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.007806 10.0.0.129 - - [2025-11-10 01:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.129 - - [2025-11-10 01:48:46] "GET /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.012544 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.009716 10.0.0.129 - - [2025-11-10 01:48:46] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010042 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.008466 10.0.0.129 - - [2025-11-10 01:48:46] "GET /obj-perms HTTP/1.1" 200 6334 0.007518 10.0.0.129 - - [2025-11-10 01:48:47] "GET /obj-perms HTTP/1.1" 200 6334 0.055914 10.0.0.129 - - [2025-11-10 01:48:47] "GET /obj-perms HTTP/1.1" 200 6334 0.007838 10.0.0.129 - - [2025-11-10 01:48:47] "GET /obj-perms HTTP/1.1" 200 6439 0.050340 10.0.0.129 - - [2025-11-10 01:48:47] "GET /obj-perms HTTP/1.1" 200 6439 0.001788 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6334 0.010725 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6334 0.009099 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6334 0.055053 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6334 0.008066 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6439 0.001652 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6439 0.001736 10.0.0.129 - - [2025-11-10 01:48:48] "GET /obj-perms HTTP/1.1" 200 6334 0.009756 10.0.0.129 - - [2025-11-10 01:48:48] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 322 0.009824 10.0.0.129 - - [2025-11-10 01:48:48] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 200 1289 0.011772 252.129.8.79 - - [2025-11-10 01:48:49] "POST /neutron/port HTTP/1.1" 200 1079 0.010062 252.129.8.79 - - [2025-11-10 01:48:49] "POST /neutron/port HTTP/1.1" 200 1105 0.008545 252.129.8.79 - - [2025-11-10 01:48:49] "POST /neutron/port HTTP/1.1" 200 151 0.104825 10.0.0.129 - - [2025-11-10 01:48:51] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 404 171 0.009828 10.0.0.129 - - [2025-11-10 01:48:51] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 404 171 0.008646 10.0.0.129 - - [2025-11-10 01:48:51] "GET /virtual-machine/1d1fceaa-3f92-4c0a-ad6a-b1dc77baea15 HTTP/1.1" 404 171 0.008187 10.0.0.129 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 403 329 0.010179 10.0.0.129 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.129 - - [2025-11-10 01:48:51] "GET /global-vrouter-config/ccd5e465-bb93-4351-94f9-61c7236fb0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002417 10.0.0.129 - - [2025-11-10 01:48:51] "GET /virtual-networks?parent_id=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009955 10.0.0.129 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 403 351 0.008602 10.0.0.129 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.129 - - [2025-11-10 01:48:51] "GET /routing-instance/40e1a553-0234-49dc-8bf7-3eeadba097cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002977 10.0.0.129 - - [2025-11-10 01:48:51] "GET /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.008823 10.0.0.129 - - [2025-11-10 01:48:51] "GET /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003202 10.0.0.129 - - [2025-11-10 01:48:51] "GET /obj-perms HTTP/1.1" 200 6334 0.008367 10.0.0.129 - - [2025-11-10 01:48:51] "GET /obj-perms HTTP/1.1" 200 6334 0.007658 10.0.0.129 - - [2025-11-10 01:48:52] "GET /obj-perms HTTP/1.1" 200 6334 0.058110 10.0.0.129 - - [2025-11-10 01:48:52] "GET /obj-perms HTTP/1.1" 200 6334 0.008018 10.0.0.129 - - [2025-11-10 01:48:52] "GET /obj-perms HTTP/1.1" 200 6439 0.001701 10.0.0.129 - - [2025-11-10 01:48:52] "GET /obj-perms HTTP/1.1" 200 6439 0.001745 10.0.0.129 - - [2025-11-10 01:48:55] "GET /obj-perms HTTP/1.1" 200 6439 0.002869 10.0.0.129 - - [2025-11-10 01:48:55] "GET /obj-perms HTTP/1.1" 200 6439 0.001767 10.0.0.129 - - [2025-11-10 01:48:58] "GET /obj-perms HTTP/1.1" 200 6439 0.001764 10.0.0.129 - - [2025-11-10 01:48:58] "GET /obj-perms HTTP/1.1" 200 6439 0.001864 10.0.0.129 - - [2025-11-10 01:49:01] "GET /obj-perms HTTP/1.1" 200 6439 0.001737 10.0.0.129 - - [2025-11-10 01:49:01] "GET /obj-perms HTTP/1.1" 200 6439 0.001963 10.0.0.129 - - [2025-11-10 01:49:05] "GET /obj-perms HTTP/1.1" 200 6439 0.001840 10.0.0.129 - - [2025-11-10 01:49:05] "GET /obj-perms HTTP/1.1" 200 6439 0.001923 10.0.0.129 - - [2025-11-10 01:49:08] "GET /obj-perms HTTP/1.1" 200 6439 0.001703 10.0.0.129 - - [2025-11-10 01:49:08] "GET /obj-perms HTTP/1.1" 200 6439 0.001753 10.0.0.129 - - [2025-11-10 01:49:11] "GET /obj-perms HTTP/1.1" 200 6439 0.002080 10.0.0.129 - - [2025-11-10 01:49:11] "GET /obj-perms HTTP/1.1" 200 6439 0.001753 10.0.0.129 - - [2025-11-10 01:49:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000414 10.0.0.129 - - [2025-11-10 01:49:12] "GET /global-system-configs HTTP/1.1" 401 297 0.000384 10.0.0.129 - - [2025-11-10 01:49:14] "GET /obj-perms HTTP/1.1" 200 6439 0.001723 10.0.0.129 - - [2025-11-10 01:49:14] "GET /obj-perms HTTP/1.1" 200 6439 0.001896 10.0.0.129 - - [2025-11-10 01:49:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000389 10.0.0.129 - - [2025-11-10 01:49:14] "GET /global-system-configs HTTP/1.1" 401 297 0.000422 10.0.0.129 - - [2025-11-10 01:49:17] "GET /obj-perms HTTP/1.1" 200 6439 0.002864 10.0.0.129 - - [2025-11-10 01:49:17] "GET /obj-perms HTTP/1.1" 200 6439 0.001836 10.0.0.129 - - [2025-11-10 01:49:17] "GET /obj-perms HTTP/1.1" 200 6439 0.001689 10.0.0.129 - - [2025-11-10 01:49:17] "GET /obj-perms HTTP/1.1" 200 6439 0.001648 10.0.0.129 - - [2025-11-10 01:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.129 - - [2025-11-10 01:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007061 10.0.0.129 - - [2025-11-10 01:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005349 10.0.0.129 - - [2025-11-10 01:49:17] "DELETE /virtual-network/1de9daf0-1405-4cdf-9f13-b4d195331ef4 HTTP/1.1" 200 115 0.094904 10.0.0.129 - - [2025-11-10 01:49:17] "DELETE /route-target/32b2aaba-585b-47ac-94b4-c8a00589c6c1 HTTP/1.1" 200 115 0.033673 10.0.0.129 - - [2025-11-10 01:49:17] "DELETE /api-access-list/958e00a0-66f2-46b7-b0ee-d00991eb0c57 HTTP/1.1" 200 115 0.021915 10.0.0.129 - - [2025-11-10 01:49:17] "GET /api-access-list/958e00a0-66f2-46b7-b0ee-d00991eb0c57 HTTP/1.1" 404 171 0.002422 10.0.0.129 - - [2025-11-10 01:49:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000988 10.0.0.129 - - [2025-11-10 01:49:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.024557 10.0.0.129 - - [2025-11-10 01:49:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000931 10.0.0.129 - - [2025-11-10 01:49:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?fields=virtual_networks HTTP/1.1" 200 1025 0.072529 10.0.0.129 - - [2025-11-10 01:49:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001080 10.0.0.129 - - [2025-11-10 01:49:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027132 10.0.0.129 - - [2025-11-10 01:49:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001398 10.0.0.129 - - [2025-11-10 01:49:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?fields=security_groups HTTP/1.1" 200 1246 0.025876 10.0.0.129 - - [2025-11-10 01:49:19] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001328 10.0.0.129 - - [2025-11-10 01:49:19] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.023535 10.0.0.129 - - [2025-11-10 01:49:19] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001365 10.0.0.129 - - [2025-11-10 01:49:19] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?fields=virtual_networks HTTP/1.1" 200 1024 0.064638 10.0.0.129 - - [2025-11-10 01:49:19] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001045 10.0.0.129 - - [2025-11-10 01:49:19] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.025613 10.0.0.129 - - [2025-11-10 01:49:19] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001318 10.0.0.129 - - [2025-11-10 01:49:19] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?fields=security_groups HTTP/1.1" 200 1245 0.026790 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:49:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000974 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:49:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001221 10.0.0.129 - - [2025-11-10 01:49:21] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2415 0.004186 10.0.0.129 - - [2025-11-10 01:49:21] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.011251 10.0.0.129 - - [2025-11-10 01:49:21] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001165 10.0.0.129 - - [2025-11-10 01:49:21] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.029156 10.0.0.129 - - [2025-11-10 01:49:21] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001255 10.0.0.129 - - [2025-11-10 01:49:21] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?fields=virtual_networks HTTP/1.1" 200 1024 0.078908 10.0.0.129 - - [2025-11-10 01:49:21] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001105 10.0.0.129 - - [2025-11-10 01:49:21] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024009 10.0.0.129 - - [2025-11-10 01:49:21] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001567 10.0.0.129 - - [2025-11-10 01:49:21] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?fields=security_groups HTTP/1.1" 200 1245 0.025093 10.0.0.129 - - [2025-11-10 01:49:22] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001591 10.0.0.129 - - [2025-11-10 01:49:22] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.007997 10.0.0.129 - - [2025-11-10 01:49:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.028968 10.0.0.129 - - [2025-11-10 01:49:22] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002219 10.0.0.129 - - [2025-11-10 01:49:22] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001170 10.0.0.129 - - [2025-11-10 01:49:22] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006268 10.0.0.129 - - [2025-11-10 01:49:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.002240 10.0.0.129 - - [2025-11-10 01:49:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.002706 10.0.0.129 - - [2025-11-10 01:49:22] "POST /security-groups HTTP/1.1" 200 583 0.063930 10.0.0.129 - - [2025-11-10 01:49:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.002766 10.0.0.129 - - [2025-11-10 01:49:22] "POST /projects HTTP/1.1" 200 577 0.222835 10.0.0.129 - - [2025-11-10 01:49:22] "POST /access-control-lists HTTP/1.1" 200 598 0.062565 10.0.0.129 - - [2025-11-10 01:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.302506 10.0.0.129 - - [2025-11-10 01:49:22] "POST /fqname-to-id HTTP/1.1" 404 231 0.002608 10.0.0.129 - - [2025-11-10 01:49:22] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.429216 10.0.0.129 - - [2025-11-10 01:49:22] "POST /access-control-lists HTTP/1.1" 200 596 0.064569 10.0.0.129 - - [2025-11-10 01:49:24] "GET / HTTP/1.1" 200 36499 0.001854 10.0.0.129 - - [2025-11-10 01:49:26] "POST /fqname-to-id HTTP/1.1" 401 297 0.000606 10.0.0.129 - - [2025-11-10 01:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.028736 10.0.0.129 - - [2025-11-10 01:49:26] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002872 10.0.0.129 - - [2025-11-10 01:49:26] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003276 10.0.0.129 - - [2025-11-10 01:49:26] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003200 10.0.0.129 - - [2025-11-10 01:49:26] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.008842 10.0.0.129 - - [2025-11-10 01:49:26] "GET /aaa-mode HTTP/1.1" 200 128 0.001073 10.0.0.129 - - [2025-11-10 01:49:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.025528 10.0.0.129 - - [2025-11-10 01:49:27] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002408 10.0.0.129 - - [2025-11-10 01:49:27] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001311 10.0.0.129 - - [2025-11-10 01:49:27] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006274 10.0.0.129 - - [2025-11-10 01:49:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.001827 10.0.0.129 - - [2025-11-10 01:49:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.003502 10.0.0.129 - - [2025-11-10 01:49:27] "POST /security-groups HTTP/1.1" 200 583 0.060559 10.0.0.129 - - [2025-11-10 01:49:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.002663 10.0.0.129 - - [2025-11-10 01:49:27] "POST /projects HTTP/1.1" 200 577 0.210423 10.0.0.129 - - [2025-11-10 01:49:27] "POST /access-control-lists HTTP/1.1" 200 598 0.062206 10.0.0.129 - - [2025-11-10 01:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.285333 10.0.0.129 - - [2025-11-10 01:49:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.003122 10.0.0.129 - - [2025-11-10 01:49:27] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.413463 10.0.0.129 - - [2025-11-10 01:49:27] "POST /access-control-lists HTTP/1.1" 200 596 0.060523 10.0.0.129 - - [2025-11-10 01:49:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.027389 10.0.0.129 - - [2025-11-10 01:49:28] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002768 10.0.0.129 - - [2025-11-10 01:49:28] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001066 10.0.0.129 - - [2025-11-10 01:49:28] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006329 10.0.0.129 - - [2025-11-10 01:49:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.001310 10.0.0.129 - - [2025-11-10 01:49:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003164 10.0.0.129 - - [2025-11-10 01:49:28] "POST /security-groups HTTP/1.1" 200 583 0.060245 10.0.0.129 - - [2025-11-10 01:49:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.004148 10.0.0.129 - - [2025-11-10 01:49:28] "POST /projects HTTP/1.1" 200 577 0.204459 10.0.0.129 - - [2025-11-10 01:49:28] "POST /access-control-lists HTTP/1.1" 200 598 0.056272 10.0.0.129 - - [2025-11-10 01:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.278654 10.0.0.129 - - [2025-11-10 01:49:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.002746 10.0.0.129 - - [2025-11-10 01:49:28] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.406382 10.0.0.129 - - [2025-11-10 01:49:28] "POST /access-control-lists HTTP/1.1" 200 596 0.060119 10.0.0.129 - - [2025-11-10 01:49:29] "GET / HTTP/1.1" 200 36499 0.001777 10.0.0.129 - - [2025-11-10 01:49:29] "GET /obj-perms HTTP/1.1" 200 6402 0.053902 10.0.0.129 - - [2025-11-10 01:49:29] "GET /obj-perms HTTP/1.1" 200 6402 0.059431 10.0.0.129 - - [2025-11-10 01:49:30] "GET / HTTP/1.1" 200 36499 0.002435 10.0.0.129 - - [2025-11-10 01:49:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.002821 10.0.0.129 - - [2025-11-10 01:49:30] "POST /api-access-lists HTTP/1.1" 200 523 0.012900 10.0.0.129 - - [2025-11-10 01:49:30] "GET /api-access-list/46f9450a-6616-46fa-ab8c-750a439aa449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004699 10.0.0.129 - - [2025-11-10 01:49:30] "GET /api-access-list/46f9450a-6616-46fa-ab8c-750a439aa449 HTTP/1.1" 401 297 0.000435 10.0.0.129 - - [2025-11-10 01:49:30] "GET /api-access-list/46f9450a-6616-46fa-ab8c-750a439aa449 HTTP/1.1" 200 1291 0.028682 10.0.0.129 - - [2025-11-10 01:49:31] "POST /fqname-to-id HTTP/1.1" 401 297 0.000489 10.0.0.129 - - [2025-11-10 01:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.043908 10.0.0.129 - - [2025-11-10 01:49:31] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.129 - - [2025-11-10 01:49:31] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035999 10.0.0.129 - - [2025-11-10 01:49:31] "GET /virtual-networks?parent_id=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010703 10.0.0.129 - - [2025-11-10 01:49:31] "POST /virtual-networks HTTP/1.1" 200 585 0.050581 10.0.0.129 - - [2025-11-10 01:49:31] "POST /route-targets HTTP/1.1" 200 329 0.009042 10.0.0.129 - - [2025-11-10 01:49:31] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.129 - - [2025-11-10 01:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011116 10.0.0.129 - - [2025-11-10 01:49:31] "GET /network-ipam/9be1d978-0e67-431e-8f8d-74b24a4e9a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.011149 10.0.0.129 - - [2025-11-10 01:49:31] "POST /useragent-kv HTTP/1.1" 200 115 0.010544 10.0.0.129 - - [2025-11-10 01:49:31] "POST /ref-update HTTP/1.1" 200 156 0.055254 252.129.8.79 - - [2025-11-10 01:49:31] "POST /neutron/network HTTP/1.1" 200 846 0.045913 252.129.8.79 - - [2025-11-10 01:49:32] "POST /neutron/network HTTP/1.1" 200 846 0.021150 10.0.0.129 - - [2025-11-10 01:49:32] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013975 252.129.8.79 - - [2025-11-10 01:49:32] "POST /neutron/network HTTP/1.1" 200 846 0.020393 252.129.8.79 - - [2025-11-10 01:49:32] "POST /neutron/subnet HTTP/1.1" 200 676 0.027086 10.0.0.129 - - [2025-11-10 01:49:32] "POST /fqname-to-id HTTP/1.1" 401 297 0.000489 10.0.0.129 - - [2025-11-10 01:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.036692 10.0.0.129 - - [2025-11-10 01:49:32] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001316 10.0.0.129 - - [2025-11-10 01:49:32] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036802 10.0.0.129 - - [2025-11-10 01:49:32] "GET /virtual-networks?parent_id=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011051 10.0.0.129 - - [2025-11-10 01:49:32] "POST /virtual-networks HTTP/1.1" 200 585 0.056147 10.0.0.129 - - [2025-11-10 01:49:32] "POST /route-targets HTTP/1.1" 200 329 0.008636 10.0.0.129 - - [2025-11-10 01:49:32] "POST /ref-update HTTP/1.1" 200 156 0.012250 10.0.0.129 - - [2025-11-10 01:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.011994 10.0.0.129 - - [2025-11-10 01:49:32] "GET /network-ipam/9be1d978-0e67-431e-8f8d-74b24a4e9a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.012276 10.0.0.129 - - [2025-11-10 01:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004543 10.0.0.129 - - [2025-11-10 01:49:33] "POST /ref-update HTTP/1.1" 200 156 0.052224 252.129.8.79 - - [2025-11-10 01:49:33] "POST /neutron/network HTTP/1.1" 200 847 0.047004 252.129.8.79 - - [2025-11-10 01:49:33] "POST /neutron/network HTTP/1.1" 200 847 0.020685 10.0.0.129 - - [2025-11-10 01:49:33] "GET /virtual-network/15209d97-613d-4924-a36d-c83aa6fb63e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.012895 252.129.8.79 - - [2025-11-10 01:49:33] "POST /neutron/network HTTP/1.1" 200 847 0.016410 252.129.8.79 - - [2025-11-10 01:49:33] "POST /neutron/subnet HTTP/1.1" 200 681 0.024652 10.0.0.129 - - [2025-11-10 01:49:33] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 401 297 0.000556 10.0.0.129 - - [2025-11-10 01:49:33] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 200 2314 0.039602 10.0.0.129 - - [2025-11-10 01:49:33] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 401 297 0.000386 10.0.0.129 - - [2025-11-10 01:49:34] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 403 366 0.033079 10.0.0.129 - - [2025-11-10 01:49:34] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 200 2314 0.004709 10.0.0.129 - - [2025-11-10 01:49:34] "GET /virtual-networks HTTP/1.1" 200 371 0.016840 10.0.0.129 - - [2025-11-10 01:49:34] "GET /virtual-networks HTTP/1.1" 200 371 0.017302 10.0.0.129 - - [2025-11-10 01:49:34] "GET /obj-perms HTTP/1.1" 403 257 0.052765 10.0.0.129 - - [2025-11-10 01:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.129 - - [2025-11-10 01:49:34] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013063 10.0.0.129 - - [2025-11-10 01:49:35] "GET /obj-perms HTTP/1.1" 403 257 0.031639 10.0.0.129 - - [2025-11-10 01:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.129 - - [2025-11-10 01:49:35] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.008675 10.0.0.129 - - [2025-11-10 01:49:35] "GET /obj-perms HTTP/1.1" 200 6449 0.050442 10.0.0.129 - - [2025-11-10 01:49:36] "GET /obj-perms HTTP/1.1" 403 257 0.008345 10.0.0.129 - - [2025-11-10 01:49:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016423 10.0.0.129 - - [2025-11-10 01:49:36] "GET /obj-perms HTTP/1.1" 403 257 0.007953 10.0.0.129 - - [2025-11-10 01:49:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016203 10.0.0.129 - - [2025-11-10 01:49:36] "GET /obj-perms HTTP/1.1" 200 6449 0.001712 10.0.0.129 - - [2025-11-10 01:49:36] "PUT /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 200 266 0.026317 10.0.0.129 - - [2025-11-10 01:49:36] "GET /virtual-networks HTTP/1.1" 200 132 0.017823 10.0.0.129 - - [2025-11-10 01:49:36] "GET /virtual-networks HTTP/1.1" 200 611 0.016321 10.0.0.129 - - [2025-11-10 01:49:36] "GET /virtual-networks HTTP/1.1" 200 1437 0.003274 10.0.0.129 - - [2025-11-10 01:49:36] "GET /obj-perms HTTP/1.1" 403 257 0.008649 10.0.0.129 - - [2025-11-10 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.129 - - [2025-11-10 01:49:36] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.008361 10.0.0.129 - - [2025-11-10 01:49:36] "GET /obj-perms HTTP/1.1" 403 257 0.032283 10.0.0.129 - - [2025-11-10 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.129 - - [2025-11-10 01:49:37] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.010863 10.0.0.129 - - [2025-11-10 01:49:37] "GET /obj-perms HTTP/1.1" 403 257 0.007828 10.0.0.129 - - [2025-11-10 01:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.129 - - [2025-11-10 01:49:37] "GET /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.012285 10.0.0.129 - - [2025-11-10 01:49:37] "GET /obj-perms HTTP/1.1" 200 6449 0.001759 10.0.0.129 - - [2025-11-10 01:49:37] "GET /obj-perms HTTP/1.1" 403 257 0.008648 10.0.0.129 - - [2025-11-10 01:49:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015931 10.0.0.129 - - [2025-11-10 01:49:37] "GET /obj-perms HTTP/1.1" 403 257 0.007680 10.0.0.129 - - [2025-11-10 01:49:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.016423 10.0.0.129 - - [2025-11-10 01:49:37] "GET /obj-perms HTTP/1.1" 200 6449 0.001766 10.0.0.129 - - [2025-11-10 01:49:37] "PUT /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 200 266 0.030982 10.0.0.129 - - [2025-11-10 01:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.129 - - [2025-11-10 01:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003155 10.0.0.129 - - [2025-11-10 01:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.129 - - [2025-11-10 01:49:37] "DELETE /virtual-network/15209d97-613d-4924-a36d-c83aa6fb63e5 HTTP/1.1" 200 115 0.074549 10.0.0.129 - - [2025-11-10 01:49:37] "DELETE /route-target/e6b38e28-c52c-4769-bb44-e44d64bc0bd3 HTTP/1.1" 200 115 0.018982 10.0.0.129 - - [2025-11-10 01:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003644 10.0.0.129 - - [2025-11-10 01:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.129 - - [2025-11-10 01:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003087 10.0.0.129 - - [2025-11-10 01:49:37] "DELETE /virtual-network/6b801b08-dc97-4932-81eb-83dc1a132990 HTTP/1.1" 200 115 0.076967 10.0.0.129 - - [2025-11-10 01:49:37] "DELETE /route-target/04b9fefb-e0bd-42db-b8b1-a385ad17bacb HTTP/1.1" 200 115 0.021806 10.0.0.129 - - [2025-11-10 01:49:37] "DELETE /api-access-list/46f9450a-6616-46fa-ab8c-750a439aa449 HTTP/1.1" 200 115 0.028276 10.0.0.129 - - [2025-11-10 01:49:37] "GET /api-access-list/46f9450a-6616-46fa-ab8c-750a439aa449 HTTP/1.1" 404 171 0.003148 10.0.0.129 - - [2025-11-10 01:49:38] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.129 - - [2025-11-10 01:49:38] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037333 10.0.0.129 - - [2025-11-10 01:49:38] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001415 10.0.0.129 - - [2025-11-10 01:49:38] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?fields=virtual_networks HTTP/1.1" 200 1033 0.044470 10.0.0.129 - - [2025-11-10 01:49:38] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001237 10.0.0.129 - - [2025-11-10 01:49:38] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043502 10.0.0.129 - - [2025-11-10 01:49:38] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005315 10.0.0.129 - - [2025-11-10 01:49:38] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?fields=security_groups HTTP/1.1" 200 1259 0.051805 10.0.0.129 - - [2025-11-10 01:49:39] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001371 10.0.0.129 - - [2025-11-10 01:49:39] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057044 10.0.0.129 - - [2025-11-10 01:49:39] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001196 10.0.0.129 - - [2025-11-10 01:49:39] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?fields=virtual_networks HTTP/1.1" 200 1035 0.044156 10.0.0.129 - - [2025-11-10 01:49:39] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001591 10.0.0.129 - - [2025-11-10 01:49:39] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044231 10.0.0.129 - - [2025-11-10 01:49:39] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001437 10.0.0.129 - - [2025-11-10 01:49:39] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?fields=security_groups HTTP/1.1" 200 1261 0.054094 10.0.0.129 - - [2025-11-10 01:49:40] "GET /aaa-mode HTTP/1.1" 200 128 0.001115 10.0.0.129 - - [2025-11-10 01:49:41] "GET / HTTP/1.1" 200 36499 0.001408 10.0.0.129 - - [2025-11-10 01:49:42] "GET / HTTP/1.1" 200 36499 0.007266 10.0.0.129 - - [2025-11-10 01:49:42] "POST /fqname-to-id HTTP/1.1" 401 297 0.000531 10.0.0.129 - - [2025-11-10 01:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.079325 10.0.0.129 - - [2025-11-10 01:49:42] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001564 10.0.0.129 - - [2025-11-10 01:49:42] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036170 10.0.0.129 - - [2025-11-10 01:49:42] "GET /virtual-networks?parent_id=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009542 10.0.0.129 - - [2025-11-10 01:49:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.008490 10.0.0.129 - - [2025-11-10 01:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010301 10.0.0.129 - - [2025-11-10 01:49:43] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001297 10.0.0.129 - - [2025-11-10 01:49:43] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.015023 10.0.0.129 - - [2025-11-10 01:49:43] "POST /service-templates HTTP/1.1" 403 264 0.007686 10.0.0.129 - - [2025-11-10 01:49:43] "POST /fqname-to-id HTTP/1.1" 404 213 0.003435 10.0.0.129 - - [2025-11-10 01:49:43] "POST /api-access-lists HTTP/1.1" 200 557 0.017664 10.0.0.129 - - [2025-11-10 01:49:43] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.006113 10.0.0.129 - - [2025-11-10 01:49:43] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 200 1326 0.004714 10.0.0.129 - - [2025-11-10 01:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.013236 10.0.0.129 - - [2025-11-10 01:49:43] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001305 10.0.0.129 - - [2025-11-10 01:49:43] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044510 10.0.0.129 - - [2025-11-10 01:49:43] "GET /virtual-networks?parent_id=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012952 10.0.0.129 - - [2025-11-10 01:49:43] "POST /virtual-networks HTTP/1.1" 200 585 0.064881 10.0.0.129 - - [2025-11-10 01:49:43] "POST /route-targets HTTP/1.1" 200 329 0.012525 10.0.0.129 - - [2025-11-10 01:49:43] "POST /ref-update HTTP/1.1" 200 156 0.013158 10.0.0.129 - - [2025-11-10 01:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.017618 10.0.0.129 - - [2025-11-10 01:49:43] "GET /network-ipam/9be1d978-0e67-431e-8f8d-74b24a4e9a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.009947 10.0.0.129 - - [2025-11-10 01:49:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011423 10.0.0.129 - - [2025-11-10 01:49:43] "POST /ref-update HTTP/1.1" 200 156 0.077602 252.129.8.79 - - [2025-11-10 01:49:43] "POST /neutron/network HTTP/1.1" 200 844 0.053399 252.129.8.79 - - [2025-11-10 01:49:44] "POST /neutron/network HTTP/1.1" 200 844 0.035459 10.0.0.129 - - [2025-11-10 01:49:44] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.014639 252.129.8.79 - - [2025-11-10 01:49:44] "POST /neutron/network HTTP/1.1" 200 844 0.019523 252.129.8.79 - - [2025-11-10 01:49:44] "POST /neutron/subnet HTTP/1.1" 200 669 0.027708 252.129.8.79 - - [2025-11-10 01:49:44] "POST /neutron/network HTTP/1.1" 200 844 0.030021 10.0.0.129 - - [2025-11-10 01:49:44] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005842 10.0.0.129 - - [2025-11-10 01:49:44] "GET /network-ipam/9be1d978-0e67-431e-8f8d-74b24a4e9a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.003268 10.0.0.129 - - [2025-11-10 01:49:44] "GET /domains HTTP/1.1" 200 440 0.003056 10.0.0.129 - - [2025-11-10 01:49:44] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001092 10.0.0.129 - - [2025-11-10 01:49:44] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 2224 0.006780 10.0.0.129 - - [2025-11-10 01:49:44] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.129 - - [2025-11-10 01:49:44] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059 HTTP/1.1" 200 2355 0.027317 10.0.0.129 - - [2025-11-10 01:49:44] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.006411 10.0.0.129 - - [2025-11-10 01:49:44] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.005070 10.0.0.129 - - [2025-11-10 01:49:44] "GET /routing-instance/27bfe90d-a09d-4ecf-960f-0ead8b6d34f1 HTTP/1.1" 200 1559 0.004555 10.0.0.129 - - [2025-11-10 01:49:44] "GET /routing-instance/27bfe90d-a09d-4ecf-960f-0ead8b6d34f1 HTTP/1.1" 200 1559 0.003703 10.0.0.129 - - [2025-11-10 01:49:44] "GET /route-target/ebc6c3dc-4568-45b4-8ea3-d963908dc925 HTTP/1.1" 200 1247 0.003396 10.0.0.129 - - [2025-11-10 01:49:44] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.005991 10.0.0.129 - - [2025-11-10 01:49:45] "GET /routing-instance/27bfe90d-a09d-4ecf-960f-0ead8b6d34f1 HTTP/1.1" 200 1559 0.003904 10.0.0.129 - - [2025-11-10 01:49:45] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005121 10.0.0.129 - - [2025-11-10 01:49:45] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.007131 10.0.0.129 - - [2025-11-10 01:49:45] "GET /routing-instance/27bfe90d-a09d-4ecf-960f-0ead8b6d34f1 HTTP/1.1" 200 1559 0.004080 10.0.0.129 - - [2025-11-10 01:49:45] "GET /routing-instance/27bfe90d-a09d-4ecf-960f-0ead8b6d34f1 HTTP/1.1" 200 1559 0.003419 10.0.0.129 - - [2025-11-10 01:49:45] "GET /route-target/ebc6c3dc-4568-45b4-8ea3-d963908dc925 HTTP/1.1" 200 1247 0.003398 10.0.0.129 - - [2025-11-10 01:49:45] "GET /domains HTTP/1.1" 200 440 0.002544 10.0.0.129 - - [2025-11-10 01:49:45] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001021 10.0.0.129 - - [2025-11-10 01:49:45] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878 HTTP/1.1" 200 2224 0.006558 10.0.0.129 - - [2025-11-10 01:49:45] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001440 10.0.0.129 - - [2025-11-10 01:49:45] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059 HTTP/1.1" 200 2355 0.022450 10.0.0.129 - - [2025-11-10 01:49:45] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.004836 10.0.0.129 - - [2025-11-10 01:49:45] "GET /obj-perms HTTP/1.1" 200 6449 0.001672 10.0.0.129 - - [2025-11-10 01:49:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.008500 10.0.0.129 - - [2025-11-10 01:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008012 10.0.0.129 - - [2025-11-10 01:49:45] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001606 10.0.0.129 - - [2025-11-10 01:49:45] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.014249 10.0.0.129 - - [2025-11-10 01:49:45] "POST /service-templates HTTP/1.1" 403 264 0.008235 10.0.0.129 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.002893 10.0.0.129 - - [2025-11-10 01:49:46] "POST /api-access-lists HTTP/1.1" 200 523 0.015531 10.0.0.129 - - [2025-11-10 01:49:46] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003980 10.0.0.129 - - [2025-11-10 01:49:46] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 200 1293 0.003219 10.0.0.129 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.010414 10.0.0.129 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009331 10.0.0.129 - - [2025-11-10 01:49:46] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001112 10.0.0.129 - - [2025-11-10 01:49:46] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.014098 10.0.0.129 - - [2025-11-10 01:49:46] "POST /service-templates HTTP/1.1" 200 553 0.025602 10.0.0.129 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012851 10.0.0.129 - - [2025-11-10 01:49:46] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.010919 10.0.0.129 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010059 10.0.0.129 - - [2025-11-10 01:49:46] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.016584 10.0.0.129 - - [2025-11-10 01:49:46] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 401 297 0.000622 10.0.0.129 - - [2025-11-10 01:49:46] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 403 263 0.032973 10.0.0.129 - - [2025-11-10 01:49:47] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.009647 10.0.0.129 - - [2025-11-10 01:49:47] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.031737 10.0.0.129 - - [2025-11-10 01:49:47] "GET /obj-perms HTTP/1.1" 403 257 0.035084 10.0.0.129 - - [2025-11-10 01:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.129 - - [2025-11-10 01:49:47] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008446 10.0.0.129 - - [2025-11-10 01:49:48] "GET /obj-perms HTTP/1.1" 403 257 0.008590 10.0.0.129 - - [2025-11-10 01:49:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008793 10.0.0.129 - - [2025-11-10 01:49:48] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.003196 10.0.0.129 - - [2025-11-10 01:49:48] "PUT /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 200 266 0.007366 10.0.0.129 - - [2025-11-10 01:49:48] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 200 1463 0.003490 10.0.0.129 - - [2025-11-10 01:49:48] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.014043 10.0.0.129 - - [2025-11-10 01:49:48] "POST /fqname-to-id HTTP/1.1" 401 297 0.000667 10.0.0.129 - - [2025-11-10 01:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.034157 10.0.0.129 - - [2025-11-10 01:49:48] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.129 - - [2025-11-10 01:49:48] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030435 10.0.0.129 - - [2025-11-10 01:49:48] "GET /virtual-networks?parent_id=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014129 10.0.0.129 - - [2025-11-10 01:49:48] "POST /virtual-networks HTTP/1.1" 403 263 0.009241 10.0.0.129 - - [2025-11-10 01:49:48] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.008600 10.0.0.129 - - [2025-11-10 01:49:49] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.038906 10.0.0.129 - - [2025-11-10 01:49:49] "GET /obj-perms HTTP/1.1" 403 257 0.009116 10.0.0.129 - - [2025-11-10 01:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.129 - - [2025-11-10 01:49:49] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.012948 10.0.0.129 - - [2025-11-10 01:49:49] "GET /obj-perms HTTP/1.1" 403 257 0.008252 10.0.0.129 - - [2025-11-10 01:49:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017507 10.0.0.129 - - [2025-11-10 01:49:49] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003293 10.0.0.129 - - [2025-11-10 01:49:49] "PUT /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 200 266 0.009184 10.0.0.129 - - [2025-11-10 01:49:49] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 200 1431 0.003160 10.0.0.129 - - [2025-11-10 01:49:49] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 200 1856 0.011772 10.0.0.129 - - [2025-11-10 01:49:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.010061 10.0.0.129 - - [2025-11-10 01:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011208 10.0.0.129 - - [2025-11-10 01:49:49] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002013 10.0.0.129 - - [2025-11-10 01:49:49] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.021395 10.0.0.129 - - [2025-11-10 01:49:49] "POST /service-templates HTTP/1.1" 403 264 0.009070 10.0.0.129 - - [2025-11-10 01:49:49] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.003185 10.0.0.129 - - [2025-11-10 01:49:49] "PUT /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 200 266 0.008037 10.0.0.129 - - [2025-11-10 01:49:49] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 200 1326 0.003291 10.0.0.129 - - [2025-11-10 01:49:50] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004017 10.0.0.129 - - [2025-11-10 01:49:50] "PUT /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 200 266 0.009596 10.0.0.129 - - [2025-11-10 01:49:50] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 200 1293 0.004390 10.0.0.129 - - [2025-11-10 01:49:50] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 403 263 0.008196 10.0.0.129 - - [2025-11-10 01:49:50] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 403 263 0.034416 10.0.0.129 - - [2025-11-10 01:49:50] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.009060 10.0.0.129 - - [2025-11-10 01:49:50] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.034135 10.0.0.129 - - [2025-11-10 01:49:51] "GET /obj-perms HTTP/1.1" 403 257 0.009044 10.0.0.129 - - [2025-11-10 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.129 - - [2025-11-10 01:49:51] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008105 10.0.0.129 - - [2025-11-10 01:49:51] "GET /obj-perms HTTP/1.1" 403 257 0.032703 10.0.0.129 - - [2025-11-10 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.129 - - [2025-11-10 01:49:51] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008919 10.0.0.129 - - [2025-11-10 01:49:51] "GET /obj-perms HTTP/1.1" 403 257 0.008444 10.0.0.129 - - [2025-11-10 01:49:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007086 10.0.0.129 - - [2025-11-10 01:49:51] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2415 0.003522 10.0.0.129 - - [2025-11-10 01:49:51] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.008180 10.0.0.129 - - [2025-11-10 01:49:51] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 200 1856 0.012315 10.0.0.129 - - [2025-11-10 01:49:51] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.016569 10.0.0.129 - - [2025-11-10 01:49:51] "GET /obj-perms HTTP/1.1" 403 257 0.010349 10.0.0.129 - - [2025-11-10 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.129 - - [2025-11-10 01:49:51] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.016207 10.0.0.129 - - [2025-11-10 01:49:52] "GET /obj-perms HTTP/1.1" 403 257 0.008205 10.0.0.129 - - [2025-11-10 01:49:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016573 10.0.0.129 - - [2025-11-10 01:49:52] "DELETE /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 200 115 0.020747 10.0.0.129 - - [2025-11-10 01:49:52] "GET /api-access-list/ebce0a18-4579-45c4-ad96-80658eb6b2bc HTTP/1.1" 404 171 0.002587 10.0.0.129 - - [2025-11-10 01:49:52] "DELETE /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 200 115 0.019258 10.0.0.129 - - [2025-11-10 01:49:52] "GET /api-access-list/bce7087c-24dc-4cab-8dc3-c4951dd298ac HTTP/1.1" 404 171 0.005101 10.0.0.129 - - [2025-11-10 01:49:52] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 401 297 0.000391 10.0.0.129 - - [2025-11-10 01:49:52] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 403 263 0.034129 10.0.0.129 - - [2025-11-10 01:49:52] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.007050 10.0.0.129 - - [2025-11-10 01:49:53] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 403 264 0.030746 10.0.0.129 - - [2025-11-10 01:49:53] "GET /obj-perms HTTP/1.1" 403 257 0.031515 10.0.0.129 - - [2025-11-10 01:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002168 10.0.0.129 - - [2025-11-10 01:49:53] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006836 10.0.0.129 - - [2025-11-10 01:49:53] "GET /obj-perms HTTP/1.1" 403 257 0.006644 10.0.0.129 - - [2025-11-10 01:49:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005560 10.0.0.129 - - [2025-11-10 01:49:53] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.003330 10.0.0.129 - - [2025-11-10 01:49:53] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.007725 10.0.0.129 - - [2025-11-10 01:49:53] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 2310 0.012139 10.0.0.129 - - [2025-11-10 01:49:53] "GET /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 200 1856 0.010950 10.0.0.129 - - [2025-11-10 01:49:54] "GET /obj-perms HTTP/1.1" 403 257 0.007324 10.0.0.129 - - [2025-11-10 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.129 - - [2025-11-10 01:49:54] "GET /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011831 10.0.0.129 - - [2025-11-10 01:49:54] "GET /obj-perms HTTP/1.1" 403 257 0.006603 10.0.0.129 - - [2025-11-10 01:49:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014113 10.0.0.129 - - [2025-11-10 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009184 10.0.0.129 - - [2025-11-10 01:49:54] "DELETE /service-template/99042186-2570-417c-9263-77129b5ab9f1 HTTP/1.1" 200 115 0.020956 10.0.0.129 - - [2025-11-10 01:49:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.010825 10.0.0.129 - - [2025-11-10 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.129 - - [2025-11-10 01:49:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.129 - - [2025-11-10 01:49:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001886 10.0.0.129 - - [2025-11-10 01:49:54] "DELETE /virtual-network/269a4987-8f38-4004-81ad-4599e8aa7520 HTTP/1.1" 200 115 0.071505 10.0.0.129 - - [2025-11-10 01:49:54] "DELETE /route-target/ebc6c3dc-4568-45b4-8ea3-d963908dc925 HTTP/1.1" 200 115 0.018352 10.0.0.129 - - [2025-11-10 01:49:54] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.003767 10.0.0.129 - - [2025-11-10 01:49:54] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.009592 10.0.0.129 - - [2025-11-10 01:49:54] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.003713 10.0.0.129 - - [2025-11-10 01:49:54] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.008138 10.0.0.129 - - [2025-11-10 01:49:55] "GET /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2415 0.003628 10.0.0.129 - - [2025-11-10 01:49:55] "PUT /api-access-list/ab4ec97a-bbc8-46d3-a3c5-18a96247a8cc HTTP/1.1" 200 266 0.007332 10.0.0.129 - - [2025-11-10 01:49:55] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001323 10.0.0.129 - - [2025-11-10 01:49:55] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021595 10.0.0.129 - - [2025-11-10 01:49:55] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.129 - - [2025-11-10 01:49:55] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?fields=virtual_networks HTTP/1.1" 200 1035 0.069624 10.0.0.129 - - [2025-11-10 01:49:56] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001198 10.0.0.129 - - [2025-11-10 01:49:56] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028126 10.0.0.129 - - [2025-11-10 01:49:56] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001546 10.0.0.129 - - [2025-11-10 01:49:56] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?fields=security_groups HTTP/1.1" 200 1261 0.026132 10.0.0.129 - - [2025-11-10 01:49:56] "GET /projects?obj_uuids=79dc5c1e-fe28-4511-a07e-0cc890c8057d&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001231 10.0.0.129 - - [2025-11-10 01:49:56] "GET /project/79dc5c1e-fe28-4511-a07e-0cc890c8057d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.023915 Traceback (most recent call last): File "src/gevent/greenlet.py", line 900, in gevent._gevent_cgreenlet.Greenlet.run File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/server.py", line 209, in wrap_socket_and_handle with _closing_socket(self.wrap_socket(client_socket, **self.ssl_args)) as ssl_socket: File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 870, in wrap_socket return SSLSocket(sock=sock, keyfile=keyfile, certfile=certfile, File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 351, in __init__ self.do_handshake() File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 740, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1147) 2025-11-10T01:49:57Z failed with SSLError [Introspect:8084]10.0.0.129 - - [2025-11-10 01:49:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001070 10.0.0.129 - - [2025-11-10 01:49:58] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001092 10.0.0.129 - - [2025-11-10 01:49:58] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 945 0.006631 10.0.0.129 - - [2025-11-10 01:49:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.028673 10.0.0.129 - - [2025-11-10 01:49:58] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002283 10.0.0.129 - - [2025-11-10 01:49:58] "GET /domains?obj_uuids=ac1d6412-51c4-40dc-abeb-d81d08131878&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.000984 10.0.0.129 - - [2025-11-10 01:49:58] "GET /domain/ac1d6412-51c4-40dc-abeb-d81d08131878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 975 0.006235 10.0.0.129 - - [2025-11-10 01:49:58] "POST /id-to-fqname HTTP/1.1" 200 184 0.001851 10.0.0.129 - - [2025-11-10 01:49:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003705 10.0.0.129 - - [2025-11-10 01:49:58] "POST /security-groups HTTP/1.1" 200 579 0.060209 10.0.0.129 - - [2025-11-10 01:49:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002543 10.0.0.129 - - [2025-11-10 01:49:58] "POST /projects HTTP/1.1" 200 569 0.207121 10.0.0.129 - - [2025-11-10 01:49:58] "POST /access-control-lists HTTP/1.1" 200 594 0.057676 10.0.0.129 - - [2025-11-10 01:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.277229 10.0.0.129 - - [2025-11-10 01:49:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.002738 10.0.0.129 - - [2025-11-10 01:49:58] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.402257 10.0.0.129 - - [2025-11-10 01:49:58] "POST /access-control-lists HTTP/1.1" 200 592 0.056689 10.0.0.129 - - [2025-11-10 01:50:00] "GET / HTTP/1.1" 200 36499 0.002664 10.0.0.129 - - [2025-11-10 01:50:00] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001041 10.0.0.129 - - [2025-11-10 01:50:00] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.024340 10.0.0.129 - - [2025-11-10 01:50:00] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001227 10.0.0.129 - - [2025-11-10 01:50:00] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?fields=virtual_networks HTTP/1.1" 200 1026 0.073542 10.0.0.129 - - [2025-11-10 01:50:00] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001038 10.0.0.129 - - [2025-11-10 01:50:00] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.022059 10.0.0.129 - - [2025-11-10 01:50:00] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001580 10.0.0.129 - - [2025-11-10 01:50:00] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?fields=security_groups HTTP/1.1" 200 1248 0.029867 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /project/06bfdea8fc3849859312a8c896674406 HTTP/1.1" 404 173 0.031300 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /project/d314ab03e949427f8291ff609eabcbfe HTTP/1.1" 404 173 0.026704 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /project/927f44a4720b4a4e94a58aca95895f69 HTTP/1.1" 404 173 0.024099 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001050 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /project/ab8c032226c94415b6bbf236f26f5059 HTTP/1.1" 404 173 0.021514 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000943 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001013 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000855 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.003645 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.112212 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.113154 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.125684 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000843 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.120347 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.120926 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.135302 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.159481 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?fields=security_groups HTTP/1.1" 200 1338 0.105900 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?fields=security_groups HTTP/1.1" 200 1351 0.111953 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001606 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000994 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?fields=security_groups HTTP/1.1" 200 1349 0.141694 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001042 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?fields=security_groups HTTP/1.1" 200 1335 0.096884 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?fields=security_groups HTTP/1.1" 200 1351 0.125526 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?fields=security_groups HTTP/1.1" 200 1336 0.112302 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?fields=security_groups HTTP/1.1" 200 1335 0.139593 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/b1342d1e-4cb3-48da-adb6-176871922c47 HTTP/1.1" 200 115 0.198481 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /access-control-list/7a19aa14-451e-4bc2-a1f2-8c8425c62cf5 HTTP/1.1" 200 115 0.073609 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=d314ab03-e949-427f-8291-ff609eabcbfe&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001019 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/8da7a7b9-b666-4c42-a175-20a75eb34c4c HTTP/1.1" 200 115 0.189560 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=927f44a4-720b-4a4e-94a5-8aca95895f69&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/20ad2d9e-238d-4ad6-84d8-7164fdb43343 HTTP/1.1" 200 115 0.185048 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/bca9a293-71e4-4944-b2e5-043053f10c70 HTTP/1.1" 200 115 0.183233 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=06bfdea8-fc38-4985-9312-a8c896674406&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001539 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/d314ab03-e949-427f-8291-ff609eabcbfe?fields=application_policy_sets HTTP/1.1" 200 1377 0.063438 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=f8ab4530-e275-447c-8486-ba7ee878e3cd&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001043 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/4a421db5-8336-4335-97f2-48ff1d14bfa3 HTTP/1.1" 200 115 0.196040 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /access-control-list/7e19cc0d-25f6-4b1f-b2c5-d7cfccd79e0e HTTP/1.1" 200 115 0.097173 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=ab8c0322-26c9-4415-b6bb-f236f26f5059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002904 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/06bfdea8-fc38-4985-9312-a8c896674406?fields=application_policy_sets HTTP/1.1" 200 1388 0.059567 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/5c123f23-bed4-4068-a055-ee322b1c19a0 HTTP/1.1" 200 115 0.200438 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/927f44a4-720b-4a4e-94a5-8aca95895f69?fields=application_policy_sets HTTP/1.1" 200 1390 0.113665 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=f1aaf6de-71f3-4d49-9a21-0d9d250ef897&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001327 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/f8ab4530-e275-447c-8486-ba7ee878e3cd?fields=application_policy_sets HTTP/1.1" 200 1374 0.118632 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /security-group/ad5b7656-fd18-4f02-ad53-2cb1d1c2cff8 HTTP/1.1" 200 115 0.242215 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/ab8c0322-26c9-4415-b6bb-f236f26f5059?fields=application_policy_sets HTTP/1.1" 200 1390 0.113128 10.0.0.129 - - [2025-11-10 01:50:18] "GET /projects?obj_uuids=187228cf-9ab2-46fc-992b-9999cad430f8&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001282 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /access-control-list/28729349-c080-4910-baea-39595dee7a22 HTTP/1.1" 200 115 0.125836 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897?fields=application_policy_sets HTTP/1.1" 200 1375 0.148475 10.0.0.129 - - [2025-11-10 01:50:18] "GET /project/187228cf-9ab2-46fc-992b-9999cad430f8?fields=application_policy_sets HTTP/1.1" 200 1374 0.093735 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /access-control-list/5d34f050-a9fc-4dd0-a53e-cb17a14d7efe HTTP/1.1" 200 115 0.107168 10.0.0.129 - - [2025-11-10 01:50:18] "DELETE /project/d314ab03-e949-427f-8291-ff609eabcbfe HTTP/1.1" 200 115 0.895485 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/0a2b0212-3b33-447f-b53f-11eed47b90a4 HTTP/1.1" 200 115 0.063466 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /project/06bfdea8-fc38-4985-9312-a8c896674406 HTTP/1.1" 200 115 0.984457 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /project/927f44a4-720b-4a4e-94a5-8aca95895f69 HTTP/1.1" 200 115 0.996173 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/79185ab8-aaf1-4804-a8e3-84c57ad06261 HTTP/1.1" 200 115 0.045791 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /project/f8ab4530-e275-447c-8486-ba7ee878e3cd HTTP/1.1" 200 115 0.971018 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /project/ab8c0322-26c9-4415-b6bb-f236f26f5059 HTTP/1.1" 200 115 0.985809 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /project/f1aaf6de-71f3-4d49-9a21-0d9d250ef897 HTTP/1.1" 200 115 1.006277 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/fe1785a1-2954-45cf-bd89-d445506ca059 HTTP/1.1" 200 115 0.038964 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /project/187228cf-9ab2-46fc-992b-9999cad430f8 HTTP/1.1" 200 115 1.011045 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/2547a0a5-fc9b-4111-9bb4-5071741aa44a HTTP/1.1" 200 115 0.029241 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/3bcc0bf2-7b61-4808-be3b-541a56e69dcc HTTP/1.1" 200 115 0.020549 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/2bb114dc-c994-4974-9a69-40321b000575 HTTP/1.1" 200 115 0.016589 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/672e493c-d413-40b6-bd4f-a45d3fde0ba1 HTTP/1.1" 200 115 0.023819 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/bf63191b-d5e0-49cb-a69f-20b0ad4243bc HTTP/1.1" 200 115 0.018037 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/7a132f15-6a48-45b6-bdd9-9093d5536e5c HTTP/1.1" 200 115 0.024562 10.0.0.129 - - [2025-11-10 01:50:19] "DELETE /access-control-list/bdb3fbda-429e-4233-a844-0cbea03bb2d3 HTTP/1.1" 200 115 0.022693 10.0.0.129 - - [2025-11-10 01:50:30] "GET /obj-perms HTTP/1.1" 200 6402 0.059507 10.0.0.129 - - [2025-11-10 01:50:30] "GET /obj-perms HTTP/1.1" 200 6402 0.046756 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:50:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001004 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:50:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001262 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:50:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000921 [Introspect:8084]10.0.0.129 - - [2025-11-10 01:50:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001099