++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Aug 28 02:06:22 AM UTC 2025 ===================' INFO: =================== Thu Aug 28 02:06:22 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.19 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.19,10.0.0.38,10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.38,10.0.0.41 +++ local servers=10.0.0.19,10.0.0.38,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort +++ cut -d ' ' -f 1 ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ set -o posix ++ set ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /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: 08/28/2025 02:06:31.761 7f647b71bbc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/28/2025 02:06:31.911 7f647b71bbc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/28/2025 02:06:31.926 7f647b71bbc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/28/2025 02:06:31.926 7f647b71bbc0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-08-28 02:06:53] "GET / HTTP/1.1" 503 181 0.000229 10.0.0.41 - - [2025-08-28 02:06:53] "GET / HTTP/1.1" 503 181 0.000176 10.0.0.41 - - [2025-08-28 02:06:53] "GET / HTTP/1.1" 503 181 0.000254 10.0.0.19 - - [2025-08-28 02:06:53] "GET / HTTP/1.1" 200 35931 0.001608 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.19 - - [2025-08-28 02:06:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.38 - - [2025-08-28 02:06:53] "GET / HTTP/1.1" 200 35931 0.001237 10.0.0.38 - - [2025-08-28 02:06:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2025-08-28 02:06:54] "GET / HTTP/1.1" 200 45871 0.001641 10.0.0.41 - - [2025-08-28 02:06:54] "GET / HTTP/1.1" 200 45871 0.001357 10.0.0.41 - - [2025-08-28 02:06:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000322 10.0.0.41 - - [2025-08-28 02:06:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000261 10.0.0.41 - - [2025-08-28 02:06:54] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.41 - - [2025-08-28 02:06:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000355 10.0.0.19 - - [2025-08-28 02:06:54] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.41 - - [2025-08-28 02:06:55] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.41 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000352 10.0.0.19 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 1.706169 10.0.0.19 - - [2025-08-28 02:06:55] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007644 10.0.0.41 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 1.093955 10.0.0.41 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007778 10.0.0.38 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 1.440280 10.0.0.38 - - [2025-08-28 02:06:55] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006213 10.0.0.19 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003767 10.0.0.41 - - [2025-08-28 02:06:55] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.705371 10.0.0.41 - - [2025-08-28 02:06:55] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003575 10.0.0.38 - - [2025-08-28 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.011500 10.0.0.19 - - [2025-08-28 02:06:55] "POST /config-nodes HTTP/1.1" 200 599 0.045310 10.0.0.38 - - [2025-08-28 02:06:55] "POST /config-nodes HTTP/1.1" 200 599 0.056544 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.476000 10.0.0.41 - - [2025-08-28 02:06:56] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007119 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.031634 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.004942 10.0.0.41 - - [2025-08-28 02:06:56] "POST /job-templates HTTP/1.1" 200 555 0.060802 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.003845 10.0.0.41 - - [2025-08-28 02:06:56] "POST /config-nodes HTTP/1.1" 200 599 0.071693 10.0.0.41 - - [2025-08-28 02:06:56] "POST /job-templates HTTP/1.1" 200 563 0.116513 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.011483 /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.38 - - [2025-08-28 02:06:56] "GET / HTTP/1.1" 200 35931 0.003181 10.0.0.38 - - [2025-08-28 02:06:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000518 10.0.0.41 - - [2025-08-28 02:06:56] "POST /job-templates HTTP/1.1" 200 545 0.095916 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005044 10.0.0.19 - - [2025-08-28 02:06:56] "GET / HTTP/1.1" 200 35931 0.002457 10.0.0.19 - - [2025-08-28 02:06:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000583 10.0.0.41 - - [2025-08-28 02:06:56] "GET / HTTP/1.1" 200 35931 0.001442 10.0.0.41 - - [2025-08-28 02:06:56] "POST /job-templates HTTP/1.1" 200 577 0.098857 10.0.0.41 - - [2025-08-28 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.004291 10.0.0.41 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-08-28 02:06:57] "POST /job-templates HTTP/1.1" 200 579 0.097174 10.0.0.41 - - [2025-08-28 02:06:57] "GET / HTTP/1.1" 200 35931 0.001346 10.0.0.41 - - [2025-08-28 02:06:57] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000590 10.0.0.41 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.004930 10.0.0.41 - - [2025-08-28 02:06:57] "POST /job-templates HTTP/1.1" 200 583 0.060705 10.0.0.41 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003980 10.0.0.38 - - [2025-08-28 02:06:57] "GET / HTTP/1.1" 200 35931 0.002069 10.0.0.38 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000332 10.0.0.38 - - [2025-08-28 02:06:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.356043 10.0.0.41 - - [2025-08-28 02:06:57] "POST /job-templates HTTP/1.1" 200 559 0.132023 10.0.0.41 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.005295 10.0.0.41 - - [2025-08-28 02:06:57] "POST /job-templates HTTP/1.1" 200 569 0.128232 10.0.0.41 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.004017 10.0.0.41 - - [2025-08-28 02:06:57] "POST /job-templates HTTP/1.1" 200 555 0.098202 10.0.0.41 - - [2025-08-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003900 10.0.0.41 - - [2025-08-28 02:06:58] "POST /job-templates HTTP/1.1" 200 555 0.109585 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.009312 10.0.0.41 - - [2025-08-28 02:06:58] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000329 10.0.0.41 - - [2025-08-28 02:06:58] "POST /job-templates HTTP/1.1" 200 555 0.063948 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.004022 10.0.0.41 - - [2025-08-28 02:06:58] "POST /job-templates HTTP/1.1" 200 535 0.052135 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.005278 10.0.0.19 - - [2025-08-28 02:06:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.283104 10.0.0.41 - - [2025-08-28 02:06:58] "POST /job-templates HTTP/1.1" 200 559 0.132032 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.904384 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005452 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.005498 10.0.0.41 - - [2025-08-28 02:06:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.520762 10.0.0.41 - - [2025-08-28 02:06:58] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007164 10.0.0.41 - - [2025-08-28 02:06:58] "POST /job-templates HTTP/1.1" 200 559 0.103554 10.0.0.19 - - [2025-08-28 02:06:58] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.19 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.41 - - [2025-08-28 02:06:58] "POST /service-appliance-sets HTTP/1.1" 200 553 0.094824 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.007071 10.0.0.41 - - [2025-08-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.014270 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.41 - - [2025-08-28 02:06:59] "POST /job-templates HTTP/1.1" 200 559 0.044552 10.0.0.41 - - [2025-08-28 02:06:59] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007481 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.006331 10.0.0.41 - - [2025-08-28 02:06:59] "POST /job-templates HTTP/1.1" 200 565 0.043282 10.0.0.41 - - [2025-08-28 02:06:59] "POST /service-appliance-sets HTTP/1.1" 200 541 0.051446 10.0.0.38 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.550427 10.0.0.38 - - [2025-08-28 02:06:59] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006248 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003793 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.38 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.003523 10.0.0.41 - - [2025-08-28 02:06:59] "GET /network-ipam/8c3b1639-c747-43b3-b351-1d035e4605ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.039821 10.0.0.41 - - [2025-08-28 02:06:59] "POST /job-templates HTTP/1.1" 200 557 0.070849 10.0.0.38 - - [2025-08-28 02:06:59] "POST /config-database-nodes HTTP/1.1" 200 617 0.062919 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.005277 10.0.0.41 - - [2025-08-28 02:06:59] "POST /job-templates HTTP/1.1" 200 555 0.052352 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.402551 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 205 0.006577 10.0.0.41 - - [2025-08-28 02:06:59] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008733 10.0.0.19 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.038627 10.0.0.19 - - [2025-08-28 02:06:59] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009068 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.004075 10.0.0.19 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.003668 10.0.0.41 - - [2025-08-28 02:06:59] "POST /config-database-nodes HTTP/1.1" 200 617 0.090602 10.0.0.19 - - [2025-08-28 02:06:59] "POST /config-database-nodes HTTP/1.1" 200 617 0.081710 10.0.0.41 - - [2025-08-28 02:06:59] "POST /service-templates HTTP/1.1" 200 511 0.149571 10.0.0.41 - - [2025-08-28 02:06:59] "POST /job-templates HTTP/1.1" 200 573 0.168334 10.0.0.41 - - [2025-08-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.005087 10.0.0.41 - - [2025-08-28 02:06:59] "POST /service-templates HTTP/1.1" 200 501 0.095286 10.0.0.41 - - [2025-08-28 02:06:59] "POST /job-templates HTTP/1.1" 200 551 0.080276 10.0.0.41 - - [2025-08-28 02:06:59] "POST /service-templates HTTP/1.1" 200 515 0.053288 10.0.0.41 - - [2025-08-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.004578 10.0.0.41 - - [2025-08-28 02:07:00] "POST /service-templates HTTP/1.1" 200 535 0.092810 10.0.0.41 - - [2025-08-28 02:07:00] "POST /job-templates HTTP/1.1" 200 579 0.079735 10.0.0.41 - - [2025-08-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.005062 10.0.0.41 - - [2025-08-28 02:07:00] "POST /service-templates HTTP/1.1" 200 507 0.041679 10.0.0.41 - - [2025-08-28 02:07:00] "POST /job-templates HTTP/1.1" 200 555 0.118526 10.0.0.41 - - [2025-08-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.007354 10.0.0.41 - - [2025-08-28 02:07:00] "POST /job-templates HTTP/1.1" 200 559 0.072469 10.0.0.41 - - [2025-08-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.004437 10.0.0.41 - - [2025-08-28 02:07:00] "POST /job-templates HTTP/1.1" 200 575 0.178091 10.0.0.41 - - [2025-08-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.004117 10.0.0.41 - - [2025-08-28 02:07:01] "POST /job-templates HTTP/1.1" 200 557 0.097367 10.0.0.41 - - [2025-08-28 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.004604 10.0.0.41 - - [2025-08-28 02:07:01] "POST /job-templates HTTP/1.1" 200 559 0.074868 10.0.0.41 - - [2025-08-28 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003813 10.0.0.41 - - [2025-08-28 02:07:01] "POST /job-templates HTTP/1.1" 200 555 0.058933 10.0.0.41 - - [2025-08-28 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.004514 10.0.0.41 - - [2025-08-28 02:07:01] "POST /job-templates HTTP/1.1" 200 553 0.087876 10.0.0.41 - - [2025-08-28 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.009562 10.0.0.41 - - [2025-08-28 02:07:01] "POST /job-templates HTTP/1.1" 200 553 0.081337 10.0.0.41 - - [2025-08-28 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.010399 10.0.0.41 - - [2025-08-28 02:07:01] "POST /job-templates HTTP/1.1" 200 553 0.083162 10.0.0.41 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.003979 10.0.0.41 - - [2025-08-28 02:07:02] "POST /job-templates HTTP/1.1" 200 563 0.125891 10.0.0.41 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.009411 10.0.0.41 - - [2025-08-28 02:07:02] "POST /job-templates HTTP/1.1" 200 565 0.045064 10.0.0.38 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.38 - - [2025-08-28 02:07:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.008885 10.0.0.41 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.013007 10.0.0.38 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.38 - - [2025-08-28 02:07:02] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.024763 10.0.0.41 - - [2025-08-28 02:07:02] "POST /config-propertiess HTTP/1.1" 200 551 0.070706 10.0.0.41 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 168 0.006242 10.0.0.41 - - [2025-08-28 02:07:02] "POST /tags HTTP/1.1" 200 321 0.171039 10.0.0.41 - - [2025-08-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 166 0.005383 10.0.0.41 - - [2025-08-28 02:07:03] "POST /tags HTTP/1.1" 200 317 0.097216 10.0.0.41 - - [2025-08-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 174 0.004006 10.0.0.41 - - [2025-08-28 02:07:03] "POST /tags HTTP/1.1" 200 333 0.106932 10.0.0.38 - - [2025-08-28 02:07:03] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.38 - - [2025-08-28 02:07:03] "POST /alarms HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2025-08-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.19 - - [2025-08-28 02:07:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004741 10.0.0.19 - - [2025-08-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009283 10.0.0.41 - - [2025-08-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008254 10.0.0.41 - - [2025-08-28 02:07:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.003950 10.0.0.41 - - [2025-08-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.19 - - [2025-08-28 02:07:03] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.027723 10.0.0.41 - - [2025-08-28 02:07:03] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.018967 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 581 12.393822 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 575 0.034598 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 575 0.031682 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 559 0.049823 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 555 0.036410 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 557 0.035248 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 565 0.057436 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 549 0.033723 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 557 0.043587 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 567 0.040570 10.0.0.38 - - [2025-08-28 02:07:22] "POST /alarms HTTP/1.1" 200 555 0.038345 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 567 0.043754 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 575 0.032150 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 569 0.040244 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 561 0.032537 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 561 0.036017 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 561 0.032829 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 547 0.040368 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 595 0.075588 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 575 0.040329 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 571 0.041379 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 583 0.037951 10.0.0.38 - - [2025-08-28 02:07:23] "POST /alarms HTTP/1.1" 200 609 0.031717 10.0.0.41 - - [2025-08-28 02:07:37] "GET /global-system-configs HTTP/1.1" 200 322 10.594088 10.0.0.38 - - [2025-08-28 02:07:39] "GET /global-system-configs HTTP/1.1" 200 322 10.488939 10.0.0.41 - - [2025-08-28 02:07:39] "GET /global-system-configs HTTP/1.1" 200 322 8.686147 10.0.0.41 - - [2025-08-28 02:07:39] "POST /tags HTTP/1.1" 200 309 0.045292 10.0.0.38 - - [2025-08-28 02:07:39] "GET /global-system-configs HTTP/1.1" 200 322 6.953641 10.0.0.19 - - [2025-08-28 02:07:40] "GET /global-system-configs HTTP/1.1" 200 322 3.384242 10.0.0.19 - - [2025-08-28 02:07:41] "GET /global-system-configs HTTP/1.1" 200 322 1.325217 10.0.0.19 - - [2025-08-28 02:07:41] "GET /network-ipam/8c3b1639-c747-43b3-b351-1d035e4605ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 1.223796 10.0.0.41 - - [2025-08-28 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.012959 10.0.0.41 - - [2025-08-28 02:07:41] "POST /tags HTTP/1.1" 200 323 0.058075 10.0.0.41 - - [2025-08-28 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 166 0.009009 10.0.0.41 - - [2025-08-28 02:07:41] "POST /hardwares HTTP/1.1" 200 327 0.024401 10.0.0.41 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 166 0.003906 10.0.0.41 - - [2025-08-28 02:07:42] "POST /hardwares HTTP/1.1" 200 323 0.014918 10.0.0.41 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.005128 10.0.0.41 - - [2025-08-28 02:07:42] "POST /hardwares HTTP/1.1" 200 323 0.016295 10.0.0.19 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.009263 10.0.0.41 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.005481 10.0.0.41 - - [2025-08-28 02:07:42] "POST /hardwares HTTP/1.1" 200 325 0.024399 10.0.0.19 - - [2025-08-28 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.033105 10.0.0.41 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.007747 10.0.0.19 - - [2025-08-28 02:07:42] "POST /route-targets HTTP/1.1" 200 327 0.014318 10.0.0.41 - - [2025-08-28 02:07:42] "POST /hardwares HTTP/1.1" 200 325 0.022972 10.0.0.19 - - [2025-08-28 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.046068 10.0.0.41 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.003739 10.0.0.41 - - [2025-08-28 02:07:42] "POST /hardwares HTTP/1.1" 200 323 0.021712 10.0.0.19 - - [2025-08-28 02:07:42] "PUT /access-control-list/ab5ec3fe-80fc-4ac2-9be6-e87d24dd3f9e HTTP/1.1" 200 272 0.023628 10.0.0.41 - - [2025-08-28 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.002887 10.0.0.41 - - [2025-08-28 02:07:43] "POST /hardwares HTTP/1.1" 200 319 0.025009 10.0.0.41 - - [2025-08-28 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 165 0.015198 10.0.0.41 - - [2025-08-28 02:07:43] "POST /hardwares HTTP/1.1" 200 317 0.018083 10.0.0.41 - - [2025-08-28 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 162 0.003998 10.0.0.41 - - [2025-08-28 02:07:43] "POST /hardwares HTTP/1.1" 200 319 0.020339 10.0.0.41 - - [2025-08-28 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.005421 10.0.0.41 - - [2025-08-28 02:07:43] "POST /hardwares HTTP/1.1" 200 311 0.018431 10.0.0.41 - - [2025-08-28 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 154 0.004561 10.0.0.41 - - [2025-08-28 02:07:43] "POST /hardwares HTTP/1.1" 200 311 0.025975 10.0.0.19 - - [2025-08-28 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.051066 10.0.0.41 - - [2025-08-28 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.008645 10.0.0.41 - - [2025-08-28 02:07:43] "POST /hardwares HTTP/1.1" 200 305 0.017683 10.0.0.41 - - [2025-08-28 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 156 0.007632 10.0.0.41 - - [2025-08-28 02:07:44] "POST /hardwares HTTP/1.1" 200 307 0.015466 10.0.0.41 - - [2025-08-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.003861 10.0.0.41 - - [2025-08-28 02:07:44] "POST /hardwares HTTP/1.1" 200 311 0.016519 10.0.0.41 - - [2025-08-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 153 0.003617 10.0.0.41 - - [2025-08-28 02:07:44] "POST /hardwares HTTP/1.1" 200 309 0.016561 10.0.0.41 - - [2025-08-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.003309 10.0.0.41 - - [2025-08-28 02:07:44] "POST /hardwares HTTP/1.1" 200 309 0.015332 10.0.0.41 - - [2025-08-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 161 0.003598 10.0.0.41 - - [2025-08-28 02:07:44] "POST /hardwares HTTP/1.1" 200 309 0.016694 10.0.0.41 - - [2025-08-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 154 0.003407 10.0.0.41 - - [2025-08-28 02:07:44] "POST /features HTTP/1.1" 200 533 0.034709 10.0.0.41 - - [2025-08-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.004429 10.0.0.41 - - [2025-08-28 02:07:45] "POST /features HTTP/1.1" 200 521 0.034299 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.009387 10.0.0.41 - - [2025-08-28 02:07:45] "POST /features HTTP/1.1" 200 539 0.034859 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.004406 10.0.0.41 - - [2025-08-28 02:07:45] "POST /features HTTP/1.1" 200 517 0.033634 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.003840 10.0.0.41 - - [2025-08-28 02:07:45] "POST /physical-roles HTTP/1.1" 200 521 0.037052 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.007502 10.0.0.41 - - [2025-08-28 02:07:45] "POST /physical-roles HTTP/1.1" 200 519 0.030067 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.006365 10.0.0.41 - - [2025-08-28 02:07:45] "POST /overlay-roles HTTP/1.1" 200 545 0.031538 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.005549 10.0.0.41 - - [2025-08-28 02:07:45] "PUT /overlay-role/46a5efdd-d2f9-439d-ba2a-fa31150327ca HTTP/1.1" 200 258 0.014224 10.0.0.41 - - [2025-08-28 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.009965 10.0.0.41 - - [2025-08-28 02:07:46] "POST /overlay-roles HTTP/1.1" 200 529 0.032055 10.0.0.41 - - [2025-08-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.006322 10.0.0.41 - - [2025-08-28 02:07:46] "POST /overlay-roles HTTP/1.1" 200 519 0.026137 10.0.0.41 - - [2025-08-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.005013 10.0.0.41 - - [2025-08-28 02:07:46] "POST /role-definitions HTTP/1.1" 200 547 0.034054 10.0.0.41 - - [2025-08-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.004522 10.0.0.41 - - [2025-08-28 02:07:46] "POST /role-definitions HTTP/1.1" 200 563 0.030318 10.0.0.41 - - [2025-08-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.004175 10.0.0.41 - - [2025-08-28 02:07:46] "POST /role-definitions HTTP/1.1" 200 551 0.029328 10.0.0.41 - - [2025-08-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.004120 10.0.0.41 - - [2025-08-28 02:07:46] "POST /role-definitions HTTP/1.1" 200 547 0.029527 10.0.0.41 - - [2025-08-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.007132 10.0.0.41 - - [2025-08-28 02:07:47] "POST /role-definitions HTTP/1.1" 200 547 0.029852 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003124 10.0.0.41 - - [2025-08-28 02:07:47] "POST /role-definitions HTTP/1.1" 200 533 0.030562 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 181 0.003642 10.0.0.41 - - [2025-08-28 02:07:47] "POST /role-definitions HTTP/1.1" 200 537 0.032438 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.006490 10.0.0.41 - - [2025-08-28 02:07:47] "POST /role-definitions HTTP/1.1" 200 561 0.027471 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.004174 10.0.0.41 - - [2025-08-28 02:07:47] "POST /feature-configs HTTP/1.1" 200 562 0.041190 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.006068 10.0.0.41 - - [2025-08-28 02:07:47] "POST /node-profiles HTTP/1.1" 200 537 0.029195 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.005438 10.0.0.41 - - [2025-08-28 02:07:47] "POST /node-profiles HTTP/1.1" 200 541 0.035004 10.0.0.41 - - [2025-08-28 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.005039 10.0.0.41 - - [2025-08-28 02:07:48] "POST /node-profiles HTTP/1.1" 200 533 0.035380 10.0.0.41 - - [2025-08-28 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003706 10.0.0.41 - - [2025-08-28 02:07:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.050863 10.0.0.41 - - [2025-08-28 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003667 10.0.0.41 - - [2025-08-28 02:07:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.036038 10.0.0.41 - - [2025-08-28 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.007485 10.0.0.41 - - [2025-08-28 02:07:48] "POST /sflow-profiles HTTP/1.1" 200 538 0.028909 10.0.0.41 - - [2025-08-28 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.005616 10.0.0.41 - - [2025-08-28 02:07:48] "POST /snmp-profiles HTTP/1.1" 200 530 0.024119 10.0.0.41 - - [2025-08-28 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003276 10.0.0.41 - - [2025-08-28 02:07:48] "POST /device-functional-groups HTTP/1.1" 200 540 0.039949 10.0.0.41 - - [2025-08-28 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.006458 10.0.0.41 - - [2025-08-28 02:07:49] "POST /device-functional-groups HTTP/1.1" 200 590 0.025877 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.005100 10.0.0.41 - - [2025-08-28 02:07:49] "POST /device-functional-groups HTTP/1.1" 200 566 0.031579 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.004087 10.0.0.41 - - [2025-08-28 02:07:49] "POST /role-configs HTTP/1.1" 200 525 0.027337 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.004359 10.0.0.41 - - [2025-08-28 02:07:49] "POST /role-configs HTTP/1.1" 200 522 0.027980 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.006366 10.0.0.41 - - [2025-08-28 02:07:49] "POST /role-configs HTTP/1.1" 200 517 0.032854 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.41 - - [2025-08-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.41 - - [2025-08-28 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.41 - - [2025-08-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008282 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-08-28 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009974 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2025-08-28 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008802 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.41 - - [2025-08-28 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007864 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-08-28 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005865 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006360 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.41 - - [2025-08-28 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010051 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007352 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.41 - - [2025-08-28 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.41 - - [2025-08-28 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.41 - - [2025-08-28 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2025-08-28 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007071 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006740 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.41 - - [2025-08-28 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.012283 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.41 - - [2025-08-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.41 - - [2025-08-28 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-08-28 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006771 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009079 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008957 10.0.0.41 - - [2025-08-28 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005800 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008301 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2025-08-28 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006527 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011606 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007656 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006709 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.41 - - [2025-08-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012500 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.41 - - [2025-08-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.41 - - [2025-08-28 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2025-08-28 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2025-08-28 02:08:09] "POST /network-ipams HTTP/1.1" 200 550 0.034209 10.0.0.41 - - [2025-08-28 02:08:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.007333 10.0.0.19 - - [2025-08-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.021570 10.0.0.41 - - [2025-08-28 02:08:09] "GET /fabric/6abf5145-524d-4ede-a0f4-cd288995c1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004404 10.0.0.41 - - [2025-08-28 02:08:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003186 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.41 - - [2025-08-28 02:10:03] "GET /obj-perms HTTP/1.1" 200 5056 0.356699 10.0.0.19 - - [2025-08-28 02:11:03] "GET /obj-perms HTTP/1.1" 200 5056 0.040417 10.0.0.38 - - [2025-08-28 02:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.038846 [Introspect:8084]10.0.0.41 - - [2025-08-28 02:11:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000994 [Introspect:8084]10.0.0.41 - - [2025-08-28 02:11:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001013 [Introspect:8084]10.0.0.41 - - [2025-08-28 02:11:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000888 [Introspect:8084]10.0.0.41 - - [2025-08-28 02:11:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000874 10.0.0.41 - - [2025-08-28 02:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.030050 10.0.0.38 - - [2025-08-28 02:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.075100 10.0.0.41 - - [2025-08-28 02:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.048356 10.0.0.41 - - [2025-08-28 02:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.124954 10.0.0.19 - - [2025-08-28 02:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.136786 10.0.0.38 - - [2025-08-28 02:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.150354 10.0.0.38 - - [2025-08-28 02:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.030916 10.0.0.19 - - [2025-08-28 02:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.003148 10.0.0.41 - - [2025-08-28 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.041203 10.0.0.19 - - [2025-08-28 02:12:04] "GET /global-system-configs HTTP/1.1" 200 322 0.007380 10.0.0.19 - - [2025-08-28 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.173594 10.0.0.38 - - [2025-08-28 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.241962 10.0.0.19 - - [2025-08-28 02:13:00] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.19 - - [2025-08-28 02:13:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.19 - - [2025-08-28 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.044731 10.0.0.41 - - [2025-08-28 02:13:01] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.048518 10.0.0.41 - - [2025-08-28 02:13:01] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.41 - - [2025-08-28 02:13:02] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.072101 10.0.0.41 - - [2025-08-28 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.001507 10.0.0.41 - - [2025-08-28 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.004872 10.0.0.41 - - [2025-08-28 02:13:02] "POST /security-groups HTTP/1.1" 200 589 0.031075 10.0.0.41 - - [2025-08-28 02:13:02] "POST /projects HTTP/1.1" 200 581 0.264553 10.0.0.41 - - [2025-08-28 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.334684 10.0.0.19 - - [2025-08-28 02:13:02] "POST /access-control-lists HTTP/1.1" 200 594 0.057019 10.0.0.19 - - [2025-08-28 02:13:02] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.558076 10.0.0.19 - - [2025-08-28 02:13:03] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.41 - - [2025-08-28 02:13:06] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.19 - - [2025-08-28 02:13:06] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049194 10.0.0.41 - - [2025-08-28 02:13:06] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.19 - - [2025-08-28 02:13:06] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?fields=virtual_networks HTTP/1.1" 200 1028 0.057043 10.0.0.41 - - [2025-08-28 02:13:06] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.19 - - [2025-08-28 02:13:06] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.061717 10.0.0.41 - - [2025-08-28 02:13:06] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.19 - - [2025-08-28 02:13:06] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?fields=security_groups HTTP/1.1" 200 1252 0.057022 10.0.0.41 - - [2025-08-28 02:13:07] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003008 10.0.0.41 - - [2025-08-28 02:13:07] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.41 - - [2025-08-28 02:13:07] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008752 10.0.0.41 - - [2025-08-28 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 167 0.001125 10.0.0.41 - - [2025-08-28 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 176 0.011853 10.0.0.41 - - [2025-08-28 02:13:07] "POST /security-groups HTTP/1.1" 200 568 0.031129 10.0.0.19 - - [2025-08-28 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003001 10.0.0.41 - - [2025-08-28 02:13:07] "POST /projects HTTP/1.1" 200 539 0.265248 10.0.0.41 - - [2025-08-28 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.344557 10.0.0.19 - - [2025-08-28 02:13:07] "POST /access-control-lists HTTP/1.1" 200 571 0.049950 10.0.0.19 - - [2025-08-28 02:13:07] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.484581 [Introspect:8084]10.0.0.19 - - [2025-08-28 02:13:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001097 10.0.0.41 - - [2025-08-28 02:13:09] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000964 10.0.0.19 - - [2025-08-28 02:13:09] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.060698 10.0.0.41 - - [2025-08-28 02:13:10] "GET /obj-perms HTTP/1.1" 200 5056 0.063853 [Introspect:8084]10.0.0.19 - - [2025-08-28 02:13:12] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000676 10.0.0.19 - - [2025-08-28 02:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.041353 10.0.0.19 - - [2025-08-28 02:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.006235 10.0.0.19 - - [2025-08-28 02:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004156 10.0.0.19 - - [2025-08-28 02:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004395 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003681 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004778 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003862 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004056 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003474 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003784 10.0.0.19 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003845 10.0.0.41 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003803 10.0.0.38 - - [2025-08-28 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.041469 10.0.0.41 - - [2025-08-28 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.003680 10.0.0.41 - - [2025-08-28 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.003303 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004420 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004425 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003750 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003799 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003618 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003656 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004622 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004476 10.0.0.19 - - [2025-08-28 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003469 10.0.0.19 - - [2025-08-28 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.003775 10.0.0.19 - - [2025-08-28 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.003700 10.0.0.19 - - [2025-08-28 02:13:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003765 10.0.0.19 - - [2025-08-28 02:13:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003958 10.0.0.19 - - [2025-08-28 02:13:18] "GET /obj-perms HTTP/1.1" 200 5056 0.005168 10.0.0.19 - - [2025-08-28 02:13:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003632 10.0.0.19 - - [2025-08-28 02:13:20] "GET /obj-perms HTTP/1.1" 200 5056 0.003878 10.0.0.19 - - [2025-08-28 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.022128 10.0.0.41 - - [2025-08-28 02:13:21] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002854 10.0.0.41 - - [2025-08-28 02:13:21] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.41 - - [2025-08-28 02:13:21] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006664 10.0.0.41 - - [2025-08-28 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 201 0.005231 10.0.0.41 - - [2025-08-28 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.007436 10.0.0.41 - - [2025-08-28 02:13:21] "POST /security-groups HTTP/1.1" 200 602 0.030023 10.0.0.41 - - [2025-08-28 02:13:21] "POST /projects HTTP/1.1" 200 607 0.258180 10.0.0.19 - - [2025-08-28 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.008420 10.0.0.41 - - [2025-08-28 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.325267 10.0.0.19 - - [2025-08-28 02:13:21] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.455961 10.0.0.19 - - [2025-08-28 02:13:22] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.19 - - [2025-08-28 02:13:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-08-28 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.051106 10.0.0.41 - - [2025-08-28 02:13:24] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000842 10.0.0.19 - - [2025-08-28 02:13:24] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.048695 10.0.0.19 - - [2025-08-28 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.029676 10.0.0.41 - - [2025-08-28 02:13:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007402 10.0.0.19 - - [2025-08-28 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.246199 10.0.0.19 - - [2025-08-28 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001225 10.0.0.19 - - [2025-08-28 02:13:24] "GET /virtual-network/4461bc45-6a14-4707-850e-113e348379e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005852 10.0.0.19 - - [2025-08-28 02:13:24] "GET /virtual-network/4461bc45-6a14-4707-850e-113e348379e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005149 10.0.0.19 - - [2025-08-28 02:13:24] "POST /neutron/network HTTP/1.1" 200 840 0.016379 10.0.0.19 - - [2025-08-28 02:13:25] "GET /virtual-network/4461bc45-6a14-4707-850e-113e348379e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006670 10.0.0.19 - - [2025-08-28 02:13:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001218 10.0.0.41 - - [2025-08-28 02:13:29] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001206 10.0.0.19 - - [2025-08-28 02:13:29] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.078440 10.0.0.19 - - [2025-08-28 02:13:30] "POST /neutron/network HTTP/1.1" 200 840 0.031448 10.0.0.19 - - [2025-08-28 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.006934 10.0.0.19 - - [2025-08-28 02:13:32] "POST /neutron/port HTTP/1.1" 200 1072 0.040941 10.0.0.19 - - [2025-08-28 02:13:32] "POST /neutron/port HTTP/1.1" 200 1100 0.024620 10.0.0.19 - - [2025-08-28 02:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.19 - - [2025-08-28 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008586 10.0.0.19 - - [2025-08-28 02:13:35] "GET /obj-perms HTTP/1.1" 200 5052 0.041841 10.0.0.19 - - [2025-08-28 02:13:37] "POST /neutron/network HTTP/1.1" 200 850 0.007279 10.0.0.19 - - [2025-08-28 02:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.19 - - [2025-08-28 02:13:38] "GET /obj-perms HTTP/1.1" 200 5052 0.003809 10.0.0.19 - - [2025-08-28 02:13:40] "POST /neutron/network HTTP/1.1" 400 204 0.014031 10.0.0.19 - - [2025-08-28 02:13:41] "POST /neutron/port HTTP/1.1" 200 151 0.211232 10.0.0.41 - - [2025-08-28 02:13:43] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001065 10.0.0.19 - - [2025-08-28 02:13:44] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.056068 10.0.0.41 - - [2025-08-28 02:13:44] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.19 - - [2025-08-28 02:13:44] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?fields=virtual_networks HTTP/1.1" 200 1054 0.056590 10.0.0.41 - - [2025-08-28 02:13:44] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001077 10.0.0.19 - - [2025-08-28 02:13:44] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.062146 10.0.0.41 - - [2025-08-28 02:13:44] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001328 10.0.0.19 - - [2025-08-28 02:13:44] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?fields=security_groups HTTP/1.1" 200 1291 0.047792 10.0.0.41 - - [2025-08-28 02:13:44] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001285 10.0.0.19 - - [2025-08-28 02:13:44] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.049224 10.0.0.19 - - [2025-08-28 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.022888 10.0.0.41 - - [2025-08-28 02:13:52] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002925 10.0.0.41 - - [2025-08-28 02:13:52] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001346 10.0.0.41 - - [2025-08-28 02:13:52] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007164 10.0.0.41 - - [2025-08-28 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.002691 10.0.0.41 - - [2025-08-28 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.004723 10.0.0.41 - - [2025-08-28 02:13:52] "POST /security-groups HTTP/1.1" 200 603 0.034287 10.0.0.19 - - [2025-08-28 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.003006 10.0.0.41 - - [2025-08-28 02:13:52] "POST /projects HTTP/1.1" 200 609 0.257962 10.0.0.41 - - [2025-08-28 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.326390 10.0.0.19 - - [2025-08-28 02:13:52] "POST /access-control-lists HTTP/1.1" 200 606 0.030566 10.0.0.19 - - [2025-08-28 02:13:53] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.466796 10.0.0.19 - - [2025-08-28 02:13:54] "GET / HTTP/1.1" 200 35931 0.003699 10.0.0.19 - - [2025-08-28 02:13:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.19 - - [2025-08-28 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.050004 10.0.0.41 - - [2025-08-28 02:13:54] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.19 - - [2025-08-28 02:13:54] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060897 10.0.0.19 - - [2025-08-28 02:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.029652 10.0.0.19 - - [2025-08-28 02:13:55] "POST /neutron/network HTTP/1.1" 200 923 0.008783 10.0.0.19 - - [2025-08-28 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 275 0.001165 10.0.0.19 - - [2025-08-28 02:13:55] "GET /virtual-network/647fe6cb-9b2f-4c4d-ace2-3d2b96e3454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005197 10.0.0.19 - - [2025-08-28 02:13:55] "GET /virtual-network/647fe6cb-9b2f-4c4d-ace2-3d2b96e3454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005305 10.0.0.19 - - [2025-08-28 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009610 10.0.0.19 - - [2025-08-28 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.41 - - [2025-08-28 02:13:55] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.19 - - [2025-08-28 02:13:55] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047321 10.0.0.19 - - [2025-08-28 02:13:55] "POST /route-targets HTTP/1.1" 200 327 0.013283 10.0.0.41 - - [2025-08-28 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007826 10.0.0.19 - - [2025-08-28 02:13:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.249191 10.0.0.19 - - [2025-08-28 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 275 0.001201 10.0.0.19 - - [2025-08-28 02:13:56] "GET /virtual-network/50d7d69a-b802-45df-b08a-014e037d0ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005238 10.0.0.19 - - [2025-08-28 02:13:56] "GET /virtual-network/50d7d69a-b802-45df-b08a-014e037d0ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005012 10.0.0.19 - - [2025-08-28 02:13:56] "POST /neutron/network HTTP/1.1" 200 922 0.006722 10.0.0.19 - - [2025-08-28 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2025-08-28 02:13:56] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.19 - - [2025-08-28 02:13:56] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053728 10.0.0.41 - - [2025-08-28 02:13:56] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.19 - - [2025-08-28 02:13:56] "POST /neutron/network HTTP/1.1" 200 705 0.138285 10.0.0.19 - - [2025-08-28 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.023100 10.0.0.19 - - [2025-08-28 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 276 0.003582 10.0.0.19 - - [2025-08-28 02:13:56] "GET /virtual-network/7f66783e-1e21-425d-9434-095e3c4fcd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.007877 10.0.0.19 - - [2025-08-28 02:13:56] "POST /neutron/network HTTP/1.1" 200 924 0.008132 10.0.0.19 - - [2025-08-28 02:13:56] "GET /virtual-network/7f66783e-1e21-425d-9434-095e3c4fcd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006924 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /project/89f906def293437fb8ddb68dd6d962e7 HTTP/1.1" 404 173 0.010399 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /project/e1ba764965e649f98988387626e6417e HTTP/1.1" 404 173 0.011449 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /project/92ab84a515d5479a8a98e0353b22874e HTTP/1.1" 404 173 0.007950 10.0.0.41 - - [2025-08-28 02:13:57] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000816 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /project/f39b8ae107c44069840ee13bf7fcd7e1 HTTP/1.1" 404 173 0.013642 10.0.0.41 - - [2025-08-28 02:13:57] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.19 - - [2025-08-28 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 275 0.002073 10.0.0.41 - - [2025-08-28 02:13:57] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.092852 10.0.0.41 - - [2025-08-28 02:13:57] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.104935 10.0.0.41 - - [2025-08-28 02:13:57] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001224 10.0.0.41 - - [2025-08-28 02:13:57] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.41 - - [2025-08-28 02:13:57] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?fields=security_groups HTTP/1.1" 200 1396 0.056324 10.0.0.41 - - [2025-08-28 02:13:57] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?fields=security_groups HTTP/1.1" 200 1357 0.083041 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /security-group/6f555ee3-8086-4c01-ad23-eefcb1e16a49 HTTP/1.1" 200 115 0.092927 10.0.0.41 - - [2025-08-28 02:13:57] "GET /projects?obj_uuids=f39b8ae1-07c4-4069-840e-e13bf7fcd7e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001073 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /security-group/94c961e5-bf2a-4a85-9f3f-cdbb57f8b529 HTTP/1.1" 200 115 0.113835 10.0.0.41 - - [2025-08-28 02:13:57] "GET /projects?obj_uuids=e1ba7649-65e6-49f9-8988-387626e6417e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.41 - - [2025-08-28 02:13:57] "GET /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1?fields=application_policy_sets HTTP/1.1" 200 1435 0.099934 10.0.0.41 - - [2025-08-28 02:13:57] "GET /project/e1ba7649-65e6-49f9-8988-387626e6417e?fields=application_policy_sets HTTP/1.1" 200 1396 0.073081 10.0.0.19 - - [2025-08-28 02:13:57] "DELETE /access-control-list/69a553c3-0e0c-4e04-b1ec-2b054aafd085 HTTP/1.1" 200 115 0.057916 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /project/f39b8ae1-07c4-4069-840e-e13bf7fcd7e1 HTTP/1.1" 200 115 0.662093 10.0.0.41 - - [2025-08-28 02:13:57] "DELETE /project/e1ba7649-65e6-49f9-8988-387626e6417e HTTP/1.1" 200 115 0.690803 10.0.0.19 - - [2025-08-28 02:13:57] "POST /neutron/network HTTP/1.1" 200 932 0.006581 10.0.0.41 - - [2025-08-28 02:13:58] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.19 - - [2025-08-28 02:13:58] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058033 10.0.0.19 - - [2025-08-28 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.006067 10.0.0.19 - - [2025-08-28 02:13:58] "POST /id-to-fqname HTTP/1.1" 200 276 0.001105 10.0.0.19 - - [2025-08-28 02:13:59] "POST /neutron/network HTTP/1.1" 200 932 0.006873 10.0.0.19 - - [2025-08-28 02:13:59] "POST /neutron/port HTTP/1.1" 200 1072 0.013492 10.0.0.41 - - [2025-08-28 02:13:59] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.19 - - [2025-08-28 02:13:59] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.085651 10.0.0.19 - - [2025-08-28 02:13:59] "POST /neutron/network HTTP/1.1" 200 924 0.006390 10.0.0.19 - - [2025-08-28 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.19 - - [2025-08-28 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006915 10.0.0.41 - - [2025-08-28 02:14:00] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.19 - - [2025-08-28 02:14:00] "POST /neutron/port HTTP/1.1" 200 1072 0.361232 10.0.0.19 - - [2025-08-28 02:14:01] "POST /neutron/port HTTP/1.1" 200 1126 0.140298 10.0.0.19 - - [2025-08-28 02:14:01] "POST /neutron/network HTTP/1.1" 400 204 0.012419 10.0.0.19 - - [2025-08-28 02:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.19 - - [2025-08-28 02:14:02] "POST /neutron/port HTTP/1.1" 200 1126 0.012794 10.0.0.41 - - [2025-08-28 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006996 10.0.0.41 - - [2025-08-28 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003533 10.0.0.19 - - [2025-08-28 02:14:03] "POST /neutron/network HTTP/1.1" 200 151 0.142897 10.0.0.19 - - [2025-08-28 02:14:03] "DELETE /route-target/4c8b3795-74b4-4672-8374-f6d58457636c HTTP/1.1" 200 115 0.022634 10.0.0.19 - - [2025-08-28 02:14:05] "POST /neutron/port HTTP/1.1" 200 1100 0.016102 10.0.0.19 - - [2025-08-28 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.006255 10.0.0.19 - - [2025-08-28 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.006569 10.0.0.19 - - [2025-08-28 02:14:06] "POST /neutron/network HTTP/1.1" 200 923 0.009578 10.0.0.19 - - [2025-08-28 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.41 - - [2025-08-28 02:14:06] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.19 - - [2025-08-28 02:14:06] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048590 10.0.0.41 - - [2025-08-28 02:14:06] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.19 - - [2025-08-28 02:14:06] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?fields=virtual_networks HTTP/1.1" 200 1056 0.050476 10.0.0.41 - - [2025-08-28 02:14:06] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.19 - - [2025-08-28 02:14:06] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.049099 10.0.0.41 - - [2025-08-28 02:14:06] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.19 - - [2025-08-28 02:14:06] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?fields=security_groups HTTP/1.1" 200 1294 0.052217 10.0.0.19 - - [2025-08-28 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.022606 10.0.0.41 - - [2025-08-28 02:14:07] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002867 10.0.0.41 - - [2025-08-28 02:14:07] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.41 - - [2025-08-28 02:14:07] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007047 10.0.0.41 - - [2025-08-28 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.001266 10.0.0.41 - - [2025-08-28 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.006598 10.0.0.41 - - [2025-08-28 02:14:07] "POST /security-groups HTTP/1.1" 200 593 0.035080 10.0.0.41 - - [2025-08-28 02:14:07] "POST /projects HTTP/1.1" 200 589 0.244156 10.0.0.19 - - [2025-08-28 02:14:07] "POST /access-control-lists HTTP/1.1" 200 598 0.027310 10.0.0.41 - - [2025-08-28 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.312238 10.0.0.19 - - [2025-08-28 02:14:07] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.465219 10.0.0.19 - - [2025-08-28 02:14:08] "GET / HTTP/1.1" 200 35931 0.001410 10.0.0.19 - - [2025-08-28 02:14:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.19 - - [2025-08-28 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.055872 10.0.0.41 - - [2025-08-28 02:14:09] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.19 - - [2025-08-28 02:14:09] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039218 10.0.0.41 - - [2025-08-28 02:14:09] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.19 - - [2025-08-28 02:14:10] "POST /neutron/network HTTP/1.1" 200 673 0.153332 10.0.0.19 - - [2025-08-28 02:14:10] "POST /route-targets HTTP/1.1" 200 327 0.013041 10.0.0.19 - - [2025-08-28 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 255 0.003534 10.0.0.19 - - [2025-08-28 02:14:10] "GET /virtual-network/83e019ab-72de-404c-a28b-271af9cde37a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005979 10.0.0.19 - - [2025-08-28 02:14:10] "POST /neutron/network HTTP/1.1" 200 893 0.007960 10.0.0.19 - - [2025-08-28 02:14:10] "GET /virtual-network/83e019ab-72de-404c-a28b-271af9cde37a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005269 10.0.0.19 - - [2025-08-28 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2025-08-28 02:14:10] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000840 10.0.0.19 - - [2025-08-28 02:14:10] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042563 10.0.0.19 - - [2025-08-28 02:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.017745 10.0.0.19 - - [2025-08-28 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.035860 10.0.0.19 - - [2025-08-28 02:14:11] "POST /neutron/network HTTP/1.1" 200 892 0.015997 10.0.0.19 - - [2025-08-28 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.001173 10.0.0.19 - - [2025-08-28 02:14:11] "GET /virtual-network/d24cc403-b0c9-4cd1-b3a9-d6af4b31236f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005591 10.0.0.19 - - [2025-08-28 02:14:11] "GET /virtual-network/d24cc403-b0c9-4cd1-b3a9-d6af4b31236f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005622 10.0.0.19 - - [2025-08-28 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.009344 10.0.0.19 - - [2025-08-28 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.41 - - [2025-08-28 02:14:11] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000827 10.0.0.19 - - [2025-08-28 02:14:11] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.065331 10.0.0.41 - - [2025-08-28 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010670 10.0.0.19 - - [2025-08-28 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.223853 10.0.0.19 - - [2025-08-28 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 256 0.001288 10.0.0.19 - - [2025-08-28 02:14:11] "GET /virtual-network/2f862d24-8545-4af1-95e8-e8caf6566401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005152 10.0.0.19 - - [2025-08-28 02:14:11] "GET /virtual-network/2f862d24-8545-4af1-95e8-e8caf6566401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005445 10.0.0.19 - - [2025-08-28 02:14:11] "POST /neutron/network HTTP/1.1" 200 893 0.005841 10.0.0.19 - - [2025-08-28 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.001190 10.0.0.41 - - [2025-08-28 02:14:12] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001327 10.0.0.19 - - [2025-08-28 02:14:12] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069680 10.0.0.19 - - [2025-08-28 02:14:12] "POST /neutron/network HTTP/1.1" 200 892 0.006618 10.0.0.19 - - [2025-08-28 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 256 0.001175 10.0.0.19 - - [2025-08-28 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.005708 10.0.0.41 - - [2025-08-28 02:14:13] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002054 10.0.0.19 - - [2025-08-28 02:14:13] "POST /neutron/port HTTP/1.1" 200 1062 0.379495 10.0.0.19 - - [2025-08-28 02:14:14] "POST /neutron/port HTTP/1.1" 200 1116 0.120625 10.0.0.41 - - [2025-08-28 02:14:14] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.19 - - [2025-08-28 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.009753 10.0.0.19 - - [2025-08-28 02:14:14] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069662 10.0.0.19 - - [2025-08-28 02:14:14] "POST /neutron/network HTTP/1.1" 200 892 0.006004 10.0.0.19 - - [2025-08-28 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.005573 10.0.0.19 - - [2025-08-28 02:14:15] "POST /neutron/port HTTP/1.1" 200 1061 0.014225 10.0.0.19 - - [2025-08-28 02:14:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015904 10.0.0.19 - - [2025-08-28 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.19 - - [2025-08-28 02:14:15] "POST /neutron/network HTTP/1.1" 400 204 0.013676 10.0.0.19 - - [2025-08-28 02:14:16] "POST /neutron/port HTTP/1.1" 200 151 0.180167 10.0.0.19 - - [2025-08-28 02:14:17] "POST /neutron/port HTTP/1.1" 200 151 0.204617 10.0.0.19 - - [2025-08-28 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008878 10.0.0.41 - - [2025-08-28 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004653 10.0.0.41 - - [2025-08-28 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004986 10.0.0.19 - - [2025-08-28 02:14:18] "POST /neutron/network HTTP/1.1" 200 151 0.155654 10.0.0.19 - - [2025-08-28 02:14:18] "DELETE /route-target/1bc20564-f4bf-44de-83fc-a17223639858 HTTP/1.1" 200 115 0.027684 10.0.0.19 - - [2025-08-28 02:14:18] "POST /neutron/network HTTP/1.1" 200 893 0.008857 10.0.0.41 - - [2025-08-28 02:14:18] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000959 10.0.0.19 - - [2025-08-28 02:14:18] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.055526 10.0.0.41 - - [2025-08-28 02:14:18] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.19 - - [2025-08-28 02:14:18] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?fields=virtual_networks HTTP/1.1" 200 1037 0.063840 10.0.0.41 - - [2025-08-28 02:14:18] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.19 - - [2025-08-28 02:14:18] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.058118 10.0.0.41 - - [2025-08-28 02:14:18] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001283 10.0.0.19 - - [2025-08-28 02:14:18] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?fields=security_groups HTTP/1.1" 200 1265 0.036871 10.0.0.19 - - [2025-08-28 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.028807 10.0.0.41 - - [2025-08-28 02:14:19] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002748 10.0.0.41 - - [2025-08-28 02:14:19] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.41 - - [2025-08-28 02:14:19] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007896 10.0.0.41 - - [2025-08-28 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.007153 10.0.0.41 - - [2025-08-28 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.003573 10.0.0.41 - - [2025-08-28 02:14:20] "POST /security-groups HTTP/1.1" 200 599 0.032524 10.0.0.19 - - [2025-08-28 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.004343 10.0.0.41 - - [2025-08-28 02:14:20] "POST /projects HTTP/1.1" 200 601 0.240354 10.0.0.41 - - [2025-08-28 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.317754 10.0.0.19 - - [2025-08-28 02:14:20] "POST /access-control-lists HTTP/1.1" 200 602 0.026223 10.0.0.19 - - [2025-08-28 02:14:20] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.464203 10.0.0.19 - - [2025-08-28 02:14:21] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.19 - - [2025-08-28 02:14:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.19 - - [2025-08-28 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.055904 10.0.0.41 - - [2025-08-28 02:14:22] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.19 - - [2025-08-28 02:14:22] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041542 10.0.0.41 - - [2025-08-28 02:14:22] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.19 - - [2025-08-28 02:14:22] "POST /neutron/network HTTP/1.1" 200 691 0.128491 10.0.0.19 - - [2025-08-28 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.003256 10.0.0.19 - - [2025-08-28 02:14:22] "GET /virtual-network/95e0971b-916b-4cae-bf46-a394dc03a680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005770 10.0.0.19 - - [2025-08-28 02:14:22] "POST /neutron/network HTTP/1.1" 200 910 0.006521 10.0.0.19 - - [2025-08-28 02:14:22] "GET /virtual-network/95e0971b-916b-4cae-bf46-a394dc03a680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005221 10.0.0.19 - - [2025-08-28 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2025-08-28 02:14:22] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.19 - - [2025-08-28 02:14:22] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035451 10.0.0.19 - - [2025-08-28 02:14:22] "POST /neutron/network HTTP/1.1" 200 117 0.011159 10.0.0.19 - - [2025-08-28 02:14:23] "POST /route-targets HTTP/1.1" 200 327 0.014065 10.0.0.19 - - [2025-08-28 02:14:23] "POST /neutron/network HTTP/1.1" 200 908 0.009243 10.0.0.19 - - [2025-08-28 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 267 0.001224 10.0.0.19 - - [2025-08-28 02:14:23] "GET /virtual-network/6ba58e15-5450-40b4-9561-8057c24ef223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005089 10.0.0.19 - - [2025-08-28 02:14:23] "GET /virtual-network/6ba58e15-5450-40b4-9561-8057c24ef223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.018764 10.0.0.19 - - [2025-08-28 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 714 0.009333 10.0.0.19 - - [2025-08-28 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2025-08-28 02:14:23] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.19 - - [2025-08-28 02:14:23] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041019 10.0.0.19 - - [2025-08-28 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.025810 10.0.0.41 - - [2025-08-28 02:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007530 10.0.0.19 - - [2025-08-28 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.158421 10.0.0.19 - - [2025-08-28 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 268 0.001336 10.0.0.19 - - [2025-08-28 02:14:23] "GET /virtual-network/b05c0ffe-8dfb-4b1d-8233-cde3b7f7bb8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005101 10.0.0.19 - - [2025-08-28 02:14:23] "GET /virtual-network/b05c0ffe-8dfb-4b1d-8233-cde3b7f7bb8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005486 10.0.0.19 - - [2025-08-28 02:14:24] "POST /neutron/network HTTP/1.1" 200 912 0.006542 10.0.0.19 - - [2025-08-28 02:14:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.001323 10.0.0.41 - - [2025-08-28 02:14:57] "DELETE /project/b3fe37cb499343dfacd3f10c8ec5450a HTTP/1.1" 404 173 0.006832 10.0.0.41 - - [2025-08-28 02:14:57] "DELETE /project/b8d2bd2cba584a2aa7cb765e87b75527 HTTP/1.1" 404 173 0.005856 10.0.0.41 - - [2025-08-28 02:14:57] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000841 10.0.0.41 - - [2025-08-28 02:14:57] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.41 - - [2025-08-28 02:14:57] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.054572 10.0.0.41 - - [2025-08-28 02:14:57] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.068293 10.0.0.41 - - [2025-08-28 02:14:57] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002043 10.0.0.41 - - [2025-08-28 02:14:57] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001418 10.0.0.41 - - [2025-08-28 02:14:57] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?fields=security_groups HTTP/1.1" 200 1399 0.070908 10.0.0.41 - - [2025-08-28 02:14:57] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?fields=security_groups HTTP/1.1" 200 1370 0.097280 10.0.0.41 - - [2025-08-28 02:14:58] "DELETE /security-group/4c0ddfd4-933f-4039-a1a5-2fb069d58663 HTTP/1.1" 200 115 0.078868 10.0.0.41 - - [2025-08-28 02:14:58] "GET /projects?obj_uuids=89f906de-f293-437f-b8dd-b68dd6d962e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.41 - - [2025-08-28 02:14:58] "DELETE /security-group/e48f8c61-4bde-49a8-becb-8b5c55dad05b HTTP/1.1" 200 115 0.079222 10.0.0.41 - - [2025-08-28 02:14:58] "GET /projects?obj_uuids=b8d2bd2c-ba58-4a2a-a7cb-765e87b75527&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001012 10.0.0.41 - - [2025-08-28 02:14:58] "GET /project/89f906de-f293-437f-b8dd-b68dd6d962e7?fields=application_policy_sets HTTP/1.1" 200 1438 0.073522 10.0.0.41 - - [2025-08-28 02:14:58] "GET /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527?fields=application_policy_sets HTTP/1.1" 200 1409 0.113133 10.0.0.19 - - [2025-08-28 02:14:58] "DELETE /access-control-list/219630e0-2b1c-4f2a-90ab-32052e11a897 HTTP/1.1" 200 115 0.073330 10.0.0.41 - - [2025-08-28 02:14:58] "DELETE /project/89f906de-f293-437f-b8dd-b68dd6d962e7 HTTP/1.1" 200 115 0.578949 10.0.0.41 - - [2025-08-28 02:14:58] "DELETE /project/b8d2bd2c-ba58-4a2a-a7cb-765e87b75527 HTTP/1.1" 200 115 0.612940 10.0.0.41 - - [2025-08-28 02:14:59] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.19 - - [2025-08-28 02:14:59] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077803 10.0.0.19 - - [2025-08-28 02:14:59] "POST /neutron/network HTTP/1.1" 200 908 0.006099 10.0.0.19 - - [2025-08-28 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 268 0.001296 10.0.0.19 - - [2025-08-28 02:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.005616 10.0.0.41 - - [2025-08-28 02:14:59] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001303 10.0.0.19 - - [2025-08-28 02:15:00] "POST /neutron/port HTTP/1.1" 200 1066 0.337432 10.0.0.41 - - [2025-08-28 02:15:00] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002255 10.0.0.19 - - [2025-08-28 02:15:00] "POST /neutron/port HTTP/1.1" 200 1120 0.152051 10.0.0.19 - - [2025-08-28 02:15:00] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.144106 10.0.0.19 - - [2025-08-28 02:15:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006626 10.0.0.19 - - [2025-08-28 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.19 - - [2025-08-28 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.006658 10.0.0.41 - - [2025-08-28 02:15:00] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001345 10.0.0.19 - - [2025-08-28 02:15:00] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.059512 10.0.0.19 - - [2025-08-28 02:15:01] "POST /neutron/port HTTP/1.1" 200 1068 0.023517 10.0.0.19 - - [2025-08-28 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.19 - - [2025-08-28 02:15:01] "GET /security-group/b9410881-ee79-4720-9e26-535d5c71bb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.007655 10.0.0.19 - - [2025-08-28 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.41 - - [2025-08-28 02:15:01] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001094 10.0.0.19 - - [2025-08-28 02:15:02] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.047449 10.0.0.19 - - [2025-08-28 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.19 - - [2025-08-28 02:15:02] "GET /security-group/b9410881-ee79-4720-9e26-535d5c71bb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006104 10.0.0.19 - - [2025-08-28 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.19 - - [2025-08-28 02:15:02] "PUT /security-group/b9410881-ee79-4720-9e26-535d5c71bb7d HTTP/1.1" 200 262 0.025348 10.0.0.19 - - [2025-08-28 02:15:02] "PUT /access-control-list/46d2884f-e276-4935-9221-3f89e23c291b HTTP/1.1" 200 272 0.032294 10.0.0.19 - - [2025-08-28 02:15:02] "POST /neutron/port HTTP/1.1" 200 1096 0.029090 10.0.0.19 - - [2025-08-28 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.19 - - [2025-08-28 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.005695 10.0.0.19 - - [2025-08-28 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2025-08-28 02:15:03] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.19 - - [2025-08-28 02:15:03] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007909 10.0.0.19 - - [2025-08-28 02:15:03] "POST /service-templates HTTP/1.1" 200 543 0.031566 10.0.0.19 - - [2025-08-28 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.19 - - [2025-08-28 02:15:03] "GET /service-template/2d3c0d97-942a-4c9e-9f78-b7e5b495931a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006942 10.0.0.19 - - [2025-08-28 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.19 - - [2025-08-28 02:15:03] "GET /service-template/2d3c0d97-942a-4c9e-9f78-b7e5b495931a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004679 10.0.0.19 - - [2025-08-28 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.001460 10.0.0.19 - - [2025-08-28 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.001541 10.0.0.19 - - [2025-08-28 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 268 0.001382 10.0.0.19 - - [2025-08-28 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008287 10.0.0.19 - - [2025-08-28 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.19 - - [2025-08-28 02:15:03] "DELETE /service-template/2d3c0d97-942a-4c9e-9f78-b7e5b495931a HTTP/1.1" 200 115 0.044880 10.0.0.19 - - [2025-08-28 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003075 10.0.0.41 - - [2025-08-28 02:15:06] "GET /obj-perms HTTP/1.1" 200 5056 0.049285 10.0.0.19 - - [2025-08-28 02:15:07] "GET /obj-perms HTTP/1.1" 200 5056 0.049578 10.0.0.19 - - [2025-08-28 02:15:08] "POST /neutron/network HTTP/1.1" 200 908 0.006929 10.0.0.19 - - [2025-08-28 02:15:10] "POST /neutron/network HTTP/1.1" 400 204 0.013819 10.0.0.19 - - [2025-08-28 02:15:14] "POST /neutron/network HTTP/1.1" 200 908 0.007047 10.0.0.19 - - [2025-08-28 02:15:16] "POST /neutron/network HTTP/1.1" 400 204 0.013267 10.0.0.19 - - [2025-08-28 02:15:20] "POST /neutron/network HTTP/1.1" 200 908 0.006879 10.0.0.19 - - [2025-08-28 02:15:22] "POST /neutron/network HTTP/1.1" 400 204 0.013600 10.0.0.19 - - [2025-08-28 02:15:26] "POST /neutron/network HTTP/1.1" 200 908 0.006687 10.0.0.19 - - [2025-08-28 02:15:28] "POST /neutron/network HTTP/1.1" 400 204 0.012031 10.0.0.19 - - [2025-08-28 02:15:32] "POST /neutron/network HTTP/1.1" 200 908 0.006865 10.0.0.19 - - [2025-08-28 02:15:34] "POST /neutron/network HTTP/1.1" 400 204 0.014366 10.0.0.19 - - [2025-08-28 02:15:38] "POST /neutron/network HTTP/1.1" 200 908 0.006530 10.0.0.19 - - [2025-08-28 02:15:40] "POST /neutron/network HTTP/1.1" 400 204 0.011737 10.0.0.19 - - [2025-08-28 02:15:44] "POST /neutron/network HTTP/1.1" 200 908 0.007291 10.0.0.19 - - [2025-08-28 02:15:46] "POST /neutron/network HTTP/1.1" 400 204 0.013712 10.0.0.19 - - [2025-08-28 02:15:47] "POST /neutron/port HTTP/1.1" 200 151 0.162757 10.0.0.19 - - [2025-08-28 02:15:48] "POST /neutron/port HTTP/1.1" 200 1122 0.013646 10.0.0.19 - - [2025-08-28 02:15:48] "POST /neutron/network HTTP/1.1" 200 908 0.006756 10.0.0.19 - - [2025-08-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007393 10.0.0.41 - - [2025-08-28 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004959 10.0.0.41 - - [2025-08-28 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003877 10.0.0.19 - - [2025-08-28 02:15:49] "POST /neutron/network HTTP/1.1" 200 151 0.142892 10.0.0.41 - - [2025-08-28 02:15:49] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.19 - - [2025-08-28 02:15:49] "DELETE /route-target/ff605f45-6f6c-4bfe-abfc-3c3e545f83d4 HTTP/1.1" 200 115 0.042978 10.0.0.19 - - [2025-08-28 02:15:49] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072850 10.0.0.41 - - [2025-08-28 02:15:49] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.19 - - [2025-08-28 02:15:49] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?fields=virtual_networks HTTP/1.1" 200 1049 0.044406 10.0.0.41 - - [2025-08-28 02:15:49] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.19 - - [2025-08-28 02:15:49] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.046366 10.0.0.41 - - [2025-08-28 02:15:49] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.19 - - [2025-08-28 02:15:49] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?fields=security_groups HTTP/1.1" 200 1283 0.035945 10.0.0.19 - - [2025-08-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.022905 10.0.0.41 - - [2025-08-28 02:15:50] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002824 10.0.0.41 - - [2025-08-28 02:15:50] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.41 - - [2025-08-28 02:15:50] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009824 10.0.0.41 - - [2025-08-28 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.005186 10.0.0.41 - - [2025-08-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.011684 10.0.0.41 - - [2025-08-28 02:15:50] "POST /security-groups HTTP/1.1" 200 592 0.029073 10.0.0.41 - - [2025-08-28 02:15:50] "POST /projects HTTP/1.1" 200 587 0.240788 10.0.0.19 - - [2025-08-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.010112 10.0.0.41 - - [2025-08-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.309186 10.0.0.19 - - [2025-08-28 02:15:51] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.452466 10.0.0.19 - - [2025-08-28 02:15:52] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.19 - - [2025-08-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000626 10.0.0.19 - - [2025-08-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.049252 10.0.0.41 - - [2025-08-28 02:15:52] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000809 10.0.0.19 - - [2025-08-28 02:15:52] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053225 10.0.0.19 - - [2025-08-28 02:15:52] "POST /neutron/network HTTP/1.1" 200 117 0.032677 10.0.0.19 - - [2025-08-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.024235 10.0.0.19 - - [2025-08-28 02:15:53] "POST /neutron/network HTTP/1.1" 200 891 0.007865 10.0.0.19 - - [2025-08-28 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 253 0.001061 10.0.0.19 - - [2025-08-28 02:15:53] "GET /virtual-network/53c30723-8193-4f3b-af16-5f995a1eee34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004805 10.0.0.19 - - [2025-08-28 02:15:53] "GET /virtual-network/53c30723-8193-4f3b-af16-5f995a1eee34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005125 10.0.0.19 - - [2025-08-28 02:15:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.008559 10.0.0.19 - - [2025-08-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.41 - - [2025-08-28 02:15:53] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000793 10.0.0.19 - - [2025-08-28 02:15:53] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048952 10.0.0.41 - - [2025-08-28 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.024077 10.0.0.19 - - [2025-08-28 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.246825 10.0.0.19 - - [2025-08-28 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 253 0.001170 10.0.0.19 - - [2025-08-28 02:15:54] "GET /virtual-network/d86229cf-fedb-494e-b687-371a62f03b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004854 10.0.0.19 - - [2025-08-28 02:15:54] "GET /virtual-network/d86229cf-fedb-494e-b687-371a62f03b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005381 10.0.0.19 - - [2025-08-28 02:15:54] "POST /neutron/network HTTP/1.1" 200 889 0.006500 10.0.0.19 - - [2025-08-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.41 - - [2025-08-28 02:15:54] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.19 - - [2025-08-28 02:15:54] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050467 10.0.0.41 - - [2025-08-28 02:15:54] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.19 - - [2025-08-28 02:15:54] "POST /neutron/network HTTP/1.1" 200 672 0.144374 10.0.0.19 - - [2025-08-28 02:15:54] "POST /route-targets HTTP/1.1" 200 327 0.012969 10.0.0.19 - - [2025-08-28 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 254 0.003242 10.0.0.19 - - [2025-08-28 02:15:54] "GET /virtual-network/7790b919-a0ff-495c-a103-c021ff65d176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004741 10.0.0.19 - - [2025-08-28 02:15:54] "POST /neutron/network HTTP/1.1" 200 892 0.005933 10.0.0.19 - - [2025-08-28 02:15:54] "GET /virtual-network/7790b919-a0ff-495c-a103-c021ff65d176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004554 10.0.0.19 - - [2025-08-28 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 253 0.001160 10.0.0.19 - - [2025-08-28 02:15:54] "POST /neutron/network HTTP/1.1" 200 899 0.006503 10.0.0.41 - - [2025-08-28 02:15:55] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.19 - - [2025-08-28 02:15:55] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073009 10.0.0.19 - - [2025-08-28 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.006245 10.0.0.19 - - [2025-08-28 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 254 0.001425 10.0.0.19 - - [2025-08-28 02:15:56] "POST /neutron/network HTTP/1.1" 200 899 0.008993 10.0.0.19 - - [2025-08-28 02:15:56] "POST /neutron/port HTTP/1.1" 200 1061 0.014996 10.0.0.41 - - [2025-08-28 02:15:56] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.19 - - [2025-08-28 02:15:56] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.072093 10.0.0.19 - - [2025-08-28 02:15:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.19 - - [2025-08-28 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.19 - - [2025-08-28 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008065 10.0.0.41 - - [2025-08-28 02:15:57] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001401 10.0.0.19 - - [2025-08-28 02:15:57] "POST /neutron/port HTTP/1.1" 200 1062 0.274482 10.0.0.19 - - [2025-08-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002863 10.0.0.19 - - [2025-08-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.41 - - [2025-08-28 02:15:57] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.19 - - [2025-08-28 02:15:57] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007587 10.0.0.19 - - [2025-08-28 02:15:57] "POST /neutron/port HTTP/1.1" 200 1116 0.104656 10.0.0.19 - - [2025-08-28 02:15:57] "POST /service-templates HTTP/1.1" 200 543 0.037727 10.0.0.19 - - [2025-08-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.19 - - [2025-08-28 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.008133 10.0.0.19 - - [2025-08-28 02:15:58] "GET /service-template/cdb6653a-ab68-4acf-8db9-fce228bf6b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.017613 10.0.0.19 - - [2025-08-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.19 - - [2025-08-28 02:15:58] "GET /service-template/cdb6653a-ab68-4acf-8db9-fce228bf6b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004597 10.0.0.19 - - [2025-08-28 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001265 10.0.0.19 - - [2025-08-28 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001237 10.0.0.19 - - [2025-08-28 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 254 0.001229 10.0.0.19 - - [2025-08-28 02:15:58] "POST /neutron/port HTTP/1.1" 200 2063 0.017573 10.0.0.41 - - [2025-08-28 02:15:58] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.41 - - [2025-08-28 02:15:58] "DELETE /project/f313281cdc294804957a6f1e30bf2657 HTTP/1.1" 404 173 0.005108 10.0.0.41 - - [2025-08-28 02:15:58] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.042864 10.0.0.19 - - [2025-08-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.41 - - [2025-08-28 02:15:58] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.19 - - [2025-08-28 02:15:58] "DELETE /service-template/cdb6653a-ab68-4acf-8db9-fce228bf6b56 HTTP/1.1" 200 115 0.030080 10.0.0.41 - - [2025-08-28 02:15:58] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?fields=security_groups HTTP/1.1" 200 1388 0.043698 10.0.0.19 - - [2025-08-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.004940 10.0.0.41 - - [2025-08-28 02:15:58] "DELETE /security-group/3b73c5fb-887a-40b0-af1c-6e0bac1f0aaa HTTP/1.1" 200 115 0.057585 10.0.0.41 - - [2025-08-28 02:15:58] "GET /projects?obj_uuids=b3fe37cb-4993-43df-acd3-f10c8ec5450a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.41 - - [2025-08-28 02:15:58] "GET /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a?fields=application_policy_sets HTTP/1.1" 200 1427 0.054836 10.0.0.19 - - [2025-08-28 02:15:58] "DELETE /access-control-list/598f1f6d-8306-41c2-9258-73f5a8cf99dd HTTP/1.1" 200 115 0.045944 10.0.0.41 - - [2025-08-28 02:15:58] "DELETE /project/b3fe37cb-4993-43df-acd3-f10c8ec5450a HTTP/1.1" 200 115 0.433634 10.0.0.19 - - [2025-08-28 02:16:00] "POST /neutron/network HTTP/1.1" 400 204 0.014794 10.0.0.19 - - [2025-08-28 02:16:01] "POST /neutron/port HTTP/1.1" 200 151 0.201714 10.0.0.19 - - [2025-08-28 02:16:01] "POST /neutron/port HTTP/1.1" 200 151 0.199672 10.0.0.19 - - [2025-08-28 02:16:02] "POST /neutron/network HTTP/1.1" 200 892 0.011290 10.0.0.19 - - [2025-08-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.41 - - [2025-08-28 02:16:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005404 10.0.0.41 - - [2025-08-28 02:16:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004113 10.0.0.19 - - [2025-08-28 02:16:03] "POST /neutron/network HTTP/1.1" 200 151 0.128704 10.0.0.41 - - [2025-08-28 02:16:03] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.19 - - [2025-08-28 02:16:03] "DELETE /route-target/ba1e7553-c5d8-4953-acd7-ff7cebb7396b HTTP/1.1" 200 115 0.039086 10.0.0.19 - - [2025-08-28 02:16:03] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.088727 10.0.0.41 - - [2025-08-28 02:16:03] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.19 - - [2025-08-28 02:16:03] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?fields=virtual_networks HTTP/1.1" 200 1035 0.043677 10.0.0.41 - - [2025-08-28 02:16:03] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.19 - - [2025-08-28 02:16:03] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043241 10.0.0.41 - - [2025-08-28 02:16:03] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.19 - - [2025-08-28 02:16:03] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?fields=security_groups HTTP/1.1" 200 1262 0.043578 10.0.0.19 - - [2025-08-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.029282 10.0.0.41 - - [2025-08-28 02:16:04] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003834 10.0.0.41 - - [2025-08-28 02:16:04] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.41 - - [2025-08-28 02:16:04] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012016 10.0.0.41 - - [2025-08-28 02:16:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.001054 10.0.0.41 - - [2025-08-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.002340 10.0.0.41 - - [2025-08-28 02:16:04] "POST /security-groups HTTP/1.1" 200 596 0.027345 10.0.0.41 - - [2025-08-28 02:16:04] "POST /projects HTTP/1.1" 200 595 0.236329 10.0.0.19 - - [2025-08-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 238 0.010550 10.0.0.41 - - [2025-08-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.306875 10.0.0.19 - - [2025-08-28 02:16:04] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.450640 10.0.0.19 - - [2025-08-28 02:16:05] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.19 - - [2025-08-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2025-08-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.051957 10.0.0.41 - - [2025-08-28 02:16:06] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000946 10.0.0.19 - - [2025-08-28 02:16:06] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041530 10.0.0.19 - - [2025-08-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.028850 10.0.0.41 - - [2025-08-28 02:16:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008167 10.0.0.19 - - [2025-08-28 02:16:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.262625 10.0.0.19 - - [2025-08-28 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.001334 10.0.0.19 - - [2025-08-28 02:16:07] "GET /virtual-network/98054a0b-47bf-475b-9f11-3a531aa59e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006932 10.0.0.19 - - [2025-08-28 02:16:07] "POST /neutron/network HTTP/1.1" 200 1074 0.008963 10.0.0.19 - - [2025-08-28 02:16:07] "GET /virtual-network/98054a0b-47bf-475b-9f11-3a531aa59e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004985 10.0.0.19 - - [2025-08-28 02:16:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.007819 10.0.0.19 - - [2025-08-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.41 - - [2025-08-28 02:16:07] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000910 10.0.0.19 - - [2025-08-28 02:16:07] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051651 10.0.0.41 - - [2025-08-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.353684 10.0.0.38 - - [2025-08-28 02:16:07] "GET /obj-perms HTTP/1.1" 200 5056 0.069590 10.0.0.41 - - [2025-08-28 02:16:08] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.027664 10.0.0.41 - - [2025-08-28 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008040 10.0.0.19 - - [2025-08-28 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.213710 10.0.0.19 - - [2025-08-28 02:16:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001189 10.0.0.19 - - [2025-08-28 02:16:08] "GET /virtual-network/167bc936-dfcb-411b-9268-c9db222f10fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.007248 10.0.0.19 - - [2025-08-28 02:16:08] "POST /neutron/network HTTP/1.1" 200 1073 0.008332 10.0.0.19 - - [2025-08-28 02:16:08] "GET /virtual-network/167bc936-dfcb-411b-9268-c9db222f10fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005854 10.0.0.19 - - [2025-08-28 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.008151 10.0.0.19 - - [2025-08-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.41 - - [2025-08-28 02:16:08] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000948 10.0.0.19 - - [2025-08-28 02:16:08] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.045105 10.0.0.19 - - [2025-08-28 02:16:08] "POST /route-targets HTTP/1.1" 200 327 0.012308 10.0.0.41 - - [2025-08-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.41 - - [2025-08-28 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003806 10.0.0.19 - - [2025-08-28 02:16:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.241744 10.0.0.41 - - [2025-08-28 02:16:09] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006354 10.0.0.19 - - [2025-08-28 02:16:09] "POST /id-to-fqname HTTP/1.1" 200 262 0.001174 10.0.0.19 - - [2025-08-28 02:16:09] "GET /virtual-network/1f0bc57e-8db5-481b-a40e-868a46d9dd98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006690 10.0.0.19 - - [2025-08-28 02:16:09] "POST /neutron/network HTTP/1.1" 200 1076 0.007596 10.0.0.19 - - [2025-08-28 02:16:09] "GET /virtual-network/1f0bc57e-8db5-481b-a40e-868a46d9dd98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005612 10.0.0.19 - - [2025-08-28 02:16:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.008973 10.0.0.19 - - [2025-08-28 02:16:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.001039 10.0.0.41 - - [2025-08-28 02:16:10] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000900 10.0.0.19 - - [2025-08-28 02:16:10] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064444 10.0.0.19 - - [2025-08-28 02:16:10] "POST /neutron/port HTTP/1.1" 200 117 0.007468 10.0.0.19 - - [2025-08-28 02:16:10] "POST /id-to-fqname HTTP/1.1" 200 262 0.001312 10.0.0.19 - - [2025-08-28 02:16:10] "POST /neutron/network HTTP/1.1" 200 1086 0.008238 10.0.0.19 - - [2025-08-28 02:16:11] "POST /neutron/port HTTP/1.1" 200 1170 0.018072 10.0.0.41 - - [2025-08-28 02:16:11] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000991 10.0.0.19 - - [2025-08-28 02:16:11] "POST /neutron/port HTTP/1.1" 200 1198 0.019136 10.0.0.19 - - [2025-08-28 02:16:11] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068316 10.0.0.19 - - [2025-08-28 02:16:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.19 - - [2025-08-28 02:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.19 - - [2025-08-28 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007180 10.0.0.41 - - [2025-08-28 02:16:12] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001167 10.0.0.19 - - [2025-08-28 02:16:12] "POST /neutron/port HTTP/1.1" 200 1171 0.334204 10.0.0.19 - - [2025-08-28 02:16:12] "POST /neutron/port HTTP/1.1" 200 1225 0.112285 10.0.0.19 - - [2025-08-28 02:16:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003857 10.0.0.19 - - [2025-08-28 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.19 - - [2025-08-28 02:16:13] "POST /neutron/network HTTP/1.1" 400 204 0.014847 10.0.0.19 - - [2025-08-28 02:16:14] "POST /neutron/port HTTP/1.1" 200 151 0.268532 10.0.0.19 - - [2025-08-28 02:16:14] "POST /neutron/port HTTP/1.1" 200 151 0.271726 10.0.0.41 - - [2025-08-28 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007581 10.0.0.41 - - [2025-08-28 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004490 10.0.0.41 - - [2025-08-28 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003617 10.0.0.41 - - [2025-08-28 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.19 - - [2025-08-28 02:16:15] "POST /neutron/network HTTP/1.1" 200 151 0.182166 10.0.0.19 - - [2025-08-28 02:16:15] "DELETE /route-target/ca51fcff-c332-480c-a881-6ba3fbbf5914 HTTP/1.1" 200 115 0.045672 10.0.0.19 - - [2025-08-28 02:16:15] "POST /neutron/network HTTP/1.1" 200 1074 0.021015 10.0.0.19 - - [2025-08-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005707 10.0.0.41 - - [2025-08-28 02:16:15] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.19 - - [2025-08-28 02:16:15] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.048720 10.0.0.41 - - [2025-08-28 02:16:15] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002063 10.0.0.19 - - [2025-08-28 02:16:15] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?fields=virtual_networks HTTP/1.1" 200 1042 0.035862 10.0.0.41 - - [2025-08-28 02:16:16] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000905 10.0.0.19 - - [2025-08-28 02:16:16] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.050583 10.0.0.41 - - [2025-08-28 02:16:16] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000901 10.0.0.19 - - [2025-08-28 02:16:16] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?fields=security_groups HTTP/1.1" 200 1273 0.038173 10.0.0.19 - - [2025-08-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.025527 10.0.0.41 - - [2025-08-28 02:16:16] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003620 10.0.0.41 - - [2025-08-28 02:16:17] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.41 - - [2025-08-28 02:16:17] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008089 10.0.0.41 - - [2025-08-28 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.004500 10.0.0.41 - - [2025-08-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.009161 10.0.0.41 - - [2025-08-28 02:16:17] "POST /security-groups HTTP/1.1" 200 599 0.038795 10.0.0.41 - - [2025-08-28 02:16:17] "POST /projects HTTP/1.1" 200 601 0.293125 10.0.0.19 - - [2025-08-28 02:16:17] "POST /access-control-lists HTTP/1.1" 200 604 0.041243 10.0.0.41 - - [2025-08-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.365355 10.0.0.19 - - [2025-08-28 02:16:17] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.528360 10.0.0.19 - - [2025-08-28 02:16:18] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.19 - - [2025-08-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.19 - - [2025-08-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.072052 10.0.0.41 - - [2025-08-28 02:16:19] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.19 - - [2025-08-28 02:16:19] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045873 10.0.0.41 - - [2025-08-28 02:16:19] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.19 - - [2025-08-28 02:16:19] "POST /neutron/network HTTP/1.1" 200 691 0.146462 10.0.0.19 - - [2025-08-28 02:16:19] "POST /route-targets HTTP/1.1" 200 327 0.011851 10.0.0.19 - - [2025-08-28 02:16:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.004413 10.0.0.19 - - [2025-08-28 02:16:20] "GET /virtual-network/d2e23038-74a3-47ea-9bd4-b54d0b00630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006556 10.0.0.19 - - [2025-08-28 02:16:20] "POST /neutron/network HTTP/1.1" 200 910 0.006175 10.0.0.19 - - [2025-08-28 02:16:20] "GET /virtual-network/d2e23038-74a3-47ea-9bd4-b54d0b00630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005306 10.0.0.19 - - [2025-08-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.41 - - [2025-08-28 02:16:20] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.19 - - [2025-08-28 02:16:20] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055217 10.0.0.19 - - [2025-08-28 02:16:20] "POST /neutron/network HTTP/1.1" 200 117 0.023322 10.0.0.19 - - [2025-08-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.038105 10.0.0.19 - - [2025-08-28 02:16:20] "POST /neutron/network HTTP/1.1" 200 909 0.007920 10.0.0.19 - - [2025-08-28 02:16:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.001152 10.0.0.19 - - [2025-08-28 02:16:20] "GET /virtual-network/9cc355e3-425b-40db-bbd5-cd93f2f7f5bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005185 10.0.0.19 - - [2025-08-28 02:16:20] "GET /virtual-network/9cc355e3-425b-40db-bbd5-cd93f2f7f5bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006176 10.0.0.19 - - [2025-08-28 02:16:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.008429 10.0.0.19 - - [2025-08-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.41 - - [2025-08-28 02:16:20] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.19 - - [2025-08-28 02:16:20] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037464 10.0.0.41 - - [2025-08-28 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005625 10.0.0.19 - - [2025-08-28 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.194367 10.0.0.19 - - [2025-08-28 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 268 0.001275 10.0.0.19 - - [2025-08-28 02:16:21] "GET /virtual-network/474ae997-11de-4a3a-8288-18e9e255d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006121 10.0.0.19 - - [2025-08-28 02:16:21] "GET /virtual-network/474ae997-11de-4a3a-8288-18e9e255d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005204 10.0.0.19 - - [2025-08-28 02:16:21] "POST /neutron/network HTTP/1.1" 200 913 0.006576 10.0.0.19 - - [2025-08-28 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.001433 10.0.0.41 - - [2025-08-28 02:16:22] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.19 - - [2025-08-28 02:16:22] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078470 10.0.0.19 - - [2025-08-28 02:16:22] "POST /neutron/network HTTP/1.1" 200 909 0.006293 10.0.0.19 - - [2025-08-28 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.001341 10.0.0.19 - - [2025-08-28 02:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.006971 10.0.0.41 - - [2025-08-28 02:16:22] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.19 - - [2025-08-28 02:16:23] "POST /neutron/port HTTP/1.1" 200 1067 0.310605 10.0.0.19 - - [2025-08-28 02:16:23] "POST /neutron/port HTTP/1.1" 200 1121 0.097360 10.0.0.19 - - [2025-08-28 02:16:23] "POST /neutron/subnet HTTP/1.1" 200 693 0.010986 10.0.0.41 - - [2025-08-28 02:16:23] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.19 - - [2025-08-28 02:16:23] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.087830 10.0.0.19 - - [2025-08-28 02:16:23] "POST /neutron/network HTTP/1.1" 200 913 0.009035 10.0.0.19 - - [2025-08-28 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.005354 10.0.0.19 - - [2025-08-28 02:16:24] "POST /neutron/port HTTP/1.1" 200 1069 0.018658 10.0.0.19 - - [2025-08-28 02:16:24] "POST /neutron/port HTTP/1.1" 200 1097 0.017552 10.0.0.19 - - [2025-08-28 02:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.19 - - [2025-08-28 02:16:25] "POST /neutron/network HTTP/1.1" 400 204 0.019210 10.0.0.19 - - [2025-08-28 02:16:26] "POST /neutron/port HTTP/1.1" 200 151 0.195278 10.0.0.19 - - [2025-08-28 02:16:26] "POST /neutron/port HTTP/1.1" 200 151 0.215562 10.0.0.41 - - [2025-08-28 02:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005382 10.0.0.41 - - [2025-08-28 02:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.19 - - [2025-08-28 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.19 - - [2025-08-28 02:16:27] "POST /neutron/network HTTP/1.1" 200 151 0.116656 10.0.0.19 - - [2025-08-28 02:16:27] "POST /neutron/network HTTP/1.1" 200 910 0.012830 10.0.0.19 - - [2025-08-28 02:16:27] "DELETE /route-target/9f7a039b-6f13-45c0-8cd8-3587c650a16c HTTP/1.1" 200 115 0.034110 10.0.0.41 - - [2025-08-28 02:16:27] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.19 - - [2025-08-28 02:16:27] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046361 10.0.0.41 - - [2025-08-28 02:16:27] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.19 - - [2025-08-28 02:16:28] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?fields=virtual_networks HTTP/1.1" 200 1049 0.048650 10.0.0.41 - - [2025-08-28 02:16:28] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.19 - - [2025-08-28 02:16:28] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.041020 10.0.0.41 - - [2025-08-28 02:16:28] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.19 - - [2025-08-28 02:16:28] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?fields=security_groups HTTP/1.1" 200 1283 0.041481 10.0.0.19 - - [2025-08-28 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.024301 10.0.0.41 - - [2025-08-28 02:16:28] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002935 10.0.0.41 - - [2025-08-28 02:16:29] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.41 - - [2025-08-28 02:16:29] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006498 10.0.0.41 - - [2025-08-28 02:16:29] "POST /id-to-fqname HTTP/1.1" 200 195 0.003986 10.0.0.41 - - [2025-08-28 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 204 0.004917 10.0.0.41 - - [2025-08-28 02:16:29] "POST /security-groups HTTP/1.1" 200 596 0.069971 10.0.0.19 - - [2025-08-28 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.003073 10.0.0.41 - - [2025-08-28 02:16:29] "POST /projects HTTP/1.1" 200 595 0.279082 10.0.0.41 - - [2025-08-28 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.352432 10.0.0.19 - - [2025-08-28 02:16:29] "POST /access-control-lists HTTP/1.1" 200 599 0.028842 10.0.0.19 - - [2025-08-28 02:16:29] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.504281 10.0.0.19 - - [2025-08-28 02:16:30] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.19 - - [2025-08-28 02:16:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2025-08-28 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.047913 10.0.0.41 - - [2025-08-28 02:16:31] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000881 10.0.0.19 - - [2025-08-28 02:16:31] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.037767 10.0.0.41 - - [2025-08-28 02:16:31] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001314 10.0.0.19 - - [2025-08-28 02:16:31] "POST /neutron/network HTTP/1.1" 200 682 0.136601 10.0.0.19 - - [2025-08-28 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 261 0.003115 10.0.0.19 - - [2025-08-28 02:16:31] "GET /virtual-network/5c5ed76b-aba8-4787-94db-cc6c4c812630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005566 10.0.0.19 - - [2025-08-28 02:16:31] "POST /neutron/network HTTP/1.1" 200 903 0.006378 10.0.0.19 - - [2025-08-28 02:16:31] "GET /virtual-network/5c5ed76b-aba8-4787-94db-cc6c4c812630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005092 10.0.0.19 - - [2025-08-28 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.41 - - [2025-08-28 02:16:31] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000921 10.0.0.19 - - [2025-08-28 02:16:31] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.050650 10.0.0.19 - - [2025-08-28 02:16:32] "POST /neutron/network HTTP/1.1" 200 117 0.013600 10.0.0.19 - - [2025-08-28 02:16:32] "POST /route-targets HTTP/1.1" 200 327 0.011801 10.0.0.19 - - [2025-08-28 02:16:32] "POST /neutron/network HTTP/1.1" 200 902 0.007803 10.0.0.19 - - [2025-08-28 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 261 0.001036 10.0.0.19 - - [2025-08-28 02:16:32] "GET /virtual-network/481f0ff9-b1b4-4d94-aed0-64cf66af6e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010066 10.0.0.19 - - [2025-08-28 02:16:32] "GET /virtual-network/481f0ff9-b1b4-4d94-aed0-64cf66af6e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005290 10.0.0.19 - - [2025-08-28 02:16:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.008724 10.0.0.19 - - [2025-08-28 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.41 - - [2025-08-28 02:16:32] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000910 10.0.0.19 - - [2025-08-28 02:16:32] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.039740 10.0.0.19 - - [2025-08-28 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.021889 10.0.0.41 - - [2025-08-28 02:16:33] "POST /useragent-kv HTTP/1.1" 200 115 0.013391 10.0.0.19 - - [2025-08-28 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.280797 10.0.0.19 - - [2025-08-28 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 262 0.001586 10.0.0.19 - - [2025-08-28 02:16:33] "GET /virtual-network/99a2e070-c734-42d0-a566-354a7cd9dfb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005458 10.0.0.19 - - [2025-08-28 02:16:33] "GET /virtual-network/99a2e070-c734-42d0-a566-354a7cd9dfb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005435 10.0.0.19 - - [2025-08-28 02:16:33] "POST /neutron/network HTTP/1.1" 200 903 0.006061 10.0.0.19 - - [2025-08-28 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001194 10.0.0.41 - - [2025-08-28 02:16:34] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000931 10.0.0.19 - - [2025-08-28 02:16:34] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.068056 10.0.0.19 - - [2025-08-28 02:16:34] "POST /neutron/network HTTP/1.1" 200 902 0.006475 10.0.0.19 - - [2025-08-28 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 262 0.001213 10.0.0.19 - - [2025-08-28 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.41 - - [2025-08-28 02:16:34] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.19 - - [2025-08-28 02:16:35] "POST /neutron/port HTTP/1.1" 200 1066 0.349209 10.0.0.19 - - [2025-08-28 02:16:35] "POST /neutron/port HTTP/1.1" 200 1120 0.134824 10.0.0.41 - - [2025-08-28 02:16:35] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.19 - - [2025-08-28 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.034528 10.0.0.19 - - [2025-08-28 02:16:35] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.098020 10.0.0.19 - - [2025-08-28 02:16:35] "POST /neutron/network HTTP/1.1" 200 902 0.006485 10.0.0.19 - - [2025-08-28 02:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.007856 10.0.0.19 - - [2025-08-28 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.008285 10.0.0.19 - - [2025-08-28 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.41 - - [2025-08-28 02:16:36] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.19 - - [2025-08-28 02:16:36] "POST /neutron/port HTTP/1.1" 200 1065 0.016299 10.0.0.19 - - [2025-08-28 02:16:36] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007341 10.0.0.19 - - [2025-08-28 02:16:36] "POST /service-templates HTTP/1.1" 200 543 0.034606 10.0.0.19 - - [2025-08-28 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.19 - - [2025-08-28 02:16:36] "GET /service-template/8893bbb2-d615-4b06-8cbe-4d9272959fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.011400 10.0.0.19 - - [2025-08-28 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.19 - - [2025-08-28 02:16:36] "GET /service-template/8893bbb2-d615-4b06-8cbe-4d9272959fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003544 10.0.0.19 - - [2025-08-28 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 261 0.001287 10.0.0.19 - - [2025-08-28 02:16:36] "POST /neutron/port HTTP/1.1" 200 1093 0.043991 10.0.0.19 - - [2025-08-28 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 261 0.001214 10.0.0.19 - - [2025-08-28 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.19 - - [2025-08-28 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 262 0.001211 10.0.0.19 - - [2025-08-28 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007076 10.0.0.19 - - [2025-08-28 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.19 - - [2025-08-28 02:16:37] "DELETE /service-template/8893bbb2-d615-4b06-8cbe-4d9272959fc3 HTTP/1.1" 200 115 0.049594 10.0.0.19 - - [2025-08-28 02:16:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.006209 10.0.0.19 - - [2025-08-28 02:16:39] "POST /neutron/port HTTP/1.1" 200 1094 0.015248 10.0.0.19 - - [2025-08-28 02:16:39] "POST /neutron/port HTTP/1.1" 200 151 0.235635 10.0.0.19 - - [2025-08-28 02:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.006863 10.0.0.19 - - [2025-08-28 02:16:40] "POST /neutron/network HTTP/1.1" 200 117 0.007069 10.0.0.19 - - [2025-08-28 02:16:41] "POST /neutron/network HTTP/1.1" 200 903 0.007607 10.0.0.19 - - [2025-08-28 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.41 - - [2025-08-28 02:16:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003290 10.0.0.41 - - [2025-08-28 02:16:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004997 10.0.0.19 - - [2025-08-28 02:16:41] "POST /neutron/network HTTP/1.1" 200 151 0.104036 10.0.0.41 - - [2025-08-28 02:16:41] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001019 10.0.0.19 - - [2025-08-28 02:16:41] "DELETE /route-target/6a476e06-7942-401b-8a26-0a5cd421b1a8 HTTP/1.1" 200 115 0.031040 10.0.0.19 - - [2025-08-28 02:16:41] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.079843 10.0.0.41 - - [2025-08-28 02:16:41] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000986 10.0.0.19 - - [2025-08-28 02:16:41] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?fields=virtual_networks HTTP/1.1" 200 1043 0.031726 10.0.0.41 - - [2025-08-28 02:16:41] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000935 10.0.0.19 - - [2025-08-28 02:16:41] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.049423 10.0.0.41 - - [2025-08-28 02:16:41] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001190 10.0.0.19 - - [2025-08-28 02:16:41] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?fields=security_groups HTTP/1.1" 200 1274 0.039819 10.0.0.19 - - [2025-08-28 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.024656 10.0.0.41 - - [2025-08-28 02:16:42] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002746 10.0.0.41 - - [2025-08-28 02:16:42] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.41 - - [2025-08-28 02:16:42] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006831 10.0.0.41 - - [2025-08-28 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 199 0.001398 10.0.0.41 - - [2025-08-28 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.007506 10.0.0.41 - - [2025-08-28 02:16:42] "POST /security-groups HTTP/1.1" 200 600 0.029154 10.0.0.41 - - [2025-08-28 02:16:43] "POST /projects HTTP/1.1" 200 603 0.218619 10.0.0.19 - - [2025-08-28 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.009558 10.0.0.41 - - [2025-08-28 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.288985 10.0.0.19 - - [2025-08-28 02:16:43] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.428951 10.0.0.19 - - [2025-08-28 02:16:44] "GET / HTTP/1.1" 200 35931 0.001481 10.0.0.19 - - [2025-08-28 02:16:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2025-08-28 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.060621 10.0.0.41 - - [2025-08-28 02:16:44] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000922 10.0.0.19 - - [2025-08-28 02:16:45] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.059844 10.0.0.19 - - [2025-08-28 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.022022 10.0.0.41 - - [2025-08-28 02:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009873 10.0.0.19 - - [2025-08-28 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.267147 10.0.0.41 - - [2025-08-28 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.19 - - [2025-08-28 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001317 10.0.0.19 - - [2025-08-28 02:16:45] "GET /virtual-network/9d2718a5-088e-471a-8f30-197fc6792c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006994 10.0.0.19 - - [2025-08-28 02:16:45] "POST /neutron/network HTTP/1.1" 200 1086 0.009306 10.0.0.19 - - [2025-08-28 02:16:45] "GET /virtual-network/9d2718a5-088e-471a-8f30-197fc6792c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005172 10.0.0.19 - - [2025-08-28 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.008322 10.0.0.19 - - [2025-08-28 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.41 - - [2025-08-28 02:16:45] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000891 10.0.0.19 - - [2025-08-28 02:16:45] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.050347 10.0.0.41 - - [2025-08-28 02:16:46] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.010124 10.0.0.41 - - [2025-08-28 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007819 10.0.0.19 - - [2025-08-28 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.176284 10.0.0.19 - - [2025-08-28 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 269 0.001246 10.0.0.19 - - [2025-08-28 02:16:46] "GET /virtual-network/a2a3511b-e2a0-4a88-8fe5-e52b1bbb3bd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.011651 10.0.0.19 - - [2025-08-28 02:16:46] "POST /neutron/network HTTP/1.1" 200 1089 0.031696 10.0.0.19 - - [2025-08-28 02:16:46] "GET /virtual-network/a2a3511b-e2a0-4a88-8fe5-e52b1bbb3bd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005311 10.0.0.19 - - [2025-08-28 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.008305 10.0.0.19 - - [2025-08-28 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.41 - - [2025-08-28 02:16:46] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000901 10.0.0.19 - - [2025-08-28 02:16:46] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.047125 10.0.0.19 - - [2025-08-28 02:16:47] "POST /route-targets HTTP/1.1" 200 327 0.011736 10.0.0.41 - - [2025-08-28 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.41 - - [2025-08-28 02:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006538 10.0.0.19 - - [2025-08-28 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.181371 10.0.0.41 - - [2025-08-28 02:16:47] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.012411 10.0.0.19 - - [2025-08-28 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 270 0.001181 10.0.0.19 - - [2025-08-28 02:16:47] "GET /virtual-network/e8136450-1b0c-4fdc-8283-afd418add3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006711 10.0.0.19 - - [2025-08-28 02:16:47] "POST /neutron/network HTTP/1.1" 200 1088 0.008934 10.0.0.19 - - [2025-08-28 02:16:47] "GET /virtual-network/e8136450-1b0c-4fdc-8283-afd418add3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.004844 10.0.0.19 - - [2025-08-28 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.007515 10.0.0.19 - - [2025-08-28 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 269 0.001081 10.0.0.41 - - [2025-08-28 02:16:48] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000915 10.0.0.19 - - [2025-08-28 02:16:48] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.059501 10.0.0.19 - - [2025-08-28 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.005661 10.0.0.19 - - [2025-08-28 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 270 0.001135 10.0.0.19 - - [2025-08-28 02:16:48] "POST /neutron/network HTTP/1.1" 200 1098 0.008457 10.0.0.19 - - [2025-08-28 02:16:49] "POST /neutron/port HTTP/1.1" 200 1178 0.021830 10.0.0.41 - - [2025-08-28 02:16:49] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000976 10.0.0.19 - - [2025-08-28 02:16:49] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.127475 10.0.0.19 - - [2025-08-28 02:16:49] "POST /neutron/port HTTP/1.1" 200 1206 0.029047 10.0.0.19 - - [2025-08-28 02:16:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005162 10.0.0.19 - - [2025-08-28 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.19 - - [2025-08-28 02:16:50] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007174 10.0.0.41 - - [2025-08-28 02:16:50] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002137 10.0.0.19 - - [2025-08-28 02:16:50] "POST /neutron/port HTTP/1.1" 200 1175 0.380193 10.0.0.19 - - [2025-08-28 02:16:51] "POST /neutron/port HTTP/1.1" 200 1229 0.117396 10.0.0.19 - - [2025-08-28 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003604 10.0.0.19 - - [2025-08-28 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.19 - - [2025-08-28 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003026 10.0.0.19 - - [2025-08-28 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.41 - - [2025-08-28 02:16:51] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.19 - - [2025-08-28 02:16:51] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007307 10.0.0.19 - - [2025-08-28 02:16:51] "POST /service-templates HTTP/1.1" 200 543 0.042403 10.0.0.19 - - [2025-08-28 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.19 - - [2025-08-28 02:16:51] "GET /service-template/0ddc73d0-c3f5-4efe-9174-21055e49934c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006196 10.0.0.19 - - [2025-08-28 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.19 - - [2025-08-28 02:16:51] "GET /service-template/0ddc73d0-c3f5-4efe-9174-21055e49934c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.003990 10.0.0.19 - - [2025-08-28 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 269 0.001505 10.0.0.19 - - [2025-08-28 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 269 0.001419 10.0.0.19 - - [2025-08-28 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 270 0.001200 10.0.0.19 - - [2025-08-28 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007079 10.0.0.19 - - [2025-08-28 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.19 - - [2025-08-28 02:16:52] "DELETE /service-template/0ddc73d0-c3f5-4efe-9174-21055e49934c HTTP/1.1" 200 115 0.029471 10.0.0.19 - - [2025-08-28 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003033 10.0.0.19 - - [2025-08-28 02:16:53] "POST /neutron/port HTTP/1.1" 200 1203 0.018844 10.0.0.19 - - [2025-08-28 02:16:53] "POST /neutron/port HTTP/1.1" 200 1206 0.014381 10.0.0.19 - - [2025-08-28 02:16:55] "POST /neutron/network HTTP/1.1" 200 1089 0.008443 10.0.0.19 - - [2025-08-28 02:16:55] "DELETE /route-target/24462a07-1703-4fa5-92e8-108407bacdd9 HTTP/1.1" 200 115 0.020222 10.0.0.41 - - [2025-08-28 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003486 10.0.0.41 - - [2025-08-28 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008102 10.0.0.41 - - [2025-08-28 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002504 10.0.0.41 - - [2025-08-28 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.19 - - [2025-08-28 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.152226 10.0.0.19 - - [2025-08-28 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.41 - - [2025-08-28 02:16:56] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001090 10.0.0.19 - - [2025-08-28 02:16:56] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.053195 10.0.0.41 - - [2025-08-28 02:16:56] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001672 10.0.0.19 - - [2025-08-28 02:16:56] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?fields=virtual_networks HTTP/1.1" 200 1051 0.039670 10.0.0.41 - - [2025-08-28 02:16:56] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000946 10.0.0.19 - - [2025-08-28 02:16:56] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.040809 10.0.0.41 - - [2025-08-28 02:16:56] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000959 10.0.0.19 - - [2025-08-28 02:16:56] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?fields=security_groups HTTP/1.1" 200 1286 0.053351 10.0.0.19 - - [2025-08-28 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.026907 10.0.0.41 - - [2025-08-28 02:16:57] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002898 10.0.0.41 - - [2025-08-28 02:16:57] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.41 - - [2025-08-28 02:16:57] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008256 10.0.0.41 - - [2025-08-28 02:16:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.008743 10.0.0.41 - - [2025-08-28 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.005420 10.0.0.41 - - [2025-08-28 02:16:57] "POST /security-groups HTTP/1.1" 200 603 0.028513 10.0.0.41 - - [2025-08-28 02:16:57] "POST /projects HTTP/1.1" 200 609 0.255936 10.0.0.19 - - [2025-08-28 02:16:57] "POST /access-control-lists HTTP/1.1" 200 608 0.037664 10.0.0.41 - - [2025-08-28 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.324830 10.0.0.19 - - [2025-08-28 02:16:57] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.470490 10.0.0.19 - - [2025-08-28 02:16:58] "GET / HTTP/1.1" 200 35931 0.001320 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /project/a137ba6de01046b5ab854c90d4c0603d HTTP/1.1" 404 173 0.017019 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /project/69de4dfef26c40b39165e3c55732da0d HTTP/1.1" 404 173 0.021780 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /project/8e230b37efd745559323adcf0a889d0e HTTP/1.1" 404 173 0.011333 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /project/eb00669055294113bfb1d166b5bef85e HTTP/1.1" 404 173 0.012462 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /project/ba8d1cf5d1b040e0983774e370f0e0ed HTTP/1.1" 404 173 0.017727 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000794 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000820 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000690 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.075688 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002514 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.126048 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.139323 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.158146 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.159547 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001208 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002114 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000810 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000738 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?fields=security_groups HTTP/1.1" 200 1388 0.117341 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?fields=security_groups HTTP/1.1" 200 1391 0.088901 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?fields=security_groups HTTP/1.1" 200 1378 0.134180 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?fields=security_groups HTTP/1.1" 200 1379 0.170343 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?fields=security_groups HTTP/1.1" 200 1367 0.173336 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /security-group/38217d93-f0ab-480d-b2cf-7b0e8e924966 HTTP/1.1" 200 115 0.132313 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003679 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /security-group/6c42ea19-c548-4641-9a8b-7d38c57c929b HTTP/1.1" 200 115 0.229613 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=a137ba6d-e010-46b5-ab85-4c90d4c0603d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004721 10.0.0.19 - - [2025-08-28 02:16:59] "DELETE /access-control-list/d1396194-d626-4aa3-bcb1-d48929ecb202 HTTP/1.1" 200 115 0.129215 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed?fields=application_policy_sets HTTP/1.1" 200 1430 0.109367 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /security-group/c9ffbb5e-0a5f-4f1a-b8c6-9bd4eacd6033 HTTP/1.1" 200 115 0.218701 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=69de4dfe-f26c-40b3-9165-e3c55732da0d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003539 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /security-group/0f0024d6-c8aa-4246-99e4-628a828718db HTTP/1.1" 200 115 0.198167 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /security-group/3460850c-052d-4786-a226-e274848ed144 HTTP/1.1" 200 115 0.196852 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=8e230b37-efd7-4555-9323-adcf0a889d0e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001565 10.0.0.41 - - [2025-08-28 02:16:59] "GET /projects?obj_uuids=f313281c-dc29-4804-957a-6f1e30bf2657&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001475 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d?fields=application_policy_sets HTTP/1.1" 200 1427 0.136056 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/69de4dfe-f26c-40b3-9165-e3c55732da0d?fields=application_policy_sets HTTP/1.1" 200 1417 0.108121 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/f313281c-dc29-4804-957a-6f1e30bf2657?fields=application_policy_sets HTTP/1.1" 200 1406 0.085405 10.0.0.41 - - [2025-08-28 02:16:59] "GET /project/8e230b37-efd7-4555-9323-adcf0a889d0e?fields=application_policy_sets HTTP/1.1" 200 1418 0.167064 10.0.0.19 - - [2025-08-28 02:16:59] "DELETE /access-control-list/de5c1540-3c5c-42e9-ad09-050f92194c4c HTTP/1.1" 200 115 0.104016 10.0.0.19 - - [2025-08-28 02:16:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-08-28 02:16:59] "DELETE /project/ba8d1cf5-d1b0-40e0-9837-74e370f0e0ed HTTP/1.1" 200 115 0.977804 10.0.0.41 - - [2025-08-28 02:17:00] "DELETE /project/a137ba6d-e010-46b5-ab85-4c90d4c0603d HTTP/1.1" 200 115 1.028832 10.0.0.41 - - [2025-08-28 02:17:00] "DELETE /project/69de4dfe-f26c-40b3-9165-e3c55732da0d HTTP/1.1" 200 115 1.045030 10.0.0.19 - - [2025-08-28 02:17:00] "DELETE /access-control-list/abdea381-30ca-4408-a975-a1effbc7ae92 HTTP/1.1" 200 115 0.080621 10.0.0.41 - - [2025-08-28 02:17:00] "DELETE /project/f313281c-dc29-4804-957a-6f1e30bf2657 HTTP/1.1" 200 115 1.093767 10.0.0.41 - - [2025-08-28 02:17:00] "DELETE /project/8e230b37-efd7-4555-9323-adcf0a889d0e HTTP/1.1" 200 115 1.106450 10.0.0.19 - - [2025-08-28 02:17:00] "DELETE /access-control-list/ec6212ad-bb2c-4eac-b230-50d92ec017ab HTTP/1.1" 200 115 0.040852 10.0.0.19 - - [2025-08-28 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.046932 10.0.0.41 - - [2025-08-28 02:17:00] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.19 - - [2025-08-28 02:17:00] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039743 10.0.0.19 - - [2025-08-28 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.046678 10.0.0.19 - - [2025-08-28 02:17:01] "POST /neutron/network HTTP/1.1" 200 837 0.008747 10.0.0.19 - - [2025-08-28 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001243 10.0.0.19 - - [2025-08-28 02:17:01] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005002 10.0.0.19 - - [2025-08-28 02:17:01] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004979 10.0.0.19 - - [2025-08-28 02:17:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.008856 10.0.0.19 - - [2025-08-28 02:17:01] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005405 10.0.0.41 - - [2025-08-28 02:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.035814 10.0.0.38 - - [2025-08-28 02:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.265304 10.0.0.19 - - [2025-08-28 02:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.321844 10.0.0.41 - - [2025-08-28 02:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.333272 10.0.0.38 - - [2025-08-28 02:17:02] "GET /obj-perms HTTP/1.1" 200 5054 0.191761 10.0.0.41 - - [2025-08-28 02:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.028121 10.0.0.19 - - [2025-08-28 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.41 - - [2025-08-28 02:17:03] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000837 10.0.0.19 - - [2025-08-28 02:17:03] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043244 10.0.0.19 - - [2025-08-28 02:17:03] "POST /route-targets HTTP/1.1" 200 327 0.027974 10.0.0.38 - - [2025-08-28 02:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.135359 10.0.0.41 - - [2025-08-28 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004419 10.0.0.19 - - [2025-08-28 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.236310 10.0.0.19 - - [2025-08-28 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001161 10.0.0.19 - - [2025-08-28 02:17:03] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005065 10.0.0.19 - - [2025-08-28 02:17:03] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005673 10.0.0.19 - - [2025-08-28 02:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.207097 10.0.0.19 - - [2025-08-28 02:17:04] "POST /neutron/network HTTP/1.1" 200 840 0.007028 10.0.0.41 - - [2025-08-28 02:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.349092 10.0.0.38 - - [2025-08-28 02:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.373438 10.0.0.19 - - [2025-08-28 02:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.405407 10.0.0.19 - - [2025-08-28 02:17:04] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005555 10.0.0.19 - - [2025-08-28 02:17:04] "GET /global-system-configs HTTP/1.1" 200 322 0.032611 10.0.0.41 - - [2025-08-28 02:17:04] "GET /obj-perms HTTP/1.1" 200 5054 0.125496 10.0.0.19 - - [2025-08-28 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001193 10.0.0.19 - - [2025-08-28 02:17:08] "GET /obj-perms HTTP/1.1" 200 5056 0.040791 10.0.0.38 - - [2025-08-28 02:17:08] "GET /obj-perms HTTP/1.1" 200 5056 0.048274 10.0.0.41 - - [2025-08-28 02:17:35] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.19 - - [2025-08-28 02:17:35] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064579 10.0.0.19 - - [2025-08-28 02:17:35] "POST /neutron/network HTTP/1.1" 200 840 0.007286 10.0.0.19 - - [2025-08-28 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001198 10.0.0.19 - - [2025-08-28 02:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.005911 10.0.0.41 - - [2025-08-28 02:17:36] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.19 - - [2025-08-28 02:17:36] "POST /neutron/port HTTP/1.1" 200 1074 0.427242 10.0.0.19 - - [2025-08-28 02:17:36] "POST /neutron/port HTTP/1.1" 200 1128 0.141865 10.0.0.41 - - [2025-08-28 02:17:36] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.19 - - [2025-08-28 02:17:36] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.100793 10.0.0.19 - - [2025-08-28 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.010589 10.0.0.19 - - [2025-08-28 02:17:36] "POST /neutron/network HTTP/1.1" 200 840 0.020775 10.0.0.19 - - [2025-08-28 02:17:37] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.19 - - [2025-08-28 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.41 - - [2025-08-28 02:17:37] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.19 - - [2025-08-28 02:17:37] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044115 10.0.0.19 - - [2025-08-28 02:17:37] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007283 10.0.0.19 - - [2025-08-28 02:17:37] "GET /floating-ip-pools?parent_id=1a2cbd1d-e9b2-433f-b161-12fce6223fb9&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003654 10.0.0.19 - - [2025-08-28 02:17:37] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005676 10.0.0.19 - - [2025-08-28 02:17:37] "POST /floating-ip-pools HTTP/1.1" 200 609 0.042731 10.0.0.19 - - [2025-08-28 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.020340 10.0.0.19 - - [2025-08-28 02:17:37] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005393 10.0.0.19 - - [2025-08-28 02:17:37] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.016950 10.0.0.19 - - [2025-08-28 02:17:38] "POST /neutron/port HTTP/1.1" 200 1102 0.021793 10.0.0.19 - - [2025-08-28 02:17:38] "POST /neutron/port HTTP/1.1" 200 1071 0.018447 10.0.0.19 - - [2025-08-28 02:17:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004427 10.0.0.19 - - [2025-08-28 02:17:38] "POST /neutron/network HTTP/1.1" 200 837 0.008615 10.0.0.19 - - [2025-08-28 02:17:48] "POST /neutron/port HTTP/1.1" 200 1102 0.013928 10.0.0.19 - - [2025-08-28 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008374 10.0.0.19 - - [2025-08-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 1102 0.014618 10.0.0.19 - - [2025-08-28 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006677 10.0.0.19 - - [2025-08-28 02:18:18] "POST /neutron/port HTTP/1.1" 200 1102 0.015284 10.0.0.19 - - [2025-08-28 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008050 10.0.0.19 - - [2025-08-28 02:18:24] "POST /neutron/port HTTP/1.1" 200 1102 0.013910 10.0.0.19 - - [2025-08-28 02:18:24] "GET /virtual-machine/bcde0e5e-ae59-4304-a6a7-0dc1f1c64708 HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2025-08-28 02:18:24] "GET /virtual-machine/bcde0e5e-ae59-4304-a6a7-0dc1f1c64708 HTTP/1.1" 200 1305 0.027750 10.0.0.19 - - [2025-08-28 02:18:24] "GET /virtual-machine-interface/e0ffc63a-2c6e-4b65-b9ee-d8f0b0df1c7a HTTP/1.1" 200 3005 0.004874 10.0.0.19 - - [2025-08-28 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006694 10.0.0.19 - - [2025-08-28 02:18:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004630 10.0.0.19 - - [2025-08-28 02:18:24] "GET /virtual-networks?parent_id=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005434 10.0.0.19 - - [2025-08-28 02:18:24] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005911 10.0.0.19 - - [2025-08-28 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.19 - - [2025-08-28 02:18:27] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005482 10.0.0.19 - - [2025-08-28 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.19 - - [2025-08-28 02:18:31] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004986 10.0.0.19 - - [2025-08-28 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.19 - - [2025-08-28 02:18:35] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005438 10.0.0.19 - - [2025-08-28 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.19 - - [2025-08-28 02:18:39] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004965 10.0.0.19 - - [2025-08-28 02:18:43] "POST /neutron/port HTTP/1.1" 200 1102 0.045290 10.0.0.19 - - [2025-08-28 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 708 0.010793 10.0.0.19 - - [2025-08-28 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2025-08-28 02:18:43] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005157 10.0.0.19 - - [2025-08-28 02:18:44] "POST /neutron/port HTTP/1.1" 200 1099 0.016615 10.0.0.19 - - [2025-08-28 02:18:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.19 - - [2025-08-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 837 0.006014 10.0.0.19 - - [2025-08-28 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.19 - - [2025-08-28 02:18:47] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005497 10.0.0.19 - - [2025-08-28 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2025-08-28 02:18:51] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005032 10.0.0.19 - - [2025-08-28 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.19 - - [2025-08-28 02:18:55] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006129 10.0.0.19 - - [2025-08-28 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.19 - - [2025-08-28 02:18:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003627 10.0.0.19 - - [2025-08-28 02:18:58] "GET /virtual-networks?parent_id=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002696 10.0.0.19 - - [2025-08-28 02:18:58] "GET /virtual-network/cdb81607-f56b-4997-a17c-84c356fdd1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005913 10.0.0.19 - - [2025-08-28 02:19:03] "POST /neutron/port HTTP/1.1" 200 1102 0.013805 10.0.0.19 - - [2025-08-28 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007179 10.0.0.19 - - [2025-08-28 02:19:09] "POST /neutron/port HTTP/1.1" 200 1102 0.037325 10.0.0.19 - - [2025-08-28 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009403 10.0.0.19 - - [2025-08-28 02:19:18] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007526 10.0.0.19 - - [2025-08-28 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007885 10.0.0.19 - - [2025-08-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 1099 0.013986 10.0.0.19 - - [2025-08-28 02:19:19] "GET /virtual-machine/b04bef02-17d7-41c5-8f9f-694191710aeb HTTP/1.1" 200 1305 0.005620 10.0.0.19 - - [2025-08-28 02:19:19] "GET /virtual-machine-interface/b4903bfa-7a4d-47c9-8338-c4bbd4b6046d HTTP/1.1" 200 3004 0.004624 10.0.0.19 - - [2025-08-28 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.19 - - [2025-08-28 02:19:19] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004788 10.0.0.19 - - [2025-08-28 02:19:19] "GET /virtual-networks?parent_id=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003390 10.0.0.19 - - [2025-08-28 02:19:19] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005533 10.0.0.19 - - [2025-08-28 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.19 - - [2025-08-28 02:19:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003205 10.0.0.19 - - [2025-08-28 02:19:20] "GET /virtual-networks?parent_id=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003249 10.0.0.19 - - [2025-08-28 02:19:20] "GET /virtual-network/1a2cbd1d-e9b2-433f-b161-12fce6223fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005615 10.0.0.19 - - [2025-08-28 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.19 - - [2025-08-28 02:19:20] "GET /routing-instance/07b1e429-6273-4470-8db4-aeaba9041ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.005132 10.0.0.19 - - [2025-08-28 02:19:20] "GET /route-target/82e5530e-31b4-4bd6-b295-3dee237e6a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003818 10.0.0.19 - - [2025-08-28 02:19:41] "POST /neutron/floatingip HTTP/1.1" 200 578 0.014426 10.0.0.19 - - [2025-08-28 02:19:41] "POST /neutron/floatingip HTTP/1.1" 200 115 0.050878 10.0.0.19 - - [2025-08-28 02:19:41] "GET /floating-ip-pool/7e3fa0c1-fd96-40d2-a64d-21fec2a0ba0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004228 10.0.0.19 - - [2025-08-28 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.013525 10.0.0.19 - - [2025-08-28 02:19:41] "DELETE /floating-ip-pool/7e3fa0c1-fd96-40d2-a64d-21fec2a0ba0a HTTP/1.1" 200 115 0.034181 10.0.0.19 - - [2025-08-28 02:19:42] "POST /neutron/port HTTP/1.1" 200 1099 0.014069 10.0.0.19 - - [2025-08-28 02:19:42] "POST /neutron/port HTTP/1.1" 200 151 0.221717 10.0.0.19 - - [2025-08-28 02:19:43] "POST /neutron/network HTTP/1.1" 200 840 0.006908 10.0.0.19 - - [2025-08-28 02:19:43] "DELETE /route-target/c7fa2d8a-c014-4e20-a564-e730b5b2f574 HTTP/1.1" 200 115 0.040278 10.0.0.41 - - [2025-08-28 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.031250 10.0.0.41 - - [2025-08-28 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002306 10.0.0.19 - - [2025-08-28 02:19:44] "POST /neutron/network HTTP/1.1" 200 151 0.163610 10.0.0.41 - - [2025-08-28 02:19:45] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.19 - - [2025-08-28 02:19:45] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062003 10.0.0.41 - - [2025-08-28 02:19:45] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002247 10.0.0.19 - - [2025-08-28 02:19:45] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?fields=virtual_networks HTTP/1.1" 200 1057 0.048949 10.0.0.41 - - [2025-08-28 02:19:45] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.19 - - [2025-08-28 02:19:45] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.039385 10.0.0.41 - - [2025-08-28 02:19:45] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.19 - - [2025-08-28 02:19:45] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?fields=security_groups HTTP/1.1" 200 1295 0.040640 10.0.0.19 - - [2025-08-28 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.023023 10.0.0.41 - - [2025-08-28 02:19:46] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.41 - - [2025-08-28 02:19:46] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.41 - - [2025-08-28 02:19:46] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030082 10.0.0.41 - - [2025-08-28 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.004804 10.0.0.41 - - [2025-08-28 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003989 10.0.0.41 - - [2025-08-28 02:19:47] "POST /security-groups HTTP/1.1" 200 591 0.029960 10.0.0.19 - - [2025-08-28 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.005181 10.0.0.41 - - [2025-08-28 02:19:47] "POST /projects HTTP/1.1" 200 585 0.234232 10.0.0.41 - - [2025-08-28 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.305801 10.0.0.19 - - [2025-08-28 02:19:47] "POST /access-control-lists HTTP/1.1" 200 594 0.036183 10.0.0.19 - - [2025-08-28 02:19:47] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.472035 10.0.0.19 - - [2025-08-28 02:19:48] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.41 - - [2025-08-28 02:19:51] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.19 - - [2025-08-28 02:19:51] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039515 10.0.0.41 - - [2025-08-28 02:19:51] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.19 - - [2025-08-28 02:19:51] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?fields=virtual_networks HTTP/1.1" 200 1032 0.042648 10.0.0.41 - - [2025-08-28 02:19:51] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.19 - - [2025-08-28 02:19:51] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042548 10.0.0.41 - - [2025-08-28 02:19:51] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.19 - - [2025-08-28 02:19:51] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?fields=security_groups HTTP/1.1" 200 1258 0.041306 10.0.0.19 - - [2025-08-28 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.021671 10.0.0.41 - - [2025-08-28 02:19:52] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003039 10.0.0.41 - - [2025-08-28 02:19:52] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.41 - - [2025-08-28 02:19:52] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006743 10.0.0.41 - - [2025-08-28 02:19:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.004062 10.0.0.41 - - [2025-08-28 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.005659 10.0.0.41 - - [2025-08-28 02:19:52] "POST /security-groups HTTP/1.1" 200 586 0.071372 10.0.0.41 - - [2025-08-28 02:19:52] "POST /projects HTTP/1.1" 200 575 0.282077 10.0.0.19 - - [2025-08-28 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.007792 10.0.0.41 - - [2025-08-28 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.348909 10.0.0.19 - - [2025-08-28 02:19:52] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.477779 10.0.0.19 - - [2025-08-28 02:19:53] "GET / HTTP/1.1" 200 35931 0.001348 10.0.0.41 - - [2025-08-28 02:19:59] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.19 - - [2025-08-28 02:19:59] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.029700 10.0.0.41 - - [2025-08-28 02:19:59] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.19 - - [2025-08-28 02:19:59] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?fields=virtual_networks HTTP/1.1" 200 1022 0.060753 10.0.0.41 - - [2025-08-28 02:19:59] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.19 - - [2025-08-28 02:19:59] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041060 10.0.0.41 - - [2025-08-28 02:19:59] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.19 - - [2025-08-28 02:19:59] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?fields=security_groups HTTP/1.1" 200 1243 0.047439 10.0.0.19 - - [2025-08-28 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.033015 10.0.0.41 - - [2025-08-28 02:20:00] "DELETE /project/4926513ed00044c895f3d937176dd5b2 HTTP/1.1" 404 173 0.011614 10.0.0.41 - - [2025-08-28 02:20:00] "DELETE /project/37d200e040564e31b98b8a3481cda2c4 HTTP/1.1" 404 173 0.013294 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000781 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000680 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.061979 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.086565 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.099209 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004291 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?fields=security_groups HTTP/1.1" 200 1363 0.068485 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?fields=security_groups HTTP/1.1" 200 1400 0.074905 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?fields=security_groups HTTP/1.1" 200 1348 0.102607 10.0.0.41 - - [2025-08-28 02:20:00] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002287 10.0.0.41 - - [2025-08-28 02:20:00] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.020315 10.0.0.41 - - [2025-08-28 02:20:00] "DELETE /security-group/c049daa8-8c2d-4e05-8671-8b249a6f8dec HTTP/1.1" 200 115 0.159968 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=4926513e-d000-44c8-95f3-d937176dd5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008640 10.0.0.41 - - [2025-08-28 02:20:00] "DELETE /security-group/2aed0233-ac1e-438b-b652-f35fce73cdff HTTP/1.1" 200 115 0.174977 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=eb006690-5529-4113-bfb1-d166b5bef85e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.41 - - [2025-08-28 02:20:00] "DELETE /security-group/d3c06f7a-a03d-4b51-8871-1a8cae22e0b7 HTTP/1.1" 200 115 0.215303 10.0.0.41 - - [2025-08-28 02:20:00] "GET /projects?obj_uuids=37d200e0-4056-4e31-b98b-8a3481cda2c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001350 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/4926513e-d000-44c8-95f3-d937176dd5b2?fields=application_policy_sets HTTP/1.1" 200 1402 0.122832 10.0.0.19 - - [2025-08-28 02:20:00] "DELETE /access-control-list/1b536c49-9be3-4f9e-b045-e94d8977ada7 HTTP/1.1" 200 115 0.101262 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/37d200e0-4056-4e31-b98b-8a3481cda2c4?fields=application_policy_sets HTTP/1.1" 200 1387 0.114755 10.0.0.41 - - [2025-08-28 02:20:00] "GET /project/eb006690-5529-4113-bfb1-d166b5bef85e?fields=application_policy_sets HTTP/1.1" 200 1439 0.194214 10.0.0.41 - - [2025-08-28 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.003645 10.0.0.41 - - [2025-08-28 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.010423 10.0.0.19 - - [2025-08-28 02:20:01] "DELETE /access-control-list/4917232b-66c9-45d5-8aa1-4a1cae220ad8 HTTP/1.1" 200 115 0.176769 10.0.0.41 - - [2025-08-28 02:20:01] "DELETE /project/4926513e-d000-44c8-95f3-d937176dd5b2 HTTP/1.1" 200 115 0.975274 10.0.0.41 - - [2025-08-28 02:20:01] "POST /security-groups HTTP/1.1" 200 590 0.190445 10.0.0.41 - - [2025-08-28 02:20:01] "POST /projects HTTP/1.1" 200 583 0.724039 10.0.0.41 - - [2025-08-28 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.789793 10.0.0.41 - - [2025-08-28 02:20:01] "DELETE /project/37d200e0-4056-4e31-b98b-8a3481cda2c4 HTTP/1.1" 200 115 1.097447 10.0.0.41 - - [2025-08-28 02:20:01] "DELETE /project/eb006690-5529-4113-bfb1-d166b5bef85e HTTP/1.1" 200 115 1.095081 10.0.0.19 - - [2025-08-28 02:20:01] "POST /access-control-lists HTTP/1.1" 200 595 0.047533 10.0.0.19 - - [2025-08-28 02:20:01] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 1.039384 10.0.0.19 - - [2025-08-28 02:20:02] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.41 - - [2025-08-28 02:20:05] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000948 10.0.0.19 - - [2025-08-28 02:20:05] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.046403 10.0.0.41 - - [2025-08-28 02:20:05] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001721 10.0.0.19 - - [2025-08-28 02:20:05] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?fields=virtual_networks HTTP/1.1" 200 1031 0.044257 10.0.0.41 - - [2025-08-28 02:20:05] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001134 10.0.0.19 - - [2025-08-28 02:20:05] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.048801 10.0.0.41 - - [2025-08-28 02:20:05] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000939 10.0.0.19 - - [2025-08-28 02:20:05] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?fields=security_groups HTTP/1.1" 200 1256 0.037631 10.0.0.19 - - [2025-08-28 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.027351 10.0.0.41 - - [2025-08-28 02:20:06] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002782 10.0.0.41 - - [2025-08-28 02:20:06] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.41 - - [2025-08-28 02:20:06] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006282 10.0.0.41 - - [2025-08-28 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.004560 10.0.0.41 - - [2025-08-28 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.007255 10.0.0.41 - - [2025-08-28 02:20:07] "POST /security-groups HTTP/1.1" 200 591 0.069179 10.0.0.19 - - [2025-08-28 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003051 10.0.0.41 - - [2025-08-28 02:20:07] "POST /projects HTTP/1.1" 200 585 0.291815 10.0.0.41 - - [2025-08-28 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.362419 10.0.0.19 - - [2025-08-28 02:20:07] "POST /access-control-lists HTTP/1.1" 200 594 0.030043 10.0.0.19 - - [2025-08-28 02:20:07] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.486912 10.0.0.19 - - [2025-08-28 02:20:08] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.41 - - [2025-08-28 02:20:11] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.19 - - [2025-08-28 02:20:11] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041232 10.0.0.41 - - [2025-08-28 02:20:11] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.19 - - [2025-08-28 02:20:11] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?fields=virtual_networks HTTP/1.1" 200 1033 0.042755 10.0.0.41 - - [2025-08-28 02:20:11] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.19 - - [2025-08-28 02:20:11] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036248 10.0.0.41 - - [2025-08-28 02:20:11] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.19 - - [2025-08-28 02:20:11] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?fields=security_groups HTTP/1.1" 200 1259 0.038730 10.0.0.19 - - [2025-08-28 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.025430 10.0.0.41 - - [2025-08-28 02:20:12] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002701 10.0.0.41 - - [2025-08-28 02:20:12] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.41 - - [2025-08-28 02:20:12] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006768 10.0.0.41 - - [2025-08-28 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 194 0.001947 10.0.0.41 - - [2025-08-28 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 203 0.004358 10.0.0.41 - - [2025-08-28 02:20:12] "POST /security-groups HTTP/1.1" 200 595 0.029177 10.0.0.41 - - [2025-08-28 02:20:12] "POST /projects HTTP/1.1" 200 593 0.233557 10.0.0.41 - - [2025-08-28 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.302557 10.0.0.19 - - [2025-08-28 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 237 0.019114 10.0.0.19 - - [2025-08-28 02:20:12] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.468438 10.0.0.19 - - [2025-08-28 02:20:13] "GET / HTTP/1.1" 200 35931 0.001440 10.0.0.41 - - [2025-08-28 02:20:16] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001081 10.0.0.19 - - [2025-08-28 02:20:16] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.050622 10.0.0.41 - - [2025-08-28 02:20:16] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918 10.0.0.19 - - [2025-08-28 02:20:17] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?fields=virtual_networks HTTP/1.1" 200 1041 0.043383 10.0.0.41 - - [2025-08-28 02:20:17] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001126 10.0.0.19 - - [2025-08-28 02:20:17] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.057508 10.0.0.41 - - [2025-08-28 02:20:17] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001007 10.0.0.19 - - [2025-08-28 02:20:17] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?fields=security_groups HTTP/1.1" 200 1271 0.049813 10.0.0.19 - - [2025-08-28 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.023942 10.0.0.41 - - [2025-08-28 02:20:18] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002882 10.0.0.41 - - [2025-08-28 02:20:18] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.41 - - [2025-08-28 02:20:18] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007632 10.0.0.41 - - [2025-08-28 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001092 10.0.0.41 - - [2025-08-28 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.006997 10.0.0.41 - - [2025-08-28 02:20:18] "POST /security-groups HTTP/1.1" 200 586 0.026874 10.0.0.41 - - [2025-08-28 02:20:18] "POST /projects HTTP/1.1" 200 575 0.245049 10.0.0.19 - - [2025-08-28 02:20:18] "POST /access-control-lists HTTP/1.1" 200 591 0.039537 10.0.0.41 - - [2025-08-28 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.314547 10.0.0.19 - - [2025-08-28 02:20:18] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.462488 10.0.0.19 - - [2025-08-28 02:20:19] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.19 - - [2025-08-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003356 10.0.0.19 - - [2025-08-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.003688 10.0.0.19 - - [2025-08-28 02:20:20] "POST /access-control-lists HTTP/1.1" 200 588 0.025566 10.0.0.19 - - [2025-08-28 02:20:20] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.029527 10.0.0.19 - - [2025-08-28 02:20:20] "PUT /access-control-list/a8c391cf-6454-4877-a014-a32a4a680266 HTTP/1.1" 200 272 0.018595 10.0.0.19 - - [2025-08-28 02:20:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.184928 10.0.0.19 - - [2025-08-28 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.004663 10.0.0.19 - - [2025-08-28 02:20:21] "POST /access-control-lists HTTP/1.1" 200 590 0.037683 10.0.0.19 - - [2025-08-28 02:20:21] "PUT /access-control-list/b7fd10d7-67f6-4229-be5c-f57f4b2681e1 HTTP/1.1" 200 272 0.018234 10.0.0.19 - - [2025-08-28 02:20:21] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009994 10.0.0.19 - - [2025-08-28 02:20:21] "PUT /access-control-list/f934fc27-8a74-465b-aab0-1dc379033760 HTTP/1.1" 200 272 0.028672 10.0.0.19 - - [2025-08-28 02:20:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115095 10.0.0.19 - - [2025-08-28 02:20:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-08-28 02:20:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.023454 10.0.0.19 - - [2025-08-28 02:20:22] "POST /access-control-lists HTTP/1.1" 200 607 0.024546 10.0.0.19 - - [2025-08-28 02:20:22] "PUT /access-control-list/9ad2d2ae-bbf3-4bd5-ac32-ac4d128824c5 HTTP/1.1" 200 272 0.011444 10.0.0.19 - - [2025-08-28 02:20:22] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.032287 10.0.0.19 - - [2025-08-28 02:20:23] "PUT /access-control-list/8a98d3a2-10e3-4813-8374-30d791d53742 HTTP/1.1" 200 272 0.018449 10.0.0.19 - - [2025-08-28 02:20:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144004 10.0.0.19 - - [2025-08-28 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.003700 10.0.0.19 - - [2025-08-28 02:20:23] "POST /access-control-lists HTTP/1.1" 200 607 0.027183 10.0.0.19 - - [2025-08-28 02:20:23] "PUT /access-control-list/53a65839-1906-43db-97a6-c01359f75fef HTTP/1.1" 200 272 0.019522 10.0.0.19 - - [2025-08-28 02:20:23] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010414 10.0.0.19 - - [2025-08-28 02:20:23] "PUT /access-control-list/42275438-23c3-4974-8724-8c35dd703b34 HTTP/1.1" 200 272 0.023581 10.0.0.19 - - [2025-08-28 02:20:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163835 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.016949 10.0.0.19 - - [2025-08-28 02:20:25] "PUT /logical-router/ac32a7e3-207a-483d-a7a1-c13124cb01bd HTTP/1.1" 200 262 0.044308 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.006811 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003751 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003976 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.004280 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003369 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003702 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.004247 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003539 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003880 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.003890 10.0.0.19 - - [2025-08-28 02:20:25] "POST /neutron/router HTTP/1.1" 200 541 0.032247 10.0.0.41 - - [2025-08-28 02:20:26] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.100248 10.0.0.19 - - [2025-08-28 02:20:26] "POST /route-targets HTTP/1.1" 200 327 0.013027 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.014919 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003648 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003689 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.004345 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003669 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003601 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003996 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003819 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.003705 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.004158 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.021488 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 542 0.004182 10.0.0.19 - - [2025-08-28 02:20:26] "DELETE /route-target/e58f09cf-6d53-46c8-8fb0-341c261d8d76 HTTP/1.1" 200 115 0.031865 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 559 0.005944 10.0.0.19 - - [2025-08-28 02:20:26] "POST /neutron/router HTTP/1.1" 200 559 0.014508 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003421 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.004070 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003536 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003621 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003827 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003813 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003335 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003738 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.003742 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 559 0.010106 10.0.0.19 - - [2025-08-28 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010455 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/router HTTP/1.1" 200 151 0.071306 10.0.0.41 - - [2025-08-28 02:20:27] "GET /logical-router/637623fa-6667-4157-b7a5-bd32692cc1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.051100 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 521 0.008285 10.0.0.19 - - [2025-08-28 02:20:27] "DELETE /access-control-list/42275438-23c3-4974-8724-8c35dd703b34 HTTP/1.1" 200 115 0.034783 10.0.0.19 - - [2025-08-28 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 151 0.075171 10.0.0.19 - - [2025-08-28 02:20:27] "DELETE /access-control-list/b7fd10d7-67f6-4229-be5c-f57f4b2681e1 HTTP/1.1" 200 115 0.035228 10.0.0.19 - - [2025-08-28 02:20:27] "DELETE /access-control-list/a8c391cf-6454-4877-a014-a32a4a680266 HTTP/1.1" 200 115 0.029298 10.0.0.41 - - [2025-08-28 02:20:29] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001304 10.0.0.19 - - [2025-08-28 02:20:29] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.044673 10.0.0.41 - - [2025-08-28 02:20:29] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001382 10.0.0.19 - - [2025-08-28 02:20:29] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?fields=virtual_networks HTTP/1.1" 200 1023 0.049999 10.0.0.41 - - [2025-08-28 02:20:29] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001196 10.0.0.19 - - [2025-08-28 02:20:29] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.037515 10.0.0.41 - - [2025-08-28 02:20:29] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001205 10.0.0.19 - - [2025-08-28 02:20:29] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?fields=security_groups HTTP/1.1" 200 1244 0.062615 10.0.0.19 - - [2025-08-28 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.024504 10.0.0.41 - - [2025-08-28 02:20:30] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003002 10.0.0.41 - - [2025-08-28 02:20:30] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.41 - - [2025-08-28 02:20:30] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008102 10.0.0.41 - - [2025-08-28 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 186 0.011644 10.0.0.41 - - [2025-08-28 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.004390 10.0.0.41 - - [2025-08-28 02:20:30] "POST /security-groups HTTP/1.1" 200 587 0.069543 10.0.0.41 - - [2025-08-28 02:20:30] "POST /projects HTTP/1.1" 200 577 0.307347 10.0.0.19 - - [2025-08-28 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.014302 10.0.0.41 - - [2025-08-28 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.380682 10.0.0.19 - - [2025-08-28 02:20:30] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.518185 10.0.0.19 - - [2025-08-28 02:20:31] "GET / HTTP/1.1" 200 35931 0.001449 10.0.0.19 - - [2025-08-28 02:20:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.19 - - [2025-08-28 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.057145 10.0.0.41 - - [2025-08-28 02:20:33] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000959 10.0.0.19 - - [2025-08-28 02:20:33] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.034245 10.0.0.19 - - [2025-08-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 117 0.028080 10.0.0.19 - - [2025-08-28 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.029084 10.0.0.19 - - [2025-08-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 822 0.020605 10.0.0.19 - - [2025-08-28 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 216 0.001106 10.0.0.19 - - [2025-08-28 02:20:34] "GET /virtual-network/646dc88b-425e-482f-ad6f-161d7abc8f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004909 10.0.0.19 - - [2025-08-28 02:20:34] "GET /virtual-network/646dc88b-425e-482f-ad6f-161d7abc8f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005189 10.0.0.19 - - [2025-08-28 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.008952 10.0.0.19 - - [2025-08-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002588 10.0.0.19 - - [2025-08-28 02:20:34] "GET /virtual-network/646dc88b-425e-482f-ad6f-161d7abc8f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005315 10.0.0.19 - - [2025-08-28 02:20:34] "GET /virtual-machine-interface/e9c2996b-1622-4624-8918-dff838e09be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008793 10.0.0.19 - - [2025-08-28 02:20:34] "GET /virtual-machine-interface/e9c2996b-1622-4624-8918-dff838e09be8?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.007820 10.0.0.19 - - [2025-08-28 02:20:34] "GET /instance-ip/8d489b36-da8c-47fa-a24a-84bc84132eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.004156 10.0.0.19 - - [2025-08-28 02:20:35] "POST /neutron/port HTTP/1.1" 200 151 0.148965 10.0.0.19 - - [2025-08-28 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.41 - - [2025-08-28 02:20:38] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000889 10.0.0.19 - - [2025-08-28 02:20:38] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.059220 10.0.0.19 - - [2025-08-28 02:20:38] "POST /neutron/network HTTP/1.1" 200 117 0.008485 10.0.0.19 - - [2025-08-28 02:20:38] "POST /route-targets HTTP/1.1" 200 327 0.015080 10.0.0.41 - - [2025-08-28 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006690 10.0.0.19 - - [2025-08-28 02:20:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.222113 10.0.0.19 - - [2025-08-28 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 217 0.001335 10.0.0.19 - - [2025-08-28 02:20:38] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005239 10.0.0.19 - - [2025-08-28 02:20:39] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005612 10.0.0.19 - - [2025-08-28 02:20:39] "POST /neutron/network HTTP/1.1" 200 975 0.029305 10.0.0.41 - - [2025-08-28 02:20:39] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001169 10.0.0.19 - - [2025-08-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 1016 0.236310 10.0.0.19 - - [2025-08-28 02:20:39] "POST /id-to-fqname HTTP/1.1" 200 217 0.001365 10.0.0.19 - - [2025-08-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 1016 0.028347 10.0.0.19 - - [2025-08-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.006444 10.0.0.19 - - [2025-08-28 02:20:40] "POST /id-to-fqname HTTP/1.1" 200 217 0.001333 10.0.0.19 - - [2025-08-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 1017 0.012207 10.0.0.19 - - [2025-08-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009844 10.0.0.19 - - [2025-08-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.014319 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1016 0.009084 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1016 0.008291 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 985 0.021124 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1082 0.016320 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.016608 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1083 0.041422 10.0.0.19 - - [2025-08-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.19 - - [2025-08-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1082 0.014921 10.0.0.19 - - [2025-08-28 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.010017 10.0.0.19 - - [2025-08-28 02:20:45] "POST /neutron/port HTTP/1.1" 200 1083 0.014430 10.0.0.19 - - [2025-08-28 02:20:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003485 10.0.0.19 - - [2025-08-28 02:20:45] "POST /neutron/network HTTP/1.1" 200 975 0.008355 10.0.0.19 - - [2025-08-28 02:20:45] "POST /neutron/port HTTP/1.1" 200 1082 0.014460 10.0.0.19 - - [2025-08-28 02:20:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012790 10.0.0.19 - - [2025-08-28 02:20:46] "GET /virtual-machine/34c21feb-dae5-48b8-ae56-e961f205083a HTTP/1.1" 401 292 0.000454 10.0.0.19 - - [2025-08-28 02:20:46] "GET /virtual-machine/34c21feb-dae5-48b8-ae56-e961f205083a HTTP/1.1" 200 1284 0.025122 10.0.0.19 - - [2025-08-28 02:20:46] "GET /virtual-machine-interface/71a61f91-1664-4f07-9953-17cb020581bc HTTP/1.1" 200 2924 0.004988 10.0.0.19 - - [2025-08-28 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.19 - - [2025-08-28 02:20:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003587 10.0.0.19 - - [2025-08-28 02:20:46] "GET /virtual-networks?parent_id=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003411 10.0.0.19 - - [2025-08-28 02:20:46] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006813 10.0.0.19 - - [2025-08-28 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.19 - - [2025-08-28 02:20:49] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005180 10.0.0.19 - - [2025-08-28 02:20:50] "POST /neutron/port HTTP/1.1" 200 1082 0.013488 10.0.0.19 - - [2025-08-28 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.19 - - [2025-08-28 02:20:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003328 10.0.0.19 - - [2025-08-28 02:20:51] "GET /virtual-networks?parent_id=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002922 10.0.0.19 - - [2025-08-28 02:20:51] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007154 10.0.0.19 - - [2025-08-28 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008797 10.0.0.19 - - [2025-08-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 1083 0.015406 10.0.0.19 - - [2025-08-28 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006373 10.0.0.19 - - [2025-08-28 02:20:57] "GET /virtual-machine/e8313bd2-8271-4393-b5d9-f1ac0b423d26 HTTP/1.1" 200 1285 0.005741 10.0.0.19 - - [2025-08-28 02:20:57] "GET /virtual-machine-interface/92dcb126-f8ac-49d2-b203-b233ef62e612 HTTP/1.1" 200 2925 0.004859 10.0.0.19 - - [2025-08-28 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.19 - - [2025-08-28 02:20:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003400 10.0.0.19 - - [2025-08-28 02:20:57] "GET /virtual-networks?parent_id=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002659 10.0.0.19 - - [2025-08-28 02:20:57] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005943 10.0.0.19 - - [2025-08-28 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.19 - - [2025-08-28 02:20:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003276 10.0.0.19 - - [2025-08-28 02:20:58] "GET /virtual-networks?parent_id=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002509 10.0.0.19 - - [2025-08-28 02:20:58] "GET /virtual-network/dc267c07-08c0-405d-b0ec-3f456d7ac9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005683 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /project/f0e928b543a942a5a1626b8914c56b8f HTTP/1.1" 404 173 0.016685 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /project/9021cfa6d6b74f3094b0cceacb4f2b57 HTTP/1.1" 404 173 0.010790 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /project/9fba31c081ad4b3794c1415b4ab779c1 HTTP/1.1" 404 173 0.014788 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /project/bab95894da074a12bcf4072d67bc3f71 HTTP/1.1" 404 173 0.014033 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000793 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000765 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000745 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000730 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.060561 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003146 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.075655 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.107852 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.116319 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?fields=security_groups HTTP/1.1" 200 1361 0.119863 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?fields=security_groups HTTP/1.1" 200 1349 0.072630 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?fields=security_groups HTTP/1.1" 200 1364 0.089110 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?fields=security_groups HTTP/1.1" 200 1376 0.138078 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /security-group/475c26da-bd39-474c-ad03-3758574e9bc2 HTTP/1.1" 200 115 0.132651 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=bccd970a-2de2-4132-9ae0-3225272fe66a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001144 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /security-group/994808c2-5e6d-4fc3-b2cb-c260344561b4 HTTP/1.1" 200 115 0.187293 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=f0e928b5-43a9-42a5-a162-6b8914c56b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001084 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /security-group/5a930ea5-d4d7-43eb-b1fd-ae8d59b247a7 HTTP/1.1" 200 115 0.194435 10.0.0.41 - - [2025-08-28 02:21:01] "DELETE /security-group/1a9006bc-4758-4ee3-bcee-7247ba4819bc HTTP/1.1" 200 115 0.189197 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=9fba31c0-81ad-4b37-94c1-415b4ab779c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.41 - - [2025-08-28 02:21:01] "GET /projects?obj_uuids=bab95894-da07-4a12-bcf4-072d67bc3f71&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001107 10.0.0.19 - - [2025-08-28 02:21:01] "DELETE /access-control-list/b346fa6b-989b-4c39-bef6-fd76143c2696 HTTP/1.1" 200 115 0.064031 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/bccd970a-2de2-4132-9ae0-3225272fe66a?fields=application_policy_sets HTTP/1.1" 200 1400 0.137817 10.0.0.41 - - [2025-08-28 02:21:01] "GET /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f?fields=application_policy_sets HTTP/1.1" 200 1388 0.096161 10.0.0.41 - - [2025-08-28 02:21:02] "GET /project/bab95894-da07-4a12-bcf4-072d67bc3f71?fields=application_policy_sets HTTP/1.1" 200 1415 0.110362 10.0.0.41 - - [2025-08-28 02:21:02] "GET /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1?fields=application_policy_sets HTTP/1.1" 200 1403 0.162546 10.0.0.19 - - [2025-08-28 02:21:02] "DELETE /access-control-list/a389da3d-0ed3-4fd6-b9ff-1f54bebaff73 HTTP/1.1" 200 115 0.100145 10.0.0.41 - - [2025-08-28 02:21:02] "DELETE /project/bccd970a-2de2-4132-9ae0-3225272fe66a HTTP/1.1" 200 115 0.874216 10.0.0.41 - - [2025-08-28 02:21:02] "DELETE /project/f0e928b5-43a9-42a5-a162-6b8914c56b8f HTTP/1.1" 200 115 0.888380 10.0.0.41 - - [2025-08-28 02:21:02] "DELETE /project/bab95894-da07-4a12-bcf4-072d67bc3f71 HTTP/1.1" 200 115 0.945908 10.0.0.41 - - [2025-08-28 02:21:02] "DELETE /project/9fba31c0-81ad-4b37-94c1-415b4ab779c1 HTTP/1.1" 200 115 0.954948 10.0.0.19 - - [2025-08-28 02:21:02] "DELETE /access-control-list/6bd7c748-4645-4756-b989-94309f03f5be HTTP/1.1" 200 115 0.069199 10.0.0.19 - - [2025-08-28 02:21:02] "POST /neutron/port HTTP/1.1" 200 151 0.421158 10.0.0.19 - - [2025-08-28 02:21:02] "POST /neutron/network HTTP/1.1" 200 975 0.011031 10.0.0.19 - - [2025-08-28 02:21:02] "POST /neutron/port HTTP/1.1" 200 1108 0.010518 10.0.0.19 - - [2025-08-28 02:21:02] "POST /neutron/port HTTP/1.1" 200 1108 0.015181 10.0.0.19 - - [2025-08-28 02:21:02] "POST /neutron/network HTTP/1.1" 200 975 0.014716 Traceback (most recent call last): File "/usr/local/bin/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/bin/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/__init__.py", line 1411, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_interface.py", line 476, in plugin_http_post_port return self.plugin_update_port(context, port) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_interface.py", line 438, in plugin_update_port net_info = cfgdb.port_update(port['id'], File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 3546, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 5069, in port_update port_obj = self._port_neutron_to_vnc(port_q, None, UPDATE) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 2817, in _port_neutron_to_vnc port_obj.get_virtual_network_refs()[0]['uuid']) TypeError: 'NoneType' object is not subscriptable 10.0.0.19 - - [2025-08-28 02:21:03] "POST /neutron/port HTTP/1.1" 500 156 0.104054 10.0.0.19 - - [2025-08-28 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.007447 10.0.0.41 - - [2025-08-28 02:21:04] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.19 - - [2025-08-28 02:21:04] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046316 10.0.0.41 - - [2025-08-28 02:21:04] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000950 10.0.0.19 - - [2025-08-28 02:21:04] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?fields=virtual_networks HTTP/1.1" 200 1025 0.037408 10.0.0.41 - - [2025-08-28 02:21:04] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001037 10.0.0.19 - - [2025-08-28 02:21:04] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.038719 10.0.0.41 - - [2025-08-28 02:21:04] "GET /projects?obj_uuids=9021cfa6-d6b7-4f30-94b0-cceacb4f2b57&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.19 - - [2025-08-28 02:21:04] "GET /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57?fields=security_groups HTTP/1.1" 200 1247 0.033113 10.0.0.19 - - [2025-08-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.023839 10.0.0.41 - - [2025-08-28 02:21:05] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002612 10.0.0.41 - - [2025-08-28 02:21:05] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.41 - - [2025-08-28 02:21:05] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006722 10.0.0.41 - - [2025-08-28 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.001993 10.0.0.41 - - [2025-08-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.007469 10.0.0.41 - - [2025-08-28 02:21:05] "POST /security-groups HTTP/1.1" 200 589 0.040383 10.0.0.19 - - [2025-08-28 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.009908 10.0.0.41 - - [2025-08-28 02:21:06] "POST /projects HTTP/1.1" 200 581 0.242604 10.0.0.41 - - [2025-08-28 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.316399 10.0.0.19 - - [2025-08-28 02:21:06] "POST /access-control-lists HTTP/1.1" 200 592 0.034886 10.0.0.19 - - [2025-08-28 02:21:06] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.468583 10.0.0.19 - - [2025-08-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.005504 10.0.0.19 - - [2025-08-28 02:21:07] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.19 - - [2025-08-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.19 - - [2025-08-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.057876 10.0.0.41 - - [2025-08-28 02:21:09] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.19 - - [2025-08-28 02:21:09] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036330 10.0.0.41 - - [2025-08-28 02:21:09] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001181 10.0.0.19 - - [2025-08-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 605 0.138360 10.0.0.19 - - [2025-08-28 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.002848 10.0.0.19 - - [2025-08-28 02:21:09] "GET /virtual-network/d02bb61b-af21-4cbf-bd29-c796a169fc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004755 10.0.0.19 - - [2025-08-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 825 0.006150 10.0.0.19 - - [2025-08-28 02:21:09] "GET /virtual-network/d02bb61b-af21-4cbf-bd29-c796a169fc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004593 10.0.0.19 - - [2025-08-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.41 - - [2025-08-28 02:21:10] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.19 - - [2025-08-28 02:21:10] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035637 10.0.0.19 - - [2025-08-28 02:21:10] "POST /neutron/network HTTP/1.1" 200 117 0.027612 10.0.0.19 - - [2025-08-28 02:21:10] "POST /route-targets HTTP/1.1" 200 327 0.012021 10.0.0.19 - - [2025-08-28 02:21:10] "POST /neutron/network HTTP/1.1" 200 825 0.007416 10.0.0.19 - - [2025-08-28 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001051 10.0.0.19 - - [2025-08-28 02:21:10] "GET /virtual-network/1b5cff95-8b86-4145-92fc-e876ded1d1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005736 10.0.0.19 - - [2025-08-28 02:21:10] "GET /virtual-network/1b5cff95-8b86-4145-92fc-e876ded1d1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005615 10.0.0.19 - - [2025-08-28 02:21:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.009606 10.0.0.19 - - [2025-08-28 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.000992 10.0.0.41 - - [2025-08-28 02:21:11] "GET /obj-perms HTTP/1.1" 200 5056 0.047767 10.0.0.41 - - [2025-08-28 02:21:11] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.19 - - [2025-08-28 02:21:11] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.365360 10.0.0.19 - - [2025-08-28 02:21:11] "GET /obj-perms HTTP/1.1" 200 5056 0.068554 10.0.0.19 - - [2025-08-28 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.005699 10.0.0.19 - - [2025-08-28 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001436 10.0.0.19 - - [2025-08-28 02:21:12] "POST /neutron/network HTTP/1.1" 200 835 0.006265 10.0.0.19 - - [2025-08-28 02:21:12] "POST /neutron/port HTTP/1.1" 200 1059 0.019068 10.0.0.19 - - [2025-08-28 02:21:12] "POST /neutron/port HTTP/1.1" 200 1087 0.018838 10.0.0.19 - - [2025-08-28 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.000920 10.0.0.41 - - [2025-08-28 02:21:12] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.19 - - [2025-08-28 02:21:13] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069753 10.0.0.19 - - [2025-08-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1087 0.019704 10.0.0.41 - - [2025-08-28 02:21:13] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.19 - - [2025-08-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 580 0.091874 10.0.0.19 - - [2025-08-28 02:21:13] "PUT /logical-router/c6a73710-75c5-4a27-ae54-d9a1f75ca498 HTTP/1.1" 200 262 0.073536 10.0.0.19 - - [2025-08-28 02:21:13] "POST /neutron/network HTTP/1.1" 200 835 0.009079 10.0.0.19 - - [2025-08-28 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009945 10.0.0.19 - - [2025-08-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1113 0.089129 10.0.0.19 - - [2025-08-28 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.008468 10.0.0.19 - - [2025-08-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 1087 0.014343 10.0.0.19 - - [2025-08-28 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007698 10.0.0.19 - - [2025-08-28 02:21:19] "GET /virtual-machine/31f29b14-f94a-441e-98af-b686491c14ea HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2025-08-28 02:21:19] "GET /virtual-machine/31f29b14-f94a-441e-98af-b686491c14ea HTTP/1.1" 200 1290 0.030705 10.0.0.19 - - [2025-08-28 02:21:19] "GET /virtual-machine-interface/aa107a20-939d-406a-b1f2-9bbbcf9e0f1e HTTP/1.1" 200 2935 0.007485 10.0.0.19 - - [2025-08-28 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.19 - - [2025-08-28 02:21:19] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003876 10.0.0.19 - - [2025-08-28 02:21:19] "GET /virtual-networks?parent_id=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002988 10.0.0.19 - - [2025-08-28 02:21:19] "GET /virtual-network/d02bb61b-af21-4cbf-bd29-c796a169fc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005959 10.0.0.19 - - [2025-08-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1087 0.015234 10.0.0.19 - - [2025-08-28 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.19 - - [2025-08-28 02:21:22] "GET /virtual-network/d02bb61b-af21-4cbf-bd29-c796a169fc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005563 10.0.0.19 - - [2025-08-28 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005989 10.0.0.19 - - [2025-08-28 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.19 - - [2025-08-28 02:21:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003262 10.0.0.19 - - [2025-08-28 02:21:24] "GET /virtual-networks?parent_id=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003762 10.0.0.19 - - [2025-08-28 02:21:24] "GET /virtual-network/d02bb61b-af21-4cbf-bd29-c796a169fc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006201 10.0.0.19 - - [2025-08-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1087 0.012949 10.0.0.19 - - [2025-08-28 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006743 10.0.0.19 - - [2025-08-28 02:21:25] "GET /virtual-machine/f2aef703-e92c-45b1-afef-ed7faff0d4c2 HTTP/1.1" 200 1291 0.005678 10.0.0.19 - - [2025-08-28 02:21:25] "GET /virtual-machine-interface/16562eef-0352-4983-9a09-7ce0aab570d9 HTTP/1.1" 200 2934 0.004694 10.0.0.19 - - [2025-08-28 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.19 - - [2025-08-28 02:21:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.011121 10.0.0.19 - - [2025-08-28 02:21:25] "GET /virtual-networks?parent_id=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003125 10.0.0.19 - - [2025-08-28 02:21:25] "GET /virtual-network/1b5cff95-8b86-4145-92fc-e876ded1d1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005506 10.0.0.19 - - [2025-08-28 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.19 - - [2025-08-28 02:21:26] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003232 10.0.0.19 - - [2025-08-28 02:21:26] "GET /virtual-networks?parent_id=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002806 10.0.0.19 - - [2025-08-28 02:21:26] "GET /virtual-network/1b5cff95-8b86-4145-92fc-e876ded1d1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005633 10.0.0.19 - - [2025-08-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1886 0.034580 10.0.0.19 - - [2025-08-28 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.016095 10.0.0.19 - - [2025-08-28 02:21:40] "POST /neutron/router HTTP/1.1" 200 580 0.006581 10.0.0.19 - - [2025-08-28 02:21:43] "POST /neutron/port HTTP/1.1" 200 1087 0.013731 10.0.0.19 - - [2025-08-28 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.007838 10.0.0.19 - - [2025-08-28 02:21:43] "POST /neutron/router HTTP/1.1" 200 580 0.007228 10.0.0.19 - - [2025-08-28 02:21:43] "POST /ref-update HTTP/1.1" 200 156 0.017960 10.0.0.19 - - [2025-08-28 02:21:43] "POST /neutron/router HTTP/1.1" 200 344 0.171699 10.0.0.19 - - [2025-08-28 02:21:44] "POST /neutron/network HTTP/1.1" 200 825 0.006542 10.0.0.19 - - [2025-08-28 02:21:44] "DELETE /access-control-list/463048d8-79a7-4bc2-a439-e61d59799e60 HTTP/1.1" 200 115 0.042401 10.0.0.19 - - [2025-08-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 1087 0.013469 10.0.0.19 - - [2025-08-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 151 0.184391 10.0.0.41 - - [2025-08-28 02:21:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.41 - - [2025-08-28 02:21:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005454 10.0.0.19 - - [2025-08-28 02:21:46] "POST /neutron/network HTTP/1.1" 200 151 0.146832 10.0.0.19 - - [2025-08-28 02:21:46] "DELETE /route-target/41fd258d-e0ca-47c6-9cdf-a175c2305dcc HTTP/1.1" 200 115 0.047126 10.0.0.41 - - [2025-08-28 02:21:47] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.19 - - [2025-08-28 02:21:47] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042444 10.0.0.41 - - [2025-08-28 02:21:47] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.19 - - [2025-08-28 02:21:47] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?fields=virtual_networks HTTP/1.1" 200 1027 0.040888 10.0.0.41 - - [2025-08-28 02:21:47] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002619 10.0.0.19 - - [2025-08-28 02:21:48] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.051462 10.0.0.41 - - [2025-08-28 02:21:48] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.19 - - [2025-08-28 02:21:48] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?fields=security_groups HTTP/1.1" 200 1251 0.041809 10.0.0.19 - - [2025-08-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 191 0.022222 10.0.0.41 - - [2025-08-28 02:21:48] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003207 10.0.0.41 - - [2025-08-28 02:21:48] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.41 - - [2025-08-28 02:21:48] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006305 10.0.0.41 - - [2025-08-28 02:21:49] "POST /id-to-fqname HTTP/1.1" 200 193 0.004601 10.0.0.41 - - [2025-08-28 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.006253 10.0.0.41 - - [2025-08-28 02:21:49] "POST /security-groups HTTP/1.1" 200 594 0.069060 10.0.0.19 - - [2025-08-28 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 237 0.003155 10.0.0.41 - - [2025-08-28 02:21:49] "POST /projects HTTP/1.1" 200 591 0.277360 10.0.0.41 - - [2025-08-28 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.343333 10.0.0.19 - - [2025-08-28 02:21:49] "POST /access-control-lists HTTP/1.1" 200 597 0.022276 10.0.0.19 - - [2025-08-28 02:21:49] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.464703 10.0.0.19 - - [2025-08-28 02:21:50] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.19 - - [2025-08-28 02:21:52] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000466 10.0.0.41 - - [2025-08-28 02:21:52] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.19 - - [2025-08-28 02:21:52] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.064329 10.0.0.19 - - [2025-08-28 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.19 - - [2025-08-28 02:21:52] "GET /security-group/320e8298-cb89-41c5-acb6-021d72fd6f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005734 10.0.0.19 - - [2025-08-28 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.41 - - [2025-08-28 02:21:52] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.19 - - [2025-08-28 02:21:52] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.038980 10.0.0.19 - - [2025-08-28 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.19 - - [2025-08-28 02:21:53] "GET /security-group/320e8298-cb89-41c5-acb6-021d72fd6f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004176 10.0.0.19 - - [2025-08-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.19 - - [2025-08-28 02:21:53] "PUT /security-group/320e8298-cb89-41c5-acb6-021d72fd6f3c HTTP/1.1" 200 262 0.022994 10.0.0.19 - - [2025-08-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.013133 10.0.0.19 - - [2025-08-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.41 - - [2025-08-28 02:21:53] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000953 10.0.0.19 - - [2025-08-28 02:21:53] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.040453 10.0.0.19 - - [2025-08-28 02:21:53] "POST /neutron/network HTTP/1.1" 200 117 0.030970 10.0.0.19 - - [2025-08-28 02:21:53] "POST /route-targets HTTP/1.1" 200 327 0.012829 10.0.0.19 - - [2025-08-28 02:21:53] "POST /neutron/network HTTP/1.1" 200 825 0.007593 10.0.0.19 - - [2025-08-28 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001077 10.0.0.19 - - [2025-08-28 02:21:53] "GET /virtual-network/d4069c28-7f1d-45b1-840e-864c5ea3bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005027 10.0.0.19 - - [2025-08-28 02:21:53] "GET /virtual-network/d4069c28-7f1d-45b1-840e-864c5ea3bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005001 10.0.0.19 - - [2025-08-28 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.008199 10.0.0.19 - - [2025-08-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.41 - - [2025-08-28 02:21:53] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000999 10.0.0.19 - - [2025-08-28 02:21:54] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.063721 10.0.0.19 - - [2025-08-28 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.021372 10.0.0.41 - - [2025-08-28 02:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006274 10.0.0.19 - - [2025-08-28 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.184918 10.0.0.19 - - [2025-08-28 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001273 10.0.0.19 - - [2025-08-28 02:21:54] "GET /virtual-network/a8f90d62-38fa-4b68-abbb-cfee5b9d6136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004915 10.0.0.19 - - [2025-08-28 02:21:54] "GET /virtual-network/a8f90d62-38fa-4b68-abbb-cfee5b9d6136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005783 10.0.0.19 - - [2025-08-28 02:21:54] "POST /neutron/network HTTP/1.1" 200 836 0.005603 10.0.0.19 - - [2025-08-28 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001184 10.0.0.41 - - [2025-08-28 02:21:55] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001208 10.0.0.19 - - [2025-08-28 02:21:55] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.065406 10.0.0.19 - - [2025-08-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 825 0.007924 10.0.0.19 - - [2025-08-28 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001261 10.0.0.19 - - [2025-08-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.007652 10.0.0.41 - - [2025-08-28 02:21:56] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000966 10.0.0.19 - - [2025-08-28 02:21:56] "POST /neutron/port HTTP/1.1" 200 1061 0.316716 10.0.0.19 - - [2025-08-28 02:21:56] "POST /neutron/port HTTP/1.1" 200 1115 0.109700 10.0.0.41 - - [2025-08-28 02:21:56] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.19 - - [2025-08-28 02:21:56] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.070423 10.0.0.19 - - [2025-08-28 02:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.19 - - [2025-08-28 02:21:56] "POST /neutron/port HTTP/1.1" 200 1089 0.015446 10.0.0.19 - - [2025-08-28 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.005853 10.0.0.19 - - [2025-08-28 02:21:57] "POST /neutron/router HTTP/1.1" 200 656 0.072837 10.0.0.41 - - [2025-08-28 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.19 - - [2025-08-28 02:21:57] "POST /neutron/network HTTP/1.1" 200 846 0.013430 10.0.0.41 - - [2025-08-28 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.014541 10.0.0.41 - - [2025-08-28 02:21:57] "POST /virtual-networks HTTP/1.1" 200 694 0.237903 10.0.0.19 - - [2025-08-28 02:21:57] "POST /route-targets HTTP/1.1" 200 327 0.021036 10.0.0.19 - - [2025-08-28 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018839 10.0.0.41 - - [2025-08-28 02:21:57] "PUT /logical-router/fc4620b0-f1eb-418d-98d2-e67db54e8523 HTTP/1.1" 200 262 0.056744 10.0.0.41 - - [2025-08-28 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.19 - - [2025-08-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1119 0.139628 10.0.0.41 - - [2025-08-28 02:21:58] "POST /chown HTTP/1.1" 200 109 0.033117 10.0.0.19 - - [2025-08-28 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.009236 10.0.0.41 - - [2025-08-28 02:21:58] "POST /chown HTTP/1.1" 200 109 0.014566 10.0.0.41 - - [2025-08-28 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.024936 10.0.0.41 - - [2025-08-28 02:21:58] "POST /instance-ips HTTP/1.1" 200 549 0.043843 10.0.0.41 - - [2025-08-28 02:21:58] "PUT /virtual-machine-interface/176152c5-af5d-4efa-8204-c6c207a68421 HTTP/1.1" 200 284 0.017319 10.0.0.41 - - [2025-08-28 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.026003 10.0.0.19 - - [2025-08-28 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.039119 10.0.0.41 - - [2025-08-28 02:21:58] "POST /chown HTTP/1.1" 200 109 0.025845 10.0.0.41 - - [2025-08-28 02:21:58] "PUT /virtual-machine-interface/2752204e-9695-49a8-b0ce-574e0f5f264f HTTP/1.1" 200 284 0.014875 10.0.0.41 - - [2025-08-28 02:21:59] "POST /ref-update HTTP/1.1" 200 156 0.025747 10.0.0.19 - - [2025-08-28 02:21:59] "PUT /routing-instance/c307c3c4-e67d-4607-a5a7-a06ee622dcc1 HTTP/1.1" 200 266 0.030512 10.0.0.41 - - [2025-08-28 02:21:59] "POST /instance-ips HTTP/1.1" 400 316 0.039682 10.0.0.41 - - [2025-08-28 02:21:59] "PUT /instance-ip/fb73ed6b-6343-4892-af36-4d24f069a6d7 HTTP/1.1" 200 256 0.056035 10.0.0.41 - - [2025-08-28 02:21:59] "POST /ref-update HTTP/1.1" 200 156 0.030471 10.0.0.41 - - [2025-08-28 02:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.040818 10.0.0.38 - - [2025-08-28 02:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.112604 10.0.0.41 - - [2025-08-28 02:22:02] "DELETE /project/9021cfa6-d6b7-4f30-94b0-cceacb4f2b57 HTTP/1.1" 404 177 0.007879 10.0.0.41 - - [2025-08-28 02:22:02] "DELETE /project/89aa027ad6074eab831e2c0bc3015173 HTTP/1.1" 404 173 0.003941 10.0.0.41 - - [2025-08-28 02:22:02] "DELETE /project/b8e5d36fa658447eab96a1751d8f4627 HTTP/1.1" 404 173 0.006944 10.0.0.41 - - [2025-08-28 02:22:02] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000804 10.0.0.41 - - [2025-08-28 02:22:02] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.034887 10.0.0.41 - - [2025-08-28 02:22:02] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.41 - - [2025-08-28 02:22:02] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?fields=security_groups HTTP/1.1" 200 1356 0.086888 10.0.0.38 - - [2025-08-28 02:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.038729 10.0.0.41 - - [2025-08-28 02:22:02] "DELETE /security-group/fb8c5faf-81a2-4721-9ecc-5a540841a4d2 HTTP/1.1" 200 115 0.049221 10.0.0.41 - - [2025-08-28 02:22:02] "GET /projects?obj_uuids=89aa027a-d607-4eab-831e-2c0bc3015173&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.19 - - [2025-08-28 02:22:02] "DELETE /access-control-list/210c33b6-3282-44bc-b0b2-bad650529952 HTTP/1.1" 200 115 0.049716 10.0.0.41 - - [2025-08-28 02:22:02] "GET /project/89aa027a-d607-4eab-831e-2c0bc3015173?fields=application_policy_sets HTTP/1.1" 200 1395 0.058768 10.0.0.19 - - [2025-08-28 02:22:02] "POST /neutron/port HTTP/1.1" 200 1089 0.026383 10.0.0.41 - - [2025-08-28 02:22:02] "DELETE /project/89aa027a-d607-4eab-831e-2c0bc3015173 HTTP/1.1" 200 115 0.448986 10.0.0.19 - - [2025-08-28 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007911 10.0.0.19 - - [2025-08-28 02:22:03] "GET /virtual-machine/2364024e-dfac-423a-98f2-eaedd155f9c3 HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-08-28 02:22:03] "GET /global-system-configs HTTP/1.1" 200 322 0.227250 10.0.0.19 - - [2025-08-28 02:22:03] "GET /virtual-machine/2364024e-dfac-423a-98f2-eaedd155f9c3 HTTP/1.1" 200 1295 0.116607 10.0.0.19 - - [2025-08-28 02:22:03] "GET /virtual-machine-interface/b02fa8b9-4269-4370-91de-1f03b39a1faf HTTP/1.1" 200 2957 0.004965 10.0.0.41 - - [2025-08-28 02:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.304938 10.0.0.19 - - [2025-08-28 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.19 - - [2025-08-28 02:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.320863 10.0.0.19 - - [2025-08-28 02:22:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003407 10.0.0.19 - - [2025-08-28 02:22:03] "GET /virtual-networks?parent_id=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003706 10.0.0.19 - - [2025-08-28 02:22:03] "GET /virtual-network/d4069c28-7f1d-45b1-840e-864c5ea3bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005256 10.0.0.38 - - [2025-08-28 02:22:03] "GET /global-system-configs HTTP/1.1" 200 322 0.031979 10.0.0.38 - - [2025-08-28 02:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.057004 10.0.0.19 - - [2025-08-28 02:22:03] "GET /global-system-configs HTTP/1.1" 200 322 0.002911 10.0.0.19 - - [2025-08-28 02:22:04] "GET /global-system-configs HTTP/1.1" 200 322 0.093781 10.0.0.19 - - [2025-08-28 02:22:04] "GET /obj-perms HTTP/1.1" 200 5056 0.149185 10.0.0.41 - - [2025-08-28 02:22:04] "GET /obj-perms HTTP/1.1" 200 5056 0.163838 10.0.0.19 - - [2025-08-28 02:22:05] "POST /neutron/port HTTP/1.1" 200 1089 0.013248 10.0.0.19 - - [2025-08-28 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.19 - - [2025-08-28 02:22:06] "GET /virtual-network/d4069c28-7f1d-45b1-840e-864c5ea3bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004934 10.0.0.19 - - [2025-08-28 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006163 10.0.0.19 - - [2025-08-28 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-08-28 02:22:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003436 10.0.0.19 - - [2025-08-28 02:22:08] "GET /virtual-networks?parent_id=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002670 10.0.0.19 - - [2025-08-28 02:22:08] "GET /virtual-network/d4069c28-7f1d-45b1-840e-864c5ea3bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005958 10.0.0.19 - - [2025-08-28 02:22:09] "POST /neutron/port HTTP/1.1" 200 1093 0.014204 10.0.0.19 - - [2025-08-28 02:22:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007035 10.0.0.19 - - [2025-08-28 02:22:09] "GET /virtual-machine/315b243c-63e3-4c64-81d2-847144584053 HTTP/1.1" 200 1294 0.005380 10.0.0.19 - - [2025-08-28 02:22:09] "GET /virtual-machine-interface/811c8498-ef74-4ed0-a749-4724bd88c091 HTTP/1.1" 200 2968 0.004594 10.0.0.19 - - [2025-08-28 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2025-08-28 02:22:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003502 10.0.0.19 - - [2025-08-28 02:22:09] "GET /virtual-networks?parent_id=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002392 10.0.0.19 - - [2025-08-28 02:22:09] "GET /virtual-network/a8f90d62-38fa-4b68-abbb-cfee5b9d6136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005589 10.0.0.19 - - [2025-08-28 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.19 - - [2025-08-28 02:22:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003950 10.0.0.19 - - [2025-08-28 02:22:10] "GET /virtual-networks?parent_id=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002977 10.0.0.19 - - [2025-08-28 02:22:10] "GET /virtual-network/a8f90d62-38fa-4b68-abbb-cfee5b9d6136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005672 10.0.0.38 - - [2025-08-28 02:22:12] "GET /obj-perms HTTP/1.1" 200 5056 0.044056 10.0.0.19 - - [2025-08-28 02:22:14] "POST /neutron/router HTTP/1.1" 200 656 0.007456 10.0.0.19 - - [2025-08-28 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006920 10.0.0.41 - - [2025-08-28 02:22:14] "PUT /logical-router/fc4620b0-f1eb-418d-98d2-e67db54e8523 HTTP/1.1" 404 171 0.047113 10.0.0.19 - - [2025-08-28 02:22:14] "PUT /routing-instance/c307c3c4-e67d-4607-a5a7-a06ee622dcc1 HTTP/1.1" 200 266 0.016252 10.0.0.41 - - [2025-08-28 02:22:14] "GET /virtual-network/ef120729-2032-4f7a-9852-80992bc784ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006952 10.0.0.41 - - [2025-08-28 02:22:14] "DELETE /instance-ip/fb73ed6b-6343-4892-af36-4d24f069a6d7 HTTP/1.1" 200 115 0.067770 10.0.0.19 - - [2025-08-28 02:22:14] "POST /neutron/network HTTP/1.1" 400 204 0.060234 10.0.0.41 - - [2025-08-28 02:22:15] "GET /logical-router/fc4620b0-f1eb-418d-98d2-e67db54e8523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003692 10.0.0.41 - - [2025-08-28 02:22:15] "DELETE /virtual-machine-interface/78831df8-7140-4829-b722-a2cbea3bf9fb HTTP/1.1" 200 115 0.067860 10.0.0.41 - - [2025-08-28 02:22:15] "GET /instance-ip/050f1653-4b0b-49d2-beaf-cd92b0c4f602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.010953 10.0.0.41 - - [2025-08-28 02:22:15] "DELETE /virtual-machine/4f3e0a16-5061-4fe2-9beb-ecf0669551d2 HTTP/1.1" 200 115 0.064630 10.0.0.19 - - [2025-08-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 151 0.282912 10.0.0.41 - - [2025-08-28 02:22:15] "GET /instance-ip/050f1653-4b0b-49d2-beaf-cd92b0c4f602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.015506 10.0.0.19 - - [2025-08-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 151 0.309056 10.0.0.41 - - [2025-08-28 02:22:15] "GET /virtual-machine-interface/176152c5-af5d-4efa-8204-c6c207a68421?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.008690 10.0.0.41 - - [2025-08-28 02:22:16] "DELETE /virtual-machine/09bbd0de-bb62-412c-b803-3ec6a148641c HTTP/1.1" 200 115 0.032356 10.0.0.19 - - [2025-08-28 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.19 - - [2025-08-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 825 0.008746 10.0.0.19 - - [2025-08-28 02:22:17] "DELETE /route-target/c9ec1883-22e8-4b0c-b21f-4037e1af4a90 HTTP/1.1" 200 115 0.025668 10.0.0.41 - - [2025-08-28 02:22:18] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000944 10.0.0.19 - - [2025-08-28 02:22:18] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050967 10.0.0.41 - - [2025-08-28 02:22:18] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000906 10.0.0.19 - - [2025-08-28 02:22:18] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?fields=virtual_networks HTTP/1.1" 200 1039 0.041340 10.0.0.41 - - [2025-08-28 02:22:18] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000902 10.0.0.19 - - [2025-08-28 02:22:18] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.036650 10.0.0.41 - - [2025-08-28 02:22:18] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001376 10.0.0.19 - - [2025-08-28 02:22:18] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?fields=security_groups HTTP/1.1" 200 1268 0.035311 10.0.0.19 - - [2025-08-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.024368 10.0.0.41 - - [2025-08-28 02:22:19] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.41 - - [2025-08-28 02:22:19] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.41 - - [2025-08-28 02:22:19] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007077 10.0.0.41 - - [2025-08-28 02:22:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.002783 10.0.0.41 - - [2025-08-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.008990 10.0.0.41 - - [2025-08-28 02:22:19] "POST /security-groups HTTP/1.1" 200 599 0.029750 10.0.0.41 - - [2025-08-28 02:22:19] "POST /projects HTTP/1.1" 200 601 0.254946 10.0.0.19 - - [2025-08-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 404 241 0.008460 10.0.0.41 - - [2025-08-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.324861 10.0.0.19 - - [2025-08-28 02:22:20] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.455113 10.0.0.19 - - [2025-08-28 02:22:21] "GET / HTTP/1.1" 200 35931 0.001365 10.0.0.19 - - [2025-08-28 02:22:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.19 - - [2025-08-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.052125 10.0.0.41 - - [2025-08-28 02:22:23] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.19 - - [2025-08-28 02:22:23] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045116 10.0.0.41 - - [2025-08-28 02:22:23] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.19 - - [2025-08-28 02:22:23] "POST /neutron/network HTTP/1.1" 200 613 0.163891 10.0.0.19 - - [2025-08-28 02:22:23] "POST /ref-update HTTP/1.1" 200 156 0.039794 10.0.0.19 - - [2025-08-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 1005 0.013399 10.0.0.19 - - [2025-08-28 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001026 10.0.0.19 - - [2025-08-28 02:22:24] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004653 10.0.0.19 - - [2025-08-28 02:22:24] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005397 10.0.0.19 - - [2025-08-28 02:22:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.008642 10.0.0.19 - - [2025-08-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-08-28 02:22:24] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.19 - - [2025-08-28 02:22:24] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042626 10.0.0.41 - - [2025-08-28 02:22:24] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.19 - - [2025-08-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 613 0.124868 10.0.0.41 - - [2025-08-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.038827 10.0.0.19 - - [2025-08-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 1007 0.009328 10.0.0.19 - - [2025-08-28 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001023 10.0.0.19 - - [2025-08-28 02:22:24] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004693 10.0.0.19 - - [2025-08-28 02:22:24] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005537 10.0.0.19 - - [2025-08-28 02:22:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.007917 10.0.0.19 - - [2025-08-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002776 10.0.0.19 - - [2025-08-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.41 - - [2025-08-28 02:22:25] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.19 - - [2025-08-28 02:22:25] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047713 10.0.0.19 - - [2025-08-28 02:22:25] "POST /network-policys HTTP/1.1" 200 577 0.071708 10.0.0.19 - - [2025-08-28 02:22:25] "GET /network-policy/b324a32f-9223-4b3b-85c5-2c26f5bac0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005650 10.0.0.19 - - [2025-08-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.004971 10.0.0.41 - - [2025-08-28 02:22:25] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.013022 10.0.0.19 - - [2025-08-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 1113 0.076957 10.0.0.19 - - [2025-08-28 02:22:25] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006624 10.0.0.19 - - [2025-08-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.19 - - [2025-08-28 02:22:25] "GET /network-policy/b324a32f-9223-4b3b-85c5-2c26f5bac0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004203 10.0.0.19 - - [2025-08-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 1115 0.071370 10.0.0.19 - - [2025-08-28 02:22:25] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007061 10.0.0.19 - - [2025-08-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.19 - - [2025-08-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.007384 10.0.0.19 - - [2025-08-28 02:22:25] "GET /network-policy/b324a32f-9223-4b3b-85c5-2c26f5bac0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.011691 10.0.0.19 - - [2025-08-28 02:22:26] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005269 10.0.0.19 - - [2025-08-28 02:22:27] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005222 10.0.0.41 - - [2025-08-28 02:22:28] "GET /obj-perms HTTP/1.1" 200 5046 0.043276 10.0.0.19 - - [2025-08-28 02:22:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001245 10.0.0.41 - - [2025-08-28 02:22:28] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.19 - - [2025-08-28 02:22:28] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068768 10.0.0.19 - - [2025-08-28 02:22:28] "POST /neutron/network HTTP/1.1" 200 1113 0.013031 10.0.0.19 - - [2025-08-28 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001215 10.0.0.19 - - [2025-08-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 117 0.005330 10.0.0.41 - - [2025-08-28 02:22:29] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.19 - - [2025-08-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1174 0.376742 10.0.0.19 - - [2025-08-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1228 0.112883 10.0.0.41 - - [2025-08-28 02:22:30] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.19 - - [2025-08-28 02:22:30] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.085781 10.0.0.19 - - [2025-08-28 02:22:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003551 10.0.0.19 - - [2025-08-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.19 - - [2025-08-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1202 0.016687 10.0.0.19 - - [2025-08-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1202 0.014957 10.0.0.41 - - [2025-08-28 02:22:30] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.19 - - [2025-08-28 02:22:30] "PUT /access-control-list/f7c9a2da-39b3-4ebc-9eb4-beb19ad57637 HTTP/1.1" 200 272 0.024571 10.0.0.19 - - [2025-08-28 02:22:31] "POST /neutron/port HTTP/1.1" 200 1176 0.406110 10.0.0.19 - - [2025-08-28 02:22:31] "POST /neutron/port HTTP/1.1" 200 1230 0.104801 10.0.0.19 - - [2025-08-28 02:22:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003669 10.0.0.19 - - [2025-08-28 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.19 - - [2025-08-28 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009147 10.0.0.19 - - [2025-08-28 02:22:35] "POST /neutron/port HTTP/1.1" 200 1202 0.014395 10.0.0.19 - - [2025-08-28 02:22:35] "GET /virtual-machine/2c896fbd-b991-46c0-9890-ca14cc0524c6 HTTP/1.1" 401 292 0.000403 10.0.0.19 - - [2025-08-28 02:22:36] "GET /virtual-machine/2c896fbd-b991-46c0-9890-ca14cc0524c6 HTTP/1.1" 200 1300 0.046991 10.0.0.19 - - [2025-08-28 02:22:36] "GET /virtual-machine-interface/4871a305-047f-42fa-9337-0d1d24dc5de2 HTTP/1.1" 200 3175 0.005075 10.0.0.19 - - [2025-08-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.19 - - [2025-08-28 02:22:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003435 10.0.0.19 - - [2025-08-28 02:22:36] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003414 10.0.0.19 - - [2025-08-28 02:22:36] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006164 10.0.0.19 - - [2025-08-28 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.19 - - [2025-08-28 02:22:39] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004975 10.0.0.19 - - [2025-08-28 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.19 - - [2025-08-28 02:22:43] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004875 10.0.0.19 - - [2025-08-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 1202 0.016062 10.0.0.19 - - [2025-08-28 02:22:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003777 10.0.0.19 - - [2025-08-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.19 - - [2025-08-28 02:22:46] "POST /neutron/port HTTP/1.1" 200 1204 0.016395 10.0.0.19 - - [2025-08-28 02:22:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003648 10.0.0.19 - - [2025-08-28 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.19 - - [2025-08-28 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.19 - - [2025-08-28 02:22:47] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004908 10.0.0.19 - - [2025-08-28 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.19 - - [2025-08-28 02:22:51] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007064 10.0.0.19 - - [2025-08-28 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.19 - - [2025-08-28 02:22:55] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004954 10.0.0.19 - - [2025-08-28 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.19 - - [2025-08-28 02:22:59] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005405 10.0.0.41 - - [2025-08-28 02:23:02] "DELETE /project/0225b0ba1d9749a0b140cecfbc9d22b8 HTTP/1.1" 404 173 0.003627 10.0.0.41 - - [2025-08-28 02:23:02] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000811 10.0.0.41 - - [2025-08-28 02:23:02] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.045182 10.0.0.41 - - [2025-08-28 02:23:02] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.41 - - [2025-08-28 02:23:03] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?fields=security_groups HTTP/1.1" 200 1373 0.058548 10.0.0.41 - - [2025-08-28 02:23:03] "DELETE /security-group/320e8298-cb89-41c5-acb6-021d72fd6f3c HTTP/1.1" 200 115 0.046163 10.0.0.41 - - [2025-08-28 02:23:03] "GET /projects?obj_uuids=b8e5d36f-a658-447e-ab96-a1751d8f4627&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001012 10.0.0.41 - - [2025-08-28 02:23:03] "GET /project/b8e5d36f-a658-447e-ab96-a1751d8f4627?fields=application_policy_sets HTTP/1.1" 200 1412 0.050339 10.0.0.41 - - [2025-08-28 02:23:03] "DELETE /project/b8e5d36f-a658-447e-ab96-a1751d8f4627 HTTP/1.1" 200 115 0.405298 10.0.0.19 - - [2025-08-28 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.19 - - [2025-08-28 02:23:03] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005346 10.0.0.19 - - [2025-08-28 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.19 - - [2025-08-28 02:23:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003863 10.0.0.19 - - [2025-08-28 02:23:06] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003021 10.0.0.19 - - [2025-08-28 02:23:06] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005866 10.0.0.19 - - [2025-08-28 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006390 10.0.0.19 - - [2025-08-28 02:23:12] "GET /obj-perms HTTP/1.1" 200 5056 0.040150 10.0.0.38 - - [2025-08-28 02:23:13] "GET /obj-perms HTTP/1.1" 200 5056 0.047854 10.0.0.19 - - [2025-08-28 02:23:14] "POST /neutron/port HTTP/1.1" 200 1204 0.013573 10.0.0.19 - - [2025-08-28 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006105 10.0.0.19 - - [2025-08-28 02:23:21] "POST /neutron/port HTTP/1.1" 200 1202 0.021579 10.0.0.19 - - [2025-08-28 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006636 10.0.0.19 - - [2025-08-28 02:23:27] "POST /neutron/port HTTP/1.1" 200 1204 0.014358 10.0.0.19 - - [2025-08-28 02:23:27] "GET /virtual-machine/a4d2f891-0d1f-4938-9b5f-9ad6abed61b1 HTTP/1.1" 200 1301 0.005489 10.0.0.19 - - [2025-08-28 02:23:27] "GET /virtual-machine-interface/643cef43-4a45-47c6-bcdf-c571364d6a8c HTTP/1.1" 200 3175 0.004924 10.0.0.19 - - [2025-08-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.19 - - [2025-08-28 02:23:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003351 10.0.0.19 - - [2025-08-28 02:23:27] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002563 10.0.0.19 - - [2025-08-28 02:23:27] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005611 10.0.0.19 - - [2025-08-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.19 - - [2025-08-28 02:23:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003577 10.0.0.19 - - [2025-08-28 02:23:28] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003147 10.0.0.19 - - [2025-08-28 02:23:28] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005868 10.0.0.19 - - [2025-08-28 02:23:45] "POST /neutron/port HTTP/1.1" 200 1202 0.033190 10.0.0.19 - - [2025-08-28 02:23:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003893 10.0.0.19 - - [2025-08-28 02:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.19 - - [2025-08-28 02:23:46] "POST /neutron/port HTTP/1.1" 200 1204 0.014724 10.0.0.19 - - [2025-08-28 02:23:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003724 10.0.0.19 - - [2025-08-28 02:23:46] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.19 - - [2025-08-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-08-28 02:23:50] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.19 - - [2025-08-28 02:23:50] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039386 10.0.0.19 - - [2025-08-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.19 - - [2025-08-28 02:23:50] "PUT /network-policy/b324a32f-9223-4b3b-85c5-2c26f5bac0ee HTTP/1.1" 200 262 0.014897 10.0.0.19 - - [2025-08-28 02:23:50] "PUT /access-control-list/f8382dba-35c4-4f44-971f-3ce5531a17f1 HTTP/1.1" 200 272 0.055192 10.0.0.19 - - [2025-08-28 02:23:53] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005874 10.0.0.41 - - [2025-08-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011818 10.0.0.19 - - [2025-08-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 1007 0.092229 10.0.0.19 - - [2025-08-28 02:23:54] "GET /virtual-network/6f11caf3-b221-4c70-b11c-5ef14934ae1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011302 10.0.0.19 - - [2025-08-28 02:23:54] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005892 10.0.0.19 - - [2025-08-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.041495 10.0.0.41 - - [2025-08-28 02:23:54] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007439 10.0.0.19 - - [2025-08-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 1005 0.075316 10.0.0.19 - - [2025-08-28 02:23:54] "GET /virtual-network/f749cead-d529-4fd4-bf74-727e061cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.013074 10.0.0.19 - - [2025-08-28 02:23:54] "DELETE /network-policy/b324a32f-9223-4b3b-85c5-2c26f5bac0ee HTTP/1.1" 200 115 0.056570 10.0.0.19 - - [2025-08-28 02:23:54] "POST /neutron/port HTTP/1.1" 200 1230 0.021892 10.0.0.19 - - [2025-08-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 1007 0.016665 10.0.0.19 - - [2025-08-28 02:23:54] "POST /neutron/port HTTP/1.1" 200 151 0.246634 10.0.0.19 - - [2025-08-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.19 - - [2025-08-28 02:23:56] "POST /neutron/network HTTP/1.1" 200 1005 0.008547 10.0.0.19 - - [2025-08-28 02:23:56] "DELETE /route-target/4ebd6ce5-6643-4319-9378-34e7ff0e1364 HTTP/1.1" 200 115 0.019111 10.0.0.41 - - [2025-08-28 02:24:01] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.19 - - [2025-08-28 02:24:01] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033119 10.0.0.19 - - [2025-08-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-08-28 02:24:01] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.19 - - [2025-08-28 02:24:01] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007454 10.0.0.19 - - [2025-08-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.41 - - [2025-08-28 02:24:01] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.19 - - [2025-08-28 02:24:01] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048819 10.0.0.19 - - [2025-08-28 02:24:02] "GET /domains HTTP/1.1" 200 280 0.004532 10.0.0.41 - - [2025-08-28 02:24:02] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.19 - - [2025-08-28 02:24:02] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4 HTTP/1.1" 200 2581 0.014672 10.0.0.41 - - [2025-08-28 02:24:02] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.19 - - [2025-08-28 02:24:02] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8 HTTP/1.1" 200 1899 0.082071 10.0.0.19 - - [2025-08-28 02:24:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004353 10.0.0.19 - - [2025-08-28 02:24:02] "POST /network-ipams HTTP/1.1" 200 609 0.024614 10.0.0.19 - - [2025-08-28 02:24:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1019 0.003505 10.0.0.19 - - [2025-08-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.19 - - [2025-08-28 02:24:02] "GET /network-ipam/f541ea30-f50d-4679-9f5c-4a79c747745f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.006515 10.0.0.19 - - [2025-08-28 02:24:02] "PUT /network-ipam/f541ea30-f50d-4679-9f5c-4a79c747745f HTTP/1.1" 200 258 0.016404 10.0.0.19 - - [2025-08-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.41 - - [2025-08-28 02:24:02] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.19 - - [2025-08-28 02:24:02] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040825 10.0.0.41 - - [2025-08-28 02:24:02] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.19 - - [2025-08-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 619 0.140544 10.0.0.41 - - [2025-08-28 02:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005871 10.0.0.19 - - [2025-08-28 02:24:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.206557 10.0.0.19 - - [2025-08-28 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001161 10.0.0.19 - - [2025-08-28 02:24:03] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005258 10.0.0.19 - - [2025-08-28 02:24:03] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005384 10.0.0.19 - - [2025-08-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 1309 0.010513 10.0.0.19 - - [2025-08-28 02:24:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.010193 10.0.0.19 - - [2025-08-28 02:24:04] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005526 10.0.0.19 - - [2025-08-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.41 - - [2025-08-28 02:24:04] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.19 - - [2025-08-28 02:24:04] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046417 10.0.0.19 - - [2025-08-28 02:24:04] "POST /route-targets HTTP/1.1" 200 327 0.012246 10.0.0.41 - - [2025-08-28 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007182 10.0.0.19 - - [2025-08-28 02:24:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.199306 10.0.0.41 - - [2025-08-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.19 - - [2025-08-28 02:24:05] "POST /neutron/network HTTP/1.1" 200 1309 0.011095 10.0.0.19 - - [2025-08-28 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001037 10.0.0.19 - - [2025-08-28 02:24:05] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006439 10.0.0.19 - - [2025-08-28 02:24:05] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005391 10.0.0.19 - - [2025-08-28 02:24:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.008963 10.0.0.19 - - [2025-08-28 02:24:05] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005189 10.0.0.19 - - [2025-08-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.41 - - [2025-08-28 02:24:06] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.19 - - [2025-08-28 02:24:06] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039389 10.0.0.19 - - [2025-08-28 02:24:06] "POST /neutron/network HTTP/1.1" 200 117 0.012409 10.0.0.41 - - [2025-08-28 02:24:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 10.0.0.19 - - [2025-08-28 02:24:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.204374 10.0.0.41 - - [2025-08-28 02:24:06] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009099 10.0.0.19 - - [2025-08-28 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.001199 10.0.0.19 - - [2025-08-28 02:24:07] "GET /virtual-network/67dfe4f9-f693-4bc7-a44e-30fb7a092ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.008135 10.0.0.19 - - [2025-08-28 02:24:07] "POST /neutron/network HTTP/1.1" 200 1308 0.010854 10.0.0.19 - - [2025-08-28 02:24:07] "GET /virtual-network/67dfe4f9-f693-4bc7-a44e-30fb7a092ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004831 10.0.0.19 - - [2025-08-28 02:24:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.007594 10.0.0.19 - - [2025-08-28 02:24:07] "GET /virtual-network/67dfe4f9-f693-4bc7-a44e-30fb7a092ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005655 10.0.0.19 - - [2025-08-28 02:24:07] "GET /obj-perms HTTP/1.1" 200 5046 0.043227 10.0.0.38 - - [2025-08-28 02:24:07] "GET /obj-perms HTTP/1.1" 200 5046 0.043300 10.0.0.41 - - [2025-08-28 02:24:07] "GET /obj-perms HTTP/1.1" 200 5046 0.003503 10.0.0.19 - - [2025-08-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-08-28 02:24:07] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.19 - - [2025-08-28 02:24:07] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044073 10.0.0.41 - - [2025-08-28 02:24:07] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001519 10.0.0.19 - - [2025-08-28 02:24:07] "POST /neutron/network HTTP/1.1" 200 619 0.138067 10.0.0.19 - - [2025-08-28 02:24:07] "POST /route-targets HTTP/1.1" 200 327 0.020357 10.0.0.41 - - [2025-08-28 02:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006308 10.0.0.19 - - [2025-08-28 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.211675 10.0.0.19 - - [2025-08-28 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001191 10.0.0.19 - - [2025-08-28 02:24:08] "GET /virtual-network/81cf052e-da97-4126-a227-ed28062fa935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004811 10.0.0.19 - - [2025-08-28 02:24:08] "GET /virtual-network/81cf052e-da97-4126-a227-ed28062fa935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005337 10.0.0.19 - - [2025-08-28 02:24:08] "POST /neutron/network HTTP/1.1" 200 1308 0.010019 10.0.0.19 - - [2025-08-28 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.008590 10.0.0.19 - - [2025-08-28 02:24:08] "GET /virtual-network/81cf052e-da97-4126-a227-ed28062fa935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004975 10.0.0.19 - - [2025-08-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.002925 10.0.0.19 - - [2025-08-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.41 - - [2025-08-28 02:24:09] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.19 - - [2025-08-28 02:24:09] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067085 10.0.0.19 - - [2025-08-28 02:24:09] "POST /network-policys HTTP/1.1" 200 559 0.024029 10.0.0.19 - - [2025-08-28 02:24:09] "GET /network-policy/341d9be2-da66-44e1-8e96-6bc32ee2e91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006168 10.0.0.19 - - [2025-08-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.003729 10.0.0.19 - - [2025-08-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.41 - - [2025-08-28 02:24:09] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.19 - - [2025-08-28 02:24:09] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053596 10.0.0.19 - - [2025-08-28 02:24:09] "POST /network-policys HTTP/1.1" 200 559 0.024206 10.0.0.19 - - [2025-08-28 02:24:09] "GET /network-policy/3b1866e2-9744-4f02-8b9d-f6d8d97bdc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005482 10.0.0.19 - - [2025-08-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.002865 10.0.0.19 - - [2025-08-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2025-08-28 02:24:10] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.19 - - [2025-08-28 02:24:10] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050240 10.0.0.19 - - [2025-08-28 02:24:10] "POST /network-policys HTTP/1.1" 200 559 0.028745 10.0.0.19 - - [2025-08-28 02:24:10] "GET /network-policy/017d2787-2cbd-4e42-8eb1-c577d5844dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.006025 10.0.0.19 - - [2025-08-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.002959 10.0.0.19 - - [2025-08-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.41 - - [2025-08-28 02:24:10] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.19 - - [2025-08-28 02:24:10] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064389 10.0.0.19 - - [2025-08-28 02:24:10] "POST /network-policys HTTP/1.1" 200 559 0.026393 10.0.0.19 - - [2025-08-28 02:24:10] "GET /network-policy/c778765c-d369-481d-8771-5fc1be0c1ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007610 10.0.0.19 - - [2025-08-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.003097 10.0.0.19 - - [2025-08-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.41 - - [2025-08-28 02:24:10] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.19 - - [2025-08-28 02:24:10] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046640 10.0.0.19 - - [2025-08-28 02:24:11] "POST /network-policys HTTP/1.1" 200 559 0.028400 10.0.0.19 - - [2025-08-28 02:24:11] "GET /network-policy/f7456875-33d2-4f1f-bc82-cef398060783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006586 10.0.0.19 - - [2025-08-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.003043 10.0.0.19 - - [2025-08-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.41 - - [2025-08-28 02:24:11] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.19 - - [2025-08-28 02:24:11] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.027443 10.0.0.19 - - [2025-08-28 02:24:11] "POST /network-policys HTTP/1.1" 200 559 0.025359 10.0.0.19 - - [2025-08-28 02:24:11] "GET /network-policy/e4715e92-a5a1-43b4-ba0e-4ced9d3fb408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006154 10.0.0.19 - - [2025-08-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.002905 10.0.0.19 - - [2025-08-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.41 - - [2025-08-28 02:24:11] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420 10.0.0.19 - - [2025-08-28 02:24:11] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053054 10.0.0.19 - - [2025-08-28 02:24:11] "POST /network-policys HTTP/1.1" 200 559 0.025989 10.0.0.19 - - [2025-08-28 02:24:11] "GET /network-policy/935d0168-9b7e-4059-b945-9d38153818c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006722 10.0.0.19 - - [2025-08-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.003076 10.0.0.19 - - [2025-08-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.41 - - [2025-08-28 02:24:12] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.19 - - [2025-08-28 02:24:12] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037164 10.0.0.19 - - [2025-08-28 02:24:12] "POST /network-policys HTTP/1.1" 200 559 0.027263 10.0.0.19 - - [2025-08-28 02:24:12] "GET /network-policy/682e014f-af40-4d76-910d-82691f89dced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006709 10.0.0.41 - - [2025-08-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.19 - - [2025-08-28 02:24:12] "POST /access-control-lists HTTP/1.1" 200 605 0.056777 10.0.0.19 - - [2025-08-28 02:24:12] "POST /neutron/network HTTP/1.1" 200 1494 0.035215 10.0.0.19 - - [2025-08-28 02:24:12] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006148 10.0.0.19 - - [2025-08-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.19 - - [2025-08-28 02:24:12] "GET /network-policy/341d9be2-da66-44e1-8e96-6bc32ee2e91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004525 10.0.0.19 - - [2025-08-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.19 - - [2025-08-28 02:24:12] "GET /network-policy/3b1866e2-9744-4f02-8b9d-f6d8d97bdc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004130 10.0.0.41 - - [2025-08-28 02:24:12] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006737 10.0.0.19 - - [2025-08-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 1494 0.044828 10.0.0.19 - - [2025-08-28 02:24:13] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007141 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.19 - - [2025-08-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.058452 10.0.0.19 - - [2025-08-28 02:24:13] "GET /network-policy/017d2787-2cbd-4e42-8eb1-c577d5844dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004418 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.19 - - [2025-08-28 02:24:13] "GET /network-policy/c778765c-d369-481d-8771-5fc1be0c1ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.003965 10.0.0.19 - - [2025-08-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 1493 0.011741 10.0.0.19 - - [2025-08-28 02:24:13] "GET /virtual-network/67dfe4f9-f693-4bc7-a44e-30fb7a092ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005600 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.19 - - [2025-08-28 02:24:13] "GET /network-policy/e4715e92-a5a1-43b4-ba0e-4ced9d3fb408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005440 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.19 - - [2025-08-28 02:24:13] "GET /network-policy/f7456875-33d2-4f1f-bc82-cef398060783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004797 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 248 0.004550 10.0.0.41 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.19 - - [2025-08-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 1493 0.013926 10.0.0.19 - - [2025-08-28 02:24:13] "GET /virtual-network/81cf052e-da97-4126-a227-ed28062fa935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007413 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018717 10.0.0.19 - - [2025-08-28 02:24:13] "GET /network-policy/682e014f-af40-4d76-910d-82691f89dced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004051 10.0.0.19 - - [2025-08-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.19 - - [2025-08-28 02:24:13] "GET /network-policy/935d0168-9b7e-4059-b945-9d38153818c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004408 10.0.0.19 - - [2025-08-28 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.001530 10.0.0.41 - - [2025-08-28 02:24:46] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.021152 10.0.0.19 - - [2025-08-28 02:24:46] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087675 10.0.0.19 - - [2025-08-28 02:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.005458 10.0.0.19 - - [2025-08-28 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001266 10.0.0.19 - - [2025-08-28 02:24:47] "POST /neutron/network HTTP/1.1" 200 1504 0.010718 10.0.0.41 - - [2025-08-28 02:24:48] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.19 - - [2025-08-28 02:24:48] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067770 10.0.0.19 - - [2025-08-28 02:24:48] "POST /neutron/network HTTP/1.1" 200 1494 0.011978 10.0.0.19 - - [2025-08-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 117 0.006259 10.0.0.19 - - [2025-08-28 02:24:48] "POST /neutron/network HTTP/1.1" 200 1504 0.010313 10.0.0.19 - - [2025-08-28 02:24:49] "POST /neutron/port HTTP/1.1" 200 1170 0.024029 10.0.0.19 - - [2025-08-28 02:24:49] "PUT /access-control-list/984ff52f-4107-4700-9dbf-7af763bef79a HTTP/1.1" 200 272 0.083351 10.0.0.19 - - [2025-08-28 02:24:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003632 10.0.0.19 - - [2025-08-28 02:24:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017848 10.0.0.19 - - [2025-08-28 02:24:49] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.19 - - [2025-08-28 02:24:49] "POST /neutron/port HTTP/1.1" 200 1198 0.023684 10.0.0.19 - - [2025-08-28 02:24:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018381 10.0.0.19 - - [2025-08-28 02:24:50] "POST /neutron/network HTTP/1.1" 200 1494 0.013477 10.0.0.19 - - [2025-08-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 1198 0.020492 10.0.0.19 - - [2025-08-28 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006970 10.0.0.19 - - [2025-08-28 02:25:14] "POST /neutron/port HTTP/1.1" 200 1198 0.014018 10.0.0.41 - - [2025-08-28 02:25:14] "GET /obj-perms HTTP/1.1" 200 5056 0.041173 10.0.0.19 - - [2025-08-28 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007697 10.0.0.19 - - [2025-08-28 02:25:29] "POST /neutron/port HTTP/1.1" 200 1198 0.013759 10.0.0.19 - - [2025-08-28 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010920 10.0.0.19 - - [2025-08-28 02:25:34] "POST /neutron/port HTTP/1.1" 200 1198 0.020557 10.0.0.19 - - [2025-08-28 02:25:34] "GET /virtual-machine/b541f5dc-aab9-453c-99a8-80dbd9a3b2f9 HTTP/1.1" 200 1301 0.006137 10.0.0.19 - - [2025-08-28 02:25:34] "GET /virtual-machine-interface/5f6abc83-009e-4f24-bb6a-d7052abdf349 HTTP/1.1" 200 3184 0.005591 10.0.0.19 - - [2025-08-28 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.19 - - [2025-08-28 02:25:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004755 10.0.0.19 - - [2025-08-28 02:25:34] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002969 10.0.0.19 - - [2025-08-28 02:25:34] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005799 10.0.0.19 - - [2025-08-28 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.19 - - [2025-08-28 02:25:37] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005525 10.0.0.19 - - [2025-08-28 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-08-28 02:25:41] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004997 10.0.0.19 - - [2025-08-28 02:25:45] "POST /neutron/port HTTP/1.1" 200 1198 0.014645 10.0.0.19 - - [2025-08-28 02:25:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003577 10.0.0.19 - - [2025-08-28 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.19 - - [2025-08-28 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.19 - - [2025-08-28 02:25:46] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004884 10.0.0.19 - - [2025-08-28 02:25:48] "POST /neutron/port HTTP/1.1" 200 1198 0.039880 10.0.0.19 - - [2025-08-28 02:25:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003750 10.0.0.19 - - [2025-08-28 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.19 - - [2025-08-28 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.19 - - [2025-08-28 02:25:50] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004966 10.0.0.19 - - [2025-08-28 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-08-28 02:25:54] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005640 10.0.0.19 - - [2025-08-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.19 - - [2025-08-28 02:25:58] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005562 10.0.0.19 - - [2025-08-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.19 - - [2025-08-28 02:26:02] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005808 10.0.0.19 - - [2025-08-28 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.19 - - [2025-08-28 02:26:06] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006900 10.0.0.19 - - [2025-08-28 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.19 - - [2025-08-28 02:26:10] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005605 10.0.0.19 - - [2025-08-28 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.19 - - [2025-08-28 02:26:12] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003469 10.0.0.19 - - [2025-08-28 02:26:12] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002987 10.0.0.19 - - [2025-08-28 02:26:12] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006063 10.0.0.19 - - [2025-08-28 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007312 10.0.0.19 - - [2025-08-28 02:26:15] "GET /obj-perms HTTP/1.1" 200 5056 0.039711 10.0.0.38 - - [2025-08-28 02:26:15] "GET /obj-perms HTTP/1.1" 200 5056 0.041978 10.0.0.19 - - [2025-08-28 02:26:18] "POST /neutron/port HTTP/1.1" 200 1198 0.017457 10.0.0.19 - - [2025-08-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.029487 10.0.0.19 - - [2025-08-28 02:26:28] "POST /neutron/port HTTP/1.1" 200 1198 0.014570 10.0.0.19 - - [2025-08-28 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006302 10.0.0.19 - - [2025-08-28 02:26:28] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 200 1300 0.005166 10.0.0.19 - - [2025-08-28 02:26:28] "GET /virtual-machine-interface/ce69d7cf-2107-449b-a4ca-63c6d42745c6 HTTP/1.1" 200 3185 0.004685 10.0.0.19 - - [2025-08-28 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.19 - - [2025-08-28 02:26:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004424 10.0.0.19 - - [2025-08-28 02:26:28] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002967 10.0.0.19 - - [2025-08-28 02:26:28] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006125 10.0.0.19 - - [2025-08-28 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.19 - - [2025-08-28 02:26:29] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006534 10.0.0.19 - - [2025-08-28 02:26:29] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002764 10.0.0.19 - - [2025-08-28 02:26:29] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005911 10.0.0.19 - - [2025-08-28 02:26:30] "POST /neutron/port HTTP/1.1" 200 2278 0.016286 10.0.0.19 - - [2025-08-28 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006419 10.0.0.19 - - [2025-08-28 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-08-28 02:26:30] "GET /network-policy/017d2787-2cbd-4e42-8eb1-c577d5844dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.003796 10.0.0.19 - - [2025-08-28 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.19 - - [2025-08-28 02:26:30] "GET /network-policy/c778765c-d369-481d-8771-5fc1be0c1ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004198 10.0.0.19 - - [2025-08-28 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2025-08-28 02:26:30] "GET /network-policy/341d9be2-da66-44e1-8e96-6bc32ee2e91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003484 10.0.0.19 - - [2025-08-28 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.19 - - [2025-08-28 02:26:30] "GET /network-policy/3b1866e2-9744-4f02-8b9d-f6d8d97bdc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004130 10.0.0.19 - - [2025-08-28 02:26:47] "POST /neutron/port HTTP/1.1" 200 1198 0.014741 10.0.0.19 - - [2025-08-28 02:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003470 10.0.0.19 - - [2025-08-28 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.19 - - [2025-08-28 02:26:48] "POST /neutron/port HTTP/1.1" 200 1198 0.014051 10.0.0.19 - - [2025-08-28 02:26:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003625 10.0.0.19 - - [2025-08-28 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.19 - - [2025-08-28 02:26:54] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 200 1300 0.004029 10.0.0.19 - - [2025-08-28 02:26:54] "POST /neutron/port HTTP/1.1" 200 1198 0.014332 10.0.0.19 - - [2025-08-28 02:26:56] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.003342 10.0.0.19 - - [2025-08-28 02:26:56] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.002895 10.0.0.19 - - [2025-08-28 02:26:56] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.002341 10.0.0.19 - - [2025-08-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.19 - - [2025-08-28 02:26:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003922 10.0.0.19 - - [2025-08-28 02:26:56] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002951 10.0.0.19 - - [2025-08-28 02:26:56] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005826 10.0.0.19 - - [2025-08-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.19 - - [2025-08-28 02:26:56] "GET /routing-instance/bc381cf8-9fb1-4407-804f-756f644b29d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003943 10.0.0.19 - - [2025-08-28 02:26:56] "GET /route-target/5a1795b7-ac21-4e68-b8a4-e2924b34255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003922 10.0.0.19 - - [2025-08-28 02:26:56] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.003212 10.0.0.19 - - [2025-08-28 02:26:57] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.002785 10.0.0.19 - - [2025-08-28 02:26:58] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.003300 10.0.0.19 - - [2025-08-28 02:26:59] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.003174 10.0.0.19 - - [2025-08-28 02:27:00] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.003011 10.0.0.19 - - [2025-08-28 02:27:01] "GET /virtual-machine/5e182971-6cd2-407b-99a3-f8efd1a0f5b5 HTTP/1.1" 404 171 0.004706 10.0.0.41 - - [2025-08-28 02:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.033113 10.0.0.38 - - [2025-08-28 02:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.072714 10.0.0.19 - - [2025-08-28 02:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.126855 10.0.0.41 - - [2025-08-28 02:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.137304 10.0.0.41 - - [2025-08-28 02:27:03] "GET /global-system-configs HTTP/1.1" 200 322 0.047588 10.0.0.38 - - [2025-08-28 02:27:03] "GET /obj-perms HTTP/1.1" 200 5056 0.148556 10.0.0.38 - - [2025-08-28 02:27:03] "GET /global-system-configs HTTP/1.1" 200 322 0.040946 10.0.0.19 - - [2025-08-28 02:27:03] "GET /global-system-configs HTTP/1.1" 200 322 0.137812 10.0.0.19 - - [2025-08-28 02:27:04] "GET /obj-perms HTTP/1.1" 200 5056 0.207102 10.0.0.41 - - [2025-08-28 02:27:04] "GET /obj-perms HTTP/1.1" 200 5056 0.218854 10.0.0.19 - - [2025-08-28 02:27:04] "GET /global-system-configs HTTP/1.1" 200 322 0.045738 10.0.0.38 - - [2025-08-28 02:27:04] "GET /obj-perms HTTP/1.1" 200 5056 0.125035 10.0.0.19 - - [2025-08-28 02:27:07] "GET /obj-perms HTTP/1.1" 200 5046 0.004974 10.0.0.41 - - [2025-08-28 02:27:07] "GET /obj-perms HTTP/1.1" 200 5046 0.004195 10.0.0.19 - - [2025-08-28 02:27:11] "GET /obj-perms HTTP/1.1" 200 5046 0.003725 10.0.0.19 - - [2025-08-28 02:27:11] "GET /virtual-machine/b541f5dc-aab9-453c-99a8-80dbd9a3b2f9 HTTP/1.1" 200 1301 0.003852 10.0.0.19 - - [2025-08-28 02:27:11] "POST /neutron/port HTTP/1.1" 200 1198 0.014266 10.0.0.19 - - [2025-08-28 02:27:13] "GET /virtual-machine/b541f5dc-aab9-453c-99a8-80dbd9a3b2f9 HTTP/1.1" 404 171 0.003801 10.0.0.19 - - [2025-08-28 02:27:13] "GET /virtual-machine/b541f5dc-aab9-453c-99a8-80dbd9a3b2f9 HTTP/1.1" 404 171 0.003070 10.0.0.19 - - [2025-08-28 02:27:13] "GET /virtual-machine/b541f5dc-aab9-453c-99a8-80dbd9a3b2f9 HTTP/1.1" 404 171 0.003113 10.0.0.19 - - [2025-08-28 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.19 - - [2025-08-28 02:27:13] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003374 10.0.0.19 - - [2025-08-28 02:27:13] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002600 10.0.0.19 - - [2025-08-28 02:27:13] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005712 10.0.0.19 - - [2025-08-28 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005964 10.0.0.19 - - [2025-08-28 02:27:13] "GET /routing-instance/6c46a460-6e67-4b42-916f-711a8956e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004639 10.0.0.19 - - [2025-08-28 02:27:13] "GET /route-target/920ea85b-3ba5-42d4-820d-791f48fa6ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005128 10.0.0.19 - - [2025-08-28 02:27:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003788 10.0.0.38 - - [2025-08-28 02:27:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003142 10.0.0.41 - - [2025-08-28 02:27:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003516 10.0.0.19 - - [2025-08-28 02:27:13] "GET /virtual-network/81cf052e-da97-4126-a227-ed28062fa935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005404 10.0.0.19 - - [2025-08-28 02:27:13] "POST /neutron/network HTTP/1.1" 200 1493 0.010142 10.0.0.41 - - [2025-08-28 02:27:13] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006755 10.0.0.19 - - [2025-08-28 02:27:14] "GET /virtual-network/81cf052e-da97-4126-a227-ed28062fa935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.007882 10.0.0.19 - - [2025-08-28 02:27:14] "GET /virtual-network/67dfe4f9-f693-4bc7-a44e-30fb7a092ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005530 10.0.0.19 - - [2025-08-28 02:27:14] "POST /neutron/network HTTP/1.1" 200 1493 0.010335 10.0.0.19 - - [2025-08-28 02:27:14] "GET /virtual-network/67dfe4f9-f693-4bc7-a44e-30fb7a092ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.011233 10.0.0.19 - - [2025-08-28 02:27:14] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005322 10.0.0.19 - - [2025-08-28 02:27:14] "POST /neutron/network HTTP/1.1" 200 1494 0.009703 10.0.0.41 - - [2025-08-28 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.19 - - [2025-08-28 02:27:14] "DELETE /access-control-list/984ff52f-4107-4700-9dbf-7af763bef79a HTTP/1.1" 200 115 0.074188 10.0.0.19 - - [2025-08-28 02:27:14] "GET /virtual-network/636b89b5-56ee-4f08-979b-d144278890a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007030 10.0.0.19 - - [2025-08-28 02:27:14] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005713 10.0.0.19 - - [2025-08-28 02:27:14] "POST /neutron/network HTTP/1.1" 200 1494 0.010540 10.0.0.41 - - [2025-08-28 02:27:14] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.014365 10.0.0.19 - - [2025-08-28 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.047212 10.0.0.19 - - [2025-08-28 02:27:15] "GET /virtual-network/bff2e425-1681-430a-95e7-51763fd15c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.017023 10.0.0.19 - - [2025-08-28 02:27:15] "DELETE /network-policy/682e014f-af40-4d76-910d-82691f89dced HTTP/1.1" 200 115 0.044144 10.0.0.19 - - [2025-08-28 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.41 - - [2025-08-28 02:27:15] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.19 - - [2025-08-28 02:27:15] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035236 10.0.0.19 - - [2025-08-28 02:27:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005195 10.0.0.19 - - [2025-08-28 02:27:15] "DELETE /network-policy/935d0168-9b7e-4059-b945-9d38153818c3 HTTP/1.1" 200 115 0.032440 10.0.0.19 - - [2025-08-28 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006027 10.0.0.41 - - [2025-08-28 02:27:15] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.19 - - [2025-08-28 02:27:15] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043280 10.0.0.19 - - [2025-08-28 02:27:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005251 10.0.0.19 - - [2025-08-28 02:27:15] "DELETE /network-policy/e4715e92-a5a1-43b4-ba0e-4ced9d3fb408 HTTP/1.1" 200 115 0.043519 10.0.0.19 - - [2025-08-28 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006575 10.0.0.41 - - [2025-08-28 02:27:15] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.19 - - [2025-08-28 02:27:15] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047799 10.0.0.19 - - [2025-08-28 02:27:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005544 10.0.0.19 - - [2025-08-28 02:27:15] "DELETE /network-policy/f7456875-33d2-4f1f-bc82-cef398060783 HTTP/1.1" 200 115 0.033881 10.0.0.19 - - [2025-08-28 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-08-28 02:27:15] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.19 - - [2025-08-28 02:27:15] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056118 10.0.0.19 - - [2025-08-28 02:27:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005417 10.0.0.19 - - [2025-08-28 02:27:15] "DELETE /network-policy/c778765c-d369-481d-8771-5fc1be0c1ff8 HTTP/1.1" 200 115 0.040597 10.0.0.19 - - [2025-08-28 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.41 - - [2025-08-28 02:27:16] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.19 - - [2025-08-28 02:27:16] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039364 10.0.0.19 - - [2025-08-28 02:27:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005392 10.0.0.19 - - [2025-08-28 02:27:16] "DELETE /network-policy/017d2787-2cbd-4e42-8eb1-c577d5844dac HTTP/1.1" 200 115 0.036299 10.0.0.19 - - [2025-08-28 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.41 - - [2025-08-28 02:27:16] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.19 - - [2025-08-28 02:27:16] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047308 10.0.0.19 - - [2025-08-28 02:27:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005024 10.0.0.19 - - [2025-08-28 02:27:16] "DELETE /network-policy/3b1866e2-9744-4f02-8b9d-f6d8d97bdc39 HTTP/1.1" 200 115 0.038585 10.0.0.19 - - [2025-08-28 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2025-08-28 02:27:16] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.19 - - [2025-08-28 02:27:16] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035870 10.0.0.19 - - [2025-08-28 02:27:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004896 10.0.0.19 - - [2025-08-28 02:27:16] "DELETE /network-policy/341d9be2-da66-44e1-8e96-6bc32ee2e91a HTTP/1.1" 200 115 0.042771 10.0.0.19 - - [2025-08-28 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.41 - - [2025-08-28 02:27:16] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.19 - - [2025-08-28 02:27:16] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039213 10.0.0.19 - - [2025-08-28 02:27:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-75851588&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005170 10.0.0.19 - - [2025-08-28 02:27:16] "POST /neutron/network HTTP/1.1" 200 1308 0.009944 10.0.0.19 - - [2025-08-28 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.41 - - [2025-08-28 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005420 10.0.0.41 - - [2025-08-28 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004541 10.0.0.41 - - [2025-08-28 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.015346 10.0.0.41 - - [2025-08-28 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007529 10.0.0.41 - - [2025-08-28 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003692 10.0.0.41 - - [2025-08-28 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.015100 10.0.0.19 - - [2025-08-28 02:27:17] "POST /neutron/network HTTP/1.1" 200 151 0.205331 10.0.0.19 - - [2025-08-28 02:27:17] "DELETE /route-target/5a1795b7-ac21-4e68-b8a4-e2924b34255d HTTP/1.1" 200 115 0.029314 10.0.0.19 - - [2025-08-28 02:27:18] "POST /neutron/network HTTP/1.1" 200 1309 0.012538 10.0.0.19 - - [2025-08-28 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007322 10.0.0.19 - - [2025-08-28 02:27:18] "DELETE /network-ipam/f541ea30-f50d-4679-9f5c-4a79c747745f HTTP/1.1" 200 115 0.039608 10.0.0.19 - - [2025-08-28 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.003737 10.0.0.41 - - [2025-08-28 02:27:18] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.41 - - [2025-08-28 02:27:18] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.035199 10.0.0.41 - - [2025-08-28 02:27:18] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.41 - - [2025-08-28 02:27:18] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=security_groups HTTP/1.1" 200 1386 0.094088 10.0.0.41 - - [2025-08-28 02:27:18] "DELETE /security-group/96d042cf-6c0a-450a-8599-feab9234e5d3 HTTP/1.1" 200 115 0.057150 10.0.0.41 - - [2025-08-28 02:27:18] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.19 - - [2025-08-28 02:27:18] "DELETE /access-control-list/18be019f-7787-4e11-8049-212a6c60ebf4 HTTP/1.1" 200 115 0.047488 10.0.0.41 - - [2025-08-28 02:27:18] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=application_policy_sets HTTP/1.1" 200 1425 0.048691 10.0.0.19 - - [2025-08-28 02:27:19] "DELETE /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8 HTTP/1.1" 200 115 0.445595 10.0.0.41 - - [2025-08-28 02:27:19] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.19 - - [2025-08-28 02:27:19] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?fields=projects HTTP/1.1" 200 1244 0.011571 10.0.0.19 - - [2025-08-28 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.023566 10.0.0.41 - - [2025-08-28 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.001848 10.0.0.41 - - [2025-08-28 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.011333 10.0.0.41 - - [2025-08-28 02:27:24] "POST /security-groups HTTP/1.1" 200 599 0.027886 10.0.0.41 - - [2025-08-28 02:27:24] "POST /projects HTTP/1.1" 200 601 0.237638 10.0.0.19 - - [2025-08-28 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.260090 10.0.0.19 - - [2025-08-28 02:27:24] "POST /access-control-lists HTTP/1.1" 200 604 0.022804 10.0.0.41 - - [2025-08-28 02:27:24] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.19 - - [2025-08-28 02:27:24] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047155 10.0.0.19 - - [2025-08-28 02:27:24] "POST /network-policys HTTP/1.1" 200 559 0.029557 10.0.0.19 - - [2025-08-28 02:27:24] "GET /network-policy/d58c3226-bec6-4e4c-8785-12b329ff64a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006428 10.0.0.19 - - [2025-08-28 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.41 - - [2025-08-28 02:27:24] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.19 - - [2025-08-28 02:27:24] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036860 10.0.0.41 - - [2025-08-28 02:27:24] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.19 - - [2025-08-28 02:27:25] "POST /neutron/network HTTP/1.1" 200 615 0.132632 10.0.0.19 - - [2025-08-28 02:27:25] "POST /route-targets HTTP/1.1" 200 327 0.014372 10.0.0.19 - - [2025-08-28 02:27:25] "POST /neutron/network HTTP/1.1" 200 1007 0.021100 10.0.0.19 - - [2025-08-28 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001155 10.0.0.19 - - [2025-08-28 02:27:25] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005079 10.0.0.19 - - [2025-08-28 02:27:25] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007126 10.0.0.19 - - [2025-08-28 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 721 0.008926 10.0.0.19 - - [2025-08-28 02:27:25] "POST /neutron/network HTTP/1.1" 200 1106 0.087694 10.0.0.41 - - [2025-08-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.049474 10.0.0.19 - - [2025-08-28 02:27:25] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005087 10.0.0.19 - - [2025-08-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.19 - - [2025-08-28 02:27:25] "POST /access-control-lists HTTP/1.1" 200 599 0.111776 10.0.0.19 - - [2025-08-28 02:27:25] "GET /network-policy/d58c3226-bec6-4e4c-8785-12b329ff64a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006225 10.0.0.19 - - [2025-08-28 02:27:26] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005543 10.0.0.19 - - [2025-08-28 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001208 10.0.0.41 - - [2025-08-28 02:27:27] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.19 - - [2025-08-28 02:27:27] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062544 10.0.0.19 - - [2025-08-28 02:27:27] "POST /neutron/network HTTP/1.1" 200 1106 0.029808 10.0.0.19 - - [2025-08-28 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001289 10.0.0.19 - - [2025-08-28 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.006502 10.0.0.41 - - [2025-08-28 02:27:27] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.19 - - [2025-08-28 02:27:28] "POST /neutron/port HTTP/1.1" 200 1174 0.353746 10.0.0.19 - - [2025-08-28 02:27:28] "POST /neutron/port HTTP/1.1" 200 1228 0.106563 10.0.0.19 - - [2025-08-28 02:27:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.41 - - [2025-08-28 02:27:28] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.19 - - [2025-08-28 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.000908 10.0.0.19 - - [2025-08-28 02:27:28] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073812 10.0.0.19 - - [2025-08-28 02:27:28] "POST /neutron/port HTTP/1.1" 200 1202 0.018853 10.0.0.19 - - [2025-08-28 02:27:28] "POST /neutron/port HTTP/1.1" 200 1202 0.016014 10.0.0.41 - - [2025-08-28 02:27:29] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.19 - - [2025-08-28 02:27:29] "POST /neutron/port HTTP/1.1" 200 1174 0.366669 10.0.0.19 - - [2025-08-28 02:27:29] "POST /neutron/port HTTP/1.1" 200 1228 0.098578 10.0.0.19 - - [2025-08-28 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005143 10.0.0.19 - - [2025-08-28 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.19 - - [2025-08-28 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006661 10.0.0.19 - - [2025-08-28 02:27:34] "POST /neutron/port HTTP/1.1" 200 1202 0.014099 10.0.0.19 - - [2025-08-28 02:27:34] "GET /virtual-machine/fdafaa3a-630e-4063-9df5-e3574751e11e HTTP/1.1" 200 1301 0.005014 10.0.0.19 - - [2025-08-28 02:27:34] "GET /virtual-machine-interface/3a6a35cb-5486-487c-8a38-9238ed4f5f09 HTTP/1.1" 200 3177 0.010004 10.0.0.19 - - [2025-08-28 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.19 - - [2025-08-28 02:27:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004281 10.0.0.19 - - [2025-08-28 02:27:34] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003090 10.0.0.19 - - [2025-08-28 02:27:34] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005880 10.0.0.19 - - [2025-08-28 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.19 - - [2025-08-28 02:27:37] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004972 10.0.0.19 - - [2025-08-28 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.19 - - [2025-08-28 02:27:41] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004929 10.0.0.19 - - [2025-08-28 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.19 - - [2025-08-28 02:27:45] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005495 10.0.0.19 - - [2025-08-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 1202 0.014383 10.0.0.19 - - [2025-08-28 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.19 - - [2025-08-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.19 - - [2025-08-28 02:27:49] "POST /neutron/port HTTP/1.1" 200 1202 0.013082 10.0.0.19 - - [2025-08-28 02:27:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003334 10.0.0.19 - - [2025-08-28 02:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.19 - - [2025-08-28 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.19 - - [2025-08-28 02:27:49] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004791 10.0.0.19 - - [2025-08-28 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.19 - - [2025-08-28 02:27:53] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005033 10.0.0.19 - - [2025-08-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007262 10.0.0.19 - - [2025-08-28 02:27:57] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005184 10.0.0.19 - - [2025-08-28 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.19 - - [2025-08-28 02:28:01] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004986 10.0.0.41 - - [2025-08-28 02:28:03] "DELETE /project/0225b0ba1d9749a0b140cecfbc9d22b8 HTTP/1.1" 404 173 0.029380 10.0.0.19 - - [2025-08-28 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.19 - - [2025-08-28 02:28:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003621 10.0.0.19 - - [2025-08-28 02:28:05] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002849 10.0.0.19 - - [2025-08-28 02:28:06] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005951 10.0.0.19 - - [2025-08-28 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007337 10.0.0.19 - - [2025-08-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1202 0.016572 10.0.0.19 - - [2025-08-28 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006709 10.0.0.41 - - [2025-08-28 02:28:17] "GET /obj-perms HTTP/1.1" 200 5056 0.049150 10.0.0.19 - - [2025-08-28 02:28:21] "POST /neutron/port HTTP/1.1" 200 1202 0.015351 10.0.0.19 - - [2025-08-28 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007051 10.0.0.19 - - [2025-08-28 02:28:26] "POST /neutron/port HTTP/1.1" 200 1202 0.013188 10.0.0.19 - - [2025-08-28 02:28:27] "GET /virtual-machine/35c99f22-a810-4b21-bdc1-2bbd936896a5 HTTP/1.1" 200 1300 0.024671 10.0.0.19 - - [2025-08-28 02:28:27] "GET /virtual-machine-interface/f4e300ea-df75-4a83-abf6-10f2254e4026 HTTP/1.1" 200 3179 0.004795 10.0.0.19 - - [2025-08-28 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.19 - - [2025-08-28 02:28:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003368 10.0.0.19 - - [2025-08-28 02:28:27] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002862 10.0.0.19 - - [2025-08-28 02:28:27] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005432 10.0.0.19 - - [2025-08-28 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.19 - - [2025-08-28 02:28:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003320 10.0.0.19 - - [2025-08-28 02:28:28] "GET /virtual-networks?parent_id=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002623 10.0.0.19 - - [2025-08-28 02:28:28] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005818 10.0.0.19 - - [2025-08-28 02:28:49] "POST /neutron/port HTTP/1.1" 200 1202 0.015201 10.0.0.19 - - [2025-08-28 02:28:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003595 10.0.0.19 - - [2025-08-28 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.19 - - [2025-08-28 02:28:50] "POST /neutron/port HTTP/1.1" 200 1202 0.036442 10.0.0.19 - - [2025-08-28 02:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.19 - - [2025-08-28 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.19 - - [2025-08-28 02:28:51] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005481 10.0.0.41 - - [2025-08-28 02:28:51] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009814 10.0.0.19 - - [2025-08-28 02:28:51] "POST /neutron/network HTTP/1.1" 200 1007 0.092143 10.0.0.19 - - [2025-08-28 02:28:51] "GET /virtual-network/d46b2cf2-da13-45a7-bb0b-a7442b5fd209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009412 10.0.0.19 - - [2025-08-28 02:28:51] "POST /neutron/network HTTP/1.1" 400 204 0.013225 10.0.0.19 - - [2025-08-28 02:28:51] "POST /neutron/port HTTP/1.1" 200 1202 0.015833 10.0.0.19 - - [2025-08-28 02:28:51] "POST /neutron/port HTTP/1.1" 200 151 0.301180 10.0.0.19 - - [2025-08-28 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010905 10.0.0.19 - - [2025-08-28 02:28:53] "DELETE /network-policy/d58c3226-bec6-4e4c-8785-12b329ff64a1 HTTP/1.1" 200 115 0.035716 10.0.0.41 - - [2025-08-28 02:28:56] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.19 - - [2025-08-28 02:28:56] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077893 10.0.0.41 - - [2025-08-28 02:28:56] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.19 - - [2025-08-28 02:28:56] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=virtual_networks HTTP/1.1" 200 1047 0.037524 10.0.0.41 - - [2025-08-28 02:28:56] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.19 - - [2025-08-28 02:28:56] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041334 10.0.0.41 - - [2025-08-28 02:28:56] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.19 - - [2025-08-28 02:28:56] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=security_groups HTTP/1.1" 200 1281 0.040910 10.0.0.19 - - [2025-08-28 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.023760 10.0.0.41 - - [2025-08-28 02:28:57] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002787 10.0.0.41 - - [2025-08-28 02:28:57] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.41 - - [2025-08-28 02:28:57] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006779 10.0.0.41 - - [2025-08-28 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 204 0.004803 10.0.0.41 - - [2025-08-28 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 213 0.004233 10.0.0.41 - - [2025-08-28 02:28:57] "POST /security-groups HTTP/1.1" 200 605 0.027125 10.0.0.41 - - [2025-08-28 02:28:57] "POST /projects HTTP/1.1" 200 613 0.239291 10.0.0.19 - - [2025-08-28 02:28:57] "POST /access-control-lists HTTP/1.1" 200 610 0.027389 10.0.0.41 - - [2025-08-28 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.308585 10.0.0.19 - - [2025-08-28 02:28:57] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.449214 10.0.0.19 - - [2025-08-28 02:28:58] "GET / HTTP/1.1" 200 35931 0.001711 10.0.0.19 - - [2025-08-28 02:29:02] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.41 - - [2025-08-28 02:29:02] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000911 10.0.0.19 - - [2025-08-28 02:29:02] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.084049 10.0.0.19 - - [2025-08-28 02:29:02] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.19 - - [2025-08-28 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.41 - - [2025-08-28 02:29:03] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.19 - - [2025-08-28 02:29:03] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007611 10.0.0.19 - - [2025-08-28 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.41 - - [2025-08-28 02:29:03] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000902 10.0.0.19 - - [2025-08-28 02:29:03] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.041539 10.0.0.41 - - [2025-08-28 02:29:03] "DELETE /project/8ea079ddbe3246ceb7dd3380c02003f4 HTTP/1.1" 404 173 0.006249 10.0.0.41 - - [2025-08-28 02:29:03] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000775 10.0.0.41 - - [2025-08-28 02:29:03] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.045642 10.0.0.41 - - [2025-08-28 02:29:03] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.41 - - [2025-08-28 02:29:03] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=security_groups HTTP/1.1" 200 1386 0.065539 10.0.0.41 - - [2025-08-28 02:29:04] "DELETE /security-group/2e081e8d-f424-4d5b-b4b4-cd03aee06bc0 HTTP/1.1" 200 115 0.072707 10.0.0.41 - - [2025-08-28 02:29:04] "GET /projects?obj_uuids=0225b0ba-1d97-49a0-b140-cecfbc9d22b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.19 - - [2025-08-28 02:29:04] "DELETE /access-control-list/eb8f22d5-d2b5-4e5e-8f71-45a95082ae80 HTTP/1.1" 200 115 0.044674 10.0.0.41 - - [2025-08-28 02:29:04] "GET /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8?fields=application_policy_sets HTTP/1.1" 200 1425 0.064760 10.0.0.41 - - [2025-08-28 02:29:04] "DELETE /project/0225b0ba-1d97-49a0-b140-cecfbc9d22b8 HTTP/1.1" 200 115 0.452452 10.0.0.19 - - [2025-08-28 02:29:04] "GET /domains HTTP/1.1" 401 292 0.000375 10.0.0.19 - - [2025-08-28 02:29:04] "GET /domains HTTP/1.1" 200 280 0.023822 10.0.0.41 - - [2025-08-28 02:29:04] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.19 - - [2025-08-28 02:29:04] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4 HTTP/1.1" 200 2587 0.009850 10.0.0.41 - - [2025-08-28 02:29:04] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000847 10.0.0.19 - - [2025-08-28 02:29:04] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4 HTTP/1.1" 200 1937 0.091425 10.0.0.19 - - [2025-08-28 02:29:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002914 10.0.0.19 - - [2025-08-28 02:29:04] "POST /network-ipams HTTP/1.1" 200 627 0.023569 10.0.0.19 - - [2025-08-28 02:29:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1031 0.003828 10.0.0.19 - - [2025-08-28 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.19 - - [2025-08-28 02:29:05] "GET /network-ipam/28e22db8-6293-42b5-bba5-a249923038dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.006023 10.0.0.19 - - [2025-08-28 02:29:05] "PUT /network-ipam/28e22db8-6293-42b5-bba5-a249923038dc HTTP/1.1" 200 258 0.013719 10.0.0.19 - - [2025-08-28 02:29:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2025-08-28 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.023177 10.0.0.41 - - [2025-08-28 02:29:05] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000835 10.0.0.19 - - [2025-08-28 02:29:05] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.042978 10.0.0.19 - - [2025-08-28 02:29:05] "POST /neutron/network HTTP/1.1" 200 117 0.029383 10.0.0.19 - - [2025-08-28 02:29:06] "POST /ref-update HTTP/1.1" 200 156 0.027699 10.0.0.41 - - [2025-08-28 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006191 10.0.0.19 - - [2025-08-28 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.214151 10.0.0.19 - - [2025-08-28 02:29:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001647 10.0.0.19 - - [2025-08-28 02:29:06] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005264 10.0.0.19 - - [2025-08-28 02:29:06] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005683 10.0.0.19 - - [2025-08-28 02:29:06] "POST /neutron/network HTTP/1.1" 200 1141 0.008663 10.0.0.19 - - [2025-08-28 02:29:07] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.006060 10.0.0.19 - - [2025-08-28 02:29:07] "GET /obj-perms HTTP/1.1" 200 5021 0.044797 10.0.0.38 - - [2025-08-28 02:29:08] "GET /obj-perms HTTP/1.1" 200 5021 0.070999 10.0.0.19 - - [2025-08-28 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.003189 10.0.0.19 - - [2025-08-28 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.41 - - [2025-08-28 02:29:08] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001065 10.0.0.19 - - [2025-08-28 02:29:08] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.042921 10.0.0.19 - - [2025-08-28 02:29:08] "POST /network-policys HTTP/1.1" 200 565 0.067606 10.0.0.19 - - [2025-08-28 02:29:08] "GET /network-policy/6f851c88-b0de-4248-8531-7271273485a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.005837 10.0.0.19 - - [2025-08-28 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.003092 10.0.0.19 - - [2025-08-28 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.41 - - [2025-08-28 02:29:08] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000934 10.0.0.19 - - [2025-08-28 02:29:08] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.039405 10.0.0.19 - - [2025-08-28 02:29:09] "POST /network-policys HTTP/1.1" 200 565 0.076129 10.0.0.19 - - [2025-08-28 02:29:09] "GET /network-policy/7f64268a-b38a-4c67-ab2d-f70d0ab50578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005757 10.0.0.19 - - [2025-08-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.003009 10.0.0.19 - - [2025-08-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.41 - - [2025-08-28 02:29:09] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000969 10.0.0.19 - - [2025-08-28 02:29:09] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.048902 10.0.0.19 - - [2025-08-28 02:29:09] "POST /network-policys HTTP/1.1" 200 565 0.035133 10.0.0.19 - - [2025-08-28 02:29:09] "GET /network-policy/61011e9a-7140-4ed7-a071-ac64cc645a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005609 10.0.0.19 - - [2025-08-28 02:29:09] "POST /neutron/network HTTP/1.1" 200 1141 0.008884 10.0.0.41 - - [2025-08-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008237 10.0.0.19 - - [2025-08-28 02:29:09] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007400 10.0.0.19 - - [2025-08-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.19 - - [2025-08-28 02:29:09] "GET /network-policy/6f851c88-b0de-4248-8531-7271273485a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003850 10.0.0.19 - - [2025-08-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.19 - - [2025-08-28 02:29:10] "GET /network-policy/7f64268a-b38a-4c67-ab2d-f70d0ab50578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004076 10.0.0.19 - - [2025-08-28 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 237 0.001262 10.0.0.19 - - [2025-08-28 02:29:10] "POST /neutron/network HTTP/1.1" 200 1349 0.008416 10.0.0.41 - - [2025-08-28 02:29:10] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001317 10.0.0.19 - - [2025-08-28 02:29:10] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.060476 10.0.0.19 - - [2025-08-28 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.006110 10.0.0.41 - - [2025-08-28 02:29:11] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001004 10.0.0.19 - - [2025-08-28 02:29:11] "PUT /access-control-list/fe66ee0b-3f70-4f7d-a501-e8ab07120fba HTTP/1.1" 200 272 0.029078 10.0.0.19 - - [2025-08-28 02:29:11] "POST /neutron/port HTTP/1.1" 200 1180 0.350961 10.0.0.19 - - [2025-08-28 02:29:12] "POST /neutron/port HTTP/1.1" 200 1234 0.109343 10.0.0.19 - - [2025-08-28 02:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.19 - - [2025-08-28 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.19 - - [2025-08-28 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009072 10.0.0.19 - - [2025-08-28 02:29:16] "POST /neutron/port HTTP/1.1" 200 1208 0.013718 10.0.0.19 - - [2025-08-28 02:29:16] "GET /virtual-machine/c058978e-59d6-47f7-82e0-c8fa46c8d5ee HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2025-08-28 02:29:16] "GET /virtual-machine/c058978e-59d6-47f7-82e0-c8fa46c8d5ee HTTP/1.1" 200 1306 0.027840 10.0.0.19 - - [2025-08-28 02:29:16] "GET /virtual-machine-interface/0dfdb65f-458a-45e4-a56e-51635c445b24 HTTP/1.1" 200 3177 0.006137 10.0.0.19 - - [2025-08-28 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.19 - - [2025-08-28 02:29:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003473 10.0.0.19 - - [2025-08-28 02:29:16] "GET /virtual-networks?parent_id=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002819 10.0.0.19 - - [2025-08-28 02:29:16] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005118 10.0.0.19 - - [2025-08-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.19 - - [2025-08-28 02:29:19] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.004856 10.0.0.19 - - [2025-08-28 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.19 - - [2025-08-28 02:29:24] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005187 10.0.0.19 - - [2025-08-28 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.19 - - [2025-08-28 02:29:28] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.004852 10.0.0.19 - - [2025-08-28 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.19 - - [2025-08-28 02:29:32] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.004996 10.0.0.19 - - [2025-08-28 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.19 - - [2025-08-28 02:29:36] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005497 10.0.0.19 - - [2025-08-28 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.19 - - [2025-08-28 02:29:40] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005286 10.0.0.19 - - [2025-08-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.19 - - [2025-08-28 02:29:44] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006272 10.0.0.19 - - [2025-08-28 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.19 - - [2025-08-28 02:29:48] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005428 10.0.0.19 - - [2025-08-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 1208 0.013686 10.0.0.19 - - [2025-08-28 02:29:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003388 10.0.0.19 - - [2025-08-28 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.19 - - [2025-08-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.000829 10.0.0.19 - - [2025-08-28 02:29:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004105 10.0.0.19 - - [2025-08-28 02:29:50] "GET /virtual-networks?parent_id=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002411 10.0.0.19 - - [2025-08-28 02:29:50] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005134 10.0.0.19 - - [2025-08-28 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008346 10.0.0.19 - - [2025-08-28 02:29:57] "POST /neutron/port HTTP/1.1" 200 1208 0.015907 10.0.0.19 - - [2025-08-28 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007668 10.0.0.19 - - [2025-08-28 02:30:06] "POST /neutron/port HTTP/1.1" 200 1208 0.014860 10.0.0.19 - - [2025-08-28 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.19 - - [2025-08-28 02:30:06] "GET /network-policy/6f851c88-b0de-4248-8531-7271273485a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003570 10.0.0.19 - - [2025-08-28 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.19 - - [2025-08-28 02:30:06] "GET /network-policy/7f64268a-b38a-4c67-ab2d-f70d0ab50578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004683 10.0.0.19 - - [2025-08-28 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.19 - - [2025-08-28 02:30:06] "GET /network-policy/61011e9a-7140-4ed7-a071-ac64cc645a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003511 10.0.0.41 - - [2025-08-28 02:30:06] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.025320 10.0.0.19 - - [2025-08-28 02:30:06] "POST /neutron/network HTTP/1.1" 200 1431 0.106682 10.0.0.19 - - [2025-08-28 02:30:07] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.008676 10.0.0.19 - - [2025-08-28 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007188 10.0.0.19 - - [2025-08-28 02:30:07] "GET /network-policy/61011e9a-7140-4ed7-a071-ac64cc645a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004139 10.0.0.19 - - [2025-08-28 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.19 - - [2025-08-28 02:30:07] "GET /network-policy/6f851c88-b0de-4248-8531-7271273485a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004307 10.0.0.19 - - [2025-08-28 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.19 - - [2025-08-28 02:30:07] "GET /network-policy/7f64268a-b38a-4c67-ab2d-f70d0ab50578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004409 10.0.0.19 - - [2025-08-28 02:30:12] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.005755 10.0.0.19 - - [2025-08-28 02:30:12] "POST /neutron/network HTTP/1.1" 200 1141 0.082937 10.0.0.19 - - [2025-08-28 02:30:12] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007406 10.0.0.19 - - [2025-08-28 02:30:17] "GET /virtual-machine/c058978e-59d6-47f7-82e0-c8fa46c8d5ee HTTP/1.1" 200 1306 0.004412 10.0.0.19 - - [2025-08-28 02:30:18] "POST /neutron/port HTTP/1.1" 200 1234 0.015081 10.0.0.19 - - [2025-08-28 02:30:19] "GET /virtual-machine/c058978e-59d6-47f7-82e0-c8fa46c8d5ee HTTP/1.1" 404 171 0.002973 10.0.0.19 - - [2025-08-28 02:30:19] "GET /virtual-machine/c058978e-59d6-47f7-82e0-c8fa46c8d5ee HTTP/1.1" 404 171 0.002596 10.0.0.19 - - [2025-08-28 02:30:19] "GET /virtual-machine/c058978e-59d6-47f7-82e0-c8fa46c8d5ee HTTP/1.1" 404 171 0.002633 10.0.0.19 - - [2025-08-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.19 - - [2025-08-28 02:30:19] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003695 10.0.0.19 - - [2025-08-28 02:30:19] "GET /virtual-networks?parent_id=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003205 10.0.0.19 - - [2025-08-28 02:30:19] "GET /virtual-network/9fde4793-7659-4821-a776-1b0debd412db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005340 10.0.0.19 - - [2025-08-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.19 - - [2025-08-28 02:30:19] "GET /routing-instance/62725da1-3676-4acb-9d27-71988689f391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.003896 10.0.0.19 - - [2025-08-28 02:30:19] "GET /route-target/8f7759b1-17c5-4c14-b8bc-94ee2c6e33d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003516 10.0.0.19 - - [2025-08-28 02:30:19] "GET /obj-perms HTTP/1.1" 200 5021 0.003619 10.0.0.38 - - [2025-08-28 02:30:23] "GET /obj-perms HTTP/1.1" 200 5021 0.003627 10.0.0.19 - - [2025-08-28 02:30:29] "GET /obj-perms HTTP/1.1" 200 5021 0.003982 10.0.0.38 - - [2025-08-28 02:30:32] "GET /obj-perms HTTP/1.1" 200 5021 0.003533 10.0.0.19 - - [2025-08-28 02:30:38] "GET /obj-perms HTTP/1.1" 200 5021 0.003885 10.0.0.38 - - [2025-08-28 02:30:41] "GET /obj-perms HTTP/1.1" 200 5021 0.003499 10.0.0.19 - - [2025-08-28 02:30:44] "GET /obj-perms HTTP/1.1" 200 5021 0.003559 10.0.0.41 - - [2025-08-28 02:30:44] "GET /obj-perms HTTP/1.1" 200 5021 0.048260 10.0.0.19 - - [2025-08-28 02:30:44] "DELETE /network-policy/61011e9a-7140-4ed7-a071-ac64cc645a5b HTTP/1.1" 200 115 0.044420 10.0.0.19 - - [2025-08-28 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.41 - - [2025-08-28 02:30:45] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.023892 10.0.0.19 - - [2025-08-28 02:30:45] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.083960 10.0.0.19 - - [2025-08-28 02:30:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-91433191&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.004716 10.0.0.19 - - [2025-08-28 02:30:45] "DELETE /network-policy/7f64268a-b38a-4c67-ab2d-f70d0ab50578 HTTP/1.1" 200 115 0.041859 10.0.0.19 - - [2025-08-28 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2025-08-28 02:30:45] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001016 10.0.0.19 - - [2025-08-28 02:30:45] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.043821 10.0.0.19 - - [2025-08-28 02:30:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-91433191&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004687 10.0.0.19 - - [2025-08-28 02:30:45] "DELETE /network-policy/6f851c88-b0de-4248-8531-7271273485a7 HTTP/1.1" 200 115 0.037999 10.0.0.19 - - [2025-08-28 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.41 - - [2025-08-28 02:30:45] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001314 10.0.0.19 - - [2025-08-28 02:30:45] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.057865 10.0.0.19 - - [2025-08-28 02:30:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-91433191&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004801 10.0.0.41 - - [2025-08-28 02:30:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002735 10.0.0.41 - - [2025-08-28 02:30:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002108 10.0.0.41 - - [2025-08-28 02:30:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.41 - - [2025-08-28 02:30:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.19 - - [2025-08-28 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.022650 10.0.0.19 - - [2025-08-28 02:30:45] "POST /neutron/network HTTP/1.1" 200 151 0.136452 10.0.0.19 - - [2025-08-28 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.19 - - [2025-08-28 02:30:46] "DELETE /network-ipam/28e22db8-6293-42b5-bba5-a249923038dc HTTP/1.1" 200 115 0.038001 10.0.0.19 - - [2025-08-28 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 264 0.003092 10.0.0.41 - - [2025-08-28 02:30:46] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000816 10.0.0.41 - - [2025-08-28 02:30:46] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.037790 10.0.0.41 - - [2025-08-28 02:30:46] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000993 10.0.0.41 - - [2025-08-28 02:30:46] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=security_groups HTTP/1.1" 200 1406 0.043803 10.0.0.41 - - [2025-08-28 02:30:46] "DELETE /security-group/ed24efd1-79de-495a-9e47-b00a954d8eaf HTTP/1.1" 200 115 0.051351 10.0.0.41 - - [2025-08-28 02:30:46] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003399 10.0.0.41 - - [2025-08-28 02:30:46] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=application_policy_sets HTTP/1.1" 200 1445 0.073949 10.0.0.19 - - [2025-08-28 02:30:46] "DELETE /access-control-list/35e56498-dec7-480f-b8f2-c5f63fa143b8 HTTP/1.1" 200 115 0.083883 10.0.0.19 - - [2025-08-28 02:30:46] "DELETE /project/8ea079dd-be32-46ce-b7dd-3380c02003f4 HTTP/1.1" 200 115 0.420436 10.0.0.41 - - [2025-08-28 02:30:46] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001610 10.0.0.19 - - [2025-08-28 02:30:46] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?fields=projects HTTP/1.1" 200 1244 0.011275 10.0.0.41 - - [2025-08-28 02:30:49] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002687 10.0.0.41 - - [2025-08-28 02:30:49] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.41 - - [2025-08-28 02:30:49] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047616 10.0.0.41 - - [2025-08-28 02:30:49] "POST /id-to-fqname HTTP/1.1" 200 204 0.001566 10.0.0.41 - - [2025-08-28 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 213 0.007390 10.0.0.41 - - [2025-08-28 02:30:49] "POST /security-groups HTTP/1.1" 200 605 0.068929 10.0.0.41 - - [2025-08-28 02:30:49] "POST /projects HTTP/1.1" 200 613 0.269324 10.0.0.19 - - [2025-08-28 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 247 0.011253 10.0.0.41 - - [2025-08-28 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.348632 10.0.0.19 - - [2025-08-28 02:30:49] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.491384 10.0.0.41 - - [2025-08-28 02:30:49] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001651 10.0.0.19 - - [2025-08-28 02:30:49] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=virtual_networks HTTP/1.1" 200 1061 0.069196 10.0.0.41 - - [2025-08-28 02:30:49] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001137 10.0.0.19 - - [2025-08-28 02:30:49] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.041173 10.0.0.41 - - [2025-08-28 02:30:49] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001376 10.0.0.19 - - [2025-08-28 02:30:49] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=security_groups HTTP/1.1" 200 1301 0.037272 10.0.0.19 - - [2025-08-28 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 204 0.022374 10.0.0.41 - - [2025-08-28 02:30:50] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003388 10.0.0.41 - - [2025-08-28 02:30:50] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.41 - - [2025-08-28 02:30:50] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006842 10.0.0.41 - - [2025-08-28 02:30:50] "POST /id-to-fqname HTTP/1.1" 200 206 0.002544 10.0.0.41 - - [2025-08-28 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.008413 10.0.0.41 - - [2025-08-28 02:30:50] "POST /security-groups HTTP/1.1" 200 607 0.073236 10.0.0.41 - - [2025-08-28 02:30:50] "POST /projects HTTP/1.1" 200 617 0.296417 10.0.0.19 - - [2025-08-28 02:30:51] "POST /access-control-lists HTTP/1.1" 200 612 0.053811 10.0.0.41 - - [2025-08-28 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.369965 10.0.0.19 - - [2025-08-28 02:30:51] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.517653 10.0.0.19 - - [2025-08-28 02:30:52] "GET / HTTP/1.1" 200 35931 0.001710 10.0.0.19 - - [2025-08-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2025-08-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.051144 10.0.0.19 - - [2025-08-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.41 - - [2025-08-28 02:30:55] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000901 10.0.0.19 - - [2025-08-28 02:30:55] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.035503 10.0.0.19 - - [2025-08-28 02:30:55] "POST /network-policys HTTP/1.1" 200 567 0.028149 10.0.0.19 - - [2025-08-28 02:30:55] "GET /network-policy/d40f7e2b-e08a-4013-a172-4b90763f7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005649 10.0.0.19 - - [2025-08-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-08-28 02:30:55] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000962 10.0.0.19 - - [2025-08-28 02:30:55] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048364 10.0.0.19 - - [2025-08-28 02:30:56] "POST /route-targets HTTP/1.1" 200 327 0.022364 10.0.0.41 - - [2025-08-28 02:30:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009336 10.0.0.19 - - [2025-08-28 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.246820 10.0.0.41 - - [2025-08-28 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.19 - - [2025-08-28 02:30:56] "POST /id-to-fqname HTTP/1.1" 200 237 0.001265 10.0.0.19 - - [2025-08-28 02:30:56] "GET /virtual-network/2c3cfcab-10e0-40c7-8cc5-0419975032a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006819 10.0.0.19 - - [2025-08-28 02:30:56] "POST /neutron/network HTTP/1.1" 200 1017 0.008862 10.0.0.19 - - [2025-08-28 02:30:56] "GET /virtual-network/2c3cfcab-10e0-40c7-8cc5-0419975032a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.004817 10.0.0.19 - - [2025-08-28 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.007915 10.0.0.41 - - [2025-08-28 02:30:56] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005852 10.0.0.19 - - [2025-08-28 02:30:56] "POST /neutron/network HTTP/1.1" 200 1124 0.009707 10.0.0.19 - - [2025-08-28 02:30:56] "GET /virtual-network/2c3cfcab-10e0-40c7-8cc5-0419975032a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.004944 10.0.0.19 - - [2025-08-28 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.19 - - [2025-08-28 02:30:56] "POST /access-control-lists HTTP/1.1" 200 607 0.086956 10.0.0.19 - - [2025-08-28 02:30:56] "GET /network-policy/d40f7e2b-e08a-4013-a172-4b90763f7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003834 10.0.0.19 - - [2025-08-28 02:30:57] "GET /virtual-network/2c3cfcab-10e0-40c7-8cc5-0419975032a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.006531 10.0.0.38 - - [2025-08-28 02:30:58] "GET /obj-perms HTTP/1.1" 200 5062 0.053370 10.0.0.19 - - [2025-08-28 02:30:58] "DELETE /network-policy/d40f7e2b-e08a-4013-a172-4b90763f7a1f HTTP/1.1" 409 238 0.007423 10.0.0.19 - - [2025-08-28 02:30:58] "DELETE /route-target/850d758d-5185-4458-88f1-b24bfd936519 HTTP/1.1" 200 115 0.024218 10.0.0.19 - - [2025-08-28 02:30:59] "DELETE /network-policy/d40f7e2b-e08a-4013-a172-4b90763f7a1f HTTP/1.1" 200 115 0.041725 10.0.0.19 - - [2025-08-28 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2025-08-28 02:30:59] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001004 10.0.0.19 - - [2025-08-28 02:30:59] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.042792 10.0.0.19 - - [2025-08-28 02:30:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-18745152&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005091 10.0.0.41 - - [2025-08-28 02:31:01] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000944 10.0.0.19 - - [2025-08-28 02:31:01] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.050127 10.0.0.41 - - [2025-08-28 02:31:01] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001198 10.0.0.19 - - [2025-08-28 02:31:01] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?fields=virtual_networks HTTP/1.1" 200 1064 0.045284 10.0.0.41 - - [2025-08-28 02:31:02] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000984 10.0.0.19 - - [2025-08-28 02:31:02] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.041297 10.0.0.41 - - [2025-08-28 02:31:02] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001189 10.0.0.19 - - [2025-08-28 02:31:02] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?fields=security_groups HTTP/1.1" 200 1306 0.041228 10.0.0.19 - - [2025-08-28 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.023606 10.0.0.41 - - [2025-08-28 02:31:02] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003643 10.0.0.41 - - [2025-08-28 02:31:02] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.41 - - [2025-08-28 02:31:02] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006648 10.0.0.41 - - [2025-08-28 02:31:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.005080 10.0.0.41 - - [2025-08-28 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.011729 10.0.0.41 - - [2025-08-28 02:31:03] "POST /security-groups HTTP/1.1" 200 591 0.077248 10.0.0.41 - - [2025-08-28 02:31:03] "POST /projects HTTP/1.1" 200 585 0.275281 10.0.0.19 - - [2025-08-28 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.017356 10.0.0.41 - - [2025-08-28 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.341368 10.0.0.19 - - [2025-08-28 02:31:03] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.505491 10.0.0.19 - - [2025-08-28 02:31:04] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.41 - - [2025-08-28 02:31:04] "DELETE /project/1b6ff65910724021bb7e12e4fe99ce8f HTTP/1.1" 404 173 0.008861 10.0.0.41 - - [2025-08-28 02:31:04] "DELETE /project/8ea079ddbe3246ceb7dd3380c02003f4 HTTP/1.1" 404 173 0.010282 10.0.0.41 - - [2025-08-28 02:31:04] "DELETE /project/1695cdb7811f412b840e49fa5d729629 HTTP/1.1" 404 173 0.013574 10.0.0.41 - - [2025-08-28 02:31:04] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000806 10.0.0.41 - - [2025-08-28 02:31:04] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000730 10.0.0.41 - - [2025-08-28 02:31:04] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.040370 10.0.0.41 - - [2025-08-28 02:31:04] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.048158 10.0.0.41 - - [2025-08-28 02:31:04] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001782 10.0.0.41 - - [2025-08-28 02:31:04] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001039 10.0.0.41 - - [2025-08-28 02:31:04] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=security_groups HTTP/1.1" 200 1406 0.056645 10.0.0.41 - - [2025-08-28 02:31:04] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?fields=security_groups HTTP/1.1" 200 1411 0.064855 10.0.0.41 - - [2025-08-28 02:31:04] "DELETE /security-group/e2ec49d3-22e9-4622-a8c5-bd03ee016c85 HTTP/1.1" 200 115 0.093330 10.0.0.41 - - [2025-08-28 02:31:04] "DELETE /security-group/6bb70789-094b-40be-817b-fb3203b06dd6 HTTP/1.1" 200 115 0.084317 10.0.0.41 - - [2025-08-28 02:31:04] "GET /projects?obj_uuids=8ea079dd-be32-46ce-b7dd-3380c02003f4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.007215 10.0.0.41 - - [2025-08-28 02:31:04] "GET /projects?obj_uuids=1b6ff659-1072-4021-bb7e-12e4fe99ce8f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001074 10.0.0.41 - - [2025-08-28 02:31:04] "GET /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f?fields=application_policy_sets HTTP/1.1" 200 1450 0.079657 10.0.0.41 - - [2025-08-28 02:31:04] "GET /project/8ea079dd-be32-46ce-b7dd-3380c02003f4?fields=application_policy_sets HTTP/1.1" 200 1445 0.098286 10.0.0.19 - - [2025-08-28 02:31:04] "DELETE /access-control-list/7b9b0937-ee9a-4628-a471-347f278205c8 HTTP/1.1" 200 115 0.085988 10.0.0.41 - - [2025-08-28 02:31:05] "DELETE /project/8ea079dd-be32-46ce-b7dd-3380c02003f4 HTTP/1.1" 200 115 0.588042 10.0.0.41 - - [2025-08-28 02:31:05] "DELETE /project/1b6ff659-1072-4021-bb7e-12e4fe99ce8f HTTP/1.1" 200 115 0.593435 10.0.0.19 - - [2025-08-28 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000566 10.0.0.19 - - [2025-08-28 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.028965 10.0.0.19 - - [2025-08-28 02:31:06] "POST /network-ipams HTTP/1.1" 200 513 0.029433 10.0.0.19 - - [2025-08-28 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003990 10.0.0.19 - - [2025-08-28 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipam/db4a1896-0bf7-44b5-8c59-754d085e8121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.006132 10.0.0.19 - - [2025-08-28 02:31:07] "PUT /network-ipam/db4a1896-0bf7-44b5-8c59-754d085e8121 HTTP/1.1" 200 258 0.013369 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003289 10.0.0.19 - - [2025-08-28 02:31:07] "POST /network-ipams HTTP/1.1" 200 513 0.029858 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1173 0.003230 10.0.0.19 - - [2025-08-28 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipam/82afaee1-d8a1-4938-8625-d9a43a93796f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.006533 10.0.0.19 - - [2025-08-28 02:31:07] "PUT /network-ipam/82afaee1-d8a1-4938-8625-d9a43a93796f HTTP/1.1" 200 258 0.013804 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1173 0.003108 10.0.0.19 - - [2025-08-28 02:31:07] "POST /network-ipams HTTP/1.1" 200 513 0.025575 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1378 0.003473 10.0.0.19 - - [2025-08-28 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.19 - - [2025-08-28 02:31:07] "GET /network-ipam/886eea1d-0253-49d6-839e-1da8ad8dacd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.005859 10.0.0.19 - - [2025-08-28 02:31:07] "PUT /network-ipam/886eea1d-0253-49d6-839e-1da8ad8dacd0 HTTP/1.1" 200 258 0.014183 10.0.0.19 - - [2025-08-28 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.41 - - [2025-08-28 02:31:08] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.19 - - [2025-08-28 02:31:08] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040574 10.0.0.19 - - [2025-08-28 02:31:08] "POST /neutron/network HTTP/1.1" 200 117 0.030853 10.0.0.19 - - [2025-08-28 02:31:09] "POST /neutron/network HTTP/1.1" 200 825 0.007974 10.0.0.19 - - [2025-08-28 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001130 10.0.0.19 - - [2025-08-28 02:31:09] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004947 10.0.0.19 - - [2025-08-28 02:31:09] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005273 10.0.0.19 - - [2025-08-28 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.023806 10.0.0.19 - - [2025-08-28 02:31:09] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005496 10.0.0.19 - - [2025-08-28 02:31:09] "GET /network-ipam/db4a1896-0bf7-44b5-8c59-754d085e8121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.004530 10.0.0.19 - - [2025-08-28 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-08-28 02:31:09] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.19 - - [2025-08-28 02:31:09] "POST /route-targets HTTP/1.1" 200 327 0.015393 10.0.0.19 - - [2025-08-28 02:31:09] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.057321 10.0.0.41 - - [2025-08-28 02:31:09] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.19 - - [2025-08-28 02:31:09] "POST /neutron/network HTTP/1.1" 200 607 0.129965 10.0.0.19 - - [2025-08-28 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.025061 10.0.0.19 - - [2025-08-28 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.003072 10.0.0.19 - - [2025-08-28 02:31:10] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005449 10.0.0.19 - - [2025-08-28 02:31:10] "POST /neutron/network HTTP/1.1" 200 826 0.005610 10.0.0.19 - - [2025-08-28 02:31:10] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004347 10.0.0.19 - - [2025-08-28 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.41 - - [2025-08-28 02:31:10] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.19 - - [2025-08-28 02:31:10] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050183 10.0.0.19 - - [2025-08-28 02:31:10] "POST /neutron/network HTTP/1.1" 200 117 0.013548 10.0.0.19 - - [2025-08-28 02:31:10] "POST /neutron/network HTTP/1.1" 200 825 0.007539 10.0.0.19 - - [2025-08-28 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001024 10.0.0.19 - - [2025-08-28 02:31:10] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004542 10.0.0.19 - - [2025-08-28 02:31:10] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005062 10.0.0.19 - - [2025-08-28 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.010210 10.0.0.19 - - [2025-08-28 02:31:10] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006996 10.0.0.19 - - [2025-08-28 02:31:11] "GET /obj-perms HTTP/1.1" 200 5030 0.042712 10.0.0.19 - - [2025-08-28 02:31:12] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005430 10.0.0.41 - - [2025-08-28 02:31:12] "GET /obj-perms HTTP/1.1" 200 5030 0.040696 10.0.0.19 - - [2025-08-28 02:31:12] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005368 10.0.0.38 - - [2025-08-28 02:31:13] "GET /obj-perms HTTP/1.1" 200 5030 0.044540 10.0.0.19 - - [2025-08-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003218 10.0.0.19 - - [2025-08-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.41 - - [2025-08-28 02:31:13] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.19 - - [2025-08-28 02:31:13] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045471 10.0.0.19 - - [2025-08-28 02:31:13] "POST /network-policys HTTP/1.1" 200 553 0.030959 10.0.0.19 - - [2025-08-28 02:31:13] "GET /network-policy/a3575b23-2381-44ba-9af3-244df81a408d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005497 10.0.0.19 - - [2025-08-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.002463 10.0.0.19 - - [2025-08-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.41 - - [2025-08-28 02:31:13] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.19 - - [2025-08-28 02:31:13] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040638 10.0.0.19 - - [2025-08-28 02:31:13] "POST /network-policys HTTP/1.1" 200 553 0.024523 10.0.0.19 - - [2025-08-28 02:31:13] "GET /network-policy/d26011cd-346e-4ed0-a5f1-c3e73bb12019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005636 10.0.0.19 - - [2025-08-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.002743 10.0.0.19 - - [2025-08-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.41 - - [2025-08-28 02:31:13] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.19 - - [2025-08-28 02:31:13] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.035162 10.0.0.19 - - [2025-08-28 02:31:14] "POST /network-policys HTTP/1.1" 200 553 0.024984 10.0.0.19 - - [2025-08-28 02:31:14] "GET /network-policy/7c5ff045-14ac-416f-9d82-457b2e76a8e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005630 10.0.0.19 - - [2025-08-28 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.007702 10.0.0.19 - - [2025-08-28 02:31:14] "POST /ref-update HTTP/1.1" 200 156 0.062661 10.0.0.19 - - [2025-08-28 02:31:14] "POST /ref-update HTTP/1.1" 200 156 0.081455 10.0.0.19 - - [2025-08-28 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.008389 10.0.0.19 - - [2025-08-28 02:31:14] "POST /neutron/network HTTP/1.1" 200 918 0.019092 10.0.0.19 - - [2025-08-28 02:31:14] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.008682 10.0.0.19 - - [2025-08-28 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.19 - - [2025-08-28 02:31:14] "GET /network-policy/d26011cd-346e-4ed0-a5f1-c3e73bb12019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.009503 10.0.0.19 - - [2025-08-28 02:31:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001132 10.0.0.41 - - [2025-08-28 02:31:15] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.19 - - [2025-08-28 02:31:15] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059825 10.0.0.19 - - [2025-08-28 02:31:15] "POST /neutron/port HTTP/1.1" 200 117 0.006692 10.0.0.19 - - [2025-08-28 02:31:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001673 10.0.0.19 - - [2025-08-28 02:31:16] "POST /neutron/network HTTP/1.1" 200 928 0.007904 10.0.0.19 - - [2025-08-28 02:31:16] "POST /neutron/port HTTP/1.1" 200 1061 0.018343 10.0.0.19 - - [2025-08-28 02:31:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016031 10.0.0.19 - - [2025-08-28 02:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.41 - - [2025-08-28 02:31:16] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.19 - - [2025-08-28 02:31:16] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070982 10.0.0.19 - - [2025-08-28 02:31:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016425 10.0.0.19 - - [2025-08-28 02:31:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001356 10.0.0.19 - - [2025-08-28 02:31:17] "POST /neutron/port HTTP/1.1" 200 1089 0.020433 10.0.0.19 - - [2025-08-28 02:31:17] "POST /neutron/network HTTP/1.1" 200 928 0.006599 10.0.0.19 - - [2025-08-28 02:31:17] "PUT /access-control-list/cf9df3f3-0041-4a79-a107-cb255df149d4 HTTP/1.1" 200 272 0.031864 10.0.0.19 - - [2025-08-28 02:31:17] "POST /neutron/port HTTP/1.1" 200 1062 0.034843 10.0.0.19 - - [2025-08-28 02:31:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004558 10.0.0.19 - - [2025-08-28 02:31:18] "POST /neutron/network HTTP/1.1" 200 918 0.007247 10.0.0.41 - - [2025-08-28 02:31:18] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.19 - - [2025-08-28 02:31:18] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.080932 10.0.0.19 - - [2025-08-28 02:31:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008571 10.0.0.19 - - [2025-08-28 02:31:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007003 10.0.0.19 - - [2025-08-28 02:31:18] "POST /neutron/port HTTP/1.1" 200 1089 0.016973 10.0.0.41 - - [2025-08-28 02:31:19] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 401 292 0.000457 10.0.0.19 - - [2025-08-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1061 0.333704 10.0.0.19 - - [2025-08-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1061 0.010614 10.0.0.19 - - [2025-08-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.017214 10.0.0.19 - - [2025-08-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 200 1293 0.038264 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 200 1293 0.003554 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine-interface/da112671-ca6b-445d-9a5f-9c60ab90db15 HTTP/1.1" 200 2945 0.005074 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 200 1293 0.004616 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine-interface/da112671-ca6b-445d-9a5f-9c60ab90db15 HTTP/1.1" 200 2945 0.005598 10.0.0.19 - - [2025-08-28 02:31:19] "GET /instance-ip/bd33d472-3909-4c42-804f-386c8fa7aa80 HTTP/1.1" 200 1622 0.005835 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 200 1293 0.003282 10.0.0.19 - - [2025-08-28 02:31:19] "GET /virtual-machine-interface/da112671-ca6b-445d-9a5f-9c60ab90db15 HTTP/1.1" 200 2945 0.004689 10.0.0.19 - - [2025-08-28 02:31:19] "GET /instance-ip/bd33d472-3909-4c42-804f-386c8fa7aa80 HTTP/1.1" 200 1622 0.003405 10.0.0.19 - - [2025-08-28 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-08-28 02:31:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003317 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002992 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005056 10.0.0.19 - - [2025-08-28 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.19 - - [2025-08-28 02:31:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006762 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002757 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005392 10.0.0.19 - - [2025-08-28 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.19 - - [2025-08-28 02:31:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003124 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002896 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005459 10.0.0.19 - - [2025-08-28 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-08-28 02:31:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004159 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003119 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005512 10.0.0.19 - - [2025-08-28 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.19 - - [2025-08-28 02:31:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002936 10.0.0.19 - - [2025-08-28 02:31:20] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005466 10.0.0.19 - - [2025-08-28 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-08-28 02:31:23] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005060 10.0.0.19 - - [2025-08-28 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.19 - - [2025-08-28 02:31:27] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004911 10.0.0.19 - - [2025-08-28 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.19 - - [2025-08-28 02:31:31] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005121 10.0.0.19 - - [2025-08-28 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.19 - - [2025-08-28 02:31:36] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005144 10.0.0.19 - - [2025-08-28 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.19 - - [2025-08-28 02:31:40] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004993 10.0.0.19 - - [2025-08-28 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.19 - - [2025-08-28 02:31:44] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005267 10.0.0.19 - - [2025-08-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2025-08-28 02:31:48] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004855 10.0.0.19 - - [2025-08-28 02:31:52] "POST /neutron/port HTTP/1.1" 200 1089 0.016429 10.0.0.19 - - [2025-08-28 02:31:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.008397 10.0.0.19 - - [2025-08-28 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.19 - - [2025-08-28 02:31:52] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005266 10.0.0.19 - - [2025-08-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 1090 0.016325 10.0.0.19 - - [2025-08-28 02:31:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003583 10.0.0.19 - - [2025-08-28 02:31:55] "POST /neutron/network HTTP/1.1" 200 918 0.006042 10.0.0.19 - - [2025-08-28 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.19 - - [2025-08-28 02:31:56] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008734 10.0.0.19 - - [2025-08-28 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.19 - - [2025-08-28 02:32:00] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005204 10.0.0.41 - - [2025-08-28 02:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.057622 10.0.0.19 - - [2025-08-28 02:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.125047 10.0.0.41 - - [2025-08-28 02:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.138652 10.0.0.38 - - [2025-08-28 02:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.045447 10.0.0.38 - - [2025-08-28 02:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.122256 10.0.0.19 - - [2025-08-28 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.19 - - [2025-08-28 02:32:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003607 10.0.0.19 - - [2025-08-28 02:32:02] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002732 10.0.0.19 - - [2025-08-28 02:32:02] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005526 10.0.0.19 - - [2025-08-28 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.19 - - [2025-08-28 02:32:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004087 10.0.0.19 - - [2025-08-28 02:32:02] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002462 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005615 10.0.0.19 - - [2025-08-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.19 - - [2025-08-28 02:32:03] "GET /routing-instance/278704ee-7efa-4cc2-a8e6-47d2562074ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004054 10.0.0.19 - - [2025-08-28 02:32:03] "GET /route-target/31f1a981-6cde-4c37-851a-5935dc5c9bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003637 10.0.0.19 - - [2025-08-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.19 - - [2025-08-28 02:32:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003563 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003138 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006639 10.0.0.19 - - [2025-08-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.41 - - [2025-08-28 02:32:03] "GET /global-system-configs HTTP/1.1" 200 322 0.026316 10.0.0.19 - - [2025-08-28 02:32:03] "GET /routing-instance/278704ee-7efa-4cc2-a8e6-47d2562074ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.003624 10.0.0.19 - - [2025-08-28 02:32:03] "GET /route-target/31f1a981-6cde-4c37-851a-5935dc5c9bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003784 10.0.0.19 - - [2025-08-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.19 - - [2025-08-28 02:32:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004039 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003649 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005934 10.0.0.19 - - [2025-08-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.19 - - [2025-08-28 02:32:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004228 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003170 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005576 10.0.0.19 - - [2025-08-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.19 - - [2025-08-28 02:32:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004246 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003387 10.0.0.19 - - [2025-08-28 02:32:03] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006226 10.0.0.41 - - [2025-08-28 02:32:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003757 10.0.0.19 - - [2025-08-28 02:32:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003550 10.0.0.38 - - [2025-08-28 02:32:03] "GET /global-system-configs HTTP/1.1" 200 322 0.036945 10.0.0.19 - - [2025-08-28 02:32:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003541 10.0.0.19 - - [2025-08-28 02:32:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003742 10.0.0.38 - - [2025-08-28 02:32:03] "GET /obj-perms HTTP/1.1" 200 5056 0.122480 10.0.0.19 - - [2025-08-28 02:32:03] "GET /global-system-configs HTTP/1.1" 200 322 0.134613 10.0.0.41 - - [2025-08-28 02:32:03] "GET /obj-perms HTTP/1.1" 200 5056 0.155058 10.0.0.38 - - [2025-08-28 02:32:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003271 10.0.0.19 - - [2025-08-28 02:32:04] "POST /neutron/port HTTP/1.1" 200 1090 0.014059 10.0.0.19 - - [2025-08-28 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006631 10.0.0.19 - - [2025-08-28 02:32:04] "POST /neutron/port HTTP/1.1" 200 1090 0.013538 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 200 1291 0.005604 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 200 1291 0.003628 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine-interface/e121c753-9a61-4fda-8f6c-8af9e8b83d0c HTTP/1.1" 200 2945 0.004614 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 200 1291 0.003345 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine-interface/e121c753-9a61-4fda-8f6c-8af9e8b83d0c HTTP/1.1" 200 2945 0.005075 10.0.0.19 - - [2025-08-28 02:32:04] "GET /instance-ip/79a9473f-337c-4225-9cae-97dcd106dc30 HTTP/1.1" 200 1623 0.005472 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 200 1291 0.003209 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-machine-interface/e121c753-9a61-4fda-8f6c-8af9e8b83d0c HTTP/1.1" 200 2945 0.005588 10.0.0.19 - - [2025-08-28 02:32:04] "GET /instance-ip/79a9473f-337c-4225-9cae-97dcd106dc30 HTTP/1.1" 200 1623 0.004410 10.0.0.19 - - [2025-08-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.19 - - [2025-08-28 02:32:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003277 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003315 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005759 10.0.0.19 - - [2025-08-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.19 - - [2025-08-28 02:32:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005005 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006072 10.0.0.19 - - [2025-08-28 02:32:04] "GET /global-system-configs HTTP/1.1" 200 322 0.081865 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006031 10.0.0.41 - - [2025-08-28 02:32:04] "GET /obj-perms HTTP/1.1" 200 5056 0.135663 10.0.0.19 - - [2025-08-28 02:32:04] "GET /obj-perms HTTP/1.1" 200 5056 0.153247 10.0.0.19 - - [2025-08-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-08-28 02:32:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003862 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002959 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005630 10.0.0.19 - - [2025-08-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.19 - - [2025-08-28 02:32:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003679 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003167 10.0.0.19 - - [2025-08-28 02:32:04] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005775 10.0.0.19 - - [2025-08-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.19 - - [2025-08-28 02:32:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004070 10.0.0.19 - - [2025-08-28 02:32:05] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002795 10.0.0.19 - - [2025-08-28 02:32:05] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005722 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.19 - - [2025-08-28 02:32:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003405 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002776 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005594 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.19 - - [2025-08-28 02:32:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003937 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003150 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006041 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.19 - - [2025-08-28 02:32:06] "GET /routing-instance/aee7cf64-1355-41eb-a31e-a18489ca98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004414 10.0.0.19 - - [2025-08-28 02:32:06] "GET /route-target/b84d3804-be91-4f7b-bb41-194c84379160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003602 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.19 - - [2025-08-28 02:32:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003934 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002795 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006212 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.19 - - [2025-08-28 02:32:06] "GET /routing-instance/aee7cf64-1355-41eb-a31e-a18489ca98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.003942 10.0.0.19 - - [2025-08-28 02:32:06] "GET /route-target/b84d3804-be91-4f7b-bb41-194c84379160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003819 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.19 - - [2025-08-28 02:32:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003827 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003177 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005469 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.19 - - [2025-08-28 02:32:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004414 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003140 10.0.0.19 - - [2025-08-28 02:32:06] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005419 10.0.0.19 - - [2025-08-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.19 - - [2025-08-28 02:32:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002747 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005436 10.0.0.19 - - [2025-08-28 02:32:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003485 10.0.0.41 - - [2025-08-28 02:32:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003569 10.0.0.19 - - [2025-08-28 02:32:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003413 10.0.0.41 - - [2025-08-28 02:32:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003863 10.0.0.19 - - [2025-08-28 02:32:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007242 10.0.0.19 - - [2025-08-28 02:32:07] "POST /neutron/port HTTP/1.1" 200 1089 0.013838 10.0.0.19 - - [2025-08-28 02:32:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006753 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 200 1293 0.004917 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 200 1293 0.003103 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine-interface/1543b65c-5ee5-4404-a27b-1d83d116f899 HTTP/1.1" 200 2944 0.004707 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 200 1293 0.003234 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine-interface/1543b65c-5ee5-4404-a27b-1d83d116f899 HTTP/1.1" 200 2944 0.004368 10.0.0.19 - - [2025-08-28 02:32:07] "GET /instance-ip/ad25814b-7464-4d1a-98e3-9ec1e1c9654a HTTP/1.1" 200 1623 0.004726 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 200 1293 0.004097 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-machine-interface/1543b65c-5ee5-4404-a27b-1d83d116f899 HTTP/1.1" 200 2944 0.004745 10.0.0.19 - - [2025-08-28 02:32:07] "GET /instance-ip/ad25814b-7464-4d1a-98e3-9ec1e1c9654a HTTP/1.1" 200 1623 0.003751 10.0.0.19 - - [2025-08-28 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.19 - - [2025-08-28 02:32:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003373 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002745 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005344 10.0.0.19 - - [2025-08-28 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.19 - - [2025-08-28 02:32:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004263 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003641 10.0.0.19 - - [2025-08-28 02:32:07] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005290 10.0.0.19 - - [2025-08-28 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.19 - - [2025-08-28 02:32:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005862 10.0.0.19 - - [2025-08-28 02:32:08] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003085 10.0.0.19 - - [2025-08-28 02:32:08] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006114 10.0.0.19 - - [2025-08-28 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.19 - - [2025-08-28 02:32:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003677 10.0.0.19 - - [2025-08-28 02:32:08] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003302 10.0.0.19 - - [2025-08-28 02:32:08] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005728 10.0.0.19 - - [2025-08-28 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.19 - - [2025-08-28 02:32:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003954 10.0.0.19 - - [2025-08-28 02:32:08] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003028 10.0.0.19 - - [2025-08-28 02:32:08] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005398 10.0.0.19 - - [2025-08-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.19 - - [2025-08-28 02:32:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003300 10.0.0.19 - - [2025-08-28 02:32:09] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002652 10.0.0.19 - - [2025-08-28 02:32:09] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012865 10.0.0.19 - - [2025-08-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.19 - - [2025-08-28 02:32:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003449 10.0.0.19 - - [2025-08-28 02:32:09] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002950 10.0.0.19 - - [2025-08-28 02:32:09] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005142 10.0.0.19 - - [2025-08-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.19 - - [2025-08-28 02:32:09] "GET /routing-instance/a312997c-25b2-4c5d-8dd2-ac9c3b7b2fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005999 10.0.0.19 - - [2025-08-28 02:32:09] "GET /route-target/63398e66-d31e-4fd2-a2b7-c73e73f15024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003527 10.0.0.19 - - [2025-08-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.19 - - [2025-08-28 02:32:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004021 10.0.0.19 - - [2025-08-28 02:32:09] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003011 10.0.0.19 - - [2025-08-28 02:32:09] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005548 10.0.0.19 - - [2025-08-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.19 - - [2025-08-28 02:32:09] "GET /routing-instance/a312997c-25b2-4c5d-8dd2-ac9c3b7b2fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004232 10.0.0.19 - - [2025-08-28 02:32:10] "GET /route-target/63398e66-d31e-4fd2-a2b7-c73e73f15024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004090 10.0.0.19 - - [2025-08-28 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.19 - - [2025-08-28 02:32:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003693 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003302 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005084 10.0.0.19 - - [2025-08-28 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.19 - - [2025-08-28 02:32:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004227 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002646 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006149 10.0.0.19 - - [2025-08-28 02:32:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003819 10.0.0.41 - - [2025-08-28 02:32:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003480 10.0.0.19 - - [2025-08-28 02:32:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003554 10.0.0.38 - - [2025-08-28 02:32:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003674 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 200 1293 0.003658 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-machine-interface/da112671-ca6b-445d-9a5f-9c60ab90db15 HTTP/1.1" 200 2945 0.004754 10.0.0.19 - - [2025-08-28 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.19 - - [2025-08-28 02:32:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003467 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002762 10.0.0.19 - - [2025-08-28 02:32:10] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006569 10.0.0.19 - - [2025-08-28 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2025-08-28 02:32:11] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003419 10.0.0.19 - - [2025-08-28 02:32:11] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003362 10.0.0.19 - - [2025-08-28 02:32:11] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005310 10.0.0.19 - - [2025-08-28 02:32:13] "POST /neutron/port HTTP/1.1" 200 1089 0.038194 10.0.0.19 - - [2025-08-28 02:32:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005880 10.0.0.19 - - [2025-08-28 02:32:20] "GET /obj-perms HTTP/1.1" 200 5056 0.042872 10.0.0.38 - - [2025-08-28 02:32:20] "GET /obj-perms HTTP/1.1" 200 5056 0.041545 10.0.0.19 - - [2025-08-28 02:32:22] "POST /neutron/port HTTP/1.1" 200 1089 0.013406 10.0.0.19 - - [2025-08-28 02:32:27] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 200 1291 0.004417 10.0.0.19 - - [2025-08-28 02:32:27] "GET /virtual-machine-interface/e121c753-9a61-4fda-8f6c-8af9e8b83d0c HTTP/1.1" 200 2945 0.004809 10.0.0.19 - - [2025-08-28 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.19 - - [2025-08-28 02:32:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003527 10.0.0.19 - - [2025-08-28 02:32:27] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002690 10.0.0.19 - - [2025-08-28 02:32:27] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005579 10.0.0.19 - - [2025-08-28 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.19 - - [2025-08-28 02:32:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003593 10.0.0.19 - - [2025-08-28 02:32:28] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003188 10.0.0.19 - - [2025-08-28 02:32:28] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005572 10.0.0.19 - - [2025-08-28 02:32:28] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 200 1293 0.004097 10.0.0.19 - - [2025-08-28 02:32:28] "GET /virtual-machine-interface/1543b65c-5ee5-4404-a27b-1d83d116f899 HTTP/1.1" 200 2944 0.005049 10.0.0.19 - - [2025-08-28 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.19 - - [2025-08-28 02:32:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003500 10.0.0.19 - - [2025-08-28 02:32:28] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003747 10.0.0.19 - - [2025-08-28 02:32:28] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006034 10.0.0.19 - - [2025-08-28 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.19 - - [2025-08-28 02:32:30] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003909 10.0.0.19 - - [2025-08-28 02:32:30] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003363 10.0.0.19 - - [2025-08-28 02:32:30] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005632 10.0.0.19 - - [2025-08-28 02:32:48] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 200 1293 0.003968 10.0.0.19 - - [2025-08-28 02:32:48] "POST /neutron/port HTTP/1.1" 200 1115 0.011371 10.0.0.19 - - [2025-08-28 02:32:50] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 404 171 0.003596 10.0.0.19 - - [2025-08-28 02:32:50] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 404 171 0.002463 10.0.0.19 - - [2025-08-28 02:32:50] "GET /virtual-machine/f4756a44-13cb-4ff8-95fb-0d08ac0d14cd HTTP/1.1" 404 171 0.002636 10.0.0.19 - - [2025-08-28 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.19 - - [2025-08-28 02:32:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003267 10.0.0.19 - - [2025-08-28 02:32:50] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002652 10.0.0.19 - - [2025-08-28 02:32:50] "GET /virtual-network/ae06b76c-3749-4457-baff-ac8a3e1391c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006315 10.0.0.19 - - [2025-08-28 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.19 - - [2025-08-28 02:32:50] "GET /routing-instance/a312997c-25b2-4c5d-8dd2-ac9c3b7b2fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004329 10.0.0.19 - - [2025-08-28 02:32:50] "GET /route-target/63398e66-d31e-4fd2-a2b7-c73e73f15024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004267 10.0.0.19 - - [2025-08-28 02:32:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003727 10.0.0.38 - - [2025-08-28 02:32:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004951 10.0.0.19 - - [2025-08-28 02:32:57] "POST /neutron/port HTTP/1.1" 200 1090 0.013987 10.0.0.19 - - [2025-08-28 02:32:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.009065 10.0.0.19 - - [2025-08-28 02:33:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004599 10.0.0.38 - - [2025-08-28 02:33:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003592 10.0.0.19 - - [2025-08-28 02:33:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003961 10.0.0.38 - - [2025-08-28 02:33:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003607 10.0.0.19 - - [2025-08-28 02:33:15] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 200 1291 0.004235 10.0.0.19 - - [2025-08-28 02:33:16] "POST /neutron/port HTTP/1.1" 200 1090 0.014325 10.0.0.19 - - [2025-08-28 02:33:17] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 404 171 0.003114 10.0.0.19 - - [2025-08-28 02:33:17] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 404 171 0.002819 10.0.0.19 - - [2025-08-28 02:33:17] "GET /virtual-machine/7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 HTTP/1.1" 404 171 0.002948 10.0.0.19 - - [2025-08-28 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.19 - - [2025-08-28 02:33:17] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004060 10.0.0.19 - - [2025-08-28 02:33:17] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003862 10.0.0.19 - - [2025-08-28 02:33:18] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006284 10.0.0.19 - - [2025-08-28 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.19 - - [2025-08-28 02:33:18] "GET /routing-instance/aee7cf64-1355-41eb-a31e-a18489ca98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004591 10.0.0.19 - - [2025-08-28 02:33:18] "GET /route-target/b84d3804-be91-4f7b-bb41-194c84379160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003411 10.0.0.19 - - [2025-08-28 02:33:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003940 10.0.0.41 - - [2025-08-28 02:33:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003913 10.0.0.19 - - [2025-08-28 02:33:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003677 10.0.0.41 - - [2025-08-28 02:33:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003500 10.0.0.19 - - [2025-08-28 02:33:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003790 10.0.0.41 - - [2025-08-28 02:33:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003727 10.0.0.19 - - [2025-08-28 02:33:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003697 10.0.0.41 - - [2025-08-28 02:33:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005251 10.0.0.19 - - [2025-08-28 02:33:42] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 200 1293 0.004243 10.0.0.19 - - [2025-08-28 02:33:43] "POST /neutron/port HTTP/1.1" 200 1089 0.013618 10.0.0.19 - - [2025-08-28 02:33:44] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 404 171 0.002962 10.0.0.19 - - [2025-08-28 02:33:44] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 404 171 0.002513 10.0.0.19 - - [2025-08-28 02:33:44] "GET /virtual-machine/bfe2991e-cc29-47b4-a772-30fd2c53179e HTTP/1.1" 404 171 0.002963 10.0.0.19 - - [2025-08-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.19 - - [2025-08-28 02:33:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003832 10.0.0.19 - - [2025-08-28 02:33:45] "GET /virtual-networks?parent_id=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003753 10.0.0.19 - - [2025-08-28 02:33:45] "GET /virtual-network/b2392883-b297-4d85-85c4-4de9763ec758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005936 10.0.0.19 - - [2025-08-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2025-08-28 02:33:45] "GET /routing-instance/278704ee-7efa-4cc2-a8e6-47d2562074ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004182 10.0.0.19 - - [2025-08-28 02:33:45] "GET /route-target/31f1a981-6cde-4c37-851a-5935dc5c9bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003616 10.0.0.19 - - [2025-08-28 02:33:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003295 10.0.0.38 - - [2025-08-28 02:33:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003480 10.0.0.19 - - [2025-08-28 02:33:45] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005945 10.0.0.19 - - [2025-08-28 02:33:45] "POST /neutron/network HTTP/1.1" 200 918 0.005854 10.0.0.19 - - [2025-08-28 02:33:45] "GET /virtual-network/17238b0c-ac81-44e4-b311-8575d414dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.019109 10.0.0.19 - - [2025-08-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.058858 10.0.0.19 - - [2025-08-28 02:33:45] "PUT /access-control-list/4a6cf0d9-fc50-41fd-a344-05f12aff7dcc HTTP/1.1" 200 272 0.069305 10.0.0.19 - - [2025-08-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.105446 10.0.0.19 - - [2025-08-28 02:33:46] "DELETE /network-policy/7c5ff045-14ac-416f-9d82-457b2e76a8e7 HTTP/1.1" 200 115 0.063134 10.0.0.19 - - [2025-08-28 02:33:46] "DELETE /network-policy/d26011cd-346e-4ed0-a5f1-c3e73bb12019 HTTP/1.1" 200 115 0.034294 10.0.0.19 - - [2025-08-28 02:33:46] "DELETE /network-policy/a3575b23-2381-44ba-9af3-244df81a408d HTTP/1.1" 200 115 0.033871 10.0.0.19 - - [2025-08-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 825 0.009112 10.0.0.19 - - [2025-08-28 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.41 - - [2025-08-28 02:33:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004853 10.0.0.41 - - [2025-08-28 02:33:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003266 10.0.0.19 - - [2025-08-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 151 0.113801 10.0.0.19 - - [2025-08-28 02:33:46] "DELETE /route-target/b84d3804-be91-4f7b-bb41-194c84379160 HTTP/1.1" 200 115 0.029167 10.0.0.19 - - [2025-08-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-08-28 02:33:47] "DELETE /network-ipam/886eea1d-0253-49d6-839e-1da8ad8dacd0 HTTP/1.1" 200 115 0.035030 10.0.0.19 - - [2025-08-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003315 10.0.0.19 - - [2025-08-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.19 - - [2025-08-28 02:33:47] "DELETE /network-ipam/82afaee1-d8a1-4938-8625-d9a43a93796f HTTP/1.1" 200 115 0.028451 10.0.0.19 - - [2025-08-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003753 10.0.0.19 - - [2025-08-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.19 - - [2025-08-28 02:33:47] "DELETE /network-ipam/db4a1896-0bf7-44b5-8c59-754d085e8121 HTTP/1.1" 200 115 0.040987 10.0.0.19 - - [2025-08-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003173 10.0.0.41 - - [2025-08-28 02:33:48] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.19 - - [2025-08-28 02:33:48] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038173 10.0.0.41 - - [2025-08-28 02:33:48] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.19 - - [2025-08-28 02:33:48] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?fields=virtual_networks HTTP/1.1" 200 1031 0.037451 10.0.0.41 - - [2025-08-28 02:33:49] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.19 - - [2025-08-28 02:33:49] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.039450 10.0.0.41 - - [2025-08-28 02:33:49] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.19 - - [2025-08-28 02:33:49] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?fields=security_groups HTTP/1.1" 200 1257 0.033745 10.0.0.19 - - [2025-08-28 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.024445 10.0.0.41 - - [2025-08-28 02:33:49] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002719 10.0.0.41 - - [2025-08-28 02:33:50] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.41 - - [2025-08-28 02:33:50] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033009 10.0.0.41 - - [2025-08-28 02:33:50] "POST /id-to-fqname HTTP/1.1" 200 196 0.001180 10.0.0.41 - - [2025-08-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.005932 10.0.0.41 - - [2025-08-28 02:33:50] "POST /security-groups HTTP/1.1" 200 597 0.069324 10.0.0.19 - - [2025-08-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 404 240 0.002817 10.0.0.41 - - [2025-08-28 02:33:50] "POST /projects HTTP/1.1" 200 597 0.275989 10.0.0.41 - - [2025-08-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.344142 10.0.0.19 - - [2025-08-28 02:33:50] "POST /access-control-lists HTTP/1.1" 200 600 0.023623 10.0.0.19 - - [2025-08-28 02:33:50] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.536589 10.0.0.19 - - [2025-08-28 02:33:51] "GET / HTTP/1.1" 200 35931 0.002121 10.0.0.19 - - [2025-08-28 02:33:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000425 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.154068 10.0.0.19 - - [2025-08-28 02:33:55] "POST /network-ipams HTTP/1.1" 200 519 0.023683 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 973 0.003488 10.0.0.19 - - [2025-08-28 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipam/9c1b5ffa-4a18-4d08-83e4-66a9aced2a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006322 10.0.0.19 - - [2025-08-28 02:33:55] "PUT /network-ipam/9c1b5ffa-4a18-4d08-83e4-66a9aced2a5c HTTP/1.1" 200 258 0.013056 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 973 0.003187 10.0.0.19 - - [2025-08-28 02:33:55] "POST /network-ipams HTTP/1.1" 200 519 0.024892 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1185 0.003150 10.0.0.19 - - [2025-08-28 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipam/3b523939-938b-4105-b1a8-d062e10e29ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006029 10.0.0.19 - - [2025-08-28 02:33:55] "PUT /network-ipam/3b523939-938b-4105-b1a8-d062e10e29ef HTTP/1.1" 200 258 0.013427 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1185 0.003014 10.0.0.19 - - [2025-08-28 02:33:55] "POST /network-ipams HTTP/1.1" 200 519 0.025003 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1396 0.002960 10.0.0.19 - - [2025-08-28 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.19 - - [2025-08-28 02:33:55] "GET /network-ipam/628ac125-9e2d-490b-8372-b41a17a7347e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.005524 10.0.0.19 - - [2025-08-28 02:33:55] "PUT /network-ipam/628ac125-9e2d-490b-8372-b41a17a7347e HTTP/1.1" 200 258 0.013403 10.0.0.19 - - [2025-08-28 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2025-08-28 02:33:56] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.19 - - [2025-08-28 02:33:56] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039809 10.0.0.19 - - [2025-08-28 02:33:56] "POST /neutron/network HTTP/1.1" 200 117 0.028392 10.0.0.41 - - [2025-08-28 02:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.012366 10.0.0.19 - - [2025-08-28 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.193070 10.0.0.19 - - [2025-08-28 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001153 10.0.0.19 - - [2025-08-28 02:33:57] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005063 10.0.0.19 - - [2025-08-28 02:33:57] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005091 10.0.0.19 - - [2025-08-28 02:33:57] "POST /neutron/network HTTP/1.1" 200 1013 0.008444 10.0.0.19 - - [2025-08-28 02:33:57] "POST /neutron/network HTTP/1.1" 200 1013 0.009659 10.0.0.19 - - [2025-08-28 02:33:57] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004614 10.0.0.19 - - [2025-08-28 02:33:57] "GET /network-ipam/9c1b5ffa-4a18-4d08-83e4-66a9aced2a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003673 10.0.0.19 - - [2025-08-28 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2025-08-28 02:33:57] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000955 10.0.0.19 - - [2025-08-28 02:33:57] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050097 10.0.0.19 - - [2025-08-28 02:33:57] "POST /route-targets HTTP/1.1" 200 327 0.018221 10.0.0.41 - - [2025-08-28 02:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009237 10.0.0.19 - - [2025-08-28 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.210327 10.0.0.41 - - [2025-08-28 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.037004 10.0.0.19 - - [2025-08-28 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.19 - - [2025-08-28 02:33:58] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006836 10.0.0.19 - - [2025-08-28 02:33:58] "POST /neutron/network HTTP/1.1" 200 1012 0.008915 10.0.0.19 - - [2025-08-28 02:33:58] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004942 10.0.0.19 - - [2025-08-28 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.008104 10.0.0.19 - - [2025-08-28 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.41 - - [2025-08-28 02:33:58] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246 10.0.0.19 - - [2025-08-28 02:33:58] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035051 10.0.0.19 - - [2025-08-28 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.029279 10.0.0.41 - - [2025-08-28 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.014395 10.0.0.19 - - [2025-08-28 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.248106 10.0.0.41 - - [2025-08-28 02:33:59] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005099 10.0.0.19 - - [2025-08-28 02:33:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001225 10.0.0.19 - - [2025-08-28 02:33:59] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007860 10.0.0.19 - - [2025-08-28 02:33:59] "POST /neutron/network HTTP/1.1" 200 1012 0.008521 10.0.0.19 - - [2025-08-28 02:33:59] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005056 10.0.0.19 - - [2025-08-28 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 823 0.008638 10.0.0.19 - - [2025-08-28 02:33:59] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006197 10.0.0.19 - - [2025-08-28 02:34:00] "GET /obj-perms HTTP/1.1" 200 5042 0.049202 10.0.0.41 - - [2025-08-28 02:34:00] "GET /obj-perms HTTP/1.1" 200 5042 0.043719 10.0.0.19 - - [2025-08-28 02:34:01] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006035 10.0.0.38 - - [2025-08-28 02:34:01] "GET /obj-perms HTTP/1.1" 200 5042 0.046709 10.0.0.19 - - [2025-08-28 02:34:01] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006394 10.0.0.19 - - [2025-08-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.003368 10.0.0.19 - - [2025-08-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-08-28 02:34:02] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.19 - - [2025-08-28 02:34:02] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044230 10.0.0.19 - - [2025-08-28 02:34:02] "POST /network-policys HTTP/1.1" 200 559 0.036441 10.0.0.19 - - [2025-08-28 02:34:02] "GET /network-policy/cadf42d2-d881-46cb-b45d-e86e5f10c6d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.008674 10.0.0.19 - - [2025-08-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.006752 10.0.0.19 - - [2025-08-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.41 - - [2025-08-28 02:34:02] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001051 10.0.0.19 - - [2025-08-28 02:34:02] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048410 10.0.0.19 - - [2025-08-28 02:34:02] "POST /network-policys HTTP/1.1" 200 559 0.025985 10.0.0.19 - - [2025-08-28 02:34:02] "GET /network-policy/eb574cb4-557b-4033-989f-76f904e4d7b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006145 10.0.0.19 - - [2025-08-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.002391 10.0.0.19 - - [2025-08-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.41 - - [2025-08-28 02:34:02] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001052 10.0.0.19 - - [2025-08-28 02:34:02] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042039 10.0.0.19 - - [2025-08-28 02:34:02] "POST /network-policys HTTP/1.1" 200 559 0.025141 10.0.0.19 - - [2025-08-28 02:34:02] "GET /network-policy/9b923b52-6be1-4d9a-bdcd-87fb2446b45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005700 10.0.0.19 - - [2025-08-28 02:34:03] "POST /neutron/network HTTP/1.1" 200 1197 0.035235 10.0.0.19 - - [2025-08-28 02:34:03] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006223 10.0.0.19 - - [2025-08-28 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.19 - - [2025-08-28 02:34:03] "GET /network-policy/cadf42d2-d881-46cb-b45d-e86e5f10c6d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.003839 10.0.0.19 - - [2025-08-28 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.19 - - [2025-08-28 02:34:03] "GET /network-policy/eb574cb4-557b-4033-989f-76f904e4d7b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003931 10.0.0.41 - - [2025-08-28 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.19 - - [2025-08-28 02:34:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.002864 10.0.0.19 - - [2025-08-28 02:34:03] "POST /neutron/network HTTP/1.1" 200 1110 0.015888 10.0.0.19 - - [2025-08-28 02:34:03] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.021523 10.0.0.19 - - [2025-08-28 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.016808 10.0.0.19 - - [2025-08-28 02:34:03] "GET /network-policy/9b923b52-6be1-4d9a-bdcd-87fb2446b45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005558 10.0.0.19 - - [2025-08-28 02:34:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001109 10.0.0.41 - - [2025-08-28 02:34:04] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000950 10.0.0.19 - - [2025-08-28 02:34:04] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055117 10.0.0.19 - - [2025-08-28 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.006421 10.0.0.19 - - [2025-08-28 02:34:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001178 10.0.0.19 - - [2025-08-28 02:34:05] "POST /neutron/network HTTP/1.1" 200 1120 0.009923 10.0.0.41 - - [2025-08-28 02:34:05] "DELETE /project/20dd9d1d81ca454c9dee79b3b9e78bd8 HTTP/1.1" 404 173 0.004001 10.0.0.41 - - [2025-08-28 02:34:05] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.41 - - [2025-08-28 02:34:05] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.040206 10.0.0.41 - - [2025-08-28 02:34:05] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.41 - - [2025-08-28 02:34:05] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?fields=security_groups HTTP/1.1" 200 1362 0.040622 10.0.0.41 - - [2025-08-28 02:34:05] "DELETE /security-group/09984fda-0efd-4189-93c5-5ff808ff15fc HTTP/1.1" 200 115 0.074404 10.0.0.41 - - [2025-08-28 02:34:05] "GET /projects?obj_uuids=1695cdb7-811f-412b-840e-49fa5d729629&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.19 - - [2025-08-28 02:34:05] "DELETE /access-control-list/321bd689-2b89-4315-a537-58950a05dc33 HTTP/1.1" 200 115 0.047599 10.0.0.41 - - [2025-08-28 02:34:05] "GET /project/1695cdb7-811f-412b-840e-49fa5d729629?fields=application_policy_sets HTTP/1.1" 200 1401 0.068058 10.0.0.41 - - [2025-08-28 02:34:05] "DELETE /project/1695cdb7-811f-412b-840e-49fa5d729629 HTTP/1.1" 200 115 0.505747 10.0.0.19 - - [2025-08-28 02:34:05] "POST /neutron/port HTTP/1.1" 200 1172 0.045141 10.0.0.41 - - [2025-08-28 02:34:05] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.19 - - [2025-08-28 02:34:06] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065305 10.0.0.19 - - [2025-08-28 02:34:06] "POST /neutron/network HTTP/1.1" 200 1110 0.066899 10.0.0.19 - - [2025-08-28 02:34:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003424 10.0.0.19 - - [2025-08-28 02:34:06] "POST /neutron/port HTTP/1.1" 200 1200 0.024241 10.0.0.19 - - [2025-08-28 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006613 10.0.0.19 - - [2025-08-28 02:34:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001279 10.0.0.19 - - [2025-08-28 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007998 10.0.0.41 - - [2025-08-28 02:34:06] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.19 - - [2025-08-28 02:34:06] "PUT /access-control-list/c1dfb7db-0cb1-4f51-a426-2caa09cbf441 HTTP/1.1" 200 272 0.056876 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/port HTTP/1.1" 200 1171 0.359012 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/port HTTP/1.1" 200 1225 0.107255 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003538 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.41 - - [2025-08-28 02:34:07] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001097 10.0.0.19 - - [2025-08-28 02:34:07] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.069208 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/port HTTP/1.1" 200 2281 0.017494 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/port HTTP/1.1" 200 1200 0.014745 10.0.0.19 - - [2025-08-28 02:34:07] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007672 10.0.0.19 - - [2025-08-28 02:34:08] "POST /neutron/network HTTP/1.1" 200 1022 0.014621 10.0.0.19 - - [2025-08-28 02:34:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007708 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 401 292 0.000387 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 200 1298 0.049643 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 200 1298 0.008392 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine-interface/7933013e-4d5b-4530-836e-882e00b3d984 HTTP/1.1" 200 3167 0.017722 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 200 1298 0.003942 10.0.0.19 - - [2025-08-28 02:34:08] "POST /neutron/port HTTP/1.1" 200 1225 0.140518 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine-interface/7933013e-4d5b-4530-836e-882e00b3d984 HTTP/1.1" 200 3167 0.006380 10.0.0.19 - - [2025-08-28 02:34:08] "GET /instance-ip/62c568a2-c0d3-4b53-b845-aba624dbc1c8 HTTP/1.1" 200 1632 0.005286 10.0.0.19 - - [2025-08-28 02:34:08] "GET /instance-ip/65966c3c-040b-4603-b208-00332639861e HTTP/1.1" 200 1653 0.005119 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 200 1298 0.005380 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-machine-interface/7933013e-4d5b-4530-836e-882e00b3d984 HTTP/1.1" 200 3167 0.005491 10.0.0.19 - - [2025-08-28 02:34:08] "GET /instance-ip/62c568a2-c0d3-4b53-b845-aba624dbc1c8 HTTP/1.1" 200 1632 0.003748 10.0.0.19 - - [2025-08-28 02:34:08] "GET /instance-ip/65966c3c-040b-4603-b208-00332639861e HTTP/1.1" 200 1653 0.003922 10.0.0.19 - - [2025-08-28 02:34:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.19 - - [2025-08-28 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.19 - - [2025-08-28 02:34:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003552 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002399 10.0.0.19 - - [2025-08-28 02:34:08] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005989 10.0.0.19 - - [2025-08-28 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.19 - - [2025-08-28 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.19 - - [2025-08-28 02:34:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003857 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003201 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005575 10.0.0.19 - - [2025-08-28 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.19 - - [2025-08-28 02:34:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004279 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003272 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006238 10.0.0.19 - - [2025-08-28 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.19 - - [2025-08-28 02:34:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004065 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002795 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.008218 10.0.0.19 - - [2025-08-28 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.19 - - [2025-08-28 02:34:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003705 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002629 10.0.0.19 - - [2025-08-28 02:34:09] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005628 10.0.0.19 - - [2025-08-28 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-08-28 02:34:12] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004966 10.0.0.19 - - [2025-08-28 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.19 - - [2025-08-28 02:34:16] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.011312 10.0.0.19 - - [2025-08-28 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.19 - - [2025-08-28 02:34:20] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007010 10.0.0.41 - - [2025-08-28 02:34:22] "GET /obj-perms HTTP/1.1" 200 5056 0.045622 10.0.0.19 - - [2025-08-28 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2025-08-28 02:34:24] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005095 10.0.0.19 - - [2025-08-28 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.19 - - [2025-08-28 02:34:29] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005361 10.0.0.19 - - [2025-08-28 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.19 - - [2025-08-28 02:34:33] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005593 10.0.0.19 - - [2025-08-28 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.19 - - [2025-08-28 02:34:37] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005679 10.0.0.19 - - [2025-08-28 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.19 - - [2025-08-28 02:34:41] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005226 10.0.0.19 - - [2025-08-28 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.19 - - [2025-08-28 02:34:45] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004901 10.0.0.19 - - [2025-08-28 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.19 - - [2025-08-28 02:34:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007855 10.0.0.19 - - [2025-08-28 02:34:49] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.011140 10.0.0.19 - - [2025-08-28 02:34:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007087 10.0.0.19 - - [2025-08-28 02:34:49] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005919 10.0.0.19 - - [2025-08-28 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.19 - - [2025-08-28 02:34:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003572 10.0.0.19 - - [2025-08-28 02:34:49] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002731 10.0.0.19 - - [2025-08-28 02:34:49] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005821 10.0.0.19 - - [2025-08-28 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.19 - - [2025-08-28 02:34:49] "GET /routing-instance/826c9400-0734-42ae-a77a-16f9ac4b9f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004086 10.0.0.19 - - [2025-08-28 02:34:49] "GET /route-target/23a7f95a-e223-45ca-9015-9b1594374175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003281 10.0.0.19 - - [2025-08-28 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.19 - - [2025-08-28 02:34:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003235 10.0.0.19 - - [2025-08-28 02:34:49] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002913 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007387 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.19 - - [2025-08-28 02:34:50] "GET /routing-instance/826c9400-0734-42ae-a77a-16f9ac4b9f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.003647 10.0.0.19 - - [2025-08-28 02:34:50] "GET /route-target/23a7f95a-e223-45ca-9015-9b1594374175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004222 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.19 - - [2025-08-28 02:34:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003677 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002773 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005371 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.19 - - [2025-08-28 02:34:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003627 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002946 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005551 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-08-28 02:34:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003712 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003174 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005692 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.19 - - [2025-08-28 02:34:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004125 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003464 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006656 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-08-28 02:34:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004708 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002937 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005813 10.0.0.19 - - [2025-08-28 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.19 - - [2025-08-28 02:34:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003713 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003059 10.0.0.19 - - [2025-08-28 02:34:50] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005625 10.0.0.19 - - [2025-08-28 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003584 10.0.0.19 - - [2025-08-28 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004348 10.0.0.41 - - [2025-08-28 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003970 10.0.0.38 - - [2025-08-28 02:34:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004410 10.0.0.19 - - [2025-08-28 02:34:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004341 10.0.0.19 - - [2025-08-28 02:34:51] "POST /neutron/port HTTP/1.1" 200 1199 0.015109 10.0.0.19 - - [2025-08-28 02:34:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006688 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 200 1299 0.007490 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 200 1299 0.003714 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine-interface/8cccc106-836b-4ba6-8112-324128d44e01 HTTP/1.1" 200 3168 0.005246 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 200 1299 0.003221 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine-interface/8cccc106-836b-4ba6-8112-324128d44e01 HTTP/1.1" 200 3168 0.004881 10.0.0.19 - - [2025-08-28 02:34:51] "GET /instance-ip/26aaa1d6-1ffe-45ce-97c3-0f9f56863349 HTTP/1.1" 200 1653 0.008208 10.0.0.19 - - [2025-08-28 02:34:51] "GET /instance-ip/3b04ba73-babf-47f7-9d94-c48706607f12 HTTP/1.1" 200 1631 0.006637 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 200 1299 0.003387 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-machine-interface/8cccc106-836b-4ba6-8112-324128d44e01 HTTP/1.1" 200 3168 0.005016 10.0.0.19 - - [2025-08-28 02:34:51] "GET /instance-ip/26aaa1d6-1ffe-45ce-97c3-0f9f56863349 HTTP/1.1" 200 1653 0.004075 10.0.0.19 - - [2025-08-28 02:34:51] "GET /instance-ip/3b04ba73-babf-47f7-9d94-c48706607f12 HTTP/1.1" 200 1631 0.003702 10.0.0.19 - - [2025-08-28 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.19 - - [2025-08-28 02:34:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003447 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002850 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005283 10.0.0.19 - - [2025-08-28 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.19 - - [2025-08-28 02:34:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004502 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003724 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005973 10.0.0.19 - - [2025-08-28 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.19 - - [2025-08-28 02:34:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004164 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003306 10.0.0.19 - - [2025-08-28 02:34:51] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005466 10.0.0.19 - - [2025-08-28 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.19 - - [2025-08-28 02:34:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008122 10.0.0.19 - - [2025-08-28 02:34:52] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002787 10.0.0.19 - - [2025-08-28 02:34:52] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005825 10.0.0.19 - - [2025-08-28 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.19 - - [2025-08-28 02:34:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003903 10.0.0.19 - - [2025-08-28 02:34:52] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003162 10.0.0.19 - - [2025-08-28 02:34:52] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006551 10.0.0.19 - - [2025-08-28 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.19 - - [2025-08-28 02:34:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003751 10.0.0.19 - - [2025-08-28 02:34:53] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003049 10.0.0.19 - - [2025-08-28 02:34:53] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005680 10.0.0.19 - - [2025-08-28 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.19 - - [2025-08-28 02:34:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004905 10.0.0.19 - - [2025-08-28 02:34:53] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002936 10.0.0.19 - - [2025-08-28 02:34:53] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005559 10.0.0.19 - - [2025-08-28 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.19 - - [2025-08-28 02:34:53] "GET /routing-instance/c9c84553-e20f-4422-a827-868d44cae623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003985 10.0.0.19 - - [2025-08-28 02:34:53] "GET /route-target/bdf2b930-eeb7-4784-b7bf-eb1e2131ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004414 10.0.0.19 - - [2025-08-28 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.19 - - [2025-08-28 02:34:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003629 10.0.0.19 - - [2025-08-28 02:34:53] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002735 10.0.0.19 - - [2025-08-28 02:34:53] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006879 10.0.0.19 - - [2025-08-28 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.19 - - [2025-08-28 02:34:53] "GET /routing-instance/c9c84553-e20f-4422-a827-868d44cae623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004445 10.0.0.19 - - [2025-08-28 02:34:53] "GET /route-target/bdf2b930-eeb7-4784-b7bf-eb1e2131ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004432 10.0.0.19 - - [2025-08-28 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.19 - - [2025-08-28 02:34:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003799 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003439 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005131 10.0.0.19 - - [2025-08-28 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.19 - - [2025-08-28 02:34:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003957 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002881 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005666 10.0.0.19 - - [2025-08-28 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.19 - - [2025-08-28 02:34:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003829 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003002 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006233 10.0.0.19 - - [2025-08-28 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.19 - - [2025-08-28 02:34:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003874 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003012 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005543 10.0.0.19 - - [2025-08-28 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.19 - - [2025-08-28 02:34:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004009 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003503 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005446 10.0.0.19 - - [2025-08-28 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.19 - - [2025-08-28 02:34:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003807 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002650 10.0.0.19 - - [2025-08-28 02:34:54] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005284 10.0.0.19 - - [2025-08-28 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003685 10.0.0.41 - - [2025-08-28 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003285 10.0.0.19 - - [2025-08-28 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003363 10.0.0.41 - - [2025-08-28 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003457 10.0.0.19 - - [2025-08-28 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003510 10.0.0.38 - - [2025-08-28 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003378 10.0.0.19 - - [2025-08-28 02:34:54] "POST /neutron/port HTTP/1.1" 200 1199 0.012949 10.0.0.19 - - [2025-08-28 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006683 10.0.0.19 - - [2025-08-28 02:34:55] "POST /neutron/port HTTP/1.1" 200 1199 0.014823 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 200 1298 0.004931 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 200 1298 0.002986 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine-interface/a79cdf29-895a-4759-b57a-34acf2925c52 HTTP/1.1" 200 3169 0.004397 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 200 1298 0.003173 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine-interface/a79cdf29-895a-4759-b57a-34acf2925c52 HTTP/1.1" 200 3169 0.004121 10.0.0.19 - - [2025-08-28 02:34:55] "GET /instance-ip/3a5aacd4-faf3-45f9-8114-72c9f5f2b996 HTTP/1.1" 200 1651 0.005327 10.0.0.19 - - [2025-08-28 02:34:55] "GET /instance-ip/83d55c77-77ae-456f-a00e-9af4653551a9 HTTP/1.1" 200 1632 0.005379 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 200 1298 0.004227 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-machine-interface/a79cdf29-895a-4759-b57a-34acf2925c52 HTTP/1.1" 200 3169 0.005302 10.0.0.19 - - [2025-08-28 02:34:55] "GET /instance-ip/3a5aacd4-faf3-45f9-8114-72c9f5f2b996 HTTP/1.1" 200 1651 0.004356 10.0.0.19 - - [2025-08-28 02:34:55] "GET /instance-ip/83d55c77-77ae-456f-a00e-9af4653551a9 HTTP/1.1" 200 1632 0.004580 10.0.0.19 - - [2025-08-28 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.19 - - [2025-08-28 02:34:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003096 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.012686 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005172 10.0.0.19 - - [2025-08-28 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.19 - - [2025-08-28 02:34:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004863 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002748 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005602 10.0.0.19 - - [2025-08-28 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.19 - - [2025-08-28 02:34:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003696 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002806 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007459 10.0.0.19 - - [2025-08-28 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.19 - - [2025-08-28 02:34:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003806 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003392 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005870 10.0.0.19 - - [2025-08-28 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.19 - - [2025-08-28 02:34:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004569 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.010055 10.0.0.19 - - [2025-08-28 02:34:55] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005678 10.0.0.19 - - [2025-08-28 02:34:56] "POST /neutron/port HTTP/1.1" 200 1200 0.016962 10.0.0.19 - - [2025-08-28 02:34:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003562 10.0.0.19 - - [2025-08-28 02:34:56] "POST /neutron/port HTTP/1.1" 200 117 0.001525 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.19 - - [2025-08-28 02:34:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005652 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003348 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005815 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2025-08-28 02:34:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003417 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006294 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005507 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.19 - - [2025-08-28 02:34:57] "GET /routing-instance/8c46ebce-b569-4240-b586-52444e6aa110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004298 10.0.0.19 - - [2025-08-28 02:34:57] "GET /route-target/a406e671-0aff-4f64-86c8-f713ec3f416f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004670 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2025-08-28 02:34:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003379 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003253 10.0.0.19 - - [2025-08-28 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006136 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005591 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.19 - - [2025-08-28 02:34:57] "GET /routing-instance/8c46ebce-b569-4240-b586-52444e6aa110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004415 10.0.0.19 - - [2025-08-28 02:34:57] "GET /route-target/a406e671-0aff-4f64-86c8-f713ec3f416f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005169 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.19 - - [2025-08-28 02:34:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003915 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003336 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005909 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.19 - - [2025-08-28 02:34:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004175 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002915 10.0.0.19 - - [2025-08-28 02:34:57] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005628 10.0.0.19 - - [2025-08-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.19 - - [2025-08-28 02:34:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004586 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003134 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006315 10.0.0.19 - - [2025-08-28 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.19 - - [2025-08-28 02:34:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005487 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003800 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007184 10.0.0.19 - - [2025-08-28 02:34:58] "POST /neutron/network HTTP/1.1" 200 1120 0.009140 10.0.0.19 - - [2025-08-28 02:34:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004182 10.0.0.41 - - [2025-08-28 02:34:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003073 10.0.0.19 - - [2025-08-28 02:34:58] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018919 10.0.0.19 - - [2025-08-28 02:34:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003548 10.0.0.19 - - [2025-08-28 02:34:58] "POST /neutron/network HTTP/1.1" 200 1110 0.007713 10.0.0.38 - - [2025-08-28 02:34:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003556 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 200 1298 0.004696 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-machine-interface/7933013e-4d5b-4530-836e-882e00b3d984 HTTP/1.1" 200 3167 0.005316 10.0.0.19 - - [2025-08-28 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.19 - - [2025-08-28 02:34:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003288 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002786 10.0.0.19 - - [2025-08-28 02:34:58] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005576 10.0.0.19 - - [2025-08-28 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.19 - - [2025-08-28 02:34:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003622 10.0.0.19 - - [2025-08-28 02:34:59] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003010 10.0.0.19 - - [2025-08-28 02:34:59] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006609 10.0.0.19 - - [2025-08-28 02:35:02] "POST /neutron/port HTTP/1.1" 200 1199 0.015539 10.0.0.19 - - [2025-08-28 02:35:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008332 10.0.0.19 - - [2025-08-28 02:35:10] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 200 1299 0.004205 10.0.0.19 - - [2025-08-28 02:35:10] "GET /virtual-machine-interface/8cccc106-836b-4ba6-8112-324128d44e01 HTTP/1.1" 200 3168 0.004900 10.0.0.19 - - [2025-08-28 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.19 - - [2025-08-28 02:35:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004822 10.0.0.19 - - [2025-08-28 02:35:10] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005129 10.0.0.19 - - [2025-08-28 02:35:10] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005641 10.0.0.19 - - [2025-08-28 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-08-28 02:35:11] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003556 10.0.0.19 - - [2025-08-28 02:35:11] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002698 10.0.0.19 - - [2025-08-28 02:35:11] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005540 10.0.0.19 - - [2025-08-28 02:35:11] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 200 1298 0.004041 10.0.0.19 - - [2025-08-28 02:35:11] "GET /virtual-machine-interface/a79cdf29-895a-4759-b57a-34acf2925c52 HTTP/1.1" 200 3169 0.005478 10.0.0.19 - - [2025-08-28 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.19 - - [2025-08-28 02:35:11] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003058 10.0.0.19 - - [2025-08-28 02:35:11] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002579 10.0.0.19 - - [2025-08-28 02:35:11] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005805 10.0.0.19 - - [2025-08-28 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.19 - - [2025-08-28 02:35:12] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003723 10.0.0.19 - - [2025-08-28 02:35:12] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003156 10.0.0.19 - - [2025-08-28 02:35:12] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005354 10.0.0.19 - - [2025-08-28 02:35:22] "GET /obj-perms HTTP/1.1" 200 5056 0.043982 10.0.0.19 - - [2025-08-28 02:35:34] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 200 1298 0.010973 10.0.0.19 - - [2025-08-28 02:35:35] "POST /neutron/port HTTP/1.1" 200 151 0.248062 10.0.0.19 - - [2025-08-28 02:35:37] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 404 171 0.004937 10.0.0.19 - - [2025-08-28 02:35:37] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 404 171 0.006774 10.0.0.19 - - [2025-08-28 02:35:37] "GET /virtual-machine/558173fe-3562-4fe4-98da-40f1a2885c58 HTTP/1.1" 404 171 0.012162 10.0.0.19 - - [2025-08-28 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2025-08-28 02:35:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003698 10.0.0.19 - - [2025-08-28 02:35:37] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003274 10.0.0.19 - - [2025-08-28 02:35:37] "GET /virtual-network/4b3fc999-d50f-4a17-877e-f33d093b4b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008048 10.0.0.19 - - [2025-08-28 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.19 - - [2025-08-28 02:35:37] "GET /routing-instance/8c46ebce-b569-4240-b586-52444e6aa110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005845 10.0.0.19 - - [2025-08-28 02:35:37] "GET /route-target/a406e671-0aff-4f64-86c8-f713ec3f416f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003641 10.0.0.38 - - [2025-08-28 02:35:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004209 10.0.0.19 - - [2025-08-28 02:35:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003818 10.0.0.41 - - [2025-08-28 02:35:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003400 10.0.0.19 - - [2025-08-28 02:35:43] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 200 1299 0.004242 10.0.0.19 - - [2025-08-28 02:35:44] "POST /neutron/port HTTP/1.1" 200 151 0.211265 10.0.0.19 - - [2025-08-28 02:35:45] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 404 171 0.003119 10.0.0.19 - - [2025-08-28 02:35:45] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 404 171 0.003718 10.0.0.19 - - [2025-08-28 02:35:45] "GET /virtual-machine/db995b93-70a2-400a-952a-2af6b18933b2 HTTP/1.1" 404 171 0.002631 10.0.0.19 - - [2025-08-28 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.19 - - [2025-08-28 02:35:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003780 10.0.0.19 - - [2025-08-28 02:35:46] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002668 10.0.0.19 - - [2025-08-28 02:35:46] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005565 10.0.0.19 - - [2025-08-28 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.19 - - [2025-08-28 02:35:46] "GET /routing-instance/c9c84553-e20f-4422-a827-868d44cae623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004042 10.0.0.19 - - [2025-08-28 02:35:46] "GET /route-target/bdf2b930-eeb7-4784-b7bf-eb1e2131ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003736 10.0.0.19 - - [2025-08-28 02:35:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003584 10.0.0.41 - - [2025-08-28 02:35:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003327 10.0.0.19 - - [2025-08-28 02:35:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003778 10.0.0.41 - - [2025-08-28 02:36:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004252 10.0.0.19 - - [2025-08-28 02:36:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004084 10.0.0.41 - - [2025-08-28 02:36:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003853 10.0.0.19 - - [2025-08-28 02:36:10] "GET /obj-perms HTTP/1.1" 200 5042 0.006073 10.0.0.38 - - [2025-08-28 02:36:10] "GET /obj-perms HTTP/1.1" 200 5042 0.006126 10.0.0.19 - - [2025-08-28 02:36:10] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 200 1298 0.003728 10.0.0.19 - - [2025-08-28 02:36:11] "POST /neutron/port HTTP/1.1" 200 151 0.202597 10.0.0.19 - - [2025-08-28 02:36:12] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 404 171 0.003235 10.0.0.19 - - [2025-08-28 02:36:12] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 404 171 0.002506 10.0.0.19 - - [2025-08-28 02:36:12] "GET /virtual-machine/59de5c66-b8b5-4023-adab-8d1cef072890 HTTP/1.1" 404 171 0.003222 10.0.0.19 - - [2025-08-28 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.19 - - [2025-08-28 02:36:13] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003898 10.0.0.19 - - [2025-08-28 02:36:13] "GET /virtual-networks?parent_id=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002756 10.0.0.19 - - [2025-08-28 02:36:13] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005684 10.0.0.19 - - [2025-08-28 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.19 - - [2025-08-28 02:36:13] "GET /routing-instance/826c9400-0734-42ae-a77a-16f9ac4b9f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004442 10.0.0.19 - - [2025-08-28 02:36:13] "GET /route-target/23a7f95a-e223-45ca-9015-9b1594374175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003138 10.0.0.19 - - [2025-08-28 02:36:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004763 10.0.0.19 - - [2025-08-28 02:36:13] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005049 10.0.0.41 - - [2025-08-28 02:36:13] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005587 10.0.0.19 - - [2025-08-28 02:36:13] "POST /neutron/network HTTP/1.1" 200 1012 0.020391 10.0.0.19 - - [2025-08-28 02:36:13] "GET /virtual-network/e5c034ee-647b-4c25-9145-cd9c0b37c4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005499 10.0.0.19 - - [2025-08-28 02:36:13] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007247 10.0.0.19 - - [2025-08-28 02:36:14] "POST /neutron/network HTTP/1.1" 200 1013 0.018317 10.0.0.19 - - [2025-08-28 02:36:14] "GET /virtual-network/8c3babc2-cd2d-4de2-96be-efc9d1b68a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008167 10.0.0.19 - - [2025-08-28 02:36:14] "DELETE /access-control-list/b6edaa5f-7993-4686-9356-6ed563154d09 HTTP/1.1" 200 115 0.105834 10.0.0.19 - - [2025-08-28 02:36:14] "DELETE /network-policy/9b923b52-6be1-4d9a-bdcd-87fb2446b45d HTTP/1.1" 200 115 0.068165 10.0.0.19 - - [2025-08-28 02:36:14] "DELETE /network-policy/eb574cb4-557b-4033-989f-76f904e4d7b6 HTTP/1.1" 200 115 0.063195 10.0.0.19 - - [2025-08-28 02:36:14] "DELETE /network-policy/cadf42d2-d881-46cb-b45d-e86e5f10c6d7 HTTP/1.1" 200 115 0.046667 10.0.0.19 - - [2025-08-28 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.19 - - [2025-08-28 02:36:14] "POST /neutron/network HTTP/1.1" 200 1012 0.009053 10.0.0.19 - - [2025-08-28 02:36:14] "DELETE /route-target/bdf2b930-eeb7-4784-b7bf-eb1e2131ccbf HTTP/1.1" 200 115 0.022473 10.0.0.41 - - [2025-08-28 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.028612 10.0.0.41 - - [2025-08-28 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004374 10.0.0.41 - - [2025-08-28 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003984 10.0.0.41 - - [2025-08-28 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004539 10.0.0.19 - - [2025-08-28 02:36:15] "POST /neutron/network HTTP/1.1" 200 151 0.170226 10.0.0.19 - - [2025-08-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.19 - - [2025-08-28 02:36:15] "DELETE /network-ipam/628ac125-9e2d-490b-8372-b41a17a7347e HTTP/1.1" 200 115 0.036204 10.0.0.19 - - [2025-08-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 404 203 0.004616 10.0.0.19 - - [2025-08-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.19 - - [2025-08-28 02:36:15] "DELETE /network-ipam/3b523939-938b-4105-b1a8-d062e10e29ef HTTP/1.1" 200 115 0.033103 10.0.0.19 - - [2025-08-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 404 203 0.004114 10.0.0.19 - - [2025-08-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.19 - - [2025-08-28 02:36:15] "DELETE /network-ipam/9c1b5ffa-4a18-4d08-83e4-66a9aced2a5c HTTP/1.1" 200 115 0.036321 10.0.0.19 - - [2025-08-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 404 203 0.004767 10.0.0.41 - - [2025-08-28 02:36:18] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001120 10.0.0.19 - - [2025-08-28 02:36:18] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063582 10.0.0.41 - - [2025-08-28 02:36:18] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.19 - - [2025-08-28 02:36:18] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?fields=virtual_networks HTTP/1.1" 200 1044 0.043799 10.0.0.41 - - [2025-08-28 02:36:18] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.19 - - [2025-08-28 02:36:18] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039503 10.0.0.41 - - [2025-08-28 02:36:18] "GET /projects?obj_uuids=20dd9d1d-81ca-454c-9dee-79b3b9e78bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.19 - - [2025-08-28 02:36:18] "GET /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8?fields=security_groups HTTP/1.1" 200 1276 0.037292 10.0.0.19 - - [2025-08-28 02:36:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.022820 10.0.0.41 - - [2025-08-28 02:36:19] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002617 10.0.0.41 - - [2025-08-28 02:36:19] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.41 - - [2025-08-28 02:36:19] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007125 10.0.0.41 - - [2025-08-28 02:36:19] "POST /id-to-fqname HTTP/1.1" 200 192 0.002983 10.0.0.41 - - [2025-08-28 02:36:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.003590 10.0.0.41 - - [2025-08-28 02:36:19] "POST /security-groups HTTP/1.1" 200 593 0.025667 10.0.0.19 - - [2025-08-28 02:36:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.004705 10.0.0.41 - - [2025-08-28 02:36:19] "POST /projects HTTP/1.1" 200 589 0.207208 10.0.0.41 - - [2025-08-28 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.277590 10.0.0.19 - - [2025-08-28 02:36:19] "POST /access-control-lists HTTP/1.1" 200 596 0.028872 10.0.0.19 - - [2025-08-28 02:36:19] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.424390 10.0.0.19 - - [2025-08-28 02:36:20] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.19 - - [2025-08-28 02:36:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.19 - - [2025-08-28 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.055826 10.0.0.41 - - [2025-08-28 02:36:22] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.19 - - [2025-08-28 02:36:22] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044065 10.0.0.41 - - [2025-08-28 02:36:23] "GET /obj-perms HTTP/1.1" 200 5056 0.053269 10.0.0.41 - - [2025-08-28 02:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006582 10.0.0.19 - - [2025-08-28 02:36:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.585351 10.0.0.19 - - [2025-08-28 02:36:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001228 10.0.0.19 - - [2025-08-28 02:36:23] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005784 10.0.0.19 - - [2025-08-28 02:36:23] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004990 10.0.0.19 - - [2025-08-28 02:36:23] "POST /neutron/network HTTP/1.1" 200 826 0.006936 10.0.0.19 - - [2025-08-28 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.41 - - [2025-08-28 02:36:23] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.19 - - [2025-08-28 02:36:23] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041926 10.0.0.41 - - [2025-08-28 02:36:23] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.19 - - [2025-08-28 02:36:24] "POST /neutron/network HTTP/1.1" 200 607 0.108393 10.0.0.19 - - [2025-08-28 02:36:24] "POST /route-targets HTTP/1.1" 200 327 0.011306 10.0.0.19 - - [2025-08-28 02:36:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.003208 10.0.0.19 - - [2025-08-28 02:36:24] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004884 10.0.0.19 - - [2025-08-28 02:36:24] "POST /neutron/network HTTP/1.1" 200 828 0.006050 10.0.0.19 - - [2025-08-28 02:36:24] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004423 10.0.0.19 - - [2025-08-28 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.003044 10.0.0.19 - - [2025-08-28 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.41 - - [2025-08-28 02:36:24] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.19 - - [2025-08-28 02:36:24] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051395 10.0.0.19 - - [2025-08-28 02:36:24] "POST /network-policys HTTP/1.1" 200 571 0.025759 10.0.0.19 - - [2025-08-28 02:36:24] "GET /network-policy/5af2cf04-35d0-4ab0-8a5b-daad5a72ffdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006016 10.0.0.19 - - [2025-08-28 02:36:24] "POST /neutron/network HTTP/1.1" 200 826 0.006053 10.0.0.19 - - [2025-08-28 02:36:24] "POST /access-control-lists HTTP/1.1" 200 590 0.033277 10.0.0.19 - - [2025-08-28 02:36:24] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009865 10.0.0.19 - - [2025-08-28 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.19 - - [2025-08-28 02:36:24] "GET /network-policy/5af2cf04-35d0-4ab0-8a5b-daad5a72ffdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003477 10.0.0.19 - - [2025-08-28 02:36:24] "POST /neutron/network HTTP/1.1" 200 828 0.007368 10.0.0.19 - - [2025-08-28 02:36:25] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.039211 10.0.0.19 - - [2025-08-28 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008613 10.0.0.19 - - [2025-08-28 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.054813 10.0.0.19 - - [2025-08-28 02:36:25] "GET /network-policy/5af2cf04-35d0-4ab0-8a5b-daad5a72ffdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.010076 10.0.0.19 - - [2025-08-28 02:36:25] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004939 10.0.0.19 - - [2025-08-28 02:36:26] "GET /obj-perms HTTP/1.1" 200 5034 0.043481 10.0.0.38 - - [2025-08-28 02:36:26] "GET /obj-perms HTTP/1.1" 200 5034 0.043765 10.0.0.19 - - [2025-08-28 02:36:27] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005700 10.0.0.19 - - [2025-08-28 02:36:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001186 10.0.0.19 - - [2025-08-28 02:36:27] "POST /neutron/network HTTP/1.1" 200 938 0.006427 10.0.0.41 - - [2025-08-28 02:36:28] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.19 - - [2025-08-28 02:36:28] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.063300 10.0.0.19 - - [2025-08-28 02:36:28] "POST /neutron/port HTTP/1.1" 200 117 0.007400 10.0.0.19 - - [2025-08-28 02:36:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001139 10.0.0.19 - - [2025-08-28 02:36:28] "POST /neutron/network HTTP/1.1" 200 938 0.008153 10.0.0.19 - - [2025-08-28 02:36:29] "POST /neutron/port HTTP/1.1" 200 1062 0.012401 10.0.0.19 - - [2025-08-28 02:36:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003660 10.0.0.41 - - [2025-08-28 02:36:29] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.19 - - [2025-08-28 02:36:29] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058751 10.0.0.19 - - [2025-08-28 02:36:29] "POST /neutron/network HTTP/1.1" 200 928 0.014574 10.0.0.19 - - [2025-08-28 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006734 10.0.0.19 - - [2025-08-28 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006680 10.0.0.19 - - [2025-08-28 02:36:30] "POST /neutron/port HTTP/1.1" 200 1064 0.039536 10.0.0.19 - - [2025-08-28 02:36:30] "POST /neutron/port HTTP/1.1" 200 1092 0.015280 10.0.0.19 - - [2025-08-28 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.19 - - [2025-08-28 02:36:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015307 10.0.0.19 - - [2025-08-28 02:36:35] "POST /neutron/port HTTP/1.1" 200 1090 0.016300 10.0.0.19 - - [2025-08-28 02:36:35] "GET /virtual-machine/c10d37c7-0986-46e4-af45-de7875fdfca7 HTTP/1.1" 401 292 0.000514 10.0.0.19 - - [2025-08-28 02:36:35] "GET /virtual-machine/c10d37c7-0986-46e4-af45-de7875fdfca7 HTTP/1.1" 200 1295 0.026850 10.0.0.19 - - [2025-08-28 02:36:35] "GET /virtual-machine-interface/838bb3c8-46af-4fa7-988f-cecea67c90d4 HTTP/1.1" 200 2951 0.005941 10.0.0.19 - - [2025-08-28 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.19 - - [2025-08-28 02:36:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003578 10.0.0.19 - - [2025-08-28 02:36:35] "GET /virtual-networks?parent_id=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003596 10.0.0.19 - - [2025-08-28 02:36:35] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005516 10.0.0.19 - - [2025-08-28 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.19 - - [2025-08-28 02:36:38] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006600 10.0.0.19 - - [2025-08-28 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.19 - - [2025-08-28 02:36:42] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005297 10.0.0.19 - - [2025-08-28 02:36:45] "DELETE /access-control-list/4bd80808-7deb-4e9c-9298-b31d293b1b4a HTTP/1.1" 200 115 0.035845 10.0.0.19 - - [2025-08-28 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.19 - - [2025-08-28 02:36:47] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005037 10.0.0.19 - - [2025-08-28 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.19 - - [2025-08-28 02:36:51] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005036 10.0.0.19 - - [2025-08-28 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-08-28 02:36:55] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004931 10.0.0.19 - - [2025-08-28 02:36:58] "POST /neutron/port HTTP/1.1" 200 1090 0.012835 10.0.0.19 - - [2025-08-28 02:36:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008544 10.0.0.19 - - [2025-08-28 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.19 - - [2025-08-28 02:36:59] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005588 10.0.0.19 - - [2025-08-28 02:37:01] "POST /neutron/port HTTP/1.1" 200 1092 0.016723 10.0.0.19 - - [2025-08-28 02:37:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004222 10.0.0.19 - - [2025-08-28 02:37:01] "POST /neutron/network HTTP/1.1" 200 930 0.006227 10.0.0.41 - - [2025-08-28 02:37:02] "GET /global-system-configs HTTP/1.1" 200 322 0.054223 10.0.0.41 - - [2025-08-28 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.135143 10.0.0.38 - - [2025-08-28 02:37:02] "GET /global-system-configs HTTP/1.1" 200 322 0.045418 10.0.0.38 - - [2025-08-28 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.136040 10.0.0.19 - - [2025-08-28 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.148817 10.0.0.41 - - [2025-08-28 02:37:03] "GET /global-system-configs HTTP/1.1" 200 322 0.027494 10.0.0.19 - - [2025-08-28 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.19 - - [2025-08-28 02:37:03] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004816 10.0.0.38 - - [2025-08-28 02:37:03] "GET /global-system-configs HTTP/1.1" 200 322 0.047651 10.0.0.41 - - [2025-08-28 02:37:03] "GET /obj-perms HTTP/1.1" 200 5056 0.124864 10.0.0.19 - - [2025-08-28 02:37:03] "GET /global-system-configs HTTP/1.1" 200 322 0.102878 10.0.0.19 - - [2025-08-28 02:37:04] "GET /obj-perms HTTP/1.1" 200 5056 0.240631 10.0.0.38 - - [2025-08-28 02:37:04] "GET /obj-perms HTTP/1.1" 200 5056 0.259768 10.0.0.19 - - [2025-08-28 02:37:04] "GET /global-system-configs HTTP/1.1" 200 322 0.032479 10.0.0.19 - - [2025-08-28 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.19 - - [2025-08-28 02:37:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003538 10.0.0.19 - - [2025-08-28 02:37:05] "GET /virtual-networks?parent_id=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003019 10.0.0.19 - - [2025-08-28 02:37:05] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005797 10.0.0.41 - - [2025-08-28 02:37:05] "DELETE /project/20dd9d1d-81ca-454c-9dee-79b3b9e78bd8 HTTP/1.1" 404 177 0.004241 10.0.0.41 - - [2025-08-28 02:37:05] "DELETE /project/d960c4d0d9f344ab89d8fd763128f778 HTTP/1.1" 404 173 0.003315 10.0.0.19 - - [2025-08-28 02:37:10] "POST /neutron/port HTTP/1.1" 200 1090 0.014270 10.0.0.19 - - [2025-08-28 02:37:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006409 10.0.0.19 - - [2025-08-28 02:37:15] "POST /neutron/port HTTP/1.1" 200 1090 0.013719 10.0.0.19 - - [2025-08-28 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006977 10.0.0.41 - - [2025-08-28 02:37:24] "GET /obj-perms HTTP/1.1" 200 5056 0.040828 10.0.0.19 - - [2025-08-28 02:37:26] "POST /neutron/port HTTP/1.1" 200 1092 0.013620 10.0.0.19 - - [2025-08-28 02:37:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006941 10.0.0.19 - - [2025-08-28 02:37:26] "GET /virtual-machine/049c16ee-d960-44c4-82f7-58ecaeb22e5c HTTP/1.1" 200 1292 0.005318 10.0.0.19 - - [2025-08-28 02:37:26] "GET /virtual-machine-interface/1fd9cd75-7c3d-4734-94a6-3a52fae21ece HTTP/1.1" 200 2951 0.005160 10.0.0.19 - - [2025-08-28 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.19 - - [2025-08-28 02:37:26] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003444 10.0.0.19 - - [2025-08-28 02:37:26] "GET /virtual-networks?parent_id=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003000 10.0.0.19 - - [2025-08-28 02:37:26] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007145 10.0.0.19 - - [2025-08-28 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-08-28 02:37:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003544 10.0.0.19 - - [2025-08-28 02:37:27] "GET /virtual-networks?parent_id=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002588 10.0.0.19 - - [2025-08-28 02:37:27] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005156 10.0.0.19 - - [2025-08-28 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.41 - - [2025-08-28 02:37:46] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.19 - - [2025-08-28 02:37:46] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051990 10.0.0.19 - - [2025-08-28 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.19 - - [2025-08-28 02:37:47] "PUT /network-policy/5af2cf04-35d0-4ab0-8a5b-daad5a72ffdb HTTP/1.1" 200 262 0.013319 10.0.0.19 - - [2025-08-28 02:37:47] "POST /ref-update HTTP/1.1" 200 156 0.019260 10.0.0.19 - - [2025-08-28 02:37:50] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005434 10.0.0.19 - - [2025-08-28 02:37:50] "DELETE /access-control-list/e2ce6a80-d6a3-41cd-8d95-6f23dc39e666 HTTP/1.1" 200 115 0.038365 10.0.0.19 - - [2025-08-28 02:37:50] "POST /neutron/network HTTP/1.1" 200 828 0.007837 10.0.0.19 - - [2025-08-28 02:37:50] "GET /virtual-network/5a1ea05f-d8f3-4bab-b9ec-b3b5e8aa783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009339 10.0.0.19 - - [2025-08-28 02:37:50] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007311 10.0.0.19 - - [2025-08-28 02:37:51] "POST /neutron/network HTTP/1.1" 200 826 0.046773 10.0.0.19 - - [2025-08-28 02:37:51] "GET /virtual-network/d5faa3aa-b174-467d-bbac-f3660208b208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005745 10.0.0.19 - - [2025-08-28 02:37:51] "DELETE /network-policy/5af2cf04-35d0-4ab0-8a5b-daad5a72ffdb HTTP/1.1" 200 115 0.054368 10.0.0.19 - - [2025-08-28 02:37:51] "POST /neutron/network HTTP/1.1" 400 204 0.011697 10.0.0.19 - - [2025-08-28 02:37:51] "POST /neutron/port HTTP/1.1" 200 1090 0.017463 10.0.0.19 - - [2025-08-28 02:37:53] "POST /neutron/network HTTP/1.1" 200 828 0.008389 10.0.0.19 - - [2025-08-28 02:37:53] "DELETE /route-target/b19d2748-9713-4d0a-88f5-905aaaf9fb6d HTTP/1.1" 200 115 0.026030 10.0.0.41 - - [2025-08-28 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006021 10.0.0.41 - - [2025-08-28 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003460 10.0.0.19 - - [2025-08-28 02:37:53] "POST /neutron/network HTTP/1.1" 200 151 0.122247 10.0.0.41 - - [2025-08-28 02:37:55] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.19 - - [2025-08-28 02:37:55] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047201 10.0.0.41 - - [2025-08-28 02:37:55] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.19 - - [2025-08-28 02:37:55] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?fields=virtual_networks HTTP/1.1" 200 1036 0.042489 10.0.0.41 - - [2025-08-28 02:37:55] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.19 - - [2025-08-28 02:37:55] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.042415 10.0.0.41 - - [2025-08-28 02:37:55] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001467 10.0.0.19 - - [2025-08-28 02:37:55] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?fields=security_groups HTTP/1.1" 200 1264 0.038795 10.0.0.19 - - [2025-08-28 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.024349 10.0.0.41 - - [2025-08-28 02:37:56] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003137 10.0.0.41 - - [2025-08-28 02:37:56] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.41 - - [2025-08-28 02:37:56] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008572 10.0.0.41 - - [2025-08-28 02:37:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.001178 10.0.0.41 - - [2025-08-28 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.014607 10.0.0.41 - - [2025-08-28 02:37:56] "POST /security-groups HTTP/1.1" 200 603 0.026408 10.0.0.19 - - [2025-08-28 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 246 0.005537 10.0.0.41 - - [2025-08-28 02:37:56] "POST /projects HTTP/1.1" 200 609 0.254652 10.0.0.41 - - [2025-08-28 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.322932 10.0.0.19 - - [2025-08-28 02:37:56] "POST /access-control-lists HTTP/1.1" 200 606 0.029248 10.0.0.19 - - [2025-08-28 02:37:56] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.459319 10.0.0.19 - - [2025-08-28 02:37:57] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.19 - - [2025-08-28 02:38:00] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.41 - - [2025-08-28 02:38:01] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.19 - - [2025-08-28 02:38:01] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060216 10.0.0.19 - - [2025-08-28 02:38:01] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.19 - - [2025-08-28 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.41 - - [2025-08-28 02:38:02] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.19 - - [2025-08-28 02:38:02] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005923 10.0.0.19 - - [2025-08-28 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2025-08-28 02:38:02] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.19 - - [2025-08-28 02:38:02] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046580 10.0.0.19 - - [2025-08-28 02:38:03] "GET /domains HTTP/1.1" 401 292 0.000468 10.0.0.19 - - [2025-08-28 02:38:03] "GET /domains HTTP/1.1" 200 280 0.025358 10.0.0.41 - - [2025-08-28 02:38:03] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.19 - - [2025-08-28 02:38:03] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4 HTTP/1.1" 200 2773 0.009253 10.0.0.41 - - [2025-08-28 02:38:03] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.19 - - [2025-08-28 02:38:03] "GET /project/029319e3-f2d5-4859-beac-677b101d5716 HTTP/1.1" 200 1923 0.090844 10.0.0.19 - - [2025-08-28 02:38:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002786 10.0.0.19 - - [2025-08-28 02:38:03] "POST /network-ipams HTTP/1.1" 200 621 0.024984 10.0.0.19 - - [2025-08-28 02:38:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1027 0.003093 10.0.0.19 - - [2025-08-28 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.19 - - [2025-08-28 02:38:03] "GET /network-ipam/4cf099da-8a06-4b49-b3ff-d60ef6535209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006408 10.0.0.19 - - [2025-08-28 02:38:03] "PUT /network-ipam/4cf099da-8a06-4b49-b3ff-d60ef6535209 HTTP/1.1" 200 258 0.012723 10.0.0.19 - - [2025-08-28 02:38:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.19 - - [2025-08-28 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.024101 10.0.0.41 - - [2025-08-28 02:38:04] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.19 - - [2025-08-28 02:38:04] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037457 10.0.0.41 - - [2025-08-28 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007013 10.0.0.19 - - [2025-08-28 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.272444 10.0.0.41 - - [2025-08-28 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006823 10.0.0.19 - - [2025-08-28 02:38:05] "POST /neutron/network HTTP/1.1" 200 1336 0.012099 10.0.0.19 - - [2025-08-28 02:38:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001142 10.0.0.19 - - [2025-08-28 02:38:05] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005233 10.0.0.19 - - [2025-08-28 02:38:05] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005270 10.0.0.19 - - [2025-08-28 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.010018 10.0.0.41 - - [2025-08-28 02:38:05] "DELETE /project/029319e3f2d54859beac677b101d5716 HTTP/1.1" 404 173 0.004668 10.0.0.41 - - [2025-08-28 02:38:05] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000820 10.0.0.41 - - [2025-08-28 02:38:05] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.037583 10.0.0.41 - - [2025-08-28 02:38:05] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.41 - - [2025-08-28 02:38:06] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?fields=security_groups HTTP/1.1" 200 1369 0.085727 10.0.0.19 - - [2025-08-28 02:38:06] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.011267 10.0.0.41 - - [2025-08-28 02:38:06] "DELETE /security-group/9846526b-3535-436c-bd6f-59aa9fd40d7c HTTP/1.1" 200 115 0.068021 10.0.0.41 - - [2025-08-28 02:38:06] "GET /projects?obj_uuids=d960c4d0-d9f3-44ab-89d8-fd763128f778&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000931 10.0.0.19 - - [2025-08-28 02:38:06] "DELETE /access-control-list/a444247b-8014-44d7-a2a4-c24e761ae6e2 HTTP/1.1" 200 115 0.057925 10.0.0.41 - - [2025-08-28 02:38:06] "GET /project/d960c4d0-d9f3-44ab-89d8-fd763128f778?fields=application_policy_sets HTTP/1.1" 200 1408 0.061024 10.0.0.41 - - [2025-08-28 02:38:06] "DELETE /project/d960c4d0-d9f3-44ab-89d8-fd763128f778 HTTP/1.1" 200 115 0.481106 10.0.0.38 - - [2025-08-28 02:38:07] "GET /obj-perms HTTP/1.1" 200 5019 0.048485 10.0.0.19 - - [2025-08-28 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003308 10.0.0.19 - - [2025-08-28 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2025-08-28 02:38:07] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.19 - - [2025-08-28 02:38:07] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043659 10.0.0.19 - - [2025-08-28 02:38:07] "POST /network-policys HTTP/1.1" 200 563 0.067905 10.0.0.19 - - [2025-08-28 02:38:07] "GET /network-policy/6474d087-2448-4fac-af0a-65abec269814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005451 10.0.0.19 - - [2025-08-28 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002814 10.0.0.19 - - [2025-08-28 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.41 - - [2025-08-28 02:38:07] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.19 - - [2025-08-28 02:38:08] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043078 10.0.0.19 - - [2025-08-28 02:38:08] "POST /network-policys HTTP/1.1" 200 563 0.071537 10.0.0.19 - - [2025-08-28 02:38:08] "GET /network-policy/d060eb94-619f-4368-aa1b-1bcecd0f77f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006736 10.0.0.19 - - [2025-08-28 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002867 10.0.0.19 - - [2025-08-28 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.41 - - [2025-08-28 02:38:08] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.19 - - [2025-08-28 02:38:08] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047709 10.0.0.19 - - [2025-08-28 02:38:08] "POST /network-policys HTTP/1.1" 200 563 0.071685 10.0.0.19 - - [2025-08-28 02:38:08] "GET /network-policy/b3c670a5-3941-4d49-8f38-92f998c830f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006278 10.0.0.19 - - [2025-08-28 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002747 10.0.0.19 - - [2025-08-28 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.41 - - [2025-08-28 02:38:08] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001233 10.0.0.19 - - [2025-08-28 02:38:08] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044056 10.0.0.19 - - [2025-08-28 02:38:08] "POST /network-policys HTTP/1.1" 200 563 0.067190 10.0.0.19 - - [2025-08-28 02:38:09] "GET /network-policy/b4ea797d-5695-4db1-ae34-19a06d410944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005536 10.0.0.19 - - [2025-08-28 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003012 10.0.0.19 - - [2025-08-28 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.41 - - [2025-08-28 02:38:09] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.19 - - [2025-08-28 02:38:09] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038370 10.0.0.19 - - [2025-08-28 02:38:09] "POST /network-policys HTTP/1.1" 200 563 0.071961 10.0.0.19 - - [2025-08-28 02:38:09] "GET /network-policy/d25fe7fc-1a83-4d38-b746-d3fcae815dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006247 10.0.0.19 - - [2025-08-28 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002978 10.0.0.19 - - [2025-08-28 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.41 - - [2025-08-28 02:38:09] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.19 - - [2025-08-28 02:38:09] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038738 10.0.0.19 - - [2025-08-28 02:38:09] "POST /network-policys HTTP/1.1" 200 563 0.067507 10.0.0.19 - - [2025-08-28 02:38:09] "GET /network-policy/302bf96c-bdea-401e-aa1f-310ccd81f035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006518 10.0.0.19 - - [2025-08-28 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002741 10.0.0.19 - - [2025-08-28 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.41 - - [2025-08-28 02:38:09] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.19 - - [2025-08-28 02:38:09] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043117 10.0.0.19 - - [2025-08-28 02:38:10] "POST /network-policys HTTP/1.1" 200 563 0.068146 10.0.0.19 - - [2025-08-28 02:38:10] "GET /network-policy/d8fe752c-657b-4022-9b51-fc844ce5d450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005734 10.0.0.19 - - [2025-08-28 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.002976 10.0.0.19 - - [2025-08-28 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.41 - - [2025-08-28 02:38:10] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.19 - - [2025-08-28 02:38:10] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051602 10.0.0.19 - - [2025-08-28 02:38:10] "POST /network-policys HTTP/1.1" 200 563 0.067575 10.0.0.19 - - [2025-08-28 02:38:10] "GET /network-policy/2fdb02dd-c003-4a89-8670-8c839fe5708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005598 10.0.0.19 - - [2025-08-28 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.002815 10.0.0.19 - - [2025-08-28 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.41 - - [2025-08-28 02:38:10] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.19 - - [2025-08-28 02:38:10] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.117106 10.0.0.19 - - [2025-08-28 02:38:11] "POST /network-policys HTTP/1.1" 200 563 0.075765 10.0.0.19 - - [2025-08-28 02:38:11] "GET /network-policy/96e61d9e-30ba-4de3-ad8e-e02229af7cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005584 10.0.0.19 - - [2025-08-28 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002924 10.0.0.19 - - [2025-08-28 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2025-08-28 02:38:11] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.19 - - [2025-08-28 02:38:11] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041615 10.0.0.19 - - [2025-08-28 02:38:11] "POST /network-policys HTTP/1.1" 200 563 0.071417 10.0.0.19 - - [2025-08-28 02:38:11] "GET /network-policy/a1d3f5a1-2e32-405b-bd22-7fb77c741557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005787 10.0.0.19 - - [2025-08-28 02:38:11] "POST /neutron/network HTTP/1.1" 200 1336 0.009426 10.0.0.41 - - [2025-08-28 02:38:11] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005806 10.0.0.19 - - [2025-08-28 02:38:11] "POST /access-control-lists HTTP/1.1" 200 609 0.034664 10.0.0.19 - - [2025-08-28 02:38:11] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007276 10.0.0.19 - - [2025-08-28 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.19 - - [2025-08-28 02:38:11] "GET /network-policy/2fdb02dd-c003-4a89-8670-8c839fe5708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004335 10.0.0.19 - - [2025-08-28 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/302bf96c-bdea-401e-aa1f-310ccd81f035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003756 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/6474d087-2448-4fac-af0a-65abec269814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003859 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/96e61d9e-30ba-4de3-ad8e-e02229af7cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004492 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/a1d3f5a1-2e32-405b-bd22-7fb77c741557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003711 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/b3c670a5-3941-4d49-8f38-92f998c830f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004308 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/b4ea797d-5695-4db1-ae34-19a06d410944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004267 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/d060eb94-619f-4368-aa1b-1bcecd0f77f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005846 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/d25fe7fc-1a83-4d38-b746-d3fcae815dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004026 10.0.0.19 - - [2025-08-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.19 - - [2025-08-28 02:38:12] "GET /network-policy/d8fe752c-657b-4022-9b51-fc844ce5d450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004201 10.0.0.19 - - [2025-08-28 02:38:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001252 10.0.0.19 - - [2025-08-28 02:38:12] "POST /neutron/network HTTP/1.1" 200 2259 0.011902 10.0.0.41 - - [2025-08-28 02:38:13] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.19 - - [2025-08-28 02:38:13] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057355 10.0.0.19 - - [2025-08-28 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.008505 10.0.0.41 - - [2025-08-28 02:38:14] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.19 - - [2025-08-28 02:38:14] "POST /neutron/port HTTP/1.1" 200 1173 0.340297 10.0.0.19 - - [2025-08-28 02:38:14] "POST /neutron/port HTTP/1.1" 200 1227 0.103728 10.0.0.19 - - [2025-08-28 02:38:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003590 10.0.0.19 - - [2025-08-28 02:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.19 - - [2025-08-28 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007456 10.0.0.19 - - [2025-08-28 02:38:18] "POST /neutron/port HTTP/1.1" 200 1201 0.015375 10.0.0.19 - - [2025-08-28 02:38:18] "GET /virtual-machine/c445420f-b90e-4629-b381-a9940fbbe08b HTTP/1.1" 401 292 0.000382 10.0.0.19 - - [2025-08-28 02:38:19] "GET /virtual-machine/c445420f-b90e-4629-b381-a9940fbbe08b HTTP/1.1" 200 1305 0.024366 10.0.0.19 - - [2025-08-28 02:38:19] "GET /virtual-machine-interface/67363b7e-7a74-4792-8184-b3b2f5fec2c5 HTTP/1.1" 200 3168 0.005053 10.0.0.19 - - [2025-08-28 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.19 - - [2025-08-28 02:38:19] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003345 10.0.0.19 - - [2025-08-28 02:38:19] "GET /virtual-networks?parent_id=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003178 10.0.0.19 - - [2025-08-28 02:38:19] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005659 10.0.0.19 - - [2025-08-28 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.19 - - [2025-08-28 02:38:22] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006109 10.0.0.19 - - [2025-08-28 02:38:24] "GET /obj-perms HTTP/1.1" 200 5056 0.042273 10.0.0.19 - - [2025-08-28 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-08-28 02:38:26] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005439 10.0.0.19 - - [2025-08-28 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.19 - - [2025-08-28 02:38:30] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.004789 10.0.0.19 - - [2025-08-28 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.19 - - [2025-08-28 02:38:34] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005182 10.0.0.19 - - [2025-08-28 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.19 - - [2025-08-28 02:38:38] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005261 10.0.0.19 - - [2025-08-28 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.19 - - [2025-08-28 02:38:42] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005567 10.0.0.19 - - [2025-08-28 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.19 - - [2025-08-28 02:38:47] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005348 10.0.0.19 - - [2025-08-28 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.19 - - [2025-08-28 02:38:51] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006001 10.0.0.19 - - [2025-08-28 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.19 - - [2025-08-28 02:38:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004357 10.0.0.19 - - [2025-08-28 02:38:53] "GET /virtual-networks?parent_id=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003412 10.0.0.19 - - [2025-08-28 02:38:53] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005750 10.0.0.19 - - [2025-08-28 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006817 10.0.0.19 - - [2025-08-28 02:38:59] "POST /neutron/port HTTP/1.1" 200 1201 0.037887 10.0.0.19 - - [2025-08-28 02:39:01] "POST /neutron/port HTTP/1.1" 200 1201 0.016384 10.0.0.19 - - [2025-08-28 02:39:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004162 10.0.0.19 - - [2025-08-28 02:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.19 - - [2025-08-28 02:39:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006403 10.0.0.19 - - [2025-08-28 02:39:09] "POST /neutron/port HTTP/1.1" 200 1201 0.015908 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/6474d087-2448-4fac-af0a-65abec269814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003498 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/d060eb94-619f-4368-aa1b-1bcecd0f77f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004411 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/b3c670a5-3941-4d49-8f38-92f998c830f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004064 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/b4ea797d-5695-4db1-ae34-19a06d410944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003975 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/d25fe7fc-1a83-4d38-b746-d3fcae815dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004538 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/302bf96c-bdea-401e-aa1f-310ccd81f035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003687 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/d8fe752c-657b-4022-9b51-fc844ce5d450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005143 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/2fdb02dd-c003-4a89-8670-8c839fe5708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004281 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/96e61d9e-30ba-4de3-ad8e-e02229af7cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004525 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.19 - - [2025-08-28 02:39:09] "GET /network-policy/a1d3f5a1-2e32-405b-bd22-7fb77c741557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004239 10.0.0.19 - - [2025-08-28 02:39:09] "POST /neutron/network HTTP/1.1" 200 1439 0.130001 10.0.0.19 - - [2025-08-28 02:39:09] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005652 10.0.0.19 - - [2025-08-28 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-08-28 02:39:10] "GET /network-policy/6474d087-2448-4fac-af0a-65abec269814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004015 10.0.0.41 - - [2025-08-28 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.033767 10.0.0.19 - - [2025-08-28 02:39:15] "POST /neutron/network HTTP/1.1" 200 1439 0.093704 10.0.0.19 - - [2025-08-28 02:39:15] "PUT /access-control-list/166cc50d-c4d8-4cd5-a6b1-4c4170a88fb3 HTTP/1.1" 200 272 0.071450 10.0.0.19 - - [2025-08-28 02:39:15] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006897 10.0.0.19 - - [2025-08-28 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.19 - - [2025-08-28 02:39:15] "GET /network-policy/d060eb94-619f-4368-aa1b-1bcecd0f77f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004458 10.0.0.41 - - [2025-08-28 02:39:20] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.012581 10.0.0.19 - - [2025-08-28 02:39:20] "POST /neutron/network HTTP/1.1" 200 1439 0.107300 10.0.0.19 - - [2025-08-28 02:39:20] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.014938 10.0.0.19 - - [2025-08-28 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.19 - - [2025-08-28 02:39:20] "GET /network-policy/b3c670a5-3941-4d49-8f38-92f998c830f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004761 10.0.0.19 - - [2025-08-28 02:39:25] "POST /neutron/network HTTP/1.1" 200 1439 0.110774 10.0.0.19 - - [2025-08-28 02:39:25] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005617 10.0.0.19 - - [2025-08-28 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.19 - - [2025-08-28 02:39:25] "GET /network-policy/b4ea797d-5695-4db1-ae34-19a06d410944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004051 10.0.0.41 - - [2025-08-28 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.19 - - [2025-08-28 02:39:30] "PUT /access-control-list/166cc50d-c4d8-4cd5-a6b1-4c4170a88fb3 HTTP/1.1" 200 272 0.025237 10.0.0.19 - - [2025-08-28 02:39:30] "POST /neutron/network HTTP/1.1" 200 1439 0.099798 10.0.0.19 - - [2025-08-28 02:39:31] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005443 10.0.0.19 - - [2025-08-28 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.19 - - [2025-08-28 02:39:31] "GET /network-policy/d25fe7fc-1a83-4d38-b746-d3fcae815dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003885 10.0.0.41 - - [2025-08-28 02:39:36] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008271 10.0.0.19 - - [2025-08-28 02:39:36] "POST /neutron/network HTTP/1.1" 200 1439 0.103194 10.0.0.19 - - [2025-08-28 02:39:36] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006958 10.0.0.19 - - [2025-08-28 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.19 - - [2025-08-28 02:39:36] "GET /network-policy/302bf96c-bdea-401e-aa1f-310ccd81f035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005054 10.0.0.19 - - [2025-08-28 02:39:41] "POST /neutron/network HTTP/1.1" 200 1439 0.081696 10.0.0.19 - - [2025-08-28 02:39:41] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005243 10.0.0.19 - - [2025-08-28 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.19 - - [2025-08-28 02:39:41] "GET /network-policy/d8fe752c-657b-4022-9b51-fc844ce5d450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004248 10.0.0.41 - - [2025-08-28 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.19 - - [2025-08-28 02:39:46] "PUT /access-control-list/166cc50d-c4d8-4cd5-a6b1-4c4170a88fb3 HTTP/1.1" 200 272 0.021230 10.0.0.19 - - [2025-08-28 02:39:46] "POST /neutron/network HTTP/1.1" 200 1439 0.095323 10.0.0.19 - - [2025-08-28 02:39:46] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006711 10.0.0.19 - - [2025-08-28 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.19 - - [2025-08-28 02:39:46] "GET /network-policy/2fdb02dd-c003-4a89-8670-8c839fe5708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004167 10.0.0.41 - - [2025-08-28 02:39:51] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006758 10.0.0.19 - - [2025-08-28 02:39:51] "POST /neutron/network HTTP/1.1" 200 1439 0.082669 10.0.0.19 - - [2025-08-28 02:39:52] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006005 10.0.0.19 - - [2025-08-28 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.19 - - [2025-08-28 02:39:52] "GET /network-policy/96e61d9e-30ba-4de3-ad8e-e02229af7cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003896 10.0.0.19 - - [2025-08-28 02:39:57] "POST /neutron/network HTTP/1.1" 200 1439 0.091789 10.0.0.19 - - [2025-08-28 02:39:57] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005512 10.0.0.19 - - [2025-08-28 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.19 - - [2025-08-28 02:39:57] "GET /network-policy/a1d3f5a1-2e32-405b-bd22-7fb77c741557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004485 10.0.0.19 - - [2025-08-28 02:40:01] "POST /neutron/port HTTP/1.1" 200 1201 0.040406 10.0.0.19 - - [2025-08-28 02:40:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003926 10.0.0.19 - - [2025-08-28 02:40:01] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.19 - - [2025-08-28 02:40:02] "GET /virtual-machine/c445420f-b90e-4629-b381-a9940fbbe08b HTTP/1.1" 200 1305 0.004256 10.0.0.19 - - [2025-08-28 02:40:02] "POST /neutron/port HTTP/1.1" 200 1227 0.012480 10.0.0.19 - - [2025-08-28 02:40:04] "GET /virtual-machine/c445420f-b90e-4629-b381-a9940fbbe08b HTTP/1.1" 404 171 0.003293 10.0.0.19 - - [2025-08-28 02:40:04] "GET /virtual-machine/c445420f-b90e-4629-b381-a9940fbbe08b HTTP/1.1" 404 171 0.002766 10.0.0.19 - - [2025-08-28 02:40:04] "GET /virtual-machine/c445420f-b90e-4629-b381-a9940fbbe08b HTTP/1.1" 404 171 0.003222 10.0.0.19 - - [2025-08-28 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.19 - - [2025-08-28 02:40:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003437 10.0.0.19 - - [2025-08-28 02:40:04] "GET /virtual-networks?parent_id=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002863 10.0.0.19 - - [2025-08-28 02:40:04] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005326 10.0.0.19 - - [2025-08-28 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.19 - - [2025-08-28 02:40:04] "GET /routing-instance/1b20c0a8-f5cf-477d-bfd0-399eb82abece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004563 10.0.0.19 - - [2025-08-28 02:40:04] "GET /route-target/551b49c4-253b-4215-a92b-5c8c80188f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003714 10.0.0.19 - - [2025-08-28 02:40:08] "GET /obj-perms HTTP/1.1" 200 5019 0.041776 10.0.0.38 - - [2025-08-28 02:40:08] "GET /obj-perms HTTP/1.1" 200 5019 0.004275 10.0.0.19 - - [2025-08-28 02:40:14] "GET /obj-perms HTTP/1.1" 200 5019 0.003517 10.0.0.38 - - [2025-08-28 02:40:14] "GET /obj-perms HTTP/1.1" 200 5019 0.003871 10.0.0.41 - - [2025-08-28 02:40:14] "GET /obj-perms HTTP/1.1" 200 5019 0.042201 10.0.0.19 - - [2025-08-28 02:40:14] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005859 10.0.0.41 - - [2025-08-28 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012935 10.0.0.19 - - [2025-08-28 02:40:14] "POST /neutron/network HTTP/1.1" 200 1336 0.084682 10.0.0.19 - - [2025-08-28 02:40:14] "DELETE /access-control-list/166cc50d-c4d8-4cd5-a6b1-4c4170a88fb3 HTTP/1.1" 200 115 0.064542 10.0.0.19 - - [2025-08-28 02:40:14] "GET /virtual-network/fbc5040e-34ca-4acd-9556-63faf6b874a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005504 10.0.0.19 - - [2025-08-28 02:40:14] "DELETE /network-policy/a1d3f5a1-2e32-405b-bd22-7fb77c741557 HTTP/1.1" 200 115 0.039669 10.0.0.19 - - [2025-08-28 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.41 - - [2025-08-28 02:40:14] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.19 - - [2025-08-28 02:40:14] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035251 10.0.0.19 - - [2025-08-28 02:40:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005503 10.0.0.19 - - [2025-08-28 02:40:14] "DELETE /network-policy/96e61d9e-30ba-4de3-ad8e-e02229af7cc1 HTTP/1.1" 200 115 0.064414 10.0.0.19 - - [2025-08-28 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-08-28 02:40:14] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.19 - - [2025-08-28 02:40:15] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045161 10.0.0.19 - - [2025-08-28 02:40:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005085 10.0.0.19 - - [2025-08-28 02:40:15] "DELETE /network-policy/2fdb02dd-c003-4a89-8670-8c839fe5708d HTTP/1.1" 200 115 0.032896 10.0.0.19 - - [2025-08-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.41 - - [2025-08-28 02:40:15] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.19 - - [2025-08-28 02:40:15] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033849 10.0.0.19 - - [2025-08-28 02:40:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005320 10.0.0.19 - - [2025-08-28 02:40:15] "DELETE /network-policy/d8fe752c-657b-4022-9b51-fc844ce5d450 HTTP/1.1" 200 115 0.039540 10.0.0.19 - - [2025-08-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.41 - - [2025-08-28 02:40:15] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.19 - - [2025-08-28 02:40:15] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049998 10.0.0.19 - - [2025-08-28 02:40:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005087 10.0.0.19 - - [2025-08-28 02:40:15] "DELETE /network-policy/302bf96c-bdea-401e-aa1f-310ccd81f035 HTTP/1.1" 200 115 0.054580 10.0.0.19 - - [2025-08-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.41 - - [2025-08-28 02:40:15] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.19 - - [2025-08-28 02:40:15] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048533 10.0.0.19 - - [2025-08-28 02:40:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005355 10.0.0.19 - - [2025-08-28 02:40:15] "DELETE /network-policy/d25fe7fc-1a83-4d38-b746-d3fcae815dae HTTP/1.1" 200 115 0.044827 10.0.0.19 - - [2025-08-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.41 - - [2025-08-28 02:40:15] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.19 - - [2025-08-28 02:40:15] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047219 10.0.0.19 - - [2025-08-28 02:40:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005241 10.0.0.19 - - [2025-08-28 02:40:15] "DELETE /network-policy/b4ea797d-5695-4db1-ae34-19a06d410944 HTTP/1.1" 200 115 0.040761 10.0.0.19 - - [2025-08-28 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2025-08-28 02:40:16] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.19 - - [2025-08-28 02:40:16] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041586 10.0.0.19 - - [2025-08-28 02:40:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.004574 10.0.0.19 - - [2025-08-28 02:40:16] "DELETE /network-policy/b3c670a5-3941-4d49-8f38-92f998c830f8 HTTP/1.1" 200 115 0.033709 10.0.0.19 - - [2025-08-28 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008769 10.0.0.41 - - [2025-08-28 02:40:16] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.19 - - [2025-08-28 02:40:16] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037792 10.0.0.19 - - [2025-08-28 02:40:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.004912 10.0.0.19 - - [2025-08-28 02:40:16] "DELETE /network-policy/d060eb94-619f-4368-aa1b-1bcecd0f77f1 HTTP/1.1" 200 115 0.038099 10.0.0.19 - - [2025-08-28 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-08-28 02:40:16] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.19 - - [2025-08-28 02:40:16] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038227 10.0.0.19 - - [2025-08-28 02:40:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004693 10.0.0.19 - - [2025-08-28 02:40:16] "DELETE /network-policy/6474d087-2448-4fac-af0a-65abec269814 HTTP/1.1" 200 115 0.035302 10.0.0.19 - - [2025-08-28 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.41 - - [2025-08-28 02:40:16] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.19 - - [2025-08-28 02:40:16] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049536 10.0.0.19 - - [2025-08-28 02:40:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-69950665&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005822 10.0.0.41 - - [2025-08-28 02:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.41 - - [2025-08-28 02:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005133 10.0.0.41 - - [2025-08-28 02:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006032 10.0.0.41 - - [2025-08-28 02:40:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.41 - - [2025-08-28 02:40:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002023 10.0.0.41 - - [2025-08-28 02:40:17] "POST /useragent-kv HTTP/1.1" 200 115 0.011908 10.0.0.19 - - [2025-08-28 02:40:17] "POST /neutron/network HTTP/1.1" 200 151 0.152756 10.0.0.19 - - [2025-08-28 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.19 - - [2025-08-28 02:40:17] "DELETE /network-ipam/4cf099da-8a06-4b49-b3ff-d60ef6535209 HTTP/1.1" 200 115 0.031701 10.0.0.19 - - [2025-08-28 02:40:17] "POST /fqname-to-id HTTP/1.1" 404 260 0.003860 10.0.0.41 - - [2025-08-28 02:40:17] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000819 10.0.0.41 - - [2025-08-28 02:40:17] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.073269 10.0.0.41 - - [2025-08-28 02:40:17] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000862 10.0.0.41 - - [2025-08-28 02:40:17] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?fields=security_groups HTTP/1.1" 200 1398 0.049652 10.0.0.41 - - [2025-08-28 02:40:17] "DELETE /security-group/272a0546-5f0d-4132-87f6-623be0782df8 HTTP/1.1" 200 115 0.055451 10.0.0.41 - - [2025-08-28 02:40:17] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000821 10.0.0.19 - - [2025-08-28 02:40:17] "DELETE /access-control-list/e5a2f185-64ac-44dc-ae87-ae4b1e86722d HTTP/1.1" 200 115 0.038532 10.0.0.41 - - [2025-08-28 02:40:17] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?fields=application_policy_sets HTTP/1.1" 200 1437 0.076845 10.0.0.19 - - [2025-08-28 02:40:17] "DELETE /project/029319e3-f2d5-4859-beac-677b101d5716 HTTP/1.1" 200 115 0.442718 10.0.0.41 - - [2025-08-28 02:40:17] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005388 10.0.0.19 - - [2025-08-28 02:40:17] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?fields=projects HTTP/1.1" 200 1244 0.017708 10.0.0.41 - - [2025-08-28 02:40:20] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003407 10.0.0.41 - - [2025-08-28 02:40:20] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.41 - - [2025-08-28 02:40:20] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.067057 10.0.0.41 - - [2025-08-28 02:40:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.004187 10.0.0.41 - - [2025-08-28 02:40:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003952 10.0.0.41 - - [2025-08-28 02:40:20] "POST /security-groups HTTP/1.1" 200 603 0.069161 10.0.0.41 - - [2025-08-28 02:40:20] "POST /projects HTTP/1.1" 200 609 0.261765 10.0.0.19 - - [2025-08-28 02:40:20] "POST /access-control-lists HTTP/1.1" 200 608 0.025166 10.0.0.41 - - [2025-08-28 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.332808 10.0.0.19 - - [2025-08-28 02:40:20] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.517682 10.0.0.41 - - [2025-08-28 02:40:20] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001532 10.0.0.19 - - [2025-08-28 02:40:20] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?fields=virtual_networks HTTP/1.1" 200 1055 0.054954 10.0.0.41 - - [2025-08-28 02:40:20] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.19 - - [2025-08-28 02:40:21] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.039178 10.0.0.41 - - [2025-08-28 02:40:21] "GET /projects?obj_uuids=029319e3-f2d5-4859-beac-677b101d5716&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.19 - - [2025-08-28 02:40:21] "GET /project/029319e3-f2d5-4859-beac-677b101d5716?fields=security_groups HTTP/1.1" 200 1293 0.038833 10.0.0.19 - - [2025-08-28 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.023260 10.0.0.41 - - [2025-08-28 02:40:21] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002605 10.0.0.41 - - [2025-08-28 02:40:21] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.41 - - [2025-08-28 02:40:21] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006681 10.0.0.41 - - [2025-08-28 02:40:22] "POST /id-to-fqname HTTP/1.1" 200 196 0.004571 10.0.0.41 - - [2025-08-28 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 205 0.005755 10.0.0.41 - - [2025-08-28 02:40:22] "POST /security-groups HTTP/1.1" 200 597 0.025494 10.0.0.19 - - [2025-08-28 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.002662 10.0.0.41 - - [2025-08-28 02:40:22] "POST /projects HTTP/1.1" 200 597 0.239026 10.0.0.19 - - [2025-08-28 02:40:22] "POST /access-control-lists HTTP/1.1" 200 600 0.024508 10.0.0.41 - - [2025-08-28 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.321718 10.0.0.19 - - [2025-08-28 02:40:22] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.448132 10.0.0.19 - - [2025-08-28 02:40:23] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.19 - - [2025-08-28 02:40:25] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000552 10.0.0.41 - - [2025-08-28 02:40:25] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000980 10.0.0.19 - - [2025-08-28 02:40:25] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.059150 10.0.0.19 - - [2025-08-28 02:40:26] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.19 - - [2025-08-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.41 - - [2025-08-28 02:40:27] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.19 - - [2025-08-28 02:40:27] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007077 10.0.0.19 - - [2025-08-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-08-28 02:40:27] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.19 - - [2025-08-28 02:40:27] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.034577 10.0.0.19 - - [2025-08-28 02:40:28] "GET /domains HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2025-08-28 02:40:28] "GET /domains HTTP/1.1" 200 280 0.022494 10.0.0.41 - - [2025-08-28 02:40:28] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.19 - - [2025-08-28 02:40:28] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4 HTTP/1.1" 200 2777 0.008793 10.0.0.41 - - [2025-08-28 02:40:28] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000859 10.0.0.19 - - [2025-08-28 02:40:28] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4 HTTP/1.1" 200 1887 0.079565 10.0.0.19 - - [2025-08-28 02:40:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002862 10.0.0.19 - - [2025-08-28 02:40:28] "POST /network-ipams HTTP/1.1" 200 603 0.024490 10.0.0.19 - - [2025-08-28 02:40:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1015 0.003230 10.0.0.19 - - [2025-08-28 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009223 10.0.0.19 - - [2025-08-28 02:40:28] "GET /network-ipam/3bbe2b58-75fb-46bc-9bb4-70a44e187f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.007590 10.0.0.19 - - [2025-08-28 02:40:28] "PUT /network-ipam/3bbe2b58-75fb-46bc-9bb4-70a44e187f2d HTTP/1.1" 200 258 0.015220 10.0.0.19 - - [2025-08-28 02:40:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.19 - - [2025-08-28 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.023745 10.0.0.41 - - [2025-08-28 02:40:29] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.19 - - [2025-08-28 02:40:29] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037379 10.0.0.41 - - [2025-08-28 02:40:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007507 10.0.0.19 - - [2025-08-28 02:40:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.273802 10.0.0.19 - - [2025-08-28 02:40:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.001218 10.0.0.19 - - [2025-08-28 02:40:30] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007440 10.0.0.19 - - [2025-08-28 02:40:30] "POST /neutron/network HTTP/1.1" 200 1074 0.007802 10.0.0.19 - - [2025-08-28 02:40:30] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004710 10.0.0.19 - - [2025-08-28 02:40:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.008018 10.0.0.19 - - [2025-08-28 02:40:30] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007313 10.0.0.19 - - [2025-08-28 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.41 - - [2025-08-28 02:40:32] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001124 10.0.0.19 - - [2025-08-28 02:40:32] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045536 10.0.0.19 - - [2025-08-28 02:40:32] "POST /route-targets HTTP/1.1" 200 327 0.013696 10.0.0.41 - - [2025-08-28 02:40:32] "POST /useragent-kv HTTP/1.1" 200 115 0.012992 10.0.0.19 - - [2025-08-28 02:40:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.216696 10.0.0.19 - - [2025-08-28 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 229 0.001396 10.0.0.19 - - [2025-08-28 02:40:33] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007307 10.0.0.19 - - [2025-08-28 02:40:33] "POST /neutron/network HTTP/1.1" 200 1074 0.007877 10.0.0.19 - - [2025-08-28 02:40:33] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004489 10.0.0.19 - - [2025-08-28 02:40:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.008157 10.0.0.19 - - [2025-08-28 02:40:33] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005944 10.0.0.19 - - [2025-08-28 02:40:33] "GET /obj-perms HTTP/1.1" 200 5013 0.049911 10.0.0.38 - - [2025-08-28 02:40:33] "GET /obj-perms HTTP/1.1" 200 5013 0.045556 10.0.0.41 - - [2025-08-28 02:40:33] "GET /obj-perms HTTP/1.1" 200 5013 0.045472 10.0.0.19 - - [2025-08-28 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003058 10.0.0.19 - - [2025-08-28 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.41 - - [2025-08-28 02:40:33] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001066 10.0.0.19 - - [2025-08-28 02:40:33] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041051 10.0.0.19 - - [2025-08-28 02:40:33] "POST /network-policys HTTP/1.1" 200 527 0.025783 10.0.0.19 - - [2025-08-28 02:40:33] "GET /network-policy/5064122a-c045-4f36-a087-ddbfca15c424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.008654 10.0.0.19 - - [2025-08-28 02:40:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.003153 10.0.0.19 - - [2025-08-28 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.41 - - [2025-08-28 02:40:34] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.19 - - [2025-08-28 02:40:34] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039992 10.0.0.19 - - [2025-08-28 02:40:34] "POST /network-policys HTTP/1.1" 200 527 0.026396 10.0.0.19 - - [2025-08-28 02:40:34] "GET /network-policy/1021536f-826e-40aa-8d93-86afd6759465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.009177 10.0.0.19 - - [2025-08-28 02:40:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.003835 10.0.0.19 - - [2025-08-28 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.41 - - [2025-08-28 02:40:34] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.19 - - [2025-08-28 02:40:34] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050282 10.0.0.19 - - [2025-08-28 02:40:34] "POST /network-policys HTTP/1.1" 200 527 0.034030 10.0.0.19 - - [2025-08-28 02:40:34] "GET /network-policy/7a4d9a64-ac64-4c24-bda3-48bd1af85ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005774 10.0.0.19 - - [2025-08-28 02:40:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.002854 10.0.0.19 - - [2025-08-28 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.41 - - [2025-08-28 02:40:34] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001240 10.0.0.19 - - [2025-08-28 02:40:34] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043417 10.0.0.19 - - [2025-08-28 02:40:35] "POST /network-policys HTTP/1.1" 200 527 0.031381 10.0.0.19 - - [2025-08-28 02:40:35] "GET /network-policy/29878bf3-8bff-4307-940e-95b43532f3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005616 10.0.0.19 - - [2025-08-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003376 10.0.0.19 - - [2025-08-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2025-08-28 02:40:35] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000958 10.0.0.19 - - [2025-08-28 02:40:35] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.061958 10.0.0.19 - - [2025-08-28 02:40:35] "POST /network-policys HTTP/1.1" 200 531 0.033341 10.0.0.19 - - [2025-08-28 02:40:35] "GET /network-policy/074cb096-c119-4f53-9a87-6400f893126c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006915 10.0.0.19 - - [2025-08-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002925 10.0.0.19 - - [2025-08-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.41 - - [2025-08-28 02:40:35] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.19 - - [2025-08-28 02:40:35] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050724 10.0.0.19 - - [2025-08-28 02:40:35] "POST /network-policys HTTP/1.1" 200 529 0.032380 10.0.0.19 - - [2025-08-28 02:40:35] "GET /network-policy/ccc3f0e5-9492-4410-a063-7d58fe23a8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008026 10.0.0.19 - - [2025-08-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003061 10.0.0.19 - - [2025-08-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.41 - - [2025-08-28 02:40:36] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001278 10.0.0.19 - - [2025-08-28 02:40:36] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.059803 10.0.0.19 - - [2025-08-28 02:40:36] "POST /network-policys HTTP/1.1" 200 529 0.040194 10.0.0.19 - - [2025-08-28 02:40:36] "GET /network-policy/b75e6861-378e-4082-9cdf-4000d5e4d81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.013101 10.0.0.19 - - [2025-08-28 02:40:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.010053 10.0.0.19 - - [2025-08-28 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.41 - - [2025-08-28 02:40:36] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.19 - - [2025-08-28 02:40:36] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047639 10.0.0.19 - - [2025-08-28 02:40:36] "POST /network-policys HTTP/1.1" 200 529 0.047156 10.0.0.19 - - [2025-08-28 02:40:36] "GET /network-policy/188e91aa-dd21-435d-bd08-b010032dbd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006101 10.0.0.19 - - [2025-08-28 02:40:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.006762 10.0.0.19 - - [2025-08-28 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-08-28 02:40:36] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000907 10.0.0.19 - - [2025-08-28 02:40:36] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049226 10.0.0.19 - - [2025-08-28 02:40:36] "POST /network-policys HTTP/1.1" 200 529 0.026102 10.0.0.19 - - [2025-08-28 02:40:36] "GET /network-policy/7d089677-af40-482d-b0f8-4436b52f09e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006359 10.0.0.19 - - [2025-08-28 02:40:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.005842 10.0.0.19 - - [2025-08-28 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.41 - - [2025-08-28 02:40:37] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001002 10.0.0.19 - - [2025-08-28 02:40:37] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050848 10.0.0.19 - - [2025-08-28 02:40:37] "POST /network-policys HTTP/1.1" 200 533 0.027653 10.0.0.19 - - [2025-08-28 02:40:37] "GET /network-policy/dc4d2b7a-5b94-4749-96f4-4880ff0eb872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.005588 10.0.0.19 - - [2025-08-28 02:40:37] "POST /neutron/network HTTP/1.1" 200 1157 0.011207 10.0.0.19 - - [2025-08-28 02:40:37] "POST /access-control-lists HTTP/1.1" 200 603 0.055938 10.0.0.19 - - [2025-08-28 02:40:37] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.029066 10.0.0.19 - - [2025-08-28 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.19 - - [2025-08-28 02:40:37] "GET /network-policy/5064122a-c045-4f36-a087-ddbfca15c424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003952 10.0.0.19 - - [2025-08-28 02:40:38] "POST /neutron/network HTTP/1.1" 200 1159 0.014726 10.0.0.19 - - [2025-08-28 02:40:38] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008661 10.0.0.19 - - [2025-08-28 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.19 - - [2025-08-28 02:40:38] "POST /ref-update HTTP/1.1" 200 156 0.043175 10.0.0.19 - - [2025-08-28 02:40:38] "GET /network-policy/074cb096-c119-4f53-9a87-6400f893126c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004131 10.0.0.19 - - [2025-08-28 02:40:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001461 10.0.0.41 - - [2025-08-28 02:40:39] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.19 - - [2025-08-28 02:40:39] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.058270 10.0.0.19 - - [2025-08-28 02:40:39] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.19 - - [2025-08-28 02:40:39] "POST /id-to-fqname HTTP/1.1" 200 229 0.001363 10.0.0.19 - - [2025-08-28 02:40:39] "POST /neutron/network HTTP/1.1" 200 1169 0.009425 10.0.0.19 - - [2025-08-28 02:40:40] "POST /neutron/port HTTP/1.1" 200 1061 0.013290 10.0.0.19 - - [2025-08-28 02:40:40] "POST /neutron/port HTTP/1.1" 200 1089 0.017781 10.0.0.41 - - [2025-08-28 02:40:40] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001620 10.0.0.19 - - [2025-08-28 02:40:40] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.060308 10.0.0.19 - - [2025-08-28 02:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.19 - - [2025-08-28 02:40:40] "POST /neutron/port HTTP/1.1" 200 1089 0.016759 10.0.0.19 - - [2025-08-28 02:40:40] "POST /neutron/port HTTP/1.1" 200 1089 0.016735 10.0.0.41 - - [2025-08-28 02:40:41] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001116 10.0.0.19 - - [2025-08-28 02:40:41] "POST /neutron/port HTTP/1.1" 200 1061 0.312344 10.0.0.19 - - [2025-08-28 02:40:41] "POST /neutron/port HTTP/1.1" 200 1115 0.091628 10.0.0.19 - - [2025-08-28 02:40:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.009849 10.0.0.19 - - [2025-08-28 02:40:45] "POST /neutron/port HTTP/1.1" 200 1089 0.015648 10.0.0.19 - - [2025-08-28 02:40:46] "DELETE /access-control-list/01228c59-475a-4a2f-a01c-1dbb85671252 HTTP/1.1" 200 115 0.029911 10.0.0.19 - - [2025-08-28 02:40:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.013148 10.0.0.19 - - [2025-08-28 02:40:46] "GET /virtual-machine/75c882d5-d7a6-4a90-896d-34f2a253f6da HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2025-08-28 02:40:46] "GET /virtual-machine/75c882d5-d7a6-4a90-896d-34f2a253f6da HTTP/1.1" 200 1297 0.024872 10.0.0.19 - - [2025-08-28 02:40:46] "GET /virtual-machine-interface/0f3f3b2e-e6b9-4d1f-9116-ba8f25198f91 HTTP/1.1" 200 2951 0.004997 10.0.0.19 - - [2025-08-28 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.19 - - [2025-08-28 02:40:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003369 10.0.0.19 - - [2025-08-28 02:40:46] "GET /virtual-networks?parent_id=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002657 10.0.0.19 - - [2025-08-28 02:40:46] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005217 10.0.0.19 - - [2025-08-28 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.19 - - [2025-08-28 02:40:49] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005746 10.0.0.19 - - [2025-08-28 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.19 - - [2025-08-28 02:40:54] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005769 10.0.0.19 - - [2025-08-28 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.19 - - [2025-08-28 02:40:58] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006842 10.0.0.19 - - [2025-08-28 02:41:01] "POST /neutron/port HTTP/1.1" 200 1089 0.015599 10.0.0.19 - - [2025-08-28 02:41:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.19 - - [2025-08-28 02:41:01] "POST /neutron/network HTTP/1.1" 200 1157 0.009701 10.0.0.19 - - [2025-08-28 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.19 - - [2025-08-28 02:41:02] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005571 10.0.0.19 - - [2025-08-28 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.19 - - [2025-08-28 02:41:06] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005149 10.0.0.41 - - [2025-08-28 02:41:06] "DELETE /project/443e4395ac414757811dcef4f0dba8d4 HTTP/1.1" 404 173 0.003825 10.0.0.41 - - [2025-08-28 02:41:06] "DELETE /project/029319e3f2d54859beac677b101d5716 HTTP/1.1" 404 173 0.003738 10.0.0.41 - - [2025-08-28 02:41:06] "DELETE /project/029319e3-f2d5-4859-beac-677b101d5716 HTTP/1.1" 404 177 0.006495 10.0.0.19 - - [2025-08-28 02:41:07] "POST /neutron/network HTTP/1.1" 200 1169 0.009197 10.0.0.19 - - [2025-08-28 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.19 - - [2025-08-28 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.19 - - [2025-08-28 02:41:10] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005795 10.0.0.19 - - [2025-08-28 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.19 - - [2025-08-28 02:41:14] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005075 10.0.0.19 - - [2025-08-28 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.19 - - [2025-08-28 02:41:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003217 10.0.0.19 - - [2025-08-28 02:41:16] "GET /virtual-networks?parent_id=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003326 10.0.0.19 - - [2025-08-28 02:41:16] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006359 10.0.0.19 - - [2025-08-28 02:41:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010828 10.0.0.19 - - [2025-08-28 02:41:23] "POST /neutron/port HTTP/1.1" 200 1089 0.015328 10.0.0.19 - - [2025-08-28 02:41:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006206 10.0.0.19 - - [2025-08-28 02:41:32] "POST /neutron/port HTTP/1.1" 200 1089 0.014222 10.0.0.19 - - [2025-08-28 02:41:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006626 10.0.0.19 - - [2025-08-28 02:41:37] "POST /neutron/port HTTP/1.1" 200 1089 0.014990 10.0.0.19 - - [2025-08-28 02:41:37] "GET /virtual-machine/7aeabf5e-c245-4dd7-801c-941f64d26228 HTTP/1.1" 200 1297 0.005616 10.0.0.19 - - [2025-08-28 02:41:37] "GET /virtual-machine-interface/2e161f94-9736-4d07-a4ca-7f725be7ae8e HTTP/1.1" 200 2951 0.004516 10.0.0.19 - - [2025-08-28 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.19 - - [2025-08-28 02:41:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004037 10.0.0.19 - - [2025-08-28 02:41:37] "GET /virtual-networks?parent_id=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003038 10.0.0.19 - - [2025-08-28 02:41:37] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005491 10.0.0.19 - - [2025-08-28 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.19 - - [2025-08-28 02:41:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003706 10.0.0.19 - - [2025-08-28 02:41:38] "GET /virtual-networks?parent_id=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003062 10.0.0.19 - - [2025-08-28 02:41:38] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006444 10.0.0.19 - - [2025-08-28 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009345 10.0.0.19 - - [2025-08-28 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.19 - - [2025-08-28 02:41:39] "GET /network-policy/074cb096-c119-4f53-9a87-6400f893126c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003720 10.0.0.19 - - [2025-08-28 02:41:39] "POST /neutron/port HTTP/1.1" 200 1089 0.015766 10.0.0.19 - - [2025-08-28 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.19 - - [2025-08-28 02:41:39] "GET /network-policy/5064122a-c045-4f36-a087-ddbfca15c424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003644 10.0.0.19 - - [2025-08-28 02:41:39] "POST /neutron/network HTTP/1.1" 200 1157 0.089128 10.0.0.19 - - [2025-08-28 02:41:39] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005479 10.0.0.19 - - [2025-08-28 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2025-08-28 02:41:40] "GET /network-policy/1021536f-826e-40aa-8d93-86afd6759465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003757 10.0.0.19 - - [2025-08-28 02:42:01] "POST /neutron/port HTTP/1.1" 200 1089 0.014503 10.0.0.19 - - [2025-08-28 02:42:01] "POST /neutron/subnet HTTP/1.1" 200 675 0.009253 10.0.0.41 - - [2025-08-28 02:42:02] "GET /global-system-configs HTTP/1.1" 200 322 0.035732 10.0.0.38 - - [2025-08-28 02:42:02] "GET /global-system-configs HTTP/1.1" 200 322 0.107518 10.0.0.19 - - [2025-08-28 02:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.132039 10.0.0.38 - - [2025-08-28 02:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.148035 10.0.0.41 - - [2025-08-28 02:42:03] "GET /global-system-configs HTTP/1.1" 200 322 0.044841 10.0.0.41 - - [2025-08-28 02:42:03] "GET /obj-perms HTTP/1.1" 200 5056 0.128168 10.0.0.38 - - [2025-08-28 02:42:03] "GET /global-system-configs HTTP/1.1" 200 322 0.027010 10.0.0.38 - - [2025-08-28 02:42:03] "GET /obj-perms HTTP/1.1" 200 5056 0.109908 10.0.0.19 - - [2025-08-28 02:42:03] "GET /obj-perms HTTP/1.1" 200 5056 0.122708 10.0.0.19 - - [2025-08-28 02:42:03] "GET /global-system-configs HTTP/1.1" 200 322 0.142162 10.0.0.19 - - [2025-08-28 02:42:04] "GET /global-system-configs HTTP/1.1" 200 322 0.059547 10.0.0.41 - - [2025-08-28 02:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.111702 10.0.0.19 - - [2025-08-28 02:42:08] "POST /neutron/port HTTP/1.1" 200 1089 0.036073 10.0.0.19 - - [2025-08-28 02:42:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003857 10.0.0.19 - - [2025-08-28 02:42:08] "POST /neutron/network HTTP/1.1" 200 1159 0.009382 10.0.0.19 - - [2025-08-28 02:42:40] "POST /neutron/network HTTP/1.1" 200 1160 0.015585 10.0.0.19 - - [2025-08-28 02:42:40] "PUT /access-control-list/a085ccae-fb12-41fa-8355-bdfb55ce3901 HTTP/1.1" 200 272 0.066736 10.0.0.19 - - [2025-08-28 02:42:40] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.015502 10.0.0.19 - - [2025-08-28 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231 10.0.0.19 - - [2025-08-28 02:42:40] "GET /network-policy/dc4d2b7a-5b94-4749-96f4-4880ff0eb872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006039 10.0.0.19 - - [2025-08-28 02:42:49] "POST /neutron/network HTTP/1.1" 200 1157 0.010375 10.0.0.19 - - [2025-08-28 02:42:49] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.013435 10.0.0.19 - - [2025-08-28 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006136 10.0.0.19 - - [2025-08-28 02:42:49] "POST /ref-update HTTP/1.1" 200 156 0.027588 10.0.0.19 - - [2025-08-28 02:42:49] "GET /network-policy/7a4d9a64-ac64-4c24-bda3-48bd1af85ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005262 10.0.0.19 - - [2025-08-28 02:42:58] "POST /neutron/network HTTP/1.1" 200 1157 0.016275 10.0.0.19 - - [2025-08-28 02:42:58] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006254 10.0.0.19 - - [2025-08-28 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.19 - - [2025-08-28 02:42:58] "GET /network-policy/29878bf3-8bff-4307-940e-95b43532f3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005956 10.0.0.19 - - [2025-08-28 02:43:01] "POST /neutron/network HTTP/1.1" 200 1167 0.009758 10.0.0.19 - - [2025-08-28 02:43:01] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.19 - - [2025-08-28 02:43:06] "POST /neutron/network HTTP/1.1" 200 1158 0.080294 10.0.0.19 - - [2025-08-28 02:43:06] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.014415 10.0.0.19 - - [2025-08-28 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.19 - - [2025-08-28 02:43:06] "POST /ref-update HTTP/1.1" 200 156 0.033191 10.0.0.19 - - [2025-08-28 02:43:06] "GET /network-policy/ccc3f0e5-9492-4410-a063-7d58fe23a8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007332 10.0.0.19 - - [2025-08-28 02:43:09] "POST /neutron/port HTTP/1.1" 200 1089 0.014010 10.0.0.19 - - [2025-08-28 02:43:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.010650 10.0.0.19 - - [2025-08-28 02:43:14] "POST /neutron/network HTTP/1.1" 200 1158 0.009059 10.0.0.19 - - [2025-08-28 02:43:14] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008300 10.0.0.19 - - [2025-08-28 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.19 - - [2025-08-28 02:43:15] "GET /network-policy/b75e6861-378e-4082-9cdf-4000d5e4d81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004890 10.0.0.19 - - [2025-08-28 02:43:22] "POST /neutron/network HTTP/1.1" 200 1158 0.009073 10.0.0.19 - - [2025-08-28 02:43:22] "PUT /access-control-list/a085ccae-fb12-41fa-8355-bdfb55ce3901 HTTP/1.1" 200 272 0.028770 10.0.0.19 - - [2025-08-28 02:43:22] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007402 10.0.0.19 - - [2025-08-28 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.19 - - [2025-08-28 02:43:22] "GET /network-policy/188e91aa-dd21-435d-bd08-b010032dbd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005573 10.0.0.19 - - [2025-08-28 02:43:31] "POST /neutron/network HTTP/1.1" 200 1158 0.008182 10.0.0.19 - - [2025-08-28 02:43:31] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009673 10.0.0.19 - - [2025-08-28 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.19 - - [2025-08-28 02:43:31] "GET /network-policy/7d089677-af40-482d-b0f8-4436b52f09e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003834 10.0.0.19 - - [2025-08-28 02:43:38] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005497 10.0.0.19 - - [2025-08-28 02:43:38] "POST /neutron/network HTTP/1.1" 200 1158 0.008561 10.0.0.19 - - [2025-08-28 02:43:38] "POST /ref-update HTTP/1.1" 200 156 0.028960 10.0.0.19 - - [2025-08-28 02:43:38] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.025796 10.0.0.19 - - [2025-08-28 02:43:39] "GET /virtual-machine/7aeabf5e-c245-4dd7-801c-941f64d26228 HTTP/1.1" 200 1297 0.004800 10.0.0.19 - - [2025-08-28 02:43:39] "POST /neutron/port HTTP/1.1" 200 1089 0.012275 10.0.0.19 - - [2025-08-28 02:43:41] "GET /virtual-machine/7aeabf5e-c245-4dd7-801c-941f64d26228 HTTP/1.1" 404 171 0.003516 10.0.0.19 - - [2025-08-28 02:43:41] "GET /virtual-machine/7aeabf5e-c245-4dd7-801c-941f64d26228 HTTP/1.1" 404 171 0.002715 10.0.0.19 - - [2025-08-28 02:43:41] "GET /virtual-machine/7aeabf5e-c245-4dd7-801c-941f64d26228 HTTP/1.1" 404 171 0.002091 10.0.0.19 - - [2025-08-28 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2025-08-28 02:43:41] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003392 10.0.0.19 - - [2025-08-28 02:43:41] "GET /virtual-networks?parent_id=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002956 10.0.0.19 - - [2025-08-28 02:43:41] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006011 10.0.0.19 - - [2025-08-28 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.19 - - [2025-08-28 02:43:41] "GET /routing-instance/e0bc6815-466e-48ad-851e-db94c36c606e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004235 10.0.0.19 - - [2025-08-28 02:43:41] "GET /route-target/4f4cecaa-de9c-47e1-a5c0-8fdc514f82df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004585 10.0.0.19 - - [2025-08-28 02:43:41] "GET /obj-perms HTTP/1.1" 200 5013 0.003512 10.0.0.41 - - [2025-08-28 02:43:41] "GET /obj-perms HTTP/1.1" 200 5013 0.003542 10.0.0.38 - - [2025-08-28 02:43:41] "GET /obj-perms HTTP/1.1" 200 5013 0.003228 10.0.0.19 - - [2025-08-28 02:43:41] "GET /virtual-machine/75c882d5-d7a6-4a90-896d-34f2a253f6da HTTP/1.1" 200 1297 0.003815 10.0.0.19 - - [2025-08-28 02:43:42] "POST /neutron/port HTTP/1.1" 200 1089 0.014502 10.0.0.19 - - [2025-08-28 02:43:43] "GET /virtual-machine/75c882d5-d7a6-4a90-896d-34f2a253f6da HTTP/1.1" 404 171 0.002848 10.0.0.19 - - [2025-08-28 02:43:43] "GET /virtual-machine/75c882d5-d7a6-4a90-896d-34f2a253f6da HTTP/1.1" 404 171 0.002375 10.0.0.19 - - [2025-08-28 02:43:43] "GET /virtual-machine/75c882d5-d7a6-4a90-896d-34f2a253f6da HTTP/1.1" 404 171 0.002520 10.0.0.19 - - [2025-08-28 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.19 - - [2025-08-28 02:43:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003370 10.0.0.19 - - [2025-08-28 02:43:44] "GET /virtual-networks?parent_id=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002837 10.0.0.19 - - [2025-08-28 02:43:44] "GET /virtual-network/761c534c-bbd3-432c-a0d6-705fad81caf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006604 10.0.0.19 - - [2025-08-28 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.19 - - [2025-08-28 02:43:44] "GET /routing-instance/0beef3a2-63b4-49ea-8e4e-fc5914f005ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004743 10.0.0.19 - - [2025-08-28 02:43:44] "GET /route-target/ce35a734-4a31-4f53-95ad-3369cf0476c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004265 10.0.0.19 - - [2025-08-28 02:43:44] "GET /obj-perms HTTP/1.1" 200 5013 0.003891 10.0.0.19 - - [2025-08-28 02:43:44] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005118 10.0.0.19 - - [2025-08-28 02:43:44] "POST /neutron/network HTTP/1.1" 200 1159 0.009322 10.0.0.19 - - [2025-08-28 02:43:44] "GET /virtual-network/246b507e-f5c4-4c59-bd3f-5ecd29b53f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006820 10.0.0.19 - - [2025-08-28 02:43:44] "DELETE /network-policy/dc4d2b7a-5b94-4749-96f4-4880ff0eb872 HTTP/1.1" 200 115 0.032301 10.0.0.19 - - [2025-08-28 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.41 - - [2025-08-28 02:43:44] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023712 10.0.0.19 - - [2025-08-28 02:43:44] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.075351 10.0.0.19 - - [2025-08-28 02:43:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005465 10.0.0.19 - - [2025-08-28 02:43:45] "DELETE /network-policy/7d089677-af40-482d-b0f8-4436b52f09e1 HTTP/1.1" 200 115 0.038669 10.0.0.19 - - [2025-08-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.41 - - [2025-08-28 02:43:45] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919 10.0.0.19 - - [2025-08-28 02:43:45] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053258 10.0.0.19 - - [2025-08-28 02:43:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006023 10.0.0.19 - - [2025-08-28 02:43:45] "DELETE /network-policy/188e91aa-dd21-435d-bd08-b010032dbd11 HTTP/1.1" 200 115 0.033080 10.0.0.19 - - [2025-08-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.41 - - [2025-08-28 02:43:45] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.19 - - [2025-08-28 02:43:45] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036508 10.0.0.19 - - [2025-08-28 02:43:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005399 10.0.0.19 - - [2025-08-28 02:43:45] "DELETE /network-policy/b75e6861-378e-4082-9cdf-4000d5e4d81a HTTP/1.1" 200 115 0.039790 10.0.0.19 - - [2025-08-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-08-28 02:43:45] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.19 - - [2025-08-28 02:43:45] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037808 10.0.0.19 - - [2025-08-28 02:43:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005092 10.0.0.19 - - [2025-08-28 02:43:45] "DELETE /network-policy/ccc3f0e5-9492-4410-a063-7d58fe23a8a2 HTTP/1.1" 200 115 0.036705 10.0.0.19 - - [2025-08-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.41 - - [2025-08-28 02:43:45] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.19 - - [2025-08-28 02:43:45] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.032324 10.0.0.19 - - [2025-08-28 02:43:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005036 10.0.0.19 - - [2025-08-28 02:43:45] "DELETE /network-policy/074cb096-c119-4f53-9a87-6400f893126c HTTP/1.1" 200 115 0.029411 10.0.0.19 - - [2025-08-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.010843 10.0.0.41 - - [2025-08-28 02:43:45] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001131 10.0.0.19 - - [2025-08-28 02:43:45] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036379 10.0.0.19 - - [2025-08-28 02:43:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005152 10.0.0.19 - - [2025-08-28 02:43:46] "DELETE /network-policy/29878bf3-8bff-4307-940e-95b43532f3c4 HTTP/1.1" 200 115 0.040466 10.0.0.19 - - [2025-08-28 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006177 10.0.0.41 - - [2025-08-28 02:43:46] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001090 10.0.0.19 - - [2025-08-28 02:43:46] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038342 10.0.0.19 - - [2025-08-28 02:43:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005575 10.0.0.19 - - [2025-08-28 02:43:46] "DELETE /network-policy/7a4d9a64-ac64-4c24-bda3-48bd1af85ac3 HTTP/1.1" 200 115 0.040576 10.0.0.19 - - [2025-08-28 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.41 - - [2025-08-28 02:43:46] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000945 10.0.0.19 - - [2025-08-28 02:43:46] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037432 10.0.0.19 - - [2025-08-28 02:43:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005330 10.0.0.19 - - [2025-08-28 02:43:46] "DELETE /network-policy/1021536f-826e-40aa-8d93-86afd6759465 HTTP/1.1" 200 115 0.043160 10.0.0.19 - - [2025-08-28 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-08-28 02:43:46] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.19 - - [2025-08-28 02:43:46] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037383 10.0.0.19 - - [2025-08-28 02:43:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005220 10.0.0.19 - - [2025-08-28 02:43:46] "DELETE /network-policy/5064122a-c045-4f36-a087-ddbfca15c424 HTTP/1.1" 200 115 0.036945 10.0.0.19 - - [2025-08-28 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.41 - - [2025-08-28 02:43:46] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000907 10.0.0.19 - - [2025-08-28 02:43:46] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036537 10.0.0.19 - - [2025-08-28 02:43:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-03790461&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005727 10.0.0.19 - - [2025-08-28 02:43:46] "POST /neutron/network HTTP/1.1" 200 1074 0.008461 10.0.0.19 - - [2025-08-28 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012581 10.0.0.41 - - [2025-08-28 02:43:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004187 10.0.0.41 - - [2025-08-28 02:43:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004358 10.0.0.41 - - [2025-08-28 02:43:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.41 - - [2025-08-28 02:43:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.19 - - [2025-08-28 02:43:47] "POST /neutron/network HTTP/1.1" 200 151 0.116569 10.0.0.19 - - [2025-08-28 02:43:47] "DELETE /route-target/ce35a734-4a31-4f53-95ad-3369cf0476c4 HTTP/1.1" 200 115 0.020306 10.0.0.19 - - [2025-08-28 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.19 - - [2025-08-28 02:43:47] "DELETE /network-ipam/3bbe2b58-75fb-46bc-9bb4-70a44e187f2d HTTP/1.1" 200 115 0.034919 10.0.0.19 - - [2025-08-28 02:43:47] "POST /fqname-to-id HTTP/1.1" 404 248 0.003645 10.0.0.41 - - [2025-08-28 02:43:47] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000892 10.0.0.41 - - [2025-08-28 02:43:47] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.045974 10.0.0.41 - - [2025-08-28 02:43:47] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000926 10.0.0.41 - - [2025-08-28 02:43:47] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=security_groups HTTP/1.1" 200 1380 0.041094 10.0.0.41 - - [2025-08-28 02:43:47] "DELETE /security-group/72e95444-a596-45b5-af63-284663f87f31 HTTP/1.1" 200 115 0.044190 10.0.0.41 - - [2025-08-28 02:43:47] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000840 10.0.0.41 - - [2025-08-28 02:43:47] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=application_policy_sets HTTP/1.1" 200 1419 0.045330 10.0.0.19 - - [2025-08-28 02:43:48] "DELETE /project/443e4395-ac41-4757-811d-cef4f0dba8d4 HTTP/1.1" 200 115 0.378163 10.0.0.41 - - [2025-08-28 02:43:48] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.19 - - [2025-08-28 02:43:48] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?fields=projects HTTP/1.1" 200 1244 0.012141 10.0.0.41 - - [2025-08-28 02:43:49] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004203 10.0.0.41 - - [2025-08-28 02:43:49] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.41 - - [2025-08-28 02:43:49] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046572 10.0.0.41 - - [2025-08-28 02:43:49] "POST /id-to-fqname HTTP/1.1" 200 196 0.002455 10.0.0.41 - - [2025-08-28 02:43:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.008052 10.0.0.41 - - [2025-08-28 02:43:49] "POST /security-groups HTTP/1.1" 200 597 0.069071 10.0.0.19 - - [2025-08-28 02:43:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.003088 10.0.0.41 - - [2025-08-28 02:43:49] "POST /projects HTTP/1.1" 200 597 0.275699 10.0.0.41 - - [2025-08-28 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.344593 10.0.0.19 - - [2025-08-28 02:43:49] "POST /access-control-lists HTTP/1.1" 200 600 0.033094 10.0.0.19 - - [2025-08-28 02:43:49] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.524607 10.0.0.41 - - [2025-08-28 02:43:49] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.19 - - [2025-08-28 02:43:50] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=virtual_networks HTTP/1.1" 200 1043 0.044372 10.0.0.41 - - [2025-08-28 02:43:50] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.19 - - [2025-08-28 02:43:50] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.033916 10.0.0.41 - - [2025-08-28 02:43:50] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.19 - - [2025-08-28 02:43:50] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=security_groups HTTP/1.1" 200 1275 0.037750 10.0.0.19 - - [2025-08-28 02:43:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.021609 10.0.0.41 - - [2025-08-28 02:43:50] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002869 10.0.0.41 - - [2025-08-28 02:43:51] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.41 - - [2025-08-28 02:43:51] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006873 10.0.0.41 - - [2025-08-28 02:43:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003127 10.0.0.41 - - [2025-08-28 02:43:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.007478 10.0.0.41 - - [2025-08-28 02:43:51] "POST /security-groups HTTP/1.1" 200 603 0.079007 10.0.0.41 - - [2025-08-28 02:43:51] "POST /projects HTTP/1.1" 200 609 0.289232 10.0.0.19 - - [2025-08-28 02:43:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.014958 10.0.0.41 - - [2025-08-28 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.356241 10.0.0.19 - - [2025-08-28 02:43:51] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.496381 10.0.0.19 - - [2025-08-28 02:43:52] "GET / HTTP/1.1" 200 35931 0.002661 10.0.0.19 - - [2025-08-28 02:43:54] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.41 - - [2025-08-28 02:43:55] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.19 - - [2025-08-28 02:43:55] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071299 10.0.0.19 - - [2025-08-28 02:43:55] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.19 - - [2025-08-28 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.41 - - [2025-08-28 02:43:55] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.19 - - [2025-08-28 02:43:55] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006374 10.0.0.19 - - [2025-08-28 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.41 - - [2025-08-28 02:43:55] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.19 - - [2025-08-28 02:43:56] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044680 10.0.0.19 - - [2025-08-28 02:43:57] "GET /domains HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2025-08-28 02:43:57] "GET /domains HTTP/1.1" 200 280 0.024077 10.0.0.41 - - [2025-08-28 02:43:57] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.19 - - [2025-08-28 02:43:57] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4 HTTP/1.1" 200 2777 0.009152 10.0.0.41 - - [2025-08-28 02:43:57] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.19 - - [2025-08-28 02:43:57] "GET /project/21eff075-571e-4558-b316-69574f1567ea HTTP/1.1" 200 1924 0.090301 10.0.0.19 - - [2025-08-28 02:43:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003153 10.0.0.19 - - [2025-08-28 02:43:57] "POST /network-ipams HTTP/1.1" 200 621 0.024225 10.0.0.19 - - [2025-08-28 02:43:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1027 0.003113 10.0.0.19 - - [2025-08-28 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.19 - - [2025-08-28 02:43:57] "GET /network-ipam/a3b0e893-4156-4835-ae2c-1a79722fdd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.005756 10.0.0.19 - - [2025-08-28 02:43:57] "PUT /network-ipam/a3b0e893-4156-4835-ae2c-1a79722fdd23 HTTP/1.1" 200 258 0.013396 10.0.0.19 - - [2025-08-28 02:43:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.19 - - [2025-08-28 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.026095 10.0.0.41 - - [2025-08-28 02:43:58] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.19 - - [2025-08-28 02:43:58] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042583 10.0.0.19 - - [2025-08-28 02:43:58] "POST /ref-update HTTP/1.1" 200 156 0.030334 10.0.0.41 - - [2025-08-28 02:43:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005612 10.0.0.19 - - [2025-08-28 02:43:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.268703 10.0.0.41 - - [2025-08-28 02:43:59] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005492 10.0.0.19 - - [2025-08-28 02:43:59] "POST /neutron/network HTTP/1.1" 200 1336 0.011825 10.0.0.19 - - [2025-08-28 02:43:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.000984 10.0.0.19 - - [2025-08-28 02:43:59] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006857 10.0.0.19 - - [2025-08-28 02:43:59] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005144 10.0.0.19 - - [2025-08-28 02:43:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.008778 10.0.0.19 - - [2025-08-28 02:43:59] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005370 10.0.0.19 - - [2025-08-28 02:44:00] "GET /obj-perms HTTP/1.1" 200 5019 0.048091 10.0.0.38 - - [2025-08-28 02:44:00] "GET /obj-perms HTTP/1.1" 200 5019 0.044579 10.0.0.41 - - [2025-08-28 02:44:01] "GET /obj-perms HTTP/1.1" 200 5019 0.050889 10.0.0.19 - - [2025-08-28 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-08-28 02:44:01] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.19 - - [2025-08-28 02:44:01] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046845 10.0.0.19 - - [2025-08-28 02:44:01] "POST /neutron/network HTTP/1.1" 200 117 0.011872 10.0.0.41 - - [2025-08-28 02:44:01] "POST /useragent-kv HTTP/1.1" 200 115 0.010990 10.0.0.19 - - [2025-08-28 02:44:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.244515 10.0.0.19 - - [2025-08-28 02:44:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001180 10.0.0.19 - - [2025-08-28 02:44:02] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006475 10.0.0.19 - - [2025-08-28 02:44:02] "POST /neutron/network HTTP/1.1" 200 1336 0.010091 10.0.0.19 - - [2025-08-28 02:44:02] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.004549 10.0.0.19 - - [2025-08-28 02:44:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.007722 10.0.0.19 - - [2025-08-28 02:44:02] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005674 10.0.0.19 - - [2025-08-28 02:44:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.002826 10.0.0.19 - - [2025-08-28 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.41 - - [2025-08-28 02:44:02] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001385 10.0.0.19 - - [2025-08-28 02:44:03] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045246 10.0.0.19 - - [2025-08-28 02:44:03] "POST /network-policys HTTP/1.1" 200 533 0.026622 10.0.0.19 - - [2025-08-28 02:44:03] "GET /network-policy/0faa0130-fb89-4c3e-be10-b648a80d55d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006263 10.0.0.19 - - [2025-08-28 02:44:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.002795 10.0.0.19 - - [2025-08-28 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.41 - - [2025-08-28 02:44:03] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.19 - - [2025-08-28 02:44:03] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040077 10.0.0.19 - - [2025-08-28 02:44:03] "POST /network-policys HTTP/1.1" 200 533 0.026856 10.0.0.19 - - [2025-08-28 02:44:03] "GET /network-policy/6a868957-a2c8-466c-a50a-1a93f3796537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.010128 10.0.0.19 - - [2025-08-28 02:44:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.002888 10.0.0.19 - - [2025-08-28 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.41 - - [2025-08-28 02:44:03] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.19 - - [2025-08-28 02:44:03] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038877 10.0.0.19 - - [2025-08-28 02:44:03] "POST /network-policys HTTP/1.1" 200 533 0.027593 10.0.0.19 - - [2025-08-28 02:44:03] "GET /network-policy/73d73131-e1a3-4cff-be78-36aeedbe195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006261 10.0.0.19 - - [2025-08-28 02:44:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.002960 10.0.0.19 - - [2025-08-28 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.41 - - [2025-08-28 02:44:04] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.19 - - [2025-08-28 02:44:04] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041069 10.0.0.19 - - [2025-08-28 02:44:04] "POST /network-policys HTTP/1.1" 200 533 0.030263 10.0.0.19 - - [2025-08-28 02:44:04] "GET /network-policy/76ed1841-45cf-4e89-b6ac-dbc0d1350fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005730 10.0.0.19 - - [2025-08-28 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 213 0.002756 10.0.0.19 - - [2025-08-28 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.41 - - [2025-08-28 02:44:04] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.19 - - [2025-08-28 02:44:04] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041303 10.0.0.19 - - [2025-08-28 02:44:04] "POST /network-policys HTTP/1.1" 200 537 0.024150 10.0.0.19 - - [2025-08-28 02:44:04] "GET /network-policy/949029e7-faf0-4481-9afc-d046d3afd10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005452 10.0.0.19 - - [2025-08-28 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.002964 10.0.0.19 - - [2025-08-28 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.41 - - [2025-08-28 02:44:04] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.19 - - [2025-08-28 02:44:04] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045705 10.0.0.19 - - [2025-08-28 02:44:04] "POST /network-policys HTTP/1.1" 200 535 0.026716 10.0.0.19 - - [2025-08-28 02:44:04] "GET /network-policy/999f556b-81d8-4ee7-a685-e0b1280a9a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005913 10.0.0.19 - - [2025-08-28 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.003165 10.0.0.19 - - [2025-08-28 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.41 - - [2025-08-28 02:44:05] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.19 - - [2025-08-28 02:44:05] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049957 10.0.0.19 - - [2025-08-28 02:44:05] "POST /network-policys HTTP/1.1" 200 535 0.026164 10.0.0.19 - - [2025-08-28 02:44:05] "GET /network-policy/cbedc09a-8922-47c4-b1a4-2941c291eb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006170 10.0.0.19 - - [2025-08-28 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.003057 10.0.0.19 - - [2025-08-28 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2025-08-28 02:44:05] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.19 - - [2025-08-28 02:44:05] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039224 10.0.0.19 - - [2025-08-28 02:44:05] "POST /network-policys HTTP/1.1" 200 535 0.026486 10.0.0.19 - - [2025-08-28 02:44:05] "GET /network-policy/491fbe51-c343-4950-a4e0-1e640bb669e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006111 10.0.0.19 - - [2025-08-28 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.002716 10.0.0.19 - - [2025-08-28 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.41 - - [2025-08-28 02:44:05] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.19 - - [2025-08-28 02:44:05] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041612 10.0.0.19 - - [2025-08-28 02:44:05] "POST /network-policys HTTP/1.1" 200 535 0.025981 10.0.0.19 - - [2025-08-28 02:44:05] "GET /network-policy/a73d8ef1-ec07-464c-928c-96013f590b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006302 10.0.0.19 - - [2025-08-28 02:44:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.002979 10.0.0.19 - - [2025-08-28 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.41 - - [2025-08-28 02:44:06] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.19 - - [2025-08-28 02:44:06] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052845 10.0.0.19 - - [2025-08-28 02:44:06] "POST /network-policys HTTP/1.1" 200 539 0.038164 10.0.0.19 - - [2025-08-28 02:44:06] "GET /network-policy/e662541c-b6cf-4d8b-b1b7-cda62ac2b068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.012193 10.0.0.41 - - [2025-08-28 02:44:06] "DELETE /project/21eff075571e4558b31669574f1567ea HTTP/1.1" 404 173 0.004717 10.0.0.41 - - [2025-08-28 02:44:06] "DELETE /project/443e4395ac414757811dcef4f0dba8d4 HTTP/1.1" 404 173 0.006174 10.0.0.41 - - [2025-08-28 02:44:06] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000806 10.0.0.19 - - [2025-08-28 02:44:06] "POST /fqname-to-id HTTP/1.1" 404 252 0.010865 10.0.0.41 - - [2025-08-28 02:44:06] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.054777 10.0.0.41 - - [2025-08-28 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.021632 10.0.0.41 - - [2025-08-28 02:44:06] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.19 - - [2025-08-28 02:44:06] "POST /neutron/network HTTP/1.1" 200 1424 0.122300 10.0.0.41 - - [2025-08-28 02:44:06] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=security_groups HTTP/1.1" 200 1380 0.101831 10.0.0.19 - - [2025-08-28 02:44:06] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.010520 10.0.0.19 - - [2025-08-28 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006327 10.0.0.19 - - [2025-08-28 02:44:06] "GET /network-policy/0faa0130-fb89-4c3e-be10-b648a80d55d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005556 10.0.0.41 - - [2025-08-28 02:44:06] "DELETE /security-group/dd6fed0b-70a2-4e3b-aeeb-9e393ced0f68 HTTP/1.1" 200 115 0.066806 10.0.0.41 - - [2025-08-28 02:44:06] "GET /projects?obj_uuids=443e4395-ac41-4757-811d-cef4f0dba8d4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001348 10.0.0.41 - - [2025-08-28 02:44:07] "GET /project/443e4395-ac41-4757-811d-cef4f0dba8d4?fields=application_policy_sets HTTP/1.1" 200 1419 0.076448 10.0.0.19 - - [2025-08-28 02:44:07] "DELETE /access-control-list/5c99b55d-4bae-4ff5-a1b0-5521ee6598ae HTTP/1.1" 200 115 0.073748 10.0.0.41 - - [2025-08-28 02:44:07] "DELETE /project/443e4395-ac41-4757-811d-cef4f0dba8d4 HTTP/1.1" 200 115 0.552068 10.0.0.41 - - [2025-08-28 02:44:07] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007074 10.0.0.19 - - [2025-08-28 02:44:07] "POST /neutron/network HTTP/1.1" 200 1426 0.114178 10.0.0.19 - - [2025-08-28 02:44:07] "POST /ref-update HTTP/1.1" 200 156 0.028682 10.0.0.19 - - [2025-08-28 02:44:07] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.014702 10.0.0.19 - - [2025-08-28 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.19 - - [2025-08-28 02:44:07] "GET /network-policy/949029e7-faf0-4481-9afc-d046d3afd10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004472 10.0.0.19 - - [2025-08-28 02:44:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001307 10.0.0.41 - - [2025-08-28 02:44:08] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001588 10.0.0.19 - - [2025-08-28 02:44:08] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064317 10.0.0.19 - - [2025-08-28 02:44:08] "POST /neutron/network HTTP/1.1" 200 1424 0.051798 10.0.0.19 - - [2025-08-28 02:44:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001255 10.0.0.19 - - [2025-08-28 02:44:08] "POST /neutron/port HTTP/1.1" 200 117 0.006010 10.0.0.41 - - [2025-08-28 02:44:09] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.19 - - [2025-08-28 02:44:09] "POST /neutron/port HTTP/1.1" 200 1173 0.403022 10.0.0.19 - - [2025-08-28 02:44:09] "POST /neutron/port HTTP/1.1" 200 1227 0.104081 10.0.0.41 - - [2025-08-28 02:44:09] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.19 - - [2025-08-28 02:44:09] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.084738 10.0.0.19 - - [2025-08-28 02:44:09] "POST /neutron/network HTTP/1.1" 200 1426 0.013402 10.0.0.19 - - [2025-08-28 02:44:09] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.19 - - [2025-08-28 02:44:09] "POST /neutron/port HTTP/1.1" 200 1201 0.018404 10.0.0.19 - - [2025-08-28 02:44:09] "POST /neutron/port HTTP/1.1" 200 1201 0.014450 10.0.0.41 - - [2025-08-28 02:44:10] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.19 - - [2025-08-28 02:44:10] "POST /neutron/port HTTP/1.1" 200 1173 0.358954 10.0.0.19 - - [2025-08-28 02:44:10] "POST /neutron/port HTTP/1.1" 200 1227 0.113902 10.0.0.19 - - [2025-08-28 02:44:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003597 10.0.0.19 - - [2025-08-28 02:44:10] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.19 - - [2025-08-28 02:44:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007407 10.0.0.19 - - [2025-08-28 02:44:15] "POST /neutron/port HTTP/1.1" 200 1201 0.016202 10.0.0.19 - - [2025-08-28 02:44:15] "GET /virtual-machine/fe8e1878-02ad-45eb-9677-f9953124f182 HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-08-28 02:44:15] "GET /virtual-machine/fe8e1878-02ad-45eb-9677-f9953124f182 HTTP/1.1" 200 1305 0.026005 10.0.0.19 - - [2025-08-28 02:44:15] "GET /virtual-machine-interface/be0edbf2-6429-40a2-b096-adcce2610443 HTTP/1.1" 200 3170 0.005403 10.0.0.19 - - [2025-08-28 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.19 - - [2025-08-28 02:44:15] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003513 10.0.0.19 - - [2025-08-28 02:44:15] "GET /virtual-networks?parent_id=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002766 10.0.0.19 - - [2025-08-28 02:44:15] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005900 10.0.0.19 - - [2025-08-28 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.19 - - [2025-08-28 02:44:18] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006287 10.0.0.19 - - [2025-08-28 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-08-28 02:44:22] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005065 10.0.0.19 - - [2025-08-28 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2025-08-28 02:44:26] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005138 10.0.0.19 - - [2025-08-28 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.19 - - [2025-08-28 02:44:31] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005792 10.0.0.19 - - [2025-08-28 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.19 - - [2025-08-28 02:44:35] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005015 10.0.0.19 - - [2025-08-28 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.19 - - [2025-08-28 02:44:39] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005044 10.0.0.19 - - [2025-08-28 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.19 - - [2025-08-28 02:44:43] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006439 10.0.0.19 - - [2025-08-28 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.19 - - [2025-08-28 02:44:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003690 10.0.0.19 - - [2025-08-28 02:44:45] "GET /virtual-networks?parent_id=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003196 10.0.0.19 - - [2025-08-28 02:44:45] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005351 10.0.0.19 - - [2025-08-28 02:44:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007223 10.0.0.19 - - [2025-08-28 02:44:53] "POST /neutron/port HTTP/1.1" 200 1201 0.034852 10.0.0.19 - - [2025-08-28 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007077 10.0.0.19 - - [2025-08-28 02:45:01] "POST /neutron/port HTTP/1.1" 200 1201 0.018083 10.0.0.19 - - [2025-08-28 02:45:04] "POST /neutron/port HTTP/1.1" 200 1201 0.037595 10.0.0.19 - - [2025-08-28 02:45:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004070 10.0.0.19 - - [2025-08-28 02:45:04] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.19 - - [2025-08-28 02:45:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007839 10.0.0.19 - - [2025-08-28 02:45:06] "POST /neutron/port HTTP/1.1" 200 1201 0.014238 10.0.0.19 - - [2025-08-28 02:45:06] "GET /virtual-machine/95204055-7112-4336-8bec-fe495512aee7 HTTP/1.1" 200 1305 0.006826 10.0.0.19 - - [2025-08-28 02:45:06] "GET /virtual-machine-interface/0b8e056a-5698-4f82-a2d7-e2282a6e5ed9 HTTP/1.1" 200 3168 0.005696 10.0.0.19 - - [2025-08-28 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.19 - - [2025-08-28 02:45:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003622 10.0.0.19 - - [2025-08-28 02:45:06] "GET /virtual-networks?parent_id=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002613 10.0.0.19 - - [2025-08-28 02:45:06] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005892 10.0.0.19 - - [2025-08-28 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.19 - - [2025-08-28 02:45:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003566 10.0.0.19 - - [2025-08-28 02:45:07] "GET /virtual-networks?parent_id=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002586 10.0.0.19 - - [2025-08-28 02:45:07] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005620 10.0.0.19 - - [2025-08-28 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006780 10.0.0.19 - - [2025-08-28 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.19 - - [2025-08-28 02:45:08] "GET /network-policy/949029e7-faf0-4481-9afc-d046d3afd10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003453 10.0.0.19 - - [2025-08-28 02:45:08] "POST /neutron/port HTTP/1.1" 200 1201 0.013650 10.0.0.19 - - [2025-08-28 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.19 - - [2025-08-28 02:45:08] "GET /network-policy/0faa0130-fb89-4c3e-be10-b648a80d55d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003593 10.0.0.19 - - [2025-08-28 02:45:08] "POST /neutron/network HTTP/1.1" 200 1424 0.103474 10.0.0.19 - - [2025-08-28 02:45:08] "PUT /access-control-list/f461e5da-8c9d-4eeb-8ba2-05a8dec96ee3 HTTP/1.1" 200 272 0.081499 10.0.0.19 - - [2025-08-28 02:45:08] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.009947 10.0.0.19 - - [2025-08-28 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2025-08-28 02:45:08] "GET /network-policy/6a868957-a2c8-466c-a50a-1a93f3796537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004122 10.0.0.19 - - [2025-08-28 02:45:11] "POST /neutron/port HTTP/1.1" 200 1201 0.014830 10.0.0.19 - - [2025-08-28 02:45:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004342 10.0.0.19 - - [2025-08-28 02:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.19 - - [2025-08-28 02:45:29] "POST /neutron/network HTTP/1.1" 200 1427 0.102448 10.0.0.41 - - [2025-08-28 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.068630 10.0.0.19 - - [2025-08-28 02:45:29] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005762 10.0.0.19 - - [2025-08-28 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.19 - - [2025-08-28 02:45:29] "GET /network-policy/e662541c-b6cf-4d8b-b1b7-cda62ac2b068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.011187 10.0.0.19 - - [2025-08-28 02:45:30] "GET /obj-perms HTTP/1.1" 200 5056 0.046916 10.0.0.41 - - [2025-08-28 02:45:41] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008719 10.0.0.19 - - [2025-08-28 02:45:41] "PUT /access-control-list/f461e5da-8c9d-4eeb-8ba2-05a8dec96ee3 HTTP/1.1" 200 272 0.036173 10.0.0.19 - - [2025-08-28 02:45:41] "POST /neutron/network HTTP/1.1" 200 1424 0.102408 10.0.0.19 - - [2025-08-28 02:45:42] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.013524 10.0.0.19 - - [2025-08-28 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007540 10.0.0.19 - - [2025-08-28 02:45:42] "GET /network-policy/73d73131-e1a3-4cff-be78-36aeedbe195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004040 10.0.0.19 - - [2025-08-28 02:45:54] "POST /neutron/network HTTP/1.1" 200 1424 0.094784 10.0.0.19 - - [2025-08-28 02:45:54] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005685 10.0.0.19 - - [2025-08-28 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.19 - - [2025-08-28 02:45:54] "GET /network-policy/76ed1841-45cf-4e89-b6ac-dbc0d1350fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003899 10.0.0.41 - - [2025-08-28 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009382 10.0.0.19 - - [2025-08-28 02:46:04] "POST /neutron/network HTTP/1.1" 200 1425 0.094918 10.0.0.19 - - [2025-08-28 02:46:04] "PUT /access-control-list/f461e5da-8c9d-4eeb-8ba2-05a8dec96ee3 HTTP/1.1" 200 272 0.066333 10.0.0.19 - - [2025-08-28 02:46:04] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007457 10.0.0.19 - - [2025-08-28 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-08-28 02:46:04] "GET /network-policy/999f556b-81d8-4ee7-a685-e0b1280a9a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004982 10.0.0.19 - - [2025-08-28 02:46:04] "POST /neutron/port HTTP/1.1" 200 1201 0.013424 10.0.0.19 - - [2025-08-28 02:46:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003485 10.0.0.19 - - [2025-08-28 02:46:04] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.19 - - [2025-08-28 02:46:12] "POST /neutron/port HTTP/1.1" 200 1201 0.014538 10.0.0.19 - - [2025-08-28 02:46:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.19 - - [2025-08-28 02:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.41 - - [2025-08-28 02:46:16] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005480 10.0.0.19 - - [2025-08-28 02:46:16] "POST /neutron/network HTTP/1.1" 200 1425 0.098361 10.0.0.19 - - [2025-08-28 02:46:16] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.010067 10.0.0.19 - - [2025-08-28 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.19 - - [2025-08-28 02:46:16] "POST /ref-update HTTP/1.1" 200 156 0.028601 10.0.0.19 - - [2025-08-28 02:46:16] "GET /network-policy/cbedc09a-8922-47c4-b1a4-2941c291eb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005763 10.0.0.19 - - [2025-08-28 02:46:27] "POST /neutron/network HTTP/1.1" 200 1425 0.086072 10.0.0.19 - - [2025-08-28 02:46:27] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005741 10.0.0.19 - - [2025-08-28 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.19 - - [2025-08-28 02:46:27] "GET /network-policy/491fbe51-c343-4950-a4e0-1e640bb669e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005414 10.0.0.38 - - [2025-08-28 02:46:31] "GET /obj-perms HTTP/1.1" 200 5056 0.045282 10.0.0.41 - - [2025-08-28 02:46:31] "GET /obj-perms HTTP/1.1" 200 5056 0.039081 10.0.0.41 - - [2025-08-28 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008126 10.0.0.19 - - [2025-08-28 02:46:39] "POST /neutron/network HTTP/1.1" 200 1425 0.101843 10.0.0.19 - - [2025-08-28 02:46:39] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006061 10.0.0.19 - - [2025-08-28 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.19 - - [2025-08-28 02:46:39] "GET /network-policy/a73d8ef1-ec07-464c-928c-96013f590b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004365 10.0.0.19 - - [2025-08-28 02:46:49] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005775 10.0.0.41 - - [2025-08-28 02:46:49] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011544 10.0.0.19 - - [2025-08-28 02:46:49] "POST /neutron/network HTTP/1.1" 200 1336 0.098775 10.0.0.19 - - [2025-08-28 02:46:49] "DELETE /access-control-list/f461e5da-8c9d-4eeb-8ba2-05a8dec96ee3 HTTP/1.1" 200 115 0.075622 10.0.0.19 - - [2025-08-28 02:46:49] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005550 10.0.0.19 - - [2025-08-28 02:46:49] "GET /virtual-machine/95204055-7112-4336-8bec-fe495512aee7 HTTP/1.1" 200 1305 0.003957 10.0.0.19 - - [2025-08-28 02:46:50] "POST /neutron/port HTTP/1.1" 200 1227 0.013324 10.0.0.19 - - [2025-08-28 02:46:51] "GET /virtual-machine/95204055-7112-4336-8bec-fe495512aee7 HTTP/1.1" 404 171 0.002923 10.0.0.19 - - [2025-08-28 02:46:51] "GET /virtual-machine/95204055-7112-4336-8bec-fe495512aee7 HTTP/1.1" 404 171 0.002840 10.0.0.19 - - [2025-08-28 02:46:51] "GET /virtual-machine/95204055-7112-4336-8bec-fe495512aee7 HTTP/1.1" 404 171 0.004386 10.0.0.19 - - [2025-08-28 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.19 - - [2025-08-28 02:46:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003586 10.0.0.19 - - [2025-08-28 02:46:51] "GET /virtual-networks?parent_id=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002560 10.0.0.19 - - [2025-08-28 02:46:52] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005830 10.0.0.19 - - [2025-08-28 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.19 - - [2025-08-28 02:46:52] "GET /routing-instance/6f1127ed-56ac-443e-8f19-36ff6bc28356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004348 10.0.0.19 - - [2025-08-28 02:46:52] "GET /route-target/db0e76cb-feae-4499-a363-748bc96a1870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003831 10.0.0.19 - - [2025-08-28 02:46:58] "GET /obj-perms HTTP/1.1" 200 5019 0.003690 10.0.0.41 - - [2025-08-28 02:46:58] "GET /obj-perms HTTP/1.1" 200 5019 0.003843 10.0.0.41 - - [2025-08-28 02:47:02] "GET /global-system-configs HTTP/1.1" 200 322 0.028671 10.0.0.38 - - [2025-08-28 02:47:02] "GET /global-system-configs HTTP/1.1" 200 322 0.049820 10.0.0.41 - - [2025-08-28 02:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.123101 10.0.0.19 - - [2025-08-28 02:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.139015 10.0.0.41 - - [2025-08-28 02:47:03] "GET /global-system-configs HTTP/1.1" 200 322 0.047789 10.0.0.38 - - [2025-08-28 02:47:03] "GET /obj-perms HTTP/1.1" 200 5056 0.122718 10.0.0.38 - - [2025-08-28 02:47:03] "GET /global-system-configs HTTP/1.1" 200 322 0.025596 10.0.0.19 - - [2025-08-28 02:47:03] "GET /global-system-configs HTTP/1.1" 200 322 0.111644 10.0.0.19 - - [2025-08-28 02:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.217365 10.0.0.41 - - [2025-08-28 02:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.236978 10.0.0.19 - - [2025-08-28 02:47:04] "GET /global-system-configs HTTP/1.1" 200 322 0.039540 10.0.0.38 - - [2025-08-28 02:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.131620 10.0.0.19 - - [2025-08-28 02:47:05] "POST /neutron/port HTTP/1.1" 200 1201 0.013749 10.0.0.19 - - [2025-08-28 02:47:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004236 10.0.0.19 - - [2025-08-28 02:47:05] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.19 - - [2025-08-28 02:47:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004112 10.0.0.41 - - [2025-08-28 02:47:07] "GET /obj-perms HTTP/1.1" 200 5019 0.003437 10.0.0.19 - - [2025-08-28 02:47:10] "GET /obj-perms HTTP/1.1" 200 5019 0.003488 10.0.0.19 - - [2025-08-28 02:47:10] "GET /virtual-machine/fe8e1878-02ad-45eb-9677-f9953124f182 HTTP/1.1" 200 1305 0.004186 10.0.0.19 - - [2025-08-28 02:47:11] "POST /neutron/port HTTP/1.1" 200 1227 0.014324 10.0.0.19 - - [2025-08-28 02:47:12] "GET /virtual-machine/fe8e1878-02ad-45eb-9677-f9953124f182 HTTP/1.1" 404 171 0.003371 10.0.0.19 - - [2025-08-28 02:47:12] "GET /virtual-machine/fe8e1878-02ad-45eb-9677-f9953124f182 HTTP/1.1" 404 171 0.002574 10.0.0.19 - - [2025-08-28 02:47:12] "GET /virtual-machine/fe8e1878-02ad-45eb-9677-f9953124f182 HTTP/1.1" 404 171 0.002565 10.0.0.19 - - [2025-08-28 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.19 - - [2025-08-28 02:47:13] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003460 10.0.0.19 - - [2025-08-28 02:47:13] "GET /virtual-networks?parent_id=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003315 10.0.0.19 - - [2025-08-28 02:47:13] "GET /virtual-network/3c91aebe-c746-43a1-beea-2079674cc69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006711 10.0.0.19 - - [2025-08-28 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.19 - - [2025-08-28 02:47:13] "GET /routing-instance/b1aafeef-361f-4fcd-b1b9-675dd97b52e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004816 10.0.0.19 - - [2025-08-28 02:47:13] "GET /route-target/94b61135-e995-4caa-a86c-6ad01586ed5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003665 10.0.0.19 - - [2025-08-28 02:47:13] "GET /obj-perms HTTP/1.1" 200 5019 0.003420 10.0.0.38 - - [2025-08-28 02:47:13] "GET /obj-perms HTTP/1.1" 200 5019 0.003033 10.0.0.41 - - [2025-08-28 02:47:13] "GET /obj-perms HTTP/1.1" 200 5019 0.003332 10.0.0.19 - - [2025-08-28 02:47:13] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005444 10.0.0.19 - - [2025-08-28 02:47:13] "POST /neutron/network HTTP/1.1" 200 1336 0.078260 10.0.0.19 - - [2025-08-28 02:47:13] "GET /virtual-network/22e17ecd-e304-40b7-8348-4268f737239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005907 10.0.0.19 - - [2025-08-28 02:47:13] "POST /ref-update HTTP/1.1" 200 156 0.032423 10.0.0.19 - - [2025-08-28 02:47:13] "DELETE /network-policy/e662541c-b6cf-4d8b-b1b7-cda62ac2b068 HTTP/1.1" 200 115 0.034964 10.0.0.19 - - [2025-08-28 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2025-08-28 02:47:14] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.19 - - [2025-08-28 02:47:14] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042459 10.0.0.19 - - [2025-08-28 02:47:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005163 10.0.0.19 - - [2025-08-28 02:47:14] "DELETE /network-policy/a73d8ef1-ec07-464c-928c-96013f590b89 HTTP/1.1" 200 115 0.042258 10.0.0.19 - - [2025-08-28 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-08-28 02:47:14] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.19 - - [2025-08-28 02:47:14] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036251 10.0.0.19 - - [2025-08-28 02:47:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.011363 10.0.0.19 - - [2025-08-28 02:47:14] "DELETE /network-policy/491fbe51-c343-4950-a4e0-1e640bb669e9 HTTP/1.1" 200 115 0.036663 10.0.0.19 - - [2025-08-28 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010331 10.0.0.41 - - [2025-08-28 02:47:14] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.19 - - [2025-08-28 02:47:14] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036127 10.0.0.19 - - [2025-08-28 02:47:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.004959 10.0.0.19 - - [2025-08-28 02:47:14] "DELETE /network-policy/cbedc09a-8922-47c4-b1a4-2941c291eb7c HTTP/1.1" 200 115 0.038430 10.0.0.19 - - [2025-08-28 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.41 - - [2025-08-28 02:47:14] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.19 - - [2025-08-28 02:47:14] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039968 10.0.0.19 - - [2025-08-28 02:47:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.004888 10.0.0.19 - - [2025-08-28 02:47:14] "DELETE /network-policy/999f556b-81d8-4ee7-a685-e0b1280a9a12 HTTP/1.1" 200 115 0.035160 10.0.0.19 - - [2025-08-28 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.41 - - [2025-08-28 02:47:14] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.19 - - [2025-08-28 02:47:14] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043937 10.0.0.19 - - [2025-08-28 02:47:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.004628 10.0.0.19 - - [2025-08-28 02:47:14] "DELETE /network-policy/949029e7-faf0-4481-9afc-d046d3afd10c HTTP/1.1" 200 115 0.033990 10.0.0.19 - - [2025-08-28 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.41 - - [2025-08-28 02:47:15] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.19 - - [2025-08-28 02:47:15] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037585 10.0.0.19 - - [2025-08-28 02:47:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.004915 10.0.0.19 - - [2025-08-28 02:47:15] "DELETE /network-policy/76ed1841-45cf-4e89-b6ac-dbc0d1350fbc HTTP/1.1" 200 115 0.032227 10.0.0.19 - - [2025-08-28 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.41 - - [2025-08-28 02:47:15] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.19 - - [2025-08-28 02:47:15] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045238 10.0.0.19 - - [2025-08-28 02:47:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005218 10.0.0.19 - - [2025-08-28 02:47:15] "DELETE /network-policy/73d73131-e1a3-4cff-be78-36aeedbe195b HTTP/1.1" 200 115 0.034709 10.0.0.19 - - [2025-08-28 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006811 10.0.0.41 - - [2025-08-28 02:47:15] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.19 - - [2025-08-28 02:47:15] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034055 10.0.0.19 - - [2025-08-28 02:47:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005419 10.0.0.19 - - [2025-08-28 02:47:15] "DELETE /network-policy/6a868957-a2c8-466c-a50a-1a93f3796537 HTTP/1.1" 200 115 0.036257 10.0.0.19 - - [2025-08-28 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.41 - - [2025-08-28 02:47:15] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.19 - - [2025-08-28 02:47:15] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039250 10.0.0.19 - - [2025-08-28 02:47:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004762 10.0.0.19 - - [2025-08-28 02:47:15] "DELETE /network-policy/0faa0130-fb89-4c3e-be10-b648a80d55d8 HTTP/1.1" 200 115 0.032796 10.0.0.19 - - [2025-08-28 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.41 - - [2025-08-28 02:47:15] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.19 - - [2025-08-28 02:47:15] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037713 10.0.0.19 - - [2025-08-28 02:47:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-27750882&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004892 10.0.0.41 - - [2025-08-28 02:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005352 10.0.0.41 - - [2025-08-28 02:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003224 10.0.0.41 - - [2025-08-28 02:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006407 10.0.0.41 - - [2025-08-28 02:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.41 - - [2025-08-28 02:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002608 10.0.0.41 - - [2025-08-28 02:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003354 10.0.0.19 - - [2025-08-28 02:47:16] "POST /neutron/network HTTP/1.1" 200 151 0.169185 10.0.0.19 - - [2025-08-28 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.19 - - [2025-08-28 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.19 - - [2025-08-28 02:47:16] "DELETE /network-ipam/a3b0e893-4156-4835-ae2c-1a79722fdd23 HTTP/1.1" 200 115 0.029597 10.0.0.19 - - [2025-08-28 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 260 0.002892 10.0.0.41 - - [2025-08-28 02:47:16] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.41 - - [2025-08-28 02:47:16] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.035564 10.0.0.41 - - [2025-08-28 02:47:16] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.41 - - [2025-08-28 02:47:17] "GET /project/21eff075-571e-4558-b316-69574f1567ea?fields=security_groups HTTP/1.1" 200 1399 0.083622 10.0.0.41 - - [2025-08-28 02:47:17] "DELETE /security-group/a7d3bc19-fe2d-4452-bc6c-8a6c22010824 HTTP/1.1" 200 115 0.045754 10.0.0.41 - - [2025-08-28 02:47:17] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.41 - - [2025-08-28 02:47:17] "GET /project/21eff075-571e-4558-b316-69574f1567ea?fields=application_policy_sets HTTP/1.1" 200 1438 0.079330 10.0.0.19 - - [2025-08-28 02:47:17] "DELETE /access-control-list/0f635fc1-122a-481a-9755-a83c6492b288 HTTP/1.1" 200 115 0.079638 10.0.0.19 - - [2025-08-28 02:47:17] "DELETE /project/21eff075-571e-4558-b316-69574f1567ea HTTP/1.1" 200 115 0.467449 10.0.0.41 - - [2025-08-28 02:47:17] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.19 - - [2025-08-28 02:47:17] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?fields=projects HTTP/1.1" 200 1244 0.012568 10.0.0.41 - - [2025-08-28 02:47:18] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003191 10.0.0.41 - - [2025-08-28 02:47:18] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.41 - - [2025-08-28 02:47:18] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035607 10.0.0.41 - - [2025-08-28 02:47:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.005190 10.0.0.41 - - [2025-08-28 02:47:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.004211 10.0.0.41 - - [2025-08-28 02:47:19] "POST /security-groups HTTP/1.1" 200 603 0.068937 10.0.0.41 - - [2025-08-28 02:47:19] "POST /projects HTTP/1.1" 200 609 0.262217 10.0.0.19 - - [2025-08-28 02:47:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.007310 10.0.0.41 - - [2025-08-28 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.332699 10.0.0.19 - - [2025-08-28 02:47:19] "GET /project/21eff075-571e-4558-b316-69574f1567ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.482849 10.0.0.41 - - [2025-08-28 02:47:19] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001528 10.0.0.19 - - [2025-08-28 02:47:19] "GET /project/21eff075-571e-4558-b316-69574f1567ea?fields=virtual_networks HTTP/1.1" 200 1056 0.039726 10.0.0.41 - - [2025-08-28 02:47:19] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.19 - - [2025-08-28 02:47:19] "GET /project/21eff075-571e-4558-b316-69574f1567ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.044039 10.0.0.41 - - [2025-08-28 02:47:19] "GET /projects?obj_uuids=21eff075-571e-4558-b316-69574f1567ea&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.19 - - [2025-08-28 02:47:19] "GET /project/21eff075-571e-4558-b316-69574f1567ea?fields=security_groups HTTP/1.1" 200 1294 0.047003 10.0.0.19 - - [2025-08-28 02:47:20] "POST /fqname-to-id HTTP/1.1" 404 182 0.022152 10.0.0.41 - - [2025-08-28 02:47:20] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003980 10.0.0.41 - - [2025-08-28 02:47:20] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.41 - - [2025-08-28 02:47:20] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006055 10.0.0.41 - - [2025-08-28 02:47:20] "POST /id-to-fqname HTTP/1.1" 200 184 0.002527 10.0.0.41 - - [2025-08-28 02:47:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.004228 10.0.0.41 - - [2025-08-28 02:47:20] "POST /security-groups HTTP/1.1" 200 585 0.070366 10.0.0.41 - - [2025-08-28 02:47:20] "POST /projects HTTP/1.1" 200 573 0.267433 10.0.0.19 - - [2025-08-28 02:47:20] "POST /access-control-lists HTTP/1.1" 200 590 0.021866 10.0.0.41 - - [2025-08-28 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.334178 10.0.0.19 - - [2025-08-28 02:47:20] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.459125 10.0.0.19 - - [2025-08-28 02:47:21] "GET / HTTP/1.1" 200 35931 0.002143 10.0.0.19 - - [2025-08-28 02:47:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2025-08-28 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.051119 10.0.0.41 - - [2025-08-28 02:47:22] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000903 10.0.0.19 - - [2025-08-28 02:47:22] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.034816 10.0.0.19 - - [2025-08-28 02:47:22] "POST /neutron/network HTTP/1.1" 200 117 0.027661 10.0.0.19 - - [2025-08-28 02:47:22] "POST /route-targets HTTP/1.1" 200 327 0.012413 10.0.0.41 - - [2025-08-28 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-08-28 02:47:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008802 10.0.0.19 - - [2025-08-28 02:47:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.180004 10.0.0.19 - - [2025-08-28 02:47:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001195 10.0.0.19 - - [2025-08-28 02:47:23] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005831 10.0.0.19 - - [2025-08-28 02:47:23] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005588 10.0.0.19 - - [2025-08-28 02:47:23] "POST /neutron/network HTTP/1.1" 200 993 0.008047 10.0.0.19 - - [2025-08-28 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.41 - - [2025-08-28 02:47:23] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000850 10.0.0.19 - - [2025-08-28 02:47:23] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.034997 10.0.0.19 - - [2025-08-28 02:47:23] "POST /neutron/network HTTP/1.1" 200 117 0.011569 10.0.0.19 - - [2025-08-28 02:47:23] "POST /ref-update HTTP/1.1" 200 156 0.023669 10.0.0.41 - - [2025-08-28 02:47:24] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008134 10.0.0.41 - - [2025-08-28 02:47:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006977 10.0.0.19 - - [2025-08-28 02:47:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.203714 10.0.0.19 - - [2025-08-28 02:47:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001212 10.0.0.19 - - [2025-08-28 02:47:24] "GET /virtual-network/e70b6bf8-2586-41f1-8387-a76b7df33b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005153 10.0.0.19 - - [2025-08-28 02:47:24] "GET /virtual-network/e70b6bf8-2586-41f1-8387-a76b7df33b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005962 10.0.0.19 - - [2025-08-28 02:47:24] "POST /neutron/network HTTP/1.1" 200 990 0.007737 10.0.0.19 - - [2025-08-28 02:47:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001150 10.0.0.19 - - [2025-08-28 02:47:24] "POST /neutron/network HTTP/1.1" 200 1003 0.008598 10.0.0.41 - - [2025-08-28 02:47:25] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000946 10.0.0.19 - - [2025-08-28 02:47:25] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.056494 10.0.0.19 - - [2025-08-28 02:47:25] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.19 - - [2025-08-28 02:47:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001218 10.0.0.19 - - [2025-08-28 02:47:25] "POST /neutron/network HTTP/1.1" 200 1003 0.008444 10.0.0.19 - - [2025-08-28 02:47:26] "POST /neutron/port HTTP/1.1" 200 1162 0.015544 10.0.0.41 - - [2025-08-28 02:47:26] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000866 10.0.0.19 - - [2025-08-28 02:47:26] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.059903 10.0.0.19 - - [2025-08-28 02:47:26] "POST /neutron/network HTTP/1.1" 200 993 0.008571 10.0.0.19 - - [2025-08-28 02:47:26] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012946 10.0.0.19 - - [2025-08-28 02:47:26] "POST /neutron/network HTTP/1.1" 200 993 0.009516 10.0.0.19 - - [2025-08-28 02:47:26] "POST /neutron/port HTTP/1.1" 200 117 0.005771 10.0.0.19 - - [2025-08-28 02:47:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001312 10.0.0.19 - - [2025-08-28 02:47:27] "POST /neutron/network HTTP/1.1" 200 1000 0.008879 10.0.0.19 - - [2025-08-28 02:47:27] "POST /neutron/port HTTP/1.1" 200 1162 0.043941 10.0.0.41 - - [2025-08-28 02:47:27] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001223 10.0.0.19 - - [2025-08-28 02:47:28] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.109784 10.0.0.19 - - [2025-08-28 02:47:28] "POST /neutron/port HTTP/1.1" 200 1190 0.046320 10.0.0.19 - - [2025-08-28 02:47:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.19 - - [2025-08-28 02:47:28] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.19 - - [2025-08-28 02:47:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006856 10.0.0.19 - - [2025-08-28 02:47:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007048 10.0.0.19 - - [2025-08-28 02:47:28] "POST /neutron/port HTTP/1.1" 200 1190 0.017338 10.0.0.19 - - [2025-08-28 02:47:28] "GET /virtual-machine/f1f03814-4f22-4ef6-8675-b03678359b2e HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-08-28 02:47:28] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000993 10.0.0.19 - - [2025-08-28 02:47:28] "GET /virtual-machine/f1f03814-4f22-4ef6-8675-b03678359b2e HTTP/1.1" 200 1286 0.042141 10.0.0.19 - - [2025-08-28 02:47:28] "GET /virtual-machine-interface/825f7462-8398-4e5e-bde5-3067605787bb HTTP/1.1" 200 3105 0.004614 10.0.0.19 - - [2025-08-28 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.19 - - [2025-08-28 02:47:29] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009082 10.0.0.19 - - [2025-08-28 02:47:29] "POST /neutron/port HTTP/1.1" 200 1159 0.342561 10.0.0.19 - - [2025-08-28 02:47:29] "GET /virtual-networks?parent_id=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005203 10.0.0.19 - - [2025-08-28 02:47:29] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007392 10.0.0.19 - - [2025-08-28 02:47:29] "POST /neutron/port HTTP/1.1" 200 1213 0.149622 10.0.0.19 - - [2025-08-28 02:47:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.19 - - [2025-08-28 02:47:29] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.19 - - [2025-08-28 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.19 - - [2025-08-28 02:47:32] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005914 10.0.0.19 - - [2025-08-28 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.19 - - [2025-08-28 02:47:36] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006238 10.0.0.19 - - [2025-08-28 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.19 - - [2025-08-28 02:47:40] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005398 10.0.0.19 - - [2025-08-28 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2025-08-28 02:47:44] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005023 10.0.0.19 - - [2025-08-28 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.19 - - [2025-08-28 02:47:48] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006903 10.0.0.19 - - [2025-08-28 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.19 - - [2025-08-28 02:47:52] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.004902 10.0.0.19 - - [2025-08-28 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.19 - - [2025-08-28 02:47:56] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005637 10.0.0.19 - - [2025-08-28 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2025-08-28 02:48:00] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006927 10.0.0.19 - - [2025-08-28 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.19 - - [2025-08-28 02:48:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003901 10.0.0.19 - - [2025-08-28 02:48:02] "GET /virtual-networks?parent_id=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003223 10.0.0.19 - - [2025-08-28 02:48:02] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005781 10.0.0.19 - - [2025-08-28 02:48:03] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006516 10.0.0.19 - - [2025-08-28 02:48:06] "POST /neutron/network HTTP/1.1" 200 1003 0.009066 10.0.0.19 - - [2025-08-28 02:48:06] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015435 10.0.0.19 - - [2025-08-28 02:48:06] "POST /neutron/network HTTP/1.1" 200 993 0.008738 10.0.0.41 - - [2025-08-28 02:48:07] "DELETE /project/21eff075571e4558b31669574f1567ea HTTP/1.1" 404 173 0.002598 10.0.0.41 - - [2025-08-28 02:48:07] "DELETE /project/2f64720ae0084da891d4327842241c15 HTTP/1.1" 404 173 0.006752 10.0.0.41 - - [2025-08-28 02:48:07] "DELETE /project/21eff075-571e-4558-b316-69574f1567ea HTTP/1.1" 404 177 0.005377 10.0.0.19 - - [2025-08-28 02:48:11] "POST /neutron/port HTTP/1.1" 200 1190 0.013907 10.0.0.19 - - [2025-08-28 02:48:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006560 10.0.0.19 - - [2025-08-28 02:48:14] "POST /neutron/network HTTP/1.1" 200 1003 0.008759 10.0.0.19 - - [2025-08-28 02:48:14] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015147 10.0.0.19 - - [2025-08-28 02:48:15] "POST /neutron/network HTTP/1.1" 200 993 0.009250 10.0.0.19 - - [2025-08-28 02:48:19] "POST /neutron/port HTTP/1.1" 200 1190 0.015600 10.0.0.19 - - [2025-08-28 02:48:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006009 10.0.0.19 - - [2025-08-28 02:48:23] "POST /neutron/port HTTP/1.1" 200 1190 0.021047 10.0.0.19 - - [2025-08-28 02:48:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012159 10.0.0.19 - - [2025-08-28 02:48:24] "GET /virtual-machine/3c987084-0dce-4bae-9dfc-6174ea8d642d HTTP/1.1" 200 1286 0.006140 10.0.0.19 - - [2025-08-28 02:48:24] "GET /virtual-machine-interface/86017086-8152-472a-be4e-950326eadd59 HTTP/1.1" 200 3105 0.005085 10.0.0.19 - - [2025-08-28 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.19 - - [2025-08-28 02:48:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003944 10.0.0.19 - - [2025-08-28 02:48:24] "GET /virtual-networks?parent_id=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003624 10.0.0.19 - - [2025-08-28 02:48:24] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005262 10.0.0.19 - - [2025-08-28 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.19 - - [2025-08-28 02:48:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003255 10.0.0.19 - - [2025-08-28 02:48:25] "GET /virtual-networks?parent_id=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002672 10.0.0.19 - - [2025-08-28 02:48:25] "GET /virtual-network/4e3d0f1b-4d0d-4b07-8a87-3d97ab47ca97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005278 10.0.0.19 - - [2025-08-28 02:48:30] "POST /neutron/port HTTP/1.1" 200 1187 0.014403 10.0.0.19 - - [2025-08-28 02:48:30] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006927 10.0.0.19 - - [2025-08-28 02:48:30] "GET /virtual-machine/f2b90dcd-cb18-47b9-bee8-b8dfbb161218 HTTP/1.1" 200 1287 0.004781 10.0.0.19 - - [2025-08-28 02:48:30] "GET /virtual-machine-interface/ebda53d6-824b-46bf-989d-caaf1655b607 HTTP/1.1" 200 3106 0.004706 10.0.0.19 - - [2025-08-28 02:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.19 - - [2025-08-28 02:48:30] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003421 10.0.0.19 - - [2025-08-28 02:48:30] "GET /virtual-networks?parent_id=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003020 10.0.0.19 - - [2025-08-28 02:48:30] "GET /virtual-network/e70b6bf8-2586-41f1-8387-a76b7df33b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005863 10.0.0.19 - - [2025-08-28 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.19 - - [2025-08-28 02:48:31] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003536 10.0.0.19 - - [2025-08-28 02:48:31] "GET /virtual-networks?parent_id=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002640 10.0.0.19 - - [2025-08-28 02:48:32] "GET /virtual-network/e70b6bf8-2586-41f1-8387-a76b7df33b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005266 10.0.0.19 - - [2025-08-28 02:48:33] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003631 10.0.0.19 - - [2025-08-28 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.19 - - [2025-08-28 02:48:33] "GET /global-qos-config/c974fda1-8118-456c-bd25-c9684b3aefbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004326 10.0.0.19 - - [2025-08-28 02:48:33] "POST /fqname-to-id HTTP/1.1" 404 222 0.003540 10.0.0.19 - - [2025-08-28 02:48:33] "POST /forwarding-classs HTTP/1.1" 200 576 0.027548 10.0.0.19 - - [2025-08-28 02:48:33] "POST /id-to-fqname HTTP/1.1" 200 232 0.003246 10.0.0.19 - - [2025-08-28 02:48:33] "GET /forwarding-class/4365fc2b-1771-4c92-80e3-73fd23c5839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.004519 10.0.0.41 - - [2025-08-28 02:48:33] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000976 10.0.0.19 - - [2025-08-28 02:48:33] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.050026 10.0.0.19 - - [2025-08-28 02:48:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.003261 10.0.0.19 - - [2025-08-28 02:48:33] "POST /qos-configs HTTP/1.1" 200 543 0.028562 10.0.0.19 - - [2025-08-28 02:48:34] "POST /id-to-fqname HTTP/1.1" 200 217 0.006054 10.0.0.19 - - [2025-08-28 02:48:34] "GET /qos-config/917a6db7-f1eb-470b-b7fa-ba61fc0c3d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004443 10.0.0.19 - - [2025-08-28 02:48:34] "GET /virtual-machine-interface/825f7462-8398-4e5e-bde5-3067605787bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005767 10.0.0.19 - - [2025-08-28 02:48:34] "POST /ref-update HTTP/1.1" 200 156 0.012755 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/port HTTP/1.1" 200 1190 0.016571 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007021 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/port HTTP/1.1" 200 1190 0.014857 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/network HTTP/1.1" 200 993 0.013356 10.0.0.19 - - [2025-08-28 02:48:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001195 10.0.0.19 - - [2025-08-28 02:48:34] "GET /virtual-machine/f1f03814-4f22-4ef6-8675-b03678359b2e HTTP/1.1" 200 1286 0.004362 10.0.0.19 - - [2025-08-28 02:48:34] "GET /virtual-machine-interface/825f7462-8398-4e5e-bde5-3067605787bb HTTP/1.1" 200 3352 0.005486 10.0.0.19 - - [2025-08-28 02:48:34] "GET /instance-ip/594de3b6-1a62-4300-9a04-59fcd2b9f579 HTTP/1.1" 200 1610 0.005751 10.0.0.19 - - [2025-08-28 02:48:34] "GET /instance-ip/d9de6760-9b99-474d-808d-1c2ad1507fce HTTP/1.1" 200 1627 0.005553 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/port HTTP/1.1" 200 1190 0.015842 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007294 10.0.0.19 - - [2025-08-28 02:48:34] "POST /neutron/network HTTP/1.1" 200 967 0.019022 10.0.0.19 - - [2025-08-28 02:48:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001243 10.0.0.19 - - [2025-08-28 02:48:34] "GET /virtual-machine/3c987084-0dce-4bae-9dfc-6174ea8d642d HTTP/1.1" 200 1286 0.004184 10.0.0.19 - - [2025-08-28 02:48:34] "GET /virtual-machine-interface/86017086-8152-472a-be4e-950326eadd59 HTTP/1.1" 200 3105 0.006149 10.0.0.19 - - [2025-08-28 02:48:35] "GET /instance-ip/685c61b8-8a1b-4b66-b61b-875e1b6f2157 HTTP/1.1" 200 1627 0.005778 10.0.0.19 - - [2025-08-28 02:48:35] "GET /instance-ip/de37192a-edd9-4579-bf5c-dbe417d0dfe7 HTTP/1.1" 200 1611 0.005432 10.0.0.19 - - [2025-08-28 02:49:00] "GET /virtual-machine-interface/825f7462-8398-4e5e-bde5-3067605787bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.005519 10.0.0.19 - - [2025-08-28 02:49:00] "POST /ref-update HTTP/1.1" 200 156 0.020162 10.0.0.19 - - [2025-08-28 02:49:00] "DELETE /qos-config/917a6db7-f1eb-470b-b7fa-ba61fc0c3d78 HTTP/1.1" 200 115 0.040583 10.0.0.19 - - [2025-08-28 02:49:00] "POST /id-to-fqname HTTP/1.1" 200 232 0.001659 10.0.0.19 - - [2025-08-28 02:49:01] "DELETE /forwarding-class/4365fc2b-1771-4c92-80e3-73fd23c5839b HTTP/1.1" 200 115 0.029083 10.0.0.19 - - [2025-08-28 02:49:02] "POST /neutron/network HTTP/1.1" 400 204 0.013823 10.0.0.19 - - [2025-08-28 02:49:02] "POST /neutron/port HTTP/1.1" 200 1216 0.019806 10.0.0.19 - - [2025-08-28 02:49:03] "POST /neutron/port HTTP/1.1" 200 151 0.350339 10.0.0.19 - - [2025-08-28 02:49:03] "POST /neutron/port HTTP/1.1" 200 151 0.377677 10.0.0.19 - - [2025-08-28 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.029472 10.0.0.19 - - [2025-08-28 02:49:04] "POST /neutron/network HTTP/1.1" 200 993 0.008050 10.0.0.19 - - [2025-08-28 02:49:04] "DELETE /route-target/f8edcae0-2a0b-4dad-a3c9-1fdae75268c6 HTTP/1.1" 200 115 0.020885 10.0.0.41 - - [2025-08-28 02:49:04] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.022573 10.0.0.19 - - [2025-08-28 02:49:04] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.084435 10.0.0.41 - - [2025-08-28 02:49:04] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001095 10.0.0.19 - - [2025-08-28 02:49:05] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?fields=virtual_networks HTTP/1.1" 200 1020 0.075232 10.0.0.41 - - [2025-08-28 02:49:05] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001719 10.0.0.19 - - [2025-08-28 02:49:05] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.041693 10.0.0.41 - - [2025-08-28 02:49:05] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000880 10.0.0.19 - - [2025-08-28 02:49:05] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?fields=security_groups HTTP/1.1" 200 1240 0.041045 10.0.0.19 - - [2025-08-28 02:49:05] "POST /fqname-to-id HTTP/1.1" 404 181 0.030593 10.0.0.41 - - [2025-08-28 02:49:06] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002722 10.0.0.41 - - [2025-08-28 02:49:06] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.41 - - [2025-08-28 02:49:06] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006374 10.0.0.41 - - [2025-08-28 02:49:06] "POST /id-to-fqname HTTP/1.1" 200 183 0.001441 10.0.0.41 - - [2025-08-28 02:49:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.003562 10.0.0.41 - - [2025-08-28 02:49:06] "POST /security-groups HTTP/1.1" 200 584 0.079602 10.0.0.41 - - [2025-08-28 02:49:06] "POST /projects HTTP/1.1" 200 571 0.286312 10.0.0.19 - - [2025-08-28 02:49:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.017300 10.0.0.41 - - [2025-08-28 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.356829 10.0.0.19 - - [2025-08-28 02:49:06] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.489942 10.0.0.19 - - [2025-08-28 02:49:07] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.41 - - [2025-08-28 02:49:07] "DELETE /project/6935b069fd2f4ce6b132021ab4952c05 HTTP/1.1" 404 173 0.006320 10.0.0.41 - - [2025-08-28 02:49:07] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000891 10.0.0.41 - - [2025-08-28 02:49:07] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.046747 10.0.0.41 - - [2025-08-28 02:49:07] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000806 10.0.0.41 - - [2025-08-28 02:49:07] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?fields=security_groups HTTP/1.1" 200 1345 0.049905 10.0.0.41 - - [2025-08-28 02:49:07] "DELETE /security-group/3d68fb5c-fc69-4be7-a9e0-e62fb2f11d55 HTTP/1.1" 200 115 0.048944 10.0.0.41 - - [2025-08-28 02:49:07] "GET /projects?obj_uuids=2f64720a-e008-4da8-91d4-327842241c15&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001306 10.0.0.41 - - [2025-08-28 02:49:07] "GET /project/2f64720a-e008-4da8-91d4-327842241c15?fields=application_policy_sets HTTP/1.1" 200 1384 0.052870 10.0.0.19 - - [2025-08-28 02:49:07] "DELETE /access-control-list/862d5558-257a-4dc3-8cc8-801f9cd30458 HTTP/1.1" 200 115 0.034780 10.0.0.41 - - [2025-08-28 02:49:07] "DELETE /project/2f64720a-e008-4da8-91d4-327842241c15 HTTP/1.1" 200 115 0.413715 10.0.0.19 - - [2025-08-28 02:49:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.19 - - [2025-08-28 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.026139 10.0.0.41 - - [2025-08-28 02:49:09] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000888 10.0.0.19 - - [2025-08-28 02:49:09] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039671 10.0.0.41 - - [2025-08-28 02:49:09] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001256 10.0.0.19 - - [2025-08-28 02:49:10] "POST /neutron/network HTTP/1.1" 200 612 0.151366 10.0.0.19 - - [2025-08-28 02:49:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.003571 10.0.0.19 - - [2025-08-28 02:49:10] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005117 10.0.0.19 - - [2025-08-28 02:49:10] "POST /neutron/network HTTP/1.1" 200 830 0.011235 10.0.0.19 - - [2025-08-28 02:49:10] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004793 10.0.0.19 - - [2025-08-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.19 - - [2025-08-28 02:49:10] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005050 10.0.0.19 - - [2025-08-28 02:49:10] "POST /route-targets HTTP/1.1" 200 323 0.017388 10.0.0.19 - - [2025-08-28 02:49:10] "PUT /virtual-network/93469edc-e953-4330-b087-2abc606e61f1 HTTP/1.1" 200 264 0.065664 10.0.0.19 - - [2025-08-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.41 - - [2025-08-28 02:49:10] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.19 - - [2025-08-28 02:49:10] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041105 10.0.0.19 - - [2025-08-28 02:49:10] "POST /neutron/network HTTP/1.1" 200 117 0.011794 10.0.0.19 - - [2025-08-28 02:49:10] "POST /ref-update HTTP/1.1" 200 156 0.030879 10.0.0.19 - - [2025-08-28 02:49:11] "POST /neutron/network HTTP/1.1" 200 831 0.009263 10.0.0.19 - - [2025-08-28 02:49:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001251 10.0.0.19 - - [2025-08-28 02:49:11] "GET /virtual-network/10484b43-8b5e-4dcc-a9d9-0d747c49b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005488 10.0.0.19 - - [2025-08-28 02:49:11] "GET /virtual-network/10484b43-8b5e-4dcc-a9d9-0d747c49b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011569 10.0.0.19 - - [2025-08-28 02:49:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.008832 10.0.0.19 - - [2025-08-28 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.19 - - [2025-08-28 02:49:11] "GET /virtual-network/10484b43-8b5e-4dcc-a9d9-0d747c49b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005850 10.0.0.19 - - [2025-08-28 02:49:11] "PUT /virtual-network/10484b43-8b5e-4dcc-a9d9-0d747c49b595 HTTP/1.1" 200 264 0.060486 10.0.0.19 - - [2025-08-28 02:49:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.003120 10.0.0.41 - - [2025-08-28 02:49:12] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001288 10.0.0.19 - - [2025-08-28 02:49:12] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.060375 10.0.0.19 - - [2025-08-28 02:49:12] "POST /neutron/port HTTP/1.1" 200 117 0.005866 10.0.0.19 - - [2025-08-28 02:49:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001549 10.0.0.19 - - [2025-08-28 02:49:12] "POST /neutron/network HTTP/1.1" 200 841 0.007045 10.0.0.19 - - [2025-08-28 02:49:13] "POST /neutron/port HTTP/1.1" 200 1052 0.019328 10.0.0.19 - - [2025-08-28 02:49:13] "POST /neutron/port HTTP/1.1" 200 1080 0.015196 10.0.0.41 - - [2025-08-28 02:49:13] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.19 - - [2025-08-28 02:49:13] "POST /neutron/port HTTP/1.1" 200 117 0.000861 10.0.0.19 - - [2025-08-28 02:49:13] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.079591 10.0.0.19 - - [2025-08-28 02:49:13] "POST /neutron/port HTTP/1.1" 200 1080 0.018072 10.0.0.19 - - [2025-08-28 02:49:13] "POST /neutron/port HTTP/1.1" 200 1080 0.014556 10.0.0.41 - - [2025-08-28 02:49:14] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000937 10.0.0.19 - - [2025-08-28 02:49:14] "POST /neutron/port HTTP/1.1" 200 1053 0.279970 10.0.0.19 - - [2025-08-28 02:49:14] "POST /neutron/port HTTP/1.1" 200 1107 0.110922 10.0.0.19 - - [2025-08-28 02:49:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.009686 10.0.0.19 - - [2025-08-28 02:49:18] "POST /neutron/port HTTP/1.1" 200 1080 0.012949 10.0.0.19 - - [2025-08-28 02:49:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007318 10.0.0.19 - - [2025-08-28 02:49:19] "GET /virtual-machine/97aa7664-dbb8-40dd-a729-3289c124a4e3 HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2025-08-28 02:49:19] "GET /virtual-machine/97aa7664-dbb8-40dd-a729-3289c124a4e3 HTTP/1.1" 200 1286 0.031752 10.0.0.19 - - [2025-08-28 02:49:19] "GET /virtual-machine-interface/03c5ee2a-2ba6-47b8-a225-7536c6305c0c HTTP/1.1" 200 2926 0.005307 10.0.0.19 - - [2025-08-28 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.19 - - [2025-08-28 02:49:19] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003449 10.0.0.19 - - [2025-08-28 02:49:19] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002791 10.0.0.19 - - [2025-08-28 02:49:19] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006593 10.0.0.19 - - [2025-08-28 02:49:21] "POST /neutron/port HTTP/1.1" 200 1080 0.023774 10.0.0.19 - - [2025-08-28 02:49:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006403 10.0.0.19 - - [2025-08-28 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.19 - - [2025-08-28 02:49:22] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005388 10.0.0.19 - - [2025-08-28 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.19 - - [2025-08-28 02:49:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004300 10.0.0.19 - - [2025-08-28 02:49:24] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003756 10.0.0.19 - - [2025-08-28 02:49:24] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006425 10.0.0.19 - - [2025-08-28 02:49:25] "POST /neutron/port HTTP/1.1" 200 1081 0.015575 10.0.0.19 - - [2025-08-28 02:49:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007317 10.0.0.19 - - [2025-08-28 02:49:25] "GET /virtual-machine/0c87a552-90e4-49f2-8864-21f62008025c HTTP/1.1" 200 1283 0.005684 10.0.0.19 - - [2025-08-28 02:49:25] "GET /virtual-machine-interface/11a7211a-ddef-4239-a73c-d35c9c49fdac HTTP/1.1" 200 2927 0.004671 10.0.0.19 - - [2025-08-28 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.19 - - [2025-08-28 02:49:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003344 10.0.0.19 - - [2025-08-28 02:49:25] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003216 10.0.0.19 - - [2025-08-28 02:49:25] "GET /virtual-network/10484b43-8b5e-4dcc-a9d9-0d747c49b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005888 10.0.0.19 - - [2025-08-28 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.19 - - [2025-08-28 02:49:26] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004058 10.0.0.19 - - [2025-08-28 02:49:26] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002734 10.0.0.19 - - [2025-08-28 02:49:26] "GET /virtual-network/10484b43-8b5e-4dcc-a9d9-0d747c49b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.009875 10.0.0.19 - - [2025-08-28 02:49:26] "POST /routing-policys HTTP/1.1" 200 534 0.023928 10.0.0.19 - - [2025-08-28 02:49:26] "GET /virtual-network/93469edc-e953-4330-b087-2abc606e61f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005510 10.0.0.19 - - [2025-08-28 02:49:26] "PUT /virtual-network/93469edc-e953-4330-b087-2abc606e61f1 HTTP/1.1" 200 264 0.066469 10.0.0.19 - - [2025-08-28 02:49:30] "POST /ref-update HTTP/1.1" 200 156 0.021193 10.0.0.19 - - [2025-08-28 02:49:30] "POST /ref-update HTTP/1.1" 200 156 0.049608 10.0.0.19 - - [2025-08-28 02:49:30] "DELETE /routing-policy/1385156b-07de-42ef-9d64-0cf5bc29cb7e HTTP/1.1" 200 115 0.053637 10.0.0.19 - - [2025-08-28 02:49:31] "POST /neutron/port HTTP/1.1" 200 1081 0.015192 10.0.0.19 - - [2025-08-28 02:49:31] "POST /neutron/port HTTP/1.1" 200 1080 0.038830 10.0.0.19 - - [2025-08-28 02:49:32] "POST /neutron/network HTTP/1.1" 200 831 0.006603 10.0.0.19 - - [2025-08-28 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.41 - - [2025-08-28 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003777 10.0.0.41 - - [2025-08-28 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004387 10.0.0.19 - - [2025-08-28 02:49:33] "POST /neutron/network HTTP/1.1" 200 151 0.122404 10.0.0.19 - - [2025-08-28 02:49:33] "DELETE /route-target/8c3a4ad5-8c00-46d0-9264-20e25c4ed73e HTTP/1.1" 200 115 0.024544 10.0.0.19 - - [2025-08-28 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2025-08-28 02:49:35] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.19 - - [2025-08-28 02:49:35] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.058336 10.0.0.19 - - [2025-08-28 02:49:35] "POST /route-targets HTTP/1.1" 200 327 0.019465 10.0.0.41 - - [2025-08-28 02:49:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006014 10.0.0.19 - - [2025-08-28 02:49:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.257710 10.0.0.19 - - [2025-08-28 02:49:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001612 10.0.0.19 - - [2025-08-28 02:49:36] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006550 10.0.0.19 - - [2025-08-28 02:49:36] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.027090 10.0.0.19 - - [2025-08-28 02:49:36] "POST /neutron/network HTTP/1.1" 200 831 0.005804 10.0.0.19 - - [2025-08-28 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.19 - - [2025-08-28 02:49:36] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006262 10.0.0.19 - - [2025-08-28 02:49:36] "PUT /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704 HTTP/1.1" 200 264 0.068331 10.0.0.19 - - [2025-08-28 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009702 10.0.0.19 - - [2025-08-28 02:49:36] "POST /ref-update HTTP/1.1" 200 156 0.051389 10.0.0.41 - - [2025-08-28 02:49:36] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001042 10.0.0.19 - - [2025-08-28 02:49:36] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045681 10.0.0.41 - - [2025-08-28 02:49:36] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.19 - - [2025-08-28 02:49:36] "POST /neutron/network HTTP/1.1" 200 612 0.124346 10.0.0.19 - - [2025-08-28 02:49:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.003167 10.0.0.19 - - [2025-08-28 02:49:37] "GET /virtual-network/b93e915d-3e6a-4e26-8c9a-e670446154ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006645 10.0.0.19 - - [2025-08-28 02:49:37] "POST /neutron/network HTTP/1.1" 200 830 0.009690 10.0.0.19 - - [2025-08-28 02:49:37] "GET /virtual-network/b93e915d-3e6a-4e26-8c9a-e670446154ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005981 10.0.0.19 - - [2025-08-28 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2025-08-28 02:49:37] "GET /virtual-network/b93e915d-3e6a-4e26-8c9a-e670446154ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004521 10.0.0.19 - - [2025-08-28 02:49:37] "PUT /virtual-network/b93e915d-3e6a-4e26-8c9a-e670446154ed HTTP/1.1" 200 264 0.075656 10.0.0.19 - - [2025-08-28 02:49:37] "POST /ref-update HTTP/1.1" 200 156 0.037686 10.0.0.19 - - [2025-08-28 02:49:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.002533 10.0.0.19 - - [2025-08-28 02:49:37] "POST /neutron/network HTTP/1.1" 200 841 0.007408 10.0.0.41 - - [2025-08-28 02:49:38] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000930 10.0.0.19 - - [2025-08-28 02:49:38] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.057409 10.0.0.19 - - [2025-08-28 02:49:38] "POST /neutron/port HTTP/1.1" 200 117 0.005723 10.0.0.19 - - [2025-08-28 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001175 10.0.0.19 - - [2025-08-28 02:49:38] "POST /neutron/network HTTP/1.1" 200 841 0.006966 10.0.0.19 - - [2025-08-28 02:49:39] "POST /neutron/port HTTP/1.1" 200 1053 0.017544 10.0.0.19 - - [2025-08-28 02:49:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.41 - - [2025-08-28 02:49:39] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.19 - - [2025-08-28 02:49:39] "POST /neutron/network HTTP/1.1" 200 831 0.005243 10.0.0.19 - - [2025-08-28 02:49:39] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.080918 10.0.0.19 - - [2025-08-28 02:49:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012543 10.0.0.19 - - [2025-08-28 02:49:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007202 10.0.0.19 - - [2025-08-28 02:49:40] "POST /neutron/port HTTP/1.1" 200 1052 0.014872 10.0.0.19 - - [2025-08-28 02:49:40] "POST /neutron/port HTTP/1.1" 200 1080 0.014874 10.0.0.19 - - [2025-08-28 02:49:40] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.19 - - [2025-08-28 02:49:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006695 10.0.0.19 - - [2025-08-28 02:49:45] "POST /neutron/port HTTP/1.1" 200 1081 0.016537 10.0.0.19 - - [2025-08-28 02:49:45] "GET /virtual-machine/ca41b781-950b-4d87-a7ba-b48a08d2512b HTTP/1.1" 200 1286 0.005725 10.0.0.19 - - [2025-08-28 02:49:45] "GET /virtual-machine-interface/717bb532-d191-452d-97ea-f4fa618cc332 HTTP/1.1" 200 2927 0.004669 10.0.0.19 - - [2025-08-28 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.19 - - [2025-08-28 02:49:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003932 10.0.0.19 - - [2025-08-28 02:49:45] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002719 10.0.0.19 - - [2025-08-28 02:49:45] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005501 10.0.0.19 - - [2025-08-28 02:49:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007120 10.0.0.19 - - [2025-08-28 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.19 - - [2025-08-28 02:49:48] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005419 10.0.0.19 - - [2025-08-28 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-08-28 02:49:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003439 10.0.0.19 - - [2025-08-28 02:49:50] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003079 10.0.0.19 - - [2025-08-28 02:49:50] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005338 10.0.0.19 - - [2025-08-28 02:49:50] "POST /neutron/port HTTP/1.1" 200 1080 0.013146 10.0.0.19 - - [2025-08-28 02:49:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006522 10.0.0.19 - - [2025-08-28 02:49:50] "GET /virtual-machine/479964a9-bb4b-416a-9dff-8f0adbd2c53b HTTP/1.1" 200 1285 0.011667 10.0.0.19 - - [2025-08-28 02:49:50] "GET /virtual-machine-interface/a9c130ac-fa58-42ba-a82c-60efbbee940e HTTP/1.1" 200 2928 0.005003 10.0.0.19 - - [2025-08-28 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2025-08-28 02:49:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003552 10.0.0.19 - - [2025-08-28 02:49:50] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003240 10.0.0.19 - - [2025-08-28 02:49:50] "GET /virtual-network/b93e915d-3e6a-4e26-8c9a-e670446154ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006269 10.0.0.19 - - [2025-08-28 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2025-08-28 02:49:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003430 10.0.0.19 - - [2025-08-28 02:49:51] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002571 10.0.0.19 - - [2025-08-28 02:49:51] "GET /virtual-network/b93e915d-3e6a-4e26-8c9a-e670446154ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005623 10.0.0.19 - - [2025-08-28 02:49:52] "POST /routing-policys HTTP/1.1" 200 534 0.024138 10.0.0.19 - - [2025-08-28 02:49:52] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.016678 10.0.0.19 - - [2025-08-28 02:49:52] "PUT /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704 HTTP/1.1" 200 264 0.081842 10.0.0.19 - - [2025-08-28 02:49:56] "POST /routing-policys HTTP/1.1" 200 534 0.023956 10.0.0.19 - - [2025-08-28 02:49:56] "GET /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.013792 10.0.0.19 - - [2025-08-28 02:49:56] "PUT /virtual-network/6d03771b-5194-473a-a8f2-6b361936b704 HTTP/1.1" 200 264 0.054128 10.0.0.19 - - [2025-08-28 02:49:56] "POST /ref-update HTTP/1.1" 200 156 0.027045 10.0.0.19 - - [2025-08-28 02:49:56] "POST /ref-update HTTP/1.1" 200 156 0.066584 10.0.0.19 - - [2025-08-28 02:49:56] "DELETE /routing-policy/9e6c34d3-a54f-46f8-95db-bf3d65e700f5 HTTP/1.1" 200 115 0.055124 10.0.0.19 - - [2025-08-28 02:49:56] "POST /ref-update HTTP/1.1" 200 156 0.048130 10.0.0.19 - - [2025-08-28 02:49:56] "DELETE /routing-policy/ec6d1d6f-70bb-4e1d-8c79-b4e74ba5f1c2 HTTP/1.1" 200 115 0.033176 10.0.0.19 - - [2025-08-28 02:49:56] "POST /neutron/network HTTP/1.1" 200 830 0.006126 10.0.0.19 - - [2025-08-28 02:49:57] "POST /neutron/port HTTP/1.1" 200 1106 0.010738 10.0.0.19 - - [2025-08-28 02:49:57] "POST /neutron/port HTTP/1.1" 200 1107 0.009478 10.0.0.41 - - [2025-08-28 02:49:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.41 - - [2025-08-28 02:49:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002968 10.0.0.19 - - [2025-08-28 02:49:59] "POST /neutron/network HTTP/1.1" 200 151 0.141577 10.0.0.19 - - [2025-08-28 02:49:59] "DELETE /route-target/a63c38fe-27f1-4de7-88f8-b2101db62a3e HTTP/1.1" 200 115 0.035663 10.0.0.19 - - [2025-08-28 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.19 - - [2025-08-28 02:49:59] "DELETE /route-target/eca0815d-8547-4b1a-91e6-d9a945502ce2 HTTP/1.1" 200 115 0.027488 10.0.0.19 - - [2025-08-28 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2025-08-28 02:50:01] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000887 10.0.0.19 - - [2025-08-28 02:50:01] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042923 10.0.0.19 - - [2025-08-28 02:50:01] "POST /neutron/network HTTP/1.1" 200 117 0.010575 10.0.0.19 - - [2025-08-28 02:50:02] "POST /neutron/network HTTP/1.1" 200 833 0.007638 10.0.0.19 - - [2025-08-28 02:50:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001045 10.0.0.19 - - [2025-08-28 02:50:02] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004719 10.0.0.19 - - [2025-08-28 02:50:02] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005018 10.0.0.19 - - [2025-08-28 02:50:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.007987 10.0.0.19 - - [2025-08-28 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.19 - - [2025-08-28 02:50:02] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005719 10.0.0.19 - - [2025-08-28 02:50:02] "POST /route-targets HTTP/1.1" 200 323 0.014621 10.0.0.19 - - [2025-08-28 02:50:02] "PUT /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465 HTTP/1.1" 200 264 0.064728 10.0.0.19 - - [2025-08-28 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.41 - - [2025-08-28 02:50:02] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.19 - - [2025-08-28 02:50:02] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.033576 10.0.0.19 - - [2025-08-28 02:50:02] "POST /ref-update HTTP/1.1" 200 156 0.020012 10.0.0.41 - - [2025-08-28 02:50:03] "POST /useragent-kv HTTP/1.1" 200 115 0.016355 10.0.0.19 - - [2025-08-28 02:50:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.190109 10.0.0.19 - - [2025-08-28 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001216 10.0.0.19 - - [2025-08-28 02:50:03] "GET /virtual-network/430fc23b-8193-4a92-9a0f-be20752f5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004985 10.0.0.19 - - [2025-08-28 02:50:03] "GET /virtual-network/430fc23b-8193-4a92-9a0f-be20752f5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006776 10.0.0.19 - - [2025-08-28 02:50:03] "POST /neutron/network HTTP/1.1" 200 830 0.006508 10.0.0.19 - - [2025-08-28 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.19 - - [2025-08-28 02:50:03] "GET /virtual-network/430fc23b-8193-4a92-9a0f-be20752f5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005850 10.0.0.19 - - [2025-08-28 02:50:03] "PUT /virtual-network/430fc23b-8193-4a92-9a0f-be20752f5acc HTTP/1.1" 200 264 0.054408 10.0.0.19 - - [2025-08-28 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001273 10.0.0.41 - - [2025-08-28 02:50:04] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001277 10.0.0.19 - - [2025-08-28 02:50:04] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062191 10.0.0.19 - - [2025-08-28 02:50:04] "POST /neutron/network HTTP/1.1" 200 833 0.029685 10.0.0.19 - - [2025-08-28 02:50:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001247 10.0.0.19 - - [2025-08-28 02:50:04] "POST /neutron/port HTTP/1.1" 200 117 0.006063 10.0.0.41 - - [2025-08-28 02:50:04] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000950 10.0.0.19 - - [2025-08-28 02:50:05] "POST /neutron/port HTTP/1.1" 200 1055 0.279318 10.0.0.41 - - [2025-08-28 02:50:05] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.19 - - [2025-08-28 02:50:05] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.079726 10.0.0.19 - - [2025-08-28 02:50:05] "POST /neutron/port HTTP/1.1" 200 1109 0.140530 10.0.0.19 - - [2025-08-28 02:50:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008812 10.0.0.19 - - [2025-08-28 02:50:05] "POST /neutron/network HTTP/1.1" 200 833 0.006478 10.0.0.19 - - [2025-08-28 02:50:05] "POST /neutron/port HTTP/1.1" 200 117 0.006291 10.0.0.19 - - [2025-08-28 02:50:05] "POST /neutron/network HTTP/1.1" 200 840 0.007211 10.0.0.19 - - [2025-08-28 02:50:06] "POST /neutron/port HTTP/1.1" 200 1052 0.014773 10.0.0.19 - - [2025-08-28 02:50:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.19 - - [2025-08-28 02:50:06] "POST /neutron/network HTTP/1.1" 200 830 0.006797 10.0.0.19 - - [2025-08-28 02:50:10] "POST /neutron/port HTTP/1.1" 200 1083 0.015629 10.0.0.19 - - [2025-08-28 02:50:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007004 10.0.0.19 - - [2025-08-28 02:50:11] "GET /virtual-machine/cac20e3f-a105-487d-9b89-9397d373d9a1 HTTP/1.1" 200 1286 0.005224 10.0.0.19 - - [2025-08-28 02:50:11] "GET /virtual-machine-interface/c73be81f-1be3-40de-852a-c926ea1b42a7 HTTP/1.1" 200 2927 0.005064 10.0.0.19 - - [2025-08-28 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005860 10.0.0.19 - - [2025-08-28 02:50:11] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003268 10.0.0.19 - - [2025-08-28 02:50:11] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004642 10.0.0.19 - - [2025-08-28 02:50:11] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005784 10.0.0.19 - - [2025-08-28 02:50:14] "POST /neutron/port HTTP/1.1" 200 1080 0.036312 10.0.0.19 - - [2025-08-28 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.19 - - [2025-08-28 02:50:14] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005022 10.0.0.19 - - [2025-08-28 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.19 - - [2025-08-28 02:50:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004346 10.0.0.19 - - [2025-08-28 02:50:16] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003432 10.0.0.19 - - [2025-08-28 02:50:16] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005753 10.0.0.19 - - [2025-08-28 02:50:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007215 10.0.0.19 - - [2025-08-28 02:50:16] "POST /neutron/port HTTP/1.1" 200 1080 0.014662 10.0.0.19 - - [2025-08-28 02:50:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008671 10.0.0.19 - - [2025-08-28 02:50:16] "GET /virtual-machine/c29af0e7-c9b5-4961-b5cc-f8681352e722 HTTP/1.1" 200 1286 0.006328 10.0.0.19 - - [2025-08-28 02:50:16] "GET /virtual-machine-interface/f2b2fee1-0ca6-44a8-b790-35390fde0e3f HTTP/1.1" 200 2928 0.005739 10.0.0.19 - - [2025-08-28 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.19 - - [2025-08-28 02:50:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003274 10.0.0.19 - - [2025-08-28 02:50:16] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003040 10.0.0.19 - - [2025-08-28 02:50:16] "POST /neutron/subnet HTTP/1.1" 200 693 0.008795 10.0.0.19 - - [2025-08-28 02:50:16] "GET /virtual-network/430fc23b-8193-4a92-9a0f-be20752f5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005708 10.0.0.19 - - [2025-08-28 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.19 - - [2025-08-28 02:50:17] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005195 10.0.0.19 - - [2025-08-28 02:50:17] "GET /virtual-networks?parent_id=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003499 10.0.0.19 - - [2025-08-28 02:50:18] "GET /virtual-network/430fc23b-8193-4a92-9a0f-be20752f5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005520 10.0.0.19 - - [2025-08-28 02:50:18] "POST /interface-route-tables HTTP/1.1" 200 574 0.027449 10.0.0.19 - - [2025-08-28 02:50:18] "GET /interface-route-table/89306000-86ee-4caa-85b1-8b9834c166fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.009433 10.0.0.19 - - [2025-08-28 02:50:18] "GET /virtual-machine-interface/c73be81f-1be3-40de-852a-c926ea1b42a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006228 10.0.0.19 - - [2025-08-28 02:50:18] "POST /ref-update HTTP/1.1" 200 156 0.014079 10.0.0.19 - - [2025-08-28 02:50:18] "POST /routing-policys HTTP/1.1" 200 534 0.029539 10.0.0.19 - - [2025-08-28 02:50:18] "GET /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007910 10.0.0.19 - - [2025-08-28 02:50:18] "PUT /virtual-network/ef47c4c5-e498-4a6a-86ef-f04b9ce8b465 HTTP/1.1" 200 264 0.061555 10.0.0.19 - - [2025-08-28 02:50:22] "POST /ref-update HTTP/1.1" 200 156 0.047383 10.0.0.19 - - [2025-08-28 02:50:22] "POST /ref-update HTTP/1.1" 200 156 0.023869 10.0.0.19 - - [2025-08-28 02:50:22] "DELETE /routing-policy/e1ee83cd-6a7a-4e09-b9fe-04e88a1ec1aa HTTP/1.1" 200 115 0.054462 10.0.0.19 - - [2025-08-28 02:50:22] "POST /neutron/network HTTP/1.1" 200 830 0.006942 10.0.0.19 - - [2025-08-28 02:50:22] "POST /neutron/port HTTP/1.1" 200 1106 0.012301 10.0.0.19 - - [2025-08-28 02:50:23] "POST /neutron/port HTTP/1.1" 200 1109 0.012164 10.0.0.41 - - [2025-08-28 02:50:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009895 10.0.0.41 - - [2025-08-28 02:50:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.19 - - [2025-08-28 02:50:24] "POST /neutron/network HTTP/1.1" 200 151 0.128613 10.0.0.19 - - [2025-08-28 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008077 10.0.0.19 - - [2025-08-28 02:50:24] "DELETE /route-target/a05a3c90-709f-47d2-a532-afe55a2780f9 HTTP/1.1" 200 115 0.025872 10.0.0.41 - - [2025-08-28 02:50:26] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001331 10.0.0.19 - - [2025-08-28 02:50:26] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041095 10.0.0.41 - - [2025-08-28 02:50:26] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.19 - - [2025-08-28 02:50:26] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=virtual_networks HTTP/1.1" 200 1018 0.040910 10.0.0.41 - - [2025-08-28 02:50:26] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000941 10.0.0.19 - - [2025-08-28 02:50:26] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.037601 10.0.0.41 - - [2025-08-28 02:50:26] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001101 10.0.0.19 - - [2025-08-28 02:50:26] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=security_groups HTTP/1.1" 200 1237 0.041583 10.0.0.19 - - [2025-08-28 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.024143 10.0.0.41 - - [2025-08-28 02:50:27] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003483 10.0.0.41 - - [2025-08-28 02:50:27] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.41 - - [2025-08-28 02:50:27] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006469 10.0.0.41 - - [2025-08-28 02:50:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.001061 10.0.0.41 - - [2025-08-28 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.011592 10.0.0.41 - - [2025-08-28 02:50:27] "POST /security-groups HTTP/1.1" 200 595 0.068943 10.0.0.19 - - [2025-08-28 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 238 0.004893 10.0.0.41 - - [2025-08-28 02:50:27] "POST /projects HTTP/1.1" 200 593 0.262484 10.0.0.41 - - [2025-08-28 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.332818 10.0.0.19 - - [2025-08-28 02:50:27] "POST /access-control-lists HTTP/1.1" 200 598 0.028152 10.0.0.19 - - [2025-08-28 02:50:27] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.455570 10.0.0.19 - - [2025-08-28 02:50:28] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.19 - - [2025-08-28 02:50:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.19 - - [2025-08-28 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.054697 10.0.0.41 - - [2025-08-28 02:50:30] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000870 10.0.0.19 - - [2025-08-28 02:50:30] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040900 10.0.0.19 - - [2025-08-28 02:50:30] "POST /neutron/network HTTP/1.1" 200 117 0.029678 10.0.0.19 - - [2025-08-28 02:50:31] "POST /neutron/network HTTP/1.1" 200 832 0.008600 10.0.0.19 - - [2025-08-28 02:50:31] "POST /id-to-fqname HTTP/1.1" 200 226 0.001164 10.0.0.19 - - [2025-08-28 02:50:31] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005530 10.0.0.19 - - [2025-08-28 02:50:31] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005440 10.0.0.19 - - [2025-08-28 02:50:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.008489 10.0.0.19 - - [2025-08-28 02:50:31] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007467 10.0.0.19 - - [2025-08-28 02:50:32] "GET /obj-perms HTTP/1.1" 200 5038 0.047315 10.0.0.38 - - [2025-08-28 02:50:32] "GET /obj-perms HTTP/1.1" 200 5038 0.044848 10.0.0.41 - - [2025-08-28 02:50:33] "GET /obj-perms HTTP/1.1" 200 5038 0.042060 10.0.0.19 - - [2025-08-28 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-08-28 02:50:33] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006369 10.0.0.19 - - [2025-08-28 02:50:33] "POST /route-targets HTTP/1.1" 200 325 0.014280 10.0.0.19 - - [2025-08-28 02:50:33] "PUT /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74 HTTP/1.1" 200 264 0.064811 10.0.0.19 - - [2025-08-28 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.001311 10.0.0.41 - - [2025-08-28 02:50:39] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001303 10.0.0.19 - - [2025-08-28 02:50:39] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.066031 10.0.0.19 - - [2025-08-28 02:50:39] "POST /neutron/port HTTP/1.1" 200 117 0.006203 10.0.0.19 - - [2025-08-28 02:50:39] "POST /neutron/network HTTP/1.1" 200 842 0.007147 10.0.0.19 - - [2025-08-28 02:50:40] "POST /neutron/port HTTP/1.1" 200 1064 0.014974 10.0.0.19 - - [2025-08-28 02:50:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004168 10.0.0.19 - - [2025-08-28 02:50:40] "POST /neutron/network HTTP/1.1" 200 832 0.006590 10.0.0.19 - - [2025-08-28 02:50:44] "POST /neutron/port HTTP/1.1" 200 1092 0.017303 10.0.0.19 - - [2025-08-28 02:50:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008448 10.0.0.19 - - [2025-08-28 02:50:44] "GET /virtual-machine/94ca5cc3-6730-40fe-b685-5aae404a16c4 HTTP/1.1" 401 292 0.000486 10.0.0.19 - - [2025-08-28 02:50:45] "GET /virtual-machine/94ca5cc3-6730-40fe-b685-5aae404a16c4 HTTP/1.1" 200 1297 0.031754 10.0.0.19 - - [2025-08-28 02:50:45] "GET /virtual-machine-interface/57974cc0-5678-4871-bfe4-8a5e879ee5b4 HTTP/1.1" 200 2967 0.006617 10.0.0.19 - - [2025-08-28 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.19 - - [2025-08-28 02:50:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004330 10.0.0.19 - - [2025-08-28 02:50:45] "GET /virtual-networks?parent_id=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003574 10.0.0.19 - - [2025-08-28 02:50:45] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005335 10.0.0.19 - - [2025-08-28 02:50:47] "DELETE /access-control-list/c80fa52d-ce31-4693-a18c-56ec7d9b02f2 HTTP/1.1" 200 115 0.054784 10.0.0.19 - - [2025-08-28 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.19 - - [2025-08-28 02:50:48] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005367 10.0.0.19 - - [2025-08-28 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.19 - - [2025-08-28 02:50:52] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005380 10.0.0.19 - - [2025-08-28 02:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.19 - - [2025-08-28 02:50:56] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.004935 10.0.0.19 - - [2025-08-28 02:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.19 - - [2025-08-28 02:51:00] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006262 10.0.0.19 - - [2025-08-28 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-08-28 02:51:04] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005030 10.0.0.19 - - [2025-08-28 02:51:07] "POST /neutron/network HTTP/1.1" 200 842 0.006110 10.0.0.19 - - [2025-08-28 02:51:07] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.41 - - [2025-08-28 02:51:08] "DELETE /project/c92992a276db4d3e95fdbb46c0fd2553 HTTP/1.1" 404 173 0.006310 10.0.0.41 - - [2025-08-28 02:51:08] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 10.0.0.41 - - [2025-08-28 02:51:08] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041016 10.0.0.41 - - [2025-08-28 02:51:08] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001067 10.0.0.41 - - [2025-08-28 02:51:08] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=security_groups HTTP/1.1" 200 1088 0.050311 10.0.0.41 - - [2025-08-28 02:51:08] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000915 10.0.0.41 - - [2025-08-28 02:51:08] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=application_policy_sets HTTP/1.1" 200 1381 0.046275 10.0.0.41 - - [2025-08-28 02:51:08] "DELETE /project/6935b069-fd2f-4ce6-b132-021ab4952c05 HTTP/1.1" 409 278 0.247739 10.0.0.19 - - [2025-08-28 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.19 - - [2025-08-28 02:51:08] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005665 10.0.0.19 - - [2025-08-28 02:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.19 - - [2025-08-28 02:51:12] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.004987 10.0.0.19 - - [2025-08-28 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.19 - - [2025-08-28 02:51:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003472 10.0.0.19 - - [2025-08-28 02:51:16] "GET /virtual-networks?parent_id=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005382 10.0.0.19 - - [2025-08-28 02:51:16] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006034 10.0.0.19 - - [2025-08-28 02:51:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008356 10.0.0.19 - - [2025-08-28 02:51:24] "POST /neutron/port HTTP/1.1" 200 1092 0.013911 10.0.0.19 - - [2025-08-28 02:51:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007841 10.0.0.19 - - [2025-08-28 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.19 - - [2025-08-28 02:51:32] "GET /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006394 10.0.0.19 - - [2025-08-28 02:51:32] "PUT /virtual-network/141f0878-02e6-434e-a3bf-63bc92ae2a74 HTTP/1.1" 200 264 0.066633 10.0.0.19 - - [2025-08-28 02:51:32] "DELETE /route-target/639e8807-9c27-4e37-ba54-58101c24bed8 HTTP/1.1" 200 115 0.032943 10.0.0.19 - - [2025-08-28 02:51:38] "POST /neutron/port HTTP/1.1" 200 1092 0.013859 10.0.0.19 - - [2025-08-28 02:51:39] "POST /neutron/network HTTP/1.1" 200 832 0.006449 10.0.0.19 - - [2025-08-28 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.41 - - [2025-08-28 02:51:42] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000866 10.0.0.19 - - [2025-08-28 02:51:42] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.033113 10.0.0.41 - - [2025-08-28 02:51:42] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917 10.0.0.19 - - [2025-08-28 02:51:42] "POST /neutron/network HTTP/1.1" 200 613 0.107627 10.0.0.19 - - [2025-08-28 02:51:43] "POST /route-targets HTTP/1.1" 200 327 0.012079 10.0.0.19 - - [2025-08-28 02:51:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.003304 10.0.0.19 - - [2025-08-28 02:51:43] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005168 10.0.0.19 - - [2025-08-28 02:51:43] "POST /neutron/network HTTP/1.1" 200 832 0.005162 10.0.0.19 - - [2025-08-28 02:51:43] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004345 10.0.0.19 - - [2025-08-28 02:51:43] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005446 10.0.0.19 - - [2025-08-28 02:51:43] "GET /obj-perms HTTP/1.1" 200 5038 0.003892 10.0.0.19 - - [2025-08-28 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.19 - - [2025-08-28 02:51:43] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005084 10.0.0.19 - - [2025-08-28 02:51:43] "PUT /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b HTTP/1.1" 200 264 0.055293 10.0.0.19 - - [2025-08-28 02:51:43] "POST /ref-update HTTP/1.1" 200 156 0.026914 10.0.0.19 - - [2025-08-28 02:51:48] "POST /id-to-fqname HTTP/1.1" 200 226 0.001384 10.0.0.19 - - [2025-08-28 02:51:49] "POST /neutron/network HTTP/1.1" 200 842 0.006796 10.0.0.41 - - [2025-08-28 02:51:49] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001473 10.0.0.19 - - [2025-08-28 02:51:49] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.066324 10.0.0.19 - - [2025-08-28 02:51:49] "POST /neutron/port HTTP/1.1" 200 117 0.006991 10.0.0.41 - - [2025-08-28 02:51:50] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000942 10.0.0.19 - - [2025-08-28 02:51:50] "POST /neutron/port HTTP/1.1" 200 1064 0.241567 10.0.0.19 - - [2025-08-28 02:51:50] "POST /neutron/port HTTP/1.1" 200 1118 0.089510 10.0.0.19 - - [2025-08-28 02:51:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.008309 10.0.0.19 - - [2025-08-28 02:51:55] "POST /neutron/port HTTP/1.1" 200 1092 0.014863 10.0.0.19 - - [2025-08-28 02:51:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007077 10.0.0.19 - - [2025-08-28 02:51:55] "GET /virtual-machine/d431fb49-d0d7-48f7-ba1f-eb1f5a1c4af1 HTTP/1.1" 200 1297 0.005427 10.0.0.19 - - [2025-08-28 02:51:55] "GET /virtual-machine-interface/6423ca48-24ba-475c-a8dc-2c8081657b00 HTTP/1.1" 200 2967 0.004804 10.0.0.19 - - [2025-08-28 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.19 - - [2025-08-28 02:51:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003542 10.0.0.19 - - [2025-08-28 02:51:55] "GET /virtual-networks?parent_id=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003324 10.0.0.19 - - [2025-08-28 02:51:55] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005745 10.0.0.19 - - [2025-08-28 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.19 - - [2025-08-28 02:51:58] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005031 10.0.0.41 - - [2025-08-28 02:52:02] "GET /global-system-configs HTTP/1.1" 200 322 0.071039 10.0.0.41 - - [2025-08-28 02:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.130509 10.0.0.38 - - [2025-08-28 02:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.143862 10.0.0.19 - - [2025-08-28 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.19 - - [2025-08-28 02:52:02] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005581 10.0.0.38 - - [2025-08-28 02:52:02] "GET /global-system-configs HTTP/1.1" 200 322 0.028310 10.0.0.41 - - [2025-08-28 02:52:03] "GET /global-system-configs HTTP/1.1" 200 322 0.042270 10.0.0.19 - - [2025-08-28 02:52:03] "GET /obj-perms HTTP/1.1" 200 5056 0.118036 10.0.0.38 - - [2025-08-28 02:52:03] "GET /global-system-configs HTTP/1.1" 200 322 0.096529 10.0.0.38 - - [2025-08-28 02:52:03] "GET /obj-perms HTTP/1.1" 200 5056 0.148044 10.0.0.19 - - [2025-08-28 02:52:03] "GET /global-system-configs HTTP/1.1" 200 322 0.093078 10.0.0.41 - - [2025-08-28 02:52:04] "GET /obj-perms HTTP/1.1" 200 5056 0.258949 10.0.0.19 - - [2025-08-28 02:52:04] "GET /global-system-configs HTTP/1.1" 200 322 0.043140 10.0.0.19 - - [2025-08-28 02:52:04] "GET /obj-perms HTTP/1.1" 200 5056 0.113809 10.0.0.19 - - [2025-08-28 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.19 - - [2025-08-28 02:52:06] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005526 10.0.0.19 - - [2025-08-28 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.19 - - [2025-08-28 02:52:10] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.004808 10.0.0.19 - - [2025-08-28 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.19 - - [2025-08-28 02:52:14] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005348 10.0.0.19 - - [2025-08-28 02:52:17] "POST /neutron/port HTTP/1.1" 200 1092 0.012726 10.0.0.19 - - [2025-08-28 02:52:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003630 10.0.0.19 - - [2025-08-28 02:52:17] "POST /neutron/network HTTP/1.1" 200 832 0.008831 10.0.0.19 - - [2025-08-28 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.19 - - [2025-08-28 02:52:18] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005239 10.0.0.19 - - [2025-08-28 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.19 - - [2025-08-28 02:52:22] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005384 10.0.0.19 - - [2025-08-28 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.19 - - [2025-08-28 02:52:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006123 10.0.0.19 - - [2025-08-28 02:52:25] "GET /virtual-networks?parent_id=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003554 10.0.0.19 - - [2025-08-28 02:52:25] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007164 10.0.0.19 - - [2025-08-28 02:52:30] "POST /neutron/port HTTP/1.1" 200 1092 0.013415 10.0.0.19 - - [2025-08-28 02:52:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006380 10.0.0.38 - - [2025-08-28 02:52:35] "GET /obj-perms HTTP/1.1" 200 5056 0.043288 10.0.0.41 - - [2025-08-28 02:52:35] "GET /obj-perms HTTP/1.1" 200 5056 0.044010 10.0.0.19 - - [2025-08-28 02:52:40] "POST /neutron/port HTTP/1.1" 200 1092 0.013794 10.0.0.19 - - [2025-08-28 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.19 - - [2025-08-28 02:52:45] "GET /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.004809 10.0.0.19 - - [2025-08-28 02:52:46] "PUT /virtual-network/0a0e4c6a-b08b-4f29-b0c0-68eba4d4310b HTTP/1.1" 200 264 0.067671 10.0.0.19 - - [2025-08-28 02:52:46] "DELETE /route-target/3a8a5336-a0b0-4811-a005-fc850950919e HTTP/1.1" 200 115 0.035038 10.0.0.19 - - [2025-08-28 02:52:51] "POST /neutron/network HTTP/1.1" 400 204 0.015211 10.0.0.19 - - [2025-08-28 02:52:51] "POST /neutron/port HTTP/1.1" 200 151 0.175906 10.0.0.41 - - [2025-08-28 02:52:54] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000892 10.0.0.19 - - [2025-08-28 02:52:54] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.043293 10.0.0.41 - - [2025-08-28 02:52:54] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001384 10.0.0.19 - - [2025-08-28 02:52:55] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?fields=virtual_networks HTTP/1.1" 200 1041 0.048855 10.0.0.41 - - [2025-08-28 02:52:55] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001151 10.0.0.19 - - [2025-08-28 02:52:55] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045520 10.0.0.41 - - [2025-08-28 02:52:55] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001094 10.0.0.19 - - [2025-08-28 02:52:55] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?fields=security_groups HTTP/1.1" 200 1271 0.039613 10.0.0.19 - - [2025-08-28 02:52:55] "POST /fqname-to-id HTTP/1.1" 404 213 0.024127 10.0.0.41 - - [2025-08-28 02:52:55] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003452 10.0.0.41 - - [2025-08-28 02:52:56] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.41 - - [2025-08-28 02:52:56] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039893 10.0.0.41 - - [2025-08-28 02:52:56] "POST /id-to-fqname HTTP/1.1" 200 216 0.009843 10.0.0.41 - - [2025-08-28 02:52:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.004026 10.0.0.41 - - [2025-08-28 02:52:56] "POST /security-groups HTTP/1.1" 200 616 0.077376 10.0.0.19 - - [2025-08-28 02:52:56] "POST /fqname-to-id HTTP/1.1" 404 259 0.004159 10.0.0.41 - - [2025-08-28 02:52:56] "POST /projects HTTP/1.1" 200 635 0.291412 10.0.0.41 - - [2025-08-28 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.363041 10.0.0.19 - - [2025-08-28 02:52:56] "POST /access-control-lists HTTP/1.1" 200 619 0.029751 10.0.0.19 - - [2025-08-28 02:52:56] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.533065 10.0.0.19 - - [2025-08-28 02:52:57] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.19 - - [2025-08-28 02:52:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.19 - - [2025-08-28 02:52:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.049140 10.0.0.41 - - [2025-08-28 02:52:59] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000896 10.0.0.19 - - [2025-08-28 02:52:59] "POST /fqname-to-id HTTP/1.1" 404 280 0.004687 10.0.0.19 - - [2025-08-28 02:53:00] "PUT /access-control-list/388287ef-2b7b-44e7-aa9e-ef4e3d220373 HTTP/1.1" 200 272 0.019654 10.0.0.19 - - [2025-08-28 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 1427 0.386895 10.0.0.19 - - [2025-08-28 02:53:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118273 10.0.0.19 - - [2025-08-28 02:53:00] "PUT /access-control-list/388287ef-2b7b-44e7-aa9e-ef4e3d220373 HTTP/1.1" 200 272 0.016428 10.0.0.19 - - [2025-08-28 02:53:00] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.144119 10.0.0.19 - - [2025-08-28 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.19 - - [2025-08-28 02:53:00] "GET /security-group/c52168a8-4536-401e-ba43-0c333495f3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.008972 10.0.0.19 - - [2025-08-28 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.002972 10.0.0.19 - - [2025-08-28 02:53:01] "DELETE /access-control-list/388287ef-2b7b-44e7-aa9e-ef4e3d220373 HTTP/1.1" 200 115 0.044559 10.0.0.19 - - [2025-08-28 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.004231 10.0.0.41 - - [2025-08-28 02:53:01] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000894 10.0.0.19 - - [2025-08-28 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 280 0.005016 10.0.0.19 - - [2025-08-28 02:53:02] "PUT /access-control-list/877a1f24-be3d-4684-9e7e-4745ea474212 HTTP/1.1" 200 272 0.017598 10.0.0.19 - - [2025-08-28 02:53:02] "POST /neutron/security_group HTTP/1.1" 200 1427 0.348578 10.0.0.19 - - [2025-08-28 02:53:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.102360 10.0.0.19 - - [2025-08-28 02:53:02] "PUT /access-control-list/877a1f24-be3d-4684-9e7e-4745ea474212 HTTP/1.1" 200 272 0.014760 10.0.0.19 - - [2025-08-28 02:53:02] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.165776 10.0.0.19 - - [2025-08-28 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.19 - - [2025-08-28 02:53:02] "GET /security-group/f94fba0f-7e6c-47cb-ba40-b3348607d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007436 10.0.0.19 - - [2025-08-28 02:53:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.098779 10.0.0.19 - - [2025-08-28 02:53:03] "PUT /access-control-list/877a1f24-be3d-4684-9e7e-4745ea474212 HTTP/1.1" 200 272 0.015919 10.0.0.19 - - [2025-08-28 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.41 - - [2025-08-28 02:53:03] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001023 10.0.0.19 - - [2025-08-28 02:53:03] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.050813 10.0.0.19 - - [2025-08-28 02:53:03] "POST /neutron/network HTTP/1.1" 200 117 0.009942 10.0.0.19 - - [2025-08-28 02:53:03] "POST /ref-update HTTP/1.1" 200 156 0.027978 10.0.0.41 - - [2025-08-28 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006964 10.0.0.41 - - [2025-08-28 02:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.048415 10.0.0.19 - - [2025-08-28 02:53:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.161896 10.0.0.19 - - [2025-08-28 02:53:04] "POST /id-to-fqname HTTP/1.1" 200 290 0.001334 10.0.0.19 - - [2025-08-28 02:53:04] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.014321 10.0.0.19 - - [2025-08-28 02:53:04] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006691 10.0.0.19 - - [2025-08-28 02:53:04] "POST /neutron/network HTTP/1.1" 200 1111 0.010186 10.0.0.19 - - [2025-08-28 02:53:04] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005131 10.0.0.19 - - [2025-08-28 02:53:05] "POST /id-to-fqname HTTP/1.1" 200 290 0.001333 10.0.0.19 - - [2025-08-28 02:53:06] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008413 10.0.0.41 - - [2025-08-28 02:53:06] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001086 10.0.0.19 - - [2025-08-28 02:53:06] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.070899 10.0.0.19 - - [2025-08-28 02:53:06] "POST /neutron/port HTTP/1.1" 200 117 0.008326 10.0.0.19 - - [2025-08-28 02:53:07] "POST /id-to-fqname HTTP/1.1" 200 290 0.001241 10.0.0.19 - - [2025-08-28 02:53:07] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007570 10.0.0.41 - - [2025-08-28 02:53:07] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000943 10.0.0.19 - - [2025-08-28 02:53:07] "POST /neutron/security_group HTTP/1.1" 200 3456 0.055802 10.0.0.19 - - [2025-08-28 02:53:07] "POST /neutron/port HTTP/1.1" 200 1190 0.016578 10.0.0.41 - - [2025-08-28 02:53:08] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000979 10.0.0.19 - - [2025-08-28 02:53:08] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.128921 10.0.0.19 - - [2025-08-28 02:53:08] "POST /neutron/port HTTP/1.1" 200 1218 0.024613 10.0.0.19 - - [2025-08-28 02:53:08] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015399 10.0.0.19 - - [2025-08-28 02:53:08] "POST /neutron/network HTTP/1.1" 200 1111 0.008616 10.0.0.19 - - [2025-08-28 02:53:08] "POST /neutron/port HTTP/1.1" 200 117 0.006863 10.0.0.41 - - [2025-08-28 02:53:08] "DELETE /project/bb5cd78988f948d4bfb824e2d98496d6 HTTP/1.1" 404 173 0.003605 10.0.0.41 - - [2025-08-28 02:53:08] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096 10.0.0.41 - - [2025-08-28 02:53:08] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.134691 10.0.0.41 - - [2025-08-28 02:53:08] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001487 10.0.0.41 - - [2025-08-28 02:53:08] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?fields=security_groups HTTP/1.1" 200 1376 0.048170 10.0.0.41 - - [2025-08-28 02:53:08] "DELETE /security-group/125cd4f4-1b9c-4c7c-a885-a1b023c5f990 HTTP/1.1" 200 115 0.045116 10.0.0.41 - - [2025-08-28 02:53:08] "GET /projects?obj_uuids=c92992a2-76db-4d3e-95fd-bb46c0fd2553&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.41 - - [2025-08-28 02:53:08] "GET /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553?fields=application_policy_sets HTTP/1.1" 200 1415 0.045786 10.0.0.19 - - [2025-08-28 02:53:08] "POST /neutron/network HTTP/1.1" 200 1121 0.021081 10.0.0.41 - - [2025-08-28 02:53:08] "DELETE /project/c92992a2-76db-4d3e-95fd-bb46c0fd2553 HTTP/1.1" 200 115 0.497196 10.0.0.19 - - [2025-08-28 02:53:09] "POST /neutron/port HTTP/1.1" 200 1190 0.039435 10.0.0.19 - - [2025-08-28 02:53:09] "POST /neutron/port HTTP/1.1" 200 1218 0.016538 10.0.0.19 - - [2025-08-28 02:53:09] "POST /neutron/subnet HTTP/1.1" 200 1374 0.010971 10.0.0.19 - - [2025-08-28 02:53:09] "POST /neutron/network HTTP/1.1" 200 1111 0.007664 10.0.0.19 - - [2025-08-28 02:53:11] "POST /neutron/network HTTP/1.1" 200 1121 0.010469 10.0.0.19 - - [2025-08-28 02:53:11] "POST /neutron/subnet HTTP/1.1" 200 1374 0.012419 10.0.0.19 - - [2025-08-28 02:53:11] "POST /neutron/network HTTP/1.1" 200 1111 0.007800 10.0.0.19 - - [2025-08-28 02:53:13] "POST /neutron/port HTTP/1.1" 200 1218 0.014619 10.0.0.19 - - [2025-08-28 02:53:13] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006330 10.0.0.19 - - [2025-08-28 02:53:13] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.026420 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.003205 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3416 0.005086 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.004704 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3416 0.004709 10.0.0.19 - - [2025-08-28 02:53:14] "GET /instance-ip/561238f9-bf6c-4421-a696-d1478a71787d HTTP/1.1" 200 1734 0.005611 10.0.0.19 - - [2025-08-28 02:53:14] "GET /instance-ip/fe304418-daa5-45fd-bf36-6042184dcbb9 HTTP/1.1" 200 1715 0.005587 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.003146 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3416 0.004629 10.0.0.19 - - [2025-08-28 02:53:14] "GET /instance-ip/561238f9-bf6c-4421-a696-d1478a71787d HTTP/1.1" 200 1734 0.003550 10.0.0.19 - - [2025-08-28 02:53:14] "GET /instance-ip/fe304418-daa5-45fd-bf36-6042184dcbb9 HTTP/1.1" 200 1715 0.003288 10.0.0.19 - - [2025-08-28 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.19 - - [2025-08-28 02:53:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003446 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002780 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005512 10.0.0.19 - - [2025-08-28 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.19 - - [2025-08-28 02:53:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004399 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002856 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005676 10.0.0.19 - - [2025-08-28 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.19 - - [2025-08-28 02:53:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003767 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003167 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005429 10.0.0.19 - - [2025-08-28 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.19 - - [2025-08-28 02:53:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004128 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003070 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005531 10.0.0.19 - - [2025-08-28 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.19 - - [2025-08-28 02:53:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003912 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002684 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005843 10.0.0.19 - - [2025-08-28 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.19 - - [2025-08-28 02:53:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007814 10.0.0.19 - - [2025-08-28 02:53:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003277 10.0.0.19 - - [2025-08-28 02:53:15] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005541 10.0.0.19 - - [2025-08-28 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.19 - - [2025-08-28 02:53:15] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003733 10.0.0.19 - - [2025-08-28 02:53:15] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002511 10.0.0.19 - - [2025-08-28 02:53:15] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005383 10.0.0.19 - - [2025-08-28 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.19 - - [2025-08-28 02:53:18] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.004838 10.0.0.19 - - [2025-08-28 02:53:18] "POST /neutron/port HTTP/1.1" 200 1218 0.013652 10.0.0.19 - - [2025-08-28 02:53:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 10.0.0.19 - - [2025-08-28 02:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.19 - - [2025-08-28 02:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.19 - - [2025-08-28 02:53:22] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005233 10.0.0.19 - - [2025-08-28 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.19 - - [2025-08-28 02:53:26] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006198 10.0.0.19 - - [2025-08-28 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.19 - - [2025-08-28 02:53:30] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.004937 10.0.0.19 - - [2025-08-28 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.19 - - [2025-08-28 02:53:34] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005461 10.0.0.19 - - [2025-08-28 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.19 - - [2025-08-28 02:53:38] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005638 10.0.0.19 - - [2025-08-28 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.19 - - [2025-08-28 02:53:42] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005989 10.0.0.19 - - [2025-08-28 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.19 - - [2025-08-28 02:53:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003177 10.0.0.19 - - [2025-08-28 02:53:46] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003459 10.0.0.19 - - [2025-08-28 02:53:46] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006830 10.0.0.19 - - [2025-08-28 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.19 - - [2025-08-28 02:53:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004157 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002819 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005733 10.0.0.19 - - [2025-08-28 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.19 - - [2025-08-28 02:53:47] "GET /routing-instance/bc909649-bdfc-424d-b72e-cc37dd7f3121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004298 10.0.0.19 - - [2025-08-28 02:53:47] "GET /route-target/84a916b6-072c-489c-93c8-1bf3d799aa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003341 10.0.0.19 - - [2025-08-28 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2025-08-28 02:53:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003609 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002662 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005792 10.0.0.19 - - [2025-08-28 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.19 - - [2025-08-28 02:53:47] "GET /routing-instance/bc909649-bdfc-424d-b72e-cc37dd7f3121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003930 10.0.0.19 - - [2025-08-28 02:53:47] "GET /route-target/84a916b6-072c-489c-93c8-1bf3d799aa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003831 10.0.0.19 - - [2025-08-28 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.19 - - [2025-08-28 02:53:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003655 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003047 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006434 10.0.0.19 - - [2025-08-28 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.19 - - [2025-08-28 02:53:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003788 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002830 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005560 10.0.0.19 - - [2025-08-28 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.19 - - [2025-08-28 02:53:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004066 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002832 10.0.0.19 - - [2025-08-28 02:53:47] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005497 10.0.0.19 - - [2025-08-28 02:53:47] "GET /obj-perms HTTP/1.1" 200 5080 0.046357 10.0.0.41 - - [2025-08-28 02:53:47] "GET /obj-perms HTTP/1.1" 200 5080 0.042886 10.0.0.19 - - [2025-08-28 02:53:47] "GET /obj-perms HTTP/1.1" 200 5080 0.003529 10.0.0.38 - - [2025-08-28 02:53:48] "GET /obj-perms HTTP/1.1" 200 5080 0.041225 10.0.0.19 - - [2025-08-28 02:53:48] "GET /obj-perms HTTP/1.1" 200 5080 0.003483 10.0.0.19 - - [2025-08-28 02:53:48] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.004204 10.0.0.19 - - [2025-08-28 02:53:48] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3416 0.005195 10.0.0.19 - - [2025-08-28 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.19 - - [2025-08-28 02:53:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003449 10.0.0.19 - - [2025-08-28 02:53:48] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002675 10.0.0.19 - - [2025-08-28 02:53:48] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005322 10.0.0.19 - - [2025-08-28 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.19 - - [2025-08-28 02:53:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003413 10.0.0.19 - - [2025-08-28 02:53:49] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003052 10.0.0.19 - - [2025-08-28 02:53:49] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005322 10.0.0.19 - - [2025-08-28 02:53:49] "POST /neutron/port HTTP/1.1" 200 1218 0.013895 10.0.0.19 - - [2025-08-28 02:53:51] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006452 10.0.0.19 - - [2025-08-28 02:53:54] "POST /neutron/port HTTP/1.1" 200 1218 0.014505 10.0.0.19 - - [2025-08-28 02:53:59] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007006 10.0.0.19 - - [2025-08-28 02:54:05] "POST /neutron/port HTTP/1.1" 200 1218 0.014524 10.0.0.19 - - [2025-08-28 02:54:05] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006577 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 200 1317 0.005483 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 200 1317 0.003361 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine-interface/42d5a4fa-33da-4c5a-802f-adb2294fda9c HTTP/1.1" 200 3416 0.004538 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 200 1317 0.003271 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine-interface/42d5a4fa-33da-4c5a-802f-adb2294fda9c HTTP/1.1" 200 3416 0.004642 10.0.0.19 - - [2025-08-28 02:54:05] "GET /instance-ip/3253170e-c959-4ffc-8c21-e6d25e74c9a5 HTTP/1.1" 200 1734 0.004589 10.0.0.19 - - [2025-08-28 02:54:05] "GET /instance-ip/3d513044-5834-41c4-8105-d38c6e7deed2 HTTP/1.1" 200 1713 0.005075 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 200 1317 0.003010 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-machine-interface/42d5a4fa-33da-4c5a-802f-adb2294fda9c HTTP/1.1" 200 3416 0.005440 10.0.0.19 - - [2025-08-28 02:54:05] "GET /instance-ip/3253170e-c959-4ffc-8c21-e6d25e74c9a5 HTTP/1.1" 200 1734 0.005090 10.0.0.19 - - [2025-08-28 02:54:05] "GET /instance-ip/3d513044-5834-41c4-8105-d38c6e7deed2 HTTP/1.1" 200 1713 0.003300 10.0.0.19 - - [2025-08-28 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.19 - - [2025-08-28 02:54:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003108 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002243 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005570 10.0.0.19 - - [2025-08-28 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.19 - - [2025-08-28 02:54:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003925 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003170 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005242 10.0.0.19 - - [2025-08-28 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.19 - - [2025-08-28 02:54:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004905 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002691 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005596 10.0.0.19 - - [2025-08-28 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.19 - - [2025-08-28 02:54:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003845 10.0.0.19 - - [2025-08-28 02:54:05] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002643 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005871 10.0.0.19 - - [2025-08-28 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.19 - - [2025-08-28 02:54:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004167 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003507 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005629 10.0.0.19 - - [2025-08-28 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.19 - - [2025-08-28 02:54:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004465 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003393 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005246 10.0.0.19 - - [2025-08-28 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.19 - - [2025-08-28 02:54:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003787 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002596 10.0.0.19 - - [2025-08-28 02:54:06] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005553 10.0.0.19 - - [2025-08-28 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.19 - - [2025-08-28 02:54:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003556 10.0.0.19 - - [2025-08-28 02:54:07] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002931 10.0.0.19 - - [2025-08-28 02:54:07] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005837 10.0.0.19 - - [2025-08-28 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.19 - - [2025-08-28 02:54:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003925 10.0.0.19 - - [2025-08-28 02:54:07] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002647 10.0.0.19 - - [2025-08-28 02:54:07] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006007 10.0.0.19 - - [2025-08-28 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2025-08-28 02:54:07] "GET /routing-instance/bc909649-bdfc-424d-b72e-cc37dd7f3121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004395 10.0.0.19 - - [2025-08-28 02:54:07] "GET /route-target/84a916b6-072c-489c-93c8-1bf3d799aa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003494 10.0.0.19 - - [2025-08-28 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.19 - - [2025-08-28 02:54:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004191 10.0.0.19 - - [2025-08-28 02:54:07] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002600 10.0.0.19 - - [2025-08-28 02:54:07] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006233 10.0.0.19 - - [2025-08-28 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.19 - - [2025-08-28 02:54:07] "GET /routing-instance/bc909649-bdfc-424d-b72e-cc37dd7f3121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004135 10.0.0.19 - - [2025-08-28 02:54:07] "GET /route-target/84a916b6-072c-489c-93c8-1bf3d799aa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004780 10.0.0.19 - - [2025-08-28 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.19 - - [2025-08-28 02:54:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003840 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002884 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005791 10.0.0.19 - - [2025-08-28 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.19 - - [2025-08-28 02:54:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004085 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002585 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005067 10.0.0.19 - - [2025-08-28 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.19 - - [2025-08-28 02:54:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008159 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002807 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006057 10.0.0.41 - - [2025-08-28 02:54:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003954 10.0.0.19 - - [2025-08-28 02:54:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003860 10.0.0.41 - - [2025-08-28 02:54:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003797 10.0.0.19 - - [2025-08-28 02:54:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003546 10.0.0.38 - - [2025-08-28 02:54:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003406 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 200 1317 0.003935 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-machine-interface/42d5a4fa-33da-4c5a-802f-adb2294fda9c HTTP/1.1" 200 3416 0.004860 10.0.0.19 - - [2025-08-28 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.19 - - [2025-08-28 02:54:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003186 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002851 10.0.0.19 - - [2025-08-28 02:54:08] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005342 10.0.0.19 - - [2025-08-28 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2025-08-28 02:54:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003179 10.0.0.19 - - [2025-08-28 02:54:09] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002894 10.0.0.19 - - [2025-08-28 02:54:09] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006402 10.0.0.19 - - [2025-08-28 02:54:10] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.003894 10.0.0.19 - - [2025-08-28 02:54:10] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3416 0.004826 10.0.0.19 - - [2025-08-28 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.19 - - [2025-08-28 02:54:10] "GET /security-group/f94fba0f-7e6c-47cb-ba40-b3348607d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.003078 10.0.0.19 - - [2025-08-28 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.19 - - [2025-08-28 02:54:10] "GET /security-group/f94fba0f-7e6c-47cb-ba40-b3348607d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004366 10.0.0.19 - - [2025-08-28 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004217 10.0.0.19 - - [2025-08-28 02:54:10] "POST /neutron/port HTTP/1.1" 200 1244 0.011641 10.0.0.19 - - [2025-08-28 02:54:10] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.003886 10.0.0.19 - - [2025-08-28 02:54:10] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3360 0.006137 10.0.0.19 - - [2025-08-28 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008290 10.0.0.19 - - [2025-08-28 02:54:10] "POST /neutron/port HTTP/1.1" 200 1206 0.011967 10.0.0.19 - - [2025-08-28 02:54:10] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.003659 10.0.0.19 - - [2025-08-28 02:54:10] "GET /virtual-machine-interface/893be996-4e9e-4182-8957-0edd4b1baf09 HTTP/1.1" 200 3416 0.007147 10.0.0.19 - - [2025-08-28 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-08-28 02:54:10] "GET /security-group/f94fba0f-7e6c-47cb-ba40-b3348607d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.003879 10.0.0.19 - - [2025-08-28 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.19 - - [2025-08-28 02:54:10] "GET /security-group/f94fba0f-7e6c-47cb-ba40-b3348607d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.011528 10.0.0.19 - - [2025-08-28 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1481 0.003825 10.0.0.19 - - [2025-08-28 02:54:11] "POST /neutron/port HTTP/1.1" 200 1218 0.013729 10.0.0.19 - - [2025-08-28 02:54:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.19 - - [2025-08-28 02:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.19 - - [2025-08-28 02:54:18] "POST /neutron/port HTTP/1.1" 200 1218 0.015441 10.0.0.19 - - [2025-08-28 02:54:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003948 10.0.0.19 - - [2025-08-28 02:54:18] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.41 - - [2025-08-28 02:54:36] "GET /obj-perms HTTP/1.1" 200 5056 0.052277 10.0.0.19 - - [2025-08-28 02:55:11] "POST /neutron/port HTTP/1.1" 200 1218 0.034358 10.0.0.19 - - [2025-08-28 02:55:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004254 10.0.0.19 - - [2025-08-28 02:55:11] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.19 - - [2025-08-28 02:55:20] "POST /neutron/port HTTP/1.1" 200 1218 0.014467 10.0.0.19 - - [2025-08-28 02:55:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.19 - - [2025-08-28 02:55:20] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.19 - - [2025-08-28 02:55:41] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.008295 10.0.0.19 - - [2025-08-28 02:55:41] "PUT /access-control-list/877a1f24-be3d-4684-9e7e-4745ea474212 HTTP/1.1" 200 272 0.043565 10.0.0.19 - - [2025-08-28 02:55:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146426 10.0.0.19 - - [2025-08-28 02:55:44] "POST /neutron/security_group HTTP/1.1" 200 1453 0.007279 10.0.0.19 - - [2025-08-28 02:55:44] "POST /neutron/port HTTP/1.1" 200 1244 0.013322 10.0.0.19 - - [2025-08-28 02:55:44] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 200 1317 0.004176 10.0.0.19 - - [2025-08-28 02:55:45] "POST /neutron/port HTTP/1.1" 200 1206 0.014160 10.0.0.19 - - [2025-08-28 02:55:46] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 404 171 0.002992 10.0.0.19 - - [2025-08-28 02:55:46] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 404 171 0.002544 10.0.0.19 - - [2025-08-28 02:55:46] "GET /virtual-machine/2b9309e4-9eb9-4c69-b523-94b367805ecb HTTP/1.1" 404 171 0.002394 10.0.0.19 - - [2025-08-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.19 - - [2025-08-28 02:55:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004253 10.0.0.19 - - [2025-08-28 02:55:47] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002785 10.0.0.19 - - [2025-08-28 02:55:47] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007204 10.0.0.19 - - [2025-08-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.19 - - [2025-08-28 02:55:47] "GET /routing-instance/bc909649-bdfc-424d-b72e-cc37dd7f3121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004496 10.0.0.19 - - [2025-08-28 02:55:47] "GET /route-target/84a916b6-072c-489c-93c8-1bf3d799aa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003649 10.0.0.19 - - [2025-08-28 02:55:47] "GET /obj-perms HTTP/1.1" 200 5080 0.003704 10.0.0.41 - - [2025-08-28 02:55:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004903 10.0.0.19 - - [2025-08-28 02:55:56] "GET /obj-perms HTTP/1.1" 200 5080 0.003612 10.0.0.41 - - [2025-08-28 02:55:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003697 10.0.0.19 - - [2025-08-28 02:56:05] "GET /obj-perms HTTP/1.1" 200 5080 0.003783 10.0.0.41 - - [2025-08-28 02:56:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003457 10.0.0.19 - - [2025-08-28 02:56:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003850 10.0.0.19 - - [2025-08-28 02:56:12] "POST /neutron/port HTTP/1.1" 200 1218 0.015047 10.0.0.19 - - [2025-08-28 02:56:12] "POST /neutron/port HTTP/1.1" 200 1206 0.081816 10.0.0.19 - - [2025-08-28 02:56:12] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 200 1317 0.004204 10.0.0.19 - - [2025-08-28 02:56:12] "POST /neutron/port HTTP/1.1" 200 151 0.236457 10.0.0.19 - - [2025-08-28 02:56:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 404 171 0.003008 10.0.0.19 - - [2025-08-28 02:56:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 404 171 0.002913 10.0.0.19 - - [2025-08-28 02:56:14] "GET /virtual-machine/6e30fb4d-1083-456b-94a8-044687972e28 HTTP/1.1" 404 171 0.002940 10.0.0.19 - - [2025-08-28 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.19 - - [2025-08-28 02:56:14] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003567 10.0.0.19 - - [2025-08-28 02:56:14] "GET /virtual-networks?parent_id=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002928 10.0.0.19 - - [2025-08-28 02:56:14] "GET /virtual-network/e0fa3721-caec-478a-8726-28e87896a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005973 10.0.0.19 - - [2025-08-28 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.19 - - [2025-08-28 02:56:14] "GET /routing-instance/bc909649-bdfc-424d-b72e-cc37dd7f3121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005691 10.0.0.19 - - [2025-08-28 02:56:14] "GET /route-target/84a916b6-072c-489c-93c8-1bf3d799aa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003431 10.0.0.38 - - [2025-08-28 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003920 10.0.0.19 - - [2025-08-28 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003538 10.0.0.41 - - [2025-08-28 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003333 10.0.0.19 - - [2025-08-28 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005386 10.0.0.19 - - [2025-08-28 02:56:15] "POST /neutron/security_group HTTP/1.1" 200 1479 0.004190 10.0.0.19 - - [2025-08-28 02:56:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.002871 10.0.0.19 - - [2025-08-28 02:56:15] "DELETE /access-control-list/877a1f24-be3d-4684-9e7e-4745ea474212 HTTP/1.1" 200 115 0.043839 10.0.0.41 - - [2025-08-28 02:56:16] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.027214 10.0.0.19 - - [2025-08-28 02:56:16] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.091707 10.0.0.41 - - [2025-08-28 02:56:16] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.19 - - [2025-08-28 02:56:16] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?fields=virtual_networks HTTP/1.1" 200 1083 0.038587 10.0.0.41 - - [2025-08-28 02:56:16] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000949 10.0.0.19 - - [2025-08-28 02:56:16] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.037019 10.0.0.41 - - [2025-08-28 02:56:17] "GET /projects?obj_uuids=bb5cd789-88f9-48d4-bfb8-24e2d98496d6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000925 10.0.0.19 - - [2025-08-28 02:56:17] "GET /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6?fields=security_groups HTTP/1.1" 200 1334 0.059159 10.0.0.19 - - [2025-08-28 02:56:17] "POST /fqname-to-id HTTP/1.1" 404 218 0.023663 10.0.0.41 - - [2025-08-28 02:56:17] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003253 10.0.0.41 - - [2025-08-28 02:56:17] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.41 - - [2025-08-28 02:56:17] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006455 10.0.0.41 - - [2025-08-28 02:56:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.011153 10.0.0.41 - - [2025-08-28 02:56:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.003318 10.0.0.41 - - [2025-08-28 02:56:18] "POST /security-groups HTTP/1.1" 200 621 0.029603 10.0.0.41 - - [2025-08-28 02:56:18] "POST /projects HTTP/1.1" 200 645 0.260484 10.0.0.19 - - [2025-08-28 02:56:18] "POST /fqname-to-id HTTP/1.1" 404 263 0.013930 10.0.0.41 - - [2025-08-28 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.332253 10.0.0.19 - - [2025-08-28 02:56:18] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.465826 10.0.0.19 - - [2025-08-28 02:56:19] "GET / HTTP/1.1" 200 35931 0.002646 10.0.0.19 - - [2025-08-28 02:56:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.19 - - [2025-08-28 02:56:21] "POST /fqname-to-id HTTP/1.1" 404 254 0.052057 10.0.0.19 - - [2025-08-28 02:56:21] "POST /security-groups HTTP/1.1" 200 595 0.041599 10.0.0.19 - - [2025-08-28 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.19 - - [2025-08-28 02:56:21] "POST /access-control-lists HTTP/1.1" 200 648 0.025971 10.0.0.19 - - [2025-08-28 02:56:21] "GET /security-group/d250865a-a6d2-4df1-93a3-85a619927faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.017434 10.0.0.19 - - [2025-08-28 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.19 - - [2025-08-28 02:56:21] "GET /security-group/d250865a-a6d2-4df1-93a3-85a619927faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005179 10.0.0.19 - - [2025-08-28 02:56:22] "DELETE /security-group/d250865a-a6d2-4df1-93a3-85a619927faa HTTP/1.1" 200 115 0.051416 10.0.0.19 - - [2025-08-28 02:56:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.002829 10.0.0.19 - - [2025-08-28 02:56:22] "DELETE /access-control-list/2da1d375-e042-40e4-870f-ac1ccd8d5cd5 HTTP/1.1" 200 115 0.039356 10.0.0.19 - - [2025-08-28 02:56:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.003187 10.0.0.19 - - [2025-08-28 02:56:22] "POST /security-groups HTTP/1.1" 200 595 0.035262 10.0.0.19 - - [2025-08-28 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.19 - - [2025-08-28 02:56:22] "POST /access-control-lists HTTP/1.1" 200 648 0.029427 10.0.0.19 - - [2025-08-28 02:56:22] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.011230 10.0.0.19 - - [2025-08-28 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.19 - - [2025-08-28 02:56:22] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004766 10.0.0.19 - - [2025-08-28 02:56:23] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004383 10.0.0.19 - - [2025-08-28 02:56:23] "PUT /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0 HTTP/1.1" 200 262 0.023438 10.0.0.19 - - [2025-08-28 02:56:23] "PUT /access-control-list/4d3cbf54-b60e-4ecd-8b02-822b123042aa HTTP/1.1" 200 272 0.009867 10.0.0.19 - - [2025-08-28 02:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.41 - - [2025-08-28 02:56:23] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001119 10.0.0.19 - - [2025-08-28 02:56:23] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.036767 10.0.0.41 - - [2025-08-28 02:56:23] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000961 10.0.0.19 - - [2025-08-28 02:56:23] "POST /neutron/network HTTP/1.1" 200 735 0.118505 10.0.0.19 - - [2025-08-28 02:56:23] "POST /ref-update HTTP/1.1" 200 156 0.020478 10.0.0.19 - - [2025-08-28 02:56:23] "POST /id-to-fqname HTTP/1.1" 200 300 0.003152 10.0.0.19 - - [2025-08-28 02:56:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005028 10.0.0.19 - - [2025-08-28 02:56:23] "POST /neutron/network HTTP/1.1" 200 953 0.006412 10.0.0.19 - - [2025-08-28 02:56:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005753 10.0.0.19 - - [2025-08-28 02:56:24] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005475 10.0.0.19 - - [2025-08-28 02:56:25] "POST /id-to-fqname HTTP/1.1" 200 300 0.001311 10.0.0.19 - - [2025-08-28 02:56:25] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007331 10.0.0.41 - - [2025-08-28 02:56:26] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001311 10.0.0.19 - - [2025-08-28 02:56:26] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.060796 10.0.0.19 - - [2025-08-28 02:56:26] "POST /neutron/port HTTP/1.1" 200 117 0.006287 10.0.0.19 - - [2025-08-28 02:56:26] "POST /id-to-fqname HTTP/1.1" 200 300 0.001446 10.0.0.19 - - [2025-08-28 02:56:26] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007730 10.0.0.41 - - [2025-08-28 02:56:26] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001336 10.0.0.19 - - [2025-08-28 02:56:26] "POST /neutron/security_group HTTP/1.1" 200 3296 0.053486 10.0.0.19 - - [2025-08-28 02:56:27] "POST /neutron/port HTTP/1.1" 200 1089 0.014008 10.0.0.41 - - [2025-08-28 02:56:27] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000960 10.0.0.19 - - [2025-08-28 02:56:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004156 10.0.0.19 - - [2025-08-28 02:56:27] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.065032 10.0.0.19 - - [2025-08-28 02:56:27] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.19 - - [2025-08-28 02:56:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006651 10.0.0.19 - - [2025-08-28 02:56:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.009283 10.0.0.41 - - [2025-08-28 02:56:28] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001826 10.0.0.19 - - [2025-08-28 02:56:28] "POST /neutron/port HTTP/1.1" 200 1089 0.274642 10.0.0.19 - - [2025-08-28 02:56:28] "POST /neutron/port HTTP/1.1" 200 1143 0.100601 10.0.0.19 - - [2025-08-28 02:56:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.007777 10.0.0.19 - - [2025-08-28 02:56:32] "POST /neutron/port HTTP/1.1" 200 1118 0.015347 10.0.0.19 - - [2025-08-28 02:56:33] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007288 10.0.0.19 - - [2025-08-28 02:56:33] "POST /neutron/port HTTP/1.1" 200 1118 0.014374 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.026901 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.003157 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3263 0.004654 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.003422 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3263 0.004631 10.0.0.19 - - [2025-08-28 02:56:33] "GET /instance-ip/cc276b82-73cc-4417-b4fa-c95338b236ee HTTP/1.1" 200 1730 0.005146 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.003437 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3263 0.004894 10.0.0.19 - - [2025-08-28 02:56:33] "GET /instance-ip/cc276b82-73cc-4417-b4fa-c95338b236ee HTTP/1.1" 200 1730 0.003178 10.0.0.19 - - [2025-08-28 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.19 - - [2025-08-28 02:56:33] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003555 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002544 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006734 10.0.0.19 - - [2025-08-28 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-08-28 02:56:33] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003779 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003822 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006628 10.0.0.19 - - [2025-08-28 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.19 - - [2025-08-28 02:56:33] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004334 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004455 10.0.0.19 - - [2025-08-28 02:56:33] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005828 10.0.0.19 - - [2025-08-28 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.19 - - [2025-08-28 02:56:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005266 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003283 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006346 10.0.0.19 - - [2025-08-28 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-08-28 02:56:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003972 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002961 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005571 10.0.0.19 - - [2025-08-28 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.19 - - [2025-08-28 02:56:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004009 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002679 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005543 10.0.0.19 - - [2025-08-28 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.19 - - [2025-08-28 02:56:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003826 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002795 10.0.0.19 - - [2025-08-28 02:56:34] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007529 10.0.0.19 - - [2025-08-28 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.19 - - [2025-08-28 02:56:37] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005077 10.0.0.19 - - [2025-08-28 02:56:38] "GET /obj-perms HTTP/1.1" 200 5056 0.048746 10.0.0.38 - - [2025-08-28 02:56:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045106 10.0.0.19 - - [2025-08-28 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.19 - - [2025-08-28 02:56:41] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.004999 10.0.0.19 - - [2025-08-28 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.19 - - [2025-08-28 02:56:45] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.004924 10.0.0.19 - - [2025-08-28 02:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.19 - - [2025-08-28 02:56:49] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.004811 10.0.0.19 - - [2025-08-28 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.19 - - [2025-08-28 02:56:53] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005534 10.0.0.19 - - [2025-08-28 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.19 - - [2025-08-28 02:56:58] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005667 10.0.0.19 - - [2025-08-28 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.19 - - [2025-08-28 02:57:02] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007343 10.0.0.41 - - [2025-08-28 02:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.028540 10.0.0.38 - - [2025-08-28 02:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.041823 10.0.0.41 - - [2025-08-28 02:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.110259 10.0.0.41 - - [2025-08-28 02:57:03] "GET /global-system-configs HTTP/1.1" 200 322 0.082764 10.0.0.38 - - [2025-08-28 02:57:03] "GET /obj-perms HTTP/1.1" 200 5056 0.141633 10.0.0.19 - - [2025-08-28 02:57:03] "GET /obj-perms HTTP/1.1" 200 5056 0.155129 10.0.0.38 - - [2025-08-28 02:57:03] "GET /global-system-configs HTTP/1.1" 200 322 0.033024 10.0.0.19 - - [2025-08-28 02:57:03] "GET /global-system-configs HTTP/1.1" 200 322 0.175262 10.0.0.41 - - [2025-08-28 02:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.258371 10.0.0.19 - - [2025-08-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-08-28 02:57:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003986 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002629 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006088 10.0.0.19 - - [2025-08-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.19 - - [2025-08-28 02:57:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003274 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002381 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007623 10.0.0.19 - - [2025-08-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010381 10.0.0.19 - - [2025-08-28 02:57:04] "GET /global-system-configs HTTP/1.1" 200 322 0.044532 10.0.0.19 - - [2025-08-28 02:57:04] "GET /routing-instance/a8702491-91b9-4dc7-9c78-a03c01e5d002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004196 10.0.0.19 - - [2025-08-28 02:57:04] "GET /route-target/862e79f3-acf8-4706-99bc-101174b5f234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003514 10.0.0.38 - - [2025-08-28 02:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.126434 10.0.0.19 - - [2025-08-28 02:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.140625 10.0.0.19 - - [2025-08-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.19 - - [2025-08-28 02:57:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003657 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003097 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005529 10.0.0.19 - - [2025-08-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.19 - - [2025-08-28 02:57:04] "GET /routing-instance/a8702491-91b9-4dc7-9c78-a03c01e5d002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004456 10.0.0.19 - - [2025-08-28 02:57:04] "GET /route-target/862e79f3-acf8-4706-99bc-101174b5f234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003767 10.0.0.19 - - [2025-08-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.19 - - [2025-08-28 02:57:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003937 10.0.0.19 - - [2025-08-28 02:57:04] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002672 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007928 10.0.0.19 - - [2025-08-28 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.19 - - [2025-08-28 02:57:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003711 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002974 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006034 10.0.0.19 - - [2025-08-28 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.19 - - [2025-08-28 02:57:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004209 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002959 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006492 10.0.0.41 - - [2025-08-28 02:57:05] "GET /obj-perms HTTP/1.1" 200 5090 0.049415 10.0.0.19 - - [2025-08-28 02:57:05] "GET /obj-perms HTTP/1.1" 200 5090 0.052300 10.0.0.19 - - [2025-08-28 02:57:05] "GET /obj-perms HTTP/1.1" 200 5090 0.003896 10.0.0.38 - - [2025-08-28 02:57:05] "GET /obj-perms HTTP/1.1" 200 5090 0.046171 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.003959 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3263 0.004859 10.0.0.19 - - [2025-08-28 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.19 - - [2025-08-28 02:57:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003253 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002983 10.0.0.19 - - [2025-08-28 02:57:05] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006805 10.0.0.19 - - [2025-08-28 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.19 - - [2025-08-28 02:57:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003083 10.0.0.19 - - [2025-08-28 02:57:07] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002898 10.0.0.19 - - [2025-08-28 02:57:07] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005861 10.0.0.19 - - [2025-08-28 02:57:07] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006876 10.0.0.41 - - [2025-08-28 02:57:09] "DELETE /project/fdf3c024fde2409787b7dd46339a9284 HTTP/1.1" 404 173 0.003875 10.0.0.41 - - [2025-08-28 02:57:09] "DELETE /project/bb5cd789-88f9-48d4-bfb8-24e2d98496d6 HTTP/1.1" 404 177 0.003301 10.0.0.19 - - [2025-08-28 02:57:12] "POST /neutron/port HTTP/1.1" 200 1118 0.014895 10.0.0.19 - - [2025-08-28 02:57:14] "POST /neutron/port HTTP/1.1" 200 1118 0.015959 10.0.0.19 - - [2025-08-28 02:57:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.008302 10.0.0.19 - - [2025-08-28 02:57:15] "POST /neutron/port HTTP/1.1" 200 1118 0.034221 10.0.0.19 - - [2025-08-28 02:57:17] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007565 10.0.0.19 - - [2025-08-28 02:57:22] "POST /neutron/port HTTP/1.1" 200 1118 0.014757 10.0.0.19 - - [2025-08-28 02:57:22] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006530 10.0.0.19 - - [2025-08-28 02:57:22] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 200 1322 0.005506 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 200 1322 0.003205 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-machine-interface/6dbb7df8-e12d-4b5f-bcde-8935460460e2 HTTP/1.1" 200 3263 0.005490 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 200 1322 0.003617 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-machine-interface/6dbb7df8-e12d-4b5f-bcde-8935460460e2 HTTP/1.1" 200 3263 0.005446 10.0.0.19 - - [2025-08-28 02:57:23] "GET /instance-ip/fa1aeba9-88e8-41ce-ba8c-7606d99f802f HTTP/1.1" 200 1730 0.005427 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 200 1322 0.003229 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-machine-interface/6dbb7df8-e12d-4b5f-bcde-8935460460e2 HTTP/1.1" 200 3263 0.004907 10.0.0.19 - - [2025-08-28 02:57:23] "GET /instance-ip/fa1aeba9-88e8-41ce-ba8c-7606d99f802f HTTP/1.1" 200 1730 0.003493 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003630 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003211 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006087 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003920 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002979 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005757 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004039 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003211 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006093 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003760 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002720 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005677 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003724 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002839 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005258 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004125 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002958 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.012220 10.0.0.19 - - [2025-08-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.19 - - [2025-08-28 02:57:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003729 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002933 10.0.0.19 - - [2025-08-28 02:57:23] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005980 10.0.0.19 - - [2025-08-28 02:57:24] "POST /neutron/port HTTP/1.1" 200 1118 0.013795 10.0.0.19 - - [2025-08-28 02:57:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004940 10.0.0.19 - - [2025-08-28 02:57:24] "POST /neutron/network HTTP/1.1" 200 953 0.006059 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.19 - - [2025-08-28 02:57:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003567 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003086 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006907 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-08-28 02:57:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003501 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003937 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005508 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.19 - - [2025-08-28 02:57:25] "GET /routing-instance/a8702491-91b9-4dc7-9c78-a03c01e5d002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.003850 10.0.0.19 - - [2025-08-28 02:57:25] "GET /route-target/862e79f3-acf8-4706-99bc-101174b5f234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003398 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.19 - - [2025-08-28 02:57:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003269 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002882 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005454 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.19 - - [2025-08-28 02:57:25] "GET /routing-instance/a8702491-91b9-4dc7-9c78-a03c01e5d002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.003656 10.0.0.19 - - [2025-08-28 02:57:25] "GET /route-target/862e79f3-acf8-4706-99bc-101174b5f234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003461 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2025-08-28 02:57:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003738 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003289 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005521 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.19 - - [2025-08-28 02:57:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003685 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003420 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005252 10.0.0.19 - - [2025-08-28 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.19 - - [2025-08-28 02:57:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003790 10.0.0.19 - - [2025-08-28 02:57:25] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002712 10.0.0.19 - - [2025-08-28 02:57:26] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006225 10.0.0.41 - - [2025-08-28 02:57:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003642 10.0.0.19 - - [2025-08-28 02:57:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003735 10.0.0.19 - - [2025-08-28 02:57:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003515 10.0.0.41 - - [2025-08-28 02:57:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003424 10.0.0.19 - - [2025-08-28 02:57:26] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 200 1322 0.003220 10.0.0.19 - - [2025-08-28 02:57:26] "GET /virtual-machine-interface/6dbb7df8-e12d-4b5f-bcde-8935460460e2 HTTP/1.1" 200 3263 0.004968 10.0.0.19 - - [2025-08-28 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.19 - - [2025-08-28 02:57:26] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003114 10.0.0.19 - - [2025-08-28 02:57:26] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002976 10.0.0.19 - - [2025-08-28 02:57:26] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005608 10.0.0.19 - - [2025-08-28 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.19 - - [2025-08-28 02:57:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003365 10.0.0.19 - - [2025-08-28 02:57:27] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002614 10.0.0.19 - - [2025-08-28 02:57:27] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005694 10.0.0.19 - - [2025-08-28 02:57:27] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.004547 10.0.0.19 - - [2025-08-28 02:57:27] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3263 0.004752 10.0.0.19 - - [2025-08-28 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.19 - - [2025-08-28 02:57:27] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004655 10.0.0.19 - - [2025-08-28 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.19 - - [2025-08-28 02:57:27] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003814 10.0.0.19 - - [2025-08-28 02:57:27] "POST /neutron/port HTTP/1.1" 200 1118 0.013312 10.0.0.19 - - [2025-08-28 02:57:28] "POST /neutron/port HTTP/1.1" 200 1105 0.079097 10.0.0.19 - - [2025-08-28 02:57:28] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.003488 10.0.0.19 - - [2025-08-28 02:57:28] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3202 0.005748 10.0.0.19 - - [2025-08-28 02:57:28] "POST /neutron/port HTTP/1.1" 200 1105 0.010655 10.0.0.19 - - [2025-08-28 02:57:28] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.005411 10.0.0.19 - - [2025-08-28 02:57:28] "GET /virtual-machine-interface/7943c97a-bdb3-4d5e-a502-d6915005de3f HTTP/1.1" 200 3263 0.007873 10.0.0.19 - - [2025-08-28 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.19 - - [2025-08-28 02:57:28] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003247 10.0.0.19 - - [2025-08-28 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.19 - - [2025-08-28 02:57:28] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004508 10.0.0.19 - - [2025-08-28 02:57:28] "POST /neutron/security_group HTTP/1.1" 200 1316 0.003619 10.0.0.19 - - [2025-08-28 02:57:28] "DELETE /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0 HTTP/1.1" 409 336 0.009467 10.0.0.41 - - [2025-08-28 02:57:39] "GET /obj-perms HTTP/1.1" 200 5056 0.039288 10.0.0.19 - - [2025-08-28 02:57:39] "GET /obj-perms HTTP/1.1" 200 5056 0.041760 10.0.0.19 - - [2025-08-28 02:58:16] "POST /neutron/network HTTP/1.1" 200 963 0.008740 10.0.0.19 - - [2025-08-28 02:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.19 - - [2025-08-28 02:58:26] "POST /neutron/port HTTP/1.1" 200 1118 0.032808 10.0.0.19 - - [2025-08-28 02:58:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008615 10.0.0.19 - - [2025-08-28 02:58:49] "GET /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004875 10.0.0.19 - - [2025-08-28 02:58:49] "PUT /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0 HTTP/1.1" 200 262 0.016160 10.0.0.19 - - [2025-08-28 02:58:49] "PUT /access-control-list/4d3cbf54-b60e-4ecd-8b02-822b123042aa HTTP/1.1" 200 272 0.016667 10.0.0.19 - - [2025-08-28 02:58:51] "POST /neutron/security_group HTTP/1.1" 200 1286 0.007982 10.0.0.19 - - [2025-08-28 02:58:51] "POST /neutron/port HTTP/1.1" 200 1143 0.011184 10.0.0.19 - - [2025-08-28 02:58:52] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 200 1322 0.004459 10.0.0.19 - - [2025-08-28 02:58:52] "POST /neutron/port HTTP/1.1" 200 1105 0.012959 10.0.0.19 - - [2025-08-28 02:58:54] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 404 171 0.003386 10.0.0.19 - - [2025-08-28 02:58:54] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 404 171 0.003364 10.0.0.19 - - [2025-08-28 02:58:54] "GET /virtual-machine/4feb28ea-cb11-40ac-bef6-f4569c97894e HTTP/1.1" 404 171 0.002557 10.0.0.19 - - [2025-08-28 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.19 - - [2025-08-28 02:58:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003758 10.0.0.19 - - [2025-08-28 02:58:54] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002883 10.0.0.19 - - [2025-08-28 02:58:54] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005927 10.0.0.19 - - [2025-08-28 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2025-08-28 02:58:54] "GET /routing-instance/a8702491-91b9-4dc7-9c78-a03c01e5d002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004310 10.0.0.19 - - [2025-08-28 02:58:54] "GET /route-target/862e79f3-acf8-4706-99bc-101174b5f234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003592 10.0.0.41 - - [2025-08-28 02:58:57] "GET /obj-perms HTTP/1.1" 200 5090 0.003914 10.0.0.19 - - [2025-08-28 02:59:00] "GET /obj-perms HTTP/1.1" 200 5090 0.004174 10.0.0.41 - - [2025-08-28 02:59:06] "GET /obj-perms HTTP/1.1" 200 5090 0.003573 10.0.0.19 - - [2025-08-28 02:59:09] "GET /obj-perms HTTP/1.1" 200 5090 0.003720 10.0.0.19 - - [2025-08-28 02:59:13] "GET /obj-perms HTTP/1.1" 200 5090 0.003387 10.0.0.38 - - [2025-08-28 02:59:13] "GET /obj-perms HTTP/1.1" 200 5090 0.003218 10.0.0.41 - - [2025-08-28 02:59:13] "GET /obj-perms HTTP/1.1" 200 5090 0.003328 10.0.0.19 - - [2025-08-28 02:59:13] "POST /neutron/port HTTP/1.1" 200 1118 0.014227 10.0.0.19 - - [2025-08-28 02:59:13] "POST /neutron/port HTTP/1.1" 200 1105 0.068551 10.0.0.19 - - [2025-08-28 02:59:13] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 200 1321 0.005501 10.0.0.19 - - [2025-08-28 02:59:14] "POST /neutron/port HTTP/1.1" 200 151 0.166336 10.0.0.19 - - [2025-08-28 02:59:15] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 404 171 0.003393 10.0.0.19 - - [2025-08-28 02:59:15] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 404 171 0.002624 10.0.0.19 - - [2025-08-28 02:59:15] "GET /virtual-machine/47ae8ab5-9bfd-4d1d-8704-c54fbbb04668 HTTP/1.1" 404 171 0.002763 10.0.0.19 - - [2025-08-28 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.19 - - [2025-08-28 02:59:15] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003808 10.0.0.19 - - [2025-08-28 02:59:15] "GET /virtual-networks?parent_id=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002924 10.0.0.19 - - [2025-08-28 02:59:15] "GET /virtual-network/0e3d7d26-5478-4dbd-8911-92f7517baff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006528 10.0.0.19 - - [2025-08-28 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2025-08-28 02:59:15] "GET /routing-instance/a8702491-91b9-4dc7-9c78-a03c01e5d002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004282 10.0.0.19 - - [2025-08-28 02:59:15] "GET /route-target/862e79f3-acf8-4706-99bc-101174b5f234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003794 10.0.0.19 - - [2025-08-28 02:59:21] "GET /obj-perms HTTP/1.1" 200 5090 0.003747 10.0.0.38 - - [2025-08-28 02:59:21] "GET /obj-perms HTTP/1.1" 200 5090 0.003616 10.0.0.19 - - [2025-08-28 02:59:31] "GET /obj-perms HTTP/1.1" 200 5090 0.005320 10.0.0.38 - - [2025-08-28 02:59:31] "GET /obj-perms HTTP/1.1" 200 5090 0.004060 10.0.0.19 - - [2025-08-28 02:59:40] "GET /obj-perms HTTP/1.1" 200 5090 0.004395 10.0.0.38 - - [2025-08-28 02:59:40] "GET /obj-perms HTTP/1.1" 200 5090 0.004217 10.0.0.19 - - [2025-08-28 02:59:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003885 10.0.0.38 - - [2025-08-28 02:59:43] "GET /obj-perms HTTP/1.1" 200 5090 0.009133 10.0.0.19 - - [2025-08-28 02:59:43] "DELETE /route-target/862e79f3-acf8-4706-99bc-101174b5f234 HTTP/1.1" 200 115 0.025369 10.0.0.19 - - [2025-08-28 02:59:43] "DELETE /security-group/aba059ac-8d5b-4e5f-8110-347c33bb27e0 HTTP/1.1" 200 115 0.043582 10.0.0.19 - - [2025-08-28 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 254 0.004262 10.0.0.41 - - [2025-08-28 02:59:45] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001316 10.0.0.19 - - [2025-08-28 02:59:45] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.049716 10.0.0.41 - - [2025-08-28 02:59:45] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001273 10.0.0.19 - - [2025-08-28 02:59:45] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?fields=virtual_networks HTTP/1.1" 200 1092 0.059202 10.0.0.41 - - [2025-08-28 02:59:45] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001245 10.0.0.19 - - [2025-08-28 02:59:45] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.043260 10.0.0.41 - - [2025-08-28 02:59:45] "GET /projects?obj_uuids=fdf3c024-fde2-4097-87b7-dd46339a9284&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000994 10.0.0.19 - - [2025-08-28 02:59:45] "GET /project/fdf3c024-fde2-4097-87b7-dd46339a9284?fields=security_groups HTTP/1.1" 200 1348 0.039190 10.0.0.19 - - [2025-08-28 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.024955 10.0.0.41 - - [2025-08-28 02:59:46] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003445 10.0.0.41 - - [2025-08-28 02:59:46] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.41 - - [2025-08-28 02:59:46] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035345 10.0.0.41 - - [2025-08-28 02:59:46] "POST /id-to-fqname HTTP/1.1" 200 212 0.005758 10.0.0.41 - - [2025-08-28 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 222 0.014199 10.0.0.41 - - [2025-08-28 02:59:46] "POST /security-groups HTTP/1.1" 200 612 0.077122 10.0.0.19 - - [2025-08-28 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 255 0.006585 10.0.0.41 - - [2025-08-28 02:59:47] "POST /projects HTTP/1.1" 200 627 0.285148 10.0.0.41 - - [2025-08-28 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.362958 10.0.0.19 - - [2025-08-28 02:59:47] "POST /access-control-lists HTTP/1.1" 200 615 0.039446 10.0.0.19 - - [2025-08-28 02:59:47] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.541144 10.0.0.19 - - [2025-08-28 02:59:48] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.19 - - [2025-08-28 02:59:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.19 - - [2025-08-28 02:59:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.032736 10.0.0.41 - - [2025-08-28 02:59:50] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000936 10.0.0.19 - - [2025-08-28 02:59:50] "POST /fqname-to-id HTTP/1.1" 404 277 0.005856 10.0.0.19 - - [2025-08-28 02:59:50] "POST /access-control-lists HTTP/1.1" 200 637 0.028954 10.0.0.19 - - [2025-08-28 02:59:50] "POST /neutron/security_group HTTP/1.1" 200 1423 0.366617 10.0.0.19 - - [2025-08-28 02:59:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178979 10.0.0.19 - - [2025-08-28 02:59:51] "PUT /access-control-list/b9880432-193e-42ed-8a10-68a348980c34 HTTP/1.1" 200 272 0.016737 10.0.0.19 - - [2025-08-28 02:59:51] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.114564 10.0.0.19 - - [2025-08-28 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.19 - - [2025-08-28 02:59:51] "GET /security-group/dc7e19e8-e370-43cd-aba5-bc70e76d3928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.003234 10.0.0.19 - - [2025-08-28 02:59:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.012470 10.0.0.19 - - [2025-08-28 02:59:51] "DELETE /access-control-list/b9880432-193e-42ed-8a10-68a348980c34 HTTP/1.1" 200 115 0.030073 10.0.0.19 - - [2025-08-28 02:59:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.004913 10.0.0.41 - - [2025-08-28 02:59:52] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001009 10.0.0.19 - - [2025-08-28 02:59:52] "POST /fqname-to-id HTTP/1.1" 404 276 0.009578 10.0.0.19 - - [2025-08-28 02:59:52] "PUT /access-control-list/90ef197c-0d5b-4e99-8933-19993cae5095 HTTP/1.1" 200 272 0.021708 10.0.0.19 - - [2025-08-28 02:59:52] "POST /neutron/security_group HTTP/1.1" 200 1423 0.335313 10.0.0.19 - - [2025-08-28 02:59:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112411 10.0.0.19 - - [2025-08-28 02:59:52] "PUT /access-control-list/90ef197c-0d5b-4e99-8933-19993cae5095 HTTP/1.1" 200 272 0.014636 10.0.0.19 - - [2025-08-28 02:59:53] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.157023 10.0.0.19 - - [2025-08-28 02:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008536 10.0.0.19 - - [2025-08-28 02:59:53] "GET /security-group/4f9565de-742b-4bf7-ad6b-3eca8c1542b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009763 10.0.0.19 - - [2025-08-28 02:59:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.101172 10.0.0.19 - - [2025-08-28 02:59:53] "PUT /access-control-list/90ef197c-0d5b-4e99-8933-19993cae5095 HTTP/1.1" 200 272 0.040893 10.0.0.19 - - [2025-08-28 02:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.41 - - [2025-08-28 02:59:53] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001157 10.0.0.19 - - [2025-08-28 02:59:54] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.047507 10.0.0.19 - - [2025-08-28 02:59:54] "POST /neutron/network HTTP/1.1" 200 117 0.008084 10.0.0.19 - - [2025-08-28 02:59:54] "POST /ref-update HTTP/1.1" 200 156 0.029010 10.0.0.19 - - [2025-08-28 02:59:54] "POST /neutron/network HTTP/1.1" 200 927 0.008065 10.0.0.19 - - [2025-08-28 02:59:54] "POST /id-to-fqname HTTP/1.1" 200 282 0.000972 10.0.0.19 - - [2025-08-28 02:59:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005939 10.0.0.19 - - [2025-08-28 02:59:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005767 10.0.0.19 - - [2025-08-28 02:59:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.012052 10.0.0.19 - - [2025-08-28 02:59:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005176 10.0.0.19 - - [2025-08-28 02:59:55] "POST /id-to-fqname HTTP/1.1" 200 282 0.001243 10.0.0.41 - - [2025-08-28 02:59:56] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000898 10.0.0.19 - - [2025-08-28 02:59:56] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.063626 10.0.0.19 - - [2025-08-28 02:59:57] "POST /neutron/network HTTP/1.1" 200 927 0.030897 10.0.0.19 - - [2025-08-28 02:59:57] "POST /id-to-fqname HTTP/1.1" 200 282 0.001250 10.0.0.19 - - [2025-08-28 02:59:57] "POST /neutron/port HTTP/1.1" 200 117 0.006072 10.0.0.19 - - [2025-08-28 02:59:57] "POST /neutron/network HTTP/1.1" 200 937 0.006077 10.0.0.19 - - [2025-08-28 02:59:58] "POST /neutron/port HTTP/1.1" 200 1081 0.014591 10.0.0.19 - - [2025-08-28 02:59:58] "POST /neutron/port HTTP/1.1" 200 1109 0.021560 10.0.0.41 - - [2025-08-28 02:59:58] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000993 10.0.0.19 - - [2025-08-28 02:59:58] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.079364 10.0.0.19 - - [2025-08-28 02:59:58] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.19 - - [2025-08-28 02:59:58] "POST /neutron/port HTTP/1.1" 200 1109 0.023423 10.0.0.19 - - [2025-08-28 02:59:58] "POST /neutron/port HTTP/1.1" 200 1109 0.016184 10.0.0.41 - - [2025-08-28 02:59:58] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001034 10.0.0.19 - - [2025-08-28 02:59:58] "POST /neutron/security_group HTTP/1.1" 200 3414 0.051464 10.0.0.19 - - [2025-08-28 02:59:59] "POST /neutron/port HTTP/1.1" 200 1081 0.012561 10.0.0.19 - - [2025-08-28 02:59:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.19 - - [2025-08-28 02:59:59] "POST /neutron/network HTTP/1.1" 200 927 0.005840 10.0.0.19 - - [2025-08-28 03:00:03] "POST /neutron/port HTTP/1.1" 200 1109 0.015728 10.0.0.19 - - [2025-08-28 03:00:03] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006905 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.025555 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.003313 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3191 0.005235 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.003319 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3191 0.004698 10.0.0.19 - - [2025-08-28 03:00:04] "GET /instance-ip/c024b134-97a8-4395-b61f-722a58263da8 HTTP/1.1" 200 1704 0.006222 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.003103 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3191 0.004750 10.0.0.19 - - [2025-08-28 03:00:04] "GET /instance-ip/c024b134-97a8-4395-b61f-722a58263da8 HTTP/1.1" 200 1704 0.003499 10.0.0.19 - - [2025-08-28 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.19 - - [2025-08-28 03:00:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003039 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002422 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006475 10.0.0.19 - - [2025-08-28 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.19 - - [2025-08-28 03:00:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004003 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002689 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005329 10.0.0.19 - - [2025-08-28 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.19 - - [2025-08-28 03:00:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003840 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003296 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005047 10.0.0.19 - - [2025-08-28 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.19 - - [2025-08-28 03:00:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004323 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003398 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005748 10.0.0.19 - - [2025-08-28 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2025-08-28 03:00:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003955 10.0.0.19 - - [2025-08-28 03:00:04] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002654 10.0.0.19 - - [2025-08-28 03:00:05] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005615 10.0.0.19 - - [2025-08-28 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.19 - - [2025-08-28 03:00:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003664 10.0.0.19 - - [2025-08-28 03:00:05] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002975 10.0.0.19 - - [2025-08-28 03:00:05] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005920 10.0.0.19 - - [2025-08-28 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2025-08-28 03:00:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004004 10.0.0.19 - - [2025-08-28 03:00:05] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002604 10.0.0.19 - - [2025-08-28 03:00:05] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005756 10.0.0.19 - - [2025-08-28 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.19 - - [2025-08-28 03:00:08] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005260 10.0.0.41 - - [2025-08-28 03:00:09] "DELETE /project/1abfc59253754024b141f3b913c25ec0 HTTP/1.1" 404 173 0.004564 10.0.0.41 - - [2025-08-28 03:00:09] "DELETE /project/fdf3c024-fde2-4097-87b7-dd46339a9284 HTTP/1.1" 404 177 0.003905 10.0.0.19 - - [2025-08-28 03:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.19 - - [2025-08-28 03:00:12] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004870 10.0.0.19 - - [2025-08-28 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.19 - - [2025-08-28 03:00:16] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005003 10.0.0.19 - - [2025-08-28 03:00:19] "POST /neutron/port HTTP/1.1" 200 1109 0.034881 10.0.0.19 - - [2025-08-28 03:00:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003586 10.0.0.19 - - [2025-08-28 03:00:19] "POST /neutron/network HTTP/1.1" 200 927 0.007010 10.0.0.19 - - [2025-08-28 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.19 - - [2025-08-28 03:00:20] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004906 10.0.0.19 - - [2025-08-28 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.19 - - [2025-08-28 03:00:24] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005738 10.0.0.19 - - [2025-08-28 03:00:28] "POST /neutron/network HTTP/1.1" 200 937 0.006499 10.0.0.19 - - [2025-08-28 03:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.19 - - [2025-08-28 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.19 - - [2025-08-28 03:00:28] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005110 10.0.0.19 - - [2025-08-28 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.19 - - [2025-08-28 03:00:32] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005050 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2025-08-28 03:00:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003223 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002631 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.010566 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.19 - - [2025-08-28 03:00:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.020959 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002982 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.014392 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006706 10.0.0.19 - - [2025-08-28 03:00:35] "GET /routing-instance/03db3c12-ed2b-49ca-bc47-5e701b6d5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004502 10.0.0.19 - - [2025-08-28 03:00:35] "GET /route-target/dc88712f-9af7-4fed-80b1-39bda23a80f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003753 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-08-28 03:00:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.013109 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003266 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005443 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011265 10.0.0.19 - - [2025-08-28 03:00:35] "GET /routing-instance/03db3c12-ed2b-49ca-bc47-5e701b6d5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006113 10.0.0.19 - - [2025-08-28 03:00:35] "GET /route-target/dc88712f-9af7-4fed-80b1-39bda23a80f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003065 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010885 10.0.0.19 - - [2025-08-28 03:00:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003843 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002699 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007889 10.0.0.19 - - [2025-08-28 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.19 - - [2025-08-28 03:00:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003490 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002791 10.0.0.19 - - [2025-08-28 03:00:35] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005667 10.0.0.19 - - [2025-08-28 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.19 - - [2025-08-28 03:00:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004113 10.0.0.19 - - [2025-08-28 03:00:36] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002635 10.0.0.19 - - [2025-08-28 03:00:36] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005836 10.0.0.41 - - [2025-08-28 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.048220 10.0.0.19 - - [2025-08-28 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.075932 10.0.0.19 - - [2025-08-28 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003346 10.0.0.38 - - [2025-08-28 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.049582 10.0.0.19 - - [2025-08-28 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.005391 10.0.0.41 - - [2025-08-28 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003396 10.0.0.19 - - [2025-08-28 03:00:36] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.004012 10.0.0.19 - - [2025-08-28 03:00:36] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3191 0.012068 10.0.0.19 - - [2025-08-28 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2025-08-28 03:00:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007829 10.0.0.19 - - [2025-08-28 03:00:36] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002982 10.0.0.19 - - [2025-08-28 03:00:36] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005448 10.0.0.19 - - [2025-08-28 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.19 - - [2025-08-28 03:00:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003359 10.0.0.19 - - [2025-08-28 03:00:38] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002409 10.0.0.19 - - [2025-08-28 03:00:38] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005740 10.0.0.19 - - [2025-08-28 03:00:38] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006575 10.0.0.19 - - [2025-08-28 03:00:42] "POST /neutron/port HTTP/1.1" 200 1109 0.015101 10.0.0.19 - - [2025-08-28 03:00:43] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007212 10.0.0.19 - - [2025-08-28 03:00:53] "POST /neutron/port HTTP/1.1" 200 1109 0.015237 10.0.0.19 - - [2025-08-28 03:00:53] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007183 10.0.0.19 - - [2025-08-28 03:00:53] "POST /neutron/port HTTP/1.1" 200 1109 0.013827 10.0.0.19 - - [2025-08-28 03:00:53] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 200 1313 0.005478 10.0.0.19 - - [2025-08-28 03:00:53] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 200 1313 0.003333 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-machine-interface/fb589c5a-2fd5-4705-8e83-6626e7ef3d17 HTTP/1.1" 200 3192 0.005292 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 200 1313 0.003570 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-machine-interface/fb589c5a-2fd5-4705-8e83-6626e7ef3d17 HTTP/1.1" 200 3192 0.005970 10.0.0.19 - - [2025-08-28 03:00:54] "GET /instance-ip/7f513a49-8ef9-4cb9-a499-32686c70b2de HTTP/1.1" 200 1703 0.005702 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 200 1313 0.003203 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-machine-interface/fb589c5a-2fd5-4705-8e83-6626e7ef3d17 HTTP/1.1" 200 3192 0.005340 10.0.0.19 - - [2025-08-28 03:00:54] "GET /instance-ip/7f513a49-8ef9-4cb9-a499-32686c70b2de HTTP/1.1" 200 1703 0.003846 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003215 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003074 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005757 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003888 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002885 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005528 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003860 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002481 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005832 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004398 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003035 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006863 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004379 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002807 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006543 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005047 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003024 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005915 10.0.0.19 - - [2025-08-28 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-08-28 03:00:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004129 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003047 10.0.0.19 - - [2025-08-28 03:00:54] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005532 10.0.0.19 - - [2025-08-28 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.19 - - [2025-08-28 03:00:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003465 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002559 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005383 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.19 - - [2025-08-28 03:00:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003352 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002666 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005564 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.19 - - [2025-08-28 03:00:56] "GET /routing-instance/03db3c12-ed2b-49ca-bc47-5e701b6d5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004436 10.0.0.19 - - [2025-08-28 03:00:56] "GET /route-target/dc88712f-9af7-4fed-80b1-39bda23a80f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004019 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.19 - - [2025-08-28 03:00:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003371 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002635 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005515 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.19 - - [2025-08-28 03:00:56] "GET /routing-instance/03db3c12-ed2b-49ca-bc47-5e701b6d5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004142 10.0.0.19 - - [2025-08-28 03:00:56] "GET /route-target/dc88712f-9af7-4fed-80b1-39bda23a80f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003718 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.19 - - [2025-08-28 03:00:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004454 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002943 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005489 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2025-08-28 03:00:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003886 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002930 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005737 10.0.0.19 - - [2025-08-28 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.19 - - [2025-08-28 03:00:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003828 10.0.0.19 - - [2025-08-28 03:00:56] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003436 10.0.0.19 - - [2025-08-28 03:00:57] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006064 10.0.0.19 - - [2025-08-28 03:00:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003502 10.0.0.41 - - [2025-08-28 03:00:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003601 10.0.0.19 - - [2025-08-28 03:00:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003536 10.0.0.41 - - [2025-08-28 03:00:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003409 10.0.0.19 - - [2025-08-28 03:00:57] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 200 1313 0.003985 10.0.0.19 - - [2025-08-28 03:00:57] "GET /virtual-machine-interface/fb589c5a-2fd5-4705-8e83-6626e7ef3d17 HTTP/1.1" 200 3192 0.004759 10.0.0.19 - - [2025-08-28 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.19 - - [2025-08-28 03:00:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003276 10.0.0.19 - - [2025-08-28 03:00:57] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002836 10.0.0.19 - - [2025-08-28 03:00:57] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005430 10.0.0.19 - - [2025-08-28 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2025-08-28 03:00:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003732 10.0.0.19 - - [2025-08-28 03:00:58] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002753 10.0.0.19 - - [2025-08-28 03:00:58] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005903 10.0.0.19 - - [2025-08-28 03:00:58] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.003757 10.0.0.19 - - [2025-08-28 03:00:58] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3191 0.005090 10.0.0.19 - - [2025-08-28 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.19 - - [2025-08-28 03:00:58] "GET /security-group/4f9565de-742b-4bf7-ad6b-3eca8c1542b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.003530 10.0.0.19 - - [2025-08-28 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.19 - - [2025-08-28 03:00:58] "GET /security-group/4f9565de-742b-4bf7-ad6b-3eca8c1542b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004025 10.0.0.19 - - [2025-08-28 03:00:58] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006664 10.0.0.19 - - [2025-08-28 03:00:58] "POST /neutron/port HTTP/1.1" 200 1135 0.010524 10.0.0.19 - - [2025-08-28 03:00:59] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.004501 10.0.0.19 - - [2025-08-28 03:00:59] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3139 0.008381 10.0.0.19 - - [2025-08-28 03:00:59] "POST /neutron/port HTTP/1.1" 200 1071 0.014090 10.0.0.19 - - [2025-08-28 03:00:59] "POST /neutron/port HTTP/1.1" 200 1135 0.059991 10.0.0.19 - - [2025-08-28 03:00:59] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.003793 10.0.0.19 - - [2025-08-28 03:00:59] "GET /virtual-machine-interface/7a193a72-336c-4b68-900c-ce7197b404db HTTP/1.1" 200 3191 0.004546 10.0.0.19 - - [2025-08-28 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.19 - - [2025-08-28 03:00:59] "GET /security-group/4f9565de-742b-4bf7-ad6b-3eca8c1542b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.002965 10.0.0.19 - - [2025-08-28 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.19 - - [2025-08-28 03:00:59] "GET /security-group/4f9565de-742b-4bf7-ad6b-3eca8c1542b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004017 10.0.0.19 - - [2025-08-28 03:00:59] "POST /neutron/security_group HTTP/1.1" 400 206 0.010733 10.0.0.19 - - [2025-08-28 03:01:20] "POST /neutron/network HTTP/1.1" 200 937 0.006749 10.0.0.19 - - [2025-08-28 03:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.19 - - [2025-08-28 03:01:30] "POST /neutron/port HTTP/1.1" 200 1109 0.014173 10.0.0.19 - - [2025-08-28 03:01:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.008389 10.0.0.38 - - [2025-08-28 03:01:41] "GET /obj-perms HTTP/1.1" 200 5056 0.046309 10.0.0.41 - - [2025-08-28 03:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.072832 10.0.0.41 - - [2025-08-28 03:02:02] "GET /obj-perms HTTP/1.1" 200 5056 0.129961 10.0.0.19 - - [2025-08-28 03:02:02] "GET /obj-perms HTTP/1.1" 200 5056 0.142456 10.0.0.38 - - [2025-08-28 03:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.036912 10.0.0.41 - - [2025-08-28 03:02:03] "GET /global-system-configs HTTP/1.1" 200 322 0.026186 10.0.0.38 - - [2025-08-28 03:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.145759 10.0.0.38 - - [2025-08-28 03:02:03] "GET /global-system-configs HTTP/1.1" 200 322 0.071947 10.0.0.19 - - [2025-08-28 03:02:03] "GET /global-system-configs HTTP/1.1" 200 322 0.002982 10.0.0.41 - - [2025-08-28 03:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.209111 10.0.0.19 - - [2025-08-28 03:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.222421 10.0.0.19 - - [2025-08-28 03:02:04] "GET /global-system-configs HTTP/1.1" 200 322 0.045918 10.0.0.38 - - [2025-08-28 03:02:04] "GET /obj-perms HTTP/1.1" 200 5056 0.127497 10.0.0.41 - - [2025-08-28 03:02:17] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.036506 10.0.0.19 - - [2025-08-28 03:02:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2628 0.083076 10.0.0.19 - - [2025-08-28 03:02:18] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.012026 10.0.0.19 - - [2025-08-28 03:02:18] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.139339 10.0.0.19 - - [2025-08-28 03:02:18] "PUT /access-control-list/90ef197c-0d5b-4e99-8933-19993cae5095 HTTP/1.1" 200 272 0.047759 10.0.0.19 - - [2025-08-28 03:02:20] "POST /neutron/network HTTP/1.1" 200 937 0.007218 10.0.0.19 - - [2025-08-28 03:02:20] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.19 - - [2025-08-28 03:02:21] "POST /neutron/port HTTP/1.1" 200 1109 0.013802 10.0.0.19 - - [2025-08-28 03:02:21] "POST /neutron/port HTTP/1.1" 200 1097 0.072554 10.0.0.19 - - [2025-08-28 03:02:21] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 200 1313 0.003888 10.0.0.19 - - [2025-08-28 03:02:21] "POST /neutron/port HTTP/1.1" 200 151 0.163739 10.0.0.19 - - [2025-08-28 03:02:23] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 404 171 0.002980 10.0.0.19 - - [2025-08-28 03:02:23] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 404 171 0.002840 10.0.0.19 - - [2025-08-28 03:02:23] "GET /virtual-machine/64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 HTTP/1.1" 404 171 0.002893 10.0.0.19 - - [2025-08-28 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.19 - - [2025-08-28 03:02:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003339 10.0.0.19 - - [2025-08-28 03:02:23] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002502 10.0.0.19 - - [2025-08-28 03:02:23] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006968 10.0.0.19 - - [2025-08-28 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2025-08-28 03:02:23] "GET /routing-instance/03db3c12-ed2b-49ca-bc47-5e701b6d5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004427 10.0.0.19 - - [2025-08-28 03:02:23] "GET /route-target/dc88712f-9af7-4fed-80b1-39bda23a80f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003118 10.0.0.19 - - [2025-08-28 03:02:23] "GET /obj-perms HTTP/1.1" 200 5072 0.004315 10.0.0.41 - - [2025-08-28 03:02:23] "GET /obj-perms HTTP/1.1" 200 5072 0.003576 10.0.0.19 - - [2025-08-28 03:02:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003588 10.0.0.41 - - [2025-08-28 03:02:33] "GET /obj-perms HTTP/1.1" 200 5072 0.004367 10.0.0.19 - - [2025-08-28 03:02:42] "GET /obj-perms HTTP/1.1" 200 5072 0.003586 10.0.0.41 - - [2025-08-28 03:02:42] "GET /obj-perms HTTP/1.1" 200 5072 0.003990 10.0.0.19 - - [2025-08-28 03:02:42] "GET /obj-perms HTTP/1.1" 200 5056 0.074225 10.0.0.19 - - [2025-08-28 03:02:42] "POST /neutron/port HTTP/1.1" 200 1135 0.011579 10.0.0.19 - - [2025-08-28 03:02:42] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 200 1314 0.004403 10.0.0.19 - - [2025-08-28 03:02:43] "POST /neutron/port HTTP/1.1" 200 1071 0.020016 10.0.0.19 - - [2025-08-28 03:02:44] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 404 171 0.003016 10.0.0.19 - - [2025-08-28 03:02:44] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 404 171 0.002619 10.0.0.19 - - [2025-08-28 03:02:44] "GET /virtual-machine/b451c381-d6fe-4459-9580-9af2339df2f6 HTTP/1.1" 404 171 0.002565 10.0.0.19 - - [2025-08-28 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.19 - - [2025-08-28 03:02:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003627 10.0.0.19 - - [2025-08-28 03:02:45] "GET /virtual-networks?parent_id=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002861 10.0.0.19 - - [2025-08-28 03:02:45] "GET /virtual-network/5645059d-fd95-473d-94ed-839ce0773df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006407 10.0.0.19 - - [2025-08-28 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-08-28 03:02:45] "GET /routing-instance/03db3c12-ed2b-49ca-bc47-5e701b6d5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005074 10.0.0.19 - - [2025-08-28 03:02:45] "GET /route-target/dc88712f-9af7-4fed-80b1-39bda23a80f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003528 10.0.0.38 - - [2025-08-28 03:02:45] "GET /obj-perms HTTP/1.1" 200 5072 0.003890 10.0.0.19 - - [2025-08-28 03:02:51] "GET /obj-perms HTTP/1.1" 200 5072 0.003845 10.0.0.38 - - [2025-08-28 03:02:54] "GET /obj-perms HTTP/1.1" 200 5072 0.003518 10.0.0.19 - - [2025-08-28 03:03:00] "GET /obj-perms HTTP/1.1" 200 5072 0.004388 10.0.0.38 - - [2025-08-28 03:03:03] "GET /obj-perms HTTP/1.1" 200 5072 0.003614 10.0.0.19 - - [2025-08-28 03:03:09] "GET /obj-perms HTTP/1.1" 200 5072 0.003813 10.0.0.38 - - [2025-08-28 03:03:12] "GET /obj-perms HTTP/1.1" 200 5072 0.003481 10.0.0.19 - - [2025-08-28 03:03:16] "GET /obj-perms HTTP/1.1" 200 5072 0.003753 10.0.0.19 - - [2025-08-28 03:03:16] "POST /neutron/network HTTP/1.1" 200 927 0.006293 10.0.0.19 - - [2025-08-28 03:03:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.051246 10.0.0.19 - - [2025-08-28 03:03:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.002523 10.0.0.19 - - [2025-08-28 03:03:16] "DELETE /access-control-list/551b4f0f-ca30-4195-aa7a-cc12c471a345 HTTP/1.1" 200 115 0.031229 10.0.0.41 - - [2025-08-28 03:03:18] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001809 10.0.0.19 - - [2025-08-28 03:03:18] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.077893 10.0.0.41 - - [2025-08-28 03:03:18] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002057 10.0.0.19 - - [2025-08-28 03:03:18] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?fields=virtual_networks HTTP/1.1" 200 1074 0.072950 10.0.0.41 - - [2025-08-28 03:03:18] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001451 10.0.0.19 - - [2025-08-28 03:03:18] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.044154 10.0.0.41 - - [2025-08-28 03:03:18] "GET /projects?obj_uuids=1abfc592-5375-4024-b141-f3b913c25ec0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000962 10.0.0.19 - - [2025-08-28 03:03:18] "GET /project/1abfc592-5375-4024-b141-f3b913c25ec0?fields=security_groups HTTP/1.1" 200 1321 0.038752 10.0.0.19 - - [2025-08-28 03:03:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.026927 10.0.0.41 - - [2025-08-28 03:03:19] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.41 - - [2025-08-28 03:03:19] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.41 - - [2025-08-28 03:03:19] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006870 10.0.0.41 - - [2025-08-28 03:03:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.002456 10.0.0.41 - - [2025-08-28 03:03:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.003536 10.0.0.41 - - [2025-08-28 03:03:19] "POST /security-groups HTTP/1.1" 200 589 0.036488 10.0.0.41 - - [2025-08-28 03:03:19] "POST /projects HTTP/1.1" 200 581 0.235859 10.0.0.19 - - [2025-08-28 03:03:19] "POST /access-control-lists HTTP/1.1" 200 594 0.025752 10.0.0.41 - - [2025-08-28 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.313832 10.0.0.19 - - [2025-08-28 03:03:19] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.449884 10.0.0.19 - - [2025-08-28 03:03:20] "GET / HTTP/1.1" 200 35931 0.001661 10.0.0.19 - - [2025-08-28 03:03:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2025-08-28 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.051551 10.0.0.41 - - [2025-08-28 03:03:23] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.19 - - [2025-08-28 03:03:23] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051249 10.0.0.19 - - [2025-08-28 03:03:23] "POST /route-targets HTTP/1.1" 200 327 0.015627 10.0.0.41 - - [2025-08-28 03:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005292 10.0.0.19 - - [2025-08-28 03:03:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.217969 10.0.0.19 - - [2025-08-28 03:03:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001309 10.0.0.19 - - [2025-08-28 03:03:23] "GET /virtual-network/833c6c31-1432-4f15-a3af-120b01785488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004719 10.0.0.19 - - [2025-08-28 03:03:23] "GET /virtual-network/833c6c31-1432-4f15-a3af-120b01785488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005395 10.0.0.19 - - [2025-08-28 03:03:23] "POST /neutron/network HTTP/1.1" 200 835 0.005486 10.0.0.19 - - [2025-08-28 03:03:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001277 10.0.0.41 - - [2025-08-28 03:03:24] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.19 - - [2025-08-28 03:03:24] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061567 10.0.0.19 - - [2025-08-28 03:03:24] "POST /neutron/network HTTP/1.1" 200 835 0.006864 10.0.0.19 - - [2025-08-28 03:03:24] "POST /neutron/port HTTP/1.1" 200 117 0.005549 10.0.0.19 - - [2025-08-28 03:03:25] "POST /neutron/port HTTP/1.1" 200 1059 0.014688 10.0.0.19 - - [2025-08-28 03:03:25] "POST /neutron/port HTTP/1.1" 200 1087 0.015208 10.0.0.19 - - [2025-08-28 03:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.19 - - [2025-08-28 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007394 10.0.0.19 - - [2025-08-28 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.41 - - [2025-08-28 03:03:29] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.19 - - [2025-08-28 03:03:29] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041533 10.0.0.19 - - [2025-08-28 03:03:30] "POST /neutron/network HTTP/1.1" 200 117 0.012369 10.0.0.19 - - [2025-08-28 03:03:30] "POST /ref-update HTTP/1.1" 200 156 0.020579 10.0.0.19 - - [2025-08-28 03:03:30] "POST /neutron/network HTTP/1.1" 200 832 0.008680 10.0.0.19 - - [2025-08-28 03:03:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001106 10.0.0.19 - - [2025-08-28 03:03:30] "GET /virtual-network/cae0250d-aa20-4510-b9da-4cf48bb92f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004867 10.0.0.19 - - [2025-08-28 03:03:30] "GET /virtual-network/cae0250d-aa20-4510-b9da-4cf48bb92f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005112 10.0.0.19 - - [2025-08-28 03:03:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.007743 10.0.0.19 - - [2025-08-28 03:03:31] "GET /virtual-network/cae0250d-aa20-4510-b9da-4cf48bb92f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004946 10.0.0.38 - - [2025-08-28 03:03:31] "GET /obj-perms HTTP/1.1" 200 5026 0.045249 10.0.0.41 - - [2025-08-28 03:03:32] "GET /obj-perms HTTP/1.1" 200 5026 0.040916 10.0.0.19 - - [2025-08-28 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.41 - - [2025-08-28 03:03:32] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.19 - - [2025-08-28 03:03:32] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038549 10.0.0.41 - - [2025-08-28 03:03:32] "POST /useragent-kv HTTP/1.1" 200 115 0.012212 10.0.0.19 - - [2025-08-28 03:03:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.193042 10.0.0.19 - - [2025-08-28 03:03:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001240 10.0.0.19 - - [2025-08-28 03:03:32] "GET /virtual-network/2324c3d4-3184-4f59-bc33-dd0f3d9f1d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004993 10.0.0.19 - - [2025-08-28 03:03:32] "GET /virtual-network/2324c3d4-3184-4f59-bc33-dd0f3d9f1d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005402 10.0.0.19 - - [2025-08-28 03:03:32] "POST /neutron/network HTTP/1.1" 200 831 0.006130 10.0.0.19 - - [2025-08-28 03:03:33] "GET /virtual-network/2324c3d4-3184-4f59-bc33-dd0f3d9f1d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005011 10.0.0.19 - - [2025-08-28 03:03:33] "GET /obj-perms HTTP/1.1" 200 5026 0.045591 10.0.0.19 - - [2025-08-28 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.41 - - [2025-08-28 03:03:33] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.19 - - [2025-08-28 03:03:33] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036462 10.0.0.41 - - [2025-08-28 03:03:33] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.19 - - [2025-08-28 03:03:33] "POST /neutron/network HTTP/1.1" 200 615 0.125019 10.0.0.19 - - [2025-08-28 03:03:33] "POST /route-targets HTTP/1.1" 200 327 0.013427 10.0.0.19 - - [2025-08-28 03:03:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.003707 10.0.0.19 - - [2025-08-28 03:03:33] "GET /virtual-network/57bb7903-e238-40d5-9e23-33ac305f4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007726 10.0.0.19 - - [2025-08-28 03:03:33] "POST /neutron/network HTTP/1.1" 200 834 0.006209 10.0.0.19 - - [2025-08-28 03:03:34] "GET /virtual-network/57bb7903-e238-40d5-9e23-33ac305f4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004846 10.0.0.19 - - [2025-08-28 03:03:34] "GET /virtual-network/57bb7903-e238-40d5-9e23-33ac305f4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005041 10.0.0.19 - - [2025-08-28 03:03:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001245 10.0.0.19 - - [2025-08-28 03:03:34] "POST /neutron/port HTTP/1.1" 200 1087 0.018343 10.0.0.41 - - [2025-08-28 03:03:35] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002231 10.0.0.19 - - [2025-08-28 03:03:35] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.100296 10.0.0.19 - - [2025-08-28 03:03:35] "POST /neutron/network HTTP/1.1" 200 831 0.011692 10.0.0.19 - - [2025-08-28 03:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.005081 10.0.0.19 - - [2025-08-28 03:03:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001275 10.0.0.19 - - [2025-08-28 03:03:36] "POST /neutron/network HTTP/1.1" 200 844 0.006486 10.0.0.19 - - [2025-08-28 03:03:36] "POST /neutron/port HTTP/1.1" 200 1057 0.052632 10.0.0.19 - - [2025-08-28 03:03:36] "POST /neutron/port HTTP/1.1" 200 1085 0.015577 10.0.0.19 - - [2025-08-28 03:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.41 - - [2025-08-28 03:03:37] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.19 - - [2025-08-28 03:03:37] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069469 10.0.0.19 - - [2025-08-28 03:03:37] "POST /neutron/port HTTP/1.1" 200 2056 0.022541 10.0.0.19 - - [2025-08-28 03:03:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.007013 10.0.0.19 - - [2025-08-28 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2025-08-28 03:03:37] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.19 - - [2025-08-28 03:03:37] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007243 10.0.0.19 - - [2025-08-28 03:03:37] "POST /service-templates HTTP/1.1" 200 543 0.052129 10.0.0.19 - - [2025-08-28 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.19 - - [2025-08-28 03:03:37] "GET /service-template/c2c69ba7-6b56-49bc-87b5-abd1d2e76f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009811 10.0.0.19 - - [2025-08-28 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010550 10.0.0.19 - - [2025-08-28 03:03:37] "GET /service-template/c2c69ba7-6b56-49bc-87b5-abd1d2e76f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003871 10.0.0.19 - - [2025-08-28 03:03:37] "POST /neutron/network HTTP/1.1" 200 844 0.006170 10.0.0.19 - - [2025-08-28 03:03:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001282 10.0.0.19 - - [2025-08-28 03:03:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001494 10.0.0.19 - - [2025-08-28 03:03:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001626 10.0.0.19 - - [2025-08-28 03:03:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006582 10.0.0.19 - - [2025-08-28 03:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.19 - - [2025-08-28 03:03:38] "DELETE /service-template/c2c69ba7-6b56-49bc-87b5-abd1d2e76f8c HTTP/1.1" 200 115 0.036433 10.0.0.19 - - [2025-08-28 03:03:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.004829 10.0.0.19 - - [2025-08-28 03:03:38] "POST /neutron/port HTTP/1.1" 200 1112 0.125493 10.0.0.19 - - [2025-08-28 03:03:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.011187 10.0.0.19 - - [2025-08-28 03:03:38] "POST /neutron/network HTTP/1.1" 200 834 0.009457 10.0.0.19 - - [2025-08-28 03:03:39] "POST /neutron/port HTTP/1.1" 200 1111 0.010718 10.0.0.19 - - [2025-08-28 03:03:40] "POST /neutron/port HTTP/1.1" 200 1112 0.010743 10.0.0.19 - - [2025-08-28 03:03:40] "POST /neutron/network HTTP/1.1" 200 2878 0.015823 10.0.0.41 - - [2025-08-28 03:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003205 10.0.0.41 - - [2025-08-28 03:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004262 10.0.0.19 - - [2025-08-28 03:03:40] "POST /neutron/network HTTP/1.1" 200 151 0.121288 10.0.0.19 - - [2025-08-28 03:03:40] "DELETE /route-target/52741de5-471c-4264-8471-899c9bfc6f11 HTTP/1.1" 200 115 0.025154 10.0.0.41 - - [2025-08-28 03:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004350 10.0.0.41 - - [2025-08-28 03:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004885 10.0.0.19 - - [2025-08-28 03:03:41] "POST /neutron/network HTTP/1.1" 200 151 0.119080 10.0.0.19 - - [2025-08-28 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.19 - - [2025-08-28 03:03:41] "POST /neutron/network HTTP/1.1" 200 835 0.006793 10.0.0.19 - - [2025-08-28 03:03:42] "POST /neutron/port HTTP/1.1" 200 1113 0.011491 10.0.0.41 - - [2025-08-28 03:03:43] "GET /obj-perms HTTP/1.1" 200 5056 0.041147 10.0.0.41 - - [2025-08-28 03:03:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003190 10.0.0.41 - - [2025-08-28 03:03:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007276 10.0.0.19 - - [2025-08-28 03:03:44] "POST /neutron/network HTTP/1.1" 200 151 0.121938 10.0.0.19 - - [2025-08-28 03:03:44] "DELETE /route-target/803ed3b6-ca1c-4a6b-96ed-ff7c017e2224 HTTP/1.1" 200 115 0.026705 10.0.0.19 - - [2025-08-28 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-08-28 03:03:46] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.19 - - [2025-08-28 03:03:46] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037865 10.0.0.41 - - [2025-08-28 03:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006503 10.0.0.19 - - [2025-08-28 03:03:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.198965 10.0.0.19 - - [2025-08-28 03:03:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001244 10.0.0.19 - - [2025-08-28 03:03:47] "GET /virtual-network/441fe509-134e-424d-80b0-3bce974dbc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004719 10.0.0.19 - - [2025-08-28 03:03:47] "GET /virtual-network/441fe509-134e-424d-80b0-3bce974dbc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005844 10.0.0.19 - - [2025-08-28 03:03:47] "POST /neutron/network HTTP/1.1" 200 834 0.005901 10.0.0.19 - - [2025-08-28 03:03:47] "GET /virtual-network/441fe509-134e-424d-80b0-3bce974dbc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004898 10.0.0.19 - - [2025-08-28 03:03:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003300 10.0.0.38 - - [2025-08-28 03:03:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003401 10.0.0.19 - - [2025-08-28 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.41 - - [2025-08-28 03:03:47] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.19 - - [2025-08-28 03:03:47] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035604 10.0.0.41 - - [2025-08-28 03:03:47] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.19 - - [2025-08-28 03:03:47] "POST /neutron/network HTTP/1.1" 200 613 0.122500 10.0.0.19 - - [2025-08-28 03:03:47] "POST /route-targets HTTP/1.1" 200 327 0.011513 10.0.0.19 - - [2025-08-28 03:03:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.003390 10.0.0.19 - - [2025-08-28 03:03:48] "GET /virtual-network/18c2aa33-c298-4d1d-b097-b387a3c30ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008050 10.0.0.19 - - [2025-08-28 03:03:48] "POST /neutron/network HTTP/1.1" 200 830 0.007644 10.0.0.19 - - [2025-08-28 03:03:48] "GET /virtual-network/18c2aa33-c298-4d1d-b097-b387a3c30ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006798 10.0.0.19 - - [2025-08-28 03:03:48] "GET /virtual-network/18c2aa33-c298-4d1d-b097-b387a3c30ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005401 10.0.0.19 - - [2025-08-28 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.41 - - [2025-08-28 03:03:48] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000822 10.0.0.19 - - [2025-08-28 03:03:48] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037496 10.0.0.19 - - [2025-08-28 03:03:48] "POST /neutron/network HTTP/1.1" 200 117 0.011928 10.0.0.19 - - [2025-08-28 03:03:48] "POST /ref-update HTTP/1.1" 200 156 0.021513 10.0.0.19 - - [2025-08-28 03:03:49] "POST /neutron/network HTTP/1.1" 200 833 0.014997 10.0.0.19 - - [2025-08-28 03:03:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001077 10.0.0.19 - - [2025-08-28 03:03:49] "GET /virtual-network/90386998-aebe-441c-92ae-954dc6c19ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005264 10.0.0.19 - - [2025-08-28 03:03:49] "GET /virtual-network/90386998-aebe-441c-92ae-954dc6c19ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004907 10.0.0.19 - - [2025-08-28 03:03:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.007808 10.0.0.19 - - [2025-08-28 03:03:49] "GET /virtual-network/90386998-aebe-441c-92ae-954dc6c19ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005533 10.0.0.41 - - [2025-08-28 03:03:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003257 10.0.0.19 - - [2025-08-28 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.41 - - [2025-08-28 03:03:49] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000827 10.0.0.19 - - [2025-08-28 03:03:49] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055669 10.0.0.19 - - [2025-08-28 03:03:50] "POST /route-targets HTTP/1.1" 200 327 0.013939 10.0.0.41 - - [2025-08-28 03:03:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002055 10.0.0.19 - - [2025-08-28 03:03:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.190007 10.0.0.19 - - [2025-08-28 03:03:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001261 10.0.0.19 - - [2025-08-28 03:03:50] "GET /virtual-network/cf70fa28-8c60-4c22-94b7-d25879852f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005816 10.0.0.19 - - [2025-08-28 03:03:50] "GET /virtual-network/cf70fa28-8c60-4c22-94b7-d25879852f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005564 10.0.0.19 - - [2025-08-28 03:03:50] "POST /neutron/network HTTP/1.1" 200 844 0.006866 10.0.0.19 - - [2025-08-28 03:03:50] "GET /virtual-network/cf70fa28-8c60-4c22-94b7-d25879852f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005254 10.0.0.19 - - [2025-08-28 03:03:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003547 10.0.0.38 - - [2025-08-28 03:03:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003292 10.0.0.19 - - [2025-08-28 03:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.41 - - [2025-08-28 03:03:50] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.19 - - [2025-08-28 03:03:50] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043846 10.0.0.41 - - [2025-08-28 03:03:50] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.19 - - [2025-08-28 03:03:50] "POST /neutron/network HTTP/1.1" 200 627 0.118659 10.0.0.19 - - [2025-08-28 03:03:51] "POST /ref-update HTTP/1.1" 200 156 0.023427 10.0.0.19 - - [2025-08-28 03:03:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.003110 10.0.0.19 - - [2025-08-28 03:03:51] "GET /virtual-network/22968d2b-83df-488c-95dc-6727f465a479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004974 10.0.0.19 - - [2025-08-28 03:03:51] "POST /neutron/network HTTP/1.1" 200 846 0.006216 10.0.0.19 - - [2025-08-28 03:03:51] "GET /virtual-network/22968d2b-83df-488c-95dc-6727f465a479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004731 10.0.0.19 - - [2025-08-28 03:03:51] "GET /virtual-network/22968d2b-83df-488c-95dc-6727f465a479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006581 10.0.0.19 - - [2025-08-28 03:03:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001316 10.0.0.19 - - [2025-08-28 03:03:51] "POST /neutron/network HTTP/1.1" 200 840 0.006679 10.0.0.41 - - [2025-08-28 03:03:52] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.19 - - [2025-08-28 03:03:52] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068002 10.0.0.19 - - [2025-08-28 03:03:52] "POST /neutron/port HTTP/1.1" 200 117 0.006031 10.0.0.19 - - [2025-08-28 03:03:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001102 10.0.0.19 - - [2025-08-28 03:03:53] "POST /neutron/network HTTP/1.1" 200 840 0.007729 10.0.0.19 - - [2025-08-28 03:03:53] "POST /neutron/port HTTP/1.1" 200 1056 0.014563 10.0.0.19 - - [2025-08-28 03:03:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003687 10.0.0.41 - - [2025-08-28 03:03:53] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.19 - - [2025-08-28 03:03:53] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059098 10.0.0.19 - - [2025-08-28 03:03:53] "POST /neutron/network HTTP/1.1" 200 830 0.006204 10.0.0.19 - - [2025-08-28 03:03:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009097 10.0.0.19 - - [2025-08-28 03:03:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003492 10.0.0.19 - - [2025-08-28 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-08-28 03:03:54] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.19 - - [2025-08-28 03:03:54] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007999 10.0.0.19 - - [2025-08-28 03:03:54] "POST /service-templates HTTP/1.1" 200 543 0.030324 10.0.0.19 - - [2025-08-28 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.19 - - [2025-08-28 03:03:54] "GET /service-template/71b3539b-1258-4ae0-8a5a-b6fdbf143e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005627 10.0.0.19 - - [2025-08-28 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-08-28 03:03:54] "GET /service-template/71b3539b-1258-4ae0-8a5a-b6fdbf143e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003672 10.0.0.19 - - [2025-08-28 03:03:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001066 10.0.0.19 - - [2025-08-28 03:03:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001233 10.0.0.41 - - [2025-08-28 03:03:54] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.19 - - [2025-08-28 03:03:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001201 10.0.0.19 - - [2025-08-28 03:03:54] "POST /neutron/port HTTP/1.1" 200 1057 0.294830 10.0.0.19 - - [2025-08-28 03:03:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010375 10.0.0.19 - - [2025-08-28 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.19 - - [2025-08-28 03:03:55] "DELETE /service-template/71b3539b-1258-4ae0-8a5a-b6fdbf143e5c HTTP/1.1" 200 115 0.034185 10.0.0.19 - - [2025-08-28 03:03:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003478 10.0.0.19 - - [2025-08-28 03:03:55] "POST /neutron/port HTTP/1.1" 200 1085 0.026632 10.0.0.19 - - [2025-08-28 03:03:55] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.41 - - [2025-08-28 03:03:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005994 10.0.0.41 - - [2025-08-28 03:03:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002929 10.0.0.19 - - [2025-08-28 03:03:55] "POST /neutron/network HTTP/1.1" 200 151 0.129452 10.0.0.19 - - [2025-08-28 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008009 10.0.0.19 - - [2025-08-28 03:03:55] "POST /neutron/port HTTP/1.1" 200 1084 0.023958 10.0.0.19 - - [2025-08-28 03:03:56] "POST /neutron/network HTTP/1.1" 200 833 0.012157 10.0.0.19 - - [2025-08-28 03:03:56] "POST /neutron/port HTTP/1.1" 200 1111 0.019919 10.0.0.19 - - [2025-08-28 03:03:56] "POST /neutron/network HTTP/1.1" 200 2186 0.012843 10.0.0.19 - - [2025-08-28 03:03:58] "POST /neutron/network HTTP/1.1" 200 833 0.006888 10.0.0.19 - - [2025-08-28 03:03:58] "DELETE /route-target/8a7144bf-cfd6-4ca9-be3c-5cc5365a920b HTTP/1.1" 200 115 0.029798 10.0.0.41 - - [2025-08-28 03:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003900 10.0.0.41 - - [2025-08-28 03:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003610 10.0.0.19 - - [2025-08-28 03:03:58] "POST /neutron/network HTTP/1.1" 200 151 0.113742 10.0.0.19 - - [2025-08-28 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.41 - - [2025-08-28 03:04:00] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.19 - - [2025-08-28 03:04:00] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042756 10.0.0.41 - - [2025-08-28 03:04:00] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.19 - - [2025-08-28 03:04:00] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?fields=virtual_networks HTTP/1.1" 200 1028 0.044241 10.0.0.41 - - [2025-08-28 03:04:00] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.19 - - [2025-08-28 03:04:00] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046488 10.0.0.41 - - [2025-08-28 03:04:00] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.19 - - [2025-08-28 03:04:00] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?fields=security_groups HTTP/1.1" 200 1252 0.067541 10.0.0.19 - - [2025-08-28 03:04:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.028550 10.0.0.41 - - [2025-08-28 03:04:01] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002851 10.0.0.41 - - [2025-08-28 03:04:01] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.41 - - [2025-08-28 03:04:01] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007239 10.0.0.41 - - [2025-08-28 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.001087 10.0.0.41 - - [2025-08-28 03:04:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.013543 10.0.0.41 - - [2025-08-28 03:04:01] "POST /security-groups HTTP/1.1" 200 589 0.073033 10.0.0.41 - - [2025-08-28 03:04:01] "POST /projects HTTP/1.1" 200 581 0.271572 10.0.0.19 - - [2025-08-28 03:04:01] "POST /access-control-lists HTTP/1.1" 200 594 0.025863 10.0.0.41 - - [2025-08-28 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.340301 10.0.0.19 - - [2025-08-28 03:04:01] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.480132 10.0.0.19 - - [2025-08-28 03:04:02] "GET / HTTP/1.1" 200 35931 0.002579 10.0.0.19 - - [2025-08-28 03:04:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.19 - - [2025-08-28 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.052632 10.0.0.41 - - [2025-08-28 03:04:04] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.19 - - [2025-08-28 03:04:04] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039744 10.0.0.19 - - [2025-08-28 03:04:05] "POST /neutron/network HTTP/1.1" 200 117 0.028715 10.0.0.19 - - [2025-08-28 03:04:05] "POST /route-targets HTTP/1.1" 200 327 0.015844 10.0.0.19 - - [2025-08-28 03:04:05] "POST /neutron/network HTTP/1.1" 200 833 0.008012 10.0.0.19 - - [2025-08-28 03:04:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001262 10.0.0.19 - - [2025-08-28 03:04:05] "GET /virtual-network/5a1cd19c-e58c-4575-9bb5-2669f2af456d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006747 10.0.0.19 - - [2025-08-28 03:04:05] "GET /virtual-network/5a1cd19c-e58c-4575-9bb5-2669f2af456d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005608 10.0.0.19 - - [2025-08-28 03:04:05] "POST /neutron/subnet HTTP/1.1" 200 730 0.008678 10.0.0.19 - - [2025-08-28 03:04:06] "GET /virtual-network/5a1cd19c-e58c-4575-9bb5-2669f2af456d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006004 10.0.0.41 - - [2025-08-28 03:04:07] "GET /obj-perms HTTP/1.1" 200 5026 0.047477 10.0.0.19 - - [2025-08-28 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.41 - - [2025-08-28 03:04:07] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.19 - - [2025-08-28 03:04:07] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035733 10.0.0.19 - - [2025-08-28 03:04:07] "POST /ref-update HTTP/1.1" 200 156 0.025478 10.0.0.41 - - [2025-08-28 03:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008667 10.0.0.19 - - [2025-08-28 03:04:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.230026 10.0.0.19 - - [2025-08-28 03:04:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001224 10.0.0.19 - - [2025-08-28 03:04:07] "GET /virtual-network/0e95dbed-b74d-414e-94d8-e4587b9a79c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004634 10.0.0.19 - - [2025-08-28 03:04:08] "GET /virtual-network/0e95dbed-b74d-414e-94d8-e4587b9a79c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005741 10.0.0.19 - - [2025-08-28 03:04:08] "POST /neutron/network HTTP/1.1" 200 836 0.005846 10.0.0.19 - - [2025-08-28 03:04:08] "GET /virtual-network/0e95dbed-b74d-414e-94d8-e4587b9a79c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005192 10.0.0.19 - - [2025-08-28 03:04:08] "GET /obj-perms HTTP/1.1" 200 5026 0.041600 10.0.0.38 - - [2025-08-28 03:04:08] "GET /obj-perms HTTP/1.1" 200 5026 0.053193 10.0.0.19 - - [2025-08-28 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2025-08-28 03:04:08] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.19 - - [2025-08-28 03:04:08] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039206 10.0.0.41 - - [2025-08-28 03:04:08] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.19 - - [2025-08-28 03:04:08] "POST /neutron/network HTTP/1.1" 200 619 0.115293 10.0.0.19 - - [2025-08-28 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.003944 10.0.0.19 - - [2025-08-28 03:04:09] "GET /virtual-network/a2df6b48-3a34-495b-8287-d22b0b6dfb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007016 10.0.0.19 - - [2025-08-28 03:04:09] "POST /neutron/network HTTP/1.1" 200 839 0.006159 10.0.0.19 - - [2025-08-28 03:04:09] "GET /virtual-network/a2df6b48-3a34-495b-8287-d22b0b6dfb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004533 10.0.0.19 - - [2025-08-28 03:04:09] "GET /virtual-network/a2df6b48-3a34-495b-8287-d22b0b6dfb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006075 10.0.0.41 - - [2025-08-28 03:04:09] "DELETE /project/0f5e4528320d48779d354767c3e31379 HTTP/1.1" 404 173 0.009144 10.0.0.41 - - [2025-08-28 03:04:09] "DELETE /project/9b5dc4e563ba46de892bfdfd7afd466a HTTP/1.1" 404 173 0.008103 10.0.0.41 - - [2025-08-28 03:04:09] "DELETE /project/1abfc592-5375-4024-b141-f3b913c25ec0 HTTP/1.1" 404 177 0.005878 10.0.0.41 - - [2025-08-28 03:04:09] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.41 - - [2025-08-28 03:04:09] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.048146 10.0.0.41 - - [2025-08-28 03:04:09] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.41 - - [2025-08-28 03:04:09] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?fields=security_groups HTTP/1.1" 200 1357 0.052091 10.0.0.41 - - [2025-08-28 03:04:09] "DELETE /security-group/76719f84-ffe9-4666-811c-83d1f790f0dd HTTP/1.1" 200 115 0.064519 10.0.0.41 - - [2025-08-28 03:04:09] "GET /projects?obj_uuids=0f5e4528-320d-4877-9d35-4767c3e31379&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001825 10.0.0.19 - - [2025-08-28 03:04:09] "DELETE /access-control-list/1fe7f1ee-b460-4ca6-a5b2-d9b84a5596d6 HTTP/1.1" 200 115 0.067353 10.0.0.41 - - [2025-08-28 03:04:09] "GET /project/0f5e4528-320d-4877-9d35-4767c3e31379?fields=application_policy_sets HTTP/1.1" 200 1396 0.070452 10.0.0.41 - - [2025-08-28 03:04:09] "DELETE /project/0f5e4528-320d-4877-9d35-4767c3e31379 HTTP/1.1" 200 115 0.448588 10.0.0.19 - - [2025-08-28 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001237 10.0.0.19 - - [2025-08-28 03:04:10] "POST /neutron/network HTTP/1.1" 200 846 0.006492 10.0.0.41 - - [2025-08-28 03:04:10] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.19 - - [2025-08-28 03:04:10] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055799 10.0.0.19 - - [2025-08-28 03:04:11] "POST /neutron/port HTTP/1.1" 200 117 0.011184 10.0.0.19 - - [2025-08-28 03:04:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001133 10.0.0.19 - - [2025-08-28 03:04:11] "POST /neutron/network HTTP/1.1" 200 846 0.010688 10.0.0.19 - - [2025-08-28 03:04:11] "POST /neutron/port HTTP/1.1" 200 1058 0.013478 10.0.0.41 - - [2025-08-28 03:04:12] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001518 10.0.0.19 - - [2025-08-28 03:04:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002973 10.0.0.19 - - [2025-08-28 03:04:12] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077106 10.0.0.19 - - [2025-08-28 03:04:12] "POST /neutron/network HTTP/1.1" 200 836 0.006136 10.0.0.19 - - [2025-08-28 03:04:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007139 10.0.0.19 - - [2025-08-28 03:04:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003095 10.0.0.19 - - [2025-08-28 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-08-28 03:04:12] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.19 - - [2025-08-28 03:04:12] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007461 10.0.0.19 - - [2025-08-28 03:04:12] "POST /service-templates HTTP/1.1" 200 543 0.037267 10.0.0.19 - - [2025-08-28 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2025-08-28 03:04:12] "GET /service-template/e48b6549-4682-48d4-ba5d-f0289bfcd4ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005853 10.0.0.19 - - [2025-08-28 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.19 - - [2025-08-28 03:04:12] "GET /service-template/e48b6549-4682-48d4-ba5d-f0289bfcd4ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004245 10.0.0.41 - - [2025-08-28 03:04:12] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.19 - - [2025-08-28 03:04:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001130 10.0.0.19 - - [2025-08-28 03:04:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001158 10.0.0.19 - - [2025-08-28 03:04:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001278 10.0.0.19 - - [2025-08-28 03:04:12] "POST /neutron/port HTTP/1.1" 200 1059 0.278059 10.0.0.19 - - [2025-08-28 03:04:12] "POST /neutron/port HTTP/1.1" 200 1059 0.010466 10.0.0.19 - - [2025-08-28 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.19 - - [2025-08-28 03:04:13] "DELETE /service-template/e48b6549-4682-48d4-ba5d-f0289bfcd4ac HTTP/1.1" 200 115 0.028420 10.0.0.19 - - [2025-08-28 03:04:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.005469 10.0.0.19 - - [2025-08-28 03:04:13] "POST /neutron/port HTTP/1.1" 200 1087 0.017746 10.0.0.19 - - [2025-08-28 03:04:13] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.19 - - [2025-08-28 03:04:13] "POST /neutron/network HTTP/1.1" 400 204 0.014836 10.0.0.19 - - [2025-08-28 03:04:14] "POST /neutron/port HTTP/1.1" 200 151 0.192249 10.0.0.19 - - [2025-08-28 03:04:14] "POST /neutron/port HTTP/1.1" 200 151 0.172723 10.0.0.19 - - [2025-08-28 03:04:14] "POST /neutron/network HTTP/1.1" 200 117 0.007682 10.0.0.41 - - [2025-08-28 03:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003979 10.0.0.41 - - [2025-08-28 03:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005779 10.0.0.19 - - [2025-08-28 03:04:15] "POST /neutron/network HTTP/1.1" 200 151 0.135124 10.0.0.19 - - [2025-08-28 03:04:15] "DELETE /route-target/ff7e19ec-b394-41f5-b203-25658a8198c2 HTTP/1.1" 200 115 0.035836 10.0.0.19 - - [2025-08-28 03:04:16] "POST /neutron/network HTTP/1.1" 200 833 0.006164 10.0.0.19 - - [2025-08-28 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.19 - - [2025-08-28 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2025-08-28 03:04:19] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.19 - - [2025-08-28 03:04:19] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039576 10.0.0.41 - - [2025-08-28 03:04:19] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.19 - - [2025-08-28 03:04:19] "POST /neutron/network HTTP/1.1" 200 613 0.125837 10.0.0.19 - - [2025-08-28 03:04:19] "POST /ref-update HTTP/1.1" 200 156 0.030489 10.0.0.19 - - [2025-08-28 03:04:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.003040 10.0.0.19 - - [2025-08-28 03:04:19] "GET /virtual-network/0c926550-0002-43ba-b6f9-7dc0b59a6400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004926 10.0.0.19 - - [2025-08-28 03:04:19] "POST /neutron/network HTTP/1.1" 200 830 0.006185 10.0.0.19 - - [2025-08-28 03:04:19] "GET /virtual-network/0c926550-0002-43ba-b6f9-7dc0b59a6400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005023 10.0.0.19 - - [2025-08-28 03:04:19] "GET /virtual-network/0c926550-0002-43ba-b6f9-7dc0b59a6400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006342 10.0.0.41 - - [2025-08-28 03:04:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003597 10.0.0.19 - - [2025-08-28 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.41 - - [2025-08-28 03:04:20] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.19 - - [2025-08-28 03:04:20] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034310 10.0.0.19 - - [2025-08-28 03:04:20] "POST /neutron/network HTTP/1.1" 200 117 0.011561 10.0.0.19 - - [2025-08-28 03:04:20] "POST /neutron/network HTTP/1.1" 200 833 0.007969 10.0.0.19 - - [2025-08-28 03:04:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001034 10.0.0.19 - - [2025-08-28 03:04:20] "GET /virtual-network/15d49b9e-5712-46dc-90b0-8d85eb5b76bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004970 10.0.0.19 - - [2025-08-28 03:04:20] "GET /virtual-network/15d49b9e-5712-46dc-90b0-8d85eb5b76bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005705 10.0.0.19 - - [2025-08-28 03:04:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.009350 10.0.0.19 - - [2025-08-28 03:04:26] "GET /virtual-network/15d49b9e-5712-46dc-90b0-8d85eb5b76bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005390 10.0.0.19 - - [2025-08-28 03:04:26] "GET /obj-perms HTTP/1.1" 200 5026 0.003696 10.0.0.38 - - [2025-08-28 03:04:26] "GET /obj-perms HTTP/1.1" 200 5026 0.003196 10.0.0.19 - - [2025-08-28 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.41 - - [2025-08-28 03:04:26] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.19 - - [2025-08-28 03:04:26] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038233 10.0.0.19 - - [2025-08-28 03:04:26] "POST /route-targets HTTP/1.1" 200 327 0.011390 10.0.0.41 - - [2025-08-28 03:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009404 10.0.0.19 - - [2025-08-28 03:04:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.228953 10.0.0.19 - - [2025-08-28 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001178 10.0.0.19 - - [2025-08-28 03:04:26] "GET /virtual-network/c5ec549a-2224-4245-abd0-4bddf57da5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005147 10.0.0.19 - - [2025-08-28 03:04:26] "GET /virtual-network/c5ec549a-2224-4245-abd0-4bddf57da5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004941 10.0.0.19 - - [2025-08-28 03:04:26] "POST /neutron/network HTTP/1.1" 200 835 0.006343 10.0.0.19 - - [2025-08-28 03:04:27] "GET /virtual-network/c5ec549a-2224-4245-abd0-4bddf57da5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005292 10.0.0.19 - - [2025-08-28 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001277 10.0.0.41 - - [2025-08-28 03:04:28] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.19 - - [2025-08-28 03:04:28] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063505 10.0.0.19 - - [2025-08-28 03:04:28] "POST /neutron/network HTTP/1.1" 200 833 0.006402 10.0.0.19 - - [2025-08-28 03:04:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001241 10.0.0.19 - - [2025-08-28 03:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.005192 10.0.0.41 - - [2025-08-28 03:04:28] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.19 - - [2025-08-28 03:04:29] "POST /neutron/port HTTP/1.1" 200 1059 0.295531 10.0.0.19 - - [2025-08-28 03:04:29] "POST /neutron/port HTTP/1.1" 200 1113 0.113459 10.0.0.19 - - [2025-08-28 03:04:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.007554 10.0.0.41 - - [2025-08-28 03:04:29] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.19 - - [2025-08-28 03:04:29] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071199 10.0.0.19 - - [2025-08-28 03:04:29] "POST /neutron/network HTTP/1.1" 200 835 0.006206 10.0.0.19 - - [2025-08-28 03:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.009142 10.0.0.19 - - [2025-08-28 03:04:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003466 10.0.0.19 - - [2025-08-28 03:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.41 - - [2025-08-28 03:04:29] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.19 - - [2025-08-28 03:04:29] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007395 10.0.0.19 - - [2025-08-28 03:04:29] "POST /service-templates HTTP/1.1" 200 543 0.034141 10.0.0.19 - - [2025-08-28 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.19 - - [2025-08-28 03:04:30] "GET /service-template/da02a27e-0e76-42e5-b46f-30ff5f1e8ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005713 10.0.0.19 - - [2025-08-28 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.19 - - [2025-08-28 03:04:30] "GET /service-template/da02a27e-0e76-42e5-b46f-30ff5f1e8ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003655 10.0.0.19 - - [2025-08-28 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001015 10.0.0.19 - - [2025-08-28 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001648 10.0.0.19 - - [2025-08-28 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.19 - - [2025-08-28 03:04:30] "POST /neutron/port HTTP/1.1" 200 2004 0.026304 10.0.0.19 - - [2025-08-28 03:04:30] "POST /neutron/port HTTP/1.1" 200 1059 0.012386 10.0.0.19 - - [2025-08-28 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.19 - - [2025-08-28 03:04:30] "DELETE /service-template/da02a27e-0e76-42e5-b46f-30ff5f1e8ae4 HTTP/1.1" 200 115 0.037177 10.0.0.19 - - [2025-08-28 03:04:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004919 10.0.0.19 - - [2025-08-28 03:04:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.19 - - [2025-08-28 03:04:30] "POST /neutron/network HTTP/1.1" 200 835 0.006110 10.0.0.19 - - [2025-08-28 03:04:31] "POST /neutron/port HTTP/1.1" 200 1087 0.021663 10.0.0.19 - - [2025-08-28 03:04:32] "POST /neutron/port HTTP/1.1" 200 1087 0.015843 10.0.0.19 - - [2025-08-28 03:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.005713 10.0.0.19 - - [2025-08-28 03:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.006762 10.0.0.19 - - [2025-08-28 03:04:33] "DELETE /route-target/786ea7bd-0719-4e25-ac93-0f53edfb9a4d HTTP/1.1" 200 115 0.026297 10.0.0.19 - - [2025-08-28 03:04:33] "POST /neutron/network HTTP/1.1" 200 833 0.006677 10.0.0.41 - - [2025-08-28 03:04:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005648 10.0.0.19 - - [2025-08-28 03:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006869 10.0.0.41 - - [2025-08-28 03:04:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002683 10.0.0.19 - - [2025-08-28 03:04:33] "POST /neutron/network HTTP/1.1" 200 151 0.129346 10.0.0.41 - - [2025-08-28 03:04:35] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.19 - - [2025-08-28 03:04:35] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057538 10.0.0.41 - - [2025-08-28 03:04:35] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.19 - - [2025-08-28 03:04:35] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?fields=virtual_networks HTTP/1.1" 200 1028 0.075768 10.0.0.41 - - [2025-08-28 03:04:35] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.19 - - [2025-08-28 03:04:35] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.066187 10.0.0.41 - - [2025-08-28 03:04:35] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.19 - - [2025-08-28 03:04:35] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?fields=security_groups HTTP/1.1" 200 1252 0.050194 10.0.0.19 - - [2025-08-28 03:04:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.028087 10.0.0.41 - - [2025-08-28 03:04:36] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003709 10.0.0.41 - - [2025-08-28 03:04:36] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.41 - - [2025-08-28 03:04:36] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007705 10.0.0.41 - - [2025-08-28 03:04:36] "POST /id-to-fqname HTTP/1.1" 200 186 0.004844 10.0.0.41 - - [2025-08-28 03:04:36] "POST /fqname-to-id HTTP/1.1" 404 195 0.007409 10.0.0.41 - - [2025-08-28 03:04:36] "POST /security-groups HTTP/1.1" 200 587 0.069138 10.0.0.41 - - [2025-08-28 03:04:36] "POST /projects HTTP/1.1" 200 577 0.299175 10.0.0.41 - - [2025-08-28 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.377007 10.0.0.19 - - [2025-08-28 03:04:37] "POST /access-control-lists HTTP/1.1" 200 592 0.032479 10.0.0.19 - - [2025-08-28 03:04:37] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.538463 10.0.0.19 - - [2025-08-28 03:04:38] "GET / HTTP/1.1" 200 35931 0.001440 10.0.0.19 - - [2025-08-28 03:04:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000625 10.0.0.19 - - [2025-08-28 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.056118 10.0.0.41 - - [2025-08-28 03:04:40] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.19 - - [2025-08-28 03:04:40] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044164 10.0.0.19 - - [2025-08-28 03:04:40] "POST /route-targets HTTP/1.1" 200 327 0.033238 10.0.0.41 - - [2025-08-28 03:04:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009997 10.0.0.19 - - [2025-08-28 03:04:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.202144 10.0.0.19 - - [2025-08-28 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001215 10.0.0.19 - - [2025-08-28 03:04:40] "GET /virtual-network/1d81e31f-ce63-487b-8ba6-8b66e556d29b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005476 10.0.0.19 - - [2025-08-28 03:04:40] "GET /virtual-network/1d81e31f-ce63-487b-8ba6-8b66e556d29b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004963 10.0.0.19 - - [2025-08-28 03:04:40] "POST /neutron/network HTTP/1.1" 200 830 0.006026 10.0.0.19 - - [2025-08-28 03:04:41] "GET /virtual-network/1d81e31f-ce63-487b-8ba6-8b66e556d29b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005130 10.0.0.41 - - [2025-08-28 03:04:42] "GET /obj-perms HTTP/1.1" 200 5022 0.042240 10.0.0.19 - - [2025-08-28 03:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-08-28 03:04:42] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000824 10.0.0.19 - - [2025-08-28 03:04:42] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039902 10.0.0.41 - - [2025-08-28 03:04:42] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000901 10.0.0.19 - - [2025-08-28 03:04:42] "POST /neutron/network HTTP/1.1" 200 611 0.107719 10.0.0.19 - - [2025-08-28 03:04:42] "POST /ref-update HTTP/1.1" 200 156 0.025113 10.0.0.19 - - [2025-08-28 03:04:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.002911 10.0.0.19 - - [2025-08-28 03:04:43] "GET /virtual-network/030212a0-b449-4c65-94e1-597a4998defe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004900 10.0.0.19 - - [2025-08-28 03:04:43] "POST /neutron/network HTTP/1.1" 200 829 0.006310 10.0.0.19 - - [2025-08-28 03:04:43] "GET /virtual-network/030212a0-b449-4c65-94e1-597a4998defe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004658 10.0.0.19 - - [2025-08-28 03:04:43] "GET /virtual-network/030212a0-b449-4c65-94e1-597a4998defe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005802 10.0.0.19 - - [2025-08-28 03:04:43] "GET /obj-perms HTTP/1.1" 200 5022 0.050779 10.0.0.38 - - [2025-08-28 03:04:43] "GET /obj-perms HTTP/1.1" 200 5022 0.057361 10.0.0.19 - - [2025-08-28 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2025-08-28 03:04:43] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000862 10.0.0.19 - - [2025-08-28 03:04:43] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.037788 10.0.0.19 - - [2025-08-28 03:04:43] "POST /neutron/network HTTP/1.1" 200 117 0.013735 10.0.0.19 - - [2025-08-28 03:04:44] "POST /neutron/network HTTP/1.1" 200 830 0.008649 10.0.0.19 - - [2025-08-28 03:04:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001150 10.0.0.19 - - [2025-08-28 03:04:44] "GET /virtual-network/822c123e-a0ed-4221-a13d-f24a0e05beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005014 10.0.0.19 - - [2025-08-28 03:04:44] "GET /virtual-network/822c123e-a0ed-4221-a13d-f24a0e05beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005837 10.0.0.19 - - [2025-08-28 03:04:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.008617 10.0.0.19 - - [2025-08-28 03:04:44] "GET /virtual-network/822c123e-a0ed-4221-a13d-f24a0e05beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005066 10.0.0.41 - - [2025-08-28 03:04:45] "GET /obj-perms HTTP/1.1" 200 5022 0.003234 10.0.0.19 - - [2025-08-28 03:04:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001162 10.0.0.41 - - [2025-08-28 03:04:46] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.19 - - [2025-08-28 03:04:46] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.062565 10.0.0.19 - - [2025-08-28 03:04:46] "POST /neutron/port HTTP/1.1" 200 117 0.006080 10.0.0.19 - - [2025-08-28 03:04:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001250 10.0.0.19 - - [2025-08-28 03:04:46] "POST /neutron/network HTTP/1.1" 200 840 0.006243 10.0.0.19 - - [2025-08-28 03:04:46] "POST /neutron/port HTTP/1.1" 200 1055 0.014620 10.0.0.19 - - [2025-08-28 03:04:47] "POST /neutron/port HTTP/1.1" 200 1083 0.018088 10.0.0.19 - - [2025-08-28 03:04:47] "POST /neutron/port HTTP/1.1" 200 117 0.000927 10.0.0.41 - - [2025-08-28 03:04:47] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000858 10.0.0.19 - - [2025-08-28 03:04:47] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.061145 10.0.0.19 - - [2025-08-28 03:04:47] "POST /neutron/port HTTP/1.1" 200 1083 0.016208 10.0.0.19 - - [2025-08-28 03:04:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003299 10.0.0.19 - - [2025-08-28 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.41 - - [2025-08-28 03:04:47] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.19 - - [2025-08-28 03:04:47] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006942 10.0.0.19 - - [2025-08-28 03:04:47] "POST /service-templates HTTP/1.1" 200 543 0.028099 10.0.0.19 - - [2025-08-28 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-08-28 03:04:47] "GET /service-template/66863680-6cc4-4f9d-9858-fbef7ad6c413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005426 10.0.0.19 - - [2025-08-28 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.19 - - [2025-08-28 03:04:47] "POST /neutron/network HTTP/1.1" 200 840 0.006161 10.0.0.19 - - [2025-08-28 03:04:47] "GET /service-template/66863680-6cc4-4f9d-9858-fbef7ad6c413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.002875 10.0.0.19 - - [2025-08-28 03:04:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001277 10.0.0.19 - - [2025-08-28 03:04:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001044 10.0.0.19 - - [2025-08-28 03:04:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.19 - - [2025-08-28 03:04:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007187 10.0.0.19 - - [2025-08-28 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.19 - - [2025-08-28 03:04:48] "DELETE /service-template/66863680-6cc4-4f9d-9858-fbef7ad6c413 HTTP/1.1" 200 115 0.049948 10.0.0.19 - - [2025-08-28 03:04:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003797 10.0.0.19 - - [2025-08-28 03:04:48] "POST /neutron/port HTTP/1.1" 200 1108 0.115986 10.0.0.19 - - [2025-08-28 03:04:48] "POST /neutron/subnet HTTP/1.1" 200 689 0.008639 10.0.0.19 - - [2025-08-28 03:04:48] "POST /neutron/network HTTP/1.1" 200 830 0.006759 10.0.0.19 - - [2025-08-28 03:04:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010290 10.0.0.19 - - [2025-08-28 03:04:49] "POST /neutron/port HTTP/1.1" 200 1108 0.010698 10.0.0.19 - - [2025-08-28 03:04:49] "POST /neutron/network HTTP/1.1" 200 2178 0.012469 10.0.0.19 - - [2025-08-28 03:04:50] "POST /neutron/network HTTP/1.1" 200 830 0.006415 10.0.0.19 - - [2025-08-28 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2025-08-28 03:04:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011111 10.0.0.41 - - [2025-08-28 03:04:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003604 10.0.0.19 - - [2025-08-28 03:04:50] "POST /neutron/network HTTP/1.1" 200 151 0.132853 10.0.0.19 - - [2025-08-28 03:04:51] "DELETE /route-target/d0a9d8cf-ef78-4625-a6f6-d9fcbc6b66a7 HTTP/1.1" 200 115 0.041445 10.0.0.19 - - [2025-08-28 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.41 - - [2025-08-28 03:04:54] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000827 10.0.0.19 - - [2025-08-28 03:04:54] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038394 10.0.0.19 - - [2025-08-28 03:04:54] "POST /neutron/network HTTP/1.1" 200 117 0.010185 10.0.0.19 - - [2025-08-28 03:04:54] "POST /route-targets HTTP/1.1" 200 327 0.011836 10.0.0.19 - - [2025-08-28 03:04:54] "POST /neutron/network HTTP/1.1" 200 828 0.007566 10.0.0.19 - - [2025-08-28 03:04:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001010 10.0.0.19 - - [2025-08-28 03:04:54] "GET /virtual-network/dbd6c869-30a7-408f-b68d-8cdd8cb2a47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005015 10.0.0.19 - - [2025-08-28 03:04:54] "GET /virtual-network/dbd6c869-30a7-408f-b68d-8cdd8cb2a47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005469 10.0.0.19 - - [2025-08-28 03:04:54] "POST /neutron/subnet HTTP/1.1" 200 714 0.009416 10.0.0.19 - - [2025-08-28 03:04:54] "GET /virtual-network/dbd6c869-30a7-408f-b68d-8cdd8cb2a47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005496 10.0.0.38 - - [2025-08-28 03:04:54] "GET /obj-perms HTTP/1.1" 200 5022 0.003378 10.0.0.19 - - [2025-08-28 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.41 - - [2025-08-28 03:04:55] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.19 - - [2025-08-28 03:04:55] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039712 10.0.0.19 - - [2025-08-28 03:04:55] "POST /ref-update HTTP/1.1" 200 156 0.024673 10.0.0.41 - - [2025-08-28 03:04:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009438 10.0.0.19 - - [2025-08-28 03:04:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.184909 10.0.0.19 - - [2025-08-28 03:04:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001432 10.0.0.19 - - [2025-08-28 03:04:55] "GET /virtual-network/c6130023-d0fc-4748-8870-dcdc3445fcb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007648 10.0.0.19 - - [2025-08-28 03:04:55] "GET /virtual-network/c6130023-d0fc-4748-8870-dcdc3445fcb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006118 10.0.0.19 - - [2025-08-28 03:04:55] "POST /neutron/network HTTP/1.1" 200 832 0.006153 10.0.0.19 - - [2025-08-28 03:04:55] "GET /virtual-network/c6130023-d0fc-4748-8870-dcdc3445fcb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005130 10.0.0.19 - - [2025-08-28 03:04:55] "GET /obj-perms HTTP/1.1" 200 5022 0.003264 10.0.0.19 - - [2025-08-28 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.41 - - [2025-08-28 03:04:56] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001079 10.0.0.19 - - [2025-08-28 03:04:56] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040642 10.0.0.41 - - [2025-08-28 03:04:56] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001048 10.0.0.19 - - [2025-08-28 03:04:56] "POST /neutron/network HTTP/1.1" 200 613 0.114374 10.0.0.19 - - [2025-08-28 03:04:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.003156 10.0.0.19 - - [2025-08-28 03:04:56] "GET /virtual-network/8e0ebf74-26ec-41b0-a7d2-031c965310a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005357 10.0.0.19 - - [2025-08-28 03:04:56] "POST /neutron/network HTTP/1.1" 200 833 0.015042 10.0.0.19 - - [2025-08-28 03:04:56] "GET /virtual-network/8e0ebf74-26ec-41b0-a7d2-031c965310a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005007 10.0.0.19 - - [2025-08-28 03:04:56] "GET /virtual-network/8e0ebf74-26ec-41b0-a7d2-031c965310a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005096 10.0.0.41 - - [2025-08-28 03:04:57] "GET /obj-perms HTTP/1.1" 200 5022 0.004854 10.0.0.19 - - [2025-08-28 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.41 - - [2025-08-28 03:04:57] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.19 - - [2025-08-28 03:04:57] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038485 10.0.0.19 - - [2025-08-28 03:04:57] "POST /neutron/network HTTP/1.1" 200 117 0.012024 10.0.0.19 - - [2025-08-28 03:04:57] "POST /route-targets HTTP/1.1" 200 327 0.012627 10.0.0.19 - - [2025-08-28 03:04:57] "POST /neutron/network HTTP/1.1" 200 840 0.007631 10.0.0.19 - - [2025-08-28 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.000962 10.0.0.19 - - [2025-08-28 03:04:57] "GET /virtual-network/b135167a-4826-4855-9ac6-eb32e7846930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004495 10.0.0.19 - - [2025-08-28 03:04:57] "GET /virtual-network/b135167a-4826-4855-9ac6-eb32e7846930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004983 10.0.0.19 - - [2025-08-28 03:04:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.008618 10.0.0.19 - - [2025-08-28 03:04:57] "GET /virtual-network/b135167a-4826-4855-9ac6-eb32e7846930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005660 10.0.0.38 - - [2025-08-28 03:04:58] "GET /obj-perms HTTP/1.1" 200 5022 0.003411 10.0.0.19 - - [2025-08-28 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2025-08-28 03:04:58] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000839 10.0.0.19 - - [2025-08-28 03:04:58] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036679 10.0.0.19 - - [2025-08-28 03:04:58] "POST /ref-update HTTP/1.1" 200 156 0.020931 10.0.0.41 - - [2025-08-28 03:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010052 10.0.0.19 - - [2025-08-28 03:04:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.213540 10.0.0.19 - - [2025-08-28 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001281 10.0.0.19 - - [2025-08-28 03:04:58] "GET /virtual-network/1e19eb07-bad0-4b43-ac25-965ba0197f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005277 10.0.0.19 - - [2025-08-28 03:04:58] "GET /virtual-network/1e19eb07-bad0-4b43-ac25-965ba0197f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005364 10.0.0.19 - - [2025-08-28 03:04:58] "POST /neutron/network HTTP/1.1" 200 844 0.006129 10.0.0.19 - - [2025-08-28 03:04:58] "GET /virtual-network/1e19eb07-bad0-4b43-ac25-965ba0197f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005771 10.0.0.19 - - [2025-08-28 03:04:59] "GET /obj-perms HTTP/1.1" 200 5022 0.003857 10.0.0.19 - - [2025-08-28 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001317 10.0.0.41 - - [2025-08-28 03:04:59] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.19 - - [2025-08-28 03:05:00] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.071091 10.0.0.19 - - [2025-08-28 03:05:00] "POST /neutron/network HTTP/1.1" 200 832 0.030364 10.0.0.19 - - [2025-08-28 03:05:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001473 10.0.0.19 - - [2025-08-28 03:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.008004 10.0.0.41 - - [2025-08-28 03:05:00] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.19 - - [2025-08-28 03:05:01] "POST /neutron/port HTTP/1.1" 200 1058 0.329987 10.0.0.19 - - [2025-08-28 03:05:01] "POST /neutron/port HTTP/1.1" 200 1112 0.117753 10.0.0.41 - - [2025-08-28 03:05:01] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001632 10.0.0.19 - - [2025-08-28 03:05:01] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.124644 10.0.0.19 - - [2025-08-28 03:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.006905 10.0.0.19 - - [2025-08-28 03:05:01] "POST /neutron/network HTTP/1.1" 200 832 0.005986 10.0.0.19 - - [2025-08-28 03:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.007632 10.0.0.19 - - [2025-08-28 03:05:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003031 10.0.0.19 - - [2025-08-28 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.41 - - [2025-08-28 03:05:01] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.19 - - [2025-08-28 03:05:01] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007159 10.0.0.19 - - [2025-08-28 03:05:01] "POST /service-templates HTTP/1.1" 200 543 0.040175 10.0.0.19 - - [2025-08-28 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.19 - - [2025-08-28 03:05:01] "GET /service-template/ec9a6d2f-636b-4a04-b6cb-ed82c1da4db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005780 10.0.0.19 - - [2025-08-28 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.19 - - [2025-08-28 03:05:01] "GET /service-template/ec9a6d2f-636b-4a04-b6cb-ed82c1da4db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003937 10.0.0.19 - - [2025-08-28 03:05:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001083 10.0.0.19 - - [2025-08-28 03:05:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001353 10.0.0.19 - - [2025-08-28 03:05:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001792 10.0.0.19 - - [2025-08-28 03:05:02] "POST /neutron/port HTTP/1.1" 200 1916 0.039385 10.0.0.19 - - [2025-08-28 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.19 - - [2025-08-28 03:05:02] "POST /neutron/port HTTP/1.1" 200 1057 0.011466 10.0.0.19 - - [2025-08-28 03:05:02] "DELETE /service-template/ec9a6d2f-636b-4a04-b6cb-ed82c1da4db8 HTTP/1.1" 200 115 0.036899 10.0.0.19 - - [2025-08-28 03:05:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003151 10.0.0.19 - - [2025-08-28 03:05:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004273 10.0.0.19 - - [2025-08-28 03:05:02] "POST /neutron/network HTTP/1.1" 200 833 0.006977 10.0.0.19 - - [2025-08-28 03:05:03] "POST /neutron/network HTTP/1.1" 200 840 0.006253 10.0.0.19 - - [2025-08-28 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.19 - - [2025-08-28 03:05:03] "POST /neutron/port HTTP/1.1" 200 1112 0.010984 10.0.0.19 - - [2025-08-28 03:05:03] "POST /neutron/network HTTP/1.1" 400 204 0.024077 10.0.0.19 - - [2025-08-28 03:05:04] "POST /neutron/port HTTP/1.1" 200 151 0.179387 10.0.0.19 - - [2025-08-28 03:05:04] "POST /neutron/network HTTP/1.1" 200 117 0.007168 10.0.0.41 - - [2025-08-28 03:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.41 - - [2025-08-28 03:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002297 10.0.0.19 - - [2025-08-28 03:05:05] "POST /neutron/network HTTP/1.1" 200 151 0.123297 10.0.0.19 - - [2025-08-28 03:05:05] "DELETE /route-target/93bbbdf0-2730-4bc5-b2a8-33d8335dc149 HTTP/1.1" 200 115 0.020206 10.0.0.19 - - [2025-08-28 03:05:06] "POST /neutron/network HTTP/1.1" 200 828 0.006523 10.0.0.19 - - [2025-08-28 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.41 - - [2025-08-28 03:05:07] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.19 - - [2025-08-28 03:05:07] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034405 10.0.0.41 - - [2025-08-28 03:05:07] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.19 - - [2025-08-28 03:05:07] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?fields=virtual_networks HTTP/1.1" 200 1024 0.038533 10.0.0.41 - - [2025-08-28 03:05:07] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.19 - - [2025-08-28 03:05:08] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.042214 10.0.0.41 - - [2025-08-28 03:05:08] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001188 10.0.0.19 - - [2025-08-28 03:05:08] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?fields=security_groups HTTP/1.1" 200 1246 0.035429 10.0.0.19 - - [2025-08-28 03:05:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.022727 10.0.0.41 - - [2025-08-28 03:05:08] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003087 10.0.0.41 - - [2025-08-28 03:05:08] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.41 - - [2025-08-28 03:05:08] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029749 10.0.0.41 - - [2025-08-28 03:05:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.003640 10.0.0.41 - - [2025-08-28 03:05:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.005430 10.0.0.41 - - [2025-08-28 03:05:09] "POST /security-groups HTTP/1.1" 200 593 0.027830 10.0.0.41 - - [2025-08-28 03:05:09] "POST /projects HTTP/1.1" 200 589 0.224990 10.0.0.19 - - [2025-08-28 03:05:09] "POST /access-control-lists HTTP/1.1" 200 598 0.027542 10.0.0.41 - - [2025-08-28 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.291059 10.0.0.19 - - [2025-08-28 03:05:09] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.437962 10.0.0.41 - - [2025-08-28 03:05:09] "DELETE /project/539bb74e59d84d2fabbb461dc58a1bf4 HTTP/1.1" 404 173 0.011274 10.0.0.41 - - [2025-08-28 03:05:09] "DELETE /project/384149b49e804daba5e91f57eb2463e0 HTTP/1.1" 404 173 0.013056 10.0.0.41 - - [2025-08-28 03:05:09] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.41 - - [2025-08-28 03:05:09] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001115 10.0.0.41 - - [2025-08-28 03:05:10] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.052908 10.0.0.41 - - [2025-08-28 03:05:10] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.061786 10.0.0.41 - - [2025-08-28 03:05:10] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001924 10.0.0.41 - - [2025-08-28 03:05:10] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.41 - - [2025-08-28 03:05:10] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?fields=security_groups HTTP/1.1" 200 1357 0.053231 10.0.0.41 - - [2025-08-28 03:05:10] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?fields=security_groups HTTP/1.1" 200 1351 0.066126 10.0.0.41 - - [2025-08-28 03:05:10] "DELETE /security-group/7ffab5a8-0a37-478d-812c-84645b8e4bb0 HTTP/1.1" 200 115 0.101875 10.0.0.41 - - [2025-08-28 03:05:10] "GET /projects?obj_uuids=9b5dc4e5-63ba-46de-892b-fdfd7afd466a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.41 - - [2025-08-28 03:05:10] "DELETE /security-group/c957908e-918a-4e07-9092-0ed9b2b00c54 HTTP/1.1" 200 115 0.115507 10.0.0.19 - - [2025-08-28 03:05:10] "DELETE /access-control-list/5ef883d4-a519-4a20-86d0-6a3c5115407c HTTP/1.1" 200 115 0.077813 10.0.0.41 - - [2025-08-28 03:05:10] "GET /projects?obj_uuids=384149b4-9e80-4dab-a5e9-1f57eb2463e0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.41 - - [2025-08-28 03:05:10] "GET /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a?fields=application_policy_sets HTTP/1.1" 200 1396 0.061060 10.0.0.41 - - [2025-08-28 03:05:10] "GET /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0?fields=application_policy_sets HTTP/1.1" 200 1390 0.116777 10.0.0.19 - - [2025-08-28 03:05:10] "DELETE /access-control-list/18e85761-c214-4d7b-8d35-64ae0f013c6f HTTP/1.1" 200 115 0.092659 10.0.0.41 - - [2025-08-28 03:05:10] "DELETE /project/9b5dc4e5-63ba-46de-892b-fdfd7afd466a HTTP/1.1" 200 115 0.631444 10.0.0.41 - - [2025-08-28 03:05:10] "DELETE /project/384149b4-9e80-4dab-a5e9-1f57eb2463e0 HTTP/1.1" 200 115 0.672446 10.0.0.19 - - [2025-08-28 03:05:10] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.19 - - [2025-08-28 03:05:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.19 - - [2025-08-28 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.047753 10.0.0.41 - - [2025-08-28 03:05:12] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.19 - - [2025-08-28 03:05:12] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042097 10.0.0.41 - - [2025-08-28 03:05:12] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002690 10.0.0.19 - - [2025-08-28 03:05:13] "POST /neutron/network HTTP/1.1" 200 611 0.144534 10.0.0.19 - - [2025-08-28 03:05:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.003447 10.0.0.19 - - [2025-08-28 03:05:13] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005617 10.0.0.19 - - [2025-08-28 03:05:13] "POST /neutron/network HTTP/1.1" 200 831 0.007333 10.0.0.19 - - [2025-08-28 03:05:13] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006510 10.0.0.19 - - [2025-08-28 03:05:13] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005430 10.0.0.41 - - [2025-08-28 03:05:15] "GET /obj-perms HTTP/1.1" 200 5034 0.043907 10.0.0.19 - - [2025-08-28 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.41 - - [2025-08-28 03:05:15] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000828 10.0.0.19 - - [2025-08-28 03:05:15] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.031383 10.0.0.19 - - [2025-08-28 03:05:15] "POST /neutron/network HTTP/1.1" 200 117 0.010352 10.0.0.19 - - [2025-08-28 03:05:15] "POST /route-targets HTTP/1.1" 200 327 0.013546 10.0.0.19 - - [2025-08-28 03:05:15] "POST /neutron/network HTTP/1.1" 200 833 0.007772 10.0.0.19 - - [2025-08-28 03:05:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001047 10.0.0.19 - - [2025-08-28 03:05:15] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005046 10.0.0.19 - - [2025-08-28 03:05:15] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005011 10.0.0.19 - - [2025-08-28 03:05:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.008048 10.0.0.19 - - [2025-08-28 03:05:15] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005020 10.0.0.38 - - [2025-08-28 03:05:16] "GET /obj-perms HTTP/1.1" 200 5034 0.042212 10.0.0.19 - - [2025-08-28 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.41 - - [2025-08-28 03:05:16] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.19 - - [2025-08-28 03:05:16] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034801 10.0.0.19 - - [2025-08-28 03:05:16] "POST /ref-update HTTP/1.1" 200 156 0.024762 10.0.0.41 - - [2025-08-28 03:05:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007465 10.0.0.19 - - [2025-08-28 03:05:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.226130 10.0.0.19 - - [2025-08-28 03:05:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001161 10.0.0.19 - - [2025-08-28 03:05:16] "GET /virtual-network/eb9caa35-7fc2-4398-beeb-3e70a2a55d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005680 10.0.0.19 - - [2025-08-28 03:05:16] "GET /virtual-network/eb9caa35-7fc2-4398-beeb-3e70a2a55d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005035 10.0.0.19 - - [2025-08-28 03:05:16] "POST /neutron/network HTTP/1.1" 200 834 0.006973 10.0.0.19 - - [2025-08-28 03:05:17] "GET /virtual-network/eb9caa35-7fc2-4398-beeb-3e70a2a55d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005494 10.0.0.19 - - [2025-08-28 03:05:17] "GET /obj-perms HTTP/1.1" 200 5034 0.047930 10.0.0.19 - - [2025-08-28 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.41 - - [2025-08-28 03:05:17] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000868 10.0.0.19 - - [2025-08-28 03:05:17] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048681 10.0.0.41 - - [2025-08-28 03:05:17] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.19 - - [2025-08-28 03:05:17] "POST /neutron/network HTTP/1.1" 200 629 0.130360 10.0.0.19 - - [2025-08-28 03:05:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.003276 10.0.0.19 - - [2025-08-28 03:05:18] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005316 10.0.0.19 - - [2025-08-28 03:05:18] "POST /neutron/network HTTP/1.1" 200 845 0.006854 10.0.0.19 - - [2025-08-28 03:05:18] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009432 10.0.0.19 - - [2025-08-28 03:05:18] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005320 10.0.0.41 - - [2025-08-28 03:05:18] "GET /obj-perms HTTP/1.1" 200 5034 0.004235 10.0.0.19 - - [2025-08-28 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2025-08-28 03:05:18] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000837 10.0.0.19 - - [2025-08-28 03:05:18] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053586 10.0.0.19 - - [2025-08-28 03:05:18] "POST /neutron/network HTTP/1.1" 200 117 0.014814 10.0.0.19 - - [2025-08-28 03:05:19] "POST /route-targets HTTP/1.1" 200 327 0.011511 10.0.0.19 - - [2025-08-28 03:05:19] "POST /neutron/network HTTP/1.1" 200 851 0.007536 10.0.0.19 - - [2025-08-28 03:05:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.000932 10.0.0.19 - - [2025-08-28 03:05:19] "GET /virtual-network/beb67b48-db23-4c95-af8f-dfca5d875e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004238 10.0.0.19 - - [2025-08-28 03:05:19] "GET /virtual-network/beb67b48-db23-4c95-af8f-dfca5d875e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005499 10.0.0.19 - - [2025-08-28 03:05:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.007910 10.0.0.19 - - [2025-08-28 03:05:19] "GET /virtual-network/beb67b48-db23-4c95-af8f-dfca5d875e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005666 10.0.0.38 - - [2025-08-28 03:05:19] "GET /obj-perms HTTP/1.1" 200 5034 0.003979 10.0.0.19 - - [2025-08-28 03:05:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001231 10.0.0.41 - - [2025-08-28 03:05:20] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.19 - - [2025-08-28 03:05:20] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058294 10.0.0.19 - - [2025-08-28 03:05:20] "POST /neutron/port HTTP/1.1" 200 117 0.006134 10.0.0.19 - - [2025-08-28 03:05:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001241 10.0.0.19 - - [2025-08-28 03:05:21] "POST /neutron/network HTTP/1.1" 200 843 0.006448 10.0.0.19 - - [2025-08-28 03:05:21] "POST /neutron/port HTTP/1.1" 200 1063 0.035540 10.0.0.41 - - [2025-08-28 03:05:21] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.19 - - [2025-08-28 03:05:21] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.093440 10.0.0.19 - - [2025-08-28 03:05:22] "POST /neutron/network HTTP/1.1" 200 833 0.009541 10.0.0.19 - - [2025-08-28 03:05:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.009879 10.0.0.19 - - [2025-08-28 03:05:22] "POST /neutron/port HTTP/1.1" 200 1091 0.018106 10.0.0.19 - - [2025-08-28 03:05:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003540 10.0.0.19 - - [2025-08-28 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.41 - - [2025-08-28 03:05:22] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.19 - - [2025-08-28 03:05:22] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007784 10.0.0.19 - - [2025-08-28 03:05:22] "POST /service-templates HTTP/1.1" 200 543 0.041186 10.0.0.19 - - [2025-08-28 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.19 - - [2025-08-28 03:05:22] "GET /service-template/b81d7fa7-4543-445e-a773-4272a48ba291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005651 10.0.0.19 - - [2025-08-28 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.19 - - [2025-08-28 03:05:22] "POST /neutron/network HTTP/1.1" 200 843 0.007049 10.0.0.19 - - [2025-08-28 03:05:22] "GET /service-template/b81d7fa7-4543-445e-a773-4272a48ba291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003341 10.0.0.19 - - [2025-08-28 03:05:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001175 10.0.0.19 - - [2025-08-28 03:05:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007395 10.0.0.19 - - [2025-08-28 03:05:23] "POST /neutron/port HTTP/1.1" 200 1117 0.099780 10.0.0.19 - - [2025-08-28 03:05:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003921 10.0.0.19 - - [2025-08-28 03:05:23] "POST /neutron/network HTTP/1.1" 200 833 0.008404 10.0.0.41 - - [2025-08-28 03:05:23] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.19 - - [2025-08-28 03:05:23] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062648 10.0.0.19 - - [2025-08-28 03:05:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006921 10.0.0.19 - - [2025-08-28 03:05:24] "GET /virtual-machine/c0982f42-c2c5-47eb-82ba-5589994b80ff HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2025-08-28 03:05:24] "GET /virtual-machine/c0982f42-c2c5-47eb-82ba-5589994b80ff HTTP/1.1" 404 171 0.023147 10.0.0.41 - - [2025-08-28 03:05:24] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.19 - - [2025-08-28 03:05:24] "POST /neutron/port HTTP/1.1" 200 1059 0.235822 10.0.0.19 - - [2025-08-28 03:05:24] "POST /neutron/port HTTP/1.1" 200 1113 0.091545 10.0.0.19 - - [2025-08-28 03:05:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.008277 10.0.0.19 - - [2025-08-28 03:05:25] "POST /neutron/port HTTP/1.1" 200 1091 0.013180 10.0.0.19 - - [2025-08-28 03:05:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003906 10.0.0.19 - - [2025-08-28 03:05:25] "POST /neutron/network HTTP/1.1" 200 831 0.005842 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-machine/c0982f42-c2c5-47eb-82ba-5589994b80ff HTTP/1.1" 200 1294 0.005584 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e HTTP/1.1" 200 2984 0.005327 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.005431 10.0.0.19 - - [2025-08-28 03:05:26] "PUT /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e HTTP/1.1" 200 284 0.013404 10.0.0.19 - - [2025-08-28 03:05:26] "POST /neutron/port HTTP/1.1" 200 1087 0.014471 10.0.0.19 - - [2025-08-28 03:05:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006805 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-machine/c0982f42-c2c5-47eb-82ba-5589994b80ff HTTP/1.1" 200 1294 0.003904 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e HTTP/1.1" 200 3034 0.005099 10.0.0.19 - - [2025-08-28 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.19 - - [2025-08-28 03:05:26] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003338 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003166 10.0.0.19 - - [2025-08-28 03:05:26] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005475 10.0.0.19 - - [2025-08-28 03:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.19 - - [2025-08-28 03:05:29] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004895 10.0.0.19 - - [2025-08-28 03:05:32] "POST /neutron/network HTTP/1.1" 200 843 0.006867 10.0.0.19 - - [2025-08-28 03:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.19 - - [2025-08-28 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.19 - - [2025-08-28 03:05:33] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005031 10.0.0.19 - - [2025-08-28 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.19 - - [2025-08-28 03:05:38] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005791 10.0.0.19 - - [2025-08-28 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.19 - - [2025-08-28 03:05:42] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006623 10.0.0.19 - - [2025-08-28 03:05:44] "GET /obj-perms HTTP/1.1" 200 5056 0.047920 10.0.0.19 - - [2025-08-28 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.19 - - [2025-08-28 03:05:46] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005651 10.0.0.19 - - [2025-08-28 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.19 - - [2025-08-28 03:05:50] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005881 10.0.0.19 - - [2025-08-28 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.19 - - [2025-08-28 03:05:54] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004993 10.0.0.19 - - [2025-08-28 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.19 - - [2025-08-28 03:05:58] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005819 10.0.0.19 - - [2025-08-28 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.19 - - [2025-08-28 03:06:02] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005812 10.0.0.19 - - [2025-08-28 03:06:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.027246 10.0.0.19 - - [2025-08-28 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.19 - - [2025-08-28 03:06:06] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005136 10.0.0.19 - - [2025-08-28 03:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.19 - - [2025-08-28 03:06:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003597 10.0.0.19 - - [2025-08-28 03:06:08] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002633 10.0.0.19 - - [2025-08-28 03:06:08] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007520 10.0.0.19 - - [2025-08-28 03:06:14] "POST /neutron/port HTTP/1.1" 200 1087 0.016689 10.0.0.19 - - [2025-08-28 03:06:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006275 10.0.0.19 - - [2025-08-28 03:06:19] "POST /neutron/port HTTP/1.1" 200 1087 0.017751 10.0.0.19 - - [2025-08-28 03:06:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006480 10.0.0.19 - - [2025-08-28 03:06:26] "POST /neutron/network HTTP/1.1" 200 841 0.006214 10.0.0.19 - - [2025-08-28 03:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.19 - - [2025-08-28 03:06:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.003276 10.0.0.19 - - [2025-08-28 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.41 - - [2025-08-28 03:06:29] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001359 10.0.0.19 - - [2025-08-28 03:06:29] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053329 10.0.0.19 - - [2025-08-28 03:06:29] "POST /service-instances HTTP/1.1" 200 547 0.030918 10.0.0.19 - - [2025-08-28 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.19 - - [2025-08-28 03:06:29] "GET /service-instance/29625342-4656-4954-9259-2c6e0f41de7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007332 10.0.0.19 - - [2025-08-28 03:06:29] "POST /port-tuples HTTP/1.1" 200 590 0.040869 10.0.0.19 - - [2025-08-28 03:06:30] "GET /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005920 10.0.0.19 - - [2025-08-28 03:06:30] "PUT /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e HTTP/1.1" 200 284 0.017028 10.0.0.19 - - [2025-08-28 03:06:30] "POST /ref-update HTTP/1.1" 200 156 0.018031 10.0.0.19 - - [2025-08-28 03:06:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006860 10.0.0.41 - - [2025-08-28 03:06:30] "POST /ref-update HTTP/1.1" 200 156 0.057781 10.0.0.41 - - [2025-08-28 03:06:30] "POST /ref-update HTTP/1.1" 200 156 0.029423 10.0.0.19 - - [2025-08-28 03:06:30] "POST /neutron/port HTTP/1.1" 200 1091 0.019290 10.0.0.19 - - [2025-08-28 03:06:30] "GET /virtual-machine/1e85b00e-3370-4e2b-980f-0c4f28142001 HTTP/1.1" 200 1294 0.006742 10.0.0.19 - - [2025-08-28 03:06:30] "GET /virtual-machine-interface/f17036ea-6e3d-4664-b130-995485ea2fa0 HTTP/1.1" 200 2958 0.007564 10.0.0.19 - - [2025-08-28 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.19 - - [2025-08-28 03:06:30] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004168 10.0.0.19 - - [2025-08-28 03:06:30] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003554 10.0.0.19 - - [2025-08-28 03:06:30] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005464 10.0.0.19 - - [2025-08-28 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.19 - - [2025-08-28 03:06:31] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005354 10.0.0.19 - - [2025-08-28 03:06:31] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002724 10.0.0.19 - - [2025-08-28 03:06:31] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005618 10.0.0.19 - - [2025-08-28 03:06:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006560 10.0.0.19 - - [2025-08-28 03:06:32] "POST /neutron/port HTTP/1.1" 200 1091 0.014726 10.0.0.19 - - [2025-08-28 03:06:32] "GET /virtual-machine/f4bc7824-f591-4f3d-adb1-2e47a80e86b1 HTTP/1.1" 200 1295 0.005444 10.0.0.19 - - [2025-08-28 03:06:32] "GET /virtual-machine-interface/cf2e8fc2-1038-4dde-9883-6c372f4bfb25 HTTP/1.1" 200 2961 0.004706 10.0.0.19 - - [2025-08-28 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.19 - - [2025-08-28 03:06:32] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003190 10.0.0.19 - - [2025-08-28 03:06:32] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002976 10.0.0.19 - - [2025-08-28 03:06:32] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005819 10.0.0.19 - - [2025-08-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.19 - - [2025-08-28 03:06:33] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003471 10.0.0.19 - - [2025-08-28 03:06:33] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004076 10.0.0.19 - - [2025-08-28 03:06:33] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005350 10.0.0.19 - - [2025-08-28 03:06:33] "POST /neutron/port HTTP/1.1" 200 1091 0.014684 10.0.0.19 - - [2025-08-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.002984 10.0.0.19 - - [2025-08-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.19 - - [2025-08-28 03:06:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.008155 10.0.0.41 - - [2025-08-28 03:06:33] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.19 - - [2025-08-28 03:06:33] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042648 10.0.0.19 - - [2025-08-28 03:06:33] "POST /network-policys HTTP/1.1" 200 551 0.023805 10.0.0.19 - - [2025-08-28 03:06:33] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005231 10.0.0.19 - - [2025-08-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.19 - - [2025-08-28 03:06:33] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005520 10.0.0.19 - - [2025-08-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.19 - - [2025-08-28 03:06:33] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004543 10.0.0.19 - - [2025-08-28 03:06:33] "POST /ref-update HTTP/1.1" 200 156 0.058037 10.0.0.19 - - [2025-08-28 03:06:33] "POST /access-control-lists HTTP/1.1" 200 596 0.034550 10.0.0.19 - - [2025-08-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.19 - - [2025-08-28 03:06:34] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005548 10.0.0.19 - - [2025-08-28 03:06:34] "POST /neutron/network HTTP/1.1" 200 923 0.010410 10.0.0.19 - - [2025-08-28 03:06:34] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005294 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.19 - - [2025-08-28 03:06:34] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004174 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.19 - - [2025-08-28 03:06:34] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005467 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2025-08-28 03:06:34] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003691 10.0.0.19 - - [2025-08-28 03:06:34] "POST /ref-update HTTP/1.1" 200 156 0.047600 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.010250 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.19 - - [2025-08-28 03:06:34] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.012878 10.0.0.19 - - [2025-08-28 03:06:34] "POST /ref-update HTTP/1.1" 200 156 0.031163 10.0.0.19 - - [2025-08-28 03:06:34] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.015137 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.19 - - [2025-08-28 03:06:34] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004224 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.19 - - [2025-08-28 03:06:34] "GET /service-template/b81d7fa7-4543-445e-a773-4272a48ba291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003864 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.41 - - [2025-08-28 03:06:34] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000869 10.0.0.19 - - [2025-08-28 03:06:34] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072625 10.0.0.19 - - [2025-08-28 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.19 - - [2025-08-28 03:06:34] "GET /service-instance/29625342-4656-4954-9259-2c6e0f41de7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.008718 10.0.0.19 - - [2025-08-28 03:06:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008505 10.0.0.19 - - [2025-08-28 03:06:35] "POST /neutron/port HTTP/1.1" 200 1381 0.033088 10.0.0.19 - - [2025-08-28 03:06:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006560 10.0.0.19 - - [2025-08-28 03:06:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001223 10.0.0.19 - - [2025-08-28 03:06:35] "GET /virtual-machine/c0982f42-c2c5-47eb-82ba-5589994b80ff HTTP/1.1" 200 1294 0.004066 10.0.0.19 - - [2025-08-28 03:06:35] "GET /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e HTTP/1.1" 200 3890 0.004946 10.0.0.19 - - [2025-08-28 03:06:35] "GET /instance-ip/941710c9-cfe5-419b-b111-54fd360ec998 HTTP/1.1" 200 1963 0.005230 10.0.0.19 - - [2025-08-28 03:06:35] "GET /instance-ip/b9407a1c-0601-4020-830e-25a21a4064aa HTTP/1.1" 200 1632 0.005948 10.0.0.19 - - [2025-08-28 03:06:35] "GET /instance-ip/c55335f2-ca9a-4227-94d6-76b226000c7e HTTP/1.1" 200 1965 0.003451 10.0.0.19 - - [2025-08-28 03:06:35] "POST /neutron/port HTTP/1.1" 200 1381 0.025840 10.0.0.19 - - [2025-08-28 03:06:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008121 10.0.0.19 - - [2025-08-28 03:06:35] "GET /virtual-machine/c0982f42-c2c5-47eb-82ba-5589994b80ff HTTP/1.1" 200 1294 0.007751 10.0.0.19 - - [2025-08-28 03:06:35] "GET /virtual-machine-interface/23d9ed44-ea1c-4695-a5b8-13cedba3ab3e HTTP/1.1" 200 3890 0.004952 10.0.0.19 - - [2025-08-28 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.19 - - [2025-08-28 03:06:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004113 10.0.0.19 - - [2025-08-28 03:06:35] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002645 10.0.0.19 - - [2025-08-28 03:06:35] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005492 10.0.0.19 - - [2025-08-28 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2025-08-28 03:06:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003613 10.0.0.19 - - [2025-08-28 03:06:36] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002829 10.0.0.19 - - [2025-08-28 03:06:36] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005798 10.0.0.19 - - [2025-08-28 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.013472 10.0.0.19 - - [2025-08-28 03:06:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003717 10.0.0.19 - - [2025-08-28 03:06:37] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003371 10.0.0.19 - - [2025-08-28 03:06:37] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005359 10.0.0.19 - - [2025-08-28 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.19 - - [2025-08-28 03:06:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004062 10.0.0.19 - - [2025-08-28 03:06:37] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002720 10.0.0.19 - - [2025-08-28 03:06:37] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005338 10.0.0.19 - - [2025-08-28 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.19 - - [2025-08-28 03:06:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003912 10.0.0.19 - - [2025-08-28 03:06:37] "GET /virtual-networks?parent_id=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002991 10.0.0.19 - - [2025-08-28 03:06:37] "GET /virtual-network/26b1605c-60da-49fb-8ac8-1f1001b3278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006182 10.0.0.19 - - [2025-08-28 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.19 - - [2025-08-28 03:06:37] "GET /routing-instance/77b3662a-3e2d-4833-ba08-f5f2922b7553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006824 10.0.0.19 - - [2025-08-28 03:06:37] "GET /routing-instance/77b3662a-3e2d-4833-ba08-f5f2922b7553?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.006719 10.0.0.19 - - [2025-08-28 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006270 10.0.0.19 - - [2025-08-28 03:06:37] "GET /routing-instance/13aad2cb-fcb2-48fb-a0fb-60997014f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004942 10.0.0.19 - - [2025-08-28 03:06:37] "GET /routing-instance/13aad2cb-fcb2-48fb-a0fb-60997014f450?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006207 10.0.0.41 - - [2025-08-28 03:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.043277 10.0.0.41 - - [2025-08-28 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.137649 10.0.0.38 - - [2025-08-28 03:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.108548 10.0.0.19 - - [2025-08-28 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.121619 10.0.0.38 - - [2025-08-28 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.134875 10.0.0.41 - - [2025-08-28 03:07:03] "GET /global-system-configs HTTP/1.1" 200 322 0.030606 10.0.0.38 - - [2025-08-28 03:07:03] "GET /global-system-configs HTTP/1.1" 200 322 0.060015 10.0.0.19 - - [2025-08-28 03:07:03] "GET /global-system-configs HTTP/1.1" 200 322 0.110741 10.0.0.41 - - [2025-08-28 03:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.260129 10.0.0.19 - - [2025-08-28 03:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.226450 10.0.0.38 - - [2025-08-28 03:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.244140 10.0.0.19 - - [2025-08-28 03:07:04] "GET /global-system-configs HTTP/1.1" 200 322 0.025072 10.0.0.19 - - [2025-08-28 03:07:21] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003833 10.0.0.19 - - [2025-08-28 03:07:21] "PUT /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15 HTTP/1.1" 200 262 0.012276 10.0.0.19 - - [2025-08-28 03:07:21] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004390 10.0.0.19 - - [2025-08-28 03:07:28] "POST /neutron/port HTTP/1.1" 200 1381 0.019263 10.0.0.19 - - [2025-08-28 03:07:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.19 - - [2025-08-28 03:07:28] "POST /neutron/network HTTP/1.1" 200 845 0.005977 10.0.0.19 - - [2025-08-28 03:07:33] "POST /neutron/network HTTP/1.1" 200 935 0.007634 10.0.0.19 - - [2025-08-28 03:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.19 - - [2025-08-28 03:07:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007277 10.0.0.41 - - [2025-08-28 03:07:46] "GET /obj-perms HTTP/1.1" 200 5056 0.045660 10.0.0.19 - - [2025-08-28 03:07:50] "POST /ref-update HTTP/1.1" 200 156 0.055801 10.0.0.19 - - [2025-08-28 03:07:50] "GET /virtual-network/3b67a171-0e02-4013-8b6b-820b0eabbc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007135 10.0.0.19 - - [2025-08-28 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.19 - - [2025-08-28 03:07:50] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.003852 10.0.0.19 - - [2025-08-28 03:07:50] "POST /ref-update HTTP/1.1" 200 156 0.061137 10.0.0.19 - - [2025-08-28 03:07:50] "GET /virtual-network/dda4081b-e9ab-4ae5-8d07-55712e068800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007379 10.0.0.19 - - [2025-08-28 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-08-28 03:07:50] "GET /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004218 10.0.0.19 - - [2025-08-28 03:07:50] "DELETE /network-policy/6d3243ce-b9dd-4a95-be90-0259fe8f2d15 HTTP/1.1" 200 115 0.037378 10.0.0.19 - - [2025-08-28 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.19 - - [2025-08-28 03:07:50] "DELETE /service-instance/29625342-4656-4954-9259-2c6e0f41de7c HTTP/1.1" 200 115 0.045608 10.0.0.41 - - [2025-08-28 03:07:50] "POST /ref-update HTTP/1.1" 200 156 0.022748 10.0.0.19 - - [2025-08-28 03:07:50] "DELETE /access-control-list/ef9e7f90-7aba-4d0c-abce-593a3bb68b90 HTTP/1.1" 200 115 0.077349 10.0.0.41 - - [2025-08-28 03:07:50] "DELETE /instance-ip/941710c9-cfe5-419b-b111-54fd360ec998 HTTP/1.1" 200 115 0.046915 10.0.0.19 - - [2025-08-28 03:07:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003237 10.0.0.19 - - [2025-08-28 03:07:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002166 10.0.0.19 - - [2025-08-28 03:07:50] "POST /ref-update HTTP/1.1" 200 156 0.031679 10.0.0.19 - - [2025-08-28 03:07:50] "POST /ref-update HTTP/1.1" 200 156 0.026365 10.0.0.19 - - [2025-08-28 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.19 - - [2025-08-28 03:07:51] "DELETE /service-template/b81d7fa7-4543-445e-a773-4272a48ba291 HTTP/1.1" 200 115 0.031704 10.0.0.19 - - [2025-08-28 03:07:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.008362 10.0.0.19 - - [2025-08-28 03:07:51] "POST /neutron/network HTTP/1.1" 200 851 0.006253 10.0.0.19 - - [2025-08-28 03:07:51] "DELETE /route-target/f2a85662-0882-4ee7-a86d-85479d4bb31a HTTP/1.1" 200 115 0.033451 10.0.0.19 - - [2025-08-28 03:07:51] "POST /neutron/port HTTP/1.1" 200 1113 0.017241 10.0.0.19 - - [2025-08-28 03:07:51] "POST /neutron/port HTTP/1.1" 200 1091 0.021488 10.0.0.19 - - [2025-08-28 03:07:51] "POST /neutron/port HTTP/1.1" 200 1117 0.018678 10.0.0.19 - - [2025-08-28 03:07:52] "POST /neutron/port HTTP/1.1" 200 151 0.163940 10.0.0.19 - - [2025-08-28 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.19 - - [2025-08-28 03:07:52] "POST /neutron/network HTTP/1.1" 200 833 0.006397 10.0.0.19 - - [2025-08-28 03:07:52] "DELETE /route-target/2be06ca8-9545-48e5-9153-8fa698ccc609 HTTP/1.1" 200 115 0.020730 10.0.0.41 - - [2025-08-28 03:07:53] "POST /useragent-kv HTTP/1.1" 200 115 0.040713 10.0.0.41 - - [2025-08-28 03:07:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002695 10.0.0.19 - - [2025-08-28 03:07:53] "POST /neutron/network HTTP/1.1" 200 151 0.160942 10.0.0.41 - - [2025-08-28 03:07:54] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.19 - - [2025-08-28 03:07:54] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038071 10.0.0.41 - - [2025-08-28 03:07:54] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.19 - - [2025-08-28 03:07:54] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?fields=virtual_networks HTTP/1.1" 200 1036 0.082319 10.0.0.41 - - [2025-08-28 03:07:54] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.19 - - [2025-08-28 03:07:54] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.041968 10.0.0.41 - - [2025-08-28 03:07:55] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.19 - - [2025-08-28 03:07:55] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?fields=security_groups HTTP/1.1" 200 1264 0.044571 10.0.0.19 - - [2025-08-28 03:07:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.024162 10.0.0.41 - - [2025-08-28 03:07:55] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.41 - - [2025-08-28 03:07:55] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.41 - - [2025-08-28 03:07:55] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006601 10.0.0.41 - - [2025-08-28 03:07:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.003500 10.0.0.41 - - [2025-08-28 03:07:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.004014 10.0.0.41 - - [2025-08-28 03:07:56] "POST /security-groups HTTP/1.1" 200 592 0.068765 10.0.0.19 - - [2025-08-28 03:07:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.005218 10.0.0.41 - - [2025-08-28 03:07:56] "POST /projects HTTP/1.1" 200 587 0.260184 10.0.0.41 - - [2025-08-28 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.327266 10.0.0.19 - - [2025-08-28 03:07:56] "POST /access-control-lists HTTP/1.1" 200 595 0.031741 10.0.0.19 - - [2025-08-28 03:07:56] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.451383 10.0.0.19 - - [2025-08-28 03:07:57] "GET / HTTP/1.1" 200 35931 0.001888 10.0.0.19 - - [2025-08-28 03:07:59] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.41 - - [2025-08-28 03:07:59] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.19 - - [2025-08-28 03:07:59] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055725 10.0.0.19 - - [2025-08-28 03:07:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002906 10.0.0.19 - - [2025-08-28 03:07:59] "POST /virtual-DNSs HTTP/1.1" 200 507 0.032303 10.0.0.19 - - [2025-08-28 03:07:59] "GET /virtual-DNS/a39e7c24-78ef-4c60-881a-a3396d4df64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.011808 10.0.0.19 - - [2025-08-28 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.19 - - [2025-08-28 03:08:00] "GET /virtual-DNS/a39e7c24-78ef-4c60-881a-a3396d4df64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004231 10.0.0.19 - - [2025-08-28 03:08:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003087 10.0.0.19 - - [2025-08-28 03:08:00] "POST /network-ipams HTTP/1.1" 200 514 0.024208 10.0.0.19 - - [2025-08-28 03:08:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003931 10.0.0.19 - - [2025-08-28 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.19 - - [2025-08-28 03:08:00] "GET /network-ipam/7e33b1b3-1c1c-4a9f-a744-ee288ec338c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005930 10.0.0.19 - - [2025-08-28 03:08:00] "PUT /network-ipam/7e33b1b3-1c1c-4a9f-a744-ee288ec338c5 HTTP/1.1" 200 258 0.013146 10.0.0.19 - - [2025-08-28 03:08:00] "POST /ref-update HTTP/1.1" 200 156 0.013667 10.0.0.19 - - [2025-08-28 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.41 - - [2025-08-28 03:08:00] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000984 10.0.0.19 - - [2025-08-28 03:08:00] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043309 10.0.0.41 - - [2025-08-28 03:08:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006733 10.0.0.19 - - [2025-08-28 03:08:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.250950 10.0.0.19 - - [2025-08-28 03:08:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001958 10.0.0.19 - - [2025-08-28 03:08:01] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005030 10.0.0.19 - - [2025-08-28 03:08:01] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005459 10.0.0.19 - - [2025-08-28 03:08:01] "POST /neutron/network HTTP/1.1" 200 833 0.006188 10.0.0.19 - - [2025-08-28 03:08:01] "POST /neutron/network HTTP/1.1" 200 833 0.006394 10.0.0.19 - - [2025-08-28 03:08:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001004 10.0.0.41 - - [2025-08-28 03:08:02] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.19 - - [2025-08-28 03:08:02] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057806 10.0.0.19 - - [2025-08-28 03:08:02] "POST /neutron/port HTTP/1.1" 200 117 0.006117 10.0.0.19 - - [2025-08-28 03:08:02] "POST /neutron/network HTTP/1.1" 200 843 0.010822 10.0.0.19 - - [2025-08-28 03:08:03] "POST /neutron/port HTTP/1.1" 200 1058 0.017260 10.0.0.19 - - [2025-08-28 03:08:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.19 - - [2025-08-28 03:08:03] "POST /neutron/network HTTP/1.1" 200 833 0.006683 10.0.0.19 - - [2025-08-28 03:08:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017154 10.0.0.19 - - [2025-08-28 03:08:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006714 10.0.0.19 - - [2025-08-28 03:08:07] "GET /virtual-machine/a580e46f-2d74-4234-929e-b8a9aa2da679 HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-08-28 03:08:08] "GET /virtual-machine/a580e46f-2d74-4234-929e-b8a9aa2da679 HTTP/1.1" 200 1294 0.027403 10.0.0.19 - - [2025-08-28 03:08:08] "GET /virtual-machine-interface/23a8dd4e-9c31-44b9-99b4-258c3fd9fb2c HTTP/1.1" 200 2964 0.005655 10.0.0.19 - - [2025-08-28 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.19 - - [2025-08-28 03:08:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004113 10.0.0.19 - - [2025-08-28 03:08:08] "GET /virtual-networks?parent_id=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003119 10.0.0.19 - - [2025-08-28 03:08:08] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006548 10.0.0.41 - - [2025-08-28 03:08:10] "DELETE /project/b0492a46d59a4a40931a705c4f106957 HTTP/1.1" 404 173 0.004090 10.0.0.41 - - [2025-08-28 03:08:10] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.41 - - [2025-08-28 03:08:10] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.052067 10.0.0.41 - - [2025-08-28 03:08:10] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.41 - - [2025-08-28 03:08:10] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?fields=security_groups HTTP/1.1" 200 1369 0.050664 10.0.0.41 - - [2025-08-28 03:08:10] "DELETE /security-group/22735197-30a1-47fc-862f-48f5adf61d93 HTTP/1.1" 200 115 0.063267 10.0.0.41 - - [2025-08-28 03:08:10] "GET /projects?obj_uuids=539bb74e-59d8-4d2f-abbb-461dc58a1bf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001381 10.0.0.19 - - [2025-08-28 03:08:11] "DELETE /access-control-list/e6638528-4021-4687-9fd3-190beae78235 HTTP/1.1" 200 115 0.056929 10.0.0.41 - - [2025-08-28 03:08:11] "GET /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4?fields=application_policy_sets HTTP/1.1" 200 1408 0.069489 10.0.0.41 - - [2025-08-28 03:08:11] "DELETE /project/539bb74e-59d8-4d2f-abbb-461dc58a1bf4 HTTP/1.1" 200 115 0.447985 10.0.0.19 - - [2025-08-28 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.19 - - [2025-08-28 03:08:11] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005133 10.0.0.19 - - [2025-08-28 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.19 - - [2025-08-28 03:08:15] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005732 10.0.0.19 - - [2025-08-28 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.19 - - [2025-08-28 03:08:19] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005061 10.0.0.19 - - [2025-08-28 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.19 - - [2025-08-28 03:08:23] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005127 10.0.0.19 - - [2025-08-28 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.19 - - [2025-08-28 03:08:27] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005343 10.0.0.19 - - [2025-08-28 03:08:28] "POST /neutron/network HTTP/1.1" 200 843 0.006860 10.0.0.19 - - [2025-08-28 03:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.19 - - [2025-08-28 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.19 - - [2025-08-28 03:08:31] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006039 10.0.0.19 - - [2025-08-28 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2025-08-28 03:08:36] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010007 10.0.0.19 - - [2025-08-28 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.19 - - [2025-08-28 03:08:40] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003646 10.0.0.19 - - [2025-08-28 03:08:40] "GET /virtual-networks?parent_id=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003272 10.0.0.19 - - [2025-08-28 03:08:40] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005835 10.0.0.19 - - [2025-08-28 03:08:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007968 10.0.0.38 - - [2025-08-28 03:08:47] "GET /obj-perms HTTP/1.1" 200 5056 0.043796 10.0.0.19 - - [2025-08-28 03:08:49] "POST /neutron/port HTTP/1.1" 200 1086 0.013601 10.0.0.19 - - [2025-08-28 03:08:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007389 10.0.0.19 - - [2025-08-28 03:09:22] "POST /neutron/network HTTP/1.1" 200 807 0.081001 10.0.0.19 - - [2025-08-28 03:09:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001209 10.0.0.19 - - [2025-08-28 03:09:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007306 10.0.0.41 - - [2025-08-28 03:09:23] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.19 - - [2025-08-28 03:09:23] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066666 10.0.0.19 - - [2025-08-28 03:09:23] "POST /neutron/port HTTP/1.1" 200 1086 0.019104 10.0.0.19 - - [2025-08-28 03:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.008520 10.0.0.19 - - [2025-08-28 03:09:24] "POST /neutron/port HTTP/1.1" 200 1058 0.034937 10.0.0.19 - - [2025-08-28 03:09:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015557 10.0.0.19 - - [2025-08-28 03:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.19 - - [2025-08-28 03:09:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008092 10.0.0.19 - - [2025-08-28 03:09:28] "POST /neutron/port HTTP/1.1" 200 1086 0.014384 10.0.0.19 - - [2025-08-28 03:09:28] "GET /virtual-machine/64241d55-75a9-406b-a59c-4ab6b596e41b HTTP/1.1" 200 1293 0.007404 10.0.0.19 - - [2025-08-28 03:09:28] "GET /virtual-machine-interface/744b9b05-1584-4b2f-b2fb-d9e25e2adba8 HTTP/1.1" 200 2964 0.005095 10.0.0.19 - - [2025-08-28 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.19 - - [2025-08-28 03:09:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004424 10.0.0.19 - - [2025-08-28 03:09:28] "GET /virtual-networks?parent_id=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002790 10.0.0.19 - - [2025-08-28 03:09:28] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007535 10.0.0.19 - - [2025-08-28 03:09:29] "POST /neutron/port HTTP/1.1" 200 1086 0.014795 10.0.0.19 - - [2025-08-28 03:09:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.008938 10.0.0.19 - - [2025-08-28 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.19 - - [2025-08-28 03:09:32] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005124 10.0.0.19 - - [2025-08-28 03:09:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014943 10.0.0.19 - - [2025-08-28 03:09:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003441 10.0.0.19 - - [2025-08-28 03:09:34] "POST /neutron/network HTTP/1.1" 200 833 0.006942 10.0.0.19 - - [2025-08-28 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.19 - - [2025-08-28 03:09:36] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006772 10.0.0.19 - - [2025-08-28 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.19 - - [2025-08-28 03:09:40] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004949 10.0.0.19 - - [2025-08-28 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.19 - - [2025-08-28 03:09:44] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004863 10.0.0.19 - - [2025-08-28 03:09:48] "GET /obj-perms HTTP/1.1" 200 5056 0.041026 10.0.0.19 - - [2025-08-28 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.19 - - [2025-08-28 03:09:48] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005134 10.0.0.19 - - [2025-08-28 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.19 - - [2025-08-28 03:09:52] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005356 10.0.0.19 - - [2025-08-28 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.19 - - [2025-08-28 03:09:56] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005247 10.0.0.19 - - [2025-08-28 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.19 - - [2025-08-28 03:09:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003544 10.0.0.19 - - [2025-08-28 03:09:58] "GET /virtual-networks?parent_id=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002916 10.0.0.19 - - [2025-08-28 03:09:58] "GET /virtual-network/e0972b72-96b1-4f21-b7ec-01c6cb02d432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005450 10.0.0.19 - - [2025-08-28 03:10:03] "POST /neutron/port HTTP/1.1" 200 1086 0.015097 10.0.0.19 - - [2025-08-28 03:10:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006781 10.0.0.19 - - [2025-08-28 03:10:29] "POST /neutron/port HTTP/1.1" 200 1086 0.037418 10.0.0.19 - - [2025-08-28 03:10:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003839 10.0.0.19 - - [2025-08-28 03:10:29] "POST /neutron/network HTTP/1.1" 200 833 0.006192 10.0.0.19 - - [2025-08-28 03:10:35] "POST /neutron/network HTTP/1.1" 200 843 0.006697 10.0.0.19 - - [2025-08-28 03:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.19 - - [2025-08-28 03:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.19 - - [2025-08-28 03:10:40] "DELETE /virtual-DNS/a39e7c24-78ef-4c60-881a-a3396d4df64d HTTP/1.1" 409 235 0.009780 10.0.0.19 - - [2025-08-28 03:10:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.003255 10.0.0.19 - - [2025-08-28 03:10:40] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.024355 10.0.0.19 - - [2025-08-28 03:10:40] "GET /virtual-DNS-record/b1e5ffd3-e1aa-4c57-95cc-3bebf63a77ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005464 10.0.0.19 - - [2025-08-28 03:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.19 - - [2025-08-28 03:10:40] "GET /virtual-DNS-record/b1e5ffd3-e1aa-4c57-95cc-3bebf63a77ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003389 10.0.0.19 - - [2025-08-28 03:10:47] "DELETE /virtual-DNS-record/b1e5ffd3-e1aa-4c57-95cc-3bebf63a77ae HTTP/1.1" 200 115 0.030219 10.0.0.19 - - [2025-08-28 03:10:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003531 10.0.0.19 - - [2025-08-28 03:10:47] "POST /neutron/network HTTP/1.1" 400 204 0.012502 10.0.0.19 - - [2025-08-28 03:10:47] "POST /neutron/port HTTP/1.1" 200 151 0.210878 10.0.0.19 - - [2025-08-28 03:10:48] "POST /neutron/port HTTP/1.1" 200 151 0.209347 10.0.0.19 - - [2025-08-28 03:10:49] "DELETE /route-target/3208b4ca-25fd-4728-aa23-8d4d0c3375cb HTTP/1.1" 200 115 0.027889 10.0.0.19 - - [2025-08-28 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2025-08-28 03:10:49] "DELETE /network-ipam/7e33b1b3-1c1c-4a9f-a744-ee288ec338c5 HTTP/1.1" 200 115 0.039315 10.0.0.19 - - [2025-08-28 03:10:49] "DELETE /virtual-DNS/a39e7c24-78ef-4c60-881a-a3396d4df64d HTTP/1.1" 200 115 0.027301 10.0.0.19 - - [2025-08-28 03:10:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.011136 10.0.0.41 - - [2025-08-28 03:10:51] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.19 - - [2025-08-28 03:10:51] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065218 10.0.0.41 - - [2025-08-28 03:10:51] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001353 10.0.0.19 - - [2025-08-28 03:10:51] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?fields=virtual_networks HTTP/1.1" 200 1035 0.059282 10.0.0.41 - - [2025-08-28 03:10:51] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.19 - - [2025-08-28 03:10:51] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041033 10.0.0.41 - - [2025-08-28 03:10:51] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001320 10.0.0.19 - - [2025-08-28 03:10:51] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?fields=security_groups HTTP/1.1" 200 1262 0.037590 10.0.0.19 - - [2025-08-28 03:10:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.026242 10.0.0.41 - - [2025-08-28 03:10:52] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002961 10.0.0.41 - - [2025-08-28 03:10:52] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.41 - - [2025-08-28 03:10:52] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030936 10.0.0.41 - - [2025-08-28 03:10:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001070 10.0.0.41 - - [2025-08-28 03:10:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.008354 10.0.0.41 - - [2025-08-28 03:10:52] "POST /security-groups HTTP/1.1" 200 592 0.024717 10.0.0.41 - - [2025-08-28 03:10:52] "POST /projects HTTP/1.1" 200 587 0.223247 10.0.0.19 - - [2025-08-28 03:10:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.011585 10.0.0.41 - - [2025-08-28 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.297580 10.0.0.19 - - [2025-08-28 03:10:52] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.443795 10.0.0.19 - - [2025-08-28 03:10:53] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.19 - - [2025-08-28 03:10:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.19 - - [2025-08-28 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.049606 10.0.0.41 - - [2025-08-28 03:10:55] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000841 10.0.0.19 - - [2025-08-28 03:10:55] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032428 10.0.0.19 - - [2025-08-28 03:10:55] "POST /neutron/network HTTP/1.1" 200 117 0.031031 10.0.0.19 - - [2025-08-28 03:10:55] "POST /ref-update HTTP/1.1" 200 156 0.025501 10.0.0.19 - - [2025-08-28 03:10:56] "POST /neutron/network HTTP/1.1" 200 826 0.010234 10.0.0.19 - - [2025-08-28 03:10:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001038 10.0.0.19 - - [2025-08-28 03:10:56] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004797 10.0.0.19 - - [2025-08-28 03:10:56] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005131 10.0.0.19 - - [2025-08-28 03:10:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.007754 10.0.0.19 - - [2025-08-28 03:10:56] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005450 10.0.0.41 - - [2025-08-28 03:10:58] "GET /obj-perms HTTP/1.1" 200 5032 0.045709 10.0.0.19 - - [2025-08-28 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.41 - - [2025-08-28 03:10:58] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.19 - - [2025-08-28 03:10:58] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042780 10.0.0.41 - - [2025-08-28 03:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002091 10.0.0.19 - - [2025-08-28 03:10:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.221043 10.0.0.19 - - [2025-08-28 03:10:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001499 10.0.0.19 - - [2025-08-28 03:10:58] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010446 10.0.0.19 - - [2025-08-28 03:10:58] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006838 10.0.0.19 - - [2025-08-28 03:10:58] "POST /neutron/network HTTP/1.1" 200 829 0.005534 10.0.0.19 - - [2025-08-28 03:10:58] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005033 10.0.0.38 - - [2025-08-28 03:10:59] "GET /obj-perms HTTP/1.1" 200 5032 0.041547 10.0.0.19 - - [2025-08-28 03:10:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001173 10.0.0.41 - - [2025-08-28 03:11:11] "DELETE /project/059c89d8960e48e18758165e09ba02c6 HTTP/1.1" 404 173 0.005311 10.0.0.41 - - [2025-08-28 03:11:11] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000789 10.0.0.41 - - [2025-08-28 03:11:11] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040415 10.0.0.41 - - [2025-08-28 03:11:11] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.41 - - [2025-08-28 03:11:11] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?fields=security_groups HTTP/1.1" 200 1367 0.079269 10.0.0.41 - - [2025-08-28 03:11:11] "DELETE /security-group/36c89140-08cd-4df0-a9d8-5052748845d5 HTTP/1.1" 200 115 0.047312 10.0.0.41 - - [2025-08-28 03:11:11] "GET /projects?obj_uuids=b0492a46-d59a-4a40-931a-705c4f106957&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001383 10.0.0.19 - - [2025-08-28 03:11:11] "DELETE /access-control-list/feaab598-02dc-4313-9a82-1de3801bb9a0 HTTP/1.1" 200 115 0.046865 10.0.0.41 - - [2025-08-28 03:11:11] "GET /project/b0492a46-d59a-4a40-931a-705c4f106957?fields=application_policy_sets HTTP/1.1" 200 1406 0.058215 10.0.0.41 - - [2025-08-28 03:11:11] "DELETE /project/b0492a46-d59a-4a40-931a-705c4f106957 HTTP/1.1" 200 115 0.429270 10.0.0.41 - - [2025-08-28 03:11:14] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001370 10.0.0.19 - - [2025-08-28 03:11:14] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056613 10.0.0.19 - - [2025-08-28 03:11:14] "POST /neutron/network HTTP/1.1" 200 829 0.029266 10.0.0.19 - - [2025-08-28 03:11:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001229 10.0.0.19 - - [2025-08-28 03:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.005854 10.0.0.41 - - [2025-08-28 03:11:15] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.19 - - [2025-08-28 03:11:15] "POST /neutron/port HTTP/1.1" 200 1063 0.313693 10.0.0.41 - - [2025-08-28 03:11:16] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.19 - - [2025-08-28 03:11:16] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.070803 10.0.0.19 - - [2025-08-28 03:11:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010704 10.0.0.19 - - [2025-08-28 03:11:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007362 10.0.0.19 - - [2025-08-28 03:11:17] "POST /neutron/port HTTP/1.1" 200 1063 0.018149 10.0.0.19 - - [2025-08-28 03:11:17] "POST /neutron/port HTTP/1.1" 200 1060 0.039892 10.0.0.19 - - [2025-08-28 03:11:17] "POST /neutron/port HTTP/1.1" 200 1091 0.048774 10.0.0.19 - - [2025-08-28 03:11:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.010300 10.0.0.19 - - [2025-08-28 03:11:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.010621 10.0.0.19 - - [2025-08-28 03:11:17] "POST /neutron/network HTTP/1.1" 200 826 0.009247 10.0.0.19 - - [2025-08-28 03:11:26] "POST /neutron/port HTTP/1.1" 200 1091 0.014402 10.0.0.19 - - [2025-08-28 03:11:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007751 10.0.0.19 - - [2025-08-28 03:11:41] "POST /neutron/port HTTP/1.1" 200 1091 0.012710 10.0.0.19 - - [2025-08-28 03:11:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007187 10.0.0.19 - - [2025-08-28 03:11:42] "GET /virtual-machine/67ea166e-09dd-484b-a9c9-3f19434d32db HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2025-08-28 03:11:42] "GET /virtual-machine/67ea166e-09dd-484b-a9c9-3f19434d32db HTTP/1.1" 200 1293 0.027547 10.0.0.19 - - [2025-08-28 03:11:42] "GET /virtual-machine-interface/77025ed4-6eea-4621-b135-0e9fceb27fea HTTP/1.1" 200 2949 0.004902 10.0.0.19 - - [2025-08-28 03:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.19 - - [2025-08-28 03:11:42] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004393 10.0.0.19 - - [2025-08-28 03:11:42] "GET /virtual-networks?parent_id=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003730 10.0.0.19 - - [2025-08-28 03:11:42] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005853 10.0.0.19 - - [2025-08-28 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.19 - - [2025-08-28 03:11:45] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004799 10.0.0.19 - - [2025-08-28 03:11:49] "GET /obj-perms HTTP/1.1" 200 5056 0.042197 10.0.0.19 - - [2025-08-28 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.19 - - [2025-08-28 03:11:49] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004890 10.0.0.19 - - [2025-08-28 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.19 - - [2025-08-28 03:11:53] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004844 10.0.0.19 - - [2025-08-28 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.19 - - [2025-08-28 03:11:57] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005789 10.0.0.19 - - [2025-08-28 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.19 - - [2025-08-28 03:12:02] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005134 10.0.0.41 - - [2025-08-28 03:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.029472 10.0.0.38 - - [2025-08-28 03:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.044193 10.0.0.41 - - [2025-08-28 03:12:02] "GET /obj-perms HTTP/1.1" 200 5056 0.123248 10.0.0.38 - - [2025-08-28 03:12:02] "GET /obj-perms HTTP/1.1" 200 5056 0.134239 10.0.0.41 - - [2025-08-28 03:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.069553 10.0.0.19 - - [2025-08-28 03:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.138587 10.0.0.38 - - [2025-08-28 03:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.025827 10.0.0.19 - - [2025-08-28 03:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.099981 10.0.0.41 - - [2025-08-28 03:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.138383 10.0.0.38 - - [2025-08-28 03:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.155756 10.0.0.19 - - [2025-08-28 03:12:04] "GET /global-system-configs HTTP/1.1" 200 322 0.046105 10.0.0.19 - - [2025-08-28 03:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.120309 10.0.0.19 - - [2025-08-28 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.19 - - [2025-08-28 03:12:06] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005275 10.0.0.19 - - [2025-08-28 03:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.19 - - [2025-08-28 03:12:10] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005159 10.0.0.19 - - [2025-08-28 03:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.19 - - [2025-08-28 03:12:14] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004874 10.0.0.19 - - [2025-08-28 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008404 10.0.0.19 - - [2025-08-28 03:12:18] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005575 10.0.0.19 - - [2025-08-28 03:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.19 - - [2025-08-28 03:12:22] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005179 10.0.0.19 - - [2025-08-28 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.19 - - [2025-08-28 03:12:26] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004804 10.0.0.19 - - [2025-08-28 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.19 - - [2025-08-28 03:12:30] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003802 10.0.0.19 - - [2025-08-28 03:12:30] "GET /virtual-networks?parent_id=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003122 10.0.0.19 - - [2025-08-28 03:12:30] "GET /virtual-network/85f9de36-1478-44fa-8809-a145ec534219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006968 10.0.0.19 - - [2025-08-28 03:12:30] "POST /neutron/port HTTP/1.1" 200 1091 0.016387 10.0.0.19 - - [2025-08-28 03:12:33] "POST /neutron/port HTTP/1.1" 200 1091 0.015693 10.0.0.19 - - [2025-08-28 03:12:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.009166 10.0.0.19 - - [2025-08-28 03:12:35] "POST /neutron/port HTTP/1.1" 200 1091 0.015765 10.0.0.19 - - [2025-08-28 03:12:39] "POST /neutron/port HTTP/1.1" 200 1088 0.015598 10.0.0.19 - - [2025-08-28 03:12:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.008229 10.0.0.19 - - [2025-08-28 03:12:40] "POST /neutron/port HTTP/1.1" 200 1088 0.033337 10.0.0.19 - - [2025-08-28 03:12:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006156 10.0.0.19 - - [2025-08-28 03:12:46] "POST /neutron/port HTTP/1.1" 200 1091 0.013927 10.0.0.19 - - [2025-08-28 03:12:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006558 10.0.0.19 - - [2025-08-28 03:13:01] "POST /neutron/port HTTP/1.1" 200 1091 0.014420 10.0.0.19 - - [2025-08-28 03:13:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007799 10.0.0.19 - - [2025-08-28 03:13:17] "POST /neutron/port HTTP/1.1" 200 1091 0.014462 10.0.0.19 - - [2025-08-28 03:13:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006799 10.0.0.19 - - [2025-08-28 03:13:27] "POST /neutron/port HTTP/1.1" 200 1088 0.015936 10.0.0.19 - - [2025-08-28 03:13:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007251 10.0.0.19 - - [2025-08-28 03:13:27] "GET /virtual-machine/529b4fd9-44b0-4847-aca2-b98c23843fee HTTP/1.1" 200 1293 0.006405 10.0.0.19 - - [2025-08-28 03:13:27] "GET /virtual-machine-interface/396a31e8-223c-4a16-a78a-e917625c9c64 HTTP/1.1" 200 2949 0.004841 10.0.0.19 - - [2025-08-28 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.19 - - [2025-08-28 03:13:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003466 10.0.0.19 - - [2025-08-28 03:13:27] "GET /virtual-networks?parent_id=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002490 10.0.0.19 - - [2025-08-28 03:13:27] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.015916 10.0.0.19 - - [2025-08-28 03:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.19 - - [2025-08-28 03:13:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003614 10.0.0.19 - - [2025-08-28 03:13:28] "GET /virtual-networks?parent_id=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003084 10.0.0.19 - - [2025-08-28 03:13:28] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005265 10.0.0.19 - - [2025-08-28 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2025-08-28 03:13:29] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.022940 10.0.0.19 - - [2025-08-28 03:13:29] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.061072 10.0.0.19 - - [2025-08-28 03:13:29] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005609 10.0.0.19 - - [2025-08-28 03:13:29] "GET /floating-ip-pools?parent_id=289c74d0-7533-419d-ad1f-049340dace4d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003198 10.0.0.19 - - [2025-08-28 03:13:29] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005632 10.0.0.19 - - [2025-08-28 03:13:29] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030866 10.0.0.19 - - [2025-08-28 03:13:29] "POST /ref-update HTTP/1.1" 200 156 0.013250 10.0.0.19 - - [2025-08-28 03:13:29] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007354 10.0.0.19 - - [2025-08-28 03:13:29] "GET /virtual-network/289c74d0-7533-419d-ad1f-049340dace4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005638 10.0.0.19 - - [2025-08-28 03:13:29] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007668 10.0.0.19 - - [2025-08-28 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.19 - - [2025-08-28 03:13:30] "GET /routing-instance/ac4b77d4-3176-4577-bb21-64ba289524ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.003877 10.0.0.19 - - [2025-08-28 03:13:30] "GET /route-target/4c05f433-28c3-4e2c-9dbd-ec9a9c523f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003901 10.0.0.19 - - [2025-08-28 03:13:34] "POST /neutron/port HTTP/1.1" 200 1091 0.016177 10.0.0.19 - - [2025-08-28 03:13:34] "POST /neutron/floatingip HTTP/1.1" 200 552 0.014492 10.0.0.19 - - [2025-08-28 03:13:34] "POST /neutron/network HTTP/1.1" 200 829 0.006066 10.0.0.19 - - [2025-08-28 03:13:40] "POST /neutron/network HTTP/1.1" 200 836 0.006002 10.0.0.19 - - [2025-08-28 03:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.41 - - [2025-08-28 03:13:51] "GET /obj-perms HTTP/1.1" 200 5056 0.057707 10.0.0.19 - - [2025-08-28 03:13:55] "POST /neutron/floatingip HTTP/1.1" 200 529 0.030126 10.0.0.19 - - [2025-08-28 03:13:55] "GET /floating-ip-pool/b42a5227-9f09-4a52-80ce-40812b94b0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004242 10.0.0.19 - - [2025-08-28 03:13:55] "POST /ref-update HTTP/1.1" 200 156 0.013418 10.0.0.19 - - [2025-08-28 03:13:55] "DELETE /floating-ip-pool/b42a5227-9f09-4a52-80ce-40812b94b0a2 HTTP/1.1" 200 115 0.034459 10.0.0.19 - - [2025-08-28 03:13:55] "POST /neutron/network HTTP/1.1" 200 829 0.006325 10.0.0.19 - - [2025-08-28 03:13:55] "POST /neutron/port HTTP/1.1" 200 1114 0.011682 10.0.0.19 - - [2025-08-28 03:13:55] "POST /neutron/port HTTP/1.1" 200 1117 0.012973 10.0.0.41 - - [2025-08-28 03:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002554 10.0.0.41 - - [2025-08-28 03:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002184 10.0.0.19 - - [2025-08-28 03:13:57] "POST /neutron/network HTTP/1.1" 200 151 0.109820 10.0.0.19 - - [2025-08-28 03:13:57] "DELETE /route-target/604b127e-44cc-42ba-96d9-1d3f4ed3890a HTTP/1.1" 200 115 0.053201 10.0.0.41 - - [2025-08-28 03:13:59] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.19 - - [2025-08-28 03:13:59] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037184 10.0.0.41 - - [2025-08-28 03:13:59] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.19 - - [2025-08-28 03:13:59] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?fields=virtual_networks HTTP/1.1" 200 1032 0.041767 10.0.0.41 - - [2025-08-28 03:13:59] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.19 - - [2025-08-28 03:13:59] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043117 10.0.0.41 - - [2025-08-28 03:13:59] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000851 10.0.0.19 - - [2025-08-28 03:13:59] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?fields=security_groups HTTP/1.1" 200 1259 0.039279 10.0.0.19 - - [2025-08-28 03:14:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.026251 10.0.0.41 - - [2025-08-28 03:14:00] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003112 10.0.0.41 - - [2025-08-28 03:14:00] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.41 - - [2025-08-28 03:14:00] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007137 10.0.0.41 - - [2025-08-28 03:14:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.003929 10.0.0.41 - - [2025-08-28 03:14:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003614 10.0.0.41 - - [2025-08-28 03:14:00] "POST /security-groups HTTP/1.1" 200 591 0.073320 10.0.0.19 - - [2025-08-28 03:14:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.004244 10.0.0.41 - - [2025-08-28 03:14:00] "POST /projects HTTP/1.1" 200 585 0.291768 10.0.0.41 - - [2025-08-28 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.368928 10.0.0.19 - - [2025-08-28 03:14:00] "POST /access-control-lists HTTP/1.1" 200 594 0.029022 10.0.0.19 - - [2025-08-28 03:14:00] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.506953 10.0.0.19 - - [2025-08-28 03:14:02] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.19 - - [2025-08-28 03:14:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.19 - - [2025-08-28 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.052691 10.0.0.41 - - [2025-08-28 03:14:04] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.19 - - [2025-08-28 03:14:04] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039360 10.0.0.19 - - [2025-08-28 03:14:04] "POST /neutron/network HTTP/1.1" 200 117 0.028670 10.0.0.19 - - [2025-08-28 03:14:04] "POST /neutron/network HTTP/1.1" 200 839 0.008084 10.0.0.19 - - [2025-08-28 03:14:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001037 10.0.0.19 - - [2025-08-28 03:14:04] "GET /virtual-network/09b92507-7896-4444-aeab-88a020c5de7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004712 10.0.0.19 - - [2025-08-28 03:14:04] "GET /virtual-network/09b92507-7896-4444-aeab-88a020c5de7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006006 10.0.0.19 - - [2025-08-28 03:14:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.008163 10.0.0.19 - - [2025-08-28 03:14:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001147 10.0.0.41 - - [2025-08-28 03:14:05] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.19 - - [2025-08-28 03:14:05] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063043 10.0.0.19 - - [2025-08-28 03:14:05] "POST /neutron/network HTTP/1.1" 200 839 0.007010 10.0.0.19 - - [2025-08-28 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.19 - - [2025-08-28 03:14:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004866 10.0.0.19 - - [2025-08-28 03:14:05] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.011307 10.0.0.19 - - [2025-08-28 03:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.19 - - [2025-08-28 03:14:06] "POST /neutron/port HTTP/1.1" 200 1055 0.015424 10.0.0.19 - - [2025-08-28 03:14:06] "POST /neutron/port HTTP/1.1" 200 1083 0.016627 10.0.0.19 - - [2025-08-28 03:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.19 - - [2025-08-28 03:14:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007377 10.0.0.19 - - [2025-08-28 03:14:11] "POST /neutron/port HTTP/1.1" 200 1083 0.013604 10.0.0.19 - - [2025-08-28 03:14:11] "GET /virtual-machine/59c44e14-cae1-43f9-a033-927ebcecf5f5 HTTP/1.1" 401 292 0.000370 10.0.0.19 - - [2025-08-28 03:14:11] "GET /virtual-machine/59c44e14-cae1-43f9-a033-927ebcecf5f5 HTTP/1.1" 200 1292 0.028630 10.0.0.19 - - [2025-08-28 03:14:11] "GET /virtual-machine-interface/deef06c2-d428-4e5c-81f6-e338d9d55459 HTTP/1.1" 200 2971 0.004647 10.0.0.19 - - [2025-08-28 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.19 - - [2025-08-28 03:14:11] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003516 10.0.0.19 - - [2025-08-28 03:14:11] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002561 10.0.0.19 - - [2025-08-28 03:14:11] "GET /virtual-network/09b92507-7896-4444-aeab-88a020c5de7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007571 10.0.0.41 - - [2025-08-28 03:14:11] "DELETE /project/3a62fd51d76d4a91ab3c5569ba48891b HTTP/1.1" 404 173 0.005117 10.0.0.41 - - [2025-08-28 03:14:11] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.41 - - [2025-08-28 03:14:11] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.049365 10.0.0.41 - - [2025-08-28 03:14:11] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000802 10.0.0.41 - - [2025-08-28 03:14:12] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?fields=security_groups HTTP/1.1" 200 1364 0.041809 10.0.0.41 - - [2025-08-28 03:14:12] "DELETE /security-group/3856f5de-fd45-4d3d-aaee-ba8dc132e431 HTTP/1.1" 200 115 0.054328 10.0.0.41 - - [2025-08-28 03:14:12] "GET /projects?obj_uuids=059c89d8-960e-48e1-8758-165e09ba02c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.19 - - [2025-08-28 03:14:12] "DELETE /access-control-list/e66f1e3a-2917-4702-88a6-3c299bbd8c87 HTTP/1.1" 200 115 0.052629 10.0.0.41 - - [2025-08-28 03:14:12] "GET /project/059c89d8-960e-48e1-8758-165e09ba02c6?fields=application_policy_sets HTTP/1.1" 200 1403 0.073736 10.0.0.41 - - [2025-08-28 03:14:12] "DELETE /project/059c89d8-960e-48e1-8758-165e09ba02c6 HTTP/1.1" 200 115 0.429710 10.0.0.19 - - [2025-08-28 03:14:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008756 10.0.0.19 - - [2025-08-28 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-08-28 03:14:14] "GET /virtual-network/09b92507-7896-4444-aeab-88a020c5de7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005134 10.0.0.19 - - [2025-08-28 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.19 - - [2025-08-28 03:14:17] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003410 10.0.0.19 - - [2025-08-28 03:14:17] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002942 10.0.0.19 - - [2025-08-28 03:14:17] "GET /virtual-network/09b92507-7896-4444-aeab-88a020c5de7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005834 10.0.0.19 - - [2025-08-28 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.19 - - [2025-08-28 03:14:19] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003832 10.0.0.19 - - [2025-08-28 03:14:19] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.011075 10.0.0.19 - - [2025-08-28 03:14:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019591 10.0.0.19 - - [2025-08-28 03:14:21] "POST /neutron/network HTTP/1.1" 200 839 0.005769 10.0.0.19 - - [2025-08-28 03:14:21] "DELETE /route-target/91249a29-59a0-4846-a7ad-060e831f81c4 HTTP/1.1" 200 115 0.025709 10.0.0.19 - - [2025-08-28 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.41 - - [2025-08-28 03:14:24] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001621 10.0.0.19 - - [2025-08-28 03:14:24] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.045396 10.0.0.41 - - [2025-08-28 03:14:24] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.19 - - [2025-08-28 03:14:24] "POST /neutron/network HTTP/1.1" 200 605 0.129428 10.0.0.19 - - [2025-08-28 03:14:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.003071 10.0.0.19 - - [2025-08-28 03:14:24] "GET /virtual-network/cc0fc7e6-02f2-4a26-b5b3-e25b5b158ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004636 10.0.0.19 - - [2025-08-28 03:14:24] "POST /neutron/network HTTP/1.1" 200 823 0.006173 10.0.0.19 - - [2025-08-28 03:14:24] "GET /virtual-network/cc0fc7e6-02f2-4a26-b5b3-e25b5b158ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005874 10.0.0.19 - - [2025-08-28 03:14:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001505 10.0.0.19 - - [2025-08-28 03:14:25] "POST /neutron/network HTTP/1.1" 200 833 0.007874 10.0.0.41 - - [2025-08-28 03:14:25] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.19 - - [2025-08-28 03:14:25] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066449 10.0.0.19 - - [2025-08-28 03:14:25] "POST /neutron/port HTTP/1.1" 200 117 0.008703 10.0.0.41 - - [2025-08-28 03:14:26] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001371 10.0.0.19 - - [2025-08-28 03:14:26] "POST /neutron/port HTTP/1.1" 200 1059 0.297285 10.0.0.19 - - [2025-08-28 03:14:26] "POST /neutron/port HTTP/1.1" 200 1113 0.123154 10.0.0.19 - - [2025-08-28 03:14:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008732 10.0.0.19 - - [2025-08-28 03:14:31] "POST /neutron/port HTTP/1.1" 200 1087 0.012757 10.0.0.19 - - [2025-08-28 03:14:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007362 10.0.0.19 - - [2025-08-28 03:14:31] "GET /virtual-machine/67545558-51ae-42ba-ace5-59b1bb6db388 HTTP/1.1" 200 1292 0.006124 10.0.0.19 - - [2025-08-28 03:14:31] "GET /virtual-machine-interface/c1c7055a-6f41-4644-89b0-f5c736ef7297 HTTP/1.1" 200 2941 0.004950 10.0.0.19 - - [2025-08-28 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2025-08-28 03:14:31] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003791 10.0.0.19 - - [2025-08-28 03:14:31] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002718 10.0.0.19 - - [2025-08-28 03:14:31] "GET /virtual-network/cc0fc7e6-02f2-4a26-b5b3-e25b5b158ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005437 10.0.0.19 - - [2025-08-28 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.19 - - [2025-08-28 03:14:34] "GET /virtual-network/cc0fc7e6-02f2-4a26-b5b3-e25b5b158ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004857 10.0.0.19 - - [2025-08-28 03:14:34] "POST /neutron/port HTTP/1.1" 200 1087 0.015861 10.0.0.19 - - [2025-08-28 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.19 - - [2025-08-28 03:14:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003704 10.0.0.19 - - [2025-08-28 03:14:36] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003143 10.0.0.19 - - [2025-08-28 03:14:36] "GET /virtual-network/cc0fc7e6-02f2-4a26-b5b3-e25b5b158ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005776 10.0.0.19 - - [2025-08-28 03:14:38] "POST /neutron/network HTTP/1.1" 400 204 0.014700 10.0.0.19 - - [2025-08-28 03:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.173486 10.0.0.19 - - [2025-08-28 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.19 - - [2025-08-28 03:14:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003911 10.0.0.19 - - [2025-08-28 03:14:43] "POST /network-ipams HTTP/1.1" 200 541 0.025542 10.0.0.19 - - [2025-08-28 03:14:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003911 10.0.0.19 - - [2025-08-28 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.19 - - [2025-08-28 03:14:43] "GET /network-ipam/ae11470a-ca1e-410c-ba6f-f97db54215be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006249 10.0.0.19 - - [2025-08-28 03:14:43] "PUT /network-ipam/ae11470a-ca1e-410c-ba6f-f97db54215be HTTP/1.1" 200 258 0.014689 10.0.0.19 - - [2025-08-28 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.41 - - [2025-08-28 03:14:43] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.19 - - [2025-08-28 03:14:43] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037268 10.0.0.19 - - [2025-08-28 03:14:43] "POST /neutron/network HTTP/1.1" 200 117 0.010077 10.0.0.19 - - [2025-08-28 03:14:43] "POST /ref-update HTTP/1.1" 200 156 0.024455 10.0.0.41 - - [2025-08-28 03:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009699 10.0.0.19 - - [2025-08-28 03:14:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.196350 10.0.0.19 - - [2025-08-28 03:14:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001605 10.0.0.19 - - [2025-08-28 03:14:44] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004887 10.0.0.19 - - [2025-08-28 03:14:44] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006494 10.0.0.19 - - [2025-08-28 03:14:44] "POST /neutron/network HTTP/1.1" 200 994 0.011604 10.0.0.19 - - [2025-08-28 03:14:44] "POST /neutron/network HTTP/1.1" 200 994 0.007826 10.0.0.41 - - [2025-08-28 03:14:44] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.19 - - [2025-08-28 03:14:44] "POST /neutron/port HTTP/1.1" 200 1017 0.209452 10.0.0.19 - - [2025-08-28 03:14:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001222 10.0.0.19 - - [2025-08-28 03:14:44] "POST /neutron/port HTTP/1.1" 200 1017 0.014173 10.0.0.19 - - [2025-08-28 03:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.005813 10.0.0.19 - - [2025-08-28 03:14:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001248 10.0.0.19 - - [2025-08-28 03:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.008395 10.0.0.19 - - [2025-08-28 03:14:45] "POST /neutron/network HTTP/1.1" 200 994 0.008936 10.0.0.19 - - [2025-08-28 03:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.007505 10.0.0.19 - - [2025-08-28 03:14:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001232 10.0.0.19 - - [2025-08-28 03:14:45] "POST /neutron/network HTTP/1.1" 200 1004 0.011680 10.0.0.19 - - [2025-08-28 03:14:45] "POST /neutron/port HTTP/1.1" 200 1017 0.009523 10.0.0.19 - - [2025-08-28 03:14:46] "POST /neutron/port HTTP/1.1" 200 1083 0.017997 10.0.0.19 - - [2025-08-28 03:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.19 - - [2025-08-28 03:14:46] "POST /neutron/network HTTP/1.1" 200 1004 0.008195 10.0.0.19 - - [2025-08-28 03:14:46] "POST /neutron/port HTTP/1.1" 200 1109 0.112517 10.0.0.19 - - [2025-08-28 03:14:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.010002 10.0.0.41 - - [2025-08-28 03:14:46] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.19 - - [2025-08-28 03:14:46] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076521 10.0.0.19 - - [2025-08-28 03:14:46] "POST /neutron/network HTTP/1.1" 200 994 0.008346 10.0.0.19 - - [2025-08-28 03:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.006700 10.0.0.19 - - [2025-08-28 03:14:47] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006565 10.0.0.19 - - [2025-08-28 03:14:47] "POST /neutron/port HTTP/1.1" 200 1055 0.013216 10.0.0.19 - - [2025-08-28 03:14:48] "POST /neutron/port HTTP/1.1" 200 1083 0.017246 10.0.0.19 - - [2025-08-28 03:14:48] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.38 - - [2025-08-28 03:14:48] "GET /obj-perms HTTP/1.1" 200 5030 0.043960 10.0.0.19 - - [2025-08-28 03:14:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006989 10.0.0.19 - - [2025-08-28 03:14:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013731 10.0.0.19 - - [2025-08-28 03:14:49] "GET /virtual-machine/0ef25c68-c823-4aab-83ed-944b63abd10a HTTP/1.1" 200 1287 0.005563 10.0.0.19 - - [2025-08-28 03:14:49] "GET /virtual-machine-interface/f6cdfc34-3eb5-4e79-aa61-ebc22dae5816 HTTP/1.1" 200 2942 0.005657 10.0.0.19 - - [2025-08-28 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.19 - - [2025-08-28 03:14:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003557 10.0.0.19 - - [2025-08-28 03:14:49] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002889 10.0.0.19 - - [2025-08-28 03:14:49] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005857 10.0.0.19 - - [2025-08-28 03:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.042928 10.0.0.19 - - [2025-08-28 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.19 - - [2025-08-28 03:14:52] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005131 10.0.0.19 - - [2025-08-28 03:14:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006366 10.0.0.19 - - [2025-08-28 03:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.19 - - [2025-08-28 03:14:56] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006446 10.0.0.19 - - [2025-08-28 03:14:56] "POST /neutron/port HTTP/1.1" 200 1083 0.015632 10.0.0.19 - - [2025-08-28 03:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-08-28 03:14:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003485 10.0.0.19 - - [2025-08-28 03:14:58] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002808 10.0.0.19 - - [2025-08-28 03:14:58] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005164 10.0.0.19 - - [2025-08-28 03:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007276 10.0.0.19 - - [2025-08-28 03:14:59] "POST /neutron/port HTTP/1.1" 200 1083 0.013685 10.0.0.19 - - [2025-08-28 03:14:59] "GET /virtual-machine/ec6b95f3-4aea-430d-b73f-1f565db6a589 HTTP/1.1" 200 1289 0.005032 10.0.0.19 - - [2025-08-28 03:14:59] "GET /virtual-machine-interface/fffd3ccb-15a5-40a3-b9fb-eef1c27c8452 HTTP/1.1" 200 2942 0.005935 10.0.0.19 - - [2025-08-28 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2025-08-28 03:14:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004134 10.0.0.19 - - [2025-08-28 03:14:59] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003542 10.0.0.19 - - [2025-08-28 03:14:59] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006072 10.0.0.19 - - [2025-08-28 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.19 - - [2025-08-28 03:15:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004197 10.0.0.19 - - [2025-08-28 03:15:00] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003547 10.0.0.19 - - [2025-08-28 03:15:00] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005352 10.0.0.19 - - [2025-08-28 03:15:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007233 10.0.0.19 - - [2025-08-28 03:15:00] "POST /neutron/port HTTP/1.1" 200 1083 0.017931 10.0.0.19 - - [2025-08-28 03:15:00] "GET /virtual-machine/624080f6-c68d-4d24-ade2-8405d08d0a81 HTTP/1.1" 200 1292 0.006676 10.0.0.19 - - [2025-08-28 03:15:00] "GET /virtual-machine-interface/38517c69-4b7e-4c75-af66-cc6c306393bc HTTP/1.1" 200 2941 0.007206 10.0.0.19 - - [2025-08-28 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.19 - - [2025-08-28 03:15:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005190 10.0.0.19 - - [2025-08-28 03:15:00] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004715 10.0.0.19 - - [2025-08-28 03:15:00] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007208 10.0.0.19 - - [2025-08-28 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.19 - - [2025-08-28 03:15:01] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004509 10.0.0.19 - - [2025-08-28 03:15:01] "GET /virtual-networks?parent_id=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003043 10.0.0.19 - - [2025-08-28 03:15:01] "GET /virtual-network/a92e6a5c-7cf5-42a6-9897-4f96bbdb6630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006957 10.0.0.19 - - [2025-08-28 03:15:17] "POST /neutron/port HTTP/1.1" 200 1109 0.011790 10.0.0.19 - - [2025-08-28 03:15:18] "POST /neutron/port HTTP/1.1" 200 1083 0.044194 10.0.0.19 - - [2025-08-28 03:15:18] "POST /neutron/port HTTP/1.1" 200 1109 0.013011 10.0.0.19 - - [2025-08-28 03:15:18] "POST /neutron/network HTTP/1.1" 400 204 0.032874 10.0.0.19 - - [2025-08-28 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.19 - - [2025-08-28 03:15:20] "DELETE /network-ipam/ae11470a-ca1e-410c-ba6f-f97db54215be HTTP/1.1" 200 115 0.032047 10.0.0.19 - - [2025-08-28 03:15:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003315 10.0.0.41 - - [2025-08-28 03:15:22] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.19 - - [2025-08-28 03:15:22] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037568 10.0.0.41 - - [2025-08-28 03:15:22] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.19 - - [2025-08-28 03:15:22] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?fields=virtual_networks HTTP/1.1" 200 1032 0.037014 10.0.0.41 - - [2025-08-28 03:15:22] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.19 - - [2025-08-28 03:15:22] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041009 10.0.0.41 - - [2025-08-28 03:15:22] "GET /projects?obj_uuids=3a62fd51-d76d-4a91-ab3c-5569ba48891b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.19 - - [2025-08-28 03:15:22] "GET /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b?fields=security_groups HTTP/1.1" 200 1258 0.035475 10.0.0.19 - - [2025-08-28 03:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.19 - - [2025-08-28 03:15:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.031586 10.0.0.19 - - [2025-08-28 03:15:23] "POST /neutron/port HTTP/1.1" 400 205 0.003575 10.0.0.41 - - [2025-08-28 03:15:23] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003003 10.0.0.41 - - [2025-08-28 03:15:23] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.41 - - [2025-08-28 03:15:23] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007315 10.0.0.41 - - [2025-08-28 03:15:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.003094 10.0.0.41 - - [2025-08-28 03:15:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.005303 10.0.0.41 - - [2025-08-28 03:15:23] "POST /security-groups HTTP/1.1" 200 599 0.034382 10.0.0.19 - - [2025-08-28 03:15:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.003111 10.0.0.41 - - [2025-08-28 03:15:23] "POST /projects HTTP/1.1" 200 601 0.241031 10.0.0.41 - - [2025-08-28 03:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.311308 10.0.0.19 - - [2025-08-28 03:15:23] "POST /access-control-lists HTTP/1.1" 200 602 0.026900 10.0.0.19 - - [2025-08-28 03:15:23] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.453569 10.0.0.19 - - [2025-08-28 03:15:24] "GET / HTTP/1.1" 200 35931 0.002104 10.0.0.19 - - [2025-08-28 03:15:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2025-08-28 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.051626 10.0.0.41 - - [2025-08-28 03:15:26] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.19 - - [2025-08-28 03:15:27] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040632 10.0.0.41 - - [2025-08-28 03:15:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007550 10.0.0.19 - - [2025-08-28 03:15:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.243751 10.0.0.41 - - [2025-08-28 03:15:27] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.035259 10.0.0.19 - - [2025-08-28 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001414 10.0.0.19 - - [2025-08-28 03:15:27] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007717 10.0.0.19 - - [2025-08-28 03:15:27] "POST /neutron/network HTTP/1.1" 200 1004 0.010331 10.0.0.19 - - [2025-08-28 03:15:27] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005318 10.0.0.19 - - [2025-08-28 03:15:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.009001 10.0.0.19 - - [2025-08-28 03:15:28] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006083 10.0.0.19 - - [2025-08-28 03:15:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001263 10.0.0.41 - - [2025-08-28 03:15:30] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.19 - - [2025-08-28 03:15:30] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066376 10.0.0.19 - - [2025-08-28 03:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.006572 10.0.0.19 - - [2025-08-28 03:15:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001274 10.0.0.19 - - [2025-08-28 03:15:30] "POST /neutron/network HTTP/1.1" 200 1014 0.008518 10.0.0.19 - - [2025-08-28 03:15:31] "POST /neutron/port HTTP/1.1" 200 1173 0.036167 10.0.0.41 - - [2025-08-28 03:15:31] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.19 - - [2025-08-28 03:15:31] "POST /neutron/port HTTP/1.1" 200 1201 0.023591 10.0.0.19 - - [2025-08-28 03:15:31] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.114739 10.0.0.19 - - [2025-08-28 03:15:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003305 10.0.0.19 - - [2025-08-28 03:15:31] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.19 - - [2025-08-28 03:15:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007872 10.0.0.19 - - [2025-08-28 03:15:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001201 10.0.0.19 - - [2025-08-28 03:15:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007113 10.0.0.41 - - [2025-08-28 03:15:32] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.19 - - [2025-08-28 03:15:32] "POST /neutron/port HTTP/1.1" 200 1173 0.358457 10.0.0.19 - - [2025-08-28 03:15:33] "POST /neutron/port HTTP/1.1" 200 1227 0.107940 10.0.0.19 - - [2025-08-28 03:15:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003573 10.0.0.19 - - [2025-08-28 03:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.41 - - [2025-08-28 03:15:33] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.19 - - [2025-08-28 03:15:33] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058478 10.0.0.19 - - [2025-08-28 03:15:33] "POST /neutron/port HTTP/1.1" 200 2284 0.018965 10.0.0.19 - - [2025-08-28 03:15:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001235 10.0.0.19 - - [2025-08-28 03:15:33] "POST /neutron/port HTTP/1.1" 200 2284 0.018239 10.0.0.19 - - [2025-08-28 03:15:33] "POST /neutron/network HTTP/1.1" 200 1014 0.008699 10.0.0.19 - - [2025-08-28 03:15:34] "POST /neutron/port HTTP/1.1" 200 1173 0.019082 10.0.0.41 - - [2025-08-28 03:15:34] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.19 - - [2025-08-28 03:15:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003368 10.0.0.19 - - [2025-08-28 03:15:34] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065482 10.0.0.19 - - [2025-08-28 03:15:34] "POST /neutron/network HTTP/1.1" 200 1004 0.009638 10.0.0.19 - - [2025-08-28 03:15:34] "POST /neutron/network HTTP/1.1" 200 1004 0.019163 10.0.0.19 - - [2025-08-28 03:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.19 - - [2025-08-28 03:15:35] "POST /neutron/port HTTP/1.1" 200 1201 0.013714 10.0.0.19 - - [2025-08-28 03:15:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007273 10.0.0.19 - - [2025-08-28 03:15:35] "GET /virtual-machine/fd6b13f1-834b-4c7b-9bd7-a887b71b2a36 HTTP/1.1" 401 292 0.000365 10.0.0.19 - - [2025-08-28 03:15:35] "GET /virtual-machine/fd6b13f1-834b-4c7b-9bd7-a887b71b2a36 HTTP/1.1" 200 1301 0.053699 10.0.0.19 - - [2025-08-28 03:15:35] "GET /virtual-machine-interface/37a61727-b17a-47e2-a22b-ef650de36fea HTTP/1.1" 200 3175 0.011703 10.0.0.19 - - [2025-08-28 03:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.19 - - [2025-08-28 03:15:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.012639 10.0.0.19 - - [2025-08-28 03:15:35] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.006060 10.0.0.19 - - [2025-08-28 03:15:35] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005126 10.0.0.19 - - [2025-08-28 03:15:35] "POST /neutron/port HTTP/1.1" 200 1173 0.024398 10.0.0.19 - - [2025-08-28 03:15:36] "POST /neutron/port HTTP/1.1" 200 1201 0.028182 10.0.0.19 - - [2025-08-28 03:15:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014079 10.0.0.19 - - [2025-08-28 03:15:36] "POST /neutron/network HTTP/1.1" 200 1004 0.008749 10.0.0.19 - - [2025-08-28 03:15:37] "POST /neutron/network HTTP/1.1" 200 1014 0.011088 10.0.0.19 - - [2025-08-28 03:15:37] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014807 10.0.0.19 - - [2025-08-28 03:15:37] "POST /neutron/network HTTP/1.1" 200 1004 0.008126 10.0.0.19 - - [2025-08-28 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.19 - - [2025-08-28 03:15:38] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005572 10.0.0.19 - - [2025-08-28 03:15:40] "POST /neutron/network HTTP/1.1" 200 1014 0.009330 10.0.0.19 - - [2025-08-28 03:15:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011571 10.0.0.19 - - [2025-08-28 03:15:40] "POST /neutron/network HTTP/1.1" 200 1004 0.014638 10.0.0.19 - - [2025-08-28 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.19 - - [2025-08-28 03:15:42] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006198 10.0.0.19 - - [2025-08-28 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.19 - - [2025-08-28 03:15:47] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005268 10.0.0.19 - - [2025-08-28 03:15:50] "DELETE /access-control-list/6e46f429-7232-424c-8edd-694eec48bbe3 HTTP/1.1" 200 115 0.047586 10.0.0.19 - - [2025-08-28 03:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009093 10.0.0.19 - - [2025-08-28 03:15:51] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005581 10.0.0.41 - - [2025-08-28 03:15:52] "GET /obj-perms HTTP/1.1" 200 5056 0.045157 10.0.0.19 - - [2025-08-28 03:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.19 - - [2025-08-28 03:15:55] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005864 10.0.0.19 - - [2025-08-28 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.19 - - [2025-08-28 03:15:59] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004942 10.0.0.19 - - [2025-08-28 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.19 - - [2025-08-28 03:16:03] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004973 10.0.0.19 - - [2025-08-28 03:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2025-08-28 03:16:07] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005409 10.0.0.19 - - [2025-08-28 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.19 - - [2025-08-28 03:16:11] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005849 10.0.0.41 - - [2025-08-28 03:16:12] "DELETE /project/3a62fd51-d76d-4a91-ab3c-5569ba48891b HTTP/1.1" 404 177 0.027400 10.0.0.41 - - [2025-08-28 03:16:12] "DELETE /project/cb37ba4940bd4181b1f5c26b92b5daae HTTP/1.1" 404 173 0.040962 10.0.0.19 - - [2025-08-28 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2025-08-28 03:16:15] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005460 10.0.0.19 - - [2025-08-28 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.19 - - [2025-08-28 03:16:19] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005930 10.0.0.19 - - [2025-08-28 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.19 - - [2025-08-28 03:16:23] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003971 10.0.0.19 - - [2025-08-28 03:16:23] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003084 10.0.0.19 - - [2025-08-28 03:16:24] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006094 10.0.0.19 - - [2025-08-28 03:16:29] "POST /neutron/port HTTP/1.1" 200 1201 0.013877 10.0.0.19 - - [2025-08-28 03:16:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008473 10.0.0.19 - - [2025-08-28 03:16:34] "POST /neutron/port HTTP/1.1" 200 1201 0.017773 10.0.0.19 - - [2025-08-28 03:16:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010711 10.0.0.19 - - [2025-08-28 03:16:38] "POST /neutron/port HTTP/1.1" 200 1201 0.019435 10.0.0.19 - - [2025-08-28 03:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003793 10.0.0.19 - - [2025-08-28 03:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.19 - - [2025-08-28 03:16:39] "POST /neutron/port HTTP/1.1" 200 1201 0.014615 10.0.0.19 - - [2025-08-28 03:16:41] "POST /neutron/port HTTP/1.1" 200 1201 0.016309 10.0.0.19 - - [2025-08-28 03:16:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009668 10.0.0.19 - - [2025-08-28 03:16:41] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.19 - - [2025-08-28 03:16:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006580 10.0.0.19 - - [2025-08-28 03:16:50] "POST /neutron/port HTTP/1.1" 200 1201 0.015711 10.0.0.19 - - [2025-08-28 03:16:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007409 10.0.0.19 - - [2025-08-28 03:16:50] "GET /virtual-machine/e0c9778d-b93d-4158-920c-fa79878b68e5 HTTP/1.1" 200 1301 0.005712 10.0.0.19 - - [2025-08-28 03:16:50] "GET /virtual-machine-interface/1d8f51b2-16b4-46b3-b432-0350266224b7 HTTP/1.1" 200 3175 0.004745 10.0.0.19 - - [2025-08-28 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.19 - - [2025-08-28 03:16:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003969 10.0.0.19 - - [2025-08-28 03:16:50] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003149 10.0.0.19 - - [2025-08-28 03:16:50] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005894 10.0.0.19 - - [2025-08-28 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.19 - - [2025-08-28 03:16:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004156 10.0.0.19 - - [2025-08-28 03:16:51] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003346 10.0.0.19 - - [2025-08-28 03:16:51] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006354 10.0.0.19 - - [2025-08-28 03:16:51] "POST /neutron/port HTTP/1.1" 200 1201 0.015553 10.0.0.19 - - [2025-08-28 03:16:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007471 10.0.0.19 - - [2025-08-28 03:16:51] "GET /virtual-machine/6fff07ea-e5ac-4a01-bcc0-7de6531ad0a5 HTTP/1.1" 200 1300 0.005558 10.0.0.19 - - [2025-08-28 03:16:51] "GET /virtual-machine-interface/7440aabe-2244-4d91-9f5b-e78d637ef2b5 HTTP/1.1" 200 3175 0.005021 10.0.0.19 - - [2025-08-28 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.19 - - [2025-08-28 03:16:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003832 10.0.0.19 - - [2025-08-28 03:16:51] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002707 10.0.0.19 - - [2025-08-28 03:16:51] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005787 10.0.0.38 - - [2025-08-28 03:16:52] "GET /obj-perms HTTP/1.1" 200 5056 0.048141 10.0.0.19 - - [2025-08-28 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.19 - - [2025-08-28 03:16:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003512 10.0.0.19 - - [2025-08-28 03:16:52] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003642 10.0.0.19 - - [2025-08-28 03:16:53] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005585 10.0.0.41 - - [2025-08-28 03:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.050770 10.0.0.19 - - [2025-08-28 03:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.139163 10.0.0.38 - - [2025-08-28 03:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.045400 10.0.0.41 - - [2025-08-28 03:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.136428 10.0.0.41 - - [2025-08-28 03:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.029914 10.0.0.38 - - [2025-08-28 03:17:03] "GET /obj-perms HTTP/1.1" 200 5056 0.125310 10.0.0.38 - - [2025-08-28 03:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.025938 10.0.0.19 - - [2025-08-28 03:17:03] "GET /obj-perms HTTP/1.1" 200 5056 0.109110 10.0.0.19 - - [2025-08-28 03:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.071051 10.0.0.41 - - [2025-08-28 03:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.178455 10.0.0.19 - - [2025-08-28 03:17:04] "GET /global-system-configs HTTP/1.1" 200 322 0.027296 10.0.0.38 - - [2025-08-28 03:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.109782 10.0.0.41 - - [2025-08-28 03:17:06] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.19 - - [2025-08-28 03:17:07] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048479 10.0.0.19 - - [2025-08-28 03:17:07] "POST /fqname-to-id HTTP/1.1" 404 226 0.004555 10.0.0.19 - - [2025-08-28 03:17:07] "POST /interface-route-tables HTTP/1.1" 200 575 0.024903 10.0.0.19 - - [2025-08-28 03:17:07] "GET /interface-route-table/bd5e679e-a459-4678-b86e-a6df00af3520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005330 10.0.0.19 - - [2025-08-28 03:17:07] "GET /virtual-machine-interface/37a61727-b17a-47e2-a22b-ef650de36fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005815 10.0.0.19 - - [2025-08-28 03:17:07] "POST /ref-update HTTP/1.1" 200 156 0.015247 10.0.0.19 - - [2025-08-28 03:17:38] "POST /neutron/network HTTP/1.1" 200 1014 0.009263 10.0.0.19 - - [2025-08-28 03:17:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012083 10.0.0.19 - - [2025-08-28 03:17:38] "POST /neutron/network HTTP/1.1" 200 1004 0.009454 10.0.0.19 - - [2025-08-28 03:17:43] "POST /neutron/network HTTP/1.1" 200 1014 0.009284 10.0.0.19 - - [2025-08-28 03:17:43] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014448 10.0.0.19 - - [2025-08-28 03:17:43] "POST /neutron/network HTTP/1.1" 200 1004 0.010412 10.0.0.41 - - [2025-08-28 03:17:43] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.19 - - [2025-08-28 03:17:44] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047410 10.0.0.19 - - [2025-08-28 03:17:44] "POST /fqname-to-id HTTP/1.1" 404 226 0.003619 10.0.0.19 - - [2025-08-28 03:17:44] "POST /interface-route-tables HTTP/1.1" 200 575 0.027687 10.0.0.19 - - [2025-08-28 03:17:44] "GET /interface-route-table/22ba8a21-3916-4a32-9a24-6caf4d3aac5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006286 10.0.0.19 - - [2025-08-28 03:17:44] "GET /virtual-machine-interface/1d8f51b2-16b4-46b3-b432-0350266224b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006445 10.0.0.19 - - [2025-08-28 03:17:44] "POST /ref-update HTTP/1.1" 200 156 0.014754 10.0.0.19 - - [2025-08-28 03:17:45] "GET /virtual-machine-interface/7440aabe-2244-4d91-9f5b-e78d637ef2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005989 10.0.0.19 - - [2025-08-28 03:17:45] "PUT /virtual-machine-interface/7440aabe-2244-4d91-9f5b-e78d637ef2b5 HTTP/1.1" 200 284 0.015016 10.0.0.19 - - [2025-08-28 03:17:45] "GET /virtual-machine-interface/37a61727-b17a-47e2-a22b-ef650de36fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007312 10.0.0.19 - - [2025-08-28 03:17:45] "PUT /virtual-machine-interface/37a61727-b17a-47e2-a22b-ef650de36fea HTTP/1.1" 200 284 0.012322 10.0.0.19 - - [2025-08-28 03:17:45] "GET /virtual-machine-interface/1d8f51b2-16b4-46b3-b432-0350266224b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007470 10.0.0.19 - - [2025-08-28 03:17:45] "PUT /virtual-machine-interface/1d8f51b2-16b4-46b3-b432-0350266224b7 HTTP/1.1" 200 284 0.013199 10.0.0.19 - - [2025-08-28 03:17:53] "GET /obj-perms HTTP/1.1" 200 5056 0.045933 10.0.0.19 - - [2025-08-28 03:18:38] "POST /neutron/network HTTP/1.1" 200 1014 0.007965 10.0.0.19 - - [2025-08-28 03:18:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012829 10.0.0.19 - - [2025-08-28 03:18:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008011 10.0.0.19 - - [2025-08-28 03:18:43] "POST /neutron/port HTTP/1.1" 200 1201 0.016351 10.0.0.19 - - [2025-08-28 03:18:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006556 10.0.0.19 - - [2025-08-28 03:18:43] "GET /virtual-machine/faf350c0-3fe9-4871-9722-555a264ea9de HTTP/1.1" 200 1301 0.007298 10.0.0.19 - - [2025-08-28 03:18:43] "GET /virtual-machine-interface/c58a5ec2-6945-41d9-a18c-887b0d564945 HTTP/1.1" 200 3176 0.004965 10.0.0.19 - - [2025-08-28 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.19 - - [2025-08-28 03:18:43] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004049 10.0.0.19 - - [2025-08-28 03:18:43] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003181 10.0.0.19 - - [2025-08-28 03:18:43] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008304 10.0.0.19 - - [2025-08-28 03:18:43] "POST /neutron/network HTTP/1.1" 200 1014 0.008656 10.0.0.19 - - [2025-08-28 03:18:43] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012531 10.0.0.19 - - [2025-08-28 03:18:43] "POST /neutron/network HTTP/1.1" 200 1004 0.009142 10.0.0.19 - - [2025-08-28 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.19 - - [2025-08-28 03:18:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003773 10.0.0.19 - - [2025-08-28 03:18:44] "GET /virtual-networks?parent_id=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002716 10.0.0.19 - - [2025-08-28 03:18:44] "GET /virtual-network/a685fa25-0892-4cfb-9fda-5a492c50a812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007416 10.0.0.19 - - [2025-08-28 03:18:44] "GET /virtual-machine-interface/c58a5ec2-6945-41d9-a18c-887b0d564945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005655 10.0.0.19 - - [2025-08-28 03:18:44] "PUT /virtual-machine-interface/c58a5ec2-6945-41d9-a18c-887b0d564945 HTTP/1.1" 200 284 0.016602 10.0.0.41 - - [2025-08-28 03:19:22] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026191 10.0.0.19 - - [2025-08-28 03:19:22] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.081596 10.0.0.19 - - [2025-08-28 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 226 0.002899 10.0.0.19 - - [2025-08-28 03:19:23] "POST /interface-route-tables HTTP/1.1" 200 575 0.026205 10.0.0.19 - - [2025-08-28 03:19:23] "GET /interface-route-table/534fb994-8eb7-4473-8054-0f4c67692ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006251 10.0.0.19 - - [2025-08-28 03:19:23] "GET /virtual-machine-interface/c58a5ec2-6945-41d9-a18c-887b0d564945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.007703 10.0.0.19 - - [2025-08-28 03:19:23] "POST /ref-update HTTP/1.1" 200 156 0.020467 10.0.0.19 - - [2025-08-28 03:19:24] "GET /virtual-machine-interface/37a61727-b17a-47e2-a22b-ef650de36fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.005816 10.0.0.19 - - [2025-08-28 03:19:24] "POST /ref-update HTTP/1.1" 200 156 0.015697 10.0.0.19 - - [2025-08-28 03:19:24] "DELETE /interface-route-table/bd5e679e-a459-4678-b86e-a6df00af3520 HTTP/1.1" 200 115 0.035921 10.0.0.19 - - [2025-08-28 03:19:25] "POST /neutron/port HTTP/1.1" 200 151 0.234660 10.0.0.19 - - [2025-08-28 03:19:39] "POST /neutron/network HTTP/1.1" 200 1014 0.009939 10.0.0.19 - - [2025-08-28 03:19:39] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012492 10.0.0.19 - - [2025-08-28 03:19:39] "POST /neutron/network HTTP/1.1" 200 1004 0.008525 10.0.0.19 - - [2025-08-28 03:19:43] "POST /neutron/network HTTP/1.1" 200 1014 0.027893 10.0.0.19 - - [2025-08-28 03:19:43] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013056 10.0.0.19 - - [2025-08-28 03:19:43] "POST /neutron/network HTTP/1.1" 200 1004 0.008522 10.0.0.19 - - [2025-08-28 03:19:47] "GET /virtual-machine-interface/c58a5ec2-6945-41d9-a18c-887b0d564945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007484 10.0.0.19 - - [2025-08-28 03:19:47] "POST /ref-update HTTP/1.1" 200 156 0.017317 10.0.0.19 - - [2025-08-28 03:19:47] "DELETE /interface-route-table/534fb994-8eb7-4473-8054-0f4c67692ba8 HTTP/1.1" 200 115 0.027634 10.0.0.19 - - [2025-08-28 03:19:47] "GET /virtual-machine-interface/1d8f51b2-16b4-46b3-b432-0350266224b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.005439 10.0.0.19 - - [2025-08-28 03:19:47] "POST /ref-update HTTP/1.1" 200 156 0.014472 10.0.0.19 - - [2025-08-28 03:19:47] "DELETE /interface-route-table/22ba8a21-3916-4a32-9a24-6caf4d3aac5b HTTP/1.1" 200 115 0.029270 10.0.0.19 - - [2025-08-28 03:19:47] "POST /neutron/port HTTP/1.1" 200 1201 0.015582 10.0.0.19 - - [2025-08-28 03:19:47] "POST /neutron/port HTTP/1.1" 200 1201 0.016301 10.0.0.19 - - [2025-08-28 03:19:47] "POST /neutron/port HTTP/1.1" 200 1201 0.023565 10.0.0.19 - - [2025-08-28 03:19:49] "POST /neutron/network HTTP/1.1" 200 1004 0.009107 10.0.0.19 - - [2025-08-28 03:19:49] "DELETE /route-target/35c728ca-2a52-4b42-97d4-27aeb32597f3 HTTP/1.1" 200 115 0.066983 10.0.0.41 - - [2025-08-28 03:19:51] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.19 - - [2025-08-28 03:19:51] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078755 10.0.0.41 - - [2025-08-28 03:19:51] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.19 - - [2025-08-28 03:19:51] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?fields=virtual_networks HTTP/1.1" 200 1049 0.042787 10.0.0.41 - - [2025-08-28 03:19:51] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.19 - - [2025-08-28 03:19:51] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.043242 10.0.0.41 - - [2025-08-28 03:19:51] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.19 - - [2025-08-28 03:19:51] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?fields=security_groups HTTP/1.1" 200 1283 0.038515 10.0.0.19 - - [2025-08-28 03:19:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.024482 10.0.0.41 - - [2025-08-28 03:19:52] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003225 10.0.0.41 - - [2025-08-28 03:19:52] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.41 - - [2025-08-28 03:19:52] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006687 10.0.0.41 - - [2025-08-28 03:19:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.001088 10.0.0.41 - - [2025-08-28 03:19:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003904 10.0.0.41 - - [2025-08-28 03:19:52] "POST /security-groups HTTP/1.1" 200 586 0.069161 10.0.0.41 - - [2025-08-28 03:19:52] "POST /projects HTTP/1.1" 200 575 0.264073 10.0.0.19 - - [2025-08-28 03:19:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.027965 10.0.0.41 - - [2025-08-28 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.363055 10.0.0.19 - - [2025-08-28 03:19:52] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.493601 10.0.0.19 - - [2025-08-28 03:19:53] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.41 - - [2025-08-28 03:19:55] "GET /obj-perms HTTP/1.1" 200 5056 0.052776 10.0.0.41 - - [2025-08-28 03:19:56] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000950 10.0.0.19 - - [2025-08-28 03:19:56] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.034562 10.0.0.41 - - [2025-08-28 03:19:56] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.19 - - [2025-08-28 03:19:56] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?fields=virtual_networks HTTP/1.1" 200 1021 0.038619 10.0.0.41 - - [2025-08-28 03:19:56] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.19 - - [2025-08-28 03:19:56] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.039478 10.0.0.41 - - [2025-08-28 03:19:56] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.19 - - [2025-08-28 03:19:56] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?fields=security_groups HTTP/1.1" 200 1242 0.040061 10.0.0.19 - - [2025-08-28 03:19:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.022776 10.0.0.41 - - [2025-08-28 03:19:57] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002948 10.0.0.41 - - [2025-08-28 03:19:57] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.41 - - [2025-08-28 03:19:57] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006625 10.0.0.41 - - [2025-08-28 03:19:57] "POST /id-to-fqname HTTP/1.1" 200 195 0.001279 10.0.0.41 - - [2025-08-28 03:19:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.004714 10.0.0.41 - - [2025-08-28 03:19:58] "POST /security-groups HTTP/1.1" 200 596 0.069130 10.0.0.41 - - [2025-08-28 03:19:58] "POST /projects HTTP/1.1" 200 595 0.269452 10.0.0.19 - - [2025-08-28 03:19:58] "POST /access-control-lists HTTP/1.1" 200 601 0.033946 10.0.0.41 - - [2025-08-28 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.337616 10.0.0.19 - - [2025-08-28 03:19:58] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.485489 10.0.0.19 - - [2025-08-28 03:19:59] "GET / HTTP/1.1" 200 35931 0.001553 10.0.0.41 - - [2025-08-28 03:20:02] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001176 10.0.0.19 - - [2025-08-28 03:20:02] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.036959 10.0.0.41 - - [2025-08-28 03:20:02] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001029 10.0.0.19 - - [2025-08-28 03:20:02] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?fields=virtual_networks HTTP/1.1" 200 1043 0.095802 10.0.0.41 - - [2025-08-28 03:20:02] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000982 10.0.0.19 - - [2025-08-28 03:20:02] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.041024 10.0.0.41 - - [2025-08-28 03:20:02] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000902 10.0.0.19 - - [2025-08-28 03:20:02] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?fields=security_groups HTTP/1.1" 200 1274 0.047440 10.0.0.19 - - [2025-08-28 03:20:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.023268 10.0.0.41 - - [2025-08-28 03:20:03] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003029 10.0.0.41 - - [2025-08-28 03:20:03] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.41 - - [2025-08-28 03:20:03] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007149 10.0.0.41 - - [2025-08-28 03:20:03] "POST /id-to-fqname HTTP/1.1" 200 201 0.004961 10.0.0.41 - - [2025-08-28 03:20:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.004301 10.0.0.41 - - [2025-08-28 03:20:03] "POST /security-groups HTTP/1.1" 200 602 0.027024 10.0.0.19 - - [2025-08-28 03:20:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.008625 10.0.0.41 - - [2025-08-28 03:20:03] "POST /projects HTTP/1.1" 200 607 0.244375 10.0.0.41 - - [2025-08-28 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.314124 10.0.0.19 - - [2025-08-28 03:20:03] "POST /access-control-lists HTTP/1.1" 200 605 0.037507 10.0.0.19 - - [2025-08-28 03:20:03] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.445671 10.0.0.19 - - [2025-08-28 03:20:05] "GET / HTTP/1.1" 200 35931 0.001415 10.0.0.41 - - [2025-08-28 03:20:08] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.19 - - [2025-08-28 03:20:08] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.035643 10.0.0.41 - - [2025-08-28 03:20:08] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.19 - - [2025-08-28 03:20:08] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?fields=virtual_networks HTTP/1.1" 200 1055 0.059097 10.0.0.41 - - [2025-08-28 03:20:08] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001010 10.0.0.19 - - [2025-08-28 03:20:08] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.049412 10.0.0.41 - - [2025-08-28 03:20:08] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.19 - - [2025-08-28 03:20:08] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?fields=security_groups HTTP/1.1" 200 1292 0.044172 10.0.0.19 - - [2025-08-28 03:20:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.023901 10.0.0.41 - - [2025-08-28 03:20:09] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003185 10.0.0.41 - - [2025-08-28 03:20:09] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.41 - - [2025-08-28 03:20:09] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006508 10.0.0.41 - - [2025-08-28 03:20:09] "POST /id-to-fqname HTTP/1.1" 200 187 0.011717 10.0.0.41 - - [2025-08-28 03:20:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.009613 10.0.0.41 - - [2025-08-28 03:20:09] "POST /security-groups HTTP/1.1" 200 588 0.073215 10.0.0.41 - - [2025-08-28 03:20:09] "POST /projects HTTP/1.1" 200 579 0.288175 10.0.0.41 - - [2025-08-28 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.355667 10.0.0.19 - - [2025-08-28 03:20:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.009406 10.0.0.19 - - [2025-08-28 03:20:09] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.501320 10.0.0.19 - - [2025-08-28 03:20:10] "GET / HTTP/1.1" 200 35931 0.002070 10.0.0.41 - - [2025-08-28 03:20:12] "DELETE /project/37a84f12841749f187433c43f086a0d8 HTTP/1.1" 404 173 0.015035 10.0.0.41 - - [2025-08-28 03:20:12] "DELETE /project/e854b4ded1dc4774ae00cac3a3e405df HTTP/1.1" 404 173 0.017380 10.0.0.41 - - [2025-08-28 03:20:12] "DELETE /project/ac204c54bbec48b3980c4cf11d0ccc68 HTTP/1.1" 404 173 0.016574 10.0.0.41 - - [2025-08-28 03:20:12] "DELETE /project/6ce36713fefb4bb1a8f0fe4bcd7946a3 HTTP/1.1" 404 173 0.013169 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000779 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000735 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000686 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000726 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.068819 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.084654 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.091047 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.091970 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000778 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.41 - - [2025-08-28 03:20:12] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000921 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?fields=security_groups HTTP/1.1" 200 1397 0.077238 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?fields=security_groups HTTP/1.1" 200 1379 0.092835 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?fields=security_groups HTTP/1.1" 200 1347 0.096727 10.0.0.41 - - [2025-08-28 03:20:12] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?fields=security_groups HTTP/1.1" 200 1388 0.117240 10.0.0.41 - - [2025-08-28 03:20:12] "DELETE /security-group/3360682b-1db4-4930-8cb0-b98f1770859f HTTP/1.1" 200 115 0.090674 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=ac204c54-bbec-48b3-980c-4cf11d0ccc68&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001553 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /security-group/d0cf258e-9be1-4e92-8f0a-3e64e56da5f3 HTTP/1.1" 200 115 0.144060 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=e854b4de-d1dc-4774-ae00-cac3a3e405df&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001342 10.0.0.41 - - [2025-08-28 03:20:13] "GET /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68?fields=application_policy_sets HTTP/1.1" 200 1436 0.096142 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /security-group/b5159822-fd1b-49d9-9e92-e732c056d305 HTTP/1.1" 200 115 0.186318 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=37a84f12-8417-49f1-8743-3c43f086a0d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /security-group/3b616b4e-820f-4c12-a62f-6ff4dc1dde83 HTTP/1.1" 200 115 0.179936 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=cb37ba49-40bd-4181-b1f5-c26b92b5daae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007248 10.0.0.19 - - [2025-08-28 03:20:13] "DELETE /access-control-list/91fb2e5d-ce0a-4613-b489-228f99b84721 HTTP/1.1" 200 115 0.113707 10.0.0.41 - - [2025-08-28 03:20:13] "GET /project/e854b4de-d1dc-4774-ae00-cac3a3e405df?fields=application_policy_sets HTTP/1.1" 200 1418 0.109642 10.0.0.41 - - [2025-08-28 03:20:13] "GET /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae?fields=application_policy_sets HTTP/1.1" 200 1427 0.109314 10.0.0.41 - - [2025-08-28 03:20:13] "GET /project/37a84f12-8417-49f1-8743-3c43f086a0d8?fields=application_policy_sets HTTP/1.1" 200 1386 0.141047 10.0.0.19 - - [2025-08-28 03:20:13] "DELETE /access-control-list/fdea12fa-5852-43c3-95cf-fa9f9694a80a HTTP/1.1" 200 115 0.157116 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /project/ac204c54-bbec-48b3-980c-4cf11d0ccc68 HTTP/1.1" 200 115 0.884408 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /project/e854b4de-d1dc-4774-ae00-cac3a3e405df HTTP/1.1" 200 115 0.947125 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /project/cb37ba49-40bd-4181-b1f5-c26b92b5daae HTTP/1.1" 200 115 0.968235 10.0.0.41 - - [2025-08-28 03:20:13] "DELETE /project/37a84f12-8417-49f1-8743-3c43f086a0d8 HTTP/1.1" 200 115 0.979967 10.0.0.19 - - [2025-08-28 03:20:13] "DELETE /access-control-list/5f7068e3-4beb-4f44-a985-7ae25c0797fb HTTP/1.1" 200 115 0.070382 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000956 10.0.0.19 - - [2025-08-28 03:20:13] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.053858 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001721 10.0.0.19 - - [2025-08-28 03:20:13] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?fields=virtual_networks HTTP/1.1" 200 1026 0.060367 10.0.0.41 - - [2025-08-28 03:20:13] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001067 10.0.0.19 - - [2025-08-28 03:20:14] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.053091 10.0.0.41 - - [2025-08-28 03:20:14] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001373 10.0.0.19 - - [2025-08-28 03:20:14] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?fields=security_groups HTTP/1.1" 200 1249 0.054420 10.0.0.19 - - [2025-08-28 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.025274 10.0.0.41 - - [2025-08-28 03:20:14] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002536 10.0.0.41 - - [2025-08-28 03:20:15] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.41 - - [2025-08-28 03:20:15] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006674 10.0.0.41 - - [2025-08-28 03:20:15] "POST /id-to-fqname HTTP/1.1" 200 184 0.004354 10.0.0.41 - - [2025-08-28 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.008605 10.0.0.41 - - [2025-08-28 03:20:15] "POST /security-groups HTTP/1.1" 200 585 0.028229 10.0.0.41 - - [2025-08-28 03:20:15] "POST /projects HTTP/1.1" 200 573 0.235925 10.0.0.19 - - [2025-08-28 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.005252 10.0.0.41 - - [2025-08-28 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.305716 10.0.0.19 - - [2025-08-28 03:20:15] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.444524 10.0.0.19 - - [2025-08-28 03:20:16] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.41 - - [2025-08-28 03:20:19] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001024 10.0.0.19 - - [2025-08-28 03:20:19] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.042494 10.0.0.41 - - [2025-08-28 03:20:19] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000886 10.0.0.19 - - [2025-08-28 03:20:19] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?fields=virtual_networks HTTP/1.1" 200 1021 0.049989 10.0.0.41 - - [2025-08-28 03:20:19] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001425 10.0.0.19 - - [2025-08-28 03:20:19] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043441 10.0.0.41 - - [2025-08-28 03:20:19] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001397 10.0.0.19 - - [2025-08-28 03:20:19] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?fields=security_groups HTTP/1.1" 200 1241 0.041627 10.0.0.19 - - [2025-08-28 03:20:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.024650 10.0.0.41 - - [2025-08-28 03:20:20] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003337 10.0.0.41 - - [2025-08-28 03:20:20] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.41 - - [2025-08-28 03:20:20] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006902 10.0.0.41 - - [2025-08-28 03:20:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.001335 10.0.0.41 - - [2025-08-28 03:20:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.006886 10.0.0.41 - - [2025-08-28 03:20:20] "POST /security-groups HTTP/1.1" 200 589 0.069669 10.0.0.41 - - [2025-08-28 03:20:20] "POST /projects HTTP/1.1" 200 581 0.262475 10.0.0.19 - - [2025-08-28 03:20:20] "POST /access-control-lists HTTP/1.1" 200 594 0.026378 10.0.0.41 - - [2025-08-28 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.330327 10.0.0.19 - - [2025-08-28 03:20:21] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.461189 10.0.0.19 - - [2025-08-28 03:20:22] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.41 - - [2025-08-28 03:20:25] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.19 - - [2025-08-28 03:20:25] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.052791 10.0.0.41 - - [2025-08-28 03:20:25] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.19 - - [2025-08-28 03:20:25] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?fields=virtual_networks HTTP/1.1" 200 1027 0.045067 10.0.0.41 - - [2025-08-28 03:20:25] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.19 - - [2025-08-28 03:20:25] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.043912 10.0.0.41 - - [2025-08-28 03:20:25] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.19 - - [2025-08-28 03:20:25] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?fields=security_groups HTTP/1.1" 200 1251 0.037006 10.0.0.19 - - [2025-08-28 03:20:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.025415 10.0.0.41 - - [2025-08-28 03:20:26] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002633 10.0.0.41 - - [2025-08-28 03:20:26] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.41 - - [2025-08-28 03:20:26] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007048 10.0.0.41 - - [2025-08-28 03:20:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.001842 10.0.0.41 - - [2025-08-28 03:20:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.008492 10.0.0.41 - - [2025-08-28 03:20:26] "POST /security-groups HTTP/1.1" 200 589 0.024998 10.0.0.19 - - [2025-08-28 03:20:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.003613 10.0.0.41 - - [2025-08-28 03:20:26] "POST /projects HTTP/1.1" 200 581 0.214732 10.0.0.41 - - [2025-08-28 03:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.295078 10.0.0.19 - - [2025-08-28 03:20:26] "POST /access-control-lists HTTP/1.1" 200 592 0.035506 10.0.0.19 - - [2025-08-28 03:20:26] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.436845 10.0.0.19 - - [2025-08-28 03:20:27] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.19 - - [2025-08-28 03:20:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.19 - - [2025-08-28 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.060957 10.0.0.41 - - [2025-08-28 03:20:29] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.19 - - [2025-08-28 03:20:29] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039053 10.0.0.41 - - [2025-08-28 03:20:29] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605 10.0.0.19 - - [2025-08-28 03:20:29] "POST /neutron/network HTTP/1.1" 200 603 0.135864 10.0.0.19 - - [2025-08-28 03:20:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.003144 10.0.0.19 - - [2025-08-28 03:20:30] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005351 10.0.0.19 - - [2025-08-28 03:20:30] "POST /neutron/network HTTP/1.1" 200 821 0.006379 10.0.0.19 - - [2025-08-28 03:20:30] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005837 10.0.0.19 - - [2025-08-28 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.19 - - [2025-08-28 03:20:30] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005256 10.0.0.19 - - [2025-08-28 03:20:30] "POST /route-targets HTTP/1.1" 200 323 0.011906 10.0.0.19 - - [2025-08-28 03:20:30] "PUT /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d HTTP/1.1" 200 264 0.073992 10.0.0.19 - - [2025-08-28 03:20:30] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005542 10.0.0.38 - - [2025-08-28 03:20:31] "GET /obj-perms HTTP/1.1" 200 5026 0.048611 10.0.0.19 - - [2025-08-28 03:20:32] "POST /neutron/network HTTP/1.1" 200 821 0.005993 10.0.0.19 - - [2025-08-28 03:20:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001183 10.0.0.41 - - [2025-08-28 03:20:33] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.19 - - [2025-08-28 03:20:33] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061036 10.0.0.19 - - [2025-08-28 03:20:33] "POST /neutron/network HTTP/1.1" 200 821 0.024819 10.0.0.19 - - [2025-08-28 03:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.005809 10.0.0.19 - - [2025-08-28 03:20:34] "POST /neutron/port HTTP/1.1" 200 1057 0.038869 10.0.0.19 - - [2025-08-28 03:20:34] "POST /neutron/port HTTP/1.1" 200 1085 0.015732 10.0.0.19 - - [2025-08-28 03:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.19 - - [2025-08-28 03:20:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007118 10.0.0.19 - - [2025-08-28 03:20:38] "POST /neutron/port HTTP/1.1" 200 1085 0.013547 10.0.0.19 - - [2025-08-28 03:20:38] "GET /virtual-machine/e1cbcfe3-e7d8-4415-a3c8-d77c4d574c36 HTTP/1.1" 401 292 0.000374 10.0.0.19 - - [2025-08-28 03:20:39] "GET /virtual-machine/e1cbcfe3-e7d8-4415-a3c8-d77c4d574c36 HTTP/1.1" 200 1291 0.026892 10.0.0.19 - - [2025-08-28 03:20:39] "GET /virtual-machine-interface/e09c0b07-1b0c-493c-a2a1-900d79dd7a04 HTTP/1.1" 200 2932 0.004746 10.0.0.19 - - [2025-08-28 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.19 - - [2025-08-28 03:20:39] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003777 10.0.0.19 - - [2025-08-28 03:20:39] "GET /virtual-networks?parent_id=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002577 10.0.0.19 - - [2025-08-28 03:20:39] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005598 10.0.0.19 - - [2025-08-28 03:20:40] "POST /neutron/port HTTP/1.1" 200 1085 0.014101 10.0.0.19 - - [2025-08-28 03:20:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.009807 10.0.0.19 - - [2025-08-28 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.19 - - [2025-08-28 03:20:42] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007161 10.0.0.19 - - [2025-08-28 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.19 - - [2025-08-28 03:20:46] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006595 10.0.0.19 - - [2025-08-28 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.19 - - [2025-08-28 03:20:50] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005117 10.0.0.19 - - [2025-08-28 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2025-08-28 03:20:54] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005245 10.0.0.19 - - [2025-08-28 03:20:55] "GET /obj-perms HTTP/1.1" 200 5056 0.040251 10.0.0.19 - - [2025-08-28 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.19 - - [2025-08-28 03:20:58] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004894 10.0.0.19 - - [2025-08-28 03:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.19 - - [2025-08-28 03:21:02] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005178 10.0.0.19 - - [2025-08-28 03:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.19 - - [2025-08-28 03:21:06] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005514 10.0.0.19 - - [2025-08-28 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.19 - - [2025-08-28 03:21:10] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005192 10.0.0.19 - - [2025-08-28 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.19 - - [2025-08-28 03:21:12] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003473 10.0.0.19 - - [2025-08-28 03:21:12] "GET /virtual-networks?parent_id=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002631 10.0.0.19 - - [2025-08-28 03:21:13] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006135 10.0.0.19 - - [2025-08-28 03:21:13] "POST /neutron/port HTTP/1.1" 200 1085 0.014561 10.0.0.41 - - [2025-08-28 03:21:13] "DELETE /project/7f4c737ac897442a8a081a653af9ad46 HTTP/1.1" 404 173 0.040252 10.0.0.41 - - [2025-08-28 03:21:13] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001086 10.0.0.41 - - [2025-08-28 03:21:13] "DELETE /project/ddfb9312f2374368b33047d2c86e6788 HTTP/1.1" 404 173 0.080833 10.0.0.41 - - [2025-08-28 03:21:13] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.050072 10.0.0.41 - - [2025-08-28 03:21:13] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000894 10.0.0.41 - - [2025-08-28 03:21:13] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?fields=security_groups HTTP/1.1" 200 1346 0.037078 10.0.0.41 - - [2025-08-28 03:21:13] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.41 - - [2025-08-28 03:21:13] "DELETE /project/9513caeff38045a4b5d3f76237f05113 HTTP/1.1" 404 173 0.170024 10.0.0.41 - - [2025-08-28 03:21:13] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.038140 10.0.0.41 - - [2025-08-28 03:21:13] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.41 - - [2025-08-28 03:21:13] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001070 10.0.0.41 - - [2025-08-28 03:21:13] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?fields=security_groups HTTP/1.1" 200 1356 0.051088 10.0.0.41 - - [2025-08-28 03:21:13] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.077277 10.0.0.41 - - [2025-08-28 03:21:14] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000920 10.0.0.41 - - [2025-08-28 03:21:14] "DELETE /security-group/87cef371-c835-4689-89a3-80209bdecdf6 HTTP/1.1" 200 115 0.143807 10.0.0.41 - - [2025-08-28 03:21:14] "GET /projects?obj_uuids=ddfb9312-f237-4368-b330-47d2c86e6788&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001479 10.0.0.41 - - [2025-08-28 03:21:14] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?fields=security_groups HTTP/1.1" 200 1354 0.099422 10.0.0.41 - - [2025-08-28 03:21:14] "DELETE /security-group/7f226b1b-9d5a-41ce-8c23-0f85fb917937 HTTP/1.1" 200 115 0.121706 10.0.0.41 - - [2025-08-28 03:21:14] "GET /projects?obj_uuids=7f4c737a-c897-442a-8a08-1a653af9ad46&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.41 - - [2025-08-28 03:21:14] "GET /project/ddfb9312-f237-4368-b330-47d2c86e6788?fields=application_policy_sets HTTP/1.1" 200 1385 0.097830 10.0.0.19 - - [2025-08-28 03:21:14] "DELETE /access-control-list/a90494e0-d8d8-4100-96fb-267901e61e05 HTTP/1.1" 200 115 0.131073 10.0.0.41 - - [2025-08-28 03:21:14] "GET /project/7f4c737a-c897-442a-8a08-1a653af9ad46?fields=application_policy_sets HTTP/1.1" 200 1395 0.074986 10.0.0.41 - - [2025-08-28 03:21:14] "DELETE /security-group/3890ef6b-49b0-4347-8328-af77be6cf241 HTTP/1.1" 200 115 0.126364 10.0.0.41 - - [2025-08-28 03:21:14] "GET /projects?obj_uuids=6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001619 10.0.0.41 - - [2025-08-28 03:21:14] "GET /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3?fields=application_policy_sets HTTP/1.1" 200 1393 0.159819 10.0.0.19 - - [2025-08-28 03:21:14] "DELETE /access-control-list/34cbd44e-c0bb-4341-9907-e9a4e8422147 HTTP/1.1" 200 115 0.114196 10.0.0.41 - - [2025-08-28 03:21:14] "DELETE /project/ddfb9312-f237-4368-b330-47d2c86e6788 HTTP/1.1" 200 115 0.758410 10.0.0.41 - - [2025-08-28 03:21:14] "DELETE /project/7f4c737a-c897-442a-8a08-1a653af9ad46 HTTP/1.1" 200 115 0.796276 10.0.0.41 - - [2025-08-28 03:21:14] "DELETE /project/6ce36713-fefb-4bb1-a8f0-fe4bcd7946a3 HTTP/1.1" 200 115 0.931923 10.0.0.19 - - [2025-08-28 03:21:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007252 10.0.0.19 - - [2025-08-28 03:21:23] "POST /neutron/port HTTP/1.1" 200 1085 0.016016 10.0.0.19 - - [2025-08-28 03:21:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008791 10.0.0.19 - - [2025-08-28 03:21:28] "POST /neutron/port HTTP/1.1" 200 1085 0.014317 10.0.0.19 - - [2025-08-28 03:21:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007293 10.0.0.19 - - [2025-08-28 03:21:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001436 10.0.0.19 - - [2025-08-28 03:21:29] "GET /virtual-machine/e1cbcfe3-e7d8-4415-a3c8-d77c4d574c36 HTTP/1.1" 200 1291 0.004150 10.0.0.19 - - [2025-08-28 03:21:29] "GET /virtual-machine-interface/e09c0b07-1b0c-493c-a2a1-900d79dd7a04 HTTP/1.1" 200 2932 0.005938 10.0.0.19 - - [2025-08-28 03:21:29] "GET /instance-ip/191af15e-440b-450d-b144-b6eec5a49575 HTTP/1.1" 200 1615 0.005584 10.0.0.19 - - [2025-08-28 03:21:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003725 10.0.0.19 - - [2025-08-28 03:21:29] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005286 10.0.0.41 - - [2025-08-28 03:21:29] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.19 - - [2025-08-28 03:21:29] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037349 10.0.0.19 - - [2025-08-28 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.19 - - [2025-08-28 03:21:29] "GET /security-group/6a09f218-4a19-4ddc-b009-e5f0bc5e6efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.005516 10.0.0.19 - - [2025-08-28 03:21:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.074053 10.0.0.19 - - [2025-08-28 03:21:29] "POST /instance-ips HTTP/1.1" 200 357 0.034258 10.0.0.19 - - [2025-08-28 03:21:29] "GET /instance-ip/2597802d-0fe3-4856-888c-a8c776759ca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006281 10.0.0.19 - - [2025-08-28 03:21:29] "GET /virtual-machine-interface/97c83654-6751-408d-9250-2c05f612f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006254 10.0.0.19 - - [2025-08-28 03:21:29] "GET /virtual-machine-interface/97c83654-6751-408d-9250-2c05f612f8d0?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.007248 10.0.0.19 - - [2025-08-28 03:21:29] "GET /instance-ip/2597802d-0fe3-4856-888c-a8c776759ca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.004793 10.0.0.19 - - [2025-08-28 03:21:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001371 10.0.0.19 - - [2025-08-28 03:21:29] "POST /neutron/port HTTP/1.1" 200 1085 0.013951 10.0.0.19 - - [2025-08-28 03:21:29] "POST /neutron/port HTTP/1.1" 200 965 0.009910 10.0.0.19 - - [2025-08-28 03:21:30] "POST /neutron/port HTTP/1.1" 200 965 0.009583 10.0.0.19 - - [2025-08-28 03:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.006055 10.0.0.19 - - [2025-08-28 03:21:30] "POST /neutron/network HTTP/1.1" 200 831 0.006982 10.0.0.19 - - [2025-08-28 03:21:30] "POST /neutron/port HTTP/1.1" 200 1057 0.114476 10.0.0.19 - - [2025-08-28 03:21:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.007953 10.0.0.19 - - [2025-08-28 03:21:35] "POST /neutron/port HTTP/1.1" 200 1031 0.021965 10.0.0.19 - - [2025-08-28 03:21:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006877 10.0.0.19 - - [2025-08-28 03:21:35] "GET /virtual-machine/850d0903-e913-4ba1-a6a9-5e3ea5ebccb7 HTTP/1.1" 200 1268 0.005905 10.0.0.19 - - [2025-08-28 03:21:35] "GET /virtual-machine-interface/97c83654-6751-408d-9250-2c05f612f8d0 HTTP/1.1" 200 2982 0.005789 10.0.0.19 - - [2025-08-28 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.19 - - [2025-08-28 03:21:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003771 10.0.0.19 - - [2025-08-28 03:21:35] "GET /virtual-networks?parent_id=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003394 10.0.0.19 - - [2025-08-28 03:21:35] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005771 10.0.0.19 - - [2025-08-28 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.19 - - [2025-08-28 03:21:38] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005372 10.0.0.19 - - [2025-08-28 03:21:40] "POST /neutron/port HTTP/1.1" 200 1085 0.014727 10.0.0.19 - - [2025-08-28 03:21:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004251 10.0.0.19 - - [2025-08-28 03:21:40] "POST /neutron/network HTTP/1.1" 200 821 0.006584 10.0.0.19 - - [2025-08-28 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.19 - - [2025-08-28 03:21:42] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006026 10.0.0.19 - - [2025-08-28 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-08-28 03:21:46] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005541 10.0.0.19 - - [2025-08-28 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.19 - - [2025-08-28 03:21:51] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005486 10.0.0.19 - - [2025-08-28 03:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.19 - - [2025-08-28 03:21:55] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005264 10.0.0.19 - - [2025-08-28 03:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.19 - - [2025-08-28 03:21:59] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004864 10.0.0.41 - - [2025-08-28 03:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.040547 10.0.0.41 - - [2025-08-28 03:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.109801 10.0.0.38 - - [2025-08-28 03:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.071343 10.0.0.19 - - [2025-08-28 03:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.124330 10.0.0.38 - - [2025-08-28 03:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.139215 10.0.0.41 - - [2025-08-28 03:22:03] "GET /global-system-configs HTTP/1.1" 200 322 0.028514 10.0.0.19 - - [2025-08-28 03:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.19 - - [2025-08-28 03:22:03] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004911 10.0.0.38 - - [2025-08-28 03:22:03] "GET /global-system-configs HTTP/1.1" 200 322 0.040289 10.0.0.41 - - [2025-08-28 03:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.116150 10.0.0.19 - - [2025-08-28 03:22:03] "GET /global-system-configs HTTP/1.1" 200 322 0.107056 10.0.0.38 - - [2025-08-28 03:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.120931 10.0.0.19 - - [2025-08-28 03:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.137972 10.0.0.19 - - [2025-08-28 03:22:04] "GET /global-system-configs HTTP/1.1" 200 322 0.030868 10.0.0.19 - - [2025-08-28 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-08-28 03:22:07] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005983 10.0.0.19 - - [2025-08-28 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.19 - - [2025-08-28 03:22:11] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005376 10.0.0.19 - - [2025-08-28 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.19 - - [2025-08-28 03:22:13] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003405 10.0.0.19 - - [2025-08-28 03:22:13] "GET /virtual-networks?parent_id=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003023 10.0.0.19 - - [2025-08-28 03:22:13] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005758 10.0.0.19 - - [2025-08-28 03:22:18] "POST /neutron/port HTTP/1.1" 200 1031 0.014054 10.0.0.19 - - [2025-08-28 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.030914 10.0.0.19 - - [2025-08-28 03:22:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001327 10.0.0.19 - - [2025-08-28 03:22:29] "POST /neutron/port HTTP/1.1" 200 2000 0.016939 10.0.0.41 - - [2025-08-28 03:22:30] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.19 - - [2025-08-28 03:22:30] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062727 10.0.0.19 - - [2025-08-28 03:22:30] "POST /neutron/network HTTP/1.1" 200 821 0.005970 10.0.0.19 - - [2025-08-28 03:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.009250 10.0.0.41 - - [2025-08-28 03:22:30] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.19 - - [2025-08-28 03:22:30] "POST /neutron/port HTTP/1.1" 200 1057 0.272067 10.0.0.19 - - [2025-08-28 03:22:31] "POST /neutron/port HTTP/1.1" 200 1111 0.113873 10.0.0.19 - - [2025-08-28 03:22:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.008973 10.0.0.19 - - [2025-08-28 03:22:35] "POST /neutron/port HTTP/1.1" 200 1085 0.017325 10.0.0.19 - - [2025-08-28 03:22:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006655 10.0.0.19 - - [2025-08-28 03:22:35] "GET /virtual-machine/4e0ea631-b759-45cb-becc-1fdd12a11152 HTTP/1.1" 200 1290 0.014658 10.0.0.19 - - [2025-08-28 03:22:35] "GET /virtual-machine-interface/d14806d9-e655-4b59-a5c2-c15f1664f8be HTTP/1.1" 200 2932 0.005999 10.0.0.19 - - [2025-08-28 03:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.19 - - [2025-08-28 03:22:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004010 10.0.0.19 - - [2025-08-28 03:22:35] "GET /virtual-networks?parent_id=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002922 10.0.0.19 - - [2025-08-28 03:22:35] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005471 10.0.0.19 - - [2025-08-28 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.19 - - [2025-08-28 03:22:38] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007213 10.0.0.19 - - [2025-08-28 03:22:42] "POST /neutron/port HTTP/1.1" 200 1031 0.014915 10.0.0.19 - - [2025-08-28 03:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004373 10.0.0.19 - - [2025-08-28 03:22:42] "POST /neutron/network HTTP/1.1" 200 821 0.006441 10.0.0.19 - - [2025-08-28 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.19 - - [2025-08-28 03:22:43] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005387 10.0.0.19 - - [2025-08-28 03:22:46] "POST /neutron/network HTTP/1.1" 200 831 0.006503 10.0.0.19 - - [2025-08-28 03:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.19 - - [2025-08-28 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.19 - - [2025-08-28 03:22:47] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005115 10.0.0.19 - - [2025-08-28 03:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.19 - - [2025-08-28 03:22:51] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005258 10.0.0.19 - - [2025-08-28 03:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.19 - - [2025-08-28 03:22:55] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004874 10.0.0.41 - - [2025-08-28 03:22:57] "GET /obj-perms HTTP/1.1" 200 5056 0.062774 10.0.0.19 - - [2025-08-28 03:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.19 - - [2025-08-28 03:22:59] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005385 10.0.0.19 - - [2025-08-28 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.19 - - [2025-08-28 03:23:03] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005589 10.0.0.19 - - [2025-08-28 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.19 - - [2025-08-28 03:23:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003713 10.0.0.19 - - [2025-08-28 03:23:05] "GET /virtual-networks?parent_id=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002579 10.0.0.19 - - [2025-08-28 03:23:05] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005760 10.0.0.19 - - [2025-08-28 03:23:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007428 10.0.0.19 - - [2025-08-28 03:23:13] "POST /neutron/port HTTP/1.1" 200 1085 0.014481 10.0.0.19 - - [2025-08-28 03:23:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006426 10.0.0.19 - - [2025-08-28 03:23:21] "POST /neutron/port HTTP/1.1" 200 1085 0.015634 10.0.0.19 - - [2025-08-28 03:23:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007241 10.0.0.19 - - [2025-08-28 03:23:21] "POST /neutron/network HTTP/1.1" 200 795 0.014961 10.0.0.19 - - [2025-08-28 03:23:21] "POST /id-to-fqname HTTP/1.1" 200 218 0.001684 10.0.0.19 - - [2025-08-28 03:23:21] "GET /virtual-machine/4e0ea631-b759-45cb-becc-1fdd12a11152 HTTP/1.1" 200 1290 0.004198 10.0.0.19 - - [2025-08-28 03:23:21] "GET /virtual-machine-interface/d14806d9-e655-4b59-a5c2-c15f1664f8be HTTP/1.1" 200 2932 0.005262 10.0.0.19 - - [2025-08-28 03:23:21] "GET /instance-ip/356dbf80-1245-4584-a6d4-6cb0316f20e1 HTTP/1.1" 200 1615 0.006226 10.0.0.19 - - [2025-08-28 03:23:21] "GET /virtual-machine-interface/d14806d9-e655-4b59-a5c2-c15f1664f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.005404 10.0.0.19 - - [2025-08-28 03:23:21] "PUT /virtual-machine-interface/d14806d9-e655-4b59-a5c2-c15f1664f8be HTTP/1.1" 200 284 0.014378 10.0.0.19 - - [2025-08-28 03:23:43] "POST /neutron/port HTTP/1.1" 200 1085 0.015590 10.0.0.19 - - [2025-08-28 03:23:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.008177 10.0.0.19 - - [2025-08-28 03:23:47] "POST /neutron/port HTTP/1.1" 200 1085 0.015003 10.0.0.19 - - [2025-08-28 03:23:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004202 10.0.0.19 - - [2025-08-28 03:23:47] "POST /neutron/network HTTP/1.1" 200 821 0.007252 10.0.0.38 - - [2025-08-28 03:23:58] "GET /obj-perms HTTP/1.1" 200 5056 0.041729 10.0.0.19 - - [2025-08-28 03:24:37] "DELETE /instance-ip/2597802d-0fe3-4856-888c-a8c776759ca7 HTTP/1.1" 200 115 0.049792 10.0.0.19 - - [2025-08-28 03:24:37] "DELETE /virtual-machine-interface/97c83654-6751-408d-9250-2c05f612f8d0 HTTP/1.1" 200 115 0.091263 10.0.0.19 - - [2025-08-28 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.19 - - [2025-08-28 03:24:38] "GET /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005075 10.0.0.19 - - [2025-08-28 03:24:38] "PUT /virtual-network/079dcf63-a740-4cbb-b027-d4c633e0594d HTTP/1.1" 200 264 0.046825 10.0.0.19 - - [2025-08-28 03:24:38] "POST /neutron/port HTTP/1.1" 200 1085 0.025235 10.0.0.19 - - [2025-08-28 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.013995 10.0.0.19 - - [2025-08-28 03:24:38] "POST /neutron/port HTTP/1.1" 200 1085 0.015381 10.0.0.19 - - [2025-08-28 03:24:40] "POST /neutron/network HTTP/1.1" 200 821 0.005951 10.0.0.19 - - [2025-08-28 03:24:40] "DELETE /route-target/0c6719a7-a263-4ce4-a34e-23185f155fd9 HTTP/1.1" 200 115 0.018739 10.0.0.41 - - [2025-08-28 03:24:41] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.023431 10.0.0.19 - - [2025-08-28 03:24:41] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069325 10.0.0.41 - - [2025-08-28 03:24:41] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.19 - - [2025-08-28 03:24:41] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?fields=virtual_networks HTTP/1.1" 200 1029 0.047710 10.0.0.41 - - [2025-08-28 03:24:42] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.19 - - [2025-08-28 03:24:42] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.042814 10.0.0.41 - - [2025-08-28 03:24:42] "GET /projects?obj_uuids=9513caef-f380-45a4-b5d3-f76237f05113&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.19 - - [2025-08-28 03:24:42] "GET /project/9513caef-f380-45a4-b5d3-f76237f05113?fields=security_groups HTTP/1.1" 200 1253 0.038068 10.0.0.19 - - [2025-08-28 03:24:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.023298 10.0.0.41 - - [2025-08-28 03:24:42] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003011 10.0.0.41 - - [2025-08-28 03:24:43] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.41 - - [2025-08-28 03:24:43] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007013 10.0.0.41 - - [2025-08-28 03:24:43] "POST /id-to-fqname HTTP/1.1" 200 187 0.001052 10.0.0.41 - - [2025-08-28 03:24:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.006150 10.0.0.19 - - [2025-08-28 03:24:43] "POST /neutron/port HTTP/1.1" 400 205 0.004408 10.0.0.41 - - [2025-08-28 03:24:43] "POST /security-groups HTTP/1.1" 200 588 0.070689 10.0.0.41 - - [2025-08-28 03:24:43] "POST /projects HTTP/1.1" 200 579 0.268225 10.0.0.19 - - [2025-08-28 03:24:43] "POST /fqname-to-id HTTP/1.1" 404 230 0.010984 10.0.0.41 - - [2025-08-28 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.338405 10.0.0.19 - - [2025-08-28 03:24:43] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.489698 10.0.0.19 - - [2025-08-28 03:24:44] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.19 - - [2025-08-28 03:24:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.19 - - [2025-08-28 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.056037 10.0.0.41 - - [2025-08-28 03:24:46] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001081 10.0.0.19 - - [2025-08-28 03:24:46] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.043350 10.0.0.19 - - [2025-08-28 03:24:46] "POST /ref-update HTTP/1.1" 200 156 0.030616 10.0.0.41 - - [2025-08-28 03:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006953 10.0.0.19 - - [2025-08-28 03:24:47] "POST /neutron/subnet HTTP/1.1" 200 719 0.211603 10.0.0.19 - - [2025-08-28 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001428 10.0.0.19 - - [2025-08-28 03:24:47] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005010 10.0.0.19 - - [2025-08-28 03:24:47] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005077 10.0.0.19 - - [2025-08-28 03:24:47] "POST /neutron/network HTTP/1.1" 200 828 0.006246 10.0.0.19 - - [2025-08-28 03:24:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003627 10.0.0.19 - - [2025-08-28 03:24:47] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006451 10.0.0.19 - - [2025-08-28 03:24:47] "GET /virtual-machine-interface/e3ffec50-c4eb-45ff-b45c-db87c84d0d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.010202 10.0.0.19 - - [2025-08-28 03:24:47] "GET /virtual-machine-interface/e3ffec50-c4eb-45ff-b45c-db87c84d0d90?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.008993 10.0.0.19 - - [2025-08-28 03:24:47] "GET /instance-ip/aba7432d-3797-4542-8e04-8667107913f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004490 10.0.0.19 - - [2025-08-28 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001266 10.0.0.19 - - [2025-08-28 03:24:47] "POST /neutron/network HTTP/1.1" 200 838 0.006119 10.0.0.41 - - [2025-08-28 03:24:48] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000918 10.0.0.19 - - [2025-08-28 03:24:48] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.059735 10.0.0.19 - - [2025-08-28 03:24:48] "POST /neutron/port HTTP/1.1" 200 117 0.005876 10.0.0.19 - - [2025-08-28 03:24:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001395 10.0.0.19 - - [2025-08-28 03:24:48] "POST /neutron/port HTTP/1.1" 200 982 0.008490 10.0.0.19 - - [2025-08-28 03:24:49] "POST /neutron/port HTTP/1.1" 200 982 0.010343 10.0.0.41 - - [2025-08-28 03:24:49] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001444 10.0.0.41 - - [2025-08-28 03:24:49] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001324 10.0.0.19 - - [2025-08-28 03:24:49] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.039299 10.0.0.19 - - [2025-08-28 03:24:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.002727 10.0.0.19 - - [2025-08-28 03:24:49] "POST /interface-route-tables HTTP/1.1" 200 556 0.032274 10.0.0.19 - - [2025-08-28 03:24:49] "GET /interface-route-table/7a7fd9af-38ae-4acc-8ba8-eb310e2a8ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.020916 10.0.0.19 - - [2025-08-28 03:24:49] "POST /neutron/port HTTP/1.1" 200 1056 0.308842 10.0.0.19 - - [2025-08-28 03:24:49] "POST /neutron/port HTTP/1.1" 200 1056 0.010194 10.0.0.19 - - [2025-08-28 03:24:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003625 10.0.0.19 - - [2025-08-28 03:24:49] "POST /neutron/network HTTP/1.1" 200 828 0.007818 10.0.0.19 - - [2025-08-28 03:24:49] "POST /neutron/port HTTP/1.1" 200 982 0.029429 10.0.0.19 - - [2025-08-28 03:24:50] "POST /neutron/port HTTP/1.1" 200 1048 0.018239 10.0.0.19 - - [2025-08-28 03:24:50] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.19 - - [2025-08-28 03:24:50] "GET /virtual-machine-interface/e3ffec50-c4eb-45ff-b45c-db87c84d0d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.005818 10.0.0.19 - - [2025-08-28 03:24:50] "POST /ref-update HTTP/1.1" 200 156 0.013522 10.0.0.19 - - [2025-08-28 03:24:50] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007287 10.0.0.19 - - [2025-08-28 03:24:55] "POST /neutron/port HTTP/1.1" 200 1084 0.015562 10.0.0.19 - - [2025-08-28 03:24:55] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006762 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 401 292 0.000402 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 200 1289 0.030339 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 200 1289 0.003315 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine-interface/47dc495e-0fb0-46c3-89ce-043843544d31 HTTP/1.1" 200 2937 0.005072 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 200 1289 0.003771 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine-interface/47dc495e-0fb0-46c3-89ce-043843544d31 HTTP/1.1" 200 2937 0.004660 10.0.0.19 - - [2025-08-28 03:24:56] "GET /instance-ip/a7138bc1-9052-4e83-b022-375e19b7d7c8 HTTP/1.1" 200 1618 0.005758 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 200 1289 0.003594 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-machine-interface/47dc495e-0fb0-46c3-89ce-043843544d31 HTTP/1.1" 200 2937 0.005061 10.0.0.19 - - [2025-08-28 03:24:56] "GET /instance-ip/a7138bc1-9052-4e83-b022-375e19b7d7c8 HTTP/1.1" 200 1618 0.003887 10.0.0.19 - - [2025-08-28 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.19 - - [2025-08-28 03:24:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003932 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002984 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006992 10.0.0.19 - - [2025-08-28 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.19 - - [2025-08-28 03:24:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003820 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002997 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006108 10.0.0.19 - - [2025-08-28 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.19 - - [2025-08-28 03:24:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004145 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003162 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005683 10.0.0.19 - - [2025-08-28 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.19 - - [2025-08-28 03:24:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004242 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003020 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005782 10.0.0.19 - - [2025-08-28 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006385 10.0.0.19 - - [2025-08-28 03:24:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003898 10.0.0.19 - - [2025-08-28 03:24:56] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002704 10.0.0.19 - - [2025-08-28 03:24:57] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005752 10.0.0.19 - - [2025-08-28 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.19 - - [2025-08-28 03:24:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004066 10.0.0.19 - - [2025-08-28 03:24:57] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002809 10.0.0.19 - - [2025-08-28 03:24:57] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006176 10.0.0.19 - - [2025-08-28 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.19 - - [2025-08-28 03:24:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003907 10.0.0.19 - - [2025-08-28 03:24:57] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002744 10.0.0.19 - - [2025-08-28 03:24:57] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005430 10.0.0.19 - - [2025-08-28 03:24:57] "POST /neutron/port HTTP/1.1" 200 1048 0.019119 10.0.0.19 - - [2025-08-28 03:24:58] "GET /obj-perms HTTP/1.1" 200 5056 0.042297 10.0.0.19 - - [2025-08-28 03:24:59] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006048 10.0.0.19 - - [2025-08-28 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.19 - - [2025-08-28 03:25:00] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005367 10.0.0.19 - - [2025-08-28 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2025-08-28 03:25:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003415 10.0.0.19 - - [2025-08-28 03:25:02] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002869 10.0.0.19 - - [2025-08-28 03:25:02] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006466 10.0.0.19 - - [2025-08-28 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2025-08-28 03:25:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003531 10.0.0.19 - - [2025-08-28 03:25:02] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002826 10.0.0.19 - - [2025-08-28 03:25:02] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005778 10.0.0.19 - - [2025-08-28 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.19 - - [2025-08-28 03:25:02] "GET /routing-instance/bc0e0fe0-76d5-403a-a1f5-8a5404e8d02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004476 10.0.0.19 - - [2025-08-28 03:25:02] "GET /route-target/34145b9b-b237-4c47-881d-d677a185e7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004030 10.0.0.19 - - [2025-08-28 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.19 - - [2025-08-28 03:25:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004836 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003243 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006753 10.0.0.19 - - [2025-08-28 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.19 - - [2025-08-28 03:25:03] "GET /routing-instance/bc0e0fe0-76d5-403a-a1f5-8a5404e8d02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005114 10.0.0.19 - - [2025-08-28 03:25:03] "GET /route-target/34145b9b-b237-4c47-881d-d677a185e7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004122 10.0.0.19 - - [2025-08-28 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.19 - - [2025-08-28 03:25:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004048 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002818 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006441 10.0.0.19 - - [2025-08-28 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.19 - - [2025-08-28 03:25:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004210 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004047 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005578 10.0.0.19 - - [2025-08-28 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.19 - - [2025-08-28 03:25:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003241 10.0.0.19 - - [2025-08-28 03:25:03] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005785 10.0.0.41 - - [2025-08-28 03:25:06] "GET /obj-perms HTTP/1.1" 200 5024 0.049347 10.0.0.41 - - [2025-08-28 03:25:12] "GET /obj-perms HTTP/1.1" 200 5024 0.003897 10.0.0.19 - - [2025-08-28 03:25:14] "GET /obj-perms HTTP/1.1" 200 5024 0.045633 10.0.0.41 - - [2025-08-28 03:25:14] "GET /obj-perms HTTP/1.1" 200 5024 0.003499 10.0.0.41 - - [2025-08-28 03:25:14] "DELETE /project/9513caef-f380-45a4-b5d3-f76237f05113 HTTP/1.1" 404 177 0.004312 10.0.0.41 - - [2025-08-28 03:25:14] "DELETE /project/a1cea25b287242cfaa7c73834662f493 HTTP/1.1" 404 173 0.003527 10.0.0.19 - - [2025-08-28 03:25:15] "GET /obj-perms HTTP/1.1" 200 5024 0.003880 10.0.0.38 - - [2025-08-28 03:25:15] "GET /obj-perms HTTP/1.1" 200 5024 0.042074 10.0.0.19 - - [2025-08-28 03:25:15] "POST /neutron/port HTTP/1.1" 200 1048 0.013415 10.0.0.19 - - [2025-08-28 03:25:15] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008427 10.0.0.19 - - [2025-08-28 03:25:15] "GET /virtual-machine/e66c5812-afe3-4075-8657-a7f201d6a5e3 HTTP/1.1" 200 1267 0.007753 10.0.0.19 - - [2025-08-28 03:25:15] "GET /virtual-machine-interface/e3ffec50-c4eb-45ff-b45c-db87c84d0d90 HTTP/1.1" 200 3151 0.005458 10.0.0.19 - - [2025-08-28 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2025-08-28 03:25:15] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004945 10.0.0.19 - - [2025-08-28 03:25:15] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003624 10.0.0.19 - - [2025-08-28 03:25:15] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005559 10.0.0.19 - - [2025-08-28 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.19 - - [2025-08-28 03:25:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003461 10.0.0.19 - - [2025-08-28 03:25:16] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003589 10.0.0.19 - - [2025-08-28 03:25:16] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006102 10.0.0.19 - - [2025-08-28 03:25:17] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006414 10.0.0.19 - - [2025-08-28 03:25:17] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 200 1289 0.003683 10.0.0.19 - - [2025-08-28 03:25:18] "POST /neutron/port HTTP/1.1" 200 151 0.163678 10.0.0.19 - - [2025-08-28 03:25:19] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 404 171 0.003280 10.0.0.19 - - [2025-08-28 03:25:19] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 404 171 0.005970 10.0.0.19 - - [2025-08-28 03:25:19] "GET /virtual-machine/3ca6504a-2430-4342-b72d-c26835c89f10 HTTP/1.1" 404 171 0.002616 10.0.0.19 - - [2025-08-28 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2025-08-28 03:25:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004610 10.0.0.19 - - [2025-08-28 03:25:20] "GET /virtual-networks?parent_id=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003433 10.0.0.19 - - [2025-08-28 03:25:20] "GET /virtual-network/455ac98e-6a53-4088-bd2e-1691f16a0ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005622 10.0.0.19 - - [2025-08-28 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.19 - - [2025-08-28 03:25:20] "GET /routing-instance/bc0e0fe0-76d5-403a-a1f5-8a5404e8d02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004350 10.0.0.19 - - [2025-08-28 03:25:20] "GET /route-target/34145b9b-b237-4c47-881d-d677a185e7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003911 10.0.0.19 - - [2025-08-28 03:25:20] "GET /obj-perms HTTP/1.1" 200 5024 0.005283 10.0.0.38 - - [2025-08-28 03:25:23] "GET /obj-perms HTTP/1.1" 200 5024 0.003548 10.0.0.19 - - [2025-08-28 03:25:29] "GET /obj-perms HTTP/1.1" 200 5024 0.003611 10.0.0.38 - - [2025-08-28 03:25:32] "GET /obj-perms HTTP/1.1" 200 5024 0.004329 10.0.0.19 - - [2025-08-28 03:25:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004573 10.0.0.38 - - [2025-08-28 03:25:41] "GET /obj-perms HTTP/1.1" 200 5024 0.003895 10.0.0.19 - - [2025-08-28 03:25:45] "GET /obj-perms HTTP/1.1" 200 5024 0.004804 10.0.0.41 - - [2025-08-28 03:25:45] "GET /obj-perms HTTP/1.1" 200 5024 0.003795 10.0.0.19 - - [2025-08-28 03:25:45] "GET /interface-route-table/7a7fd9af-38ae-4acc-8ba8-eb310e2a8ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.003720 10.0.0.19 - - [2025-08-28 03:25:45] "GET /virtual-machine-interface/e3ffec50-c4eb-45ff-b45c-db87c84d0d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.005910 10.0.0.19 - - [2025-08-28 03:25:45] "POST /ref-update HTTP/1.1" 200 156 0.013602 10.0.0.19 - - [2025-08-28 03:25:45] "DELETE /interface-route-table/7a7fd9af-38ae-4acc-8ba8-eb310e2a8ae5 HTTP/1.1" 200 115 0.032883 10.0.0.19 - - [2025-08-28 03:25:45] "POST /neutron/network HTTP/1.1" 200 828 0.007954 10.0.0.19 - - [2025-08-28 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.030250 10.0.0.41 - - [2025-08-28 03:25:47] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.19 - - [2025-08-28 03:25:47] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.058876 10.0.0.41 - - [2025-08-28 03:25:47] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001521 10.0.0.19 - - [2025-08-28 03:25:47] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?fields=virtual_networks HTTP/1.1" 200 1027 0.038415 10.0.0.41 - - [2025-08-28 03:25:47] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001287 10.0.0.19 - - [2025-08-28 03:25:47] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.040568 10.0.0.41 - - [2025-08-28 03:25:47] "GET /projects?obj_uuids=a1cea25b-2872-42cf-aa7c-73834662f493&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000920 10.0.0.19 - - [2025-08-28 03:25:47] "GET /project/a1cea25b-2872-42cf-aa7c-73834662f493?fields=security_groups HTTP/1.1" 200 1250 0.037029 10.0.0.19 - - [2025-08-28 03:25:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.024981 10.0.0.41 - - [2025-08-28 03:25:48] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002692 10.0.0.41 - - [2025-08-28 03:25:48] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.41 - - [2025-08-28 03:25:48] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007942 10.0.0.41 - - [2025-08-28 03:25:48] "POST /id-to-fqname HTTP/1.1" 200 194 0.001957 10.0.0.41 - - [2025-08-28 03:25:48] "POST /fqname-to-id HTTP/1.1" 404 203 0.006885 10.0.0.41 - - [2025-08-28 03:25:48] "POST /security-groups HTTP/1.1" 200 595 0.073822 10.0.0.41 - - [2025-08-28 03:25:48] "POST /projects HTTP/1.1" 200 593 0.262709 10.0.0.19 - - [2025-08-28 03:25:48] "POST /access-control-lists HTTP/1.1" 200 600 0.027021 10.0.0.41 - - [2025-08-28 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.334105 10.0.0.19 - - [2025-08-28 03:25:48] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.458676 10.0.0.19 - - [2025-08-28 03:25:49] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.19 - - [2025-08-28 03:25:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.19 - - [2025-08-28 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.051082 10.0.0.41 - - [2025-08-28 03:25:50] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000815 10.0.0.19 - - [2025-08-28 03:25:50] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057463 10.0.0.41 - - [2025-08-28 03:25:50] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000962 10.0.0.19 - - [2025-08-28 03:25:50] "POST /neutron/network HTTP/1.1" 200 609 0.151283 10.0.0.19 - - [2025-08-28 03:25:50] "POST /route-targets HTTP/1.1" 200 327 0.040917 10.0.0.41 - - [2025-08-28 03:25:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005278 10.0.0.19 - - [2025-08-28 03:25:51] "POST /neutron/subnet HTTP/1.1" 200 730 0.190902 10.0.0.19 - - [2025-08-28 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001148 10.0.0.19 - - [2025-08-28 03:25:51] "GET /virtual-network/fc117980-216e-4578-8ecd-d29b07239e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005106 10.0.0.19 - - [2025-08-28 03:25:51] "GET /virtual-network/fc117980-216e-4578-8ecd-d29b07239e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005117 10.0.0.19 - - [2025-08-28 03:25:51] "POST /neutron/network HTTP/1.1" 200 829 0.005578 10.0.0.19 - - [2025-08-28 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.41 - - [2025-08-28 03:25:51] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.19 - - [2025-08-28 03:25:51] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044435 10.0.0.41 - - [2025-08-28 03:25:51] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001056 10.0.0.19 - - [2025-08-28 03:25:51] "POST /neutron/network HTTP/1.1" 200 609 0.124175 10.0.0.19 - - [2025-08-28 03:25:51] "POST /ref-update HTTP/1.1" 200 156 0.024334 10.0.0.19 - - [2025-08-28 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.003724 10.0.0.19 - - [2025-08-28 03:25:51] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005045 10.0.0.19 - - [2025-08-28 03:25:51] "POST /neutron/network HTTP/1.1" 200 829 0.006599 10.0.0.19 - - [2025-08-28 03:25:51] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005293 10.0.0.19 - - [2025-08-28 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2025-08-28 03:25:51] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000828 10.0.0.19 - - [2025-08-28 03:25:51] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042061 10.0.0.19 - - [2025-08-28 03:25:51] "POST /neutron/network HTTP/1.1" 200 117 0.012108 10.0.0.19 - - [2025-08-28 03:25:52] "POST /neutron/network HTTP/1.1" 200 829 0.025692 10.0.0.19 - - [2025-08-28 03:25:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001635 10.0.0.19 - - [2025-08-28 03:25:52] "GET /virtual-network/4a949288-cf76-4d23-85e2-83af95266e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007273 10.0.0.19 - - [2025-08-28 03:25:52] "GET /virtual-network/4a949288-cf76-4d23-85e2-83af95266e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.019873 10.0.0.19 - - [2025-08-28 03:25:52] "DELETE /access-control-list/9fdd8fea-af77-4a06-aaac-0c10609fd1bb HTTP/1.1" 200 115 0.053352 10.0.0.19 - - [2025-08-28 03:25:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.011837 10.0.0.19 - - [2025-08-28 03:25:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.005056 10.0.0.19 - - [2025-08-28 03:25:52] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006823 10.0.0.19 - - [2025-08-28 03:25:52] "GET /virtual-machine-interface/bb74051a-2b7d-486c-b67b-cff8908b0bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.009677 10.0.0.19 - - [2025-08-28 03:25:52] "GET /virtual-machine-interface/bb74051a-2b7d-486c-b67b-cff8908b0bad?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008888 10.0.0.19 - - [2025-08-28 03:25:53] "GET /instance-ip/7ccaa769-43bc-4e7c-bd7c-ce2f36c04170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004226 10.0.0.19 - - [2025-08-28 03:25:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.004467 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-network/fc117980-216e-4578-8ecd-d29b07239e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005927 10.0.0.41 - - [2025-08-28 03:25:53] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000886 10.0.0.19 - - [2025-08-28 03:25:53] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038736 10.0.0.19 - - [2025-08-28 03:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2025-08-28 03:25:53] "GET /security-group/8bc72eba-72ec-4801-ac97-ae720ba1a0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004390 10.0.0.19 - - [2025-08-28 03:25:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.093560 10.0.0.19 - - [2025-08-28 03:25:53] "POST /instance-ips HTTP/1.1" 200 357 0.039160 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-machine-interface/21d6dcba-09c4-47d6-8f36-8f1b5355881b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005815 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-machine-interface/21d6dcba-09c4-47d6-8f36-8f1b5355881b?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009794 10.0.0.19 - - [2025-08-28 03:25:53] "GET /instance-ip/66d15201-bf20-4ad7-997a-912a11d87b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004902 10.0.0.19 - - [2025-08-28 03:25:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.003473 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006394 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-machine-interface/fa6fe47b-f0e1-42ed-b5d9-23b97a7a737e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007488 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-machine-interface/fa6fe47b-f0e1-42ed-b5d9-23b97a7a737e?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.012241 10.0.0.19 - - [2025-08-28 03:25:53] "GET /instance-ip/fe99e891-be28-4028-bac5-81463d1d2d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005011 10.0.0.19 - - [2025-08-28 03:25:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.003432 10.0.0.19 - - [2025-08-28 03:25:53] "GET /virtual-network/fc117980-216e-4578-8ecd-d29b07239e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006826 10.0.0.41 - - [2025-08-28 03:25:53] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.19 - - [2025-08-28 03:25:54] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.034700 10.0.0.19 - - [2025-08-28 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.19 - - [2025-08-28 03:25:54] "GET /security-group/8bc72eba-72ec-4801-ac97-ae720ba1a0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004275 10.0.0.19 - - [2025-08-28 03:25:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.095608 10.0.0.19 - - [2025-08-28 03:25:54] "POST /instance-ips HTTP/1.1" 200 357 0.033304 10.0.0.19 - - [2025-08-28 03:25:54] "GET /virtual-machine-interface/beadbf7c-d003-442f-851d-5385098e8f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008354 10.0.0.19 - - [2025-08-28 03:25:54] "GET /virtual-machine-interface/beadbf7c-d003-442f-851d-5385098e8f95?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010588 10.0.0.19 - - [2025-08-28 03:25:54] "GET /instance-ip/c555e9f3-1103-4dc2-8387-9b45bdc77806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004600 10.0.0.19 - - [2025-08-28 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003746 10.0.0.19 - - [2025-08-28 03:25:54] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005880 10.0.0.41 - - [2025-08-28 03:25:54] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001267 10.0.0.19 - - [2025-08-28 03:25:54] "POST /neutron/port HTTP/1.1" 200 991 0.224081 10.0.0.19 - - [2025-08-28 03:25:54] "GET /virtual-machine-interface/b7400293-17e1-4243-99e1-ac83d7cb4231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005606 10.0.0.19 - - [2025-08-28 03:25:54] "GET /virtual-machine-interface/b7400293-17e1-4243-99e1-ac83d7cb4231?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.005573 10.0.0.19 - - [2025-08-28 03:25:54] "GET /instance-ip/18447e95-32e0-4b6c-9c75-33b9153f0500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004431 10.0.0.19 - - [2025-08-28 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.002835 10.0.0.19 - - [2025-08-28 03:25:54] "GET /virtual-network/4a949288-cf76-4d23-85e2-83af95266e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005231 10.0.0.41 - - [2025-08-28 03:25:54] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000896 10.0.0.19 - - [2025-08-28 03:25:54] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.033792 10.0.0.19 - - [2025-08-28 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.19 - - [2025-08-28 03:25:54] "GET /security-group/8bc72eba-72ec-4801-ac97-ae720ba1a0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004177 10.0.0.19 - - [2025-08-28 03:25:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.085439 10.0.0.19 - - [2025-08-28 03:25:55] "POST /instance-ips HTTP/1.1" 200 357 0.046732 10.0.0.19 - - [2025-08-28 03:25:55] "GET /virtual-machine-interface/7b7fedd4-4a86-4c97-87fe-4ad85d070d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005902 10.0.0.19 - - [2025-08-28 03:25:55] "GET /virtual-machine-interface/7b7fedd4-4a86-4c97-87fe-4ad85d070d25?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008783 10.0.0.19 - - [2025-08-28 03:25:55] "GET /instance-ip/0f039755-8087-4b83-a93d-a250b4642525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004657 10.0.0.19 - - [2025-08-28 03:25:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001300 10.0.0.19 - - [2025-08-28 03:25:56] "POST /neutron/network HTTP/1.1" 200 829 0.025925 10.0.0.19 - - [2025-08-28 03:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.19 - - [2025-08-28 03:25:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001323 10.0.0.19 - - [2025-08-28 03:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.006395 10.0.0.19 - - [2025-08-28 03:25:57] "POST /neutron/port HTTP/1.1" 200 991 0.030302 10.0.0.19 - - [2025-08-28 03:25:57] "POST /neutron/port HTTP/1.1" 200 1057 0.015010 10.0.0.19 - - [2025-08-28 03:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.41 - - [2025-08-28 03:25:58] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001309 10.0.0.19 - - [2025-08-28 03:25:58] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059797 10.0.0.19 - - [2025-08-28 03:25:58] "POST /neutron/port HTTP/1.1" 200 1057 0.016589 10.0.0.19 - - [2025-08-28 03:25:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001274 10.0.0.19 - - [2025-08-28 03:25:58] "POST /neutron/port HTTP/1.1" 200 1057 0.016416 10.0.0.19 - - [2025-08-28 03:25:58] "POST /neutron/port HTTP/1.1" 200 991 0.009315 10.0.0.19 - - [2025-08-28 03:25:58] "POST /neutron/network HTTP/1.1" 200 839 0.005944 10.0.0.19 - - [2025-08-28 03:25:58] "POST /neutron/port HTTP/1.1" 200 1895 0.051571 10.0.0.41 - - [2025-08-28 03:25:59] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001345 10.0.0.19 - - [2025-08-28 03:25:59] "POST /neutron/router HTTP/1.1" 200 598 0.100092 10.0.0.19 - - [2025-08-28 03:25:59] "PUT /logical-router/b556ff0e-169a-45cc-ba63-18fc4de5e62b HTTP/1.1" 200 262 0.027442 10.0.0.19 - - [2025-08-28 03:25:59] "POST /neutron/port HTTP/1.1" 200 1119 0.132632 10.0.0.19 - - [2025-08-28 03:25:59] "POST /neutron/port HTTP/1.1" 200 1093 0.020558 10.0.0.19 - - [2025-08-28 03:25:59] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.38 - - [2025-08-28 03:25:59] "GET /obj-perms HTTP/1.1" 200 5056 0.078462 10.0.0.41 - - [2025-08-28 03:25:59] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.19 - - [2025-08-28 03:25:59] "POST /neutron/router HTTP/1.1" 200 344 0.333288 10.0.0.19 - - [2025-08-28 03:26:00] "POST /neutron/port HTTP/1.1" 200 991 0.012437 10.0.0.19 - - [2025-08-28 03:26:00] "POST /neutron/port HTTP/1.1" 200 1057 0.042069 10.0.0.19 - - [2025-08-28 03:26:00] "POST /neutron/port HTTP/1.1" 200 1057 0.020266 10.0.0.19 - - [2025-08-28 03:26:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008701 10.0.0.19 - - [2025-08-28 03:26:00] "POST /neutron/port HTTP/1.1" 200 1057 0.020077 10.0.0.19 - - [2025-08-28 03:26:00] "GET /virtual-machine/760c45d9-a971-49cd-8b29-93c7bd39cf7d HTTP/1.1" 401 292 0.000488 10.0.0.19 - - [2025-08-28 03:26:00] "GET /virtual-machine/760c45d9-a971-49cd-8b29-93c7bd39cf7d HTTP/1.1" 200 1274 0.027325 10.0.0.19 - - [2025-08-28 03:26:00] "GET /virtual-machine-interface/bb74051a-2b7d-486c-b67b-cff8908b0bad HTTP/1.1" 200 3188 0.005096 10.0.0.19 - - [2025-08-28 03:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.19 - - [2025-08-28 03:26:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003485 10.0.0.19 - - [2025-08-28 03:26:00] "GET /virtual-networks?parent_id=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003125 10.0.0.19 - - [2025-08-28 03:26:00] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006111 10.0.0.19 - - [2025-08-28 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.19 - - [2025-08-28 03:26:04] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005704 10.0.0.19 - - [2025-08-28 03:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.19 - - [2025-08-28 03:26:08] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005687 10.0.0.19 - - [2025-08-28 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.19 - - [2025-08-28 03:26:12] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004940 10.0.0.41 - - [2025-08-28 03:26:14] "DELETE /project/4ea0540735404865a746368e82014bff HTTP/1.1" 404 173 0.028481 10.0.0.41 - - [2025-08-28 03:26:14] "DELETE /project/a1cea25b-2872-42cf-aa7c-73834662f493 HTTP/1.1" 404 177 0.041698 10.0.0.19 - - [2025-08-28 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.19 - - [2025-08-28 03:26:16] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005589 10.0.0.19 - - [2025-08-28 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.19 - - [2025-08-28 03:26:20] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005152 10.0.0.19 - - [2025-08-28 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.19 - - [2025-08-28 03:26:24] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005027 10.0.0.19 - - [2025-08-28 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.19 - - [2025-08-28 03:26:28] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005079 10.0.0.19 - - [2025-08-28 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.19 - - [2025-08-28 03:26:32] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005019 10.0.0.19 - - [2025-08-28 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.19 - - [2025-08-28 03:26:36] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004971 10.0.0.19 - - [2025-08-28 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.19 - - [2025-08-28 03:26:40] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003627 10.0.0.19 - - [2025-08-28 03:26:40] "GET /virtual-networks?parent_id=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002559 10.0.0.19 - - [2025-08-28 03:26:41] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006564 10.0.0.19 - - [2025-08-28 03:26:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008047 10.0.0.19 - - [2025-08-28 03:26:46] "POST /neutron/port HTTP/1.1" 200 1057 0.014939 10.0.0.19 - - [2025-08-28 03:26:48] "POST /neutron/port HTTP/1.1" 200 1093 0.014095 10.0.0.19 - - [2025-08-28 03:26:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.009125 10.0.0.19 - - [2025-08-28 03:26:48] "POST /neutron/port HTTP/1.1" 200 1057 0.013876 10.0.0.19 - - [2025-08-28 03:26:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.19 - - [2025-08-28 03:26:49] "POST /neutron/network HTTP/1.1" 200 829 0.006570 10.0.0.19 - - [2025-08-28 03:26:51] "POST /neutron/port HTTP/1.1" 200 1057 0.014964 10.0.0.19 - - [2025-08-28 03:26:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006544 10.0.0.19 - - [2025-08-28 03:27:01] "POST /neutron/port HTTP/1.1" 200 1093 0.013634 10.0.0.19 - - [2025-08-28 03:27:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006847 10.0.0.19 - - [2025-08-28 03:27:02] "GET /virtual-machine/bc7fdd3b-db27-4ddd-b310-ab817a63a0f6 HTTP/1.1" 200 1297 0.006248 10.0.0.19 - - [2025-08-28 03:27:02] "GET /virtual-machine-interface/afa2b19f-09b4-4a5f-83f1-37b5481ecb88 HTTP/1.1" 200 2961 0.005618 10.0.0.19 - - [2025-08-28 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.19 - - [2025-08-28 03:27:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003410 10.0.0.19 - - [2025-08-28 03:27:02] "GET /virtual-networks?parent_id=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002588 10.0.0.19 - - [2025-08-28 03:27:02] "GET /virtual-network/4a949288-cf76-4d23-85e2-83af95266e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007042 10.0.0.41 - - [2025-08-28 03:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.047542 10.0.0.19 - - [2025-08-28 03:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.121130 10.0.0.38 - - [2025-08-28 03:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.106554 10.0.0.41 - - [2025-08-28 03:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.155689 10.0.0.38 - - [2025-08-28 03:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.174120 10.0.0.19 - - [2025-08-28 03:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.19 - - [2025-08-28 03:27:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003741 10.0.0.19 - - [2025-08-28 03:27:03] "GET /virtual-networks?parent_id=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003400 10.0.0.41 - - [2025-08-28 03:27:03] "GET /global-system-configs HTTP/1.1" 200 322 0.027842 10.0.0.19 - - [2025-08-28 03:27:03] "GET /virtual-network/4a949288-cf76-4d23-85e2-83af95266e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005876 10.0.0.19 - - [2025-08-28 03:27:03] "POST /neutron/port HTTP/1.1" 200 1057 0.017575 10.0.0.19 - - [2025-08-28 03:27:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007000 10.0.0.19 - - [2025-08-28 03:27:03] "GET /virtual-machine/97c89943-ba08-41df-9757-df3ba0f2f7ed HTTP/1.1" 200 1275 0.006148 10.0.0.19 - - [2025-08-28 03:27:03] "GET /virtual-machine-interface/b7400293-17e1-4243-99e1-ac83d7cb4231 HTTP/1.1" 200 3188 0.009306 10.0.0.19 - - [2025-08-28 03:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.19 - - [2025-08-28 03:27:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004139 10.0.0.19 - - [2025-08-28 03:27:03] "GET /virtual-networks?parent_id=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002834 10.0.0.19 - - [2025-08-28 03:27:03] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006072 10.0.0.38 - - [2025-08-28 03:27:03] "GET /global-system-configs HTTP/1.1" 200 322 0.048732 10.0.0.19 - - [2025-08-28 03:27:03] "GET /obj-perms HTTP/1.1" 200 5056 0.135342 10.0.0.19 - - [2025-08-28 03:27:03] "GET /global-system-configs HTTP/1.1" 200 322 0.121095 10.0.0.41 - - [2025-08-28 03:27:04] "GET /obj-perms HTTP/1.1" 200 5056 0.196488 10.0.0.38 - - [2025-08-28 03:27:04] "GET /obj-perms HTTP/1.1" 200 5056 0.217392 10.0.0.19 - - [2025-08-28 03:27:04] "GET /global-system-configs HTTP/1.1" 200 322 0.034260 10.0.0.19 - - [2025-08-28 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.19 - - [2025-08-28 03:27:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003603 10.0.0.19 - - [2025-08-28 03:27:04] "GET /virtual-networks?parent_id=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002898 10.0.0.19 - - [2025-08-28 03:27:04] "GET /virtual-network/732262d0-d05e-40f5-8890-fa1b9e829773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008362 10.0.0.19 - - [2025-08-28 03:27:50] "POST /neutron/port HTTP/1.1" 200 1057 0.018829 10.0.0.19 - - [2025-08-28 03:27:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.19 - - [2025-08-28 03:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.19 - - [2025-08-28 03:27:50] "POST /neutron/network HTTP/1.1" 200 839 0.006239 10.0.0.19 - - [2025-08-28 03:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.19 - - [2025-08-28 03:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.046678 10.0.0.19 - - [2025-08-28 03:28:17] "POST /ref-update HTTP/1.1" 200 156 0.038962 10.0.0.19 - - [2025-08-28 03:28:17] "POST /neutron/router HTTP/1.1" 200 344 0.238416 10.0.0.19 - - [2025-08-28 03:28:17] "POST /neutron/router HTTP/1.1" 200 598 0.005640 10.0.0.19 - - [2025-08-28 03:28:18] "DELETE /route-target/77887c1b-ba68-4db8-94cc-aa4d55f27804 HTTP/1.1" 200 115 0.040492 10.0.0.19 - - [2025-08-28 03:28:18] "POST /neutron/port HTTP/1.1" 200 1119 0.012055 10.0.0.19 - - [2025-08-28 03:28:19] "DELETE /instance-ip/0f039755-8087-4b83-a93d-a250b4642525 HTTP/1.1" 200 115 0.043386 10.0.0.19 - - [2025-08-28 03:28:19] "DELETE /virtual-machine-interface/7b7fedd4-4a86-4c97-87fe-4ad85d070d25 HTTP/1.1" 200 115 0.066483 10.0.0.19 - - [2025-08-28 03:28:20] "POST /neutron/port HTTP/1.1" 200 151 0.169871 10.0.0.19 - - [2025-08-28 03:28:20] "DELETE /instance-ip/c555e9f3-1103-4dc2-8387-9b45bdc77806 HTTP/1.1" 200 115 0.053409 10.0.0.19 - - [2025-08-28 03:28:20] "DELETE /virtual-machine-interface/beadbf7c-d003-442f-851d-5385098e8f95 HTTP/1.1" 200 115 0.060852 10.0.0.19 - - [2025-08-28 03:28:20] "DELETE /instance-ip/66d15201-bf20-4ad7-997a-912a11d87b20 HTTP/1.1" 200 115 0.042745 10.0.0.19 - - [2025-08-28 03:28:20] "DELETE /virtual-machine-interface/21d6dcba-09c4-47d6-8f36-8f1b5355881b HTTP/1.1" 200 115 0.095052 10.0.0.19 - - [2025-08-28 03:28:20] "POST /neutron/port HTTP/1.1" 200 1083 0.025096 10.0.0.41 - - [2025-08-28 03:28:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.41 - - [2025-08-28 03:28:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002808 10.0.0.19 - - [2025-08-28 03:28:20] "POST /neutron/network HTTP/1.1" 200 151 0.141959 10.0.0.19 - - [2025-08-28 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2025-08-28 03:28:21] "POST /neutron/network HTTP/1.1" 200 829 0.006802 10.0.0.41 - - [2025-08-28 03:28:21] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001349 10.0.0.19 - - [2025-08-28 03:28:21] "DELETE /route-target/60aed65c-5201-4041-9fc7-234b2f9f47db HTTP/1.1" 200 115 0.038622 10.0.0.19 - - [2025-08-28 03:28:21] "GET /project/4ea05407-3540-4865-a746-368e82014bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060759 10.0.0.41 - - [2025-08-28 03:28:21] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001315 10.0.0.19 - - [2025-08-28 03:28:21] "GET /project/4ea05407-3540-4865-a746-368e82014bff?fields=virtual_networks HTTP/1.1" 200 1040 0.049446 10.0.0.41 - - [2025-08-28 03:28:21] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.19 - - [2025-08-28 03:28:21] "GET /project/4ea05407-3540-4865-a746-368e82014bff?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.067494 10.0.0.41 - - [2025-08-28 03:28:21] "GET /projects?obj_uuids=4ea05407-3540-4865-a746-368e82014bff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001470 10.0.0.19 - - [2025-08-28 03:28:21] "GET /project/4ea05407-3540-4865-a746-368e82014bff?fields=security_groups HTTP/1.1" 200 1270 0.049230 10.0.0.19 - - [2025-08-28 03:28:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.023445 10.0.0.41 - - [2025-08-28 03:28:22] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002704 10.0.0.41 - - [2025-08-28 03:28:22] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.41 - - [2025-08-28 03:28:22] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007088 10.0.0.41 - - [2025-08-28 03:28:22] "POST /id-to-fqname HTTP/1.1" 200 189 0.004509 10.0.0.41 - - [2025-08-28 03:28:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.005184 10.0.0.41 - - [2025-08-28 03:28:22] "POST /security-groups HTTP/1.1" 200 590 0.076086 10.0.0.41 - - [2025-08-28 03:28:22] "POST /projects HTTP/1.1" 200 583 0.296192 10.0.0.19 - - [2025-08-28 03:28:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.017932 10.0.0.41 - - [2025-08-28 03:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.365929 10.0.0.19 - - [2025-08-28 03:28:22] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.505149 10.0.0.19 - - [2025-08-28 03:28:23] "POST /neutron/port HTTP/1.1" 400 205 0.003429 10.0.0.19 - - [2025-08-28 03:28:23] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.19 - - [2025-08-28 03:28:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.19 - - [2025-08-28 03:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.091304 10.0.0.41 - - [2025-08-28 03:28:26] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000963 10.0.0.19 - - [2025-08-28 03:28:26] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.034510 10.0.0.19 - - [2025-08-28 03:28:26] "POST /neutron/network HTTP/1.1" 200 117 0.041011 10.0.0.19 - - [2025-08-28 03:28:26] "POST /ref-update HTTP/1.1" 200 156 0.027939 10.0.0.19 - - [2025-08-28 03:28:26] "POST /neutron/network HTTP/1.1" 200 825 0.008874 10.0.0.19 - - [2025-08-28 03:28:26] "POST /id-to-fqname HTTP/1.1" 200 219 0.001406 10.0.0.19 - - [2025-08-28 03:28:26] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005560 10.0.0.19 - - [2025-08-28 03:28:26] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006137 10.0.0.19 - - [2025-08-28 03:28:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.009415 10.0.0.19 - - [2025-08-28 03:28:27] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005441 10.0.0.41 - - [2025-08-28 03:28:28] "GET /obj-perms HTTP/1.1" 200 5028 0.055376 10.0.0.19 - - [2025-08-28 03:28:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001721 10.0.0.41 - - [2025-08-28 03:28:29] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000986 10.0.0.19 - - [2025-08-28 03:28:29] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.080146 10.0.0.19 - - [2025-08-28 03:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.006097 10.0.0.19 - - [2025-08-28 03:28:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001210 10.0.0.19 - - [2025-08-28 03:28:30] "POST /neutron/network HTTP/1.1" 200 835 0.007042 10.0.0.19 - - [2025-08-28 03:28:30] "POST /neutron/port HTTP/1.1" 200 1061 0.014744 10.0.0.19 - - [2025-08-28 03:28:31] "POST /neutron/port HTTP/1.1" 200 1089 0.022087 10.0.0.19 - - [2025-08-28 03:28:31] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.41 - - [2025-08-28 03:28:31] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001051 10.0.0.19 - - [2025-08-28 03:28:31] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.080332 10.0.0.19 - - [2025-08-28 03:28:31] "POST /neutron/port HTTP/1.1" 200 1089 0.021137 10.0.0.19 - - [2025-08-28 03:28:31] "POST /neutron/port HTTP/1.1" 200 1089 0.016812 10.0.0.41 - - [2025-08-28 03:28:31] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001236 10.0.0.19 - - [2025-08-28 03:28:32] "POST /neutron/port HTTP/1.1" 200 1061 0.273063 10.0.0.19 - - [2025-08-28 03:28:32] "POST /neutron/port HTTP/1.1" 200 1115 0.111759 10.0.0.19 - - [2025-08-28 03:28:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.008283 10.0.0.19 - - [2025-08-28 03:28:36] "POST /neutron/port HTTP/1.1" 200 1089 0.016693 10.0.0.19 - - [2025-08-28 03:28:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009645 10.0.0.19 - - [2025-08-28 03:28:36] "GET /virtual-machine/500d4ac8-9519-46e9-83f0-18506b9cfbbb HTTP/1.1" 401 292 0.000411 10.0.0.19 - - [2025-08-28 03:28:37] "GET /virtual-machine/500d4ac8-9519-46e9-83f0-18506b9cfbbb HTTP/1.1" 200 1290 0.029023 10.0.0.19 - - [2025-08-28 03:28:37] "GET /virtual-machine-interface/2b0a2455-430f-40ae-bdf5-dfccdaf7ba9b HTTP/1.1" 200 2936 0.006314 10.0.0.19 - - [2025-08-28 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.19 - - [2025-08-28 03:28:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003689 10.0.0.19 - - [2025-08-28 03:28:37] "GET /virtual-networks?parent_id=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005324 10.0.0.19 - - [2025-08-28 03:28:37] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006079 10.0.0.19 - - [2025-08-28 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.19 - - [2025-08-28 03:28:40] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006656 10.0.0.19 - - [2025-08-28 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.19 - - [2025-08-28 03:28:44] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005278 10.0.0.19 - - [2025-08-28 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.19 - - [2025-08-28 03:28:48] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004790 10.0.0.19 - - [2025-08-28 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.19 - - [2025-08-28 03:28:52] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005101 10.0.0.19 - - [2025-08-28 03:28:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015429 10.0.0.19 - - [2025-08-28 03:28:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004414 10.0.0.19 - - [2025-08-28 03:28:53] "POST /neutron/network HTTP/1.1" 200 825 0.016386 10.0.0.19 - - [2025-08-28 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.19 - - [2025-08-28 03:28:56] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005122 10.0.0.19 - - [2025-08-28 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.19 - - [2025-08-28 03:29:01] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006135 10.0.0.38 - - [2025-08-28 03:29:02] "GET /obj-perms HTTP/1.1" 200 5056 0.047421 10.0.0.19 - - [2025-08-28 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.19 - - [2025-08-28 03:29:05] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005174 10.0.0.19 - - [2025-08-28 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.19 - - [2025-08-28 03:29:09] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006957 10.0.0.19 - - [2025-08-28 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005620 10.0.0.19 - - [2025-08-28 03:29:13] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007735 10.0.0.41 - - [2025-08-28 03:29:15] "DELETE /project/92b769cb7b3b445b816e526a8775b6b2 HTTP/1.1" 404 173 0.004152 10.0.0.41 - - [2025-08-28 03:29:15] "DELETE /project/4ea05407-3540-4865-a746-368e82014bff HTTP/1.1" 404 177 0.003357 10.0.0.19 - - [2025-08-28 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.19 - - [2025-08-28 03:29:17] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005768 10.0.0.19 - - [2025-08-28 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.19 - - [2025-08-28 03:29:21] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005552 10.0.0.19 - - [2025-08-28 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.19 - - [2025-08-28 03:29:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003734 10.0.0.19 - - [2025-08-28 03:29:25] "GET /virtual-networks?parent_id=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002653 10.0.0.19 - - [2025-08-28 03:29:25] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006757 10.0.0.19 - - [2025-08-28 03:29:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016282 10.0.0.19 - - [2025-08-28 03:29:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.042101 10.0.0.19 - - [2025-08-28 03:29:36] "POST /neutron/port HTTP/1.1" 200 1089 0.013510 10.0.0.19 - - [2025-08-28 03:29:41] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007169 10.0.0.19 - - [2025-08-28 03:29:46] "POST /neutron/port HTTP/1.1" 200 1089 0.014598 10.0.0.19 - - [2025-08-28 03:29:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006952 10.0.0.19 - - [2025-08-28 03:29:46] "GET /virtual-machine/601de0df-77f0-4311-9279-13b98746800d HTTP/1.1" 200 1291 0.005829 10.0.0.19 - - [2025-08-28 03:29:46] "GET /virtual-machine-interface/206b86d3-4a3f-4a11-ba57-f6a3ac6295e8 HTTP/1.1" 200 2936 0.004493 10.0.0.19 - - [2025-08-28 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.19 - - [2025-08-28 03:29:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003386 10.0.0.19 - - [2025-08-28 03:29:46] "GET /virtual-networks?parent_id=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002867 10.0.0.19 - - [2025-08-28 03:29:46] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006179 10.0.0.19 - - [2025-08-28 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.19 - - [2025-08-28 03:29:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003988 10.0.0.19 - - [2025-08-28 03:29:47] "GET /virtual-networks?parent_id=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002835 10.0.0.19 - - [2025-08-28 03:29:47] "GET /virtual-network/a8c27cf9-0142-4b36-b1cd-ef2c322fcd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005699 10.0.0.19 - - [2025-08-28 03:29:53] "POST /neutron/network HTTP/1.1" 200 835 0.006979 10.0.0.19 - - [2025-08-28 03:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.19 - - [2025-08-28 03:30:53] "POST /neutron/port HTTP/1.1" 200 1089 0.014492 10.0.0.19 - - [2025-08-28 03:30:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.008895 10.0.0.19 - - [2025-08-28 03:31:04] "GET /obj-perms HTTP/1.1" 200 5056 0.043197 10.0.0.19 - - [2025-08-28 03:31:05] "POST /neutron/network HTTP/1.1" 200 825 0.011828 10.0.0.19 - - [2025-08-28 03:31:06] "POST /neutron/port HTTP/1.1" 200 1089 0.013520 10.0.0.19 - - [2025-08-28 03:31:06] "POST /neutron/port HTTP/1.1" 200 1115 0.011375 10.0.0.41 - - [2025-08-28 03:31:08] "POST /useragent-kv HTTP/1.1" 200 115 0.026511 10.0.0.41 - - [2025-08-28 03:31:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002168 10.0.0.19 - - [2025-08-28 03:31:08] "POST /neutron/network HTTP/1.1" 200 151 0.142243 10.0.0.19 - - [2025-08-28 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.043623 10.0.0.41 - - [2025-08-28 03:31:09] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001087 10.0.0.19 - - [2025-08-28 03:31:09] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.093017 10.0.0.41 - - [2025-08-28 03:31:09] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000995 10.0.0.19 - - [2025-08-28 03:31:09] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?fields=virtual_networks HTTP/1.1" 200 1030 0.043270 10.0.0.41 - - [2025-08-28 03:31:09] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002667 10.0.0.19 - - [2025-08-28 03:31:09] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043062 10.0.0.41 - - [2025-08-28 03:31:09] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001101 10.0.0.19 - - [2025-08-28 03:31:09] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?fields=security_groups HTTP/1.1" 200 1255 0.046809 10.0.0.19 - - [2025-08-28 03:31:10] "POST /fqname-to-id HTTP/1.1" 404 187 0.022409 10.0.0.41 - - [2025-08-28 03:31:10] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.41 - - [2025-08-28 03:31:10] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.41 - - [2025-08-28 03:31:10] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007765 10.0.0.41 - - [2025-08-28 03:31:10] "POST /id-to-fqname HTTP/1.1" 200 189 0.004129 10.0.0.41 - - [2025-08-28 03:31:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.004934 10.0.0.41 - - [2025-08-28 03:31:11] "POST /security-groups HTTP/1.1" 200 590 0.077471 10.0.0.41 - - [2025-08-28 03:31:11] "POST /projects HTTP/1.1" 200 583 0.279622 10.0.0.41 - - [2025-08-28 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.347382 10.0.0.19 - - [2025-08-28 03:31:11] "POST /access-control-lists HTTP/1.1" 200 595 0.026070 10.0.0.19 - - [2025-08-28 03:31:11] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.509594 10.0.0.19 - - [2025-08-28 03:31:12] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.19 - - [2025-08-28 03:31:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.19 - - [2025-08-28 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.052413 10.0.0.41 - - [2025-08-28 03:31:14] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000952 10.0.0.19 - - [2025-08-28 03:31:14] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.034824 10.0.0.19 - - [2025-08-28 03:31:14] "POST /route-targets HTTP/1.1" 200 327 0.013464 10.0.0.41 - - [2025-08-28 03:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007811 10.0.0.19 - - [2025-08-28 03:31:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.254257 10.0.0.19 - - [2025-08-28 03:31:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001842 10.0.0.19 - - [2025-08-28 03:31:14] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007526 10.0.0.19 - - [2025-08-28 03:31:14] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006597 10.0.0.19 - - [2025-08-28 03:31:14] "POST /neutron/network HTTP/1.1" 200 822 0.008084 10.0.0.41 - - [2025-08-28 03:31:15] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000885 10.0.0.41 - - [2025-08-28 03:31:15] "DELETE /project/c6b9fe7cd3c94383a40ce948061dc4a9 HTTP/1.1" 404 173 0.131143 10.0.0.41 - - [2025-08-28 03:31:15] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.042002 10.0.0.41 - - [2025-08-28 03:31:15] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000980 10.0.0.41 - - [2025-08-28 03:31:15] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?fields=security_groups HTTP/1.1" 200 1360 0.038150 10.0.0.19 - - [2025-08-28 03:31:15] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006016 10.0.0.41 - - [2025-08-28 03:31:15] "DELETE /security-group/3ac7a5c0-06d7-47e3-8099-3404d3914205 HTTP/1.1" 200 115 0.057752 10.0.0.41 - - [2025-08-28 03:31:15] "GET /projects?obj_uuids=92b769cb-7b3b-445b-816e-526a8775b6b2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000858 10.0.0.41 - - [2025-08-28 03:31:15] "GET /project/92b769cb-7b3b-445b-816e-526a8775b6b2?fields=application_policy_sets HTTP/1.1" 200 1399 0.057929 10.0.0.19 - - [2025-08-28 03:31:15] "DELETE /access-control-list/07029ca5-f8cc-4832-96a5-9f893af0c680 HTTP/1.1" 200 115 0.057070 10.0.0.41 - - [2025-08-28 03:31:15] "DELETE /project/92b769cb-7b3b-445b-816e-526a8775b6b2 HTTP/1.1" 200 115 0.520197 10.0.0.41 - - [2025-08-28 03:31:17] "GET /obj-perms HTTP/1.1" 200 5028 0.052609 10.0.0.19 - - [2025-08-28 03:31:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001184 10.0.0.41 - - [2025-08-28 03:31:17] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001332 10.0.0.19 - - [2025-08-28 03:31:17] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.062034 10.0.0.19 - - [2025-08-28 03:31:18] "POST /neutron/network HTTP/1.1" 200 822 0.030694 10.0.0.19 - - [2025-08-28 03:31:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001253 10.0.0.19 - - [2025-08-28 03:31:18] "POST /neutron/port HTTP/1.1" 200 117 0.005990 10.0.0.41 - - [2025-08-28 03:31:18] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001235 10.0.0.19 - - [2025-08-28 03:31:19] "POST /neutron/port HTTP/1.1" 200 1058 0.294646 10.0.0.19 - - [2025-08-28 03:31:19] "POST /neutron/port HTTP/1.1" 200 1112 0.121265 10.0.0.41 - - [2025-08-28 03:31:19] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001100 10.0.0.19 - - [2025-08-28 03:31:19] "POST /neutron/subnet HTTP/1.1" 200 693 0.008736 10.0.0.19 - - [2025-08-28 03:31:19] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.102473 10.0.0.19 - - [2025-08-28 03:31:19] "POST /neutron/network HTTP/1.1" 200 822 0.006895 10.0.0.19 - - [2025-08-28 03:31:19] "POST /neutron/port HTTP/1.1" 200 117 0.005607 10.0.0.19 - - [2025-08-28 03:31:20] "POST /neutron/network HTTP/1.1" 200 832 0.007016 10.0.0.19 - - [2025-08-28 03:31:20] "POST /neutron/port HTTP/1.1" 200 1058 0.015016 10.0.0.19 - - [2025-08-28 03:31:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004150 10.0.0.19 - - [2025-08-28 03:31:20] "POST /neutron/network HTTP/1.1" 200 822 0.006480 10.0.0.19 - - [2025-08-28 03:31:25] "POST /neutron/port HTTP/1.1" 200 1086 0.014269 10.0.0.19 - - [2025-08-28 03:31:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006787 10.0.0.19 - - [2025-08-28 03:31:25] "GET /virtual-machine/345297d8-b19c-411c-8f59-b10754b3505a HTTP/1.1" 401 292 0.000368 10.0.0.19 - - [2025-08-28 03:31:25] "GET /virtual-machine/345297d8-b19c-411c-8f59-b10754b3505a HTTP/1.1" 200 1291 0.028500 10.0.0.19 - - [2025-08-28 03:31:25] "GET /virtual-machine-interface/83dcd4de-7441-4c42-924f-67b4e938d99b HTTP/1.1" 200 2936 0.006426 10.0.0.19 - - [2025-08-28 03:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.19 - - [2025-08-28 03:31:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004787 10.0.0.19 - - [2025-08-28 03:31:25] "GET /virtual-networks?parent_id=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003258 10.0.0.19 - - [2025-08-28 03:31:25] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005854 10.0.0.19 - - [2025-08-28 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.19 - - [2025-08-28 03:31:28] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005137 10.0.0.19 - - [2025-08-28 03:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.19 - - [2025-08-28 03:31:32] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005049 10.0.0.19 - - [2025-08-28 03:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.19 - - [2025-08-28 03:31:36] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007118 10.0.0.19 - - [2025-08-28 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.19 - - [2025-08-28 03:31:40] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005659 10.0.0.19 - - [2025-08-28 03:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.19 - - [2025-08-28 03:31:45] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005621 10.0.0.19 - - [2025-08-28 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.19 - - [2025-08-28 03:31:49] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005512 10.0.0.19 - - [2025-08-28 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.19 - - [2025-08-28 03:31:53] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006721 10.0.0.19 - - [2025-08-28 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.19 - - [2025-08-28 03:31:57] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006112 10.0.0.19 - - [2025-08-28 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-08-28 03:32:01] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005389 10.0.0.41 - - [2025-08-28 03:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.045980 10.0.0.38 - - [2025-08-28 03:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.121077 10.0.0.38 - - [2025-08-28 03:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.073892 10.0.0.19 - - [2025-08-28 03:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.162090 10.0.0.41 - - [2025-08-28 03:32:03] "GET /global-system-configs HTTP/1.1" 200 322 0.066963 10.0.0.41 - - [2025-08-28 03:32:03] "GET /obj-perms HTTP/1.1" 200 5056 0.140257 10.0.0.19 - - [2025-08-28 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.19 - - [2025-08-28 03:32:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003070 10.0.0.19 - - [2025-08-28 03:32:03] "GET /virtual-networks?parent_id=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002996 10.0.0.19 - - [2025-08-28 03:32:03] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008097 10.0.0.38 - - [2025-08-28 03:32:03] "GET /global-system-configs HTTP/1.1" 200 322 0.039897 10.0.0.38 - - [2025-08-28 03:32:03] "GET /obj-perms HTTP/1.1" 200 5056 0.160383 10.0.0.19 - - [2025-08-28 03:32:03] "GET /global-system-configs HTTP/1.1" 200 322 0.130023 10.0.0.19 - - [2025-08-28 03:32:03] "GET /obj-perms HTTP/1.1" 200 5056 0.144246 10.0.0.19 - - [2025-08-28 03:32:04] "GET /global-system-configs HTTP/1.1" 200 322 0.196355 10.0.0.38 - - [2025-08-28 03:32:04] "GET /obj-perms HTTP/1.1" 200 5056 0.311069 10.0.0.41 - - [2025-08-28 03:32:04] "GET /obj-perms HTTP/1.1" 200 5056 0.363784 10.0.0.19 - - [2025-08-28 03:32:08] "POST /neutron/port HTTP/1.1" 200 1086 0.020786 10.0.0.19 - - [2025-08-28 03:32:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006489 10.0.0.19 - - [2025-08-28 03:32:13] "POST /neutron/port HTTP/1.1" 200 1086 0.015488 10.0.0.19 - - [2025-08-28 03:32:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008481 10.0.0.19 - - [2025-08-28 03:32:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016060 10.0.0.19 - - [2025-08-28 03:32:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006755 10.0.0.19 - - [2025-08-28 03:32:24] "GET /virtual-machine/96f27817-9461-4ed7-8328-fd3a54786a5e HTTP/1.1" 200 1291 0.005269 10.0.0.19 - - [2025-08-28 03:32:24] "GET /virtual-machine-interface/fefa4e42-8b8a-4743-96d8-fc593cf61c02 HTTP/1.1" 200 2937 0.004943 10.0.0.19 - - [2025-08-28 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.19 - - [2025-08-28 03:32:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003705 10.0.0.19 - - [2025-08-28 03:32:24] "GET /virtual-networks?parent_id=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002813 10.0.0.19 - - [2025-08-28 03:32:24] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005485 10.0.0.19 - - [2025-08-28 03:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.19 - - [2025-08-28 03:32:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004804 10.0.0.19 - - [2025-08-28 03:32:25] "GET /virtual-networks?parent_id=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002662 10.0.0.19 - - [2025-08-28 03:32:25] "GET /virtual-network/c1d3180a-9485-4a01-8643-faa0b09abfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006087 10.0.0.19 - - [2025-08-28 03:32:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015369 10.0.0.19 - - [2025-08-28 03:32:50] "POST /neutron/port HTTP/1.1" 200 1086 0.013988 10.0.0.19 - - [2025-08-28 03:32:52] "POST /neutron/network HTTP/1.1" 200 822 0.006401 10.0.0.41 - - [2025-08-28 03:32:53] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001041 10.0.0.19 - - [2025-08-28 03:32:53] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040009 10.0.0.41 - - [2025-08-28 03:32:53] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001689 10.0.0.19 - - [2025-08-28 03:32:53] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?fields=virtual_networks HTTP/1.1" 200 1031 0.048244 10.0.0.41 - - [2025-08-28 03:32:53] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000917 10.0.0.19 - - [2025-08-28 03:32:53] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.045250 10.0.0.41 - - [2025-08-28 03:32:53] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000974 10.0.0.19 - - [2025-08-28 03:32:53] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?fields=security_groups HTTP/1.1" 200 1256 0.034655 10.0.0.19 - - [2025-08-28 03:33:07] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.19 - - [2025-08-28 03:33:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.19 - - [2025-08-28 03:33:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.053256 10.0.0.41 - - [2025-08-28 03:33:08] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002664 10.0.0.41 - - [2025-08-28 03:33:08] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.41 - - [2025-08-28 03:33:08] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007043 10.0.0.41 - - [2025-08-28 03:33:08] "POST /id-to-fqname HTTP/1.1" 200 203 0.002208 10.0.0.41 - - [2025-08-28 03:33:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.005430 10.0.0.41 - - [2025-08-28 03:33:08] "POST /security-groups HTTP/1.1" 200 604 0.029545 10.0.0.19 - - [2025-08-28 03:33:08] "POST /fqname-to-id HTTP/1.1" 404 247 0.003241 10.0.0.41 - - [2025-08-28 03:33:09] "POST /projects HTTP/1.1" 200 611 0.246392 10.0.0.41 - - [2025-08-28 03:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.324834 10.0.0.19 - - [2025-08-28 03:33:09] "POST /access-control-lists HTTP/1.1" 200 607 0.027564 10.0.0.19 - - [2025-08-28 03:33:09] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.459304 10.0.0.19 - - [2025-08-28 03:33:10] "GET / HTTP/1.1" 200 35931 0.003006 10.0.0.19 - - [2025-08-28 03:33:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.19 - - [2025-08-28 03:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.052918 10.0.0.41 - - [2025-08-28 03:33:10] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000833 10.0.0.19 - - [2025-08-28 03:33:10] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.040444 10.0.0.41 - - [2025-08-28 03:33:11] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001604 10.0.0.19 - - [2025-08-28 03:33:11] "POST /neutron/network HTTP/1.1" 200 620 0.157985 10.0.0.19 - - [2025-08-28 03:33:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.003586 10.0.0.19 - - [2025-08-28 03:33:11] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005750 10.0.0.19 - - [2025-08-28 03:33:11] "POST /neutron/network HTTP/1.1" 200 839 0.006621 10.0.0.19 - - [2025-08-28 03:33:11] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005247 10.0.0.19 - - [2025-08-28 03:33:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.001418 10.0.0.19 - - [2025-08-28 03:33:11] "POST /neutron/network HTTP/1.1" 200 849 0.006338 10.0.0.41 - - [2025-08-28 03:33:12] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001188 10.0.0.19 - - [2025-08-28 03:33:12] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.065747 10.0.0.19 - - [2025-08-28 03:33:12] "POST /neutron/port HTTP/1.1" 200 117 0.007905 10.0.0.19 - - [2025-08-28 03:33:12] "POST /id-to-fqname HTTP/1.1" 200 234 0.001288 10.0.0.19 - - [2025-08-28 03:33:13] "POST /neutron/network HTTP/1.1" 200 849 0.007088 10.0.0.19 - - [2025-08-28 03:33:13] "POST /neutron/port HTTP/1.1" 200 1073 0.019017 10.0.0.19 - - [2025-08-28 03:33:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.41 - - [2025-08-28 03:33:13] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001090 10.0.0.19 - - [2025-08-28 03:33:13] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.069074 10.0.0.19 - - [2025-08-28 03:33:13] "POST /neutron/network HTTP/1.1" 200 839 0.006489 10.0.0.19 - - [2025-08-28 03:33:14] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006682 10.0.0.41 - - [2025-08-28 03:33:14] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000970 10.0.0.19 - - [2025-08-28 03:33:14] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007705 10.0.0.19 - - [2025-08-28 03:33:14] "POST /neutron/port HTTP/1.1" 200 1073 0.314214 10.0.0.19 - - [2025-08-28 03:33:15] "POST /neutron/port HTTP/1.1" 200 1127 0.108407 10.0.0.19 - - [2025-08-28 03:33:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.008863 10.0.0.19 - - [2025-08-28 03:33:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046416 10.0.0.41 - - [2025-08-28 03:33:16] "DELETE /project/d3ec5b234f0b4eabbd2a0c3ce0b866d8 HTTP/1.1" 404 173 0.003545 10.0.0.41 - - [2025-08-28 03:33:16] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000946 10.0.0.41 - - [2025-08-28 03:33:16] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.050000 10.0.0.41 - - [2025-08-28 03:33:16] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001332 10.0.0.41 - - [2025-08-28 03:33:16] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?fields=security_groups HTTP/1.1" 200 1361 0.046509 10.0.0.41 - - [2025-08-28 03:33:16] "DELETE /security-group/71125937-0f9d-4ce7-bd4d-9bc26e9811cb HTTP/1.1" 200 115 0.049975 10.0.0.41 - - [2025-08-28 03:33:16] "GET /projects?obj_uuids=c6b9fe7c-d3c9-4383-a40c-e948061dc4a9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001268 10.0.0.19 - - [2025-08-28 03:33:16] "DELETE /access-control-list/75e10327-c796-49df-9f68-2006bb58f3a3 HTTP/1.1" 200 115 0.050439 10.0.0.41 - - [2025-08-28 03:33:16] "GET /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9?fields=application_policy_sets HTTP/1.1" 200 1400 0.048697 10.0.0.41 - - [2025-08-28 03:33:16] "DELETE /project/c6b9fe7c-d3c9-4383-a40c-e948061dc4a9 HTTP/1.1" 200 115 0.442170 10.0.0.19 - - [2025-08-28 03:33:16] "POST /neutron/port HTTP/1.1" 200 1101 0.018216 10.0.0.19 - - [2025-08-28 03:33:16] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006999 10.0.0.19 - - [2025-08-28 03:33:16] "GET /virtual-machine/353e7637-edae-49a7-99ad-5e3aead1580f HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2025-08-28 03:33:17] "GET /virtual-machine/353e7637-edae-49a7-99ad-5e3aead1580f HTTP/1.1" 200 1305 0.027458 10.0.0.19 - - [2025-08-28 03:33:17] "GET /virtual-machine-interface/177ac750-8b03-4a33-b9c1-6b0c926f56e9 HTTP/1.1" 200 3009 0.006067 10.0.0.19 - - [2025-08-28 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.19 - - [2025-08-28 03:33:17] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004202 10.0.0.19 - - [2025-08-28 03:33:17] "GET /virtual-networks?parent_id=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003564 10.0.0.19 - - [2025-08-28 03:33:17] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006192 10.0.0.19 - - [2025-08-28 03:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.19 - - [2025-08-28 03:33:20] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005091 10.0.0.19 - - [2025-08-28 03:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.19 - - [2025-08-28 03:33:24] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008256 10.0.0.19 - - [2025-08-28 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.19 - - [2025-08-28 03:33:28] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005167 10.0.0.19 - - [2025-08-28 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.19 - - [2025-08-28 03:33:32] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005229 10.0.0.19 - - [2025-08-28 03:33:33] "POST /neutron/port HTTP/1.1" 200 1101 0.015258 10.0.0.19 - - [2025-08-28 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.19 - - [2025-08-28 03:33:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003616 10.0.0.19 - - [2025-08-28 03:33:34] "GET /virtual-networks?parent_id=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002399 10.0.0.19 - - [2025-08-28 03:33:34] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006715 10.0.0.19 - - [2025-08-28 03:33:34] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008056 10.0.0.19 - - [2025-08-28 03:33:39] "POST /neutron/port HTTP/1.1" 200 1101 0.016449 10.0.0.19 - - [2025-08-28 03:33:45] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007648 10.0.0.19 - - [2025-08-28 03:33:45] "POST /neutron/port HTTP/1.1" 200 1101 0.015286 10.0.0.19 - - [2025-08-28 03:33:45] "GET /virtual-machine/493515a2-1140-4f76-a019-aeb75d5756c8 HTTP/1.1" 200 1305 0.005573 10.0.0.19 - - [2025-08-28 03:33:45] "GET /virtual-machine-interface/587189c6-5c66-4c0e-a1fb-43d015e5a1f4 HTTP/1.1" 200 3009 0.005039 10.0.0.19 - - [2025-08-28 03:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-08-28 03:33:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003425 10.0.0.19 - - [2025-08-28 03:33:45] "GET /virtual-networks?parent_id=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003951 10.0.0.19 - - [2025-08-28 03:33:45] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006269 10.0.0.19 - - [2025-08-28 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.19 - - [2025-08-28 03:33:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003660 10.0.0.19 - - [2025-08-28 03:33:46] "GET /virtual-networks?parent_id=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002911 10.0.0.19 - - [2025-08-28 03:33:46] "GET /virtual-network/9de758f8-736d-4b4c-907a-dd07ff4512fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005656 10.0.0.19 - - [2025-08-28 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.19 - - [2025-08-28 03:33:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003098 10.0.0.19 - - [2025-08-28 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.19 - - [2025-08-28 03:33:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004330 10.0.0.19 - - [2025-08-28 03:33:47] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.010323 10.0.0.19 - - [2025-08-28 03:33:57] "POST /neutron/port HTTP/1.1" 200 1101 0.014002 10.0.0.19 - - [2025-08-28 03:33:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.008714 10.0.0.19 - - [2025-08-28 03:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.19 - - [2025-08-28 03:33:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1637 0.003481 10.0.0.19 - - [2025-08-28 03:33:59] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.013027 10.0.0.41 - - [2025-08-28 03:34:06] "GET /obj-perms HTTP/1.1" 200 5056 0.045749 10.0.0.19 - - [2025-08-28 03:34:35] "POST /neutron/network HTTP/1.1" 200 839 0.007409 10.0.0.19 - - [2025-08-28 03:34:36] "POST /neutron/port HTTP/1.1" 200 1127 0.012544 10.0.0.19 - - [2025-08-28 03:34:36] "POST /neutron/port HTTP/1.1" 200 1127 0.011056 10.0.0.41 - - [2025-08-28 03:34:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006251 10.0.0.41 - - [2025-08-28 03:34:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.19 - - [2025-08-28 03:34:38] "POST /neutron/network HTTP/1.1" 200 151 0.133226 10.0.0.19 - - [2025-08-28 03:34:38] "DELETE /route-target/0b163ade-fb55-4261-8d56-46fdb2f81cc1 HTTP/1.1" 200 115 0.041371 10.0.0.41 - - [2025-08-28 03:34:38] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001082 10.0.0.19 - - [2025-08-28 03:34:38] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.066453 10.0.0.41 - - [2025-08-28 03:34:38] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001142 10.0.0.19 - - [2025-08-28 03:34:38] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?fields=virtual_networks HTTP/1.1" 200 1059 0.066089 10.0.0.41 - - [2025-08-28 03:34:38] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000942 10.0.0.19 - - [2025-08-28 03:34:38] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.067575 10.0.0.41 - - [2025-08-28 03:34:38] "GET /projects?obj_uuids=d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001036 10.0.0.19 - - [2025-08-28 03:34:38] "GET /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8?fields=security_groups HTTP/1.1" 200 1298 0.059195 10.0.0.19 - - [2025-08-28 03:34:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.023706 10.0.0.41 - - [2025-08-28 03:34:39] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003542 10.0.0.41 - - [2025-08-28 03:34:39] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.41 - - [2025-08-28 03:34:39] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008502 10.0.0.41 - - [2025-08-28 03:34:39] "POST /id-to-fqname HTTP/1.1" 200 209 0.008207 10.0.0.41 - - [2025-08-28 03:34:39] "POST /fqname-to-id HTTP/1.1" 404 217 0.007859 10.0.0.41 - - [2025-08-28 03:34:39] "POST /security-groups HTTP/1.1" 200 609 0.026622 10.0.0.41 - - [2025-08-28 03:34:39] "POST /projects HTTP/1.1" 200 621 0.248286 10.0.0.19 - - [2025-08-28 03:34:39] "POST /fqname-to-id HTTP/1.1" 404 251 0.002759 10.0.0.41 - - [2025-08-28 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.319466 10.0.0.19 - - [2025-08-28 03:34:39] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.459395 10.0.0.19 - - [2025-08-28 03:34:40] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.19 - - [2025-08-28 03:34:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2025-08-28 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.066266 10.0.0.41 - - [2025-08-28 03:34:41] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000893 10.0.0.19 - - [2025-08-28 03:34:41] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.047408 10.0.0.19 - - [2025-08-28 03:34:42] "POST /ref-update HTTP/1.1" 200 156 0.026413 10.0.0.41 - - [2025-08-28 03:34:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007601 10.0.0.19 - - [2025-08-28 03:34:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.235589 10.0.0.19 - - [2025-08-28 03:34:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001294 10.0.0.19 - - [2025-08-28 03:34:42] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007575 10.0.0.19 - - [2025-08-28 03:34:42] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005592 10.0.0.19 - - [2025-08-28 03:34:42] "POST /neutron/network HTTP/1.1" 200 844 0.007344 10.0.0.19 - - [2025-08-28 03:34:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001261 10.0.0.41 - - [2025-08-28 03:34:43] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001496 10.0.0.19 - - [2025-08-28 03:34:43] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.073097 10.0.0.19 - - [2025-08-28 03:34:43] "POST /neutron/network HTTP/1.1" 200 844 0.010682 10.0.0.19 - - [2025-08-28 03:34:43] "POST /id-to-fqname HTTP/1.1" 200 239 0.001581 10.0.0.19 - - [2025-08-28 03:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.007968 10.0.0.41 - - [2025-08-28 03:34:43] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000938 10.0.0.19 - - [2025-08-28 03:34:44] "POST /neutron/port HTTP/1.1" 200 1078 0.315126 10.0.0.19 - - [2025-08-28 03:34:44] "POST /neutron/port HTTP/1.1" 200 1132 0.107793 10.0.0.19 - - [2025-08-28 03:34:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.011748 10.0.0.41 - - [2025-08-28 03:34:44] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000923 10.0.0.19 - - [2025-08-28 03:34:44] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.064714 10.0.0.19 - - [2025-08-28 03:34:44] "POST /neutron/network HTTP/1.1" 200 844 0.006842 10.0.0.19 - - [2025-08-28 03:34:44] "POST /neutron/port HTTP/1.1" 200 117 0.005852 10.0.0.19 - - [2025-08-28 03:34:45] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008758 10.0.0.19 - - [2025-08-28 03:34:45] "POST /neutron/port HTTP/1.1" 200 1078 0.015279 10.0.0.19 - - [2025-08-28 03:34:45] "POST /neutron/port HTTP/1.1" 200 1106 0.015601 10.0.0.19 - - [2025-08-28 03:34:46] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.38 - - [2025-08-28 03:34:46] "GET /obj-perms HTTP/1.1" 200 5066 0.047364 10.0.0.19 - - [2025-08-28 03:34:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008514 10.0.0.19 - - [2025-08-28 03:34:47] "POST /neutron/port HTTP/1.1" 200 1106 0.015769 10.0.0.19 - - [2025-08-28 03:34:47] "GET /virtual-machine/3feb1282-5f0f-4f7a-8713-23334e1e8b93 HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2025-08-28 03:34:47] "GET /virtual-machine/3feb1282-5f0f-4f7a-8713-23334e1e8b93 HTTP/1.1" 200 1309 0.029469 10.0.0.19 - - [2025-08-28 03:34:47] "GET /virtual-machine-interface/4120383f-9ce2-48b3-851b-da11abd00ab2 HTTP/1.1" 200 3033 0.005040 10.0.0.19 - - [2025-08-28 03:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.19 - - [2025-08-28 03:34:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003885 10.0.0.19 - - [2025-08-28 03:34:47] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002622 10.0.0.19 - - [2025-08-28 03:34:47] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005713 10.0.0.19 - - [2025-08-28 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.19 - - [2025-08-28 03:34:50] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007031 10.0.0.19 - - [2025-08-28 03:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.19 - - [2025-08-28 03:34:54] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005059 10.0.0.19 - - [2025-08-28 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.19 - - [2025-08-28 03:34:58] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005029 10.0.0.19 - - [2025-08-28 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.19 - - [2025-08-28 03:35:03] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005293 10.0.0.19 - - [2025-08-28 03:35:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.030874 10.0.0.19 - - [2025-08-28 03:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.19 - - [2025-08-28 03:35:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004287 10.0.0.19 - - [2025-08-28 03:35:05] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003087 10.0.0.19 - - [2025-08-28 03:35:05] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005759 10.0.0.19 - - [2025-08-28 03:35:05] "POST /neutron/port HTTP/1.1" 200 1106 0.015215 10.0.0.19 - - [2025-08-28 03:35:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.016913 10.0.0.19 - - [2025-08-28 03:35:15] "POST /neutron/port HTTP/1.1" 200 1106 0.015869 10.0.0.19 - - [2025-08-28 03:35:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008730 10.0.0.19 - - [2025-08-28 03:35:15] "GET /virtual-machine/11544340-d36c-4d02-ad1f-480c891c6c31 HTTP/1.1" 200 1310 0.006091 10.0.0.19 - - [2025-08-28 03:35:15] "GET /virtual-machine-interface/8a904871-e823-4125-9512-b774a6ae9903 HTTP/1.1" 200 3034 0.005239 10.0.0.19 - - [2025-08-28 03:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2025-08-28 03:35:15] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005133 10.0.0.19 - - [2025-08-28 03:35:16] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003140 10.0.0.19 - - [2025-08-28 03:35:16] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005627 10.0.0.41 - - [2025-08-28 03:35:16] "DELETE /project/d3ec5b23-4f0b-4eab-bd2a-0c3ce0b866d8 HTTP/1.1" 404 177 0.003016 10.0.0.41 - - [2025-08-28 03:35:16] "DELETE /project/a3f27b7650d34bc7921ad9a8b7f6e8d0 HTTP/1.1" 404 173 0.005367 10.0.0.19 - - [2025-08-28 03:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.19 - - [2025-08-28 03:35:17] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003575 10.0.0.19 - - [2025-08-28 03:35:17] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002493 10.0.0.19 - - [2025-08-28 03:35:17] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005633 10.0.0.19 - - [2025-08-28 03:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.41 - - [2025-08-28 03:35:17] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000937 10.0.0.19 - - [2025-08-28 03:35:17] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.049824 10.0.0.19 - - [2025-08-28 03:35:17] "POST /route-targets HTTP/1.1" 200 327 0.021952 10.0.0.41 - - [2025-08-28 03:35:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006494 10.0.0.19 - - [2025-08-28 03:35:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.288821 10.0.0.19 - - [2025-08-28 03:35:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.001835 10.0.0.19 - - [2025-08-28 03:35:17] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006545 10.0.0.19 - - [2025-08-28 03:35:18] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005909 10.0.0.19 - - [2025-08-28 03:35:18] "POST /neutron/network HTTP/1.1" 200 846 0.012216 10.0.0.19 - - [2025-08-28 03:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.41 - - [2025-08-28 03:35:18] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001005 10.0.0.19 - - [2025-08-28 03:35:18] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.042638 10.0.0.41 - - [2025-08-28 03:35:18] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000987 10.0.0.19 - - [2025-08-28 03:35:18] "POST /neutron/network HTTP/1.1" 200 631 0.142655 10.0.0.19 - - [2025-08-28 03:35:18] "POST /ref-update HTTP/1.1" 200 156 0.023523 10.0.0.19 - - [2025-08-28 03:35:18] "POST /id-to-fqname HTTP/1.1" 200 242 0.003556 10.0.0.19 - - [2025-08-28 03:35:18] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005682 10.0.0.19 - - [2025-08-28 03:35:18] "POST /neutron/network HTTP/1.1" 200 851 0.006098 10.0.0.19 - - [2025-08-28 03:35:18] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004568 10.0.0.19 - - [2025-08-28 03:35:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001269 10.0.0.19 - - [2025-08-28 03:35:18] "POST /neutron/port HTTP/1.1" 200 2096 0.016788 10.0.0.41 - - [2025-08-28 03:35:19] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000956 10.0.0.19 - - [2025-08-28 03:35:19] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.061130 10.0.0.19 - - [2025-08-28 03:35:19] "POST /neutron/network HTTP/1.1" 200 846 0.010333 10.0.0.19 - - [2025-08-28 03:35:20] "POST /neutron/port HTTP/1.1" 200 117 0.006302 10.0.0.19 - - [2025-08-28 03:35:20] "POST /id-to-fqname HTTP/1.1" 200 242 0.001209 10.0.0.19 - - [2025-08-28 03:35:20] "POST /neutron/network HTTP/1.1" 200 861 0.006987 10.0.0.19 - - [2025-08-28 03:35:20] "POST /neutron/port HTTP/1.1" 200 1080 0.036086 10.0.0.19 - - [2025-08-28 03:35:21] "POST /neutron/port HTTP/1.1" 200 1108 0.019181 10.0.0.19 - - [2025-08-28 03:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.41 - - [2025-08-28 03:35:21] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997 10.0.0.19 - - [2025-08-28 03:35:21] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.061318 10.0.0.19 - - [2025-08-28 03:35:21] "POST /neutron/port HTTP/1.1" 200 3087 0.020679 10.0.0.19 - - [2025-08-28 03:35:21] "POST /id-to-fqname HTTP/1.1" 200 239 0.001271 10.0.0.19 - - [2025-08-28 03:35:21] "POST /id-to-fqname HTTP/1.1" 200 239 0.001054 10.0.0.19 - - [2025-08-28 03:35:21] "POST /neutron/port HTTP/1.1" 200 3087 0.019158 10.0.0.19 - - [2025-08-28 03:35:21] "POST /neutron/network HTTP/1.1" 200 861 0.008179 10.0.0.19 - - [2025-08-28 03:35:22] "POST /neutron/port HTTP/1.1" 200 1079 0.015218 10.0.0.19 - - [2025-08-28 03:35:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003433 10.0.0.19 - - [2025-08-28 03:35:22] "POST /neutron/network HTTP/1.1" 200 851 0.007108 10.0.0.41 - - [2025-08-28 03:35:22] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000929 10.0.0.19 - - [2025-08-28 03:35:22] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.065208 10.0.0.19 - - [2025-08-28 03:35:23] "POST /neutron/port HTTP/1.1" 200 4077 0.028059 10.0.0.19 - - [2025-08-28 03:35:23] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005541 10.0.0.19 - - [2025-08-28 03:35:23] "POST /neutron/network HTTP/1.1" 200 1558 0.011449 10.0.0.19 - - [2025-08-28 03:35:23] "GET /obj-perms HTTP/1.1" 200 5066 0.105572 10.0.0.41 - - [2025-08-28 03:35:23] "GET /obj-perms HTTP/1.1" 200 5066 0.103797 10.0.0.19 - - [2025-08-28 03:35:24] "POST /neutron/port HTTP/1.1" 200 1078 0.020131 10.0.0.19 - - [2025-08-28 03:35:24] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005115 10.0.0.19 - - [2025-08-28 03:35:24] "POST /neutron/port HTTP/1.1" 200 1080 0.014112 10.0.0.38 - - [2025-08-28 03:35:24] "GET /obj-perms HTTP/1.1" 200 5066 0.003628 10.0.0.19 - - [2025-08-28 03:35:24] "POST /neutron/port HTTP/1.1" 200 2098 0.019493 10.0.0.19 - - [2025-08-28 03:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.19 - - [2025-08-28 03:35:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.022385 10.0.0.19 - - [2025-08-28 03:35:24] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005832 10.0.0.19 - - [2025-08-28 03:35:25] "POST /neutron/port HTTP/1.1" 200 1107 0.014755 10.0.0.19 - - [2025-08-28 03:35:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007604 10.0.0.19 - - [2025-08-28 03:35:25] "GET /virtual-machine/d9eaf99f-2c0f-4a0a-b5dd-2418d046f9b6 HTTP/1.1" 200 1311 0.005583 10.0.0.19 - - [2025-08-28 03:35:25] "GET /virtual-machine-interface/fb9795ef-87df-41e4-bb29-231858330de4 HTTP/1.1" 200 3044 0.005560 10.0.0.19 - - [2025-08-28 03:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.19 - - [2025-08-28 03:35:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003374 10.0.0.19 - - [2025-08-28 03:35:25] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002559 10.0.0.19 - - [2025-08-28 03:35:25] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005913 10.0.0.19 - - [2025-08-28 03:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.19 - - [2025-08-28 03:35:28] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006732 10.0.0.19 - - [2025-08-28 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2025-08-28 03:35:32] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005950 10.0.0.19 - - [2025-08-28 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.19 - - [2025-08-28 03:35:36] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004984 10.0.0.19 - - [2025-08-28 03:35:37] "POST /neutron/port HTTP/1.1" 200 1108 0.014600 10.0.0.19 - - [2025-08-28 03:35:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006997 10.0.0.19 - - [2025-08-28 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2025-08-28 03:35:40] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006601 10.0.0.19 - - [2025-08-28 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.19 - - [2025-08-28 03:35:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004465 10.0.0.19 - - [2025-08-28 03:35:44] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004039 10.0.0.19 - - [2025-08-28 03:35:45] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006127 10.0.0.19 - - [2025-08-28 03:35:45] "POST /neutron/port HTTP/1.1" 200 1107 0.013292 10.0.0.19 - - [2025-08-28 03:35:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006979 10.0.0.19 - - [2025-08-28 03:35:55] "POST /neutron/port HTTP/1.1" 200 1108 0.014811 10.0.0.19 - - [2025-08-28 03:35:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006783 10.0.0.19 - - [2025-08-28 03:35:55] "GET /virtual-machine/88b0237f-4df2-497d-a589-9a68083b8a84 HTTP/1.1" 200 1310 0.006987 10.0.0.19 - - [2025-08-28 03:35:55] "GET /virtual-machine-interface/ae86549b-61c1-44e0-a3a3-102062ec16eb HTTP/1.1" 200 3035 0.005494 10.0.0.19 - - [2025-08-28 03:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006542 10.0.0.19 - - [2025-08-28 03:35:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003958 10.0.0.19 - - [2025-08-28 03:35:55] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003508 10.0.0.19 - - [2025-08-28 03:35:55] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005902 10.0.0.19 - - [2025-08-28 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.19 - - [2025-08-28 03:35:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004010 10.0.0.19 - - [2025-08-28 03:35:56] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004211 10.0.0.19 - - [2025-08-28 03:35:56] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005498 10.0.0.19 - - [2025-08-28 03:35:57] "POST /neutron/port HTTP/1.1" 200 2098 0.015595 10.0.0.19 - - [2025-08-28 03:35:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010043 10.0.0.19 - - [2025-08-28 03:35:57] "GET /virtual-machine/3f0b8613-3e66-4b6b-9ef9-94d6c85ec0ac HTTP/1.1" 200 1586 0.006305 10.0.0.19 - - [2025-08-28 03:35:57] "GET /virtual-machine-interface/752384b6-d291-4083-a975-0ce5a1deb066 HTTP/1.1" 200 3034 0.006400 10.0.0.19 - - [2025-08-28 03:35:57] "GET /virtual-machine-interface/c03f226c-3ac9-4504-8ce6-e6dc6e78a3a5 HTTP/1.1" 200 3035 0.005154 10.0.0.19 - - [2025-08-28 03:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.19 - - [2025-08-28 03:35:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003844 10.0.0.19 - - [2025-08-28 03:35:57] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002746 10.0.0.19 - - [2025-08-28 03:35:57] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006033 10.0.0.19 - - [2025-08-28 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.19 - - [2025-08-28 03:35:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003577 10.0.0.19 - - [2025-08-28 03:35:58] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003157 10.0.0.19 - - [2025-08-28 03:35:58] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006251 10.0.0.19 - - [2025-08-28 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.19 - - [2025-08-28 03:35:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004677 10.0.0.19 - - [2025-08-28 03:35:58] "GET /virtual-networks?parent_id=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003960 10.0.0.19 - - [2025-08-28 03:35:58] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005700 10.0.0.19 - - [2025-08-28 03:35:59] "POST /neutron/port HTTP/1.1" 200 1108 0.015849 10.0.0.19 - - [2025-08-28 03:35:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004015 10.0.0.19 - - [2025-08-28 03:36:00] "POST /neutron/network HTTP/1.1" 200 846 0.011136 10.0.0.19 - - [2025-08-28 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.19 - - [2025-08-28 03:36:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003491 10.0.0.19 - - [2025-08-28 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.19 - - [2025-08-28 03:36:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004573 10.0.0.19 - - [2025-08-28 03:36:00] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.011353 10.0.0.19 - - [2025-08-28 03:36:00] "POST /fqname-to-id HTTP/1.1" 404 217 0.003443 10.0.0.19 - - [2025-08-28 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.41 - - [2025-08-28 03:36:00] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000905 10.0.0.19 - - [2025-08-28 03:36:00] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.061174 10.0.0.19 - - [2025-08-28 03:36:00] "POST /network-policys HTTP/1.1" 200 539 0.026193 10.0.0.19 - - [2025-08-28 03:36:00] "GET /network-policy/948a0871-8d46-433f-a889-7eb20c2ce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.007188 10.0.0.19 - - [2025-08-28 03:36:00] "POST /neutron/network HTTP/1.1" 200 938 0.008978 10.0.0.19 - - [2025-08-28 03:36:00] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004980 10.0.0.19 - - [2025-08-28 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.19 - - [2025-08-28 03:36:00] "GET /network-policy/948a0871-8d46-433f-a889-7eb20c2ce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004433 10.0.0.19 - - [2025-08-28 03:36:01] "POST /neutron/port HTTP/1.1" 200 1106 0.034155 10.0.0.19 - - [2025-08-28 03:36:01] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.009212 10.0.0.19 - - [2025-08-28 03:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.19 - - [2025-08-28 03:36:01] "GET /network-policy/948a0871-8d46-433f-a889-7eb20c2ce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003921 10.0.0.19 - - [2025-08-28 03:36:01] "POST /neutron/network HTTP/1.1" 200 948 0.006363 10.0.0.19 - - [2025-08-28 03:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.19 - - [2025-08-28 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 254 0.010959 10.0.0.19 - - [2025-08-28 03:36:01] "PUT /access-control-list/d42f7654-6b3c-4c91-a962-3735e6558fd1 HTTP/1.1" 200 272 0.031258 10.0.0.19 - - [2025-08-28 03:36:01] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005476 10.0.0.19 - - [2025-08-28 03:36:01] "GET /obj-perms HTTP/1.1" 200 5066 0.003384 10.0.0.41 - - [2025-08-28 03:36:01] "GET /obj-perms HTTP/1.1" 200 5066 0.003464 10.0.0.19 - - [2025-08-28 03:36:02] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005467 10.0.0.38 - - [2025-08-28 03:36:02] "GET /obj-perms HTTP/1.1" 200 5066 0.003551 10.0.0.19 - - [2025-08-28 03:36:02] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005704 10.0.0.19 - - [2025-08-28 03:36:02] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005536 10.0.0.19 - - [2025-08-28 03:36:03] "GET /obj-perms HTTP/1.1" 200 5066 0.003507 10.0.0.41 - - [2025-08-28 03:36:03] "GET /obj-perms HTTP/1.1" 200 5066 0.003648 10.0.0.19 - - [2025-08-28 03:36:03] "GET /virtual-network/09226e3e-2872-4590-8a30-c91636a7d3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005178 10.0.0.38 - - [2025-08-28 03:36:03] "GET /obj-perms HTTP/1.1" 200 5066 0.003470 10.0.0.19 - - [2025-08-28 03:36:17] "GET /obj-perms HTTP/1.1" 200 5066 0.004156 10.0.0.19 - - [2025-08-28 03:36:59] "POST /neutron/port HTTP/1.1" 200 1107 0.013990 10.0.0.19 - - [2025-08-28 03:36:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.009003 10.0.0.19 - - [2025-08-28 03:37:02] "POST /neutron/port HTTP/1.1" 200 1106 0.056362 10.0.0.41 - - [2025-08-28 03:37:02] "GET /global-system-configs HTTP/1.1" 200 322 0.086950 10.0.0.19 - - [2025-08-28 03:37:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.19 - - [2025-08-28 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.171047 10.0.0.19 - - [2025-08-28 03:37:02] "POST /neutron/network HTTP/1.1" 200 938 0.007065 10.0.0.38 - - [2025-08-28 03:37:02] "GET /global-system-configs HTTP/1.1" 200 322 0.098433 10.0.0.41 - - [2025-08-28 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.157237 10.0.0.38 - - [2025-08-28 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.171258 10.0.0.41 - - [2025-08-28 03:37:03] "GET /global-system-configs HTTP/1.1" 200 322 0.032198 10.0.0.38 - - [2025-08-28 03:37:03] "GET /global-system-configs HTTP/1.1" 200 322 0.039742 10.0.0.19 - - [2025-08-28 03:37:03] "GET /obj-perms HTTP/1.1" 200 5056 0.127002 10.0.0.19 - - [2025-08-28 03:37:03] "GET /global-system-configs HTTP/1.1" 200 322 0.074308 10.0.0.41 - - [2025-08-28 03:37:03] "GET /obj-perms HTTP/1.1" 200 5056 0.117578 10.0.0.38 - - [2025-08-28 03:37:03] "GET /obj-perms HTTP/1.1" 200 5056 0.135016 10.0.0.19 - - [2025-08-28 03:37:04] "GET /global-system-configs HTTP/1.1" 200 322 0.034092 10.0.0.19 - - [2025-08-28 03:37:08] "GET /obj-perms HTTP/1.1" 200 5056 0.046442 10.0.0.19 - - [2025-08-28 03:38:01] "POST /neutron/network HTTP/1.1" 200 950 0.006705 10.0.0.19 - - [2025-08-28 03:38:01] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.19 - - [2025-08-28 03:38:03] "POST /neutron/port HTTP/1.1" 200 2098 0.015891 10.0.0.19 - - [2025-08-28 03:38:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.008314 10.0.0.19 - - [2025-08-28 03:38:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.19 - - [2025-08-28 03:38:03] "POST /neutron/network HTTP/1.1" 200 940 0.006757 10.0.0.41 - - [2025-08-28 03:38:09] "GET /obj-perms HTTP/1.1" 200 5056 0.042232 10.0.0.19 - - [2025-08-28 03:39:01] "POST /neutron/network HTTP/1.1" 200 861 0.006471 10.0.0.19 - - [2025-08-28 03:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.19 - - [2025-08-28 03:39:05] "POST /neutron/port HTTP/1.1" 200 1106 0.014690 10.0.0.19 - - [2025-08-28 03:39:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.008439 10.0.0.38 - - [2025-08-28 03:39:10] "GET /obj-perms HTTP/1.1" 200 5056 0.057061 10.0.0.19 - - [2025-08-28 03:39:40] "GET /obj-perms HTTP/1.1" 200 5066 0.003614 10.0.0.19 - - [2025-08-28 03:39:43] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.028645 10.0.0.19 - - [2025-08-28 03:39:43] "POST /neutron/network HTTP/1.1" 200 940 0.031445 10.0.0.19 - - [2025-08-28 03:39:43] "GET /virtual-network/b5af1997-cbb6-4eef-99e2-16ef0fa59b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007985 10.0.0.19 - - [2025-08-28 03:39:43] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005870 10.0.0.19 - - [2025-08-28 03:39:43] "POST /neutron/network HTTP/1.1" 200 938 0.012052 10.0.0.19 - - [2025-08-28 03:39:43] "POST /ref-update HTTP/1.1" 200 156 0.118343 10.0.0.19 - - [2025-08-28 03:39:43] "GET /virtual-network/6f61ced0-159f-4a29-8762-27fd4ac1f880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.019812 10.0.0.19 - - [2025-08-28 03:39:43] "DELETE /network-policy/948a0871-8d46-433f-a889-7eb20c2ce5c6 HTTP/1.1" 200 115 0.042071 10.0.0.19 - - [2025-08-28 03:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-08-28 03:39:43] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004063 10.0.0.19 - - [2025-08-28 03:39:43] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.011181 10.0.0.19 - - [2025-08-28 03:39:44] "POST /ref-update HTTP/1.1" 200 156 0.037188 10.0.0.19 - - [2025-08-28 03:39:45] "POST /neutron/network HTTP/1.1" 200 851 0.006214 10.0.0.19 - - [2025-08-28 03:39:45] "POST /neutron/port HTTP/1.1" 200 1108 0.015934 10.0.0.19 - - [2025-08-28 03:39:45] "POST /neutron/port HTTP/1.1" 200 1134 0.009587 10.0.0.19 - - [2025-08-28 03:39:46] "POST /neutron/port HTTP/1.1" 200 1134 0.017943 10.0.0.19 - - [2025-08-28 03:39:46] "POST /neutron/port HTTP/1.1" 200 151 0.157270 10.0.0.19 - - [2025-08-28 03:39:47] "POST /neutron/network HTTP/1.1" 200 846 0.006714 10.0.0.19 - - [2025-08-28 03:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.19 - - [2025-08-28 03:39:48] "POST /neutron/network HTTP/1.1" 400 204 0.013457 10.0.0.19 - - [2025-08-28 03:39:49] "POST /neutron/port HTTP/1.1" 200 151 0.202948 10.0.0.19 - - [2025-08-28 03:39:49] "POST /neutron/port HTTP/1.1" 200 151 0.184027 10.0.0.19 - - [2025-08-28 03:39:50] "DELETE /route-target/c1fc1dae-fc41-45ea-9ec1-43486755b388 HTTP/1.1" 200 115 0.026826 10.0.0.41 - - [2025-08-28 03:39:50] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.021507 10.0.0.19 - - [2025-08-28 03:39:50] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.084784 10.0.0.41 - - [2025-08-28 03:39:50] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003070 10.0.0.19 - - [2025-08-28 03:39:50] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?fields=virtual_networks HTTP/1.1" 200 1069 0.048806 10.0.0.41 - - [2025-08-28 03:39:50] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001016 10.0.0.19 - - [2025-08-28 03:39:51] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.038162 10.0.0.41 - - [2025-08-28 03:39:51] "GET /projects?obj_uuids=a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000994 10.0.0.19 - - [2025-08-28 03:39:51] "GET /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0?fields=security_groups HTTP/1.1" 200 1313 0.045623 10.0.0.19 - - [2025-08-28 03:39:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.024963 10.0.0.41 - - [2025-08-28 03:39:51] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003012 10.0.0.41 - - [2025-08-28 03:39:52] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.41 - - [2025-08-28 03:39:52] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037318 10.0.0.41 - - [2025-08-28 03:39:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.002459 10.0.0.41 - - [2025-08-28 03:39:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.004719 10.0.0.41 - - [2025-08-28 03:39:52] "POST /security-groups HTTP/1.1" 200 586 0.025924 10.0.0.41 - - [2025-08-28 03:39:52] "POST /projects HTTP/1.1" 200 575 0.236017 10.0.0.19 - - [2025-08-28 03:39:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.009004 10.0.0.41 - - [2025-08-28 03:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.306827 10.0.0.19 - - [2025-08-28 03:39:52] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.497494 10.0.0.19 - - [2025-08-28 03:39:53] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.41 - - [2025-08-28 03:39:53] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000981 10.0.0.19 - - [2025-08-28 03:39:53] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.039416 10.0.0.19 - - [2025-08-28 03:39:54] "DELETE /access-control-list/335386a0-6a1c-477b-a9d5-242f9b40ab50 HTTP/1.1" 200 115 0.056824 10.0.0.19 - - [2025-08-28 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.19 - - [2025-08-28 03:39:55] "GET /security-group/b9410881-ee79-4720-9e26-535d5c71bb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005738 10.0.0.19 - - [2025-08-28 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2025-08-28 03:39:55] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001395 10.0.0.19 - - [2025-08-28 03:39:55] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.042649 10.0.0.19 - - [2025-08-28 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2025-08-28 03:39:55] "GET /security-group/b9410881-ee79-4720-9e26-535d5c71bb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004373 10.0.0.19 - - [2025-08-28 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.19 - - [2025-08-28 03:39:55] "PUT /security-group/b9410881-ee79-4720-9e26-535d5c71bb7d HTTP/1.1" 200 262 0.015464 10.0.0.41 - - [2025-08-28 03:39:57] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.19 - - [2025-08-28 03:39:58] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.042280 10.0.0.41 - - [2025-08-28 03:39:58] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.19 - - [2025-08-28 03:39:58] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?fields=virtual_networks HTTP/1.1" 200 1021 0.048753 10.0.0.41 - - [2025-08-28 03:39:58] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001011 10.0.0.19 - - [2025-08-28 03:39:58] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042585 10.0.0.41 - - [2025-08-28 03:39:58] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000945 10.0.0.19 - - [2025-08-28 03:39:58] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?fields=security_groups HTTP/1.1" 200 1242 0.036155 10.0.0.19 - - [2025-08-28 03:39:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.026466 10.0.0.41 - - [2025-08-28 03:39:59] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002942 10.0.0.41 - - [2025-08-28 03:39:59] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.41 - - [2025-08-28 03:39:59] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006724 10.0.0.41 - - [2025-08-28 03:39:59] "POST /id-to-fqname HTTP/1.1" 200 194 0.004474 10.0.0.41 - - [2025-08-28 03:39:59] "POST /fqname-to-id HTTP/1.1" 404 203 0.004390 10.0.0.41 - - [2025-08-28 03:39:59] "POST /security-groups HTTP/1.1" 200 595 0.027478 10.0.0.19 - - [2025-08-28 03:39:59] "POST /fqname-to-id HTTP/1.1" 404 238 0.004030 10.0.0.41 - - [2025-08-28 03:39:59] "POST /projects HTTP/1.1" 200 593 0.219965 10.0.0.41 - - [2025-08-28 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.287703 10.0.0.19 - - [2025-08-28 03:39:59] "POST /access-control-lists HTTP/1.1" 200 598 0.030381 10.0.0.19 - - [2025-08-28 03:39:59] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.419162 10.0.0.19 - - [2025-08-28 03:40:00] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.19 - - [2025-08-28 03:40:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.19 - - [2025-08-28 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.053989 10.0.0.41 - - [2025-08-28 03:40:02] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001000 10.0.0.19 - - [2025-08-28 03:40:02] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036644 10.0.0.19 - - [2025-08-28 03:40:02] "POST /neutron/network HTTP/1.1" 200 117 0.037119 10.0.0.19 - - [2025-08-28 03:40:03] "POST /neutron/network HTTP/1.1" 200 842 0.008702 10.0.0.19 - - [2025-08-28 03:40:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001137 10.0.0.19 - - [2025-08-28 03:40:03] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005177 10.0.0.19 - - [2025-08-28 03:40:03] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005778 10.0.0.19 - - [2025-08-28 03:40:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.008942 10.0.0.19 - - [2025-08-28 03:40:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001290 10.0.0.41 - - [2025-08-28 03:40:04] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001200 10.0.0.19 - - [2025-08-28 03:40:04] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.064632 10.0.0.19 - - [2025-08-28 03:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.005908 10.0.0.19 - - [2025-08-28 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.001320 10.0.0.19 - - [2025-08-28 03:40:04] "POST /neutron/network HTTP/1.1" 200 852 0.006671 10.0.0.19 - - [2025-08-28 03:40:05] "POST /neutron/port HTTP/1.1" 200 1064 0.014263 10.0.0.19 - - [2025-08-28 03:40:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008903 10.0.0.19 - - [2025-08-28 03:40:05] "POST /neutron/network HTTP/1.1" 200 842 0.006228 10.0.0.19 - - [2025-08-28 03:40:10] "GET /obj-perms HTTP/1.1" 200 5056 0.052713 10.0.0.41 - - [2025-08-28 03:40:16] "DELETE /project/783746d2b5704fe386be8822d7c38f00 HTTP/1.1" 404 173 0.004350 10.0.0.41 - - [2025-08-28 03:40:16] "DELETE /project/a3f27b76-50d3-4bc7-921a-d9a8b7f6e8d0 HTTP/1.1" 404 177 0.007724 10.0.0.41 - - [2025-08-28 03:40:16] "DELETE /project/752ce9674e824144ab13d4284a8636cb HTTP/1.1" 404 173 0.009670 10.0.0.41 - - [2025-08-28 03:40:16] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.41 - - [2025-08-28 03:40:16] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.041484 10.0.0.41 - - [2025-08-28 03:40:16] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002045 10.0.0.41 - - [2025-08-28 03:40:16] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?fields=security_groups HTTP/1.1" 200 1347 0.049546 10.0.0.41 - - [2025-08-28 03:40:16] "DELETE /security-group/58883d0e-4c9f-4b8d-986a-021bbbbb0c9c HTTP/1.1" 200 115 0.050586 10.0.0.41 - - [2025-08-28 03:40:16] "GET /projects?obj_uuids=783746d2-b570-4fe3-86be-8822d7c38f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.19 - - [2025-08-28 03:40:17] "DELETE /access-control-list/cd0d53bd-dfb6-46e9-bae1-70055de8e801 HTTP/1.1" 200 115 0.053597 10.0.0.41 - - [2025-08-28 03:40:17] "GET /project/783746d2-b570-4fe3-86be-8822d7c38f00?fields=application_policy_sets HTTP/1.1" 200 1386 0.049666 10.0.0.41 - - [2025-08-28 03:40:17] "DELETE /project/783746d2-b570-4fe3-86be-8822d7c38f00 HTTP/1.1" 200 115 0.421622 10.0.0.19 - - [2025-08-28 03:40:25] "POST /neutron/network HTTP/1.1" 200 852 0.007734 10.0.0.41 - - [2025-08-28 03:40:26] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001011 10.0.0.19 - - [2025-08-28 03:40:26] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.061390 10.0.0.19 - - [2025-08-28 03:40:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007194 10.0.0.19 - - [2025-08-28 03:40:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007072 10.0.0.19 - - [2025-08-28 03:40:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015657 10.0.0.19 - - [2025-08-28 03:40:27] "GET /virtual-machine/c84a8a9d-79f1-4001-945c-cd2a2ec4110e HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-08-28 03:40:27] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.19 - - [2025-08-28 03:40:27] "GET /virtual-machine/c84a8a9d-79f1-4001-945c-cd2a2ec4110e HTTP/1.1" 200 1297 0.076761 10.0.0.19 - - [2025-08-28 03:40:27] "GET /virtual-machine-interface/0068c58e-6b99-4d96-af89-bbdf10cbba3c HTTP/1.1" 200 2980 0.004973 10.0.0.19 - - [2025-08-28 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.19 - - [2025-08-28 03:40:27] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004604 10.0.0.19 - - [2025-08-28 03:40:27] "GET /virtual-networks?parent_id=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003983 10.0.0.19 - - [2025-08-28 03:40:27] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011073 10.0.0.19 - - [2025-08-28 03:40:27] "POST /neutron/port HTTP/1.1" 200 1064 0.341435 10.0.0.19 - - [2025-08-28 03:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.19 - - [2025-08-28 03:40:28] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004101 10.0.0.19 - - [2025-08-28 03:40:28] "GET /virtual-networks?parent_id=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003223 10.0.0.19 - - [2025-08-28 03:40:28] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006405 10.0.0.19 - - [2025-08-28 03:40:31] "POST /neutron/port HTTP/1.1" 200 1064 0.034818 10.0.0.19 - - [2025-08-28 03:40:31] "POST /neutron/port HTTP/1.1" 200 1092 0.014881 10.0.0.19 - - [2025-08-28 03:40:31] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.19 - - [2025-08-28 03:40:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007032 10.0.0.19 - - [2025-08-28 03:40:44] "POST /neutron/port HTTP/1.1" 200 1092 0.015221 10.0.0.19 - - [2025-08-28 03:40:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006890 10.0.0.19 - - [2025-08-28 03:40:59] "POST /neutron/port HTTP/1.1" 200 1092 0.013835 10.0.0.19 - - [2025-08-28 03:40:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007510 10.0.0.19 - - [2025-08-28 03:40:59] "GET /virtual-machine/dfaacdb8-a399-4703-983e-2f735b9144eb HTTP/1.1" 200 1297 0.006650 10.0.0.19 - - [2025-08-28 03:40:59] "GET /virtual-machine-interface/f546af99-e643-48a5-8bbd-ffed870287bc HTTP/1.1" 200 2983 0.005224 10.0.0.19 - - [2025-08-28 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.19 - - [2025-08-28 03:40:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004131 10.0.0.19 - - [2025-08-28 03:40:59] "GET /virtual-networks?parent_id=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002658 10.0.0.19 - - [2025-08-28 03:40:59] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006145 10.0.0.19 - - [2025-08-28 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.19 - - [2025-08-28 03:41:03] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005077 10.0.0.19 - - [2025-08-28 03:41:04] "POST /neutron/port HTTP/1.1" 200 1092 0.013545 10.0.0.19 - - [2025-08-28 03:41:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003505 10.0.0.19 - - [2025-08-28 03:41:04] "POST /neutron/network HTTP/1.1" 200 842 0.006425 10.0.0.19 - - [2025-08-28 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-08-28 03:41:07] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007524 10.0.0.19 - - [2025-08-28 03:41:07] "POST /neutron/network HTTP/1.1" 200 852 0.007698 10.0.0.19 - - [2025-08-28 03:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.19 - - [2025-08-28 03:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.19 - - [2025-08-28 03:41:11] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005202 10.0.0.19 - - [2025-08-28 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.19 - - [2025-08-28 03:41:15] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005251 10.0.0.19 - - [2025-08-28 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.19 - - [2025-08-28 03:41:19] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005489 10.0.0.19 - - [2025-08-28 03:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.19 - - [2025-08-28 03:41:23] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005829 10.0.0.19 - - [2025-08-28 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.19 - - [2025-08-28 03:41:27] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005179 10.0.0.19 - - [2025-08-28 03:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2025-08-28 03:41:31] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004915 10.0.0.19 - - [2025-08-28 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.19 - - [2025-08-28 03:41:35] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009101 10.0.0.19 - - [2025-08-28 03:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.19 - - [2025-08-28 03:41:39] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005376 10.0.0.19 - - [2025-08-28 03:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.19 - - [2025-08-28 03:41:43] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005118 10.0.0.19 - - [2025-08-28 03:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.19 - - [2025-08-28 03:41:48] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006177 10.0.0.19 - - [2025-08-28 03:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.19 - - [2025-08-28 03:41:52] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007002 10.0.0.19 - - [2025-08-28 03:41:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.032030 10.0.0.19 - - [2025-08-28 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.19 - - [2025-08-28 03:41:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003916 10.0.0.19 - - [2025-08-28 03:41:54] "GET /virtual-networks?parent_id=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003486 10.0.0.19 - - [2025-08-28 03:41:54] "GET /virtual-network/2b148229-42be-4a47-9ae0-08483d72612d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005819 10.0.0.19 - - [2025-08-28 03:41:59] "POST /neutron/port HTTP/1.1" 200 1092 0.014207 10.0.0.41 - - [2025-08-28 03:42:02] "GET /global-system-configs HTTP/1.1" 200 322 0.045116 10.0.0.38 - - [2025-08-28 03:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.141512 10.0.0.41 - - [2025-08-28 03:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.162703 10.0.0.38 - - [2025-08-28 03:42:02] "GET /global-system-configs HTTP/1.1" 200 322 0.101375 10.0.0.41 - - [2025-08-28 03:42:03] "GET /global-system-configs HTTP/1.1" 200 322 0.050239 10.0.0.19 - - [2025-08-28 03:42:03] "GET /obj-perms HTTP/1.1" 200 5056 0.133698 10.0.0.38 - - [2025-08-28 03:42:03] "GET /global-system-configs HTTP/1.1" 200 322 0.082270 10.0.0.19 - - [2025-08-28 03:42:03] "GET /global-system-configs HTTP/1.1" 200 322 0.071920 10.0.0.38 - - [2025-08-28 03:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.257564 10.0.0.41 - - [2025-08-28 03:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.272322 10.0.0.19 - - [2025-08-28 03:42:04] "GET /global-system-configs HTTP/1.1" 200 322 0.042882 10.0.0.19 - - [2025-08-28 03:42:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009502 10.0.0.19 - - [2025-08-28 03:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.133629 10.0.0.19 - - [2025-08-28 03:42:06] "POST /neutron/network HTTP/1.1" 200 852 0.026791 10.0.0.19 - - [2025-08-28 03:42:06] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.19 - - [2025-08-28 03:42:09] "POST /neutron/port HTTP/1.1" 200 1092 0.035885 10.0.0.19 - - [2025-08-28 03:42:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.009875 10.0.0.19 - - [2025-08-28 03:42:09] "POST /neutron/port HTTP/1.1" 200 1092 0.025962 10.0.0.38 - - [2025-08-28 03:42:12] "GET /obj-perms HTTP/1.1" 200 5056 0.050204 10.0.0.19 - - [2025-08-28 03:42:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008211 10.0.0.19 - - [2025-08-28 03:42:25] "POST /neutron/port HTTP/1.1" 200 1092 0.015218 10.0.0.19 - - [2025-08-28 03:42:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006920 10.0.0.19 - - [2025-08-28 03:42:35] "POST /fqname-to-id HTTP/1.1" 404 240 0.003088 10.0.0.19 - - [2025-08-28 03:42:35] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.027415 10.0.0.19 - - [2025-08-28 03:42:36] "GET /bgp-as-a-service/0ca9fbe7-e726-48b5-b919-9c50bcb18f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1621 0.006438 10.0.0.19 - - [2025-08-28 03:42:36] "GET /virtual-machine-interface/f546af99-e643-48a5-8bbd-ffed870287bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.004937 10.0.0.19 - - [2025-08-28 03:42:36] "POST /ref-update HTTP/1.1" 200 156 0.010364 10.0.0.19 - - [2025-08-28 03:42:36] "POST /neutron/network HTTP/1.1" 200 842 0.005124 10.0.0.19 - - [2025-08-28 03:42:36] "POST /bgp-routers HTTP/1.1" 200 659 0.088207 10.0.0.19 - - [2025-08-28 03:42:36] "PUT /bgp-router/1411481e-48d7-4e85-86bb-39f77afd35d1 HTTP/1.1" 200 254 0.041951 10.0.0.19 - - [2025-08-28 03:42:58] "GET /bgp-as-a-service/0ca9fbe7-e726-48b5-b919-9c50bcb18f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005585 10.0.0.19 - - [2025-08-28 03:42:58] "GET /virtual-machine-interface/f546af99-e643-48a5-8bbd-ffed870287bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007419 10.0.0.19 - - [2025-08-28 03:42:58] "POST /ref-update HTTP/1.1" 200 156 0.013045 10.0.0.19 - - [2025-08-28 03:42:58] "DELETE /bgp-as-a-service/0ca9fbe7-e726-48b5-b919-9c50bcb18f90 HTTP/1.1" 200 115 0.049465 10.0.0.19 - - [2025-08-28 03:42:58] "DELETE /bgp-router/1411481e-48d7-4e85-86bb-39f77afd35d1 HTTP/1.1" 200 115 0.061739 10.0.0.19 - - [2025-08-28 03:42:58] "POST /neutron/network HTTP/1.1" 400 204 0.013512 10.0.0.19 - - [2025-08-28 03:42:59] "POST /neutron/port HTTP/1.1" 200 151 0.196585 10.0.0.19 - - [2025-08-28 03:42:59] "POST /neutron/port HTTP/1.1" 200 151 0.190998 10.0.0.41 - - [2025-08-28 03:43:02] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000972 10.0.0.19 - - [2025-08-28 03:43:02] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047061 10.0.0.41 - - [2025-08-28 03:43:02] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001878 10.0.0.19 - - [2025-08-28 03:43:02] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?fields=virtual_networks HTTP/1.1" 200 1040 0.055284 10.0.0.41 - - [2025-08-28 03:43:02] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000935 10.0.0.19 - - [2025-08-28 03:43:02] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.038313 10.0.0.41 - - [2025-08-28 03:43:02] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000948 10.0.0.19 - - [2025-08-28 03:43:02] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?fields=security_groups HTTP/1.1" 200 1270 0.039658 10.0.0.19 - - [2025-08-28 03:43:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.025028 10.0.0.41 - - [2025-08-28 03:43:03] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003439 10.0.0.41 - - [2025-08-28 03:43:03] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.41 - - [2025-08-28 03:43:03] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006920 10.0.0.41 - - [2025-08-28 03:43:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.004199 10.0.0.41 - - [2025-08-28 03:43:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.005815 10.0.0.41 - - [2025-08-28 03:43:03] "POST /security-groups HTTP/1.1" 200 592 0.026438 10.0.0.19 - - [2025-08-28 03:43:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.003459 10.0.0.41 - - [2025-08-28 03:43:03] "POST /projects HTTP/1.1" 200 587 0.233564 10.0.0.41 - - [2025-08-28 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.304977 10.0.0.19 - - [2025-08-28 03:43:03] "POST /access-control-lists HTTP/1.1" 200 595 0.046473 10.0.0.19 - - [2025-08-28 03:43:03] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.461266 10.0.0.19 - - [2025-08-28 03:43:04] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.19 - - [2025-08-28 03:43:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-08-28 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.060397 10.0.0.41 - - [2025-08-28 03:43:06] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.19 - - [2025-08-28 03:43:06] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042067 10.0.0.19 - - [2025-08-28 03:43:07] "POST /neutron/network HTTP/1.1" 200 117 0.033204 10.0.0.19 - - [2025-08-28 03:43:07] "POST /neutron/network HTTP/1.1" 200 832 0.007836 10.0.0.19 - - [2025-08-28 03:43:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001197 10.0.0.19 - - [2025-08-28 03:43:07] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008668 10.0.0.19 - - [2025-08-28 03:43:07] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005744 10.0.0.19 - - [2025-08-28 03:43:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.009046 10.0.0.19 - - [2025-08-28 03:43:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001117 10.0.0.41 - - [2025-08-28 03:43:08] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.19 - - [2025-08-28 03:43:08] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064873 10.0.0.19 - - [2025-08-28 03:43:08] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.19 - - [2025-08-28 03:43:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001512 10.0.0.19 - - [2025-08-28 03:43:08] "POST /neutron/network HTTP/1.1" 200 842 0.007131 10.0.0.41 - - [2025-08-28 03:43:09] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.19 - - [2025-08-28 03:43:09] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.088553 10.0.0.19 - - [2025-08-28 03:43:09] "POST /neutron/network HTTP/1.1" 200 832 0.031994 10.0.0.19 - - [2025-08-28 03:43:10] "POST /neutron/port HTTP/1.1" 200 117 0.007867 10.0.0.19 - - [2025-08-28 03:43:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001286 10.0.0.19 - - [2025-08-28 03:43:10] "POST /neutron/network HTTP/1.1" 200 842 0.006985 10.0.0.19 - - [2025-08-28 03:43:10] "POST /neutron/port HTTP/1.1" 200 1060 0.024344 10.0.0.19 - - [2025-08-28 03:43:11] "POST /neutron/port HTTP/1.1" 200 1060 0.029166 10.0.0.19 - - [2025-08-28 03:43:11] "POST /neutron/port HTTP/1.1" 200 1088 0.022679 10.0.0.19 - - [2025-08-28 03:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.41 - - [2025-08-28 03:43:11] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.19 - - [2025-08-28 03:43:11] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065417 10.0.0.19 - - [2025-08-28 03:43:11] "POST /neutron/port HTTP/1.1" 200 2060 0.031907 10.0.0.19 - - [2025-08-28 03:43:12] "POST /neutron/port HTTP/1.1" 200 1088 0.016695 10.0.0.41 - - [2025-08-28 03:43:12] "GET /obj-perms HTTP/1.1" 200 5056 0.057289 10.0.0.19 - - [2025-08-28 03:43:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004396 10.0.0.19 - - [2025-08-28 03:43:13] "POST /neutron/network HTTP/1.1" 200 832 0.006483 10.0.0.19 - - [2025-08-28 03:43:14] "POST /neutron/port HTTP/1.1" 200 1060 0.013531 10.0.0.19 - - [2025-08-28 03:43:14] "POST /neutron/port HTTP/1.1" 200 1088 0.019163 10.0.0.19 - - [2025-08-28 03:43:14] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.19 - - [2025-08-28 03:43:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007483 10.0.0.41 - - [2025-08-28 03:43:17] "DELETE /project/b611c859440a48738c139a54c97d8313 HTTP/1.1" 404 173 0.004039 10.0.0.41 - - [2025-08-28 03:43:17] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000855 10.0.0.41 - - [2025-08-28 03:43:17] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.055915 10.0.0.41 - - [2025-08-28 03:43:17] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.41 - - [2025-08-28 03:43:17] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?fields=security_groups HTTP/1.1" 200 1375 0.054120 10.0.0.41 - - [2025-08-28 03:43:17] "DELETE /security-group/31bdc258-dfd4-4304-952e-a563fb246641 HTTP/1.1" 200 115 0.072001 10.0.0.41 - - [2025-08-28 03:43:17] "GET /projects?obj_uuids=752ce967-4e82-4144-ab13-d4284a8636cb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001280 10.0.0.19 - - [2025-08-28 03:43:17] "DELETE /access-control-list/bde90e1d-1abe-42d2-82b8-8434a58d0bf6 HTTP/1.1" 200 115 0.048076 10.0.0.41 - - [2025-08-28 03:43:17] "GET /project/752ce967-4e82-4144-ab13-d4284a8636cb?fields=application_policy_sets HTTP/1.1" 200 1414 0.066514 10.0.0.41 - - [2025-08-28 03:43:17] "DELETE /project/752ce967-4e82-4144-ab13-d4284a8636cb HTTP/1.1" 200 115 0.464767 10.0.0.19 - - [2025-08-28 03:43:27] "POST /neutron/port HTTP/1.1" 200 1088 0.014280 10.0.0.19 - - [2025-08-28 03:43:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006652 10.0.0.19 - - [2025-08-28 03:43:42] "POST /neutron/port HTTP/1.1" 200 1088 0.016750 10.0.0.19 - - [2025-08-28 03:43:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006695 10.0.0.19 - - [2025-08-28 03:43:42] "GET /virtual-machine/1fee2a52-6d27-4436-a68d-ed2d2460a088 HTTP/1.1" 401 292 0.000513 10.0.0.19 - - [2025-08-28 03:43:43] "GET /virtual-machine/1fee2a52-6d27-4436-a68d-ed2d2460a088 HTTP/1.1" 200 1293 0.026610 10.0.0.19 - - [2025-08-28 03:43:43] "GET /virtual-machine-interface/6735077f-208f-4799-9d4c-8d76e96d58b1 HTTP/1.1" 200 2958 0.004858 10.0.0.19 - - [2025-08-28 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.19 - - [2025-08-28 03:43:43] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003395 10.0.0.19 - - [2025-08-28 03:43:43] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002757 10.0.0.19 - - [2025-08-28 03:43:43] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005030 10.0.0.19 - - [2025-08-28 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.19 - - [2025-08-28 03:43:46] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005389 10.0.0.19 - - [2025-08-28 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.19 - - [2025-08-28 03:43:50] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005752 10.0.0.19 - - [2025-08-28 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-08-28 03:43:54] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005228 10.0.0.19 - - [2025-08-28 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.19 - - [2025-08-28 03:43:58] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005697 10.0.0.19 - - [2025-08-28 03:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.19 - - [2025-08-28 03:44:02] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006818 10.0.0.19 - - [2025-08-28 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2025-08-28 03:44:06] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004895 10.0.0.19 - - [2025-08-28 03:44:07] "POST /neutron/port HTTP/1.1" 200 1088 0.022076 10.0.0.19 - - [2025-08-28 03:44:07] "POST /neutron/port HTTP/1.1" 200 1088 0.015253 10.0.0.19 - - [2025-08-28 03:44:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.008771 10.0.0.19 - - [2025-08-28 03:44:09] "POST /neutron/port HTTP/1.1" 200 1088 0.014518 10.0.0.19 - - [2025-08-28 03:44:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004624 10.0.0.19 - - [2025-08-28 03:44:09] "POST /neutron/network HTTP/1.1" 200 832 0.006968 10.0.0.19 - - [2025-08-28 03:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.19 - - [2025-08-28 03:44:10] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007430 10.0.0.19 - - [2025-08-28 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.19 - - [2025-08-28 03:44:14] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005398 10.0.0.19 - - [2025-08-28 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.19 - - [2025-08-28 03:44:19] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004947 10.0.0.19 - - [2025-08-28 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.19 - - [2025-08-28 03:44:23] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005426 10.0.0.19 - - [2025-08-28 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.19 - - [2025-08-28 03:44:27] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005568 10.0.0.19 - - [2025-08-28 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.19 - - [2025-08-28 03:44:31] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005772 10.0.0.19 - - [2025-08-28 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-08-28 03:44:35] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006766 10.0.0.19 - - [2025-08-28 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.19 - - [2025-08-28 03:44:39] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005830 10.0.0.19 - - [2025-08-28 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007736 10.0.0.19 - - [2025-08-28 03:44:43] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005425 10.0.0.19 - - [2025-08-28 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.19 - - [2025-08-28 03:44:47] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005709 10.0.0.19 - - [2025-08-28 03:44:50] "POST /neutron/port HTTP/1.1" 200 1088 0.013669 10.0.0.19 - - [2025-08-28 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.19 - - [2025-08-28 03:44:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006175 10.0.0.19 - - [2025-08-28 03:44:51] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003397 10.0.0.19 - - [2025-08-28 03:44:51] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005886 10.0.0.19 - - [2025-08-28 03:44:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007632 10.0.0.19 - - [2025-08-28 03:45:02] "POST /neutron/port HTTP/1.1" 200 1088 0.018550 10.0.0.19 - - [2025-08-28 03:45:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008644 10.0.0.19 - - [2025-08-28 03:45:08] "POST /neutron/network HTTP/1.1" 200 842 0.007800 10.0.0.19 - - [2025-08-28 03:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.19 - - [2025-08-28 03:45:09] "POST /neutron/port HTTP/1.1" 200 1088 0.013766 10.0.0.19 - - [2025-08-28 03:45:09] "POST /neutron/subnet HTTP/1.1" 200 693 0.009263 10.0.0.19 - - [2025-08-28 03:45:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015190 10.0.0.19 - - [2025-08-28 03:45:14] "GET /obj-perms HTTP/1.1" 200 5056 0.041888 10.0.0.19 - - [2025-08-28 03:45:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007903 10.0.0.19 - - [2025-08-28 03:45:28] "POST /neutron/port HTTP/1.1" 200 1088 0.015327 10.0.0.19 - - [2025-08-28 03:45:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006810 10.0.0.19 - - [2025-08-28 03:45:38] "POST /neutron/port HTTP/1.1" 200 1088 0.015144 10.0.0.19 - - [2025-08-28 03:45:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007844 10.0.0.19 - - [2025-08-28 03:45:38] "GET /virtual-machine/f7fa26d1-5a50-486b-9842-9b2997b9727e HTTP/1.1" 200 1294 0.005864 10.0.0.19 - - [2025-08-28 03:45:38] "GET /virtual-machine-interface/213905f6-5226-457f-9ce9-21fb84eb1119 HTTP/1.1" 200 2958 0.005028 10.0.0.19 - - [2025-08-28 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.19 - - [2025-08-28 03:45:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004291 10.0.0.19 - - [2025-08-28 03:45:38] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002865 10.0.0.19 - - [2025-08-28 03:45:38] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005422 10.0.0.19 - - [2025-08-28 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.19 - - [2025-08-28 03:45:39] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004361 10.0.0.19 - - [2025-08-28 03:45:39] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003033 10.0.0.19 - - [2025-08-28 03:45:39] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005817 10.0.0.19 - - [2025-08-28 03:45:40] "POST /neutron/port HTTP/1.1" 200 1088 0.014852 10.0.0.19 - - [2025-08-28 03:45:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007113 10.0.0.19 - - [2025-08-28 03:45:40] "GET /virtual-machine/d85d1034-ae6b-4897-aa01-9e907398044a HTTP/1.1" 200 1294 0.005441 10.0.0.19 - - [2025-08-28 03:45:40] "GET /virtual-machine-interface/e5f18e91-838c-44ec-9626-840e15fc5db6 HTTP/1.1" 200 2959 0.004509 10.0.0.19 - - [2025-08-28 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.19 - - [2025-08-28 03:45:40] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.012538 10.0.0.19 - - [2025-08-28 03:45:40] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003010 10.0.0.19 - - [2025-08-28 03:45:40] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005269 10.0.0.19 - - [2025-08-28 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.19 - - [2025-08-28 03:45:41] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004393 10.0.0.19 - - [2025-08-28 03:45:41] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003223 10.0.0.19 - - [2025-08-28 03:45:41] "GET /virtual-network/5bded90e-b27a-430d-a5f3-782873121636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006890 10.0.0.19 - - [2025-08-28 03:45:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003742 10.0.0.19 - - [2025-08-28 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.19 - - [2025-08-28 03:45:41] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007915 10.0.0.19 - - [2025-08-28 03:45:41] "POST /control-node-zones HTTP/1.1" 200 569 0.024436 10.0.0.19 - - [2025-08-28 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.19 - - [2025-08-28 03:45:41] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005002 10.0.0.19 - - [2025-08-28 03:45:41] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006032 10.0.0.19 - - [2025-08-28 03:45:41] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.019255 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003023 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.19 - - [2025-08-28 03:45:42] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005847 10.0.0.19 - - [2025-08-28 03:45:42] "POST /control-node-zones HTTP/1.1" 200 569 0.024599 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2025-08-28 03:45:42] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005204 10.0.0.19 - - [2025-08-28 03:45:42] "GET /control-node-zone/4be35837-6f6b-494b-be0f-940c5957259d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004965 10.0.0.19 - - [2025-08-28 03:45:42] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.019032 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003626 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.19 - - [2025-08-28 03:45:42] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005936 10.0.0.19 - - [2025-08-28 03:45:42] "POST /control-node-zones HTTP/1.1" 200 569 0.027121 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.19 - - [2025-08-28 03:45:42] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004602 10.0.0.19 - - [2025-08-28 03:45:42] "GET /control-node-zone/5fba0989-0e3f-4e6a-9c1b-a413e12cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004605 10.0.0.19 - - [2025-08-28 03:45:42] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.019989 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.19 - - [2025-08-28 03:45:42] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007956 10.0.0.19 - - [2025-08-28 03:45:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002593 10.0.0.19 - - [2025-08-28 03:45:42] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028292 10.0.0.19 - - [2025-08-28 03:45:43] "POST /neutron/network HTTP/1.1" 200 832 0.006429 10.0.0.19 - - [2025-08-28 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2025-08-28 03:45:43] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004868 10.0.0.19 - - [2025-08-28 03:45:43] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004213 10.0.0.19 - - [2025-08-28 03:45:43] "POST /ref-update HTTP/1.1" 200 156 0.018356 10.0.0.19 - - [2025-08-28 03:45:57] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006634 10.0.0.19 - - [2025-08-28 03:45:57] "GET /virtual-machine-interface/6735077f-208f-4799-9d4c-8d76e96d58b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004982 10.0.0.19 - - [2025-08-28 03:45:57] "POST /ref-update HTTP/1.1" 200 156 0.012099 10.0.0.19 - - [2025-08-28 03:45:57] "POST /bgp-routers HTTP/1.1" 200 640 0.066674 10.0.0.19 - - [2025-08-28 03:45:57] "PUT /bgp-router/b9006084-32ca-4741-b74f-928e48c20edf HTTP/1.1" 200 254 0.031716 10.0.0.19 - - [2025-08-28 03:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.19 - - [2025-08-28 03:45:57] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006287 10.0.0.19 - - [2025-08-28 03:45:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.003721 10.0.0.19 - - [2025-08-28 03:45:57] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.026429 10.0.0.19 - - [2025-08-28 03:45:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.008214 10.0.0.19 - - [2025-08-28 03:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.19 - - [2025-08-28 03:45:58] "GET /bgp-as-a-service/a19faa8b-41d0-4c35-b923-a15f896e8c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.005122 10.0.0.19 - - [2025-08-28 03:45:58] "GET /control-node-zone/4be35837-6f6b-494b-be0f-940c5957259d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004525 10.0.0.19 - - [2025-08-28 03:45:58] "POST /ref-update HTTP/1.1" 200 156 0.017351 10.0.0.19 - - [2025-08-28 03:46:04] "GET /bgp-as-a-service/a19faa8b-41d0-4c35-b923-a15f896e8c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006092 10.0.0.19 - - [2025-08-28 03:46:04] "GET /virtual-machine-interface/213905f6-5226-457f-9ce9-21fb84eb1119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005899 10.0.0.19 - - [2025-08-28 03:46:04] "POST /ref-update HTTP/1.1" 200 156 0.010972 10.0.0.19 - - [2025-08-28 03:46:04] "POST /ref-update HTTP/1.1" 200 156 0.018525 10.0.0.19 - - [2025-08-28 03:46:08] "POST /neutron/port HTTP/1.1" 200 1088 0.039050 10.0.0.19 - - [2025-08-28 03:46:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003876 10.0.0.19 - - [2025-08-28 03:46:08] "POST /neutron/network HTTP/1.1" 200 832 0.006517 10.0.0.19 - - [2025-08-28 03:46:09] "POST /neutron/network HTTP/1.1" 200 842 0.007487 10.0.0.19 - - [2025-08-28 03:46:09] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.19 - - [2025-08-28 03:46:23] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004306 10.0.0.19 - - [2025-08-28 03:46:23] "POST /ref-update HTTP/1.1" 200 156 0.017795 10.0.0.19 - - [2025-08-28 03:46:23] "GET /control-node-zone/4be35837-6f6b-494b-be0f-940c5957259d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003727 10.0.0.19 - - [2025-08-28 03:46:23] "POST /ref-update HTTP/1.1" 200 156 0.019031 10.0.0.19 - - [2025-08-28 03:46:23] "GET /control-node-zone/5fba0989-0e3f-4e6a-9c1b-a413e12cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004018 10.0.0.19 - - [2025-08-28 03:46:24] "POST /ref-update HTTP/1.1" 200 156 0.017321 10.0.0.19 - - [2025-08-28 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.19 - - [2025-08-28 03:46:24] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005211 10.0.0.19 - - [2025-08-28 03:46:24] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003742 10.0.0.19 - - [2025-08-28 03:46:24] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.018152 10.0.0.19 - - [2025-08-28 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.19 - - [2025-08-28 03:46:24] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004713 10.0.0.19 - - [2025-08-28 03:46:24] "GET /control-node-zone/4be35837-6f6b-494b-be0f-940c5957259d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003449 10.0.0.19 - - [2025-08-28 03:46:24] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.021286 10.0.0.19 - - [2025-08-28 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2025-08-28 03:46:24] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006358 10.0.0.19 - - [2025-08-28 03:46:24] "GET /control-node-zone/5fba0989-0e3f-4e6a-9c1b-a413e12cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003399 10.0.0.19 - - [2025-08-28 03:46:24] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.018529 10.0.0.19 - - [2025-08-28 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.19 - - [2025-08-28 03:46:36] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.010101 10.0.0.19 - - [2025-08-28 03:46:36] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003711 10.0.0.19 - - [2025-08-28 03:46:36] "POST /ref-update HTTP/1.1" 200 156 0.027107 10.0.0.19 - - [2025-08-28 03:46:36] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.010557 10.0.0.19 - - [2025-08-28 03:46:36] "POST /ref-update HTTP/1.1" 200 156 0.019402 10.0.0.19 - - [2025-08-28 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.19 - - [2025-08-28 03:46:36] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006043 10.0.0.19 - - [2025-08-28 03:46:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.009246 10.0.0.19 - - [2025-08-28 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.19 - - [2025-08-28 03:46:36] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005805 10.0.0.19 - - [2025-08-28 03:46:36] "GET /control-node-zone/5fba0989-0e3f-4e6a-9c1b-a413e12cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003421 10.0.0.19 - - [2025-08-28 03:46:36] "POST /ref-update HTTP/1.1" 200 156 0.015094 10.0.0.19 - - [2025-08-28 03:46:39] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006130 10.0.0.19 - - [2025-08-28 03:46:39] "GET /virtual-machine-interface/6735077f-208f-4799-9d4c-8d76e96d58b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008011 10.0.0.19 - - [2025-08-28 03:46:57] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004603 10.0.0.19 - - [2025-08-28 03:46:57] "GET /virtual-machine-interface/6735077f-208f-4799-9d4c-8d76e96d58b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005185 10.0.0.19 - - [2025-08-28 03:46:57] "POST /ref-update HTTP/1.1" 200 156 0.012684 10.0.0.19 - - [2025-08-28 03:46:57] "GET /bgp-as-a-service/a19faa8b-41d0-4c35-b923-a15f896e8c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.006114 10.0.0.19 - - [2025-08-28 03:46:57] "GET /virtual-machine-interface/213905f6-5226-457f-9ce9-21fb84eb1119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005114 10.0.0.19 - - [2025-08-28 03:46:57] "POST /ref-update HTTP/1.1" 200 156 0.013158 10.0.0.19 - - [2025-08-28 03:46:57] "DELETE /bgp-as-a-service/a19faa8b-41d0-4c35-b923-a15f896e8c4e HTTP/1.1" 200 115 0.040732 10.0.0.19 - - [2025-08-28 03:46:57] "GET /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.007203 10.0.0.19 - - [2025-08-28 03:46:57] "GET /virtual-machine-interface/6735077f-208f-4799-9d4c-8d76e96d58b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005428 10.0.0.19 - - [2025-08-28 03:46:57] "DELETE /bgp-as-a-service/363029ac-b1eb-48c7-a344-9f1bdc2c74a4 HTTP/1.1" 200 115 0.037060 10.0.0.19 - - [2025-08-28 03:46:57] "GET /control-node-zone/5fba0989-0e3f-4e6a-9c1b-a413e12cbdf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003852 10.0.0.19 - - [2025-08-28 03:46:57] "POST /ref-update HTTP/1.1" 200 156 0.018377 10.0.0.19 - - [2025-08-28 03:46:57] "DELETE /control-node-zone/5fba0989-0e3f-4e6a-9c1b-a413e12cbdf7 HTTP/1.1" 200 115 0.029526 10.0.0.19 - - [2025-08-28 03:46:57] "GET /control-node-zone/4be35837-6f6b-494b-be0f-940c5957259d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006226 10.0.0.19 - - [2025-08-28 03:46:57] "POST /ref-update HTTP/1.1" 200 156 0.020006 10.0.0.19 - - [2025-08-28 03:46:58] "DELETE /control-node-zone/4be35837-6f6b-494b-be0f-940c5957259d HTTP/1.1" 200 115 0.033768 10.0.0.19 - - [2025-08-28 03:46:58] "GET /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004956 10.0.0.19 - - [2025-08-28 03:46:58] "POST /ref-update HTTP/1.1" 200 156 0.026407 10.0.0.19 - - [2025-08-28 03:46:58] "DELETE /control-node-zone/43007123-7b72-41a7-97fb-1645b74c3397 HTTP/1.1" 200 115 0.044236 10.0.0.19 - - [2025-08-28 03:46:58] "DELETE /bgp-router/1100c8c9-adea-45ab-a24b-b43019967529 HTTP/1.1" 200 115 0.043233 10.0.0.19 - - [2025-08-28 03:46:58] "POST /neutron/network HTTP/1.1" 200 832 0.006835 10.0.0.19 - - [2025-08-28 03:46:58] "POST /neutron/port HTTP/1.1" 200 1088 0.018201 10.0.0.19 - - [2025-08-28 03:46:58] "POST /neutron/port HTTP/1.1" 200 1114 0.014971 10.0.0.19 - - [2025-08-28 03:46:59] "POST /neutron/port HTTP/1.1" 200 1114 0.022825 10.0.0.41 - - [2025-08-28 03:47:00] "POST /useragent-kv HTTP/1.1" 200 115 0.037370 10.0.0.41 - - [2025-08-28 03:47:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002814 10.0.0.19 - - [2025-08-28 03:47:00] "POST /neutron/network HTTP/1.1" 200 151 0.204564 10.0.0.41 - - [2025-08-28 03:47:02] "GET /global-system-configs HTTP/1.1" 200 322 0.046184 10.0.0.38 - - [2025-08-28 03:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.125630 10.0.0.41 - - [2025-08-28 03:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.139312 10.0.0.38 - - [2025-08-28 03:47:02] "GET /global-system-configs HTTP/1.1" 200 322 0.061468 10.0.0.19 - - [2025-08-28 03:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.125262 10.0.0.19 - - [2025-08-28 03:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.41 - - [2025-08-28 03:47:03] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.19 - - [2025-08-28 03:47:03] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052461 10.0.0.41 - - [2025-08-28 03:47:03] "GET /global-system-configs HTTP/1.1" 200 322 0.047196 10.0.0.19 - - [2025-08-28 03:47:03] "POST /route-targets HTTP/1.1" 200 327 0.014762 10.0.0.41 - - [2025-08-28 03:47:03] "POST /useragent-kv HTTP/1.1" 200 115 0.012712 10.0.0.19 - - [2025-08-28 03:47:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.207978 10.0.0.19 - - [2025-08-28 03:47:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001072 10.0.0.19 - - [2025-08-28 03:47:03] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007611 10.0.0.38 - - [2025-08-28 03:47:03] "GET /global-system-configs HTTP/1.1" 200 322 0.123182 10.0.0.19 - - [2025-08-28 03:47:03] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005996 10.0.0.41 - - [2025-08-28 03:47:03] "GET /obj-perms HTTP/1.1" 200 5056 0.142820 10.0.0.19 - - [2025-08-28 03:47:03] "POST /neutron/network HTTP/1.1" 200 833 0.012357 10.0.0.38 - - [2025-08-28 03:47:03] "GET /obj-perms HTTP/1.1" 200 5056 0.160276 10.0.0.19 - - [2025-08-28 03:47:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001263 10.0.0.19 - - [2025-08-28 03:47:03] "GET /global-system-configs HTTP/1.1" 200 322 0.146287 10.0.0.19 - - [2025-08-28 03:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.190933 10.0.0.19 - - [2025-08-28 03:47:04] "GET /global-system-configs HTTP/1.1" 200 322 0.055319 10.0.0.41 - - [2025-08-28 03:47:04] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.19 - - [2025-08-28 03:47:04] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.072925 10.0.0.19 - - [2025-08-28 03:47:04] "POST /neutron/network HTTP/1.1" 200 833 0.006674 10.0.0.19 - - [2025-08-28 03:47:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001321 10.0.0.19 - - [2025-08-28 03:47:05] "POST /neutron/port HTTP/1.1" 200 117 0.005909 10.0.0.41 - - [2025-08-28 03:47:05] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.19 - - [2025-08-28 03:47:05] "POST /neutron/port HTTP/1.1" 200 1061 0.282853 10.0.0.19 - - [2025-08-28 03:47:06] "POST /neutron/port HTTP/1.1" 200 1115 0.122222 10.0.0.41 - - [2025-08-28 03:47:06] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.19 - - [2025-08-28 03:47:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008523 10.0.0.19 - - [2025-08-28 03:47:06] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.097321 10.0.0.19 - - [2025-08-28 03:47:06] "POST /neutron/network HTTP/1.1" 200 833 0.007492 10.0.0.19 - - [2025-08-28 03:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.006910 10.0.0.19 - - [2025-08-28 03:47:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.001293 10.0.0.19 - - [2025-08-28 03:47:06] "POST /neutron/network HTTP/1.1" 200 843 0.007344 10.0.0.19 - - [2025-08-28 03:47:07] "POST /neutron/port HTTP/1.1" 200 1061 0.015805 10.0.0.19 - - [2025-08-28 03:47:07] "POST /neutron/port HTTP/1.1" 200 1089 0.015481 10.0.0.19 - - [2025-08-28 03:47:07] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.41 - - [2025-08-28 03:47:07] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.19 - - [2025-08-28 03:47:07] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059522 10.0.0.19 - - [2025-08-28 03:47:07] "POST /neutron/port HTTP/1.1" 200 2062 0.026413 10.0.0.19 - - [2025-08-28 03:47:08] "POST /neutron/port HTTP/1.1" 200 1089 0.017227 10.0.0.19 - - [2025-08-28 03:47:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006988 10.0.0.19 - - [2025-08-28 03:47:08] "GET /virtual-machine/b2ddca12-e6a5-4e75-99c3-6d12327c575e HTTP/1.1" 200 1294 0.007186 10.0.0.19 - - [2025-08-28 03:47:08] "GET /virtual-machine-interface/ac632f51-d4eb-45a7-abae-3599a701efe9 HTTP/1.1" 200 2959 0.004985 10.0.0.19 - - [2025-08-28 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.19 - - [2025-08-28 03:47:08] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004250 10.0.0.19 - - [2025-08-28 03:47:08] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003463 10.0.0.19 - - [2025-08-28 03:47:08] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005514 10.0.0.19 - - [2025-08-28 03:47:08] "POST /neutron/network HTTP/1.1" 200 843 0.006999 10.0.0.19 - - [2025-08-28 03:47:08] "POST /neutron/port HTTP/1.1" 200 1061 0.015124 10.0.0.19 - - [2025-08-28 03:47:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003732 10.0.0.19 - - [2025-08-28 03:47:09] "POST /neutron/network HTTP/1.1" 200 833 0.006336 10.0.0.19 - - [2025-08-28 03:47:10] "POST /neutron/network HTTP/1.1" 200 843 0.007070 10.0.0.19 - - [2025-08-28 03:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.19 - - [2025-08-28 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.19 - - [2025-08-28 03:47:11] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005412 10.0.0.19 - - [2025-08-28 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007324 10.0.0.19 - - [2025-08-28 03:47:15] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005772 10.0.0.38 - - [2025-08-28 03:47:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046444 10.0.0.41 - - [2025-08-28 03:47:16] "GET /obj-perms HTTP/1.1" 200 5056 0.042524 10.0.0.19 - - [2025-08-28 03:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.19 - - [2025-08-28 03:47:19] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006681 10.0.0.19 - - [2025-08-28 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.19 - - [2025-08-28 03:47:23] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005620 10.0.0.19 - - [2025-08-28 03:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.19 - - [2025-08-28 03:47:27] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005583 10.0.0.19 - - [2025-08-28 03:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.19 - - [2025-08-28 03:47:32] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005816 10.0.0.19 - - [2025-08-28 03:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.19 - - [2025-08-28 03:47:36] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005583 10.0.0.19 - - [2025-08-28 03:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.19 - - [2025-08-28 03:47:40] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005570 10.0.0.19 - - [2025-08-28 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.19 - - [2025-08-28 03:47:44] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005476 10.0.0.19 - - [2025-08-28 03:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.19 - - [2025-08-28 03:47:48] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006725 10.0.0.19 - - [2025-08-28 03:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.19 - - [2025-08-28 03:47:52] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005278 10.0.0.19 - - [2025-08-28 03:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.19 - - [2025-08-28 03:47:56] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005471 10.0.0.19 - - [2025-08-28 03:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.19 - - [2025-08-28 03:48:00] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005955 10.0.0.19 - - [2025-08-28 03:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.19 - - [2025-08-28 03:48:04] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005644 10.0.0.19 - - [2025-08-28 03:48:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.029115 10.0.0.19 - - [2025-08-28 03:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023108 10.0.0.19 - - [2025-08-28 03:48:08] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005190 10.0.0.19 - - [2025-08-28 03:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.19 - - [2025-08-28 03:48:11] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006362 10.0.0.19 - - [2025-08-28 03:48:11] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002953 10.0.0.19 - - [2025-08-28 03:48:11] "POST /neutron/port HTTP/1.1" 200 1089 0.039432 10.0.0.19 - - [2025-08-28 03:48:11] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004877 10.0.0.19 - - [2025-08-28 03:48:11] "POST /neutron/port HTTP/1.1" 200 1089 0.039368 10.0.0.19 - - [2025-08-28 03:48:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008006 10.0.0.19 - - [2025-08-28 03:48:12] "POST /neutron/port HTTP/1.1" 200 1089 0.013192 10.0.0.19 - - [2025-08-28 03:48:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003729 10.0.0.19 - - [2025-08-28 03:48:12] "POST /neutron/network HTTP/1.1" 200 833 0.006959 10.0.0.19 - - [2025-08-28 03:48:18] "POST /neutron/port HTTP/1.1" 200 1089 0.023350 10.0.0.19 - - [2025-08-28 03:48:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008431 10.0.0.19 - - [2025-08-28 03:48:32] "POST /neutron/port HTTP/1.1" 200 1089 0.014808 10.0.0.19 - - [2025-08-28 03:48:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007648 10.0.0.19 - - [2025-08-28 03:48:47] "POST /neutron/port HTTP/1.1" 200 1089 0.013574 10.0.0.19 - - [2025-08-28 03:48:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007911 10.0.0.19 - - [2025-08-28 03:48:53] "POST /neutron/port HTTP/1.1" 200 1089 0.014209 10.0.0.19 - - [2025-08-28 03:48:53] "GET /virtual-machine/9102362b-9d29-43e3-b39d-405d86f9e3fc HTTP/1.1" 200 1294 0.028848 10.0.0.19 - - [2025-08-28 03:48:53] "GET /virtual-machine-interface/6796716f-2113-453e-b199-ef105116e956 HTTP/1.1" 200 2958 0.005291 10.0.0.19 - - [2025-08-28 03:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2025-08-28 03:48:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003514 10.0.0.19 - - [2025-08-28 03:48:53] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003193 10.0.0.19 - - [2025-08-28 03:48:53] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007206 10.0.0.19 - - [2025-08-28 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.19 - - [2025-08-28 03:48:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003377 10.0.0.19 - - [2025-08-28 03:48:54] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002918 10.0.0.19 - - [2025-08-28 03:48:54] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006182 10.0.0.19 - - [2025-08-28 03:48:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008263 10.0.0.19 - - [2025-08-28 03:48:54] "POST /neutron/port HTTP/1.1" 200 1089 0.014179 10.0.0.19 - - [2025-08-28 03:48:54] "GET /virtual-machine/4fa5f37b-e975-4728-8513-4394f5b21771 HTTP/1.1" 200 1292 0.005540 10.0.0.19 - - [2025-08-28 03:48:54] "GET /virtual-machine-interface/5e9510ce-da70-4dc6-a6b9-7ad70a4ea1f0 HTTP/1.1" 200 2958 0.005876 10.0.0.19 - - [2025-08-28 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.19 - - [2025-08-28 03:48:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003296 10.0.0.19 - - [2025-08-28 03:48:54] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002929 10.0.0.19 - - [2025-08-28 03:48:54] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005790 10.0.0.19 - - [2025-08-28 03:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.19 - - [2025-08-28 03:48:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004216 10.0.0.19 - - [2025-08-28 03:48:55] "GET /virtual-networks?parent_id=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002967 10.0.0.19 - - [2025-08-28 03:48:55] "GET /virtual-network/4c39335a-392c-43ee-b656-f8418c359db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005416 10.0.0.19 - - [2025-08-28 03:48:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008251 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003955 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.19 - - [2025-08-28 03:49:01] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006306 10.0.0.19 - - [2025-08-28 03:49:01] "POST /control-node-zones HTTP/1.1" 200 569 0.026940 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.19 - - [2025-08-28 03:49:01] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005437 10.0.0.19 - - [2025-08-28 03:49:01] "GET /control-node-zone/93caad4f-f605-4c3e-b57a-bfb13e52993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005985 10.0.0.19 - - [2025-08-28 03:49:01] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.021582 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.009933 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2025-08-28 03:49:01] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006859 10.0.0.19 - - [2025-08-28 03:49:01] "POST /control-node-zones HTTP/1.1" 200 569 0.023586 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.19 - - [2025-08-28 03:49:01] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005112 10.0.0.19 - - [2025-08-28 03:49:01] "GET /control-node-zone/2ec0364e-1e0a-4b4d-955c-74402a131f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006639 10.0.0.19 - - [2025-08-28 03:49:01] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.022050 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003079 10.0.0.19 - - [2025-08-28 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.19 - - [2025-08-28 03:49:01] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006390 10.0.0.19 - - [2025-08-28 03:49:02] "POST /control-node-zones HTTP/1.1" 200 569 0.029619 10.0.0.19 - - [2025-08-28 03:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.19 - - [2025-08-28 03:49:02] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005196 10.0.0.19 - - [2025-08-28 03:49:02] "GET /control-node-zone/21997825-4dce-4db1-9832-feea2374e19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005585 10.0.0.19 - - [2025-08-28 03:49:02] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.020516 10.0.0.19 - - [2025-08-28 03:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.19 - - [2025-08-28 03:49:02] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007880 10.0.0.19 - - [2025-08-28 03:49:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003495 10.0.0.19 - - [2025-08-28 03:49:02] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031939 10.0.0.19 - - [2025-08-28 03:49:02] "POST /neutron/network HTTP/1.1" 200 833 0.006101 10.0.0.19 - - [2025-08-28 03:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.19 - - [2025-08-28 03:49:02] "GET /bgp-as-a-service/c550954b-e5e3-4a1d-880c-2450e5f2266e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004794 10.0.0.19 - - [2025-08-28 03:49:02] "GET /control-node-zone/93caad4f-f605-4c3e-b57a-bfb13e52993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004228 10.0.0.19 - - [2025-08-28 03:49:02] "POST /ref-update HTTP/1.1" 200 156 0.015410 10.0.0.19 - - [2025-08-28 03:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.19 - - [2025-08-28 03:49:02] "GET /bgp-as-a-service/c550954b-e5e3-4a1d-880c-2450e5f2266e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.011572 10.0.0.19 - - [2025-08-28 03:49:02] "GET /control-node-zone/2ec0364e-1e0a-4b4d-955c-74402a131f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003359 10.0.0.19 - - [2025-08-28 03:49:02] "POST /ref-update HTTP/1.1" 200 156 0.012737 10.0.0.19 - - [2025-08-28 03:49:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016027 10.0.0.19 - - [2025-08-28 03:49:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.008099 10.0.0.19 - - [2025-08-28 03:49:12] "GET /bgp-as-a-service/c550954b-e5e3-4a1d-880c-2450e5f2266e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006057 10.0.0.19 - - [2025-08-28 03:49:13] "GET /virtual-machine-interface/ac632f51-d4eb-45a7-abae-3599a701efe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005362 10.0.0.19 - - [2025-08-28 03:49:13] "POST /ref-update HTTP/1.1" 200 156 0.012035 10.0.0.19 - - [2025-08-28 03:49:13] "POST /bgp-routers HTTP/1.1" 200 640 0.053752 10.0.0.19 - - [2025-08-28 03:49:13] "PUT /bgp-router/64fa4662-d41e-4315-b414-2eb88cc92b42 HTTP/1.1" 200 254 0.054963 10.0.0.19 - - [2025-08-28 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.19 - - [2025-08-28 03:49:13] "GET /global-system-config/80de2dd4-5955-4ec5-b2d7-04ed90a89f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006072 10.0.0.19 - - [2025-08-28 03:49:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002677 10.0.0.19 - - [2025-08-28 03:49:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.029376 10.0.0.19 - - [2025-08-28 03:49:13] "POST /neutron/network HTTP/1.1" 200 833 0.007440 10.0.0.19 - - [2025-08-28 03:49:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.007932 10.0.0.19 - - [2025-08-28 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.19 - - [2025-08-28 03:49:13] "GET /bgp-as-a-service/f2924298-11ef-4b48-9dfc-5f9687314c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.008216 10.0.0.19 - - [2025-08-28 03:49:13] "GET /control-node-zone/93caad4f-f605-4c3e-b57a-bfb13e52993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003991 10.0.0.19 - - [2025-08-28 03:49:13] "POST /ref-update HTTP/1.1" 200 156 0.013725 10.0.0.19 - - [2025-08-28 03:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.19 - - [2025-08-28 03:49:14] "GET /bgp-as-a-service/f2924298-11ef-4b48-9dfc-5f9687314c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006084 10.0.0.19 - - [2025-08-28 03:49:14] "GET /control-node-zone/2ec0364e-1e0a-4b4d-955c-74402a131f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003770 10.0.0.19 - - [2025-08-28 03:49:14] "POST /ref-update HTTP/1.1" 200 156 0.014798 10.0.0.19 - - [2025-08-28 03:49:14] "POST /neutron/network HTTP/1.1" 200 843 0.006361 10.0.0.19 - - [2025-08-28 03:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.19 - - [2025-08-28 03:49:17] "GET /obj-perms HTTP/1.1" 200 5056 0.049463 10.0.0.19 - - [2025-08-28 03:49:21] "GET /bgp-as-a-service/f2924298-11ef-4b48-9dfc-5f9687314c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007217 10.0.0.19 - - [2025-08-28 03:49:21] "GET /virtual-machine-interface/6796716f-2113-453e-b199-ef105116e956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005742 10.0.0.19 - - [2025-08-28 03:49:21] "POST /ref-update HTTP/1.1" 200 156 0.011789 10.0.0.19 - - [2025-08-28 03:49:21] "POST /ref-update HTTP/1.1" 200 156 0.020057 10.0.0.19 - - [2025-08-28 03:49:42] "GET /bgp-as-a-service/f2924298-11ef-4b48-9dfc-5f9687314c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.005733 10.0.0.19 - - [2025-08-28 03:49:42] "GET /virtual-machine-interface/6796716f-2113-453e-b199-ef105116e956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006658 10.0.0.19 - - [2025-08-28 03:49:42] "POST /ref-update HTTP/1.1" 200 156 0.014442 10.0.0.19 - - [2025-08-28 03:49:42] "POST /ref-update HTTP/1.1" 200 156 0.029113 10.0.0.19 - - [2025-08-28 03:49:42] "DELETE /bgp-as-a-service/f2924298-11ef-4b48-9dfc-5f9687314c99 HTTP/1.1" 200 115 0.063813 10.0.0.19 - - [2025-08-28 03:49:42] "GET /bgp-as-a-service/c550954b-e5e3-4a1d-880c-2450e5f2266e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.005697 10.0.0.19 - - [2025-08-28 03:49:42] "GET /virtual-machine-interface/ac632f51-d4eb-45a7-abae-3599a701efe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.018495 10.0.0.19 - - [2025-08-28 03:49:42] "POST /ref-update HTTP/1.1" 200 156 0.024533 10.0.0.19 - - [2025-08-28 03:49:42] "POST /ref-update HTTP/1.1" 200 156 0.045238 10.0.0.19 - - [2025-08-28 03:49:42] "DELETE /bgp-as-a-service/c550954b-e5e3-4a1d-880c-2450e5f2266e HTTP/1.1" 200 115 0.099039 10.0.0.19 - - [2025-08-28 03:49:42] "GET /control-node-zone/21997825-4dce-4db1-9832-feea2374e19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.013855 10.0.0.19 - - [2025-08-28 03:49:42] "POST /ref-update HTTP/1.1" 200 156 0.024480 10.0.0.19 - - [2025-08-28 03:49:43] "DELETE /control-node-zone/21997825-4dce-4db1-9832-feea2374e19a HTTP/1.1" 200 115 0.030976 10.0.0.19 - - [2025-08-28 03:49:43] "GET /control-node-zone/2ec0364e-1e0a-4b4d-955c-74402a131f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.011308 10.0.0.19 - - [2025-08-28 03:49:43] "POST /ref-update HTTP/1.1" 200 156 0.018749 10.0.0.19 - - [2025-08-28 03:49:43] "DELETE /control-node-zone/2ec0364e-1e0a-4b4d-955c-74402a131f0a HTTP/1.1" 200 115 0.039938 10.0.0.19 - - [2025-08-28 03:49:43] "GET /control-node-zone/93caad4f-f605-4c3e-b57a-bfb13e52993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004315 10.0.0.19 - - [2025-08-28 03:49:43] "POST /ref-update HTTP/1.1" 200 156 0.018220 10.0.0.19 - - [2025-08-28 03:49:43] "DELETE /control-node-zone/93caad4f-f605-4c3e-b57a-bfb13e52993a HTTP/1.1" 200 115 0.034979 10.0.0.19 - - [2025-08-28 03:49:43] "POST /neutron/network HTTP/1.1" 400 204 0.016648 10.0.0.19 - - [2025-08-28 03:49:44] "POST /neutron/port HTTP/1.1" 200 151 0.213610 10.0.0.19 - - [2025-08-28 03:49:44] "POST /neutron/port HTTP/1.1" 200 151 0.293966 10.0.0.19 - - [2025-08-28 03:49:44] "POST /neutron/port HTTP/1.1" 200 151 0.264191 10.0.0.19 - - [2025-08-28 03:49:45] "DELETE /route-target/a7ed5275-c0a8-4411-95a8-41fe076a8d14 HTTP/1.1" 200 115 0.034656 10.0.0.41 - - [2025-08-28 03:49:47] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.19 - - [2025-08-28 03:49:47] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074720 10.0.0.41 - - [2025-08-28 03:49:47] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.19 - - [2025-08-28 03:49:47] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?fields=virtual_networks HTTP/1.1" 200 1035 0.041450 10.0.0.41 - - [2025-08-28 03:49:47] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.19 - - [2025-08-28 03:49:47] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.039321 10.0.0.41 - - [2025-08-28 03:49:47] "GET /projects?obj_uuids=b611c859-440a-4873-8c13-9a54c97d8313&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.19 - - [2025-08-28 03:49:47] "GET /project/b611c859-440a-4873-8c13-9a54c97d8313?fields=security_groups HTTP/1.1" 200 1262 0.042154 10.0.0.19 - - [2025-08-28 03:49:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.024905 10.0.0.41 - - [2025-08-28 03:49:48] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.41 - - [2025-08-28 03:49:48] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.41 - - [2025-08-28 03:49:48] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030148 10.0.0.41 - - [2025-08-28 03:49:48] "POST /id-to-fqname HTTP/1.1" 200 183 0.002496 10.0.0.41 - - [2025-08-28 03:49:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.011637 10.0.0.41 - - [2025-08-28 03:49:48] "POST /security-groups HTTP/1.1" 200 584 0.077109 10.0.0.41 - - [2025-08-28 03:49:48] "POST /projects HTTP/1.1" 200 571 0.296080 10.0.0.19 - - [2025-08-28 03:49:48] "POST /fqname-to-id HTTP/1.1" 404 226 0.005497 10.0.0.41 - - [2025-08-28 03:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.367873 10.0.0.19 - - [2025-08-28 03:49:48] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.523912 10.0.0.19 - - [2025-08-28 03:49:49] "GET / HTTP/1.1" 200 35931 0.001936 10.0.0.41 - - [2025-08-28 03:49:52] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001062 10.0.0.19 - - [2025-08-28 03:49:52] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.043213 10.0.0.41 - - [2025-08-28 03:49:52] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.19 - - [2025-08-28 03:49:52] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?fields=virtual_networks HTTP/1.1" 200 1018 0.042418 10.0.0.41 - - [2025-08-28 03:49:52] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001335 10.0.0.19 - - [2025-08-28 03:49:52] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.042929 10.0.0.41 - - [2025-08-28 03:49:52] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.19 - - [2025-08-28 03:49:52] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?fields=security_groups HTTP/1.1" 200 1237 0.039516 10.0.0.19 - - [2025-08-28 03:49:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.024213 10.0.0.41 - - [2025-08-28 03:49:53] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002866 10.0.0.41 - - [2025-08-28 03:49:53] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.41 - - [2025-08-28 03:49:53] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007450 10.0.0.41 - - [2025-08-28 03:49:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.006947 10.0.0.41 - - [2025-08-28 03:49:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.010313 10.0.0.41 - - [2025-08-28 03:49:54] "POST /security-groups HTTP/1.1" 200 592 0.025983 10.0.0.41 - - [2025-08-28 03:49:54] "POST /projects HTTP/1.1" 200 587 0.256170 10.0.0.41 - - [2025-08-28 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.291200 10.0.0.19 - - [2025-08-28 03:49:54] "POST /access-control-lists HTTP/1.1" 200 597 0.026161 10.0.0.19 - - [2025-08-28 03:49:54] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.415533 10.0.0.19 - - [2025-08-28 03:49:55] "GET / HTTP/1.1" 200 35931 0.002803 10.0.0.19 - - [2025-08-28 03:49:55] "DELETE /access-control-list/cfb20fa9-489f-4733-8540-0c7274b965f2 HTTP/1.1" 200 115 0.043355 10.0.0.41 - - [2025-08-28 03:49:58] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.19 - - [2025-08-28 03:49:58] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038353 10.0.0.41 - - [2025-08-28 03:49:58] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.19 - - [2025-08-28 03:49:58] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?fields=virtual_networks HTTP/1.1" 200 1035 0.045204 10.0.0.41 - - [2025-08-28 03:49:58] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.19 - - [2025-08-28 03:49:58] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043259 10.0.0.41 - - [2025-08-28 03:49:58] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001365 10.0.0.19 - - [2025-08-28 03:49:58] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?fields=security_groups HTTP/1.1" 200 1262 0.047159 10.0.0.19 - - [2025-08-28 03:49:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.031030 10.0.0.41 - - [2025-08-28 03:49:59] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061 10.0.0.41 - - [2025-08-28 03:49:59] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.41 - - [2025-08-28 03:49:59] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007282 10.0.0.41 - - [2025-08-28 03:49:59] "POST /id-to-fqname HTTP/1.1" 200 197 0.001529 10.0.0.41 - - [2025-08-28 03:49:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.012416 10.0.0.41 - - [2025-08-28 03:49:59] "POST /security-groups HTTP/1.1" 200 598 0.030676 10.0.0.41 - - [2025-08-28 03:49:59] "POST /projects HTTP/1.1" 200 599 0.241886 10.0.0.19 - - [2025-08-28 03:49:59] "POST /access-control-lists HTTP/1.1" 200 603 0.028196 10.0.0.41 - - [2025-08-28 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.315181 10.0.0.19 - - [2025-08-28 03:49:59] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.461029 10.0.0.19 - - [2025-08-28 03:50:01] "GET / HTTP/1.1" 200 35931 0.002539 10.0.0.19 - - [2025-08-28 03:50:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.19 - - [2025-08-28 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.053124 10.0.0.19 - - [2025-08-28 03:50:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003635 10.0.0.19 - - [2025-08-28 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.19 - - [2025-08-28 03:50:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003828 10.0.0.19 - - [2025-08-28 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.19 - - [2025-08-28 03:50:03] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.014229 10.0.0.19 - - [2025-08-28 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.41 - - [2025-08-28 03:50:03] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001112 10.0.0.19 - - [2025-08-28 03:50:03] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049508 10.0.0.19 - - [2025-08-28 03:50:03] "POST /neutron/network HTTP/1.1" 200 117 0.030725 10.0.0.19 - - [2025-08-28 03:50:03] "POST /neutron/network HTTP/1.1" 200 808 0.009877 10.0.0.19 - - [2025-08-28 03:50:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001271 10.0.0.19 - - [2025-08-28 03:50:03] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005765 10.0.0.19 - - [2025-08-28 03:50:03] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005589 10.0.0.19 - - [2025-08-28 03:50:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.009507 10.0.0.19 - - [2025-08-28 03:50:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001169 10.0.0.19 - - [2025-08-28 03:50:04] "POST /route-targets HTTP/1.1" 200 327 0.012489 10.0.0.41 - - [2025-08-28 03:50:04] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001079 10.0.0.19 - - [2025-08-28 03:50:04] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.070824 10.0.0.19 - - [2025-08-28 03:50:05] "POST /neutron/port HTTP/1.1" 200 117 0.005772 10.0.0.19 - - [2025-08-28 03:50:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001252 10.0.0.19 - - [2025-08-28 03:50:05] "POST /neutron/network HTTP/1.1" 200 818 0.007795 10.0.0.19 - - [2025-08-28 03:50:05] "POST /neutron/port HTTP/1.1" 200 1062 0.014261 10.0.0.41 - - [2025-08-28 03:50:06] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001388 10.0.0.19 - - [2025-08-28 03:50:06] "POST /neutron/port HTTP/1.1" 200 1090 0.017641 10.0.0.19 - - [2025-08-28 03:50:06] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.088974 10.0.0.19 - - [2025-08-28 03:50:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.011176 10.0.0.19 - - [2025-08-28 03:50:06] "POST /neutron/port HTTP/1.1" 200 1090 0.015195 10.0.0.19 - - [2025-08-28 03:50:06] "POST /neutron/network HTTP/1.1" 200 818 0.006871 10.0.0.19 - - [2025-08-28 03:50:07] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006592 10.0.0.19 - - [2025-08-28 03:50:07] "POST /neutron/port HTTP/1.1" 200 1062 0.016985 10.0.0.19 - - [2025-08-28 03:50:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.19 - - [2025-08-28 03:50:07] "POST /neutron/network HTTP/1.1" 200 808 0.007025 10.0.0.19 - - [2025-08-28 03:50:08] "POST /neutron/port HTTP/1.1" 200 1090 0.015458 10.0.0.19 - - [2025-08-28 03:50:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008022 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.030784 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003426 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.005733 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003450 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.005112 10.0.0.19 - - [2025-08-28 03:50:09] "GET /instance-ip/8239a9cf-8219-4287-b672-abdb40af1cd0 HTTP/1.1" 200 1620 0.005341 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003351 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.005557 10.0.0.19 - - [2025-08-28 03:50:09] "GET /instance-ip/8239a9cf-8219-4287-b672-abdb40af1cd0 HTTP/1.1" 200 1620 0.004836 10.0.0.19 - - [2025-08-28 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.19 - - [2025-08-28 03:50:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003826 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003115 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007228 10.0.0.19 - - [2025-08-28 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.19 - - [2025-08-28 03:50:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003726 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003242 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006004 10.0.0.19 - - [2025-08-28 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.19 - - [2025-08-28 03:50:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004428 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003389 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007067 10.0.0.19 - - [2025-08-28 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.19 - - [2025-08-28 03:50:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004078 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002922 10.0.0.19 - - [2025-08-28 03:50:09] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006327 10.0.0.19 - - [2025-08-28 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006605 10.0.0.19 - - [2025-08-28 03:50:09] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004165 10.0.0.19 - - [2025-08-28 03:50:10] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003051 10.0.0.19 - - [2025-08-28 03:50:10] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005927 10.0.0.19 - - [2025-08-28 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.19 - - [2025-08-28 03:50:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004328 10.0.0.19 - - [2025-08-28 03:50:10] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003072 10.0.0.19 - - [2025-08-28 03:50:10] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005642 10.0.0.19 - - [2025-08-28 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.19 - - [2025-08-28 03:50:10] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004089 10.0.0.19 - - [2025-08-28 03:50:10] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003369 10.0.0.19 - - [2025-08-28 03:50:10] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006278 10.0.0.19 - - [2025-08-28 03:50:11] "POST /neutron/port HTTP/1.1" 200 1090 0.016387 10.0.0.19 - - [2025-08-28 03:50:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005112 10.0.0.19 - - [2025-08-28 03:50:11] "POST /neutron/network HTTP/1.1" 200 808 0.006851 10.0.0.19 - - [2025-08-28 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.19 - - [2025-08-28 03:50:13] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005227 10.0.0.19 - - [2025-08-28 03:50:16] "POST /neutron/network HTTP/1.1" 200 818 0.007169 10.0.0.19 - - [2025-08-28 03:50:16] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.19 - - [2025-08-28 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.19 - - [2025-08-28 03:50:17] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005920 10.0.0.38 - - [2025-08-28 03:50:17] "GET /obj-perms HTTP/1.1" 200 5056 0.046530 10.0.0.41 - - [2025-08-28 03:50:18] "GET /obj-perms HTTP/1.1" 200 5056 0.048957 10.0.0.41 - - [2025-08-28 03:50:18] "DELETE /project/1183aa6f04d44f9091854d823273e739 HTTP/1.1" 404 173 0.022987 10.0.0.41 - - [2025-08-28 03:50:18] "DELETE /project/b611c859-440a-4873-8c13-9a54c97d8313 HTTP/1.1" 404 177 0.017004 10.0.0.41 - - [2025-08-28 03:50:18] "DELETE /project/d84b561ac6a04d3aa4bf64cd800a5194 HTTP/1.1" 404 173 0.020341 10.0.0.41 - - [2025-08-28 03:50:18] "DELETE /project/840ec0e62cfc480d84d4783da0eb47fc HTTP/1.1" 404 173 0.015185 10.0.0.41 - - [2025-08-28 03:50:18] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001779 10.0.0.41 - - [2025-08-28 03:50:18] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001451 10.0.0.41 - - [2025-08-28 03:50:18] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.110368 10.0.0.41 - - [2025-08-28 03:50:18] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.133309 10.0.0.41 - - [2025-08-28 03:50:18] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001455 10.0.0.41 - - [2025-08-28 03:50:18] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.41 - - [2025-08-28 03:50:18] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?fields=security_groups HTTP/1.1" 200 1367 0.075341 10.0.0.41 - - [2025-08-28 03:50:18] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?fields=security_groups HTTP/1.1" 200 1342 0.094515 10.0.0.41 - - [2025-08-28 03:50:18] "DELETE /security-group/a9fb283f-cb3e-4cc5-961b-ff4c9917a760 HTTP/1.1" 200 115 0.072952 10.0.0.41 - - [2025-08-28 03:50:18] "GET /projects?obj_uuids=d84b561a-c6a0-4d3a-a4bf-64cd800a5194&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007636 10.0.0.41 - - [2025-08-28 03:50:18] "DELETE /security-group/2b85e9b2-1c67-45d8-accf-711bc7e78149 HTTP/1.1" 200 115 0.112679 10.0.0.41 - - [2025-08-28 03:50:18] "GET /projects?obj_uuids=1183aa6f-04d4-4f90-9185-4d823273e739&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001532 10.0.0.41 - - [2025-08-28 03:50:18] "GET /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194?fields=application_policy_sets HTTP/1.1" 200 1406 0.067424 10.0.0.19 - - [2025-08-28 03:50:18] "DELETE /access-control-list/e417830f-1254-4a9c-a3a3-ff3f007665b5 HTTP/1.1" 200 115 0.066722 10.0.0.41 - - [2025-08-28 03:50:18] "GET /project/1183aa6f-04d4-4f90-9185-4d823273e739?fields=application_policy_sets HTTP/1.1" 200 1381 0.093845 10.0.0.41 - - [2025-08-28 03:50:19] "DELETE /project/d84b561a-c6a0-4d3a-a4bf-64cd800a5194 HTTP/1.1" 200 115 0.672287 10.0.0.41 - - [2025-08-28 03:50:19] "DELETE /project/1183aa6f-04d4-4f90-9185-4d823273e739 HTTP/1.1" 200 115 0.735539 10.0.0.19 - - [2025-08-28 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008115 10.0.0.19 - - [2025-08-28 03:50:21] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005940 10.0.0.19 - - [2025-08-28 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-08-28 03:50:25] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005291 10.0.0.19 - - [2025-08-28 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005638 10.0.0.19 - - [2025-08-28 03:50:29] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005521 10.0.0.19 - - [2025-08-28 03:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.19 - - [2025-08-28 03:50:33] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005448 10.0.0.19 - - [2025-08-28 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.19 - - [2025-08-28 03:50:37] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005018 10.0.0.19 - - [2025-08-28 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.19 - - [2025-08-28 03:50:42] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004930 10.0.0.19 - - [2025-08-28 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.19 - - [2025-08-28 03:50:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004401 10.0.0.19 - - [2025-08-28 03:50:44] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004099 10.0.0.19 - - [2025-08-28 03:50:44] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006233 10.0.0.19 - - [2025-08-28 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.19 - - [2025-08-28 03:50:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004225 10.0.0.19 - - [2025-08-28 03:50:44] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002945 10.0.0.19 - - [2025-08-28 03:50:44] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007971 10.0.0.19 - - [2025-08-28 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.19 - - [2025-08-28 03:50:44] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007201 10.0.0.19 - - [2025-08-28 03:50:44] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004305 10.0.0.19 - - [2025-08-28 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.19 - - [2025-08-28 03:50:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004212 10.0.0.19 - - [2025-08-28 03:50:44] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003412 10.0.0.19 - - [2025-08-28 03:50:44] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006514 10.0.0.19 - - [2025-08-28 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.19 - - [2025-08-28 03:50:44] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004691 10.0.0.19 - - [2025-08-28 03:50:44] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004415 10.0.0.19 - - [2025-08-28 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.19 - - [2025-08-28 03:50:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003953 10.0.0.19 - - [2025-08-28 03:50:45] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003369 10.0.0.19 - - [2025-08-28 03:50:45] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006408 10.0.0.19 - - [2025-08-28 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.19 - - [2025-08-28 03:50:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004479 10.0.0.19 - - [2025-08-28 03:50:45] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004461 10.0.0.19 - - [2025-08-28 03:50:45] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006156 10.0.0.19 - - [2025-08-28 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.19 - - [2025-08-28 03:50:45] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005659 10.0.0.19 - - [2025-08-28 03:50:45] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003155 10.0.0.19 - - [2025-08-28 03:50:45] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005718 10.0.0.19 - - [2025-08-28 03:50:45] "GET /obj-perms HTTP/1.1" 200 5044 0.046424 10.0.0.41 - - [2025-08-28 03:50:45] "GET /obj-perms HTTP/1.1" 200 5044 0.044046 10.0.0.19 - - [2025-08-28 03:50:45] "GET /obj-perms HTTP/1.1" 200 5044 0.003871 10.0.0.38 - - [2025-08-28 03:50:45] "GET /obj-perms HTTP/1.1" 200 5044 0.053172 10.0.0.19 - - [2025-08-28 03:50:46] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008270 10.0.0.19 - - [2025-08-28 03:50:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015453 10.0.0.19 - - [2025-08-28 03:50:46] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007524 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.008292 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.003526 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.007832 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.004018 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.004834 10.0.0.19 - - [2025-08-28 03:50:46] "GET /instance-ip/09582288-69be-4068-b863-92d8fe9f84a3 HTTP/1.1" 200 1619 0.006191 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.003288 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.005277 10.0.0.19 - - [2025-08-28 03:50:46] "GET /instance-ip/09582288-69be-4068-b863-92d8fe9f84a3 HTTP/1.1" 200 1619 0.003850 10.0.0.19 - - [2025-08-28 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.19 - - [2025-08-28 03:50:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003490 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002654 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006212 10.0.0.19 - - [2025-08-28 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006262 10.0.0.19 - - [2025-08-28 03:50:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004298 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002939 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005438 10.0.0.19 - - [2025-08-28 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.19 - - [2025-08-28 03:50:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003968 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002946 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006015 10.0.0.19 - - [2025-08-28 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012157 10.0.0.19 - - [2025-08-28 03:50:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009864 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003315 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005676 10.0.0.19 - - [2025-08-28 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.19 - - [2025-08-28 03:50:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004108 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002905 10.0.0.19 - - [2025-08-28 03:50:46] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006131 10.0.0.19 - - [2025-08-28 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.19 - - [2025-08-28 03:50:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009687 10.0.0.19 - - [2025-08-28 03:50:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003378 10.0.0.19 - - [2025-08-28 03:50:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006178 10.0.0.19 - - [2025-08-28 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-08-28 03:50:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004673 10.0.0.19 - - [2025-08-28 03:50:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003486 10.0.0.19 - - [2025-08-28 03:50:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007133 10.0.0.19 - - [2025-08-28 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.19 - - [2025-08-28 03:50:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003713 10.0.0.19 - - [2025-08-28 03:50:48] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003874 10.0.0.19 - - [2025-08-28 03:50:48] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006545 10.0.0.19 - - [2025-08-28 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.19 - - [2025-08-28 03:50:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003631 10.0.0.19 - - [2025-08-28 03:50:48] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003183 10.0.0.19 - - [2025-08-28 03:50:48] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005865 10.0.0.19 - - [2025-08-28 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.19 - - [2025-08-28 03:50:48] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004811 10.0.0.19 - - [2025-08-28 03:50:48] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003850 10.0.0.19 - - [2025-08-28 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.19 - - [2025-08-28 03:50:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003915 10.0.0.19 - - [2025-08-28 03:50:48] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002773 10.0.0.19 - - [2025-08-28 03:50:48] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005966 10.0.0.19 - - [2025-08-28 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.19 - - [2025-08-28 03:50:48] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004467 10.0.0.19 - - [2025-08-28 03:50:49] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004095 10.0.0.19 - - [2025-08-28 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.19 - - [2025-08-28 03:50:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004488 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004195 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006088 10.0.0.19 - - [2025-08-28 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.19 - - [2025-08-28 03:50:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003695 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003563 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007998 10.0.0.19 - - [2025-08-28 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.19 - - [2025-08-28 03:50:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004026 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002769 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005648 10.0.0.19 - - [2025-08-28 03:50:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004407 10.0.0.41 - - [2025-08-28 03:50:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003408 10.0.0.19 - - [2025-08-28 03:50:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003511 10.0.0.41 - - [2025-08-28 03:50:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003796 10.0.0.19 - - [2025-08-28 03:50:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004075 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003753 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.005304 10.0.0.19 - - [2025-08-28 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.19 - - [2025-08-28 03:50:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003561 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003208 10.0.0.19 - - [2025-08-28 03:50:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006226 10.0.0.19 - - [2025-08-28 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-08-28 03:50:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003806 10.0.0.19 - - [2025-08-28 03:50:50] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003603 10.0.0.19 - - [2025-08-28 03:50:51] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005636 10.0.0.19 - - [2025-08-28 03:50:51] "POST /neutron/port HTTP/1.1" 200 1090 0.015843 10.0.0.19 - - [2025-08-28 03:50:51] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008250 10.0.0.19 - - [2025-08-28 03:51:01] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.003911 10.0.0.19 - - [2025-08-28 03:51:01] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.006350 10.0.0.19 - - [2025-08-28 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.19 - - [2025-08-28 03:51:01] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003806 10.0.0.19 - - [2025-08-28 03:51:01] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003576 10.0.0.19 - - [2025-08-28 03:51:01] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005878 10.0.0.19 - - [2025-08-28 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.19 - - [2025-08-28 03:51:02] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003925 10.0.0.19 - - [2025-08-28 03:51:02] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003077 10.0.0.19 - - [2025-08-28 03:51:02] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005841 10.0.0.19 - - [2025-08-28 03:51:12] "POST /neutron/port HTTP/1.1" 200 1090 0.015246 10.0.0.19 - - [2025-08-28 03:51:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007485 10.0.0.19 - - [2025-08-28 03:51:12] "POST /neutron/network HTTP/1.1" 200 808 0.006390 10.0.0.19 - - [2025-08-28 03:51:18] "POST /neutron/network HTTP/1.1" 200 818 0.047726 10.0.0.19 - - [2025-08-28 03:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.41 - - [2025-08-28 03:52:02] "GET /global-system-configs HTTP/1.1" 200 322 0.042075 10.0.0.38 - - [2025-08-28 03:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.108929 10.0.0.38 - - [2025-08-28 03:52:02] "GET /global-system-configs HTTP/1.1" 200 322 0.072008 10.0.0.19 - - [2025-08-28 03:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.131974 10.0.0.41 - - [2025-08-28 03:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.147461 10.0.0.41 - - [2025-08-28 03:52:03] "GET /global-system-configs HTTP/1.1" 200 322 0.030657 10.0.0.38 - - [2025-08-28 03:52:03] "GET /global-system-configs HTTP/1.1" 200 322 0.043062 10.0.0.19 - - [2025-08-28 03:52:03] "GET /global-system-configs HTTP/1.1" 200 322 0.004849 10.0.0.41 - - [2025-08-28 03:52:03] "GET /obj-perms HTTP/1.1" 200 5056 0.004137 10.0.0.19 - - [2025-08-28 03:52:03] "GET /obj-perms HTTP/1.1" 200 5056 0.006279 10.0.0.38 - - [2025-08-28 03:52:03] "GET /obj-perms HTTP/1.1" 200 5056 0.127938 10.0.0.19 - - [2025-08-28 03:52:04] "GET /global-system-configs HTTP/1.1" 200 322 0.025897 10.0.0.19 - - [2025-08-28 03:52:12] "POST /neutron/port HTTP/1.1" 200 1090 0.015775 10.0.0.19 - - [2025-08-28 03:52:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.008470 10.0.0.19 - - [2025-08-28 03:52:19] "POST /neutron/port HTTP/1.1" 200 1090 0.016958 10.0.0.19 - - [2025-08-28 03:52:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004529 10.0.0.19 - - [2025-08-28 03:52:19] "POST /neutron/network HTTP/1.1" 200 808 0.006460 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003875 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.006042 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003535 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.004897 10.0.0.19 - - [2025-08-28 03:52:47] "GET /instance-ip/8239a9cf-8219-4287-b672-abdb40af1cd0 HTTP/1.1" 200 1620 0.003972 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.003239 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-machine-interface/47d3d8f9-b4f2-47b3-9e8d-4dde132fd950 HTTP/1.1" 200 2949 0.005271 10.0.0.19 - - [2025-08-28 03:52:47] "GET /instance-ip/8239a9cf-8219-4287-b672-abdb40af1cd0 HTTP/1.1" 200 1620 0.004177 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003469 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003245 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005702 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004438 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002795 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005176 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004188 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002986 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005403 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004122 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003434 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005609 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004454 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004171 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006053 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004070 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003133 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006501 10.0.0.19 - - [2025-08-28 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-08-28 03:52:47] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004194 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004416 10.0.0.19 - - [2025-08-28 03:52:47] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005806 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.19 - - [2025-08-28 03:52:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003282 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002726 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005191 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.19 - - [2025-08-28 03:52:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003455 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002957 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006217 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.19 - - [2025-08-28 03:52:49] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004970 10.0.0.19 - - [2025-08-28 03:52:49] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004925 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.19 - - [2025-08-28 03:52:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003280 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002802 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005507 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.19 - - [2025-08-28 03:52:49] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005422 10.0.0.19 - - [2025-08-28 03:52:49] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005145 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.19 - - [2025-08-28 03:52:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004872 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003648 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005885 10.0.0.19 - - [2025-08-28 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.19 - - [2025-08-28 03:52:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004104 10.0.0.19 - - [2025-08-28 03:52:49] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002893 10.0.0.19 - - [2025-08-28 03:52:50] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005977 10.0.0.19 - - [2025-08-28 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.19 - - [2025-08-28 03:52:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003927 10.0.0.19 - - [2025-08-28 03:52:50] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003322 10.0.0.19 - - [2025-08-28 03:52:50] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005595 10.0.0.41 - - [2025-08-28 03:52:50] "GET /obj-perms HTTP/1.1" 200 5044 0.006727 10.0.0.19 - - [2025-08-28 03:52:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003839 10.0.0.41 - - [2025-08-28 03:52:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003355 10.0.0.19 - - [2025-08-28 03:52:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003698 10.0.0.19 - - [2025-08-28 03:52:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003975 10.0.0.38 - - [2025-08-28 03:52:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003587 10.0.0.19 - - [2025-08-28 03:52:54] "POST /neutron/port HTTP/1.1" 200 1090 0.015071 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.004025 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.005321 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.003687 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.007416 10.0.0.19 - - [2025-08-28 03:52:54] "GET /instance-ip/09582288-69be-4068-b863-92d8fe9f84a3 HTTP/1.1" 200 1619 0.004270 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.003234 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.004551 10.0.0.19 - - [2025-08-28 03:52:54] "GET /instance-ip/09582288-69be-4068-b863-92d8fe9f84a3 HTTP/1.1" 200 1619 0.003994 10.0.0.19 - - [2025-08-28 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.19 - - [2025-08-28 03:52:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003265 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002901 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006446 10.0.0.19 - - [2025-08-28 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.19 - - [2025-08-28 03:52:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008331 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004213 10.0.0.19 - - [2025-08-28 03:52:54] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005321 10.0.0.19 - - [2025-08-28 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.19 - - [2025-08-28 03:52:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005697 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002846 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006757 10.0.0.19 - - [2025-08-28 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.19 - - [2025-08-28 03:52:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003937 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004741 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005486 10.0.0.19 - - [2025-08-28 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.19 - - [2025-08-28 03:52:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006442 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003530 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005683 10.0.0.19 - - [2025-08-28 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.19 - - [2025-08-28 03:52:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005026 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003265 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006006 10.0.0.19 - - [2025-08-28 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.19 - - [2025-08-28 03:52:55] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004013 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003678 10.0.0.19 - - [2025-08-28 03:52:55] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005537 10.0.0.19 - - [2025-08-28 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.19 - - [2025-08-28 03:52:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003365 10.0.0.19 - - [2025-08-28 03:52:56] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003258 10.0.0.19 - - [2025-08-28 03:52:56] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006047 10.0.0.19 - - [2025-08-28 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.19 - - [2025-08-28 03:52:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004043 10.0.0.19 - - [2025-08-28 03:52:56] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002574 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007124 10.0.0.19 - - [2025-08-28 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2025-08-28 03:52:57] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006941 10.0.0.19 - - [2025-08-28 03:52:57] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004275 10.0.0.19 - - [2025-08-28 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.19 - - [2025-08-28 03:52:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004402 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003265 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005539 10.0.0.19 - - [2025-08-28 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.19 - - [2025-08-28 03:52:57] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004485 10.0.0.19 - - [2025-08-28 03:52:57] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004829 10.0.0.19 - - [2025-08-28 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.19 - - [2025-08-28 03:52:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004615 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004599 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006418 10.0.0.19 - - [2025-08-28 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.19 - - [2025-08-28 03:52:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004267 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002934 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006872 10.0.0.19 - - [2025-08-28 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.19 - - [2025-08-28 03:52:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003960 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003199 10.0.0.19 - - [2025-08-28 03:52:57] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010467 10.0.0.41 - - [2025-08-28 03:52:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003831 10.0.0.41 - - [2025-08-28 03:53:03] "GET /obj-perms HTTP/1.1" 200 5044 0.009145 10.0.0.19 - - [2025-08-28 03:53:03] "GET /obj-perms HTTP/1.1" 200 5044 0.003652 10.0.0.19 - - [2025-08-28 03:53:04] "GET /obj-perms HTTP/1.1" 200 5044 0.003928 10.0.0.19 - - [2025-08-28 03:53:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004178 10.0.0.38 - - [2025-08-28 03:53:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004279 10.0.0.41 - - [2025-08-28 03:53:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004088 10.0.0.19 - - [2025-08-28 03:53:12] "POST /neutron/port HTTP/1.1" 200 1090 0.036923 10.0.0.19 - - [2025-08-28 03:53:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.010191 10.0.0.19 - - [2025-08-28 03:53:19] "POST /neutron/port HTTP/1.1" 200 1090 0.017476 10.0.0.19 - - [2025-08-28 03:53:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.19 - - [2025-08-28 03:53:19] "POST /neutron/network HTTP/1.1" 200 808 0.006221 10.0.0.19 - - [2025-08-28 03:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.19 - - [2025-08-28 03:53:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003628 10.0.0.19 - - [2025-08-28 03:53:24] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002921 10.0.0.19 - - [2025-08-28 03:53:24] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006273 10.0.0.19 - - [2025-08-28 03:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.19 - - [2025-08-28 03:53:25] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003354 10.0.0.19 - - [2025-08-28 03:53:25] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002982 10.0.0.19 - - [2025-08-28 03:53:25] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005749 10.0.0.19 - - [2025-08-28 03:53:40] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.004069 10.0.0.19 - - [2025-08-28 03:53:40] "GET /virtual-machine-interface/6dd477d4-71b2-4d74-9a56-7a1c4c1ee515 HTTP/1.1" 200 2949 0.005496 10.0.0.19 - - [2025-08-28 03:53:40] "GET /instance-ip/09582288-69be-4068-b863-92d8fe9f84a3 HTTP/1.1" 200 1619 0.003979 10.0.0.19 - - [2025-08-28 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.19 - - [2025-08-28 03:53:40] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003468 10.0.0.19 - - [2025-08-28 03:53:40] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003313 10.0.0.19 - - [2025-08-28 03:53:40] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005970 10.0.0.19 - - [2025-08-28 03:53:44] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 200 1300 0.004331 10.0.0.19 - - [2025-08-28 03:53:45] "POST /neutron/port HTTP/1.1" 200 151 0.174836 10.0.0.19 - - [2025-08-28 03:53:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003665 10.0.0.19 - - [2025-08-28 03:53:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003085 10.0.0.19 - - [2025-08-28 03:53:46] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002549 10.0.0.19 - - [2025-08-28 03:53:47] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003478 10.0.0.19 - - [2025-08-28 03:53:48] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002885 10.0.0.19 - - [2025-08-28 03:53:49] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002969 10.0.0.19 - - [2025-08-28 03:53:50] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003329 10.0.0.19 - - [2025-08-28 03:53:51] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003564 10.0.0.19 - - [2025-08-28 03:53:52] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003101 10.0.0.19 - - [2025-08-28 03:53:52] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002915 10.0.0.19 - - [2025-08-28 03:53:53] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003040 10.0.0.19 - - [2025-08-28 03:53:54] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002869 10.0.0.19 - - [2025-08-28 03:53:55] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003571 10.0.0.19 - - [2025-08-28 03:53:56] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003657 10.0.0.19 - - [2025-08-28 03:53:57] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003048 10.0.0.19 - - [2025-08-28 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.19 - - [2025-08-28 03:53:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003550 10.0.0.19 - - [2025-08-28 03:53:57] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002703 10.0.0.19 - - [2025-08-28 03:53:57] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006423 10.0.0.19 - - [2025-08-28 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.19 - - [2025-08-28 03:53:57] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004494 10.0.0.19 - - [2025-08-28 03:53:57] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004913 10.0.0.19 - - [2025-08-28 03:53:57] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002828 10.0.0.19 - - [2025-08-28 03:53:58] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002850 10.0.0.19 - - [2025-08-28 03:53:59] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003224 10.0.0.19 - - [2025-08-28 03:54:00] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003065 10.0.0.19 - - [2025-08-28 03:54:01] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003289 10.0.0.19 - - [2025-08-28 03:54:02] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.004203 10.0.0.19 - - [2025-08-28 03:54:02] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002650 10.0.0.19 - - [2025-08-28 03:54:03] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.003537 10.0.0.19 - - [2025-08-28 03:54:04] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.004380 10.0.0.19 - - [2025-08-28 03:54:05] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002789 10.0.0.19 - - [2025-08-28 03:54:06] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.002841 10.0.0.19 - - [2025-08-28 03:54:07] "GET /virtual-machine/ef676938-7b8d-40bb-b511-5f9ddc94a689 HTTP/1.1" 404 171 0.004911 10.0.0.19 - - [2025-08-28 03:54:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003724 10.0.0.38 - - [2025-08-28 03:54:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003818 10.0.0.19 - - [2025-08-28 03:54:07] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 200 1300 0.004483 10.0.0.19 - - [2025-08-28 03:54:08] "POST /neutron/port HTTP/1.1" 200 151 0.174863 10.0.0.19 - - [2025-08-28 03:54:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003388 10.0.0.19 - - [2025-08-28 03:54:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.002610 10.0.0.19 - - [2025-08-28 03:54:09] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.002182 10.0.0.19 - - [2025-08-28 03:54:10] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003516 10.0.0.19 - - [2025-08-28 03:54:11] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003414 10.0.0.19 - - [2025-08-28 03:54:12] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003395 10.0.0.19 - - [2025-08-28 03:54:13] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003858 10.0.0.19 - - [2025-08-28 03:54:14] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.002933 10.0.0.19 - - [2025-08-28 03:54:15] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003069 10.0.0.19 - - [2025-08-28 03:54:15] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.002997 10.0.0.19 - - [2025-08-28 03:54:16] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.002775 10.0.0.19 - - [2025-08-28 03:54:17] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003412 10.0.0.19 - - [2025-08-28 03:54:18] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003343 10.0.0.19 - - [2025-08-28 03:54:19] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.003499 10.0.0.19 - - [2025-08-28 03:54:20] "GET /virtual-machine/f16c004b-e628-427b-8eda-ace9c528a087 HTTP/1.1" 404 171 0.002896 10.0.0.19 - - [2025-08-28 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.19 - - [2025-08-28 03:54:20] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003884 10.0.0.19 - - [2025-08-28 03:54:20] "GET /virtual-networks?parent_id=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003505 10.0.0.19 - - [2025-08-28 03:54:20] "GET /virtual-network/1427cdff-a6d2-4bae-8e15-8fc64f1f84cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005775 10.0.0.19 - - [2025-08-28 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.19 - - [2025-08-28 03:54:20] "GET /routing-instance/55c69e2f-2ae7-4411-8d78-38375df7f208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004431 10.0.0.19 - - [2025-08-28 03:54:20] "GET /route-target/d96336e2-3318-45f8-aab0-85815103a778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004712 10.0.0.19 - - [2025-08-28 03:54:20] "GET /obj-perms HTTP/1.1" 200 5056 0.048490 10.0.0.19 - - [2025-08-28 03:54:23] "GET /obj-perms HTTP/1.1" 200 5044 0.003780 10.0.0.41 - - [2025-08-28 03:54:23] "GET /obj-perms HTTP/1.1" 200 5044 0.004891 10.0.0.19 - - [2025-08-28 03:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.029685 10.0.0.19 - - [2025-08-28 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.19 - - [2025-08-28 03:54:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003539 10.0.0.19 - - [2025-08-28 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.19 - - [2025-08-28 03:54:24] "PUT /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844 HTTP/1.1" 200 276 0.010726 10.0.0.41 - - [2025-08-28 03:54:26] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.024425 10.0.0.19 - - [2025-08-28 03:54:26] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.065752 10.0.0.41 - - [2025-08-28 03:54:26] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000967 10.0.0.19 - - [2025-08-28 03:54:26] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?fields=virtual_networks HTTP/1.1" 200 1045 0.043091 10.0.0.41 - - [2025-08-28 03:54:26] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001170 10.0.0.19 - - [2025-08-28 03:54:26] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.050121 10.0.0.41 - - [2025-08-28 03:54:26] "GET /projects?obj_uuids=840ec0e6-2cfc-480d-84d4-783da0eb47fc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001317 10.0.0.19 - - [2025-08-28 03:54:26] "GET /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc?fields=security_groups HTTP/1.1" 200 1278 0.062253 10.0.0.19 - - [2025-08-28 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.023721 10.0.0.41 - - [2025-08-28 03:54:27] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002915 10.0.0.41 - - [2025-08-28 03:54:27] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.41 - - [2025-08-28 03:54:27] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006634 10.0.0.41 - - [2025-08-28 03:54:27] "POST /id-to-fqname HTTP/1.1" 200 196 0.001152 10.0.0.41 - - [2025-08-28 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 205 0.017932 10.0.0.41 - - [2025-08-28 03:54:28] "POST /security-groups HTTP/1.1" 200 597 0.072911 10.0.0.41 - - [2025-08-28 03:54:28] "POST /projects HTTP/1.1" 200 597 0.285946 10.0.0.41 - - [2025-08-28 03:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.353901 10.0.0.19 - - [2025-08-28 03:54:28] "POST /access-control-lists HTTP/1.1" 200 602 0.026091 10.0.0.19 - - [2025-08-28 03:54:28] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.495225 10.0.0.19 - - [2025-08-28 03:54:29] "GET / HTTP/1.1" 200 35931 0.001415 10.0.0.41 - - [2025-08-28 03:54:32] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.19 - - [2025-08-28 03:54:32] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.033767 10.0.0.41 - - [2025-08-28 03:54:32] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.19 - - [2025-08-28 03:54:32] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?fields=virtual_networks HTTP/1.1" 200 1044 0.086432 10.0.0.41 - - [2025-08-28 03:54:32] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.19 - - [2025-08-28 03:54:32] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.034315 10.0.0.41 - - [2025-08-28 03:54:32] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001269 10.0.0.19 - - [2025-08-28 03:54:32] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?fields=security_groups HTTP/1.1" 200 1276 0.046700 10.0.0.19 - - [2025-08-28 03:54:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.022084 10.0.0.41 - - [2025-08-28 03:54:33] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002714 10.0.0.41 - - [2025-08-28 03:54:33] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.41 - - [2025-08-28 03:54:33] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006453 10.0.0.41 - - [2025-08-28 03:54:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.005526 10.0.0.41 - - [2025-08-28 03:54:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.008226 10.0.0.41 - - [2025-08-28 03:54:33] "POST /security-groups HTTP/1.1" 200 591 0.034769 10.0.0.19 - - [2025-08-28 03:54:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.004447 10.0.0.41 - - [2025-08-28 03:54:33] "POST /projects HTTP/1.1" 200 585 0.235357 10.0.0.41 - - [2025-08-28 03:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.311073 10.0.0.19 - - [2025-08-28 03:54:33] "POST /access-control-lists HTTP/1.1" 200 594 0.030272 10.0.0.19 - - [2025-08-28 03:54:33] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.457857 10.0.0.19 - - [2025-08-28 03:54:34] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.41 - - [2025-08-28 03:54:37] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.19 - - [2025-08-28 03:54:37] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048333 10.0.0.41 - - [2025-08-28 03:54:37] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.19 - - [2025-08-28 03:54:37] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?fields=virtual_networks HTTP/1.1" 200 1033 0.067345 10.0.0.41 - - [2025-08-28 03:54:37] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001829 10.0.0.19 - - [2025-08-28 03:54:38] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.060163 10.0.0.41 - - [2025-08-28 03:54:38] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.19 - - [2025-08-28 03:54:38] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?fields=security_groups HTTP/1.1" 200 1259 0.054263 10.0.0.19 - - [2025-08-28 03:54:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.022983 10.0.0.41 - - [2025-08-28 03:54:39] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003375 10.0.0.41 - - [2025-08-28 03:54:39] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.41 - - [2025-08-28 03:54:39] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007277 10.0.0.41 - - [2025-08-28 03:54:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.004629 10.0.0.41 - - [2025-08-28 03:54:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.007249 10.0.0.41 - - [2025-08-28 03:54:39] "POST /security-groups HTTP/1.1" 200 599 0.072866 10.0.0.41 - - [2025-08-28 03:54:39] "POST /projects HTTP/1.1" 200 601 0.268682 10.0.0.19 - - [2025-08-28 03:54:39] "POST /fqname-to-id HTTP/1.1" 404 241 0.016018 10.0.0.41 - - [2025-08-28 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.341484 10.0.0.19 - - [2025-08-28 03:54:39] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.487162 10.0.0.19 - - [2025-08-28 03:54:40] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.19 - - [2025-08-28 03:54:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2025-08-28 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055184 10.0.0.41 - - [2025-08-28 03:54:41] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.19 - - [2025-08-28 03:54:41] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.033698 10.0.0.19 - - [2025-08-28 03:54:41] "POST /neutron/network HTTP/1.1" 200 117 0.036735 10.0.0.19 - - [2025-08-28 03:54:41] "POST /ref-update HTTP/1.1" 200 156 0.027933 10.0.0.41 - - [2025-08-28 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.045398 10.0.0.41 - - [2025-08-28 03:54:42] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.015917 10.0.0.41 - - [2025-08-28 03:54:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004582 10.0.0.19 - - [2025-08-28 03:54:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.236854 10.0.0.19 - - [2025-08-28 03:54:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001416 10.0.0.19 - - [2025-08-28 03:54:42] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006058 10.0.0.19 - - [2025-08-28 03:54:42] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005215 10.0.0.19 - - [2025-08-28 03:54:42] "POST /neutron/network HTTP/1.1" 200 975 0.008151 10.0.0.19 - - [2025-08-28 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-08-28 03:54:42] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.19 - - [2025-08-28 03:54:42] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038703 10.0.0.19 - - [2025-08-28 03:54:42] "POST /neutron/network HTTP/1.1" 200 117 0.012040 10.0.0.41 - - [2025-08-28 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005703 10.0.0.41 - - [2025-08-28 03:54:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007684 10.0.0.19 - - [2025-08-28 03:54:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.216038 10.0.0.19 - - [2025-08-28 03:54:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001205 10.0.0.19 - - [2025-08-28 03:54:43] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005517 10.0.0.19 - - [2025-08-28 03:54:43] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005843 10.0.0.19 - - [2025-08-28 03:54:43] "POST /neutron/network HTTP/1.1" 200 974 0.008059 10.0.0.19 - - [2025-08-28 03:54:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001232 10.0.0.19 - - [2025-08-28 03:54:43] "POST /neutron/network HTTP/1.1" 200 985 0.009309 10.0.0.41 - - [2025-08-28 03:54:44] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.19 - - [2025-08-28 03:54:44] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064145 10.0.0.19 - - [2025-08-28 03:54:44] "POST /neutron/port HTTP/1.1" 200 117 0.007655 10.0.0.19 - - [2025-08-28 03:54:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001109 10.0.0.19 - - [2025-08-28 03:54:44] "POST /neutron/network HTTP/1.1" 200 985 0.008908 10.0.0.19 - - [2025-08-28 03:54:45] "POST /neutron/port HTTP/1.1" 200 1153 0.019000 10.0.0.19 - - [2025-08-28 03:54:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005497 10.0.0.41 - - [2025-08-28 03:54:45] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.19 - - [2025-08-28 03:54:45] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065363 10.0.0.19 - - [2025-08-28 03:54:45] "POST /neutron/subnet HTTP/1.1" 200 1272 0.011061 10.0.0.19 - - [2025-08-28 03:54:45] "POST /neutron/network HTTP/1.1" 200 975 0.008876 10.0.0.19 - - [2025-08-28 03:54:45] "POST /neutron/port HTTP/1.1" 200 117 0.005979 10.0.0.19 - - [2025-08-28 03:54:45] "POST /neutron/network HTTP/1.1" 200 984 0.008579 10.0.0.19 - - [2025-08-28 03:54:46] "POST /neutron/port HTTP/1.1" 200 1152 0.022039 10.0.0.19 - - [2025-08-28 03:54:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004519 10.0.0.19 - - [2025-08-28 03:54:46] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.19 - - [2025-08-28 03:54:50] "POST /neutron/port HTTP/1.1" 200 1181 0.021613 10.0.0.19 - - [2025-08-28 03:54:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007546 10.0.0.19 - - [2025-08-28 03:54:51] "GET /virtual-machine/8b75d8de-26b7-4137-8c8f-b01b74d88584 HTTP/1.1" 401 292 0.000454 10.0.0.19 - - [2025-08-28 03:54:51] "GET /virtual-machine/8b75d8de-26b7-4137-8c8f-b01b74d88584 HTTP/1.1" 200 1301 0.030045 10.0.0.19 - - [2025-08-28 03:54:51] "GET /virtual-machine-interface/985df112-c83f-403a-a242-d9931dc84b95 HTTP/1.1" 200 3158 0.005850 10.0.0.19 - - [2025-08-28 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.19 - - [2025-08-28 03:54:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004193 10.0.0.19 - - [2025-08-28 03:54:51] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002668 10.0.0.19 - - [2025-08-28 03:54:51] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005350 10.0.0.19 - - [2025-08-28 03:54:53] "POST /neutron/port HTTP/1.1" 200 1181 0.040497 10.0.0.19 - - [2025-08-28 03:54:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006382 10.0.0.19 - - [2025-08-28 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.19 - - [2025-08-28 03:54:54] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006788 10.0.0.19 - - [2025-08-28 03:54:56] "DELETE /access-control-list/496b2a3a-006f-4954-8eed-46de6022ffd0 HTTP/1.1" 200 115 0.037391 10.0.0.19 - - [2025-08-28 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.19 - - [2025-08-28 03:54:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.011480 10.0.0.19 - - [2025-08-28 03:54:56] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004814 10.0.0.19 - - [2025-08-28 03:54:56] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.020911 10.0.0.19 - - [2025-08-28 03:54:57] "POST /neutron/port HTTP/1.1" 200 1180 0.017763 10.0.0.19 - - [2025-08-28 03:54:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006580 10.0.0.19 - - [2025-08-28 03:54:57] "GET /virtual-machine/b6bdb4cd-653d-4d4f-8e4d-2effca6377b6 HTTP/1.1" 200 1301 0.005595 10.0.0.19 - - [2025-08-28 03:54:57] "GET /virtual-machine-interface/9bc62818-3165-4e00-84d5-94c0657edb6d HTTP/1.1" 200 3157 0.004989 10.0.0.19 - - [2025-08-28 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-08-28 03:54:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003387 10.0.0.19 - - [2025-08-28 03:54:57] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002953 10.0.0.19 - - [2025-08-28 03:54:57] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005728 10.0.0.19 - - [2025-08-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.19 - - [2025-08-28 03:54:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003664 10.0.0.19 - - [2025-08-28 03:54:58] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003015 10.0.0.19 - - [2025-08-28 03:54:58] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006244 10.0.0.19 - - [2025-08-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 404 209 0.003189 10.0.0.19 - - [2025-08-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.41 - - [2025-08-28 03:54:58] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.19 - - [2025-08-28 03:54:58] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048130 10.0.0.19 - - [2025-08-28 03:54:58] "POST /network-policys HTTP/1.1" 200 533 0.027785 10.0.0.19 - - [2025-08-28 03:54:58] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006071 10.0.0.19 - - [2025-08-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.19 - - [2025-08-28 03:54:58] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006030 10.0.0.19 - - [2025-08-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-08-28 03:54:58] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004565 10.0.0.19 - - [2025-08-28 03:54:58] "POST /ref-update HTTP/1.1" 200 156 0.044721 10.0.0.41 - - [2025-08-28 03:54:58] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.013702 10.0.0.19 - - [2025-08-28 03:54:58] "POST /access-control-lists HTTP/1.1" 200 578 0.040974 10.0.0.19 - - [2025-08-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.021816 10.0.0.19 - - [2025-08-28 03:54:58] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004280 10.0.0.19 - - [2025-08-28 03:54:59] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.008536 10.0.0.19 - - [2025-08-28 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.19 - - [2025-08-28 03:54:59] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004141 10.0.0.19 - - [2025-08-28 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.19 - - [2025-08-28 03:54:59] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006453 10.0.0.19 - - [2025-08-28 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.19 - - [2025-08-28 03:54:59] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004122 10.0.0.19 - - [2025-08-28 03:54:59] "POST /ref-update HTTP/1.1" 200 156 0.059915 10.0.0.19 - - [2025-08-28 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.19 - - [2025-08-28 03:54:59] "POST /access-control-lists HTTP/1.1" 200 578 0.040573 10.0.0.19 - - [2025-08-28 03:54:59] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007505 10.0.0.19 - - [2025-08-28 03:54:59] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.009110 10.0.0.19 - - [2025-08-28 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.19 - - [2025-08-28 03:54:59] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005023 10.0.0.19 - - [2025-08-28 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.41 - - [2025-08-28 03:54:59] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.19 - - [2025-08-28 03:54:59] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065921 10.0.0.19 - - [2025-08-28 03:54:59] "POST /neutron/network HTTP/1.1" 200 117 0.015080 10.0.0.19 - - [2025-08-28 03:54:59] "POST /ref-update HTTP/1.1" 200 156 0.034643 10.0.0.19 - - [2025-08-28 03:55:00] "POST /neutron/network HTTP/1.1" 200 799 0.018136 10.0.0.19 - - [2025-08-28 03:55:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001253 10.0.0.19 - - [2025-08-28 03:55:00] "GET /virtual-network/66cd8ee7-d301-44d4-9be0-aae4a98e8a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005282 10.0.0.19 - - [2025-08-28 03:55:00] "GET /virtual-network/66cd8ee7-d301-44d4-9be0-aae4a98e8a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005652 10.0.0.19 - - [2025-08-28 03:55:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.009903 10.0.0.19 - - [2025-08-28 03:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.41 - - [2025-08-28 03:55:00] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.19 - - [2025-08-28 03:55:00] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041357 10.0.0.41 - - [2025-08-28 03:55:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012263 10.0.0.19 - - [2025-08-28 03:55:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.200220 10.0.0.19 - - [2025-08-28 03:55:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001556 10.0.0.19 - - [2025-08-28 03:55:00] "GET /virtual-network/ced16909-06c8-4f0b-86b0-b973d949cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006989 10.0.0.19 - - [2025-08-28 03:55:00] "GET /virtual-network/ced16909-06c8-4f0b-86b0-b973d949cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005610 10.0.0.19 - - [2025-08-28 03:55:00] "POST /neutron/network HTTP/1.1" 200 799 0.008473 10.0.0.19 - - [2025-08-28 03:55:00] "POST /fqname-to-id HTTP/1.1" 404 239 0.003336 10.0.0.19 - - [2025-08-28 03:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.41 - - [2025-08-28 03:55:00] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.19 - - [2025-08-28 03:55:00] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043598 10.0.0.19 - - [2025-08-28 03:55:01] "POST /network-policys HTTP/1.1" 200 587 0.031745 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006493 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.19 - - [2025-08-28 03:55:01] "GET /virtual-network/66cd8ee7-d301-44d4-9be0-aae4a98e8a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005701 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004737 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.002997 10.0.0.19 - - [2025-08-28 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.054300 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004269 10.0.0.19 - - [2025-08-28 03:55:01] "GET /virtual-network/66cd8ee7-d301-44d4-9be0-aae4a98e8a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.011448 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003848 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.19 - - [2025-08-28 03:55:01] "GET /virtual-network/ced16909-06c8-4f0b-86b0-b973d949cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009821 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005330 10.0.0.19 - - [2025-08-28 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.057294 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.021455 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004064 10.0.0.19 - - [2025-08-28 03:55:01] "POST /neutron/network HTTP/1.1" 200 912 0.008711 10.0.0.19 - - [2025-08-28 03:55:01] "GET /virtual-network/ced16909-06c8-4f0b-86b0-b973d949cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.013226 10.0.0.19 - - [2025-08-28 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.19 - - [2025-08-28 03:55:01] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005800 10.0.0.19 - - [2025-08-28 03:55:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001376 10.0.0.19 - - [2025-08-28 03:55:02] "POST /neutron/network HTTP/1.1" 200 922 0.007568 10.0.0.41 - - [2025-08-28 03:55:02] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001397 10.0.0.19 - - [2025-08-28 03:55:02] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071901 10.0.0.19 - - [2025-08-28 03:55:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007549 10.0.0.19 - - [2025-08-28 03:55:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001187 10.0.0.19 - - [2025-08-28 03:55:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008813 10.0.0.41 - - [2025-08-28 03:55:03] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.19 - - [2025-08-28 03:55:03] "POST /neutron/port HTTP/1.1" 200 1063 0.248426 10.0.0.19 - - [2025-08-28 03:55:03] "POST /neutron/port HTTP/1.1" 200 1117 0.095484 10.0.0.19 - - [2025-08-28 03:55:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.008456 10.0.0.41 - - [2025-08-28 03:55:04] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.19 - - [2025-08-28 03:55:04] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076333 10.0.0.19 - - [2025-08-28 03:55:04] "POST /neutron/network HTTP/1.1" 200 912 0.028496 10.0.0.19 - - [2025-08-28 03:55:04] "POST /neutron/port HTTP/1.1" 200 117 0.006523 10.0.0.19 - - [2025-08-28 03:55:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003129 10.0.0.19 - - [2025-08-28 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.19 - - [2025-08-28 03:55:04] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004540 10.0.0.19 - - [2025-08-28 03:55:04] "PUT /access-control-list/de6d3f70-f6dd-4c8e-9fa3-37a8f8456537 HTTP/1.1" 200 272 0.017036 10.0.0.19 - - [2025-08-28 03:55:05] "POST /neutron/port HTTP/1.1" 200 1063 0.015931 10.0.0.19 - - [2025-08-28 03:55:05] "POST /neutron/port HTTP/1.1" 200 1091 0.016680 10.0.0.19 - - [2025-08-28 03:55:05] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.19 - - [2025-08-28 03:55:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003595 10.0.0.19 - - [2025-08-28 03:55:05] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004188 10.0.0.19 - - [2025-08-28 03:55:05] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003695 10.0.0.19 - - [2025-08-28 03:55:05] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.025208 10.0.0.19 - - [2025-08-28 03:55:05] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.041021 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.016566 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004853 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.044212 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.074620 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012479 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004230 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.054742 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.046994 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.019865 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014907 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.030872 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002997 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004714 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003728 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.024512 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.046232 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009610 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008542 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.036070 10.0.0.19 - - [2025-08-28 03:55:06] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.041109 10.0.0.19 - - [2025-08-28 03:55:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004667 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004541 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.045521 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.038768 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007424 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005439 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.018255 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003759 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004589 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003807 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.023875 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.045408 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005736 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003996 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.038045 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.041793 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004340 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006059 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.035844 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.054089 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.015633 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009911 10.0.0.19 - - [2025-08-28 03:55:07] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.018523 10.0.0.19 - - [2025-08-28 03:55:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003254 10.0.0.19 - - [2025-08-28 03:55:08] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004276 10.0.0.19 - - [2025-08-28 03:55:08] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003672 10.0.0.19 - - [2025-08-28 03:55:08] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.022841 10.0.0.19 - - [2025-08-28 03:55:08] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.040767 10.0.0.19 - - [2025-08-28 03:55:08] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009874 10.0.0.19 - - [2025-08-28 03:55:08] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005695 10.0.0.19 - - [2025-08-28 03:55:08] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.027838 10.0.0.19 - - [2025-08-28 03:55:08] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.045502 10.0.0.19 - - [2025-08-28 03:55:08] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004701 10.0.0.19 - - [2025-08-28 03:55:08] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007030 10.0.0.19 - - [2025-08-28 03:55:08] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.036044 10.0.0.19 - - [2025-08-28 03:55:08] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.038473 10.0.0.19 - - [2025-08-28 03:55:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006896 10.0.0.19 - - [2025-08-28 03:55:14] "POST /neutron/port HTTP/1.1" 200 1181 0.016542 10.0.0.19 - - [2025-08-28 03:55:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 10.0.0.19 - - [2025-08-28 03:55:14] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003144 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004715 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.003851 10.0.0.19 - - [2025-08-28 03:55:18] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.028185 10.0.0.19 - - [2025-08-28 03:55:18] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.040593 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.012179 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006417 10.0.0.19 - - [2025-08-28 03:55:18] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.044459 10.0.0.19 - - [2025-08-28 03:55:18] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.030848 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004438 10.0.0.19 - - [2025-08-28 03:55:18] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005653 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.048021 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.045340 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008624 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005768 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.031048 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002961 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004726 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003986 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.037333 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.038217 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004363 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006346 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.030087 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.080196 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005132 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007899 10.0.0.41 - - [2025-08-28 03:55:19] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.41 - - [2025-08-28 03:55:19] "DELETE /project/68719d2bfa4e4e4aa30af2ba4b23f4d2 HTTP/1.1" 404 173 0.126749 10.0.0.41 - - [2025-08-28 03:55:19] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.069552 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.081874 10.0.0.41 - - [2025-08-28 03:55:19] "DELETE /project/cc40a4e0b8824cf5b4fa9771ae9d8f8d HTTP/1.1" 404 173 0.175422 10.0.0.41 - - [2025-08-28 03:55:19] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.41 - - [2025-08-28 03:55:19] "DELETE /project/875d07dab4044a5daa330249678f71fa HTTP/1.1" 404 173 0.211790 10.0.0.41 - - [2025-08-28 03:55:19] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?fields=security_groups HTTP/1.1" 200 1364 0.086586 10.0.0.41 - - [2025-08-28 03:55:19] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000992 10.0.0.19 - - [2025-08-28 03:55:19] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.070998 10.0.0.41 - - [2025-08-28 03:55:19] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.048981 10.0.0.41 - - [2025-08-28 03:55:19] "DELETE /project/840ec0e6-2cfc-480d-84d4-783da0eb47fc HTTP/1.1" 404 177 0.326504 10.0.0.41 - - [2025-08-28 03:55:19] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003886 10.0.0.19 - - [2025-08-28 03:55:19] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015388 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004639 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.045492 10.0.0.41 - - [2025-08-28 03:55:20] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?fields=security_groups HTTP/1.1" 200 1381 0.106171 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005187 10.0.0.41 - - [2025-08-28 03:55:20] "DELETE /security-group/71012a1b-71af-43d4-b9c8-9c2f4e0ac4c0 HTTP/1.1" 200 115 0.165136 10.0.0.41 - - [2025-08-28 03:55:20] "GET /projects?obj_uuids=cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006525 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.023087 10.0.0.41 - - [2025-08-28 03:55:20] "GET /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d?fields=application_policy_sets HTTP/1.1" 200 1403 0.086483 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.071871 10.0.0.41 - - [2025-08-28 03:55:20] "DELETE /security-group/4fd37762-e7b1-44d0-bd90-a6ee683070e1 HTTP/1.1" 200 115 0.152342 10.0.0.41 - - [2025-08-28 03:55:20] "GET /projects?obj_uuids=68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001959 10.0.0.19 - - [2025-08-28 03:55:20] "DELETE /access-control-list/c82c5a6e-a6e0-457f-95c4-17341c3dea09 HTTP/1.1" 200 115 0.114025 10.0.0.41 - - [2025-08-28 03:55:20] "GET /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2?fields=application_policy_sets HTTP/1.1" 200 1420 0.121174 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.119291 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.017487 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005026 10.0.0.41 - - [2025-08-28 03:55:20] "DELETE /project/cc40a4e0-b882-4cf5-b4fa-9771ae9d8f8d HTTP/1.1" 200 115 0.917085 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.058455 10.0.0.41 - - [2025-08-28 03:55:20] "DELETE /project/68719d2b-fa4e-4e4a-a30a-f2ba4b23f4d2 HTTP/1.1" 200 115 1.057646 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.075083 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.017872 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004403 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.039888 10.0.0.19 - - [2025-08-28 03:55:20] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.045774 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009644 10.0.0.19 - - [2025-08-28 03:55:20] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004061 10.0.0.19 - - [2025-08-28 03:55:21] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.046283 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/port HTTP/1.1" 200 1180 0.017436 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007411 10.0.0.19 - - [2025-08-28 03:55:21] "POST /ref-update HTTP/1.1" 200 156 0.066713 10.0.0.19 - - [2025-08-28 03:55:21] "GET /virtual-network/ced16909-06c8-4f0b-86b0-b973d949cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.127850 10.0.0.19 - - [2025-08-28 03:55:21] "POST /ref-update HTTP/1.1" 200 156 0.153766 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/subnet HTTP/1.1" 200 1267 0.138470 10.0.0.19 - - [2025-08-28 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006868 10.0.0.19 - - [2025-08-28 03:55:21] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003730 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/network HTTP/1.1" 200 1060 0.017911 10.0.0.19 - - [2025-08-28 03:55:21] "POST /ref-update HTTP/1.1" 200 156 0.070621 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/network HTTP/1.1" 200 799 0.010156 10.0.0.19 - - [2025-08-28 03:55:21] "GET /virtual-network/66cd8ee7-d301-44d4-9be0-aae4a98e8a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006713 10.0.0.19 - - [2025-08-28 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.19 - - [2025-08-28 03:55:21] "GET /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005774 10.0.0.19 - - [2025-08-28 03:55:21] "DELETE /network-policy/fc40a6be-1867-48eb-b7d4-60e03c1ee998 HTTP/1.1" 200 115 0.035431 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/port HTTP/1.1" 200 1117 0.023349 10.0.0.19 - - [2025-08-28 03:55:21] "POST /neutron/network HTTP/1.1" 400 204 0.022762 10.0.0.19 - - [2025-08-28 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.19 - - [2025-08-28 03:55:24] "POST /neutron/network HTTP/1.1" 200 799 0.007447 10.0.0.19 - - [2025-08-28 03:55:24] "DELETE /route-target/edca54df-9f83-4fb3-899e-b1b3f752ad96 HTTP/1.1" 200 115 0.028089 10.0.0.41 - - [2025-08-28 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.19 - - [2025-08-28 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.054775 10.0.0.19 - - [2025-08-28 03:55:24] "GET /virtual-network/b0a44695-4a9e-45d4-8824-eafe916d5cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.014586 10.0.0.19 - - [2025-08-28 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.19 - - [2025-08-28 03:55:24] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004125 10.0.0.41 - - [2025-08-28 03:55:24] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006053 10.0.0.19 - - [2025-08-28 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.067051 10.0.0.19 - - [2025-08-28 03:55:24] "DELETE /access-control-list/9237cf3b-fd1f-4741-b8ee-f9a2a214f735 HTTP/1.1" 200 115 0.041087 10.0.0.19 - - [2025-08-28 03:55:24] "POST /neutron/network HTTP/1.1" 200 975 0.018977 10.0.0.19 - - [2025-08-28 03:55:24] "GET /virtual-network/d3d5c345-6416-4d8a-99f2-96c73b244eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004850 10.0.0.19 - - [2025-08-28 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.19 - - [2025-08-28 03:55:24] "GET /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004187 10.0.0.19 - - [2025-08-28 03:55:24] "DELETE /network-policy/88161e80-b630-4d1b-92e8-27bd171c3c91 HTTP/1.1" 200 115 0.035082 10.0.0.19 - - [2025-08-28 03:55:25] "POST /neutron/port HTTP/1.1" 200 1180 0.019652 10.0.0.19 - - [2025-08-28 03:55:25] "POST /neutron/port HTTP/1.1" 200 1181 0.021036 10.0.0.19 - - [2025-08-28 03:55:26] "POST /neutron/network HTTP/1.1" 200 974 0.009160 10.0.0.19 - - [2025-08-28 03:55:27] "DELETE /route-target/aaea7308-4753-4328-b275-cda207439173 HTTP/1.1" 200 115 0.028422 10.0.0.41 - - [2025-08-28 03:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005097 10.0.0.41 - - [2025-08-28 03:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003997 10.0.0.41 - - [2025-08-28 03:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005733 10.0.0.41 - - [2025-08-28 03:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004378 10.0.0.19 - - [2025-08-28 03:55:27] "POST /neutron/network HTTP/1.1" 200 151 0.153167 10.0.0.19 - - [2025-08-28 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2025-08-28 03:55:28] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.19 - - [2025-08-28 03:55:28] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048394 10.0.0.19 - - [2025-08-28 03:55:28] "POST /route-targets HTTP/1.1" 200 327 0.011380 10.0.0.41 - - [2025-08-28 03:55:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007492 10.0.0.19 - - [2025-08-28 03:55:28] "POST /neutron/subnet HTTP/1.1" 200 716 0.213581 10.0.0.41 - - [2025-08-28 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012856 10.0.0.19 - - [2025-08-28 03:55:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001344 10.0.0.19 - - [2025-08-28 03:55:29] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006775 10.0.0.19 - - [2025-08-28 03:55:29] "POST /neutron/network HTTP/1.1" 200 973 0.019248 10.0.0.19 - - [2025-08-28 03:55:29] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005682 10.0.0.19 - - [2025-08-28 03:55:29] "POST /neutron/subnet HTTP/1.1" 200 714 0.010659 10.0.0.19 - - [2025-08-28 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-08-28 03:55:29] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.19 - - [2025-08-28 03:55:29] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047044 10.0.0.19 - - [2025-08-28 03:55:29] "POST /ref-update HTTP/1.1" 200 156 0.025962 10.0.0.41 - - [2025-08-28 03:55:29] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006757 10.0.0.41 - - [2025-08-28 03:55:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007403 10.0.0.19 - - [2025-08-28 03:55:29] "POST /neutron/subnet HTTP/1.1" 200 716 0.195692 10.0.0.19 - - [2025-08-28 03:55:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001208 10.0.0.19 - - [2025-08-28 03:55:30] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006978 10.0.0.19 - - [2025-08-28 03:55:30] "POST /neutron/network HTTP/1.1" 200 974 0.009053 10.0.0.19 - - [2025-08-28 03:55:30] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006307 10.0.0.19 - - [2025-08-28 03:55:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.009004 10.0.0.19 - - [2025-08-28 03:55:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001287 10.0.0.41 - - [2025-08-28 03:55:31] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.19 - - [2025-08-28 03:55:31] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072158 10.0.0.19 - - [2025-08-28 03:55:31] "POST /neutron/port HTTP/1.1" 200 117 0.006953 10.0.0.19 - - [2025-08-28 03:55:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001208 10.0.0.19 - - [2025-08-28 03:55:31] "POST /neutron/network HTTP/1.1" 200 984 0.009639 10.0.0.19 - - [2025-08-28 03:55:32] "POST /neutron/port HTTP/1.1" 200 1151 0.018766 10.0.0.19 - - [2025-08-28 03:55:32] "POST /neutron/port HTTP/1.1" 200 1179 0.017950 10.0.0.41 - - [2025-08-28 03:55:32] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.19 - - [2025-08-28 03:55:32] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062546 10.0.0.19 - - [2025-08-28 03:55:32] "POST /neutron/subnet HTTP/1.1" 200 1262 0.017101 10.0.0.19 - - [2025-08-28 03:55:32] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.19 - - [2025-08-28 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014412 10.0.0.19 - - [2025-08-28 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006956 10.0.0.19 - - [2025-08-28 03:55:33] "POST /neutron/port HTTP/1.1" 200 1152 0.024095 10.0.0.19 - - [2025-08-28 03:55:33] "POST /neutron/port HTTP/1.1" 200 1180 0.018960 10.0.0.19 - - [2025-08-28 03:55:33] "POST /neutron/subnet HTTP/1.1" 200 1268 0.013370 10.0.0.19 - - [2025-08-28 03:55:33] "POST /neutron/network HTTP/1.1" 200 974 0.010437 10.0.0.19 - - [2025-08-28 03:55:37] "POST /neutron/port HTTP/1.1" 200 1179 0.014662 10.0.0.19 - - [2025-08-28 03:55:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008038 10.0.0.19 - - [2025-08-28 03:55:38] "GET /virtual-machine/50503bd8-30e5-4b7c-bb9f-fe97fb82a9f5 HTTP/1.1" 200 1300 0.005071 10.0.0.19 - - [2025-08-28 03:55:38] "GET /virtual-machine-interface/820623cc-19f0-4a73-8fa3-4cc64723af11 HTTP/1.1" 200 3157 0.004642 10.0.0.19 - - [2025-08-28 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.19 - - [2025-08-28 03:55:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003282 10.0.0.19 - - [2025-08-28 03:55:38] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003422 10.0.0.19 - - [2025-08-28 03:55:38] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005650 10.0.0.19 - - [2025-08-28 03:55:41] "POST /neutron/port HTTP/1.1" 200 1180 0.013294 10.0.0.19 - - [2025-08-28 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.19 - - [2025-08-28 03:55:41] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.004895 10.0.0.19 - - [2025-08-28 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.19 - - [2025-08-28 03:55:43] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003517 10.0.0.19 - - [2025-08-28 03:55:43] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002750 10.0.0.19 - - [2025-08-28 03:55:43] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.008657 10.0.0.19 - - [2025-08-28 03:55:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007310 10.0.0.19 - - [2025-08-28 03:55:43] "POST /neutron/port HTTP/1.1" 200 1180 0.015076 10.0.0.19 - - [2025-08-28 03:55:43] "GET /virtual-machine/53490e27-503b-4048-ad3a-c326bbda35be HTTP/1.1" 200 1300 0.005607 10.0.0.19 - - [2025-08-28 03:55:43] "GET /virtual-machine-interface/86688270-6c32-4d09-ba68-1352c99a88d5 HTTP/1.1" 200 3157 0.006105 10.0.0.19 - - [2025-08-28 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.19 - - [2025-08-28 03:55:43] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003607 10.0.0.19 - - [2025-08-28 03:55:43] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002985 10.0.0.19 - - [2025-08-28 03:55:43] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006554 10.0.0.19 - - [2025-08-28 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.19 - - [2025-08-28 03:55:44] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004030 10.0.0.19 - - [2025-08-28 03:55:44] "GET /virtual-networks?parent_id=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003620 10.0.0.19 - - [2025-08-28 03:55:45] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006933 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 404 209 0.003989 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2025-08-28 03:55:45] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.19 - - [2025-08-28 03:55:45] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045765 10.0.0.19 - - [2025-08-28 03:55:45] "POST /network-policys HTTP/1.1" 200 533 0.026841 10.0.0.19 - - [2025-08-28 03:55:45] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006250 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.19 - - [2025-08-28 03:55:45] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007224 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.19 - - [2025-08-28 03:55:45] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005001 10.0.0.41 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.19 - - [2025-08-28 03:55:45] "POST /ref-update HTTP/1.1" 200 156 0.071804 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.19 - - [2025-08-28 03:55:45] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003994 10.0.0.19 - - [2025-08-28 03:55:45] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.008375 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.19 - - [2025-08-28 03:55:45] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004344 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2025-08-28 03:55:45] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006106 10.0.0.19 - - [2025-08-28 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.19 - - [2025-08-28 03:55:45] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004276 10.0.0.41 - - [2025-08-28 03:55:45] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006614 10.0.0.19 - - [2025-08-28 03:55:45] "POST /ref-update HTTP/1.1" 200 156 0.063430 10.0.0.19 - - [2025-08-28 03:55:45] "PUT /access-control-list/8c2a726d-30db-4303-b167-25f88dddd5b0 HTTP/1.1" 200 272 0.028686 10.0.0.19 - - [2025-08-28 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.19 - - [2025-08-28 03:55:46] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004864 10.0.0.19 - - [2025-08-28 03:55:46] "POST /neutron/network HTTP/1.1" 200 1060 0.033103 10.0.0.19 - - [2025-08-28 03:55:46] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.005215 10.0.0.19 - - [2025-08-28 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.19 - - [2025-08-28 03:55:46] "POST /ref-update HTTP/1.1" 200 156 0.045406 10.0.0.19 - - [2025-08-28 03:55:46] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003914 10.0.0.19 - - [2025-08-28 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.41 - - [2025-08-28 03:55:46] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.19 - - [2025-08-28 03:55:46] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037297 10.0.0.41 - - [2025-08-28 03:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.014525 10.0.0.19 - - [2025-08-28 03:55:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.224509 10.0.0.19 - - [2025-08-28 03:55:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001281 10.0.0.19 - - [2025-08-28 03:55:46] "GET /virtual-network/0ca7b0ba-6485-460a-a8be-f2647c239f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004955 10.0.0.19 - - [2025-08-28 03:55:46] "GET /virtual-network/0ca7b0ba-6485-460a-a8be-f2647c239f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005464 10.0.0.19 - - [2025-08-28 03:55:46] "POST /neutron/network HTTP/1.1" 200 799 0.006731 10.0.0.19 - - [2025-08-28 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.41 - - [2025-08-28 03:55:46] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.19 - - [2025-08-28 03:55:46] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053513 10.0.0.41 - - [2025-08-28 03:55:47] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.19 - - [2025-08-28 03:55:47] "POST /neutron/network HTTP/1.1" 200 585 0.113295 10.0.0.19 - - [2025-08-28 03:55:47] "POST /route-targets HTTP/1.1" 200 327 0.011427 10.0.0.19 - - [2025-08-28 03:55:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.003548 10.0.0.19 - - [2025-08-28 03:55:47] "GET /virtual-network/3cc6b26a-7251-42de-9464-847afd1847bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005052 10.0.0.19 - - [2025-08-28 03:55:47] "POST /neutron/network HTTP/1.1" 200 799 0.006541 10.0.0.19 - - [2025-08-28 03:55:47] "GET /virtual-network/3cc6b26a-7251-42de-9464-847afd1847bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004668 10.0.0.19 - - [2025-08-28 03:55:47] "POST /fqname-to-id HTTP/1.1" 404 239 0.003027 10.0.0.19 - - [2025-08-28 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.41 - - [2025-08-28 03:55:47] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.19 - - [2025-08-28 03:55:47] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046608 10.0.0.19 - - [2025-08-28 03:55:47] "POST /network-policys HTTP/1.1" 200 587 0.028341 10.0.0.19 - - [2025-08-28 03:55:47] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006161 10.0.0.19 - - [2025-08-28 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.19 - - [2025-08-28 03:55:47] "GET /virtual-network/0ca7b0ba-6485-460a-a8be-f2647c239f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005175 10.0.0.19 - - [2025-08-28 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.19 - - [2025-08-28 03:55:47] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004180 10.0.0.19 - - [2025-08-28 03:55:47] "POST /ref-update HTTP/1.1" 200 156 0.058996 10.0.0.19 - - [2025-08-28 03:55:47] "POST /access-control-lists HTTP/1.1" 200 554 0.054991 10.0.0.19 - - [2025-08-28 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012017 10.0.0.19 - - [2025-08-28 03:55:47] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003905 10.0.0.19 - - [2025-08-28 03:55:48] "POST /neutron/network HTTP/1.1" 200 912 0.009791 10.0.0.19 - - [2025-08-28 03:55:48] "GET /virtual-network/0ca7b0ba-6485-460a-a8be-f2647c239f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.004626 10.0.0.19 - - [2025-08-28 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.19 - - [2025-08-28 03:55:48] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004460 10.0.0.19 - - [2025-08-28 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.19 - - [2025-08-28 03:55:48] "GET /virtual-network/3cc6b26a-7251-42de-9464-847afd1847bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005852 10.0.0.19 - - [2025-08-28 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.19 - - [2025-08-28 03:55:48] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004442 10.0.0.19 - - [2025-08-28 03:55:48] "POST /ref-update HTTP/1.1" 200 156 0.071442 10.0.0.19 - - [2025-08-28 03:55:48] "POST /access-control-lists HTTP/1.1" 200 554 0.042506 10.0.0.19 - - [2025-08-28 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012192 10.0.0.19 - - [2025-08-28 03:55:48] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007883 10.0.0.19 - - [2025-08-28 03:55:48] "GET /virtual-network/3cc6b26a-7251-42de-9464-847afd1847bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008181 10.0.0.19 - - [2025-08-28 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.19 - - [2025-08-28 03:55:48] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003779 10.0.0.19 - - [2025-08-28 03:55:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001203 10.0.0.19 - - [2025-08-28 03:55:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009530 10.0.0.41 - - [2025-08-28 03:55:49] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.19 - - [2025-08-28 03:55:49] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068736 10.0.0.19 - - [2025-08-28 03:55:49] "POST /neutron/port HTTP/1.1" 200 2241 0.022694 10.0.0.19 - - [2025-08-28 03:55:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001802 10.0.0.19 - - [2025-08-28 03:55:49] "POST /neutron/port HTTP/1.1" 200 2241 0.021140 10.0.0.19 - - [2025-08-28 03:55:50] "POST /neutron/network HTTP/1.1" 200 922 0.006808 10.0.0.19 - - [2025-08-28 03:55:50] "POST /neutron/port HTTP/1.1" 200 1063 0.014695 10.0.0.19 - - [2025-08-28 03:55:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.19 - - [2025-08-28 03:55:50] "POST /neutron/network HTTP/1.1" 200 912 0.007607 10.0.0.41 - - [2025-08-28 03:55:50] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.19 - - [2025-08-28 03:55:50] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067910 10.0.0.19 - - [2025-08-28 03:55:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008396 10.0.0.19 - - [2025-08-28 03:55:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003574 10.0.0.19 - - [2025-08-28 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.19 - - [2025-08-28 03:55:51] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005790 10.0.0.41 - - [2025-08-28 03:55:51] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.19 - - [2025-08-28 03:55:51] "POST /neutron/port HTTP/1.1" 200 1063 0.322773 10.0.0.19 - - [2025-08-28 03:55:51] "POST /neutron/port HTTP/1.1" 200 1117 0.099262 10.0.0.19 - - [2025-08-28 03:55:51] "POST /neutron/subnet HTTP/1.1" 200 675 0.009408 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003700 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003759 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003720 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.026552 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.033439 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.017333 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004812 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.052444 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.057239 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004229 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004835 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.030205 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.051396 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006105 10.0.0.19 - - [2025-08-28 03:55:52] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006703 10.0.0.19 - - [2025-08-28 03:55:52] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.021301 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003148 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004741 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003968 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.023979 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.030138 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005826 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011913 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.030930 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.042856 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006099 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004544 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.031344 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.043321 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004382 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003690 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.017473 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.010112 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008180 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003551 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.023104 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.035527 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010906 10.0.0.19 - - [2025-08-28 03:55:53] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010422 10.0.0.19 - - [2025-08-28 03:55:53] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.035901 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.044853 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004943 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003747 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.051988 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.032430 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005229 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004064 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.027185 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004972 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003738 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.014737 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004381 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004508 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.015249 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005255 10.0.0.19 - - [2025-08-28 03:55:54] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004244 10.0.0.19 - - [2025-08-28 03:55:54] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.020694 10.0.0.19 - - [2025-08-28 03:55:58] "POST /neutron/port HTTP/1.1" 200 1091 0.018354 10.0.0.19 - - [2025-08-28 03:55:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006934 10.0.0.19 - - [2025-08-28 03:56:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003371 10.0.0.19 - - [2025-08-28 03:56:04] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004239 10.0.0.19 - - [2025-08-28 03:56:04] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003918 10.0.0.19 - - [2025-08-28 03:56:04] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.024207 10.0.0.19 - - [2025-08-28 03:56:04] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.042957 10.0.0.19 - - [2025-08-28 03:56:04] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006639 10.0.0.19 - - [2025-08-28 03:56:04] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005063 10.0.0.19 - - [2025-08-28 03:56:04] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.045117 10.0.0.19 - - [2025-08-28 03:56:04] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.043815 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.010206 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005714 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.033188 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.040670 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009834 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004028 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.025060 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004056 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004265 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003469 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.026200 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.036744 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010115 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008568 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.039492 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.043519 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004564 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007245 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.035096 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.043884 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009293 10.0.0.19 - - [2025-08-28 03:56:05] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003987 10.0.0.19 - - [2025-08-28 03:56:05] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.024496 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003464 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005111 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004088 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.023019 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/a03986f6-091f-489b-94b1-283b2127cc65 HTTP/1.1" 200 254 0.051137 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012180 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008074 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.030129 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/e41c6e2c-8c39-401c-b603-ec6e9c445d97 HTTP/1.1" 200 254 0.053971 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009090 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004530 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.039046 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.035355 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.014200 10.0.0.19 - - [2025-08-28 03:56:06] "GET /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008591 10.0.0.19 - - [2025-08-28 03:56:06] "PUT /bgp-router/515b4e46-b357-4fc5-8ad2-ed411e4b7737 HTTP/1.1" 200 254 0.027043 10.0.0.19 - - [2025-08-28 03:56:06] "POST /ref-update HTTP/1.1" 200 156 0.064128 10.0.0.19 - - [2025-08-28 03:56:07] "DELETE /access-control-list/60d70aaa-be93-4fbc-baf0-cd12c1c2b433 HTTP/1.1" 200 115 0.070108 10.0.0.19 - - [2025-08-28 03:56:07] "GET /virtual-network/3cc6b26a-7251-42de-9464-847afd1847bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.016193 10.0.0.19 - - [2025-08-28 03:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006043 10.0.0.19 - - [2025-08-28 03:56:07] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.009818 10.0.0.19 - - [2025-08-28 03:56:07] "POST /ref-update HTTP/1.1" 200 156 0.053243 10.0.0.19 - - [2025-08-28 03:56:07] "POST /ref-update HTTP/1.1" 200 156 0.018768 10.0.0.19 - - [2025-08-28 03:56:07] "GET /virtual-network/0ca7b0ba-6485-460a-a8be-f2647c239f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.018208 10.0.0.19 - - [2025-08-28 03:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.19 - - [2025-08-28 03:56:07] "GET /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004828 10.0.0.19 - - [2025-08-28 03:56:07] "POST /neutron/port HTTP/1.1" 200 1091 0.022355 10.0.0.19 - - [2025-08-28 03:56:07] "DELETE /network-policy/ab8c48e2-f620-4ffb-9c5d-b11d538352a9 HTTP/1.1" 200 115 0.054618 10.0.0.19 - - [2025-08-28 03:56:07] "POST /neutron/port HTTP/1.1" 200 1091 0.018368 10.0.0.19 - - [2025-08-28 03:56:07] "POST /neutron/port HTTP/1.1" 200 1117 0.022180 10.0.0.41 - - [2025-08-28 03:56:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005035 10.0.0.41 - - [2025-08-28 03:56:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002907 10.0.0.19 - - [2025-08-28 03:56:09] "POST /neutron/network HTTP/1.1" 200 151 0.122900 10.0.0.19 - - [2025-08-28 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.19 - - [2025-08-28 03:56:09] "POST /ref-update HTTP/1.1" 200 156 0.069826 10.0.0.19 - - [2025-08-28 03:56:09] "POST /neutron/network HTTP/1.1" 200 974 0.017019 10.0.0.19 - - [2025-08-28 03:56:09] "GET /virtual-network/0386a82d-603f-4a4f-9b53-a791e7a4933b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.008308 10.0.0.19 - - [2025-08-28 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.19 - - [2025-08-28 03:56:09] "POST /ref-update HTTP/1.1" 200 156 0.028029 10.0.0.19 - - [2025-08-28 03:56:09] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.009295 10.0.0.41 - - [2025-08-28 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.19 - - [2025-08-28 03:56:10] "POST /ref-update HTTP/1.1" 200 156 0.059523 10.0.0.19 - - [2025-08-28 03:56:10] "GET /virtual-network/b9254ea9-5a4f-4512-ac38-ab924f25f973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.015446 10.0.0.19 - - [2025-08-28 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.19 - - [2025-08-28 03:56:10] "GET /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003809 10.0.0.19 - - [2025-08-28 03:56:10] "DELETE /network-policy/3b62cd90-3fdd-405e-80f8-a2832d4372c3 HTTP/1.1" 200 115 0.031228 10.0.0.19 - - [2025-08-28 03:56:10] "POST /neutron/network HTTP/1.1" 400 204 0.015985 10.0.0.19 - - [2025-08-28 03:56:11] "POST /neutron/port HTTP/1.1" 200 151 0.291246 10.0.0.19 - - [2025-08-28 03:56:11] "POST /neutron/port HTTP/1.1" 200 151 0.335085 10.0.0.19 - - [2025-08-28 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.19 - - [2025-08-28 03:56:12] "POST /neutron/network HTTP/1.1" 200 973 0.009513 10.0.0.19 - - [2025-08-28 03:56:12] "DELETE /route-target/c73d5348-2516-4275-892f-6ac09d425365 HTTP/1.1" 200 115 0.030304 10.0.0.41 - - [2025-08-28 03:56:14] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.19 - - [2025-08-28 03:56:14] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069093 10.0.0.41 - - [2025-08-28 03:56:14] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.19 - - [2025-08-28 03:56:14] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?fields=virtual_networks HTTP/1.1" 200 1048 0.041003 10.0.0.41 - - [2025-08-28 03:56:14] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.19 - - [2025-08-28 03:56:14] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.036813 10.0.0.41 - - [2025-08-28 03:56:14] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.19 - - [2025-08-28 03:56:14] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?fields=security_groups HTTP/1.1" 200 1282 0.037171 10.0.0.19 - - [2025-08-28 03:56:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.024702 10.0.0.41 - - [2025-08-28 03:56:15] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003150 10.0.0.41 - - [2025-08-28 03:56:15] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.41 - - [2025-08-28 03:56:15] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008677 10.0.0.41 - - [2025-08-28 03:56:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.004903 10.0.0.41 - - [2025-08-28 03:56:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.004601 10.0.0.41 - - [2025-08-28 03:56:15] "POST /security-groups HTTP/1.1" 200 586 0.030663 10.0.0.41 - - [2025-08-28 03:56:15] "POST /projects HTTP/1.1" 200 575 0.260216 10.0.0.19 - - [2025-08-28 03:56:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002959 10.0.0.41 - - [2025-08-28 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.328428 10.0.0.19 - - [2025-08-28 03:56:15] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.478039 10.0.0.19 - - [2025-08-28 03:56:16] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.19 - - [2025-08-28 03:56:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.19 - - [2025-08-28 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033094 10.0.0.19 - - [2025-08-28 03:56:19] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005879 10.0.0.19 - - [2025-08-28 03:56:19] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003178 10.0.0.19 - - [2025-08-28 03:56:19] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005948 10.0.0.19 - - [2025-08-28 03:56:19] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.012281 10.0.0.41 - - [2025-08-28 03:56:20] "DELETE /project/c9964b111a254823b389c532aa08a73c HTTP/1.1" 404 173 0.005568 10.0.0.41 - - [2025-08-28 03:56:20] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000814 10.0.0.41 - - [2025-08-28 03:56:21] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.037644 10.0.0.41 - - [2025-08-28 03:56:21] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.41 - - [2025-08-28 03:56:21] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?fields=security_groups HTTP/1.1" 200 1387 0.077709 10.0.0.41 - - [2025-08-28 03:56:21] "DELETE /security-group/4e0c5e7d-c5a7-4e20-b95f-61c360e06e5a HTTP/1.1" 200 115 0.049824 10.0.0.41 - - [2025-08-28 03:56:21] "GET /projects?obj_uuids=875d07da-b404-4a5d-aa33-0249678f71fa&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.41 - - [2025-08-28 03:56:21] "GET /project/875d07da-b404-4a5d-aa33-0249678f71fa?fields=application_policy_sets HTTP/1.1" 200 1426 0.058827 10.0.0.19 - - [2025-08-28 03:56:21] "DELETE /access-control-list/d3f1418b-1c17-44b9-8512-340f6897df95 HTTP/1.1" 200 115 0.047707 10.0.0.41 - - [2025-08-28 03:56:21] "DELETE /project/875d07da-b404-4a5d-aa33-0249678f71fa HTTP/1.1" 200 115 0.443851 10.0.0.19 - - [2025-08-28 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.036865 10.0.0.41 - - [2025-08-28 03:56:21] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003477 10.0.0.41 - - [2025-08-28 03:56:21] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.41 - - [2025-08-28 03:56:21] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007530 10.0.0.41 - - [2025-08-28 03:56:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.005554 10.0.0.41 - - [2025-08-28 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.005929 10.0.0.41 - - [2025-08-28 03:56:21] "POST /security-groups HTTP/1.1" 200 586 0.027230 10.0.0.41 - - [2025-08-28 03:56:21] "POST /projects HTTP/1.1" 200 575 0.225959 10.0.0.19 - - [2025-08-28 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.007615 10.0.0.41 - - [2025-08-28 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.301057 10.0.0.19 - - [2025-08-28 03:56:21] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.453461 10.0.0.19 - - [2025-08-28 03:56:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.023737 10.0.0.41 - - [2025-08-28 03:56:22] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003498 10.0.0.41 - - [2025-08-28 03:56:22] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.41 - - [2025-08-28 03:56:22] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006655 10.0.0.41 - - [2025-08-28 03:56:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001217 10.0.0.41 - - [2025-08-28 03:56:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.007803 10.0.0.41 - - [2025-08-28 03:56:22] "POST /security-groups HTTP/1.1" 200 586 0.032897 10.0.0.41 - - [2025-08-28 03:56:22] "POST /projects HTTP/1.1" 200 575 0.259537 10.0.0.19 - - [2025-08-28 03:56:22] "POST /access-control-lists HTTP/1.1" 200 591 0.025564 10.0.0.41 - - [2025-08-28 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.332372 10.0.0.19 - - [2025-08-28 03:56:22] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.476557 10.0.0.38 - - [2025-08-28 03:56:22] "GET /obj-perms HTTP/1.1" 200 5056 0.068638 10.0.0.19 - - [2025-08-28 03:56:23] "GET / HTTP/1.1" 200 35931 0.002522 10.0.0.19 - - [2025-08-28 03:56:24] "GET / HTTP/1.1" 200 35931 0.002180 10.0.0.19 - - [2025-08-28 03:56:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.002872 10.0.0.19 - - [2025-08-28 03:56:24] "POST /api-access-lists HTTP/1.1" 200 521 0.018467 10.0.0.19 - - [2025-08-28 03:56:25] "GET /api-access-list/633dbcd1-c05d-4f15-933b-98ffc890e64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005666 10.0.0.19 - - [2025-08-28 03:56:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.19 - - [2025-08-28 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.208246 10.0.0.41 - - [2025-08-28 03:56:25] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.19 - - [2025-08-28 03:56:26] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.050566 10.0.0.19 - - [2025-08-28 03:56:26] "GET /virtual-networks?parent_id=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016733 10.0.0.19 - - [2025-08-28 03:56:26] "POST /virtual-networks HTTP/1.1" 200 568 0.097360 10.0.0.19 - - [2025-08-28 03:56:26] "POST /route-targets HTTP/1.1" 200 327 0.013703 10.0.0.19 - - [2025-08-28 03:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.035556 10.0.0.19 - - [2025-08-28 03:56:26] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.015854 10.0.0.41 - - [2025-08-28 03:56:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007415 10.0.0.19 - - [2025-08-28 03:56:26] "POST /ref-update HTTP/1.1" 200 156 0.100724 10.0.0.19 - - [2025-08-28 03:56:26] "POST /neutron/network HTTP/1.1" 200 833 0.051698 10.0.0.19 - - [2025-08-28 03:56:26] "GET /virtual-network/b904580b-a919-46f1-a57e-258a65142d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.018418 10.0.0.19 - - [2025-08-28 03:56:27] "POST /id-to-fqname HTTP/1.1" 401 292 0.000425 10.0.0.19 - - [2025-08-28 03:56:27] "POST /id-to-fqname HTTP/1.1" 200 230 0.038231 10.0.0.19 - - [2025-08-28 03:56:28] "POST /neutron/network HTTP/1.1" 200 843 0.049101 10.0.0.41 - - [2025-08-28 03:56:29] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.19 - - [2025-08-28 03:56:29] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.076113 10.0.0.19 - - [2025-08-28 03:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.031253 10.0.0.19 - - [2025-08-28 03:56:30] "POST /neutron/network HTTP/1.1" 200 833 0.031787 10.0.0.19 - - [2025-08-28 03:56:30] "POST /neutron/port HTTP/1.1" 200 1056 0.035875 10.0.0.19 - - [2025-08-28 03:56:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003787 10.0.0.19 - - [2025-08-28 03:56:31] "POST /neutron/network HTTP/1.1" 200 833 0.007120 10.0.0.19 - - [2025-08-28 03:56:34] "POST /neutron/port HTTP/1.1" 200 1084 0.017128 10.0.0.19 - - [2025-08-28 03:56:34] "POST /neutron/security_group HTTP/1.1" 200 2053 0.019828 10.0.0.19 - - [2025-08-28 03:56:34] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 200 1288 0.049029 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 200 1288 0.029854 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine-interface/8f01a61b-d9c4-429c-b536-71de1337227f HTTP/1.1" 200 2531 0.035805 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 200 1288 0.017137 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine-interface/8f01a61b-d9c4-429c-b536-71de1337227f HTTP/1.1" 200 2531 0.021593 10.0.0.19 - - [2025-08-28 03:56:35] "GET /instance-ip/94542c00-c4cd-46c7-acd7-58f2c7bb6d62 HTTP/1.1" 200 1627 0.030983 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 200 1288 0.022844 10.0.0.19 - - [2025-08-28 03:56:35] "GET /virtual-machine-interface/8f01a61b-d9c4-429c-b536-71de1337227f HTTP/1.1" 200 2531 0.022682 10.0.0.19 - - [2025-08-28 03:56:35] "GET /instance-ip/94542c00-c4cd-46c7-acd7-58f2c7bb6d62 HTTP/1.1" 200 1627 0.024251 10.0.0.19 - - [2025-08-28 03:56:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.018482 10.0.0.19 - - [2025-08-28 03:56:35] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.19 - - [2025-08-28 03:56:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.029885 10.0.0.19 - - [2025-08-28 03:56:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007371 10.0.0.19 - - [2025-08-28 03:56:36] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019229 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.017648 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.19 - - [2025-08-28 03:56:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004038 10.0.0.19 - - [2025-08-28 03:56:36] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016032 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.015779 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.19 - - [2025-08-28 03:56:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003472 10.0.0.19 - - [2025-08-28 03:56:36] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015096 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.015325 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.19 - - [2025-08-28 03:56:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003964 10.0.0.19 - - [2025-08-28 03:56:36] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015742 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.019406 10.0.0.19 - - [2025-08-28 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.19 - - [2025-08-28 03:56:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004971 10.0.0.19 - - [2025-08-28 03:56:36] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017017 10.0.0.19 - - [2025-08-28 03:56:38] "POST /neutron/port HTTP/1.1" 200 1084 0.014733 10.0.0.19 - - [2025-08-28 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014822 10.0.0.19 - - [2025-08-28 03:56:40] "GET /virtual-network/b904580b-a919-46f1-a57e-258a65142d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.020713 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.015139 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-08-28 03:56:42] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002945 10.0.0.19 - - [2025-08-28 03:56:42] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015866 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.014941 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.19 - - [2025-08-28 03:56:42] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003159 10.0.0.19 - - [2025-08-28 03:56:42] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013743 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.014488 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.19 - - [2025-08-28 03:56:42] "GET /routing-instance/24c38cbd-2bb8-4492-a3fe-e527aed1761a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004016 10.0.0.19 - - [2025-08-28 03:56:42] "GET /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013338 10.0.0.19 - - [2025-08-28 03:56:42] "GET /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003280 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.013556 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.19 - - [2025-08-28 03:56:42] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003478 10.0.0.19 - - [2025-08-28 03:56:42] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022987 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.016358 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.19 - - [2025-08-28 03:56:42] "GET /routing-instance/24c38cbd-2bb8-4492-a3fe-e527aed1761a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004309 10.0.0.19 - - [2025-08-28 03:56:42] "GET /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013613 10.0.0.19 - - [2025-08-28 03:56:42] "GET /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003717 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.014634 10.0.0.19 - - [2025-08-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.19 - - [2025-08-28 03:56:42] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003965 10.0.0.19 - - [2025-08-28 03:56:42] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015241 10.0.0.19 - - [2025-08-28 03:56:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.031413 10.0.0.19 - - [2025-08-28 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.19 - - [2025-08-28 03:56:43] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004212 10.0.0.19 - - [2025-08-28 03:56:43] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014386 10.0.0.41 - - [2025-08-28 03:56:43] "GET /obj-perms HTTP/1.1" 200 4915 0.067258 10.0.0.19 - - [2025-08-28 03:56:43] "GET /obj-perms HTTP/1.1" 200 4915 0.058674 10.0.0.19 - - [2025-08-28 03:56:44] "GET /virtual-machine-interface/8f01a61b-d9c4-429c-b536-71de1337227f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.022213 10.0.0.19 - - [2025-08-28 03:56:44] "GET /virtual-machine-interface/8f01a61b-d9c4-429c-b536-71de1337227f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.019672 10.0.0.41 - - [2025-08-28 03:56:44] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016632 10.0.0.19 - - [2025-08-28 03:56:44] "GET /virtual-machine-interface/8f01a61b-d9c4-429c-b536-71de1337227f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.028891 10.0.0.19 - - [2025-08-28 03:56:44] "GET /virtual-network/b904580b-a919-46f1-a57e-258a65142d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.018510 10.0.0.19 - - [2025-08-28 03:56:45] "GET /obj-perms HTTP/1.1" 200 4915 0.057805 10.0.0.19 - - [2025-08-28 03:56:45] "GET /obj-perms HTTP/1.1" 200 4915 0.013489 10.0.0.19 - - [2025-08-28 03:56:46] "GET /obj-perms HTTP/1.1" 200 4915 0.057763 10.0.0.19 - - [2025-08-28 03:56:46] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.018354 10.0.0.38 - - [2025-08-28 03:56:46] "GET /obj-perms HTTP/1.1" 200 4915 0.056633 10.0.0.41 - - [2025-08-28 03:56:47] "GET /obj-perms HTTP/1.1" 200 4915 0.019714 10.0.0.19 - - [2025-08-28 03:56:47] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 200 1288 0.019114 10.0.0.19 - - [2025-08-28 03:56:47] "POST /neutron/port HTTP/1.1" 200 1110 0.011404 10.0.0.19 - - [2025-08-28 03:56:49] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 404 171 0.016276 10.0.0.19 - - [2025-08-28 03:56:49] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 404 171 0.011447 10.0.0.19 - - [2025-08-28 03:56:49] "GET /virtual-machine/ac8ed0e3-6ed5-4d54-be1d-c841287ee9d9 HTTP/1.1" 404 171 0.012195 10.0.0.19 - - [2025-08-28 03:56:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.017586 10.0.0.19 - - [2025-08-28 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.19 - - [2025-08-28 03:56:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003921 10.0.0.19 - - [2025-08-28 03:56:49] "GET /virtual-networks?parent_id=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014910 10.0.0.19 - - [2025-08-28 03:56:49] "POST /fqname-to-id HTTP/1.1" 403 361 0.014682 10.0.0.19 - - [2025-08-28 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.19 - - [2025-08-28 03:56:49] "GET /routing-instance/24c38cbd-2bb8-4492-a3fe-e527aed1761a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003712 10.0.0.19 - - [2025-08-28 03:56:49] "GET /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014543 10.0.0.19 - - [2025-08-28 03:56:49] "GET /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003979 10.0.0.19 - - [2025-08-28 03:56:50] "GET /obj-perms HTTP/1.1" 200 4915 0.064526 10.0.0.19 - - [2025-08-28 03:56:53] "GET /obj-perms HTTP/1.1" 200 5020 0.049947 10.0.0.38 - - [2025-08-28 03:56:53] "GET /obj-perms HTTP/1.1" 200 5020 0.045611 10.0.0.41 - - [2025-08-28 03:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.077194 10.0.0.38 - - [2025-08-28 03:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.140461 10.0.0.19 - - [2025-08-28 03:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.160017 10.0.0.38 - - [2025-08-28 03:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.114348 10.0.0.19 - - [2025-08-28 03:57:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003996 10.0.0.38 - - [2025-08-28 03:57:02] "GET /obj-perms HTTP/1.1" 200 5020 0.004242 10.0.0.41 - - [2025-08-28 03:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.244698 10.0.0.41 - - [2025-08-28 03:57:03] "GET /global-system-configs HTTP/1.1" 200 322 0.088372 10.0.0.41 - - [2025-08-28 03:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004936 10.0.0.41 - - [2025-08-28 03:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004504 10.0.0.19 - - [2025-08-28 03:57:03] "DELETE /virtual-network/b904580b-a919-46f1-a57e-258a65142d82 HTTP/1.1" 200 115 0.136080 10.0.0.19 - - [2025-08-28 03:57:03] "DELETE /route-target/81f7b612-2f37-4d48-8fca-c6d8d4efc8ea HTTP/1.1" 200 115 0.038113 10.0.0.19 - - [2025-08-28 03:57:03] "DELETE /api-access-list/633dbcd1-c05d-4f15-933b-98ffc890e64a HTTP/1.1" 200 115 0.035887 10.0.0.41 - - [2025-08-28 03:57:03] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.19 - - [2025-08-28 03:57:03] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.053349 10.0.0.41 - - [2025-08-28 03:57:03] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.19 - - [2025-08-28 03:57:03] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?fields=virtual_networks HTTP/1.1" 200 1022 0.049086 10.0.0.41 - - [2025-08-28 03:57:03] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.38 - - [2025-08-28 03:57:03] "GET /global-system-configs HTTP/1.1" 200 322 0.129380 10.0.0.19 - - [2025-08-28 03:57:03] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.058091 10.0.0.41 - - [2025-08-28 03:57:04] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001171 10.0.0.19 - - [2025-08-28 03:57:04] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?fields=security_groups HTTP/1.1" 200 1243 0.045714 10.0.0.19 - - [2025-08-28 03:57:04] "GET /global-system-configs HTTP/1.1" 200 322 0.247613 10.0.0.41 - - [2025-08-28 03:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.425348 10.0.0.19 - - [2025-08-28 03:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.431105 10.0.0.38 - - [2025-08-28 03:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.666511 10.0.0.41 - - [2025-08-28 03:57:04] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001115 10.0.0.19 - - [2025-08-28 03:57:04] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.044763 10.0.0.41 - - [2025-08-28 03:57:04] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.19 - - [2025-08-28 03:57:04] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?fields=virtual_networks HTTP/1.1" 200 1023 0.044883 10.0.0.19 - - [2025-08-28 03:57:04] "GET /global-system-configs HTTP/1.1" 200 322 0.158858 10.0.0.41 - - [2025-08-28 03:57:04] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.19 - - [2025-08-28 03:57:04] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.041822 10.0.0.41 - - [2025-08-28 03:57:04] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.19 - - [2025-08-28 03:57:04] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?fields=security_groups HTTP/1.1" 200 1244 0.047922 10.0.0.19 - - [2025-08-28 03:57:07] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003904 10.0.0.19 - - [2025-08-28 03:57:07] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.013433 10.0.0.41 - - [2025-08-28 03:57:07] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.19 - - [2025-08-28 03:57:07] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.055619 10.0.0.41 - - [2025-08-28 03:57:07] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.19 - - [2025-08-28 03:57:07] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?fields=virtual_networks HTTP/1.1" 200 1023 0.044449 10.0.0.41 - - [2025-08-28 03:57:07] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001335 10.0.0.19 - - [2025-08-28 03:57:07] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.045501 10.0.0.41 - - [2025-08-28 03:57:07] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.19 - - [2025-08-28 03:57:07] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?fields=security_groups HTTP/1.1" 200 1244 0.040837 10.0.0.19 - - [2025-08-28 03:57:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.028459 10.0.0.41 - - [2025-08-28 03:57:08] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003457 10.0.0.41 - - [2025-08-28 03:57:08] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.41 - - [2025-08-28 03:57:08] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007376 10.0.0.41 - - [2025-08-28 03:57:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001849 10.0.0.41 - - [2025-08-28 03:57:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.011868 10.0.0.41 - - [2025-08-28 03:57:08] "POST /security-groups HTTP/1.1" 200 591 0.074205 10.0.0.41 - - [2025-08-28 03:57:08] "POST /projects HTTP/1.1" 200 585 0.292789 10.0.0.19 - - [2025-08-28 03:57:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.014584 10.0.0.41 - - [2025-08-28 03:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.361216 10.0.0.19 - - [2025-08-28 03:57:09] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.507523 10.0.0.19 - - [2025-08-28 03:57:10] "GET / HTTP/1.1" 200 35931 0.002312 10.0.0.19 - - [2025-08-28 03:57:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.19 - - [2025-08-28 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.025794 10.0.0.19 - - [2025-08-28 03:57:12] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003896 10.0.0.19 - - [2025-08-28 03:57:12] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004292 10.0.0.19 - - [2025-08-28 03:57:12] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003128 10.0.0.19 - - [2025-08-28 03:57:12] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.012362 10.0.0.19 - - [2025-08-28 03:57:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.021748 10.0.0.41 - - [2025-08-28 03:57:14] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003744 10.0.0.41 - - [2025-08-28 03:57:14] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.41 - - [2025-08-28 03:57:14] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007171 10.0.0.41 - - [2025-08-28 03:57:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.006211 10.0.0.41 - - [2025-08-28 03:57:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.003168 10.0.0.41 - - [2025-08-28 03:57:14] "POST /security-groups HTTP/1.1" 200 591 0.028005 10.0.0.41 - - [2025-08-28 03:57:14] "POST /projects HTTP/1.1" 200 585 0.251490 10.0.0.19 - - [2025-08-28 03:57:14] "POST /access-control-lists HTTP/1.1" 200 596 0.024840 10.0.0.41 - - [2025-08-28 03:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.322773 10.0.0.19 - - [2025-08-28 03:57:14] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.454719 10.0.0.19 - - [2025-08-28 03:57:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.022693 10.0.0.41 - - [2025-08-28 03:57:14] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003761 10.0.0.41 - - [2025-08-28 03:57:15] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001545 10.0.0.41 - - [2025-08-28 03:57:15] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008068 10.0.0.41 - - [2025-08-28 03:57:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.006823 10.0.0.41 - - [2025-08-28 03:57:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.007096 10.0.0.41 - - [2025-08-28 03:57:15] "POST /security-groups HTTP/1.1" 200 591 0.085311 10.0.0.19 - - [2025-08-28 03:57:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.005906 10.0.0.41 - - [2025-08-28 03:57:15] "POST /projects HTTP/1.1" 200 585 0.294554 10.0.0.41 - - [2025-08-28 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.366935 10.0.0.19 - - [2025-08-28 03:57:15] "POST /access-control-lists HTTP/1.1" 200 594 0.029879 10.0.0.19 - - [2025-08-28 03:57:15] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.507746 10.0.0.19 - - [2025-08-28 03:57:16] "GET / HTTP/1.1" 200 35931 0.002215 10.0.0.19 - - [2025-08-28 03:57:16] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.19 - - [2025-08-28 03:57:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.003286 10.0.0.19 - - [2025-08-28 03:57:17] "POST /api-access-lists HTTP/1.1" 200 521 0.021432 10.0.0.19 - - [2025-08-28 03:57:17] "GET /api-access-list/e1ddc60e-350c-4089-937d-491388874372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005835 10.0.0.19 - - [2025-08-28 03:57:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.19 - - [2025-08-28 03:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.047700 10.0.0.41 - - [2025-08-28 03:57:18] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.19 - - [2025-08-28 03:57:18] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066463 10.0.0.19 - - [2025-08-28 03:57:18] "GET /virtual-networks?parent_id=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020758 10.0.0.19 - - [2025-08-28 03:57:18] "POST /virtual-networks HTTP/1.1" 200 583 0.106784 10.0.0.19 - - [2025-08-28 03:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.045224 10.0.0.19 - - [2025-08-28 03:57:18] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.029820 10.0.0.41 - - [2025-08-28 03:57:18] "POST /useragent-kv HTTP/1.1" 200 115 0.011592 10.0.0.19 - - [2025-08-28 03:57:18] "POST /ref-update HTTP/1.1" 200 156 0.099780 10.0.0.19 - - [2025-08-28 03:57:18] "POST /neutron/network HTTP/1.1" 200 849 0.050313 10.0.0.19 - - [2025-08-28 03:57:18] "GET /virtual-network/fb771076-bb87-4594-b0a6-15e5c7001d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.019139 10.0.0.19 - - [2025-08-28 03:57:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.19 - - [2025-08-28 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.042064 10.0.0.41 - - [2025-08-28 03:57:19] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.19 - - [2025-08-28 03:57:19] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059884 10.0.0.19 - - [2025-08-28 03:57:19] "GET /virtual-networks?parent_id=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021840 10.0.0.19 - - [2025-08-28 03:57:19] "POST /virtual-networks HTTP/1.1" 200 583 0.106058 10.0.0.19 - - [2025-08-28 03:57:19] "POST /route-targets HTTP/1.1" 200 327 0.012300 10.0.0.19 - - [2025-08-28 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.036688 10.0.0.19 - - [2025-08-28 03:57:19] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.018950 10.0.0.41 - - [2025-08-28 03:57:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006685 10.0.0.19 - - [2025-08-28 03:57:20] "POST /ref-update HTTP/1.1" 200 156 0.106241 10.0.0.19 - - [2025-08-28 03:57:20] "POST /neutron/network HTTP/1.1" 200 849 0.053898 10.0.0.19 - - [2025-08-28 03:57:20] "GET /virtual-network/eca39f59-eecf-46a6-b236-3e22a59cec38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.018220 10.0.0.19 - - [2025-08-28 03:57:20] "POST /neutron/subnet HTTP/1.1" 200 681 0.039099 10.0.0.19 - - [2025-08-28 03:57:21] "PUT /virtual-network/fb771076-bb87-4594-b0a6-15e5c7001d8f HTTP/1.1" 200 264 0.058804 10.0.0.19 - - [2025-08-28 03:57:21] "PUT /virtual-network/fb771076-bb87-4594-b0a6-15e5c7001d8f HTTP/1.1" 200 264 0.051399 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /project/b9abe56c0f354137bfe3831149e3cac2 HTTP/1.1" 404 173 0.018087 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /project/686c4ff42acc42bcbe7c144436b8e0d4 HTTP/1.1" 404 173 0.015413 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /project/1bcf30917a0d4d4883e25e80c2cea7b3 HTTP/1.1" 404 173 0.019164 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /project/3b2916eee1e84b43a7c0b326adb4d2d8 HTTP/1.1" 404 173 0.020621 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /project/a7767a42578a4dcca3556202b319dee6 HTTP/1.1" 404 173 0.016621 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.41 - - [2025-08-28 03:57:21] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.104809 10.0.0.41 - - [2025-08-28 03:57:21] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.116369 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003231 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001664 10.0.0.41 - - [2025-08-28 03:57:21] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.160465 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001329 10.0.0.41 - - [2025-08-28 03:57:21] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?fields=security_groups HTTP/1.1" 200 1348 0.148961 10.0.0.41 - - [2025-08-28 03:57:21] "POST /useragent-kv HTTP/1.1" 200 115 0.025422 10.0.0.41 - - [2025-08-28 03:57:21] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?fields=security_groups HTTP/1.1" 200 1349 0.146293 10.0.0.41 - - [2025-08-28 03:57:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.19 - - [2025-08-28 03:57:21] "DELETE /virtual-network/eca39f59-eecf-46a6-b236-3e22a59cec38 HTTP/1.1" 200 115 0.369618 10.0.0.19 - - [2025-08-28 03:57:21] "DELETE /route-target/7adf25e4-fcae-44da-ad92-7336798b29f9 HTTP/1.1" 200 115 0.105225 10.0.0.41 - - [2025-08-28 03:57:21] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?fields=security_groups HTTP/1.1" 200 1349 0.171723 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /security-group/d15aaa96-1e2a-4352-a6fb-a0de940c817f HTTP/1.1" 200 115 0.106942 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=b9abe56c-0f35-4137-bfe3-831149e3cac2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001250 10.0.0.41 - - [2025-08-28 03:57:21] "DELETE /security-group/b1ee0854-a5d1-43e5-8c46-93d7331f4de9 HTTP/1.1" 200 115 0.140646 10.0.0.41 - - [2025-08-28 03:57:21] "GET /projects?obj_uuids=686c4ff4-2acc-42bc-be7c-144436b8e0d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001322 10.0.0.41 - - [2025-08-28 03:57:22] "GET /project/b9abe56c-0f35-4137-bfe3-831149e3cac2?fields=application_policy_sets HTTP/1.1" 200 1388 0.106853 10.0.0.41 - - [2025-08-28 03:57:22] "DELETE /security-group/536be00c-167b-4878-b4df-84a6af55e25e HTTP/1.1" 200 115 0.168566 10.0.0.41 - - [2025-08-28 03:57:22] "GET /projects?obj_uuids=c9964b11-1a25-4823-b389-c532aa08a73c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001188 10.0.0.41 - - [2025-08-28 03:57:22] "GET /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4?fields=application_policy_sets HTTP/1.1" 200 1387 0.141711 10.0.0.19 - - [2025-08-28 03:57:22] "DELETE /access-control-list/541e477e-9d94-4b93-b96d-61d6cc3b48ba HTTP/1.1" 200 115 0.103342 10.0.0.41 - - [2025-08-28 03:57:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003944 10.0.0.41 - - [2025-08-28 03:57:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.19 - - [2025-08-28 03:57:22] "DELETE /virtual-network/fb771076-bb87-4594-b0a6-15e5c7001d8f HTTP/1.1" 200 115 0.356066 10.0.0.41 - - [2025-08-28 03:57:22] "GET /project/c9964b11-1a25-4823-b389-c532aa08a73c?fields=application_policy_sets HTTP/1.1" 200 1388 0.079892 10.0.0.19 - - [2025-08-28 03:57:22] "DELETE /api-access-list/e1ddc60e-350c-4089-937d-491388874372 HTTP/1.1" 200 115 0.118142 10.0.0.19 - - [2025-08-28 03:57:22] "DELETE /access-control-list/35a9df62-443b-4737-bf69-97d431fee2cb HTTP/1.1" 200 115 0.080483 10.0.0.41 - - [2025-08-28 03:57:22] "DELETE /project/b9abe56c-0f35-4137-bfe3-831149e3cac2 HTTP/1.1" 200 115 0.884762 10.0.0.41 - - [2025-08-28 03:57:22] "DELETE /project/686c4ff4-2acc-42bc-be7c-144436b8e0d4 HTTP/1.1" 200 115 0.911518 10.0.0.41 - - [2025-08-28 03:57:22] "DELETE /project/c9964b11-1a25-4823-b389-c532aa08a73c HTTP/1.1" 200 115 0.932551 10.0.0.41 - - [2025-08-28 03:57:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.19 - - [2025-08-28 03:57:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058414 10.0.0.41 - - [2025-08-28 03:57:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002253 10.0.0.19 - - [2025-08-28 03:57:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?fields=virtual_networks HTTP/1.1" 200 1031 0.069667 10.0.0.41 - - [2025-08-28 03:57:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.19 - - [2025-08-28 03:57:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.039140 10.0.0.41 - - [2025-08-28 03:57:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.19 - - [2025-08-28 03:57:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?fields=security_groups HTTP/1.1" 200 1257 0.061101 10.0.0.41 - - [2025-08-28 03:57:23] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.19 - - [2025-08-28 03:57:23] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039732 10.0.0.41 - - [2025-08-28 03:57:23] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.19 - - [2025-08-28 03:57:23] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?fields=virtual_networks HTTP/1.1" 200 1032 0.039754 10.0.0.41 - - [2025-08-28 03:57:23] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.19 - - [2025-08-28 03:57:23] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039753 10.0.0.41 - - [2025-08-28 03:57:23] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001596 10.0.0.19 - - [2025-08-28 03:57:23] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?fields=security_groups HTTP/1.1" 200 1258 0.046419 10.0.0.19 - - [2025-08-28 03:57:24] "GET /obj-perms HTTP/1.1" 200 5056 0.366723 10.0.0.19 - - [2025-08-28 03:57:27] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.19 - - [2025-08-28 03:57:28] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.19 - - [2025-08-28 03:57:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-08-28 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.064940 10.0.0.41 - - [2025-08-28 03:57:29] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.19 - - [2025-08-28 03:57:29] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066805 10.0.0.19 - - [2025-08-28 03:57:29] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012070 10.0.0.19 - - [2025-08-28 03:57:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.015960 10.0.0.19 - - [2025-08-28 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014189 10.0.0.41 - - [2025-08-28 03:57:29] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.19 - - [2025-08-28 03:57:29] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.017277 10.0.0.19 - - [2025-08-28 03:57:29] "POST /service-templates HTTP/1.1" 403 264 0.010571 10.0.0.19 - - [2025-08-28 03:57:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.003403 10.0.0.19 - - [2025-08-28 03:57:29] "POST /api-access-lists HTTP/1.1" 200 555 0.027167 10.0.0.19 - - [2025-08-28 03:57:29] "GET /api-access-list/861bb319-19d3-4132-8b52-4cc6094fd27a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.006088 10.0.0.19 - - [2025-08-28 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.024428 10.0.0.41 - - [2025-08-28 03:57:29] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.19 - - [2025-08-28 03:57:29] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.069954 10.0.0.19 - - [2025-08-28 03:57:29] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016154 10.0.0.19 - - [2025-08-28 03:57:30] "POST /virtual-networks HTTP/1.1" 200 583 0.089727 10.0.0.19 - - [2025-08-28 03:57:30] "POST /route-targets HTTP/1.1" 200 327 0.012285 10.0.0.19 - - [2025-08-28 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.034503 10.0.0.19 - - [2025-08-28 03:57:30] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.017743 10.0.0.41 - - [2025-08-28 03:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.011975 10.0.0.19 - - [2025-08-28 03:57:30] "POST /ref-update HTTP/1.1" 200 156 0.117529 10.0.0.19 - - [2025-08-28 03:57:30] "GET /virtual-network/8104935b-0f1e-4352-82c7-967720f06050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.021128 10.0.0.19 - - [2025-08-28 03:57:30] "POST /neutron/network HTTP/1.1" 200 848 0.056541 10.0.0.19 - - [2025-08-28 03:57:30] "GET /virtual-network/8104935b-0f1e-4352-82c7-967720f06050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005270 10.0.0.19 - - [2025-08-28 03:57:30] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.003972 10.0.0.19 - - [2025-08-28 03:57:31] "GET /virtual-network/8104935b-0f1e-4352-82c7-967720f06050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006822 10.0.0.38 - - [2025-08-28 03:57:31] "GET /obj-perms HTTP/1.1" 200 5030 0.045514 10.0.0.41 - - [2025-08-28 03:57:32] "GET /obj-perms HTTP/1.1" 200 5030 0.042347 10.0.0.19 - - [2025-08-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.017182 10.0.0.19 - - [2025-08-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.015514 10.0.0.41 - - [2025-08-28 03:57:32] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.19 - - [2025-08-28 03:57:32] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020349 10.0.0.19 - - [2025-08-28 03:57:32] "POST /service-templates HTTP/1.1" 403 264 0.012714 10.0.0.19 - - [2025-08-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.003335 10.0.0.19 - - [2025-08-28 03:57:32] "POST /api-access-lists HTTP/1.1" 200 521 0.020561 10.0.0.19 - - [2025-08-28 03:57:32] "GET /api-access-list/a7f1a689-425c-433e-86fb-26c068cf4c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006997 10.0.0.19 - - [2025-08-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.017530 10.0.0.19 - - [2025-08-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.016351 10.0.0.41 - - [2025-08-28 03:57:32] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.19 - - [2025-08-28 03:57:32] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.022075 10.0.0.19 - - [2025-08-28 03:57:32] "POST /service-templates HTTP/1.1" 200 551 0.044456 10.0.0.19 - - [2025-08-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.022213 10.0.0.19 - - [2025-08-28 03:57:32] "GET /service-template/3ea7746d-fada-4d62-afa1-6f36a09b778a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.017113 10.0.0.19 - - [2025-08-28 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.018074 10.0.0.19 - - [2025-08-28 03:57:33] "GET /service-template/3ea7746d-fada-4d62-afa1-6f36a09b778a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.017917 10.0.0.19 - - [2025-08-28 03:57:33] "GET /api-access-list/861bb319-19d3-4132-8b52-4cc6094fd27a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003681 10.0.0.19 - - [2025-08-28 03:57:33] "PUT /api-access-list/861bb319-19d3-4132-8b52-4cc6094fd27a HTTP/1.1" 200 264 0.011429 10.0.0.19 - - [2025-08-28 03:57:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.19 - - [2025-08-28 03:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.037024 10.0.0.41 - - [2025-08-28 03:57:34] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.19 - - [2025-08-28 03:57:34] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063559 10.0.0.19 - - [2025-08-28 03:57:34] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.025722 10.0.0.19 - - [2025-08-28 03:57:34] "POST /virtual-networks HTTP/1.1" 403 263 0.014093 10.0.0.19 - - [2025-08-28 03:57:34] "GET /api-access-list/a7f1a689-425c-433e-86fb-26c068cf4c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004263 10.0.0.19 - - [2025-08-28 03:57:34] "PUT /api-access-list/a7f1a689-425c-433e-86fb-26c068cf4c61 HTTP/1.1" 200 264 0.015640 10.0.0.19 - - [2025-08-28 03:57:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.026852 10.0.0.19 - - [2025-08-28 03:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.015579 10.0.0.41 - - [2025-08-28 03:57:35] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.19 - - [2025-08-28 03:57:35] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.046196 10.0.0.19 - - [2025-08-28 03:57:35] "POST /service-templates HTTP/1.1" 403 264 0.017298 10.0.0.19 - - [2025-08-28 03:57:35] "GET /api-access-list/861bb319-19d3-4132-8b52-4cc6094fd27a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004255 10.0.0.19 - - [2025-08-28 03:57:35] "PUT /api-access-list/861bb319-19d3-4132-8b52-4cc6094fd27a HTTP/1.1" 200 264 0.012459 10.0.0.19 - - [2025-08-28 03:57:35] "GET /api-access-list/a7f1a689-425c-433e-86fb-26c068cf4c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003717 10.0.0.19 - - [2025-08-28 03:57:35] "PUT /api-access-list/a7f1a689-425c-433e-86fb-26c068cf4c61 HTTP/1.1" 200 264 0.011557 10.0.0.19 - - [2025-08-28 03:57:36] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004028 10.0.0.19 - - [2025-08-28 03:57:36] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.013030 10.0.0.19 - - [2025-08-28 03:57:36] "DELETE /api-access-list/861bb319-19d3-4132-8b52-4cc6094fd27a HTTP/1.1" 200 115 0.035692 10.0.0.19 - - [2025-08-28 03:57:36] "DELETE /api-access-list/a7f1a689-425c-433e-86fb-26c068cf4c61 HTTP/1.1" 200 115 0.047154 10.0.0.19 - - [2025-08-28 03:57:37] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005157 10.0.0.19 - - [2025-08-28 03:57:37] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.012136 10.0.0.19 - - [2025-08-28 03:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.019498 10.0.0.19 - - [2025-08-28 03:57:37] "DELETE /service-template/3ea7746d-fada-4d62-afa1-6f36a09b778a HTTP/1.1" 200 115 0.042070 10.0.0.19 - - [2025-08-28 03:57:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.028488 10.0.0.41 - - [2025-08-28 03:57:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007525 10.0.0.41 - - [2025-08-28 03:57:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004759 10.0.0.19 - - [2025-08-28 03:57:37] "DELETE /virtual-network/8104935b-0f1e-4352-82c7-967720f06050 HTTP/1.1" 200 115 0.143506 10.0.0.19 - - [2025-08-28 03:57:37] "DELETE /route-target/374e3e23-29bc-4fc8-b24e-b4b2075fde72 HTTP/1.1" 200 115 0.048904 10.0.0.19 - - [2025-08-28 03:57:37] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005747 10.0.0.19 - - [2025-08-28 03:57:37] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.012274 10.0.0.19 - - [2025-08-28 03:57:37] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004282 10.0.0.19 - - [2025-08-28 03:57:37] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.012048 10.0.0.19 - - [2025-08-28 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.41 - - [2025-08-28 03:57:40] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.19 - - [2025-08-28 03:57:40] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042011 10.0.0.19 - - [2025-08-28 03:57:40] "POST /neutron/network HTTP/1.1" 200 117 0.082943 10.0.0.19 - - [2025-08-28 03:57:40] "POST /neutron/network HTTP/1.1" 200 860 0.008517 10.0.0.19 - - [2025-08-28 03:57:40] "POST /id-to-fqname HTTP/1.1" 200 240 0.001170 10.0.0.19 - - [2025-08-28 03:57:40] "GET /virtual-network/68e3795e-bdb0-4643-96d1-88aa41dbc186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005159 10.0.0.19 - - [2025-08-28 03:57:40] "GET /virtual-network/68e3795e-bdb0-4643-96d1-88aa41dbc186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005333 10.0.0.19 - - [2025-08-28 03:57:41] "POST /neutron/subnet HTTP/1.1" 200 714 0.008643 10.0.0.19 - - [2025-08-28 03:57:41] "GET /virtual-network/68e3795e-bdb0-4643-96d1-88aa41dbc186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005583 10.0.0.19 - - [2025-08-28 03:57:41] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.005298 10.0.0.19 - - [2025-08-28 03:57:41] "GET /virtual-network/68e3795e-bdb0-4643-96d1-88aa41dbc186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006300 10.0.0.19 - - [2025-08-28 03:57:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.003313 10.0.0.19 - - [2025-08-28 03:57:41] "POST /api-access-lists HTTP/1.1" 200 555 0.024228 10.0.0.19 - - [2025-08-28 03:57:41] "GET /api-access-list/1542d61e-b6df-46fc-92cf-cd6a63925e14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.007822 10.0.0.19 - - [2025-08-28 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.016776 10.0.0.41 - - [2025-08-28 03:57:41] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.19 - - [2025-08-28 03:57:41] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067865 10.0.0.41 - - [2025-08-28 03:57:42] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001303 10.0.0.19 - - [2025-08-28 03:57:42] "POST /neutron/network HTTP/1.1" 200 645 0.145420 10.0.0.19 - - [2025-08-28 03:57:42] "POST /route-targets HTTP/1.1" 200 327 0.013061 10.0.0.41 - - [2025-08-28 03:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009844 10.0.0.19 - - [2025-08-28 03:57:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.280645 10.0.0.19 - - [2025-08-28 03:57:42] "POST /id-to-fqname HTTP/1.1" 200 240 0.012278 10.0.0.19 - - [2025-08-28 03:57:42] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020812 10.0.0.19 - - [2025-08-28 03:57:42] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.018661 10.0.0.19 - - [2025-08-28 03:57:42] "POST /neutron/network HTTP/1.1" 200 866 0.028089 10.0.0.19 - - [2025-08-28 03:57:42] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005663 10.0.0.19 - - [2025-08-28 03:57:42] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.003793 10.0.0.19 - - [2025-08-28 03:57:43] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005576 10.0.0.19 - - [2025-08-28 03:57:43] "GET /obj-perms HTTP/1.1" 200 5030 0.095914 10.0.0.19 - - [2025-08-28 03:57:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.023423 10.0.0.41 - - [2025-08-28 03:57:43] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.19 - - [2025-08-28 03:57:43] "POST /access-control-lists HTTP/1.1" 200 626 0.023319 10.0.0.19 - - [2025-08-28 03:57:43] "PUT /access-control-list/805e1c87-39a6-444f-92cc-05a6bdd12575 HTTP/1.1" 200 272 0.013449 10.0.0.19 - - [2025-08-28 03:57:44] "POST /neutron/security_group HTTP/1.1" 200 1426 0.495269 10.0.0.19 - - [2025-08-28 03:57:44] "POST /neutron/security_group HTTP/1.1" 200 1426 0.016070 10.0.0.19 - - [2025-08-28 03:57:44] "PUT /access-control-list/b1d06c99-0bc4-4a83-9b1f-aa4803a1604e HTTP/1.1" 200 272 0.016382 10.0.0.41 - - [2025-08-28 03:57:44] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001567 10.0.0.19 - - [2025-08-28 03:57:44] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.099757 10.0.0.19 - - [2025-08-28 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.021381 10.0.0.19 - - [2025-08-28 03:57:45] "GET /security-group/50c53066-55ff-4f83-91a2-b5727b6207bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.027067 10.0.0.19 - - [2025-08-28 03:57:45] "POST /id-to-fqname HTTP/1.1" 200 240 0.014094 10.0.0.19 - - [2025-08-28 03:57:46] "POST /neutron/network HTTP/1.1" 200 876 0.027247 10.0.0.41 - - [2025-08-28 03:57:46] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.19 - - [2025-08-28 03:57:46] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066931 10.0.0.19 - - [2025-08-28 03:57:47] "POST /neutron/port HTTP/1.1" 200 117 0.030135 10.0.0.19 - - [2025-08-28 03:57:47] "POST /neutron/network HTTP/1.1" 200 866 0.029879 10.0.0.19 - - [2025-08-28 03:57:48] "POST /neutron/port HTTP/1.1" 200 1062 0.015533 10.0.0.19 - - [2025-08-28 03:57:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003650 10.0.0.19 - - [2025-08-28 03:57:48] "POST /neutron/network HTTP/1.1" 200 866 0.013782 10.0.0.19 - - [2025-08-28 03:57:52] "POST /neutron/port HTTP/1.1" 200 1090 0.016232 10.0.0.19 - - [2025-08-28 03:57:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008823 10.0.0.19 - - [2025-08-28 03:57:52] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 401 292 0.000410 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 200 1292 0.047982 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 200 1292 0.015272 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f HTTP/1.1" 200 3023 0.020710 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 200 1292 0.014591 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f HTTP/1.1" 200 3023 0.019331 10.0.0.19 - - [2025-08-28 03:57:53] "GET /instance-ip/a4563baa-b8c1-413c-920b-0103b8ba263b HTTP/1.1" 200 1643 0.017723 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 200 1292 0.015140 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f HTTP/1.1" 200 3023 0.020146 10.0.0.19 - - [2025-08-28 03:57:53] "GET /instance-ip/a4563baa-b8c1-413c-920b-0103b8ba263b HTTP/1.1" 200 1643 0.016734 10.0.0.19 - - [2025-08-28 03:57:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.016140 10.0.0.19 - - [2025-08-28 03:57:53] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.19 - - [2025-08-28 03:57:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.19 - - [2025-08-28 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.025290 10.0.0.19 - - [2025-08-28 03:57:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003794 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021393 10.0.0.19 - - [2025-08-28 03:57:53] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.016376 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.015290 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.19 - - [2025-08-28 03:57:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003706 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019089 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020974 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.014721 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-08-28 03:57:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003574 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019831 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.019606 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.015145 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.19 - - [2025-08-28 03:57:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004899 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020142 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.018392 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.014781 10.0.0.19 - - [2025-08-28 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.19 - - [2025-08-28 03:57:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003796 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018411 10.0.0.19 - - [2025-08-28 03:57:54] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.018581 10.0.0.19 - - [2025-08-28 03:57:56] "POST /neutron/port HTTP/1.1" 200 1090 0.020642 10.0.0.19 - - [2025-08-28 03:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016108 10.0.0.19 - - [2025-08-28 03:57:57] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.019295 10.0.0.19 - - [2025-08-28 03:57:59] "POST /fqname-to-id HTTP/1.1" 403 354 0.021672 10.0.0.19 - - [2025-08-28 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.19 - - [2025-08-28 03:57:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003996 10.0.0.19 - - [2025-08-28 03:57:59] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021525 10.0.0.19 - - [2025-08-28 03:57:59] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.017142 10.0.0.19 - - [2025-08-28 03:58:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.016470 10.0.0.19 - - [2025-08-28 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.19 - - [2025-08-28 03:58:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003514 10.0.0.19 - - [2025-08-28 03:58:00] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020776 10.0.0.19 - - [2025-08-28 03:58:00] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.018730 10.0.0.19 - - [2025-08-28 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.015889 10.0.0.19 - - [2025-08-28 03:58:00] "GET /routing-instance/5a2eb1db-00f8-4819-a950-d92aa8cbc2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018784 10.0.0.19 - - [2025-08-28 03:58:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.018234 10.0.0.19 - - [2025-08-28 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.19 - - [2025-08-28 03:58:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003398 10.0.0.19 - - [2025-08-28 03:58:00] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017675 10.0.0.19 - - [2025-08-28 03:58:00] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020832 10.0.0.19 - - [2025-08-28 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.015202 10.0.0.19 - - [2025-08-28 03:58:00] "GET /routing-instance/5a2eb1db-00f8-4819-a950-d92aa8cbc2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020821 10.0.0.41 - - [2025-08-28 03:58:00] "GET /obj-perms HTTP/1.1" 403 257 0.039740 10.0.0.19 - - [2025-08-28 03:58:01] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.064903 10.0.0.19 - - [2025-08-28 03:58:01] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.022083 10.0.0.41 - - [2025-08-28 03:58:01] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016028 10.0.0.19 - - [2025-08-28 03:58:01] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.022257 10.0.0.19 - - [2025-08-28 03:58:01] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020829 10.0.0.19 - - [2025-08-28 03:58:02] "GET /obj-perms HTTP/1.1" 403 257 0.035239 10.0.0.19 - - [2025-08-28 03:58:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004336 10.0.0.19 - - [2025-08-28 03:58:02] "GET /obj-perms HTTP/1.1" 403 257 0.035029 10.0.0.19 - - [2025-08-28 03:58:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004543 10.0.0.38 - - [2025-08-28 03:58:03] "GET /obj-perms HTTP/1.1" 403 257 0.034765 10.0.0.41 - - [2025-08-28 03:58:03] "GET /obj-perms HTTP/1.1" 403 257 0.010648 10.0.0.19 - - [2025-08-28 03:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.014876 10.0.0.41 - - [2025-08-28 03:58:03] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.19 - - [2025-08-28 03:58:03] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.082374 10.0.0.19 - - [2025-08-28 03:58:03] "GET /virtual-network/68e3795e-bdb0-4643-96d1-88aa41dbc186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.020434 10.0.0.19 - - [2025-08-28 03:58:03] "GET /floating-ip-pools?parent_id=68e3795e-bdb0-4643-96d1-88aa41dbc186&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020393 10.0.0.19 - - [2025-08-28 03:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.019409 10.0.0.19 - - [2025-08-28 03:58:03] "GET /floating-ip-pool/5ece722f-b65c-4e95-b23a-f0995188e658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.016229 10.0.0.41 - - [2025-08-28 03:58:03] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.19 - - [2025-08-28 03:58:03] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.062825 10.0.0.19 - - [2025-08-28 03:58:03] "POST /floating-ips HTTP/1.1" 200 616 0.068284 10.0.0.19 - - [2025-08-28 03:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.016865 10.0.0.19 - - [2025-08-28 03:58:03] "GET /floating-ip/ec8769dd-0267-4e14-9994-d1004862f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.019271 10.0.0.19 - - [2025-08-28 03:58:04] "GET /floating-ip/ec8769dd-0267-4e14-9994-d1004862f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.025670 10.0.0.19 - - [2025-08-28 03:58:04] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017434 10.0.0.19 - - [2025-08-28 03:58:04] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.019418 10.0.0.19 - - [2025-08-28 03:58:04] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023529 10.0.0.19 - - [2025-08-28 03:58:04] "POST /ref-update HTTP/1.1" 200 156 0.030522 10.0.0.19 - - [2025-08-28 03:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015308 10.0.0.19 - - [2025-08-28 03:58:04] "GET /routing-instance/ad9d85f6-fa6e-4da0-9df7-3c014c607a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.018188 10.0.0.19 - - [2025-08-28 03:58:04] "POST /neutron/security_group HTTP/1.1" 200 542 0.037103 10.0.0.19 - - [2025-08-28 03:58:04] "POST /neutron/port HTTP/1.1" 200 1116 0.058840 10.0.0.19 - - [2025-08-28 03:58:05] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 200 1292 0.019641 10.0.0.19 - - [2025-08-28 03:58:05] "GET /virtual-machine-interface/22dd4212-364f-4bf5-ba75-2e1b116ecb0f HTTP/1.1" 200 3585 0.031227 10.0.0.19 - - [2025-08-28 03:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012798 10.0.0.19 - - [2025-08-28 03:58:05] "GET /security-group/50c53066-55ff-4f83-91a2-b5727b6207bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.013147 10.0.0.19 - - [2025-08-28 03:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.013527 10.0.0.19 - - [2025-08-28 03:58:05] "GET /security-group/50c53066-55ff-4f83-91a2-b5727b6207bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015130 10.0.0.19 - - [2025-08-28 03:58:05] "DELETE /floating-ip/ec8769dd-0267-4e14-9994-d1004862f91a HTTP/1.1" 200 115 0.071335 10.0.0.19 - - [2025-08-28 03:58:05] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 200 1292 0.021959 10.0.0.19 - - [2025-08-28 03:58:05] "POST /neutron/port HTTP/1.1" 200 1131 0.018598 10.0.0.19 - - [2025-08-28 03:58:07] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 404 171 0.017432 10.0.0.19 - - [2025-08-28 03:58:07] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 404 171 0.013135 10.0.0.19 - - [2025-08-28 03:58:07] "GET /virtual-machine/9c60fd30-90ac-405e-8a7a-ac57ff20cc5d HTTP/1.1" 404 171 0.013417 10.0.0.19 - - [2025-08-28 03:58:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.015129 10.0.0.19 - - [2025-08-28 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.19 - - [2025-08-28 03:58:07] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004385 10.0.0.19 - - [2025-08-28 03:58:07] "GET /virtual-networks?parent_id=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021088 10.0.0.19 - - [2025-08-28 03:58:07] "GET /virtual-network/6fe4baff-774e-4a47-853c-86ed99184af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.018431 10.0.0.19 - - [2025-08-28 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.014325 10.0.0.19 - - [2025-08-28 03:58:07] "GET /routing-instance/5a2eb1db-00f8-4819-a950-d92aa8cbc2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.017303 10.0.0.19 - - [2025-08-28 03:58:08] "GET /obj-perms HTTP/1.1" 403 257 0.013293 10.0.0.19 - - [2025-08-28 03:58:08] "GET /obj-perms HTTP/1.1" 403 257 0.031969 10.0.0.19 - - [2025-08-28 03:58:11] "GET /obj-perms HTTP/1.1" 200 5030 0.003626 10.0.0.19 - - [2025-08-28 03:58:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003926 10.0.0.19 - - [2025-08-28 03:58:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003928 10.0.0.41 - - [2025-08-28 03:58:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822 10.0.0.41 - - [2025-08-28 03:58:22] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000724 10.0.0.41 - - [2025-08-28 03:58:22] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.048852 10.0.0.41 - - [2025-08-28 03:58:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.060823 10.0.0.41 - - [2025-08-28 03:58:22] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.41 - - [2025-08-28 03:58:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.41 - - [2025-08-28 03:58:22] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?fields=security_groups HTTP/1.1" 200 1363 0.042542 10.0.0.41 - - [2025-08-28 03:58:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?fields=security_groups HTTP/1.1" 200 1362 0.067942 10.0.0.41 - - [2025-08-28 03:58:22] "DELETE /security-group/11aea07c-4994-4342-b5f7-c0dcc355b30e HTTP/1.1" 200 115 0.058513 10.0.0.41 - - [2025-08-28 03:58:22] "GET /projects?obj_uuids=3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.41 - - [2025-08-28 03:58:22] "GET /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8?fields=application_policy_sets HTTP/1.1" 200 1402 0.087833 10.0.0.19 - - [2025-08-28 03:58:22] "DELETE /access-control-list/328aecba-edf5-4b22-b891-77825d283cbc HTTP/1.1" 200 115 0.078796 10.0.0.41 - - [2025-08-28 03:58:22] "DELETE /security-group/e50f5b22-6052-4474-b7bd-b3d6881f64b1 HTTP/1.1" 200 115 0.140370 10.0.0.41 - - [2025-08-28 03:58:22] "GET /projects?obj_uuids=1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002128 10.0.0.41 - - [2025-08-28 03:58:22] "GET /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3?fields=application_policy_sets HTTP/1.1" 200 1401 0.042366 10.0.0.41 - - [2025-08-28 03:58:22] "DELETE /project/3b2916ee-e1e8-4b43-a7c0-b326adb4d2d8 HTTP/1.1" 200 115 0.524785 10.0.0.41 - - [2025-08-28 03:58:23] "DELETE /project/1bcf3091-7a0d-4d48-83e2-5e80c2cea7b3 HTTP/1.1" 200 115 0.577579 10.0.0.19 - - [2025-08-28 03:58:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003811 10.0.0.19 - - [2025-08-28 03:58:24] "POST /neutron/security_group HTTP/1.1" 200 568 0.017600 10.0.0.19 - - [2025-08-28 03:58:24] "DELETE /access-control-list/805e1c87-39a6-444f-92cc-05a6bdd12575 HTTP/1.1" 200 115 0.052360 10.0.0.19 - - [2025-08-28 03:58:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.027935 10.0.0.41 - - [2025-08-28 03:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.41 - - [2025-08-28 03:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003285 10.0.0.19 - - [2025-08-28 03:58:24] "POST /neutron/network HTTP/1.1" 200 151 0.153714 10.0.0.19 - - [2025-08-28 03:58:24] "DELETE /route-target/bf85f715-1d38-4027-8b8c-fbe406e6d361 HTTP/1.1" 200 115 0.029974 10.0.0.19 - - [2025-08-28 03:58:24] "DELETE /api-access-list/1542d61e-b6df-46fc-92cf-cd6a63925e14 HTTP/1.1" 200 115 0.042995 10.0.0.41 - - [2025-08-28 03:58:25] "GET /obj-perms HTTP/1.1" 200 5056 0.076794 10.0.0.19 - - [2025-08-28 03:58:25] "GET /obj-perms HTTP/1.1" 200 5056 0.054580 10.0.0.19 - - [2025-08-28 03:58:27] "GET /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003985 10.0.0.19 - - [2025-08-28 03:58:27] "PUT /api-access-list/783ec692-e8d1-4216-a2aa-eea61a0ffabd HTTP/1.1" 200 264 0.012662 10.0.0.41 - - [2025-08-28 03:58:27] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.19 - - [2025-08-28 03:58:27] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038970 10.0.0.41 - - [2025-08-28 03:58:27] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.19 - - [2025-08-28 03:58:27] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?fields=virtual_networks HTTP/1.1" 200 1033 0.040730 10.0.0.41 - - [2025-08-28 03:58:27] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.19 - - [2025-08-28 03:58:27] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042296 10.0.0.41 - - [2025-08-28 03:58:27] "GET /projects?obj_uuids=a7767a42-578a-4dcc-a355-6202b319dee6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431 10.0.0.19 - - [2025-08-28 03:58:27] "GET /project/a7767a42-578a-4dcc-a355-6202b319dee6?fields=security_groups HTTP/1.1" 200 1259 0.051189 10.0.0.41 - - [2025-08-28 03:58:28] "GET /projects?obj_uuids=92ab84a5-15d5-479a-8a98-e0353b22874e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000983 10.0.0.19 - - [2025-08-28 03:58:28] "GET /project/92ab84a5-15d5-479a-8a98-e0353b22874e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.043349 [Introspect:8084]10.0.0.19 - - [2025-08-28 03:58:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001140 10.0.0.19 - - [2025-08-28 03:58:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.030140 10.0.0.41 - - [2025-08-28 03:58:31] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.41 - - [2025-08-28 03:58:31] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.41 - - [2025-08-28 03:58:31] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007311 10.0.0.41 - - [2025-08-28 03:58:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.003871 10.0.0.41 - - [2025-08-28 03:58:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.005064 10.0.0.41 - - [2025-08-28 03:58:32] "POST /security-groups HTTP/1.1" 200 592 0.032844 10.0.0.19 - - [2025-08-28 03:58:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.004386 10.0.0.41 - - [2025-08-28 03:58:32] "POST /projects HTTP/1.1" 200 587 0.245270 10.0.0.41 - - [2025-08-28 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.321449 10.0.0.19 - - [2025-08-28 03:58:32] "POST /access-control-lists HTTP/1.1" 200 595 0.037469 10.0.0.19 - - [2025-08-28 03:58:32] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.479825 10.0.0.19 - - [2025-08-28 03:58:33] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.19 - - [2025-08-28 03:58:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.19 - - [2025-08-28 03:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.060225 10.0.0.41 - - [2025-08-28 03:58:35] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001855 10.0.0.19 - - [2025-08-28 03:58:35] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062587 10.0.0.19 - - [2025-08-28 03:58:35] "POST /neutron/network HTTP/1.1" 200 117 0.041917 10.0.0.19 - - [2025-08-28 03:58:36] "POST /neutron/network HTTP/1.1" 200 825 0.025063 10.0.0.19 - - [2025-08-28 03:58:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001281 10.0.0.19 - - [2025-08-28 03:58:36] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.017672 10.0.0.19 - - [2025-08-28 03:58:36] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006176 10.0.0.19 - - [2025-08-28 03:58:36] "POST /neutron/subnet HTTP/1.1" 200 716 0.009175 10.0.0.19 - - [2025-08-28 03:58:37] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010863 10.0.0.38 - - [2025-08-28 03:58:38] "GET /obj-perms HTTP/1.1" 200 5032 0.054212 10.0.0.19 - - [2025-08-28 03:58:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001290 10.0.0.41 - - [2025-08-28 03:58:39] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.19 - - [2025-08-28 03:58:39] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059140 10.0.0.19 - - [2025-08-28 03:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.006010 10.0.0.19 - - [2025-08-28 03:58:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.19 - - [2025-08-28 03:58:39] "POST /neutron/network HTTP/1.1" 200 835 0.006258 10.0.0.19 - - [2025-08-28 03:58:40] "POST /neutron/port HTTP/1.1" 200 1059 0.035295 10.0.0.19 - - [2025-08-28 03:58:40] "POST /neutron/port HTTP/1.1" 200 1087 0.019932 10.0.0.41 - - [2025-08-28 03:58:40] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.19 - - [2025-08-28 03:58:40] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065867 10.0.0.19 - - [2025-08-28 03:58:40] "POST /neutron/network HTTP/1.1" 200 825 0.006388 10.0.0.19 - - [2025-08-28 03:58:40] "POST /neutron/port HTTP/1.1" 200 1087 0.015493 10.0.0.19 - - [2025-08-28 03:58:40] "POST /neutron/port HTTP/1.1" 200 1087 0.016289 10.0.0.41 - - [2025-08-28 03:58:41] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001444 10.0.0.19 - - [2025-08-28 03:58:41] "POST /neutron/port HTTP/1.1" 200 1059 0.299951 10.0.0.19 - - [2025-08-28 03:58:41] "POST /neutron/port HTTP/1.1" 200 1113 0.097715 10.0.0.19 - - [2025-08-28 03:58:41] "POST /neutron/subnet HTTP/1.1" 200 690 0.012573 10.0.0.19 - - [2025-08-28 03:58:45] "POST /neutron/port HTTP/1.1" 200 1087 0.015465 10.0.0.19 - - [2025-08-28 03:58:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007462 10.0.0.19 - - [2025-08-28 03:58:46] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2025-08-28 03:58:46] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 200 1294 0.027684 10.0.0.19 - - [2025-08-28 03:58:46] "GET /virtual-machine-interface/7116d704-0c73-45ec-a73e-0ed717b95a99 HTTP/1.1" 200 2949 0.005278 10.0.0.19 - - [2025-08-28 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.19 - - [2025-08-28 03:58:46] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003557 10.0.0.19 - - [2025-08-28 03:58:46] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002697 10.0.0.19 - - [2025-08-28 03:58:46] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006030 10.0.0.19 - - [2025-08-28 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.19 - - [2025-08-28 03:58:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005103 10.0.0.19 - - [2025-08-28 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.19 - - [2025-08-28 03:58:53] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005174 10.0.0.19 - - [2025-08-28 03:58:57] "DELETE /access-control-list/8ad0e6c2-3a6d-4780-bd51-b68828222043 HTTP/1.1" 200 115 0.038041 10.0.0.19 - - [2025-08-28 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.19 - - [2025-08-28 03:58:57] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005547 10.0.0.19 - - [2025-08-28 03:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.19 - - [2025-08-28 03:59:01] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008114 10.0.0.19 - - [2025-08-28 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-08-28 03:59:06] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006537 10.0.0.19 - - [2025-08-28 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.19 - - [2025-08-28 03:59:10] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005079 10.0.0.19 - - [2025-08-28 03:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.19 - - [2025-08-28 03:59:14] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005474 10.0.0.19 - - [2025-08-28 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.19 - - [2025-08-28 03:59:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004397 10.0.0.19 - - [2025-08-28 03:59:16] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002776 10.0.0.19 - - [2025-08-28 03:59:16] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006320 10.0.0.19 - - [2025-08-28 03:59:16] "POST /neutron/port HTTP/1.1" 200 1087 0.018598 10.0.0.19 - - [2025-08-28 03:59:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015059 10.0.0.19 - - [2025-08-28 03:59:17] "POST /neutron/subnet HTTP/1.1" 200 690 0.017047 10.0.0.19 - - [2025-08-28 03:59:21] "POST /neutron/port HTTP/1.1" 200 1087 0.017029 10.0.0.41 - - [2025-08-28 03:59:23] "DELETE /project/a7767a42-578a-4dcc-a355-6202b319dee6 HTTP/1.1" 404 177 0.005085 10.0.0.41 - - [2025-08-28 03:59:23] "DELETE /project/5631e6393d564dbe96392fd2c3fa5ac2 HTTP/1.1" 404 173 0.004348 10.0.0.19 - - [2025-08-28 03:59:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008736 10.0.0.19 - - [2025-08-28 03:59:26] "POST /neutron/port HTTP/1.1" 200 1087 0.015808 10.0.0.19 - - [2025-08-28 03:59:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.19 - - [2025-08-28 03:59:26] "POST /neutron/network HTTP/1.1" 200 825 0.007913 10.0.0.19 - - [2025-08-28 03:59:31] "POST /neutron/port HTTP/1.1" 200 1087 0.016644 10.0.0.19 - - [2025-08-28 03:59:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007953 10.0.0.19 - - [2025-08-28 03:59:37] "POST /neutron/port HTTP/1.1" 200 1087 0.024960 10.0.0.19 - - [2025-08-28 03:59:37] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 200 1294 0.008245 10.0.0.19 - - [2025-08-28 03:59:37] "GET /virtual-machine-interface/57101bdd-2a06-416f-9478-a6341fe66b2c HTTP/1.1" 200 2949 0.006421 10.0.0.19 - - [2025-08-28 03:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.19 - - [2025-08-28 03:59:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003506 10.0.0.19 - - [2025-08-28 03:59:37] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003136 10.0.0.19 - - [2025-08-28 03:59:37] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006078 10.0.0.19 - - [2025-08-28 03:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.19 - - [2025-08-28 03:59:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.013713 10.0.0.19 - - [2025-08-28 03:59:38] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004137 10.0.0.19 - - [2025-08-28 03:59:38] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005992 10.0.0.19 - - [2025-08-28 04:00:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015568 10.0.0.19 - - [2025-08-28 04:00:17] "POST /neutron/subnet HTTP/1.1" 200 690 0.008959 10.0.0.19 - - [2025-08-28 04:00:26] "POST /neutron/port HTTP/1.1" 200 1087 0.017296 10.0.0.19 - - [2025-08-28 04:00:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004288 10.0.0.19 - - [2025-08-28 04:00:26] "POST /neutron/network HTTP/1.1" 200 825 0.007506 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 200 1294 0.004093 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-machine-interface/7116d704-0c73-45ec-a73e-0ed717b95a99 HTTP/1.1" 200 2949 0.005370 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 200 1294 0.003759 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-machine-interface/7116d704-0c73-45ec-a73e-0ed717b95a99 HTTP/1.1" 200 2949 0.004979 10.0.0.19 - - [2025-08-28 04:00:48] "GET /instance-ip/1c52c5b9-239a-45a0-b8f7-44240b2623ae HTTP/1.1" 200 1621 0.006401 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 200 1294 0.003442 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-machine-interface/7116d704-0c73-45ec-a73e-0ed717b95a99 HTTP/1.1" 200 2949 0.004937 10.0.0.19 - - [2025-08-28 04:00:48] "GET /instance-ip/1c52c5b9-239a-45a0-b8f7-44240b2623ae HTTP/1.1" 200 1621 0.005098 10.0.0.19 - - [2025-08-28 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.19 - - [2025-08-28 04:00:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003795 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002602 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005869 10.0.0.19 - - [2025-08-28 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.19 - - [2025-08-28 04:00:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003935 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003042 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005859 10.0.0.19 - - [2025-08-28 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.19 - - [2025-08-28 04:00:48] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003702 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003116 10.0.0.19 - - [2025-08-28 04:00:48] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005804 10.0.0.19 - - [2025-08-28 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.19 - - [2025-08-28 04:00:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004379 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002784 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005872 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.19 - - [2025-08-28 04:00:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005186 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003291 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005947 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.19 - - [2025-08-28 04:00:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003911 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003193 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006601 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.19 - - [2025-08-28 04:00:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004333 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003389 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005464 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2025-08-28 04:00:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003597 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002692 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006270 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.19 - - [2025-08-28 04:00:49] "GET /routing-instance/4ee685b5-7946-48da-b6df-484d200631ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007726 10.0.0.19 - - [2025-08-28 04:00:49] "GET /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004064 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.19 - - [2025-08-28 04:00:49] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003792 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002903 10.0.0.19 - - [2025-08-28 04:00:49] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007073 10.0.0.19 - - [2025-08-28 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.19 - - [2025-08-28 04:00:50] "GET /routing-instance/4ee685b5-7946-48da-b6df-484d200631ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004447 10.0.0.19 - - [2025-08-28 04:00:50] "GET /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004176 10.0.0.19 - - [2025-08-28 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.19 - - [2025-08-28 04:00:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004455 10.0.0.19 - - [2025-08-28 04:00:50] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003217 10.0.0.19 - - [2025-08-28 04:00:50] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007043 10.0.0.19 - - [2025-08-28 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.19 - - [2025-08-28 04:00:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003707 10.0.0.19 - - [2025-08-28 04:00:50] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.015336 10.0.0.19 - - [2025-08-28 04:00:50] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006009 10.0.0.19 - - [2025-08-28 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.19 - - [2025-08-28 04:00:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004313 10.0.0.19 - - [2025-08-28 04:00:50] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002750 10.0.0.19 - - [2025-08-28 04:00:50] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006892 10.0.0.41 - - [2025-08-28 04:00:50] "GET /obj-perms HTTP/1.1" 200 5032 0.047718 10.0.0.19 - - [2025-08-28 04:00:50] "GET /obj-perms HTTP/1.1" 200 5032 0.043820 10.0.0.19 - - [2025-08-28 04:00:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003617 10.0.0.19 - - [2025-08-28 04:00:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003777 10.0.0.38 - - [2025-08-28 04:00:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004235 10.0.0.41 - - [2025-08-28 04:00:51] "GET /obj-perms HTTP/1.1" 200 5032 0.003745 10.0.0.19 - - [2025-08-28 04:00:51] "POST /neutron/port HTTP/1.1" 200 1087 0.018440 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 200 1294 0.004351 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-machine-interface/57101bdd-2a06-416f-9478-a6341fe66b2c HTTP/1.1" 200 2949 0.005251 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 200 1294 0.003260 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-machine-interface/57101bdd-2a06-416f-9478-a6341fe66b2c HTTP/1.1" 200 2949 0.005078 10.0.0.19 - - [2025-08-28 04:00:51] "GET /instance-ip/7468379f-b414-4e61-8e4f-28a1db68c221 HTTP/1.1" 200 1621 0.005627 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 200 1294 0.003562 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-machine-interface/57101bdd-2a06-416f-9478-a6341fe66b2c HTTP/1.1" 200 2949 0.004802 10.0.0.19 - - [2025-08-28 04:00:51] "GET /instance-ip/7468379f-b414-4e61-8e4f-28a1db68c221 HTTP/1.1" 200 1621 0.003608 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.19 - - [2025-08-28 04:00:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004066 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003301 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005803 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2025-08-28 04:00:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004579 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003263 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005537 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.19 - - [2025-08-28 04:00:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004779 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002921 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005505 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.19 - - [2025-08-28 04:00:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004064 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003277 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006387 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.19 - - [2025-08-28 04:00:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003547 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003749 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005968 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.19 - - [2025-08-28 04:00:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005510 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003232 10.0.0.19 - - [2025-08-28 04:00:51] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006426 10.0.0.19 - - [2025-08-28 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.19 - - [2025-08-28 04:00:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004055 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002637 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005726 10.0.0.19 - - [2025-08-28 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.19 - - [2025-08-28 04:00:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003308 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003242 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006798 10.0.0.19 - - [2025-08-28 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.19 - - [2025-08-28 04:00:52] "GET /routing-instance/4ee685b5-7946-48da-b6df-484d200631ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004669 10.0.0.19 - - [2025-08-28 04:00:52] "GET /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004484 10.0.0.19 - - [2025-08-28 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2025-08-28 04:00:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006394 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002706 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005804 10.0.0.19 - - [2025-08-28 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.19 - - [2025-08-28 04:00:52] "GET /routing-instance/4ee685b5-7946-48da-b6df-484d200631ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004311 10.0.0.19 - - [2025-08-28 04:00:52] "GET /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004409 10.0.0.19 - - [2025-08-28 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.19 - - [2025-08-28 04:00:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004091 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002773 10.0.0.19 - - [2025-08-28 04:00:52] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007426 10.0.0.19 - - [2025-08-28 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.19 - - [2025-08-28 04:00:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004004 10.0.0.19 - - [2025-08-28 04:00:53] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003401 10.0.0.19 - - [2025-08-28 04:00:53] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006854 10.0.0.19 - - [2025-08-28 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.19 - - [2025-08-28 04:00:53] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005172 10.0.0.19 - - [2025-08-28 04:00:53] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002704 10.0.0.19 - - [2025-08-28 04:00:53] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006054 10.0.0.19 - - [2025-08-28 04:00:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003862 10.0.0.19 - - [2025-08-28 04:00:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003509 10.0.0.41 - - [2025-08-28 04:00:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003920 10.0.0.19 - - [2025-08-28 04:00:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004052 10.0.0.38 - - [2025-08-28 04:00:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003154 10.0.0.19 - - [2025-08-28 04:00:58] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 200 1294 0.003951 10.0.0.19 - - [2025-08-28 04:00:59] "POST /neutron/port HTTP/1.1" 200 1113 0.012191 10.0.0.19 - - [2025-08-28 04:01:00] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 404 171 0.003503 10.0.0.19 - - [2025-08-28 04:01:00] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 404 171 0.002844 10.0.0.19 - - [2025-08-28 04:01:00] "GET /virtual-machine/de59cee3-9395-4745-bd10-ef98d546c004 HTTP/1.1" 404 171 0.003252 10.0.0.19 - - [2025-08-28 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.19 - - [2025-08-28 04:01:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004152 10.0.0.19 - - [2025-08-28 04:01:00] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003360 10.0.0.19 - - [2025-08-28 04:01:00] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006149 10.0.0.19 - - [2025-08-28 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.19 - - [2025-08-28 04:01:01] "GET /routing-instance/4ee685b5-7946-48da-b6df-484d200631ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004289 10.0.0.19 - - [2025-08-28 04:01:01] "GET /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004622 10.0.0.19 - - [2025-08-28 04:01:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004856 10.0.0.38 - - [2025-08-28 04:01:04] "GET /obj-perms HTTP/1.1" 200 5032 0.003721 10.0.0.19 - - [2025-08-28 04:01:04] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 200 1294 0.004453 10.0.0.19 - - [2025-08-28 04:01:04] "POST /neutron/port HTTP/1.1" 200 1113 0.010982 10.0.0.19 - - [2025-08-28 04:01:06] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 404 171 0.003175 10.0.0.19 - - [2025-08-28 04:01:06] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 404 171 0.002862 10.0.0.19 - - [2025-08-28 04:01:06] "GET /virtual-machine/badab9b2-b145-4df1-b61e-027fb2e759e5 HTTP/1.1" 404 171 0.003253 10.0.0.19 - - [2025-08-28 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.19 - - [2025-08-28 04:01:06] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004850 10.0.0.19 - - [2025-08-28 04:01:06] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004012 10.0.0.19 - - [2025-08-28 04:01:06] "GET /virtual-network/6c1038b4-167a-42ef-a098-3298511148db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.019594 10.0.0.19 - - [2025-08-28 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.19 - - [2025-08-28 04:01:06] "GET /routing-instance/4ee685b5-7946-48da-b6df-484d200631ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004725 10.0.0.19 - - [2025-08-28 04:01:06] "GET /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004316 10.0.0.19 - - [2025-08-28 04:01:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004275 10.0.0.19 - - [2025-08-28 04:01:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004321 10.0.0.19 - - [2025-08-28 04:01:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003920 10.0.0.19 - - [2025-08-28 04:01:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003868 10.0.0.19 - - [2025-08-28 04:01:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004591 10.0.0.41 - - [2025-08-28 04:01:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003731 10.0.0.41 - - [2025-08-28 04:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.028909 10.0.0.41 - - [2025-08-28 04:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002317 10.0.0.19 - - [2025-08-28 04:01:25] "POST /neutron/network HTTP/1.1" 200 151 0.147426 10.0.0.19 - - [2025-08-28 04:01:25] "DELETE /route-target/019b3c21-89b1-4a47-8e7a-5a8f2164a068 HTTP/1.1" 200 115 0.063667 10.0.0.19 - - [2025-08-28 04:01:27] "GET /obj-perms HTTP/1.1" 200 5056 0.046918 10.0.0.19 - - [2025-08-28 04:01:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.003595 10.0.0.19 - - [2025-08-28 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.41 - - [2025-08-28 04:01:28] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001551 10.0.0.19 - - [2025-08-28 04:01:28] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045306 10.0.0.19 - - [2025-08-28 04:01:28] "POST /network-policys HTTP/1.1" 200 522 0.026218 10.0.0.19 - - [2025-08-28 04:01:28] "GET /network-policy/9a37916c-d056-4a03-9356-8bb3fcc7c669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005884 10.0.0.19 - - [2025-08-28 04:01:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.002697 10.0.0.19 - - [2025-08-28 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.41 - - [2025-08-28 04:01:28] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.19 - - [2025-08-28 04:01:28] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042254 10.0.0.19 - - [2025-08-28 04:01:28] "POST /network-policys HTTP/1.1" 200 522 0.036821 10.0.0.19 - - [2025-08-28 04:01:28] "GET /network-policy/ce7b663b-6773-457a-9e4e-eb4ca76b1860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009908 10.0.0.19 - - [2025-08-28 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.41 - - [2025-08-28 04:01:29] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002805 10.0.0.19 - - [2025-08-28 04:01:29] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053806 10.0.0.19 - - [2025-08-28 04:01:29] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003858 10.0.0.19 - - [2025-08-28 04:01:29] "POST /virtual-networks HTTP/1.1" 200 546 0.076796 10.0.0.19 - - [2025-08-28 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2025-08-28 04:01:29] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004391 10.0.0.41 - - [2025-08-28 04:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006341 10.0.0.19 - - [2025-08-28 04:01:29] "POST /ref-update HTTP/1.1" 200 156 0.072924 10.0.0.19 - - [2025-08-28 04:01:29] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005422 10.0.0.19 - - [2025-08-28 04:01:29] "POST /neutron/network HTTP/1.1" 200 809 0.007728 10.0.0.19 - - [2025-08-28 04:01:29] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005083 10.0.0.19 - - [2025-08-28 04:01:30] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005548 10.0.0.19 - - [2025-08-28 04:01:30] "PUT /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae HTTP/1.1" 200 264 0.049330 10.0.0.19 - - [2025-08-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.19 - - [2025-08-28 04:01:30] "GET /network-policy/9a37916c-d056-4a03-9356-8bb3fcc7c669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004205 10.0.0.19 - - [2025-08-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 404 237 0.008389 10.0.0.19 - - [2025-08-28 04:01:30] "POST /ref-update HTTP/1.1" 200 156 0.049337 10.0.0.19 - - [2025-08-28 04:01:30] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005890 10.0.0.19 - - [2025-08-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.19 - - [2025-08-28 04:01:30] "GET /network-policy/9a37916c-d056-4a03-9356-8bb3fcc7c669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003581 10.0.0.19 - - [2025-08-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2025-08-28 04:01:30] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.19 - - [2025-08-28 04:01:30] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051022 10.0.0.19 - - [2025-08-28 04:01:30] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003566 10.0.0.19 - - [2025-08-28 04:01:30] "POST /virtual-networks HTTP/1.1" 200 546 0.077155 10.0.0.19 - - [2025-08-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006185 10.0.0.19 - - [2025-08-28 04:01:30] "POST /ref-update HTTP/1.1" 200 156 0.024832 10.0.0.19 - - [2025-08-28 04:01:30] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004060 10.0.0.41 - - [2025-08-28 04:01:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006167 10.0.0.19 - - [2025-08-28 04:01:30] "POST /ref-update HTTP/1.1" 200 156 0.089907 10.0.0.19 - - [2025-08-28 04:01:30] "POST /neutron/network HTTP/1.1" 200 809 0.007217 10.0.0.19 - - [2025-08-28 04:01:31] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005972 10.0.0.19 - - [2025-08-28 04:01:31] "POST /neutron/subnet HTTP/1.1" 200 672 0.008456 10.0.0.19 - - [2025-08-28 04:01:31] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005108 10.0.0.38 - - [2025-08-28 04:01:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004477 10.0.0.41 - - [2025-08-28 04:01:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004220 10.0.0.19 - - [2025-08-28 04:01:31] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006134 10.0.0.19 - - [2025-08-28 04:01:31] "PUT /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536 HTTP/1.1" 200 264 0.056911 10.0.0.19 - - [2025-08-28 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.19 - - [2025-08-28 04:01:31] "GET /network-policy/ce7b663b-6773-457a-9e4e-eb4ca76b1860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004808 10.0.0.19 - - [2025-08-28 04:01:31] "POST /ref-update HTTP/1.1" 200 156 0.055500 10.0.0.19 - - [2025-08-28 04:01:31] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005917 10.0.0.19 - - [2025-08-28 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016737 10.0.0.19 - - [2025-08-28 04:01:31] "POST /ref-update HTTP/1.1" 200 156 0.039604 10.0.0.19 - - [2025-08-28 04:01:31] "GET /network-policy/ce7b663b-6773-457a-9e4e-eb4ca76b1860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.012657 10.0.0.19 - - [2025-08-28 04:01:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001439 10.0.0.41 - - [2025-08-28 04:01:32] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.19 - - [2025-08-28 04:01:32] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076548 10.0.0.19 - - [2025-08-28 04:01:32] "POST /neutron/network HTTP/1.1" 200 886 0.031053 10.0.0.19 - - [2025-08-28 04:01:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001382 10.0.0.19 - - [2025-08-28 04:01:33] "POST /neutron/port HTTP/1.1" 200 117 0.006532 10.0.0.41 - - [2025-08-28 04:01:33] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.19 - - [2025-08-28 04:01:33] "POST /neutron/port HTTP/1.1" 200 1061 0.378142 10.0.0.19 - - [2025-08-28 04:01:34] "POST /neutron/port HTTP/1.1" 200 1115 0.097418 10.0.0.19 - - [2025-08-28 04:01:34] "POST /neutron/subnet HTTP/1.1" 200 646 0.009471 10.0.0.41 - - [2025-08-28 04:01:34] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.19 - - [2025-08-28 04:01:34] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069756 10.0.0.19 - - [2025-08-28 04:01:34] "POST /neutron/network HTTP/1.1" 200 886 0.007458 10.0.0.19 - - [2025-08-28 04:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.007782 10.0.0.19 - - [2025-08-28 04:01:34] "POST /neutron/network HTTP/1.1" 200 896 0.007315 10.0.0.19 - - [2025-08-28 04:01:35] "POST /neutron/port HTTP/1.1" 200 1061 0.035186 10.0.0.19 - - [2025-08-28 04:01:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.19 - - [2025-08-28 04:01:35] "POST /neutron/network HTTP/1.1" 200 886 0.007003 10.0.0.19 - - [2025-08-28 04:01:39] "POST /neutron/port HTTP/1.1" 200 1089 0.014881 10.0.0.19 - - [2025-08-28 04:01:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006657 10.0.0.19 - - [2025-08-28 04:01:39] "GET /virtual-machine/671f96fc-5f83-440a-a0d9-515a24d69de6 HTTP/1.1" 200 1293 0.005795 10.0.0.19 - - [2025-08-28 04:01:39] "GET /virtual-machine-interface/7da36e55-9df6-4d92-9053-e2bb73444592 HTTP/1.1" 200 2949 0.004646 10.0.0.19 - - [2025-08-28 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.19 - - [2025-08-28 04:01:39] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003706 10.0.0.19 - - [2025-08-28 04:01:39] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003025 10.0.0.19 - - [2025-08-28 04:01:39] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007706 10.0.0.19 - - [2025-08-28 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.19 - - [2025-08-28 04:01:42] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004878 10.0.0.19 - - [2025-08-28 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.19 - - [2025-08-28 04:01:47] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005342 10.0.0.19 - - [2025-08-28 04:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.19 - - [2025-08-28 04:01:51] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005924 10.0.0.19 - - [2025-08-28 04:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.19 - - [2025-08-28 04:01:55] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005304 10.0.0.19 - - [2025-08-28 04:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.19 - - [2025-08-28 04:01:59] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005398 10.0.0.41 - - [2025-08-28 04:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.045764 10.0.0.19 - - [2025-08-28 04:02:02] "GET /obj-perms HTTP/1.1" 200 5056 0.126308 10.0.0.38 - - [2025-08-28 04:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.033684 10.0.0.41 - - [2025-08-28 04:02:03] "GET /global-system-configs HTTP/1.1" 200 322 0.079264 10.0.0.38 - - [2025-08-28 04:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.148930 10.0.0.41 - - [2025-08-28 04:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.161314 10.0.0.19 - - [2025-08-28 04:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.19 - - [2025-08-28 04:02:03] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006397 10.0.0.19 - - [2025-08-28 04:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.003461 10.0.0.38 - - [2025-08-28 04:02:03] "GET /global-system-configs HTTP/1.1" 200 322 0.014437 10.0.0.19 - - [2025-08-28 04:02:03] "GET /global-system-configs HTTP/1.1" 200 322 0.003736 10.0.0.19 - - [2025-08-28 04:02:04] "GET /global-system-configs HTTP/1.1" 200 322 0.041093 10.0.0.38 - - [2025-08-28 04:02:04] "GET /obj-perms HTTP/1.1" 200 5056 0.121285 10.0.0.41 - - [2025-08-28 04:02:04] "GET /obj-perms HTTP/1.1" 200 5056 0.138053 10.0.0.19 - - [2025-08-28 04:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.19 - - [2025-08-28 04:02:07] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005026 10.0.0.19 - - [2025-08-28 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.19 - - [2025-08-28 04:02:11] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005019 10.0.0.19 - - [2025-08-28 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.19 - - [2025-08-28 04:02:13] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003432 10.0.0.19 - - [2025-08-28 04:02:13] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003078 10.0.0.19 - - [2025-08-28 04:02:13] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005821 10.0.0.19 - - [2025-08-28 04:02:17] "POST /neutron/port HTTP/1.1" 200 1089 0.042695 10.0.0.19 - - [2025-08-28 04:02:18] "POST /neutron/port HTTP/1.1" 200 1089 0.014063 10.0.0.19 - - [2025-08-28 04:02:18] "POST /neutron/subnet HTTP/1.1" 200 646 0.009012 10.0.0.19 - - [2025-08-28 04:02:19] "POST /neutron/port HTTP/1.1" 200 1089 0.016260 10.0.0.19 - - [2025-08-28 04:02:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006391 10.0.0.19 - - [2025-08-28 04:02:28] "POST /neutron/port HTTP/1.1" 200 1089 0.017943 10.0.0.19 - - [2025-08-28 04:02:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004150 10.0.0.19 - - [2025-08-28 04:02:28] "POST /neutron/network HTTP/1.1" 200 886 0.006721 10.0.0.19 - - [2025-08-28 04:02:29] "POST /neutron/port HTTP/1.1" 200 1089 0.014980 10.0.0.19 - - [2025-08-28 04:02:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006762 10.0.0.19 - - [2025-08-28 04:02:29] "GET /virtual-machine/88234580-5205-418c-80bd-afb2ccb67708 HTTP/1.1" 200 1292 0.005197 10.0.0.19 - - [2025-08-28 04:02:29] "GET /virtual-machine-interface/2078c038-2384-4d57-bfd5-c7f819cbc5df HTTP/1.1" 200 2949 0.004708 10.0.0.19 - - [2025-08-28 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.19 - - [2025-08-28 04:02:29] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003166 10.0.0.19 - - [2025-08-28 04:02:29] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002416 10.0.0.19 - - [2025-08-28 04:02:29] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005275 10.0.0.19 - - [2025-08-28 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.19 - - [2025-08-28 04:02:30] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003925 10.0.0.19 - - [2025-08-28 04:02:30] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002727 10.0.0.19 - - [2025-08-28 04:02:30] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005992 10.0.0.19 - - [2025-08-28 04:03:19] "POST /neutron/network HTTP/1.1" 200 896 0.006432 10.0.0.19 - - [2025-08-28 04:03:19] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.19 - - [2025-08-28 04:03:28] "GET /obj-perms HTTP/1.1" 200 5056 0.049252 10.0.0.19 - - [2025-08-28 04:03:29] "POST /neutron/port HTTP/1.1" 200 1089 0.015192 10.0.0.19 - - [2025-08-28 04:03:29] "POST /neutron/network HTTP/1.1" 200 896 0.006490 10.0.0.19 - - [2025-08-28 04:03:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004451 10.0.0.19 - - [2025-08-28 04:03:29] "POST /neutron/subnet HTTP/1.1" 200 646 0.012372 10.0.0.19 - - [2025-08-28 04:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.19 - - [2025-08-28 04:03:29] "POST /neutron/network HTTP/1.1" 200 886 0.009413 10.0.0.41 - - [2025-08-28 04:03:29] "GET /virtual-router/2188a063-56b9-4bca-9062-12d9426a44d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.029102 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Aug 28 04:03:58 AM UTC 2025 ===================' INFO: =================== Thu Aug 28 04:03:58 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.19 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.19,10.0.0.38,10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.38,10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.19,10.0.0.38,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /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: 08/28/2025 04:04:07.222 7f57a64eb300 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/28/2025 04:04:07.357 7f57a64eb300 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/28/2025 04:04:07.368 7f57a64eb300 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/28/2025 04:04:07.369 7f57a64eb300 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-08-28 04:04:07] "GET / HTTP/1.1" 503 181 0.000346 10.0.0.41 - - [2025-08-28 04:04:07] "GET / HTTP/1.1" 503 181 0.000142 10.0.0.41 - - [2025-08-28 04:04:08] "GET / HTTP/1.1" 200 45871 0.001487 10.0.0.41 - - [2025-08-28 04:04:08] "GET / HTTP/1.1" 200 45871 0.001095 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.41 - - [2025-08-28 04:04:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-08-28 04:04:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000260 [Introspect:8084]10.0.0.19 - - [2025-08-28 04:04:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001482 10.0.0.41 - - [2025-08-28 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.623950 10.0.0.41 - - [2025-08-28 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.41 - - [2025-08-28 04:04:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.344305 10.0.0.41 - - [2025-08-28 04:04:09] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003041 /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.41 - - [2025-08-28 04:04:10] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000887 10.0.0.41 - - [2025-08-28 04:04:10] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041419 10.0.0.41 - - [2025-08-28 04:04:10] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001657 10.0.0.41 - - [2025-08-28 04:04:10] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=security_groups HTTP/1.1" 200 1088 0.043531 10.0.0.41 - - [2025-08-28 04:04:10] "GET /projects?obj_uuids=6935b069-fd2f-4ce6-b132-021ab4952c05&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.41 - - [2025-08-28 04:04:10] "GET /project/6935b069-fd2f-4ce6-b132-021ab4952c05?fields=application_policy_sets HTTP/1.1" 200 1381 0.041507 10.0.0.41 - - [2025-08-28 04:04:10] "DELETE /project/6935b069-fd2f-4ce6-b132-021ab4952c05 HTTP/1.1" 409 278 0.224203 [Introspect:8084]10.0.0.19 - - [2025-08-28 04:04:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001503 [Introspect:8084]10.0.0.19 - - [2025-08-28 04:04:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001087 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.19 - - [2025-08-28 04:04:16] "GET /obj-perms HTTP/1.1" 200 5032 0.355318 10.0.0.19 - - [2025-08-28 04:04:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003647 10.0.0.19 - - [2025-08-28 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.026555 10.0.0.41 - - [2025-08-28 04:04:16] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.19 - - [2025-08-28 04:04:16] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047184 10.0.0.19 - - [2025-08-28 04:04:16] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003946 10.0.0.19 - - [2025-08-28 04:04:16] "POST /virtual-networks HTTP/1.1" 200 546 0.075164 10.0.0.19 - - [2025-08-28 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.19 - - [2025-08-28 04:04:16] "GET /network-ipam/bbe9c870-74fc-429b-bf25-b8add01f024b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004323 10.0.0.41 - - [2025-08-28 04:04:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008279 10.0.0.19 - - [2025-08-28 04:04:16] "POST /ref-update HTTP/1.1" 200 156 0.079206 10.0.0.19 - - [2025-08-28 04:04:16] "POST /neutron/network HTTP/1.1" 200 809 0.034863 10.0.0.19 - - [2025-08-28 04:04:16] "GET /virtual-network/61d8f4a0-d75c-4f15-92e1-d9f2720ce4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006014 10.0.0.19 - - [2025-08-28 04:04:16] "POST /neutron/subnet HTTP/1.1" 200 672 0.008604 10.0.0.19 - - [2025-08-28 04:04:16] "POST /route-targets HTTP/1.1" 200 327 0.046897 10.0.0.19 - - [2025-08-28 04:04:17] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006017 10.0.0.38 - - [2025-08-28 04:04:17] "GET /obj-perms HTTP/1.1" 200 5032 0.047554 10.0.0.19 - - [2025-08-28 04:04:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001510 10.0.0.19 - - [2025-08-28 04:04:17] "POST /neutron/network HTTP/1.1" 200 896 0.006788 10.0.0.41 - - [2025-08-28 04:04:18] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001865 10.0.0.19 - - [2025-08-28 04:04:18] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080886 10.0.0.19 - - [2025-08-28 04:04:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007714 10.0.0.19 - - [2025-08-28 04:04:19] "POST /neutron/network HTTP/1.1" 200 896 0.007571 10.0.0.19 - - [2025-08-28 04:04:19] "POST /neutron/port HTTP/1.1" 200 1061 0.047988 10.0.0.19 - - [2025-08-28 04:04:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004190 10.0.0.19 - - [2025-08-28 04:04:19] "POST /neutron/network HTTP/1.1" 200 886 0.006383 10.0.0.19 - - [2025-08-28 04:04:21] "POST /neutron/network HTTP/1.1" 200 896 0.006552 10.0.0.19 - - [2025-08-28 04:04:21] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.19 - - [2025-08-28 04:04:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007184 10.0.0.19 - - [2025-08-28 04:04:24] "POST /neutron/port HTTP/1.1" 200 1089 0.018463 10.0.0.19 - - [2025-08-28 04:04:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008990 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 200 1294 0.026513 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 200 1294 0.003356 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine-interface/71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 HTTP/1.1" 200 2949 0.004778 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 200 1294 0.003466 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine-interface/71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 HTTP/1.1" 200 2949 0.005014 10.0.0.19 - - [2025-08-28 04:04:24] "GET /instance-ip/96daec55-6abc-46d1-90b2-59fcf85a781d HTTP/1.1" 200 1624 0.005256 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 200 1294 0.002911 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-machine-interface/71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 HTTP/1.1" 200 2949 0.005604 10.0.0.19 - - [2025-08-28 04:04:24] "GET /instance-ip/96daec55-6abc-46d1-90b2-59fcf85a781d HTTP/1.1" 200 1624 0.004045 10.0.0.19 - - [2025-08-28 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.19 - - [2025-08-28 04:04:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003619 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003055 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005281 10.0.0.19 - - [2025-08-28 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.19 - - [2025-08-28 04:04:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004283 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002778 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005505 10.0.0.19 - - [2025-08-28 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.19 - - [2025-08-28 04:04:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006152 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002861 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005565 10.0.0.19 - - [2025-08-28 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.19 - - [2025-08-28 04:04:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004053 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003425 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005485 10.0.0.19 - - [2025-08-28 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.19 - - [2025-08-28 04:04:24] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004253 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002913 10.0.0.19 - - [2025-08-28 04:04:24] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005326 10.0.0.19 - - [2025-08-28 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.19 - - [2025-08-28 04:04:27] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007415 10.0.0.41 - - [2025-08-28 04:04:29] "GET /obj-perms HTTP/1.1" 200 5056 0.040169 10.0.0.19 - - [2025-08-28 04:04:30] "GET /obj-perms HTTP/1.1" 200 5056 0.042380 10.0.0.19 - - [2025-08-28 04:04:31] "POST /neutron/network HTTP/1.1" 200 896 0.026776 10.0.0.19 - - [2025-08-28 04:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.19 - - [2025-08-28 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.19 - - [2025-08-28 04:04:32] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006094 10.0.0.19 - - [2025-08-28 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010643 10.0.0.19 - - [2025-08-28 04:04:36] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008268 10.0.0.19 - - [2025-08-28 04:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.19 - - [2025-08-28 04:04:40] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005234 10.0.0.19 - - [2025-08-28 04:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.19 - - [2025-08-28 04:04:44] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006007 10.0.0.19 - - [2025-08-28 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.19 - - [2025-08-28 04:04:48] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005012 10.0.0.19 - - [2025-08-28 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.19 - - [2025-08-28 04:04:52] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005328 10.0.0.19 - - [2025-08-28 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.19 - - [2025-08-28 04:04:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003422 10.0.0.19 - - [2025-08-28 04:04:56] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002718 10.0.0.19 - - [2025-08-28 04:04:56] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006732 10.0.0.19 - - [2025-08-28 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.19 - - [2025-08-28 04:04:56] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004424 10.0.0.19 - - [2025-08-28 04:04:56] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003271 10.0.0.19 - - [2025-08-28 04:04:56] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007694 10.0.0.19 - - [2025-08-28 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.19 - - [2025-08-28 04:04:56] "GET /routing-instance/36da7fbc-411a-4bba-ada9-874f8db9143c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004767 10.0.0.19 - - [2025-08-28 04:04:56] "GET /route-target/80ee3fea-82cb-4a45-8e77-aa1b8e938f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003417 10.0.0.19 - - [2025-08-28 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.19 - - [2025-08-28 04:04:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004586 10.0.0.19 - - [2025-08-28 04:04:57] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003047 10.0.0.19 - - [2025-08-28 04:04:57] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005709 10.0.0.19 - - [2025-08-28 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.19 - - [2025-08-28 04:04:57] "GET /routing-instance/36da7fbc-411a-4bba-ada9-874f8db9143c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004678 10.0.0.19 - - [2025-08-28 04:04:57] "GET /route-target/80ee3fea-82cb-4a45-8e77-aa1b8e938f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003255 10.0.0.19 - - [2025-08-28 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.19 - - [2025-08-28 04:04:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004370 10.0.0.19 - - [2025-08-28 04:04:57] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003210 10.0.0.19 - - [2025-08-28 04:04:57] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006515 10.0.0.19 - - [2025-08-28 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.19 - - [2025-08-28 04:04:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004025 10.0.0.19 - - [2025-08-28 04:04:57] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003039 10.0.0.19 - - [2025-08-28 04:04:57] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006578 10.0.0.19 - - [2025-08-28 04:04:57] "GET /obj-perms HTTP/1.1" 200 5032 0.003464 10.0.0.41 - - [2025-08-28 04:04:57] "GET /obj-perms HTTP/1.1" 200 5032 0.047590 10.0.0.19 - - [2025-08-28 04:04:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004162 10.0.0.41 - - [2025-08-28 04:04:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004361 10.0.0.19 - - [2025-08-28 04:04:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001333 10.0.0.19 - - [2025-08-28 04:04:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009233 10.0.0.41 - - [2025-08-28 04:04:58] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.19 - - [2025-08-28 04:04:58] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072585 10.0.0.19 - - [2025-08-28 04:04:59] "POST /neutron/port HTTP/1.1" 200 3034 0.029689 10.0.0.19 - - [2025-08-28 04:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.009630 10.0.0.19 - - [2025-08-28 04:04:59] "POST /neutron/port HTTP/1.1" 200 1061 0.014472 10.0.0.19 - - [2025-08-28 04:05:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016609 10.0.0.19 - - [2025-08-28 04:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.19 - - [2025-08-28 04:05:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008632 10.0.0.19 - - [2025-08-28 04:05:04] "POST /neutron/port HTTP/1.1" 200 1089 0.014075 10.0.0.19 - - [2025-08-28 04:05:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007592 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 200 1293 0.005824 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 200 1293 0.005089 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine-interface/dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26 HTTP/1.1" 200 2949 0.006113 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 200 1293 0.003592 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine-interface/dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26 HTTP/1.1" 200 2949 0.005497 10.0.0.19 - - [2025-08-28 04:05:04] "GET /instance-ip/0f121603-e0b2-45f6-8c4b-c1ae1437d527 HTTP/1.1" 200 1623 0.005706 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 200 1293 0.003435 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-machine-interface/dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26 HTTP/1.1" 200 2949 0.004971 10.0.0.19 - - [2025-08-28 04:05:04] "GET /instance-ip/0f121603-e0b2-45f6-8c4b-c1ae1437d527 HTTP/1.1" 200 1623 0.003699 10.0.0.19 - - [2025-08-28 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.19 - - [2025-08-28 04:05:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003342 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002733 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004935 10.0.0.19 - - [2025-08-28 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.19 - - [2025-08-28 04:05:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003539 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002772 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005553 10.0.0.19 - - [2025-08-28 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.19 - - [2025-08-28 04:05:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004255 10.0.0.19 - - [2025-08-28 04:05:04] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003207 10.0.0.19 - - [2025-08-28 04:05:05] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006437 10.0.0.19 - - [2025-08-28 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-08-28 04:05:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003909 10.0.0.19 - - [2025-08-28 04:05:05] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002686 10.0.0.19 - - [2025-08-28 04:05:05] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005623 10.0.0.19 - - [2025-08-28 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.19 - - [2025-08-28 04:05:05] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003861 10.0.0.19 - - [2025-08-28 04:05:05] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003124 10.0.0.19 - - [2025-08-28 04:05:05] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006217 10.0.0.19 - - [2025-08-28 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.19 - - [2025-08-28 04:05:08] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005853 10.0.0.19 - - [2025-08-28 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.19 - - [2025-08-28 04:05:12] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005957 10.0.0.19 - - [2025-08-28 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.19 - - [2025-08-28 04:05:16] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005447 10.0.0.19 - - [2025-08-28 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2025-08-28 04:05:20] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005296 10.0.0.19 - - [2025-08-28 04:05:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014934 10.0.0.19 - - [2025-08-28 04:05:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.19 - - [2025-08-28 04:05:23] "POST /neutron/network HTTP/1.1" 200 886 0.006403 10.0.0.19 - - [2025-08-28 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.19 - - [2025-08-28 04:05:24] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005085 10.0.0.19 - - [2025-08-28 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2025-08-28 04:05:28] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005499 10.0.0.19 - - [2025-08-28 04:05:32] "POST /neutron/network HTTP/1.1" 200 896 0.007742 10.0.0.19 - - [2025-08-28 04:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.19 - - [2025-08-28 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.19 - - [2025-08-28 04:05:32] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006526 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2025-08-28 04:05:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004480 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002822 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005434 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.19 - - [2025-08-28 04:05:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003670 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002699 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005682 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.19 - - [2025-08-28 04:05:35] "GET /routing-instance/7fb41dd1-1da1-4362-9085-853e726280ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005453 10.0.0.19 - - [2025-08-28 04:05:35] "GET /route-target/7208903e-cae1-4622-bde5-4bc547ffda7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007131 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.19 - - [2025-08-28 04:05:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009438 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005991 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005566 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.19 - - [2025-08-28 04:05:35] "GET /routing-instance/7fb41dd1-1da1-4362-9085-853e726280ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004071 10.0.0.19 - - [2025-08-28 04:05:35] "GET /route-target/7208903e-cae1-4622-bde5-4bc547ffda7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003983 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008913 10.0.0.19 - - [2025-08-28 04:05:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005056 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003514 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006585 10.0.0.19 - - [2025-08-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2025-08-28 04:05:35] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004230 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003434 10.0.0.19 - - [2025-08-28 04:05:35] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005877 10.0.0.19 - - [2025-08-28 04:05:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003631 10.0.0.41 - - [2025-08-28 04:05:35] "GET /obj-perms HTTP/1.1" 200 5032 0.026133 10.0.0.19 - - [2025-08-28 04:05:36] "GET /obj-perms HTTP/1.1" 200 5032 0.003661 10.0.0.19 - - [2025-08-28 04:05:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004222 10.0.0.38 - - [2025-08-28 04:05:36] "GET /obj-perms HTTP/1.1" 200 5032 0.003370 10.0.0.19 - - [2025-08-28 04:05:36] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 200 1294 0.004009 10.0.0.19 - - [2025-08-28 04:05:36] "GET /virtual-machine-interface/71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 HTTP/1.1" 200 2949 0.005509 10.0.0.19 - - [2025-08-28 04:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.19 - - [2025-08-28 04:05:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003580 10.0.0.19 - - [2025-08-28 04:05:36] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003573 10.0.0.19 - - [2025-08-28 04:05:36] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005659 10.0.0.19 - - [2025-08-28 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.19 - - [2025-08-28 04:05:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003446 10.0.0.19 - - [2025-08-28 04:05:37] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002753 10.0.0.19 - - [2025-08-28 04:05:37] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008125 10.0.0.19 - - [2025-08-28 04:05:37] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 200 1293 0.004504 10.0.0.19 - - [2025-08-28 04:05:37] "GET /virtual-machine-interface/dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26 HTTP/1.1" 200 2949 0.005571 10.0.0.19 - - [2025-08-28 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.19 - - [2025-08-28 04:05:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005353 10.0.0.19 - - [2025-08-28 04:05:37] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003882 10.0.0.19 - - [2025-08-28 04:05:37] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005938 10.0.0.19 - - [2025-08-28 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.19 - - [2025-08-28 04:05:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003542 10.0.0.19 - - [2025-08-28 04:05:38] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003316 10.0.0.19 - - [2025-08-28 04:05:38] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005655 10.0.0.19 - - [2025-08-28 04:05:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008123 10.0.0.19 - - [2025-08-28 04:05:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015021 10.0.0.19 - - [2025-08-28 04:05:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007381 10.0.0.19 - - [2025-08-28 04:06:25] "POST /neutron/network HTTP/1.1" 200 896 0.006656 10.0.0.19 - - [2025-08-28 04:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.19 - - [2025-08-28 04:06:32] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 200 1293 0.003964 10.0.0.19 - - [2025-08-28 04:06:32] "POST /neutron/port HTTP/1.1" 200 1115 0.011162 10.0.0.19 - - [2025-08-28 04:06:34] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 404 171 0.003628 10.0.0.19 - - [2025-08-28 04:06:34] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 404 171 0.002858 10.0.0.19 - - [2025-08-28 04:06:34] "GET /virtual-machine/59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec HTTP/1.1" 404 171 0.002972 10.0.0.19 - - [2025-08-28 04:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.19 - - [2025-08-28 04:06:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003576 10.0.0.19 - - [2025-08-28 04:06:34] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003147 10.0.0.19 - - [2025-08-28 04:06:34] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005452 10.0.0.19 - - [2025-08-28 04:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.19 - - [2025-08-28 04:06:34] "GET /routing-instance/7fb41dd1-1da1-4362-9085-853e726280ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004012 10.0.0.19 - - [2025-08-28 04:06:34] "GET /route-target/7208903e-cae1-4622-bde5-4bc547ffda7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003696 10.0.0.19 - - [2025-08-28 04:06:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003691 10.0.0.19 - - [2025-08-28 04:06:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003294 10.0.0.41 - - [2025-08-28 04:06:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004079 10.0.0.19 - - [2025-08-28 04:06:34] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 200 1294 0.004097 10.0.0.19 - - [2025-08-28 04:06:35] "POST /neutron/port HTTP/1.1" 200 1115 0.013841 10.0.0.19 - - [2025-08-28 04:06:36] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 404 171 0.003073 10.0.0.19 - - [2025-08-28 04:06:36] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 404 171 0.003148 10.0.0.19 - - [2025-08-28 04:06:36] "GET /virtual-machine/de9f8549-f809-4a1e-ad57-10a1afb79178 HTTP/1.1" 404 171 0.002395 10.0.0.19 - - [2025-08-28 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.19 - - [2025-08-28 04:06:37] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003571 10.0.0.19 - - [2025-08-28 04:06:37] "GET /virtual-networks?parent_id=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002614 10.0.0.19 - - [2025-08-28 04:06:37] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005390 10.0.0.19 - - [2025-08-28 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.19 - - [2025-08-28 04:06:37] "GET /routing-instance/36da7fbc-411a-4bba-ada9-874f8db9143c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004442 10.0.0.19 - - [2025-08-28 04:06:37] "GET /route-target/80ee3fea-82cb-4a45-8e77-aa1b8e938f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003453 10.0.0.19 - - [2025-08-28 04:06:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004685 10.0.0.41 - - [2025-08-28 04:06:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004305 10.0.0.19 - - [2025-08-28 04:06:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003743 10.0.0.41 - - [2025-08-28 04:06:53] "GET /obj-perms HTTP/1.1" 200 5032 0.006140 10.0.0.19 - - [2025-08-28 04:06:56] "GET /obj-perms HTTP/1.1" 200 5032 0.007302 10.0.0.38 - - [2025-08-28 04:06:56] "GET /obj-perms HTTP/1.1" 200 5032 0.008922 10.0.0.41 - - [2025-08-28 04:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006192 10.0.0.41 - - [2025-08-28 04:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004566 10.0.0.19 - - [2025-08-28 04:06:56] "DELETE /virtual-network/61d8f4a0-d75c-4f15-92e1-d9f2720ce4ef HTTP/1.1" 200 115 0.114745 10.0.0.19 - - [2025-08-28 04:06:56] "DELETE /route-target/56f55360-29ff-417c-8d85-fda3442f1102 HTTP/1.1" 200 115 0.025922 10.0.0.19 - - [2025-08-28 04:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.19 - - [2025-08-28 04:06:56] "GET /network-policy/ce7b663b-6773-457a-9e4e-eb4ca76b1860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004861 10.0.0.19 - - [2025-08-28 04:06:56] "POST /ref-update HTTP/1.1" 200 156 0.097204 10.0.0.19 - - [2025-08-28 04:06:56] "GET /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.013955 10.0.0.19 - - [2025-08-28 04:06:56] "DELETE /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536 HTTP/1.1" 409 234 0.017927 10.0.0.19 - - [2025-08-28 04:06:56] "POST /neutron/port HTTP/1.1" 200 1089 0.023100 10.0.0.19 - - [2025-08-28 04:06:57] "POST /neutron/port HTTP/1.1" 200 1115 0.014054 10.0.0.41 - - [2025-08-28 04:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.062393 10.0.0.19 - - [2025-08-28 04:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.41 - - [2025-08-28 04:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004839 10.0.0.19 - - [2025-08-28 04:06:58] "DELETE /virtual-network/c7e4e6f2-739e-41ec-9ed8-5516e9bfc536 HTTP/1.1" 200 115 0.191945 10.0.0.19 - - [2025-08-28 04:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.19 - - [2025-08-28 04:06:59] "GET /network-policy/9a37916c-d056-4a03-9356-8bb3fcc7c669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003921 10.0.0.19 - - [2025-08-28 04:06:59] "POST /ref-update HTTP/1.1" 200 156 0.052867 10.0.0.19 - - [2025-08-28 04:06:59] "POST /neutron/network HTTP/1.1" 200 809 0.015181 10.0.0.19 - - [2025-08-28 04:06:59] "GET /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005602 10.0.0.41 - - [2025-08-28 04:06:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003985 10.0.0.19 - - [2025-08-28 04:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007278 10.0.0.41 - - [2025-08-28 04:06:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002723 10.0.0.19 - - [2025-08-28 04:06:59] "DELETE /virtual-network/b897aa08-efeb-466e-89f1-72b7f9200eae HTTP/1.1" 200 115 0.128880 10.0.0.19 - - [2025-08-28 04:06:59] "DELETE /network-policy/ce7b663b-6773-457a-9e4e-eb4ca76b1860 HTTP/1.1" 200 115 0.036709 10.0.0.19 - - [2025-08-28 04:06:59] "DELETE /network-policy/9a37916c-d056-4a03-9356-8bb3fcc7c669 HTTP/1.1" 200 115 0.032240 10.0.0.41 - - [2025-08-28 04:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.048094 10.0.0.41 - - [2025-08-28 04:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.131974 10.0.0.38 - - [2025-08-28 04:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.030409 10.0.0.41 - - [2025-08-28 04:07:03] "GET /global-system-configs HTTP/1.1" 200 322 0.041380 10.0.0.38 - - [2025-08-28 04:07:03] "GET /obj-perms HTTP/1.1" 200 5056 0.116377 10.0.0.19 - - [2025-08-28 04:07:03] "GET /obj-perms HTTP/1.1" 200 5056 0.132111 10.0.0.38 - - [2025-08-28 04:07:03] "GET /global-system-configs HTTP/1.1" 200 322 0.042736 10.0.0.41 - - [2025-08-28 04:07:03] "GET /obj-perms HTTP/1.1" 200 5056 0.131103 10.0.0.19 - - [2025-08-28 04:07:03] "GET /global-system-configs HTTP/1.1" 200 322 0.077221 10.0.0.19 - - [2025-08-28 04:07:04] "GET /global-system-configs HTTP/1.1" 200 322 0.042229 10.0.0.19 - - [2025-08-28 04:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.132616 10.0.0.38 - - [2025-08-28 04:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.196736 10.0.0.41 - - [2025-08-28 04:07:31] "GET /obj-perms HTTP/1.1" 200 5056 0.044224 10.0.0.41 - - [2025-08-28 04:07:37] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.19 - - [2025-08-28 04:07:37] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090861 10.0.0.41 - - [2025-08-28 04:07:38] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.19 - - [2025-08-28 04:07:38] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?fields=virtual_networks HTTP/1.1" 200 1034 0.058679 10.0.0.41 - - [2025-08-28 04:07:38] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.19 - - [2025-08-28 04:07:38] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.054060 10.0.0.41 - - [2025-08-28 04:07:38] "GET /projects?obj_uuids=5631e639-3d56-4dbe-9639-2fd2c3fa5ac2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.19 - - [2025-08-28 04:07:38] "GET /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2?fields=security_groups HTTP/1.1" 200 1261 0.043389 10.0.0.19 - - [2025-08-28 04:07:39] "DELETE /access-control-list/651e757a-1721-4100-b957-7aaa4bc97991 HTTP/1.1" 200 115 0.031573 10.0.0.19 - - [2025-08-28 04:07:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.031367 10.0.0.41 - - [2025-08-28 04:07:39] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003343 10.0.0.41 - - [2025-08-28 04:07:39] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.41 - - [2025-08-28 04:07:39] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007114 10.0.0.41 - - [2025-08-28 04:07:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.004099 10.0.0.41 - - [2025-08-28 04:07:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.008200 10.0.0.41 - - [2025-08-28 04:07:39] "POST /security-groups HTTP/1.1" 200 591 0.029046 10.0.0.41 - - [2025-08-28 04:07:39] "POST /projects HTTP/1.1" 200 585 0.231664 10.0.0.19 - - [2025-08-28 04:07:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.012300 10.0.0.41 - - [2025-08-28 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.302465 10.0.0.19 - - [2025-08-28 04:07:39] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.438801 10.0.0.19 - - [2025-08-28 04:07:40] "GET / HTTP/1.1" 200 35931 0.001310 10.0.0.19 - - [2025-08-28 04:07:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2025-08-28 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.052645 10.0.0.41 - - [2025-08-28 04:07:42] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.19 - - [2025-08-28 04:07:42] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037149 10.0.0.19 - - [2025-08-28 04:07:43] "POST /ref-update HTTP/1.1" 200 156 0.021212 10.0.0.41 - - [2025-08-28 04:07:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005008 10.0.0.19 - - [2025-08-28 04:07:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.263811 10.0.0.19 - - [2025-08-28 04:07:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001306 10.0.0.19 - - [2025-08-28 04:07:43] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004937 10.0.0.19 - - [2025-08-28 04:07:43] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005695 10.0.0.19 - - [2025-08-28 04:07:43] "POST /neutron/network HTTP/1.1" 200 825 0.005995 10.0.0.19 - - [2025-08-28 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.41 - - [2025-08-28 04:07:43] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.19 - - [2025-08-28 04:07:43] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052164 10.0.0.41 - - [2025-08-28 04:07:43] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.19 - - [2025-08-28 04:07:43] "POST /neutron/network HTTP/1.1" 200 605 0.118433 10.0.0.19 - - [2025-08-28 04:07:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.002848 10.0.0.19 - - [2025-08-28 04:07:44] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005556 10.0.0.19 - - [2025-08-28 04:07:44] "POST /neutron/network HTTP/1.1" 200 823 0.006217 10.0.0.19 - - [2025-08-28 04:07:44] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005305 10.0.0.19 - - [2025-08-28 04:07:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001202 10.0.0.19 - - [2025-08-28 04:07:44] "POST /neutron/network HTTP/1.1" 200 835 0.006656 10.0.0.41 - - [2025-08-28 04:07:45] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.19 - - [2025-08-28 04:07:45] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075164 10.0.0.19 - - [2025-08-28 04:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.006943 10.0.0.19 - - [2025-08-28 04:07:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001351 10.0.0.19 - - [2025-08-28 04:07:45] "POST /neutron/network HTTP/1.1" 200 835 0.006037 10.0.0.19 - - [2025-08-28 04:07:46] "POST /neutron/port HTTP/1.1" 200 1061 0.013497 10.0.0.41 - - [2025-08-28 04:07:46] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.19 - - [2025-08-28 04:07:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003385 10.0.0.19 - - [2025-08-28 04:07:46] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076851 10.0.0.19 - - [2025-08-28 04:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.19 - - [2025-08-28 04:07:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007063 10.0.0.19 - - [2025-08-28 04:07:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011427 10.0.0.19 - - [2025-08-28 04:07:47] "POST /neutron/port HTTP/1.1" 200 1059 0.016732 10.0.0.19 - - [2025-08-28 04:07:47] "POST /neutron/port HTTP/1.1" 200 1087 0.015995 10.0.0.19 - - [2025-08-28 04:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.19 - - [2025-08-28 04:07:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007371 10.0.0.19 - - [2025-08-28 04:07:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015836 10.0.0.19 - - [2025-08-28 04:07:52] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 401 292 0.000548 10.0.0.19 - - [2025-08-28 04:07:52] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 200 1293 0.026950 10.0.0.19 - - [2025-08-28 04:07:52] "GET /virtual-machine-interface/11ded609-b9e3-48e0-a6f8-624cf71b4d25 HTTP/1.1" 200 2941 0.005435 10.0.0.19 - - [2025-08-28 04:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2025-08-28 04:07:52] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003178 10.0.0.19 - - [2025-08-28 04:07:52] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002595 10.0.0.19 - - [2025-08-28 04:07:52] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005527 10.0.0.19 - - [2025-08-28 04:07:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.027161 10.0.0.19 - - [2025-08-28 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.19 - - [2025-08-28 04:07:55] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006119 10.0.0.19 - - [2025-08-28 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.19 - - [2025-08-28 04:07:57] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004069 10.0.0.19 - - [2025-08-28 04:07:57] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003021 10.0.0.19 - - [2025-08-28 04:07:57] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007087 10.0.0.19 - - [2025-08-28 04:07:58] "POST /neutron/port HTTP/1.1" 200 1087 0.014152 10.0.0.19 - - [2025-08-28 04:07:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006983 10.0.0.19 - - [2025-08-28 04:07:58] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 200 1293 0.009337 10.0.0.19 - - [2025-08-28 04:07:58] "GET /virtual-machine-interface/45262604-51db-46c6-84e2-a924c74d2711 HTTP/1.1" 200 2940 0.005299 10.0.0.19 - - [2025-08-28 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.19 - - [2025-08-28 04:07:58] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003491 10.0.0.19 - - [2025-08-28 04:07:58] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003231 10.0.0.19 - - [2025-08-28 04:07:58] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005585 10.0.0.19 - - [2025-08-28 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.19 - - [2025-08-28 04:07:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003629 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002971 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005860 10.0.0.19 - - [2025-08-28 04:07:59] "POST /neutron/port HTTP/1.1" 200 1089 0.014722 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 200 1293 0.004014 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-machine-interface/11ded609-b9e3-48e0-a6f8-624cf71b4d25 HTTP/1.1" 200 2941 0.005269 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 200 1293 0.004794 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-machine-interface/11ded609-b9e3-48e0-a6f8-624cf71b4d25 HTTP/1.1" 200 2941 0.006264 10.0.0.19 - - [2025-08-28 04:07:59] "GET /instance-ip/6e2d8f43-b9de-48a7-99fd-60ec3a1ed56f HTTP/1.1" 200 1621 0.006045 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 200 1293 0.003539 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-machine-interface/11ded609-b9e3-48e0-a6f8-624cf71b4d25 HTTP/1.1" 200 2941 0.004807 10.0.0.19 - - [2025-08-28 04:07:59] "GET /instance-ip/6e2d8f43-b9de-48a7-99fd-60ec3a1ed56f HTTP/1.1" 200 1621 0.005277 10.0.0.19 - - [2025-08-28 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.19 - - [2025-08-28 04:07:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008291 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003170 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006120 10.0.0.19 - - [2025-08-28 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.19 - - [2025-08-28 04:07:59] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004228 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003110 10.0.0.19 - - [2025-08-28 04:07:59] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005466 10.0.0.19 - - [2025-08-28 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.19 - - [2025-08-28 04:08:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004304 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003181 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008389 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.19 - - [2025-08-28 04:08:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004301 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003761 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005681 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.19 - - [2025-08-28 04:08:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004713 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.013538 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005432 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.19 - - [2025-08-28 04:08:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003620 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003063 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007617 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.19 - - [2025-08-28 04:08:00] "GET /routing-instance/08db367b-37f5-4e33-9647-73f057297d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005807 10.0.0.19 - - [2025-08-28 04:08:00] "GET /route-target/75a3d521-5cba-4829-997c-132050b295be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005494 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.19 - - [2025-08-28 04:08:00] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004251 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004375 10.0.0.19 - - [2025-08-28 04:08:00] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006948 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.19 - - [2025-08-28 04:08:00] "GET /routing-instance/08db367b-37f5-4e33-9647-73f057297d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005108 10.0.0.19 - - [2025-08-28 04:08:00] "GET /route-target/75a3d521-5cba-4829-997c-132050b295be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004524 10.0.0.19 - - [2025-08-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.19 - - [2025-08-28 04:08:01] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004717 10.0.0.19 - - [2025-08-28 04:08:01] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003618 10.0.0.19 - - [2025-08-28 04:08:01] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005426 10.0.0.19 - - [2025-08-28 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2025-08-28 04:08:01] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004261 10.0.0.19 - - [2025-08-28 04:08:01] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003113 10.0.0.19 - - [2025-08-28 04:08:01] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006086 10.0.0.19 - - [2025-08-28 04:08:02] "GET /obj-perms HTTP/1.1" 200 5030 0.063006 10.0.0.41 - - [2025-08-28 04:08:02] "GET /obj-perms HTTP/1.1" 200 5030 0.052817 10.0.0.19 - - [2025-08-28 04:08:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004089 10.0.0.41 - - [2025-08-28 04:08:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003639 10.0.0.19 - - [2025-08-28 04:08:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007096 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 200 1293 0.003799 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-machine-interface/45262604-51db-46c6-84e2-a924c74d2711 HTTP/1.1" 200 2940 0.005034 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 200 1293 0.003680 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-machine-interface/45262604-51db-46c6-84e2-a924c74d2711 HTTP/1.1" 200 2940 0.005754 10.0.0.19 - - [2025-08-28 04:08:03] "GET /instance-ip/651644d8-8c46-49d3-8d96-a9023f4e1178 HTTP/1.1" 200 1619 0.006254 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 200 1293 0.003822 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-machine-interface/45262604-51db-46c6-84e2-a924c74d2711 HTTP/1.1" 200 2940 0.004838 10.0.0.19 - - [2025-08-28 04:08:03] "GET /instance-ip/651644d8-8c46-49d3-8d96-a9023f4e1178 HTTP/1.1" 200 1619 0.004109 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-08-28 04:08:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003165 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002908 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005630 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.19 - - [2025-08-28 04:08:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004431 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003037 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005542 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.19 - - [2025-08-28 04:08:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003805 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003096 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006053 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.19 - - [2025-08-28 04:08:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010875 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003805 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006990 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.19 - - [2025-08-28 04:08:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004503 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002970 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005313 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.19 - - [2025-08-28 04:08:03] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004668 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003140 10.0.0.19 - - [2025-08-28 04:08:03] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006012 10.0.0.19 - - [2025-08-28 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.19 - - [2025-08-28 04:08:03] "GET /routing-instance/446561c2-2892-4c88-b9ec-951a784c25f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006974 10.0.0.19 - - [2025-08-28 04:08:03] "GET /route-target/142b49a3-fb11-46ad-957a-7bc2f0edf472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004365 10.0.0.19 - - [2025-08-28 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.19 - - [2025-08-28 04:08:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004717 10.0.0.19 - - [2025-08-28 04:08:04] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003206 10.0.0.19 - - [2025-08-28 04:08:04] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005657 10.0.0.19 - - [2025-08-28 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.19 - - [2025-08-28 04:08:04] "GET /routing-instance/446561c2-2892-4c88-b9ec-951a784c25f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004962 10.0.0.19 - - [2025-08-28 04:08:04] "GET /route-target/142b49a3-fb11-46ad-957a-7bc2f0edf472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004111 10.0.0.19 - - [2025-08-28 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.19 - - [2025-08-28 04:08:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004978 10.0.0.19 - - [2025-08-28 04:08:04] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003206 10.0.0.19 - - [2025-08-28 04:08:04] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006842 10.0.0.19 - - [2025-08-28 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.19 - - [2025-08-28 04:08:04] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004107 10.0.0.19 - - [2025-08-28 04:08:04] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003455 10.0.0.19 - - [2025-08-28 04:08:04] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005859 10.0.0.19 - - [2025-08-28 04:08:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003491 10.0.0.19 - - [2025-08-28 04:08:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004689 10.0.0.41 - - [2025-08-28 04:08:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004251 10.0.0.19 - - [2025-08-28 04:08:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004074 10.0.0.41 - - [2025-08-28 04:08:10] "DELETE /project/5631e639-3d56-4dbe-9639-2fd2c3fa5ac2 HTTP/1.1" 404 177 0.003170 10.0.0.41 - - [2025-08-28 04:08:10] "DELETE /project/ce2ef10730b0482f8a3719f852271b10 HTTP/1.1" 404 173 0.006228 10.0.0.19 - - [2025-08-28 04:08:25] "POST /neutron/network HTTP/1.1" 200 835 0.006627 10.0.0.19 - - [2025-08-28 04:08:25] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.19 - - [2025-08-28 04:08:27] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 200 1293 0.004105 10.0.0.19 - - [2025-08-28 04:08:27] "POST /neutron/port HTTP/1.1" 200 1113 0.010565 10.0.0.19 - - [2025-08-28 04:08:29] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 404 171 0.003184 10.0.0.19 - - [2025-08-28 04:08:29] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 404 171 0.003366 10.0.0.19 - - [2025-08-28 04:08:29] "GET /virtual-machine/f2296937-b757-42a3-bdcf-ae442dadab14 HTTP/1.1" 404 171 0.003322 10.0.0.19 - - [2025-08-28 04:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.19 - - [2025-08-28 04:08:29] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003720 10.0.0.19 - - [2025-08-28 04:08:29] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002984 10.0.0.19 - - [2025-08-28 04:08:29] "GET /virtual-network/6adac114-6449-4451-aa1e-7b5b479436c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007468 10.0.0.19 - - [2025-08-28 04:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.19 - - [2025-08-28 04:08:29] "GET /routing-instance/446561c2-2892-4c88-b9ec-951a784c25f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.003958 10.0.0.19 - - [2025-08-28 04:08:29] "GET /route-target/142b49a3-fb11-46ad-957a-7bc2f0edf472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003516 10.0.0.19 - - [2025-08-28 04:08:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004560 10.0.0.38 - - [2025-08-28 04:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.053455 10.0.0.19 - - [2025-08-28 04:08:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003965 10.0.0.19 - - [2025-08-28 04:08:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004376 10.0.0.41 - - [2025-08-28 04:08:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003236 10.0.0.19 - - [2025-08-28 04:08:35] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 200 1293 0.005010 10.0.0.19 - - [2025-08-28 04:08:36] "POST /neutron/port HTTP/1.1" 200 1115 0.011209 10.0.0.19 - - [2025-08-28 04:08:37] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 404 171 0.003829 10.0.0.19 - - [2025-08-28 04:08:37] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 404 171 0.003408 10.0.0.19 - - [2025-08-28 04:08:37] "GET /virtual-machine/ba1e0caf-7b40-433a-bce2-12b7f404b9c4 HTTP/1.1" 404 171 0.003001 10.0.0.19 - - [2025-08-28 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.19 - - [2025-08-28 04:08:38] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004328 10.0.0.19 - - [2025-08-28 04:08:38] "GET /virtual-networks?parent_id=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003004 10.0.0.19 - - [2025-08-28 04:08:38] "GET /virtual-network/6df91aec-0474-49e0-a2b8-2fb870d60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006110 10.0.0.19 - - [2025-08-28 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-08-28 04:08:38] "GET /routing-instance/08db367b-37f5-4e33-9647-73f057297d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004106 10.0.0.19 - - [2025-08-28 04:08:38] "GET /route-target/75a3d521-5cba-4829-997c-132050b295be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004514 10.0.0.19 - - [2025-08-28 04:08:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003817 10.0.0.41 - - [2025-08-28 04:08:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004033 10.0.0.19 - - [2025-08-28 04:08:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004122 10.0.0.41 - - [2025-08-28 04:08:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003812 10.0.0.19 - - [2025-08-28 04:08:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004406 10.0.0.41 - - [2025-08-28 04:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004860 10.0.0.41 - - [2025-08-28 04:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005923 10.0.0.19 - - [2025-08-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.19 - - [2025-08-28 04:08:57] "POST /neutron/network HTTP/1.1" 200 151 0.139440 10.0.0.19 - - [2025-08-28 04:08:57] "DELETE /route-target/75a3d521-5cba-4829-997c-132050b295be HTTP/1.1" 200 115 0.031997 10.0.0.41 - - [2025-08-28 04:08:58] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.19 - - [2025-08-28 04:08:58] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041771 10.0.0.41 - - [2025-08-28 04:08:58] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.19 - - [2025-08-28 04:08:58] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?fields=virtual_networks HTTP/1.1" 200 1032 0.038503 10.0.0.41 - - [2025-08-28 04:08:58] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.19 - - [2025-08-28 04:08:58] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036399 10.0.0.41 - - [2025-08-28 04:08:58] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.19 - - [2025-08-28 04:08:58] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?fields=security_groups HTTP/1.1" 200 1258 0.058187 10.0.0.19 - - [2025-08-28 04:08:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.026733 10.0.0.41 - - [2025-08-28 04:08:59] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003177 10.0.0.41 - - [2025-08-28 04:08:59] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.41 - - [2025-08-28 04:08:59] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007348 10.0.0.41 - - [2025-08-28 04:09:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.006027 10.0.0.41 - - [2025-08-28 04:09:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.006313 10.0.0.41 - - [2025-08-28 04:09:00] "POST /security-groups HTTP/1.1" 200 599 0.077416 10.0.0.41 - - [2025-08-28 04:09:00] "POST /projects HTTP/1.1" 200 601 0.300454 10.0.0.19 - - [2025-08-28 04:09:00] "POST /fqname-to-id HTTP/1.1" 404 241 0.011210 10.0.0.41 - - [2025-08-28 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.374983 10.0.0.19 - - [2025-08-28 04:09:00] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.522674 10.0.0.19 - - [2025-08-28 04:09:01] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.19 - - [2025-08-28 04:09:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.19 - - [2025-08-28 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.061883 10.0.0.41 - - [2025-08-28 04:09:04] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.19 - - [2025-08-28 04:09:04] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036506 10.0.0.19 - - [2025-08-28 04:09:04] "POST /neutron/network HTTP/1.1" 200 117 0.030529 10.0.0.19 - - [2025-08-28 04:09:05] "POST /ref-update HTTP/1.1" 200 156 0.027853 10.0.0.41 - - [2025-08-28 04:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007836 10.0.0.19 - - [2025-08-28 04:09:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.236278 10.0.0.19 - - [2025-08-28 04:09:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001199 10.0.0.41 - - [2025-08-28 04:09:05] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.031522 10.0.0.19 - - [2025-08-28 04:09:05] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006513 10.0.0.19 - - [2025-08-28 04:09:05] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006886 10.0.0.19 - - [2025-08-28 04:09:05] "POST /neutron/network HTTP/1.1" 200 1003 0.009963 10.0.0.19 - - [2025-08-28 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.41 - - [2025-08-28 04:09:05] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.19 - - [2025-08-28 04:09:05] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046973 10.0.0.19 - - [2025-08-28 04:09:05] "POST /neutron/network HTTP/1.1" 200 117 0.012267 10.0.0.41 - - [2025-08-28 04:09:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009819 10.0.0.19 - - [2025-08-28 04:09:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.190792 10.0.0.19 - - [2025-08-28 04:09:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001320 10.0.0.19 - - [2025-08-28 04:09:06] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005585 10.0.0.19 - - [2025-08-28 04:09:06] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006324 10.0.0.19 - - [2025-08-28 04:09:06] "POST /neutron/network HTTP/1.1" 200 1004 0.008214 10.0.0.19 - - [2025-08-28 04:09:07] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005872 10.0.0.38 - - [2025-08-28 04:09:08] "GET /obj-perms HTTP/1.1" 200 5046 0.046724 10.0.0.41 - - [2025-08-28 04:09:08] "GET /obj-perms HTTP/1.1" 200 5046 0.046156 10.0.0.19 - - [2025-08-28 04:09:09] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007730 10.0.0.19 - - [2025-08-28 04:09:09] "GET /obj-perms HTTP/1.1" 200 5046 0.045338 10.0.0.19 - - [2025-08-28 04:09:09] "POST /neutron/network HTTP/1.1" 200 1003 0.010810 10.0.0.19 - - [2025-08-28 04:09:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001464 10.0.0.19 - - [2025-08-28 04:09:09] "POST /neutron/network HTTP/1.1" 200 1013 0.011250 10.0.0.41 - - [2025-08-28 04:09:10] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.023253 10.0.0.19 - - [2025-08-28 04:09:10] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084762 10.0.0.19 - - [2025-08-28 04:09:10] "POST /neutron/port HTTP/1.1" 200 117 0.007089 10.0.0.41 - - [2025-08-28 04:09:10] "DELETE /project/d80e4f877e7e45198768506fa5e129c6 HTTP/1.1" 404 173 0.028059 10.0.0.41 - - [2025-08-28 04:09:10] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.41 - - [2025-08-28 04:09:10] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.043014 10.0.0.41 - - [2025-08-28 04:09:10] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.41 - - [2025-08-28 04:09:11] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?fields=security_groups HTTP/1.1" 200 1363 0.039513 10.0.0.41 - - [2025-08-28 04:09:11] "DELETE /security-group/b25a354d-2662-4a0b-b9fd-12158b91d28a HTTP/1.1" 200 115 0.060996 10.0.0.41 - - [2025-08-28 04:09:11] "GET /projects?obj_uuids=ce2ef107-30b0-482f-8a37-19f852271b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001327 10.0.0.19 - - [2025-08-28 04:09:11] "DELETE /access-control-list/fe2226e4-f0b8-4587-bba1-c48d8f76bfec HTTP/1.1" 200 115 0.055551 10.0.0.41 - - [2025-08-28 04:09:11] "GET /project/ce2ef107-30b0-482f-8a37-19f852271b10?fields=application_policy_sets HTTP/1.1" 200 1402 0.070483 10.0.0.41 - - [2025-08-28 04:09:11] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.41 - - [2025-08-28 04:09:11] "DELETE /project/ce2ef107-30b0-482f-8a37-19f852271b10 HTTP/1.1" 200 115 0.514204 10.0.0.19 - - [2025-08-28 04:09:11] "POST /neutron/port HTTP/1.1" 200 1172 0.385965 10.0.0.19 - - [2025-08-28 04:09:11] "POST /neutron/port HTTP/1.1" 200 1226 0.141036 10.0.0.19 - - [2025-08-28 04:09:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003463 10.0.0.19 - - [2025-08-28 04:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.19 - - [2025-08-28 04:09:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007921 10.0.0.19 - - [2025-08-28 04:09:16] "POST /neutron/port HTTP/1.1" 200 1200 0.017282 10.0.0.19 - - [2025-08-28 04:09:16] "GET /virtual-machine/c0283490-48ee-4c0b-879e-a4c61b522b72 HTTP/1.1" 401 292 0.000386 10.0.0.19 - - [2025-08-28 04:09:16] "GET /virtual-machine/c0283490-48ee-4c0b-879e-a4c61b522b72 HTTP/1.1" 200 1300 0.027972 10.0.0.19 - - [2025-08-28 04:09:16] "GET /virtual-machine-interface/eb20235b-3965-4b80-9acd-232715bf840a HTTP/1.1" 200 3176 0.006142 10.0.0.19 - - [2025-08-28 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.19 - - [2025-08-28 04:09:16] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003334 10.0.0.19 - - [2025-08-28 04:09:16] "GET /virtual-networks?parent_id=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003077 10.0.0.19 - - [2025-08-28 04:09:16] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005788 10.0.0.19 - - [2025-08-28 04:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.19 - - [2025-08-28 04:09:19] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005684 10.0.0.19 - - [2025-08-28 04:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.19 - - [2025-08-28 04:09:23] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005419 10.0.0.19 - - [2025-08-28 04:09:25] "POST /neutron/port HTTP/1.1" 200 1200 0.037027 10.0.0.19 - - [2025-08-28 04:09:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.19 - - [2025-08-28 04:09:25] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.19 - - [2025-08-28 04:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.19 - - [2025-08-28 04:09:27] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005303 10.0.0.19 - - [2025-08-28 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.19 - - [2025-08-28 04:09:31] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005394 10.0.0.19 - - [2025-08-28 04:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.19 - - [2025-08-28 04:09:35] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005208 10.0.0.19 - - [2025-08-28 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.19 - - [2025-08-28 04:09:40] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005105 10.0.0.19 - - [2025-08-28 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-08-28 04:09:44] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005210 10.0.0.19 - - [2025-08-28 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.19 - - [2025-08-28 04:09:48] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005676 10.0.0.19 - - [2025-08-28 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.19 - - [2025-08-28 04:09:50] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003609 10.0.0.19 - - [2025-08-28 04:09:50] "GET /virtual-networks?parent_id=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003052 10.0.0.19 - - [2025-08-28 04:09:50] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006663 10.0.0.19 - - [2025-08-28 04:09:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007470 10.0.0.19 - - [2025-08-28 04:09:58] "POST /neutron/port HTTP/1.1" 200 1200 0.016221 10.0.0.19 - - [2025-08-28 04:10:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007854 10.0.0.19 - - [2025-08-28 04:10:11] "POST /neutron/port HTTP/1.1" 200 1200 0.017218 10.0.0.19 - - [2025-08-28 04:10:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008503 10.0.0.19 - - [2025-08-28 04:10:11] "POST /neutron/port HTTP/1.1" 200 1200 0.017367 10.0.0.19 - - [2025-08-28 04:10:11] "POST /neutron/network HTTP/1.1" 200 1003 0.009742 10.0.0.19 - - [2025-08-28 04:10:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001195 10.0.0.19 - - [2025-08-28 04:10:11] "GET /virtual-machine/c0283490-48ee-4c0b-879e-a4c61b522b72 HTTP/1.1" 200 1300 0.006553 10.0.0.19 - - [2025-08-28 04:10:11] "GET /virtual-machine-interface/eb20235b-3965-4b80-9acd-232715bf840a HTTP/1.1" 200 3176 0.005076 10.0.0.19 - - [2025-08-28 04:10:11] "GET /instance-ip/4244e4c9-8006-4e7d-b3a4-865fdb6d9f43 HTTP/1.1" 200 1656 0.006428 10.0.0.19 - - [2025-08-28 04:10:11] "GET /instance-ip/b236fafd-262e-477e-90c5-3ca655ec2c06 HTTP/1.1" 200 1634 0.005814 10.0.0.19 - - [2025-08-28 04:10:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.003382 10.0.0.19 - - [2025-08-28 04:10:11] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004928 10.0.0.41 - - [2025-08-28 04:10:11] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.19 - - [2025-08-28 04:10:11] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047318 10.0.0.19 - - [2025-08-28 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.19 - - [2025-08-28 04:10:11] "GET /security-group/2739fe72-143e-44b2-ab2a-3702b2d5258b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004349 10.0.0.19 - - [2025-08-28 04:10:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.074112 10.0.0.19 - - [2025-08-28 04:10:11] "POST /instance-ips HTTP/1.1" 200 357 0.037170 10.0.0.19 - - [2025-08-28 04:10:12] "GET /instance-ip/f1bdc8ee-ed29-4d7b-a1b9-c0da9293cb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.007421 10.0.0.19 - - [2025-08-28 04:10:12] "POST /instance-ips HTTP/1.1" 200 357 0.044716 10.0.0.19 - - [2025-08-28 04:10:12] "GET /instance-ip/51d85a1e-b3c5-49e8-8ae6-23265b595b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006122 10.0.0.19 - - [2025-08-28 04:10:12] "GET /virtual-machine-interface/d9bd8d39-14a8-4ab1-b261-5b524500432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006069 10.0.0.19 - - [2025-08-28 04:10:12] "GET /virtual-machine-interface/d9bd8d39-14a8-4ab1-b261-5b524500432b?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.006343 10.0.0.19 - - [2025-08-28 04:10:12] "GET /instance-ip/51d85a1e-b3c5-49e8-8ae6-23265b595b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004495 10.0.0.19 - - [2025-08-28 04:10:12] "GET /instance-ip/f1bdc8ee-ed29-4d7b-a1b9-c0da9293cb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.003524 10.0.0.19 - - [2025-08-28 04:10:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001252 10.0.0.19 - - [2025-08-28 04:10:12] "POST /neutron/port HTTP/1.1" 200 1079 0.011210 10.0.0.19 - - [2025-08-28 04:10:12] "POST /neutron/port HTTP/1.1" 200 1079 0.011315 10.0.0.19 - - [2025-08-28 04:10:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006762 10.0.0.19 - - [2025-08-28 04:10:13] "POST /neutron/port HTTP/1.1" 200 1079 0.014458 10.0.0.19 - - [2025-08-28 04:10:13] "POST /neutron/port HTTP/1.1" 200 1079 0.010803 10.0.0.19 - - [2025-08-28 04:10:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004708 10.0.0.19 - - [2025-08-28 04:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.19 - - [2025-08-28 04:10:17] "POST /neutron/port HTTP/1.1" 200 1146 0.017298 10.0.0.19 - - [2025-08-28 04:10:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012418 10.0.0.19 - - [2025-08-28 04:10:18] "GET /virtual-machine/72c8caec-77be-4813-bd09-9287af8fa085 HTTP/1.1" 200 1278 0.006967 10.0.0.19 - - [2025-08-28 04:10:18] "GET /virtual-machine-interface/d9bd8d39-14a8-4ab1-b261-5b524500432b HTTP/1.1" 200 3226 0.009798 10.0.0.19 - - [2025-08-28 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.19 - - [2025-08-28 04:10:18] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003638 10.0.0.19 - - [2025-08-28 04:10:18] "GET /virtual-networks?parent_id=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003414 10.0.0.19 - - [2025-08-28 04:10:18] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008083 10.0.0.19 - - [2025-08-28 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.19 - - [2025-08-28 04:10:21] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005060 10.0.0.19 - - [2025-08-28 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.19 - - [2025-08-28 04:10:25] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004665 10.0.0.19 - - [2025-08-28 04:10:27] "POST /neutron/port HTTP/1.1" 200 1200 0.016902 10.0.0.19 - - [2025-08-28 04:10:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.19 - - [2025-08-28 04:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.19 - - [2025-08-28 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.19 - - [2025-08-28 04:10:29] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005836 10.0.0.19 - - [2025-08-28 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.19 - - [2025-08-28 04:10:33] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004928 10.0.0.19 - - [2025-08-28 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.19 - - [2025-08-28 04:10:37] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006019 10.0.0.19 - - [2025-08-28 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.19 - - [2025-08-28 04:10:41] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005864 10.0.0.19 - - [2025-08-28 04:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.19 - - [2025-08-28 04:10:45] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005256 10.0.0.19 - - [2025-08-28 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.19 - - [2025-08-28 04:10:50] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005522 10.0.0.19 - - [2025-08-28 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-08-28 04:10:54] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003816 10.0.0.19 - - [2025-08-28 04:10:54] "GET /virtual-networks?parent_id=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003116 10.0.0.19 - - [2025-08-28 04:10:54] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006338 10.0.0.19 - - [2025-08-28 04:10:54] "POST /neutron/port HTTP/1.1" 200 1146 0.015297 10.0.0.19 - - [2025-08-28 04:10:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007668 10.0.0.19 - - [2025-08-28 04:11:04] "POST /neutron/port HTTP/1.1" 200 1146 0.016130 10.0.0.19 - - [2025-08-28 04:11:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010479 10.0.0.19 - - [2025-08-28 04:11:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001654 10.0.0.19 - - [2025-08-28 04:11:15] "POST /neutron/network HTTP/1.1" 200 1014 0.011295 10.0.0.41 - - [2025-08-28 04:11:15] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.19 - - [2025-08-28 04:11:15] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070627 10.0.0.19 - - [2025-08-28 04:11:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009342 10.0.0.19 - - [2025-08-28 04:11:16] "POST /neutron/network HTTP/1.1" 200 1014 0.010986 10.0.0.19 - - [2025-08-28 04:11:17] "POST /neutron/port HTTP/1.1" 200 1173 0.039388 10.0.0.19 - - [2025-08-28 04:11:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005364 10.0.0.19 - - [2025-08-28 04:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.19 - - [2025-08-28 04:11:21] "POST /neutron/port HTTP/1.1" 200 1201 0.016092 10.0.0.19 - - [2025-08-28 04:11:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007231 10.0.0.19 - - [2025-08-28 04:11:21] "GET /virtual-machine/7ecf3e71-de4b-4248-a0d6-e8f2c7d2da09 HTTP/1.1" 200 1300 0.005769 10.0.0.19 - - [2025-08-28 04:11:21] "GET /virtual-machine-interface/82d3b674-9188-4270-8d0b-c95d462a3410 HTTP/1.1" 200 3175 0.004866 10.0.0.19 - - [2025-08-28 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.19 - - [2025-08-28 04:11:21] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003912 10.0.0.19 - - [2025-08-28 04:11:21] "GET /virtual-networks?parent_id=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002953 10.0.0.19 - - [2025-08-28 04:11:21] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005695 10.0.0.19 - - [2025-08-28 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.19 - - [2025-08-28 04:11:24] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006824 10.0.0.19 - - [2025-08-28 04:11:27] "POST /neutron/port HTTP/1.1" 200 1146 0.014693 10.0.0.19 - - [2025-08-28 04:11:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004104 10.0.0.19 - - [2025-08-28 04:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.19 - - [2025-08-28 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.19 - - [2025-08-28 04:11:28] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005112 10.0.0.19 - - [2025-08-28 04:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.19 - - [2025-08-28 04:11:32] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005147 10.0.0.38 - - [2025-08-28 04:11:34] "GET /obj-perms HTTP/1.1" 200 5056 0.044637 10.0.0.41 - - [2025-08-28 04:11:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046441 10.0.0.19 - - [2025-08-28 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.19 - - [2025-08-28 04:11:37] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005453 10.0.0.19 - - [2025-08-28 04:11:38] "POST /neutron/port HTTP/1.1" 200 1201 0.015914 10.0.0.19 - - [2025-08-28 04:11:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004070 10.0.0.19 - - [2025-08-28 04:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.19 - - [2025-08-28 04:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.19 - - [2025-08-28 04:11:41] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005137 10.0.0.19 - - [2025-08-28 04:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.19 - - [2025-08-28 04:11:45] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004905 10.0.0.19 - - [2025-08-28 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.19 - - [2025-08-28 04:11:49] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005815 10.0.0.19 - - [2025-08-28 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.19 - - [2025-08-28 04:11:51] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003568 10.0.0.19 - - [2025-08-28 04:11:51] "GET /virtual-networks?parent_id=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002982 10.0.0.19 - - [2025-08-28 04:11:51] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005723 10.0.0.19 - - [2025-08-28 04:11:51] "POST /neutron/port HTTP/1.1" 200 1201 0.015431 10.0.0.19 - - [2025-08-28 04:11:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006704 10.0.0.19 - - [2025-08-28 04:12:01] "POST /neutron/port HTTP/1.1" 200 1201 0.017473 10.0.0.41 - - [2025-08-28 04:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.050488 10.0.0.19 - - [2025-08-28 04:12:02] "GET /obj-perms HTTP/1.1" 200 5056 0.128714 10.0.0.38 - - [2025-08-28 04:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.028105 10.0.0.41 - - [2025-08-28 04:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.075089 10.0.0.38 - - [2025-08-28 04:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.139613 10.0.0.41 - - [2025-08-28 04:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.159034 10.0.0.38 - - [2025-08-28 04:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.041990 10.0.0.19 - - [2025-08-28 04:12:03] "GET /global-system-configs HTTP/1.1" 200 322 0.060003 10.0.0.19 - - [2025-08-28 04:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.191352 10.0.0.19 - - [2025-08-28 04:12:04] "GET /global-system-configs HTTP/1.1" 200 322 0.080126 10.0.0.38 - - [2025-08-28 04:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.153071 10.0.0.41 - - [2025-08-28 04:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.173008 10.0.0.19 - - [2025-08-28 04:12:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006989 10.0.0.19 - - [2025-08-28 04:12:12] "POST /neutron/port HTTP/1.1" 200 1201 0.017103 10.0.0.19 - - [2025-08-28 04:12:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006406 10.0.0.19 - - [2025-08-28 04:12:12] "POST /neutron/network HTTP/1.1" 200 978 0.021647 10.0.0.19 - - [2025-08-28 04:12:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001227 10.0.0.19 - - [2025-08-28 04:12:12] "GET /virtual-machine/7ecf3e71-de4b-4248-a0d6-e8f2c7d2da09 HTTP/1.1" 200 1300 0.003769 10.0.0.19 - - [2025-08-28 04:12:12] "GET /virtual-machine-interface/82d3b674-9188-4270-8d0b-c95d462a3410 HTTP/1.1" 200 3175 0.005116 10.0.0.19 - - [2025-08-28 04:12:12] "GET /instance-ip/2a1f8a60-91f9-481d-b853-136878195dcf HTTP/1.1" 200 1655 0.006247 10.0.0.19 - - [2025-08-28 04:12:12] "GET /instance-ip/bbb6cfa6-66f3-43eb-be07-887dffb89b24 HTTP/1.1" 200 1636 0.006065 10.0.0.19 - - [2025-08-28 04:12:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.002892 10.0.0.19 - - [2025-08-28 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.41 - - [2025-08-28 04:12:12] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.19 - - [2025-08-28 04:12:12] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051374 10.0.0.19 - - [2025-08-28 04:12:12] "POST /network-policys HTTP/1.1" 200 569 0.026940 10.0.0.19 - - [2025-08-28 04:12:12] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006256 10.0.0.19 - - [2025-08-28 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.19 - - [2025-08-28 04:12:12] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006170 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.19 - - [2025-08-28 04:12:13] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004654 10.0.0.41 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008054 10.0.0.19 - - [2025-08-28 04:12:13] "POST /ref-update HTTP/1.1" 200 156 0.080399 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.19 - - [2025-08-28 04:12:13] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004487 10.0.0.19 - - [2025-08-28 04:12:13] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008940 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.19 - - [2025-08-28 04:12:13] "POST /access-control-lists HTTP/1.1" 200 596 0.120924 10.0.0.19 - - [2025-08-28 04:12:13] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007236 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-08-28 04:12:13] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006874 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.19 - - [2025-08-28 04:12:13] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003994 10.0.0.41 - - [2025-08-28 04:12:13] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009530 10.0.0.19 - - [2025-08-28 04:12:13] "POST /ref-update HTTP/1.1" 200 156 0.060511 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.19 - - [2025-08-28 04:12:13] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005392 10.0.0.19 - - [2025-08-28 04:12:13] "POST /neutron/network HTTP/1.1" 200 1108 0.012145 10.0.0.19 - - [2025-08-28 04:12:13] "POST /ref-update HTTP/1.1" 200 156 0.031757 10.0.0.19 - - [2025-08-28 04:12:13] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.013630 10.0.0.19 - - [2025-08-28 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010505 10.0.0.19 - - [2025-08-28 04:12:13] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004096 10.0.0.19 - - [2025-08-28 04:12:13] "GET /virtual-machine-interface/82d3b674-9188-4270-8d0b-c95d462a3410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006398 10.0.0.19 - - [2025-08-28 04:12:13] "PUT /virtual-machine-interface/82d3b674-9188-4270-8d0b-c95d462a3410 HTTP/1.1" 200 284 0.026090 10.0.0.19 - - [2025-08-28 04:12:13] "GET /virtual-machine-interface/82d3b674-9188-4270-8d0b-c95d462a3410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3068 0.007958 10.0.0.19 - - [2025-08-28 04:12:13] "PUT /virtual-machine-interface/82d3b674-9188-4270-8d0b-c95d462a3410 HTTP/1.1" 200 284 0.017161 10.0.0.19 - - [2025-08-28 04:12:27] "POST /neutron/network HTTP/1.1" 200 1117 0.010669 10.0.0.19 - - [2025-08-28 04:12:27] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014196 10.0.0.19 - - [2025-08-28 04:12:27] "POST /neutron/network HTTP/1.1" 200 1107 0.008612 10.0.0.19 - - [2025-08-28 04:12:35] "GET /obj-perms HTTP/1.1" 200 5056 0.049000 10.0.0.19 - - [2025-08-28 04:12:39] "POST /neutron/network HTTP/1.1" 200 1118 0.010907 10.0.0.19 - - [2025-08-28 04:12:39] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013520 10.0.0.19 - - [2025-08-28 04:12:39] "POST /neutron/network HTTP/1.1" 200 1108 0.008476 10.0.0.19 - - [2025-08-28 04:13:29] "POST /neutron/network HTTP/1.1" 200 1117 0.008976 10.0.0.19 - - [2025-08-28 04:13:29] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013132 10.0.0.19 - - [2025-08-28 04:13:29] "POST /neutron/network HTTP/1.1" 200 1107 0.008852 10.0.0.19 - - [2025-08-28 04:13:39] "POST /neutron/network HTTP/1.1" 200 1118 0.008625 10.0.0.19 - - [2025-08-28 04:13:39] "POST /neutron/subnet HTTP/1.1" 200 1374 0.011893 10.0.0.19 - - [2025-08-28 04:13:39] "POST /neutron/network HTTP/1.1" 200 1108 0.008353 10.0.0.19 - - [2025-08-28 04:14:02] "POST /ref-update HTTP/1.1" 200 156 0.077274 10.0.0.19 - - [2025-08-28 04:14:02] "POST /ref-update HTTP/1.1" 200 156 0.043283 10.0.0.19 - - [2025-08-28 04:14:02] "GET /virtual-network/4702fe27-9194-4d32-9326-07dee0e55172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008347 10.0.0.19 - - [2025-08-28 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.19 - - [2025-08-28 04:14:02] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006645 10.0.0.41 - - [2025-08-28 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.016101 10.0.0.19 - - [2025-08-28 04:14:02] "POST /ref-update HTTP/1.1" 200 156 0.080110 10.0.0.19 - - [2025-08-28 04:14:02] "GET /virtual-network/33685f27-d5f5-413c-a4d6-4c2eb4bf138f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.018242 10.0.0.19 - - [2025-08-28 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-08-28 04:14:02] "GET /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004957 10.0.0.19 - - [2025-08-28 04:14:02] "DELETE /network-policy/c91cf9ec-9615-4da4-883b-bec20f2f2af7 HTTP/1.1" 200 115 0.038899 10.0.0.19 - - [2025-08-28 04:14:02] "DELETE /instance-ip/51d85a1e-b3c5-49e8-8ae6-23265b595b18 HTTP/1.1" 200 115 0.061067 10.0.0.19 - - [2025-08-28 04:14:02] "DELETE /instance-ip/f1bdc8ee-ed29-4d7b-a1b9-c0da9293cb95 HTTP/1.1" 200 115 0.077200 10.0.0.19 - - [2025-08-28 04:14:03] "DELETE /virtual-machine-interface/d9bd8d39-14a8-4ab1-b261-5b524500432b HTTP/1.1" 200 115 0.113937 10.0.0.19 - - [2025-08-28 04:14:03] "POST /neutron/network HTTP/1.1" 200 1004 0.010330 10.0.0.19 - - [2025-08-28 04:14:03] "POST /neutron/port HTTP/1.1" 200 1227 0.016703 10.0.0.19 - - [2025-08-28 04:14:03] "POST /neutron/port HTTP/1.1" 200 1226 0.013630 10.0.0.41 - - [2025-08-28 04:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002657 10.0.0.41 - - [2025-08-28 04:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006118 10.0.0.19 - - [2025-08-28 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008380 10.0.0.41 - - [2025-08-28 04:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.41 - - [2025-08-28 04:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004285 10.0.0.19 - - [2025-08-28 04:14:05] "POST /neutron/network HTTP/1.1" 200 151 0.173348 10.0.0.19 - - [2025-08-28 04:14:05] "DELETE /route-target/bb9b072d-7a17-4b8b-9928-2902bd8fa2b2 HTTP/1.1" 200 115 0.020356 10.0.0.19 - - [2025-08-28 04:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.004660 10.0.0.41 - - [2025-08-28 04:14:08] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.19 - - [2025-08-28 04:14:08] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066934 10.0.0.41 - - [2025-08-28 04:14:08] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.19 - - [2025-08-28 04:14:08] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?fields=virtual_networks HTTP/1.1" 200 1048 0.065217 10.0.0.41 - - [2025-08-28 04:14:08] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002590 10.0.0.19 - - [2025-08-28 04:14:08] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.077397 10.0.0.41 - - [2025-08-28 04:14:08] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.19 - - [2025-08-28 04:14:08] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?fields=security_groups HTTP/1.1" 200 1282 0.048971 10.0.0.19 - - [2025-08-28 04:14:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.029764 10.0.0.41 - - [2025-08-28 04:14:09] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002583 10.0.0.41 - - [2025-08-28 04:14:09] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.41 - - [2025-08-28 04:14:09] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007399 10.0.0.41 - - [2025-08-28 04:14:10] "POST /id-to-fqname HTTP/1.1" 200 194 0.044455 10.0.0.41 - - [2025-08-28 04:14:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.003022 10.0.0.41 - - [2025-08-28 04:14:10] "POST /security-groups HTTP/1.1" 200 595 0.036978 10.0.0.41 - - [2025-08-28 04:14:10] "POST /projects HTTP/1.1" 200 593 0.300743 10.0.0.19 - - [2025-08-28 04:14:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.013202 10.0.0.41 - - [2025-08-28 04:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.376998 10.0.0.19 - - [2025-08-28 04:14:10] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.593432 10.0.0.19 - - [2025-08-28 04:14:11] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.41 - - [2025-08-28 04:14:11] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.41 - - [2025-08-28 04:14:11] "DELETE /project/64a7943b25d3468bbe472e94f0184fd2 HTTP/1.1" 404 173 0.101102 10.0.0.41 - - [2025-08-28 04:14:12] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.052788 10.0.0.41 - - [2025-08-28 04:14:12] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.41 - - [2025-08-28 04:14:12] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?fields=security_groups HTTP/1.1" 200 1387 0.047896 10.0.0.41 - - [2025-08-28 04:14:12] "DELETE /security-group/2739fe72-143e-44b2-ab2a-3702b2d5258b HTTP/1.1" 200 115 0.056954 10.0.0.41 - - [2025-08-28 04:14:12] "GET /projects?obj_uuids=d80e4f87-7e7e-4519-8768-506fa5e129c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.41 - - [2025-08-28 04:14:12] "GET /project/d80e4f87-7e7e-4519-8768-506fa5e129c6?fields=application_policy_sets HTTP/1.1" 200 1426 0.047031 10.0.0.19 - - [2025-08-28 04:14:12] "DELETE /access-control-list/85a86776-11e1-4b1b-9761-a61068f8078a HTTP/1.1" 200 115 0.048829 10.0.0.41 - - [2025-08-28 04:14:12] "DELETE /project/d80e4f87-7e7e-4519-8768-506fa5e129c6 HTTP/1.1" 200 115 0.506937 10.0.0.19 - - [2025-08-28 04:14:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.19 - - [2025-08-28 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.028138 10.0.0.41 - - [2025-08-28 04:14:13] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927 10.0.0.19 - - [2025-08-28 04:14:13] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047020 10.0.0.41 - - [2025-08-28 04:14:13] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001294 10.0.0.19 - - [2025-08-28 04:14:13] "POST /neutron/network HTTP/1.1" 200 609 0.186900 10.0.0.19 - - [2025-08-28 04:14:14] "POST /neutron/network HTTP/1.1" 200 1003 0.012406 10.0.0.19 - - [2025-08-28 04:14:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.000985 10.0.0.41 - - [2025-08-28 04:14:14] "GET /virtual-network/e48bd338-6fa9-4d9a-a375-49e21f3b2de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.043100 10.0.0.19 - - [2025-08-28 04:14:14] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005198 10.0.0.19 - - [2025-08-28 04:14:14] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005386 10.0.0.19 - - [2025-08-28 04:14:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.008958 10.0.0.19 - - [2025-08-28 04:14:15] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005651 10.0.0.19 - - [2025-08-28 04:14:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001247 10.0.0.41 - - [2025-08-28 04:14:17] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001042 10.0.0.19 - - [2025-08-28 04:14:17] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.064764 10.0.0.19 - - [2025-08-28 04:14:17] "POST /neutron/network HTTP/1.1" 200 1003 0.036553 10.0.0.19 - - [2025-08-28 04:14:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001219 10.0.0.19 - - [2025-08-28 04:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.008686 10.0.0.41 - - [2025-08-28 04:14:18] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001178 10.0.0.19 - - [2025-08-28 04:14:18] "POST /neutron/port HTTP/1.1" 200 1172 0.378700 10.0.0.41 - - [2025-08-28 04:14:18] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001178 10.0.0.19 - - [2025-08-28 04:14:18] "POST /neutron/port HTTP/1.1" 200 1226 0.131083 10.0.0.19 - - [2025-08-28 04:14:18] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.133157 10.0.0.19 - - [2025-08-28 04:14:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003599 10.0.0.19 - - [2025-08-28 04:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.19 - - [2025-08-28 04:14:19] "POST /neutron/port HTTP/1.1" 200 1200 0.029491 10.0.0.19 - - [2025-08-28 04:14:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.19 - - [2025-08-28 04:14:19] "POST /neutron/port HTTP/1.1" 200 1200 0.017719 10.0.0.19 - - [2025-08-28 04:14:19] "POST /neutron/network HTTP/1.1" 200 1013 0.008595 10.0.0.19 - - [2025-08-28 04:14:19] "POST /neutron/port HTTP/1.1" 200 1172 0.018053 10.0.0.19 - - [2025-08-28 04:14:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003954 10.0.0.19 - - [2025-08-28 04:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.41 - - [2025-08-28 04:14:20] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001026 10.0.0.19 - - [2025-08-28 04:14:20] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.089128 10.0.0.19 - - [2025-08-28 04:14:20] "POST /neutron/network HTTP/1.1" 200 1003 0.012341 10.0.0.19 - - [2025-08-28 04:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.006444 10.0.0.19 - - [2025-08-28 04:14:20] "POST /neutron/port HTTP/1.1" 200 1200 0.020897 10.0.0.19 - - [2025-08-28 04:14:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011520 10.0.0.19 - - [2025-08-28 04:14:21] "GET /virtual-machine/72ca6f24-07a8-4ef2-b09e-eff65f4c13ad HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-08-28 04:14:21] "POST /neutron/port HTTP/1.1" 200 1172 0.024705 10.0.0.19 - - [2025-08-28 04:14:21] "GET /virtual-machine/72ca6f24-07a8-4ef2-b09e-eff65f4c13ad HTTP/1.1" 200 1296 0.029053 10.0.0.19 - - [2025-08-28 04:14:21] "GET /virtual-machine-interface/d3d260ae-5a39-4082-8be0-303c4f5a5196 HTTP/1.1" 200 3156 0.004930 10.0.0.19 - - [2025-08-28 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012734 10.0.0.19 - - [2025-08-28 04:14:21] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009640 10.0.0.19 - - [2025-08-28 04:14:21] "GET /virtual-networks?parent_id=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.007382 10.0.0.19 - - [2025-08-28 04:14:21] "POST /neutron/port HTTP/1.1" 200 1200 0.020113 10.0.0.19 - - [2025-08-28 04:14:21] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005319 10.0.0.19 - - [2025-08-28 04:14:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013575 10.0.0.19 - - [2025-08-28 04:14:21] "POST /neutron/network HTTP/1.1" 200 1003 0.008429 10.0.0.19 - - [2025-08-28 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.19 - - [2025-08-28 04:14:24] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006594 10.0.0.19 - - [2025-08-28 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.19 - - [2025-08-28 04:14:28] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005123 10.0.0.19 - - [2025-08-28 04:14:30] "POST /neutron/network HTTP/1.1" 200 1013 0.031599 10.0.0.19 - - [2025-08-28 04:14:30] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016664 10.0.0.19 - - [2025-08-28 04:14:30] "POST /neutron/network HTTP/1.1" 200 1003 0.008351 10.0.0.19 - - [2025-08-28 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.19 - - [2025-08-28 04:14:33] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006719 10.0.0.38 - - [2025-08-28 04:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055618 10.0.0.19 - - [2025-08-28 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.19 - - [2025-08-28 04:14:37] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006496 10.0.0.41 - - [2025-08-28 04:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045420 10.0.0.19 - - [2025-08-28 04:14:40] "POST /neutron/network HTTP/1.1" 200 1013 0.008106 10.0.0.19 - - [2025-08-28 04:14:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012808 10.0.0.19 - - [2025-08-28 04:14:40] "POST /neutron/network HTTP/1.1" 200 1003 0.008626 10.0.0.19 - - [2025-08-28 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.19 - - [2025-08-28 04:14:41] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004856 10.0.0.19 - - [2025-08-28 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.19 - - [2025-08-28 04:14:45] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005951 10.0.0.19 - - [2025-08-28 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.19 - - [2025-08-28 04:14:49] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006166 10.0.0.19 - - [2025-08-28 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.19 - - [2025-08-28 04:14:53] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006173 10.0.0.19 - - [2025-08-28 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.19 - - [2025-08-28 04:14:57] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005088 10.0.0.19 - - [2025-08-28 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.19 - - [2025-08-28 04:15:01] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005982 10.0.0.19 - - [2025-08-28 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.19 - - [2025-08-28 04:15:05] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005354 10.0.0.19 - - [2025-08-28 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.19 - - [2025-08-28 04:15:09] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005584 10.0.0.19 - - [2025-08-28 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.19 - - [2025-08-28 04:15:12] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004852 10.0.0.19 - - [2025-08-28 04:15:12] "GET /virtual-networks?parent_id=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002782 10.0.0.19 - - [2025-08-28 04:15:12] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005551 10.0.0.19 - - [2025-08-28 04:15:12] "POST /neutron/port HTTP/1.1" 200 1200 0.019241 10.0.0.19 - - [2025-08-28 04:15:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007151 10.0.0.19 - - [2025-08-28 04:15:21] "POST /neutron/port HTTP/1.1" 200 1200 0.043640 10.0.0.19 - - [2025-08-28 04:15:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007405 10.0.0.19 - - [2025-08-28 04:15:32] "POST /neutron/port HTTP/1.1" 200 1200 0.015758 10.0.0.19 - - [2025-08-28 04:15:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003921 10.0.0.19 - - [2025-08-28 04:15:32] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.19 - - [2025-08-28 04:15:33] "POST /neutron/port HTTP/1.1" 200 1200 0.021328 10.0.0.19 - - [2025-08-28 04:15:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007024 10.0.0.19 - - [2025-08-28 04:15:33] "GET /virtual-machine/b35fd83b-e24b-4f7e-8c34-063decdefc01 HTTP/1.1" 200 1297 0.006454 10.0.0.19 - - [2025-08-28 04:15:33] "GET /virtual-machine-interface/03b545e0-e567-4231-89a6-5c6e0049a722 HTTP/1.1" 200 3153 0.005344 10.0.0.19 - - [2025-08-28 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.19 - - [2025-08-28 04:15:33] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003866 10.0.0.19 - - [2025-08-28 04:15:33] "GET /virtual-networks?parent_id=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002804 10.0.0.19 - - [2025-08-28 04:15:33] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006215 10.0.0.19 - - [2025-08-28 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2025-08-28 04:15:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003314 10.0.0.19 - - [2025-08-28 04:15:34] "GET /virtual-networks?parent_id=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002995 10.0.0.19 - - [2025-08-28 04:15:34] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006092 10.0.0.19 - - [2025-08-28 04:15:34] "POST /neutron/port HTTP/1.1" 200 1200 0.016085 10.0.0.19 - - [2025-08-28 04:15:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006950 10.0.0.19 - - [2025-08-28 04:15:34] "GET /virtual-machine/1bfeecb4-86cf-44fa-83b1-938eac99e507 HTTP/1.1" 200 1295 0.005826 10.0.0.19 - - [2025-08-28 04:15:34] "GET /virtual-machine-interface/22a78294-a0a9-4895-98d0-c03200391db7 HTTP/1.1" 200 3155 0.007040 10.0.0.19 - - [2025-08-28 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.19 - - [2025-08-28 04:15:34] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004569 10.0.0.19 - - [2025-08-28 04:15:34] "GET /virtual-networks?parent_id=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002795 10.0.0.19 - - [2025-08-28 04:15:35] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006181 10.0.0.19 - - [2025-08-28 04:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.19 - - [2025-08-28 04:15:36] "GET /global-vrouter-config/64cfd48c-2afe-4377-893a-8e7d4d764844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004424 10.0.0.19 - - [2025-08-28 04:15:36] "GET /virtual-networks?parent_id=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002817 10.0.0.19 - - [2025-08-28 04:15:36] "GET /virtual-network/f35b9216-608a-4ee3-819b-968c5a296438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006559 10.0.0.19 - - [2025-08-28 04:15:36] "GET /virtual-machine-interface/22a78294-a0a9-4895-98d0-c03200391db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005697 10.0.0.19 - - [2025-08-28 04:15:36] "PUT /virtual-machine-interface/22a78294-a0a9-4895-98d0-c03200391db7 HTTP/1.1" 200 284 0.015171 10.0.0.19 - - [2025-08-28 04:15:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045808 10.0.0.19 - - [2025-08-28 04:15:42] "POST /neutron/port HTTP/1.1" 200 1200 0.014518 10.0.0.19 - - [2025-08-28 04:15:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.19 - - [2025-08-28 04:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.19 - - [2025-08-28 04:16:33] "POST /neutron/port HTTP/1.1" 200 1200 0.015052 10.0.0.19 - - [2025-08-28 04:16:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003536 10.0.0.19 - - [2025-08-28 04:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.19 - - [2025-08-28 04:16:42] "POST /neutron/port HTTP/1.1" 200 1200 0.039615 10.0.0.19 - - [2025-08-28 04:16:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004504 10.0.0.19 - - [2025-08-28 04:16:42] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.41 - - [2025-08-28 04:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.027596 10.0.0.38 - - [2025-08-28 04:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.062584 10.0.0.19 - - [2025-08-28 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.127538 10.0.0.41 - - [2025-08-28 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.146474 10.0.0.38 - - [2025-08-28 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.168227 10.0.0.41 - - [2025-08-28 04:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.028494 10.0.0.38 - - [2025-08-28 04:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.028381 10.0.0.19 - - [2025-08-28 04:17:03] "GET /global-system-configs HTTP/1.1" 200 322 0.120190 10.0.0.41 - - [2025-08-28 04:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.214748 10.0.0.19 - - [2025-08-28 04:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.228603 10.0.0.38 - - [2025-08-28 04:17:04] "GET /obj-perms HTTP/1.1" 200 5056 0.245063 10.0.0.19 - - [2025-08-28 04:17:04] "GET /global-system-configs HTTP/1.1" 200 322 0.033115 10.0.0.19 - - [2025-08-28 04:17:34] "POST /neutron/port HTTP/1.1" 200 1200 0.015520 10.0.0.19 - - [2025-08-28 04:17:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003781 10.0.0.19 - - [2025-08-28 04:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.19 - - [2025-08-28 04:17:44] "POST /neutron/port HTTP/1.1" 200 1200 0.016137 10.0.0.19 - - [2025-08-28 04:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.19 - - [2025-08-28 04:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.19 - - [2025-08-28 04:17:49] "POST /neutron/network HTTP/1.1" 200 1003 0.012240 10.0.0.19 - - [2025-08-28 04:17:49] "POST /neutron/port HTTP/1.1" 200 1226 0.015752 10.0.0.19 - - [2025-08-28 04:17:49] "POST /neutron/port HTTP/1.1" 200 1226 0.023646 10.0.0.19 - - [2025-08-28 04:17:49] "POST /neutron/port HTTP/1.1" 200 1226 0.017063 10.0.0.41 - - [2025-08-28 04:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005611 10.0.0.41 - - [2025-08-28 04:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004495 10.0.0.41 - - [2025-08-28 04:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.41 - - [2025-08-28 04:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.19 - - [2025-08-28 04:17:51] "POST /neutron/network HTTP/1.1" 200 151 0.144761 10.0.0.19 - - [2025-08-28 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.036826 10.0.0.41 - - [2025-08-28 04:17:52] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001005 10.0.0.19 - - [2025-08-28 04:17:52] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046599 10.0.0.41 - - [2025-08-28 04:17:52] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001230 10.0.0.19 - - [2025-08-28 04:17:52] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?fields=virtual_networks HTTP/1.1" 200 1040 0.053436 10.0.0.41 - - [2025-08-28 04:17:52] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001286 10.0.0.19 - - [2025-08-28 04:17:53] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.054235 10.0.0.41 - - [2025-08-28 04:17:53] "GET /projects?obj_uuids=64a7943b-25d3-468b-be47-2e94f0184fd2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.19 - - [2025-08-28 04:17:53] "GET /project/64a7943b-25d3-468b-be47-2e94f0184fd2?fields=security_groups HTTP/1.1" 200 1270 0.041393 10.0.0.19 - - [2025-08-28 04:17:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.340978 10.0.0.41 - - [2025-08-28 04:17:54] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002600 10.0.0.41 - - [2025-08-28 04:17:54] "GET /domains?obj_uuids=692c5a68-a199-4232-a07c-1cd4918de9d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.41 - - [2025-08-28 04:17:54] "GET /domain/692c5a68-a199-4232-a07c-1cd4918de9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007024 10.0.0.41 - - [2025-08-28 04:17:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.003989 10.0.0.41 - - [2025-08-28 04:17:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.004375 10.0.0.41 - - [2025-08-28 04:17:54] "POST /security-groups HTTP/1.1" 200 591 0.029377 10.0.0.41 - - [2025-08-28 04:17:54] "POST /projects HTTP/1.1" 200 585 0.246529 10.0.0.19 - - [2025-08-28 04:17:54] "POST /access-control-lists HTTP/1.1" 200 596 0.026378 10.0.0.41 - - [2025-08-28 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.321137 10.0.0.19 - - [2025-08-28 04:17:54] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.464962 10.0.0.19 - - [2025-08-28 04:17:55] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.19 - - [2025-08-28 04:17:56] "DELETE /access-control-list/5a2238bc-627d-4d13-be9e-46d19ae4083c HTTP/1.1" 200 115 0.043403 10.0.0.41 - - [2025-08-28 04:18:01] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001416 10.0.0.19 - - [2025-08-28 04:18:01] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049100 10.0.0.41 - - [2025-08-28 04:18:01] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.19 - - [2025-08-28 04:18:01] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?fields=virtual_networks HTTP/1.1" 200 1032 0.045449 10.0.0.41 - - [2025-08-28 04:18:01] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.19 - - [2025-08-28 04:18:01] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.059727 10.0.0.41 - - [2025-08-28 04:18:01] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.19 - - [2025-08-28 04:18:01] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?fields=security_groups HTTP/1.1" 200 1258 0.046144 10.0.0.41 - - [2025-08-28 04:18:12] "DELETE /project/64a7943b-25d3-468b-be47-2e94f0184fd2 HTTP/1.1" 404 177 0.004442 10.0.0.41 - - [2025-08-28 04:18:12] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.41 - - [2025-08-28 04:18:12] "DELETE /project/5f8f8888a41342489652c1fd1958a563 HTTP/1.1" 404 173 0.002798 10.0.0.41 - - [2025-08-28 04:18:12] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.047262 10.0.0.41 - - [2025-08-28 04:18:12] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.41 - - [2025-08-28 04:18:12] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?fields=security_groups HTTP/1.1" 200 1363 0.049283 10.0.0.41 - - [2025-08-28 04:18:12] "DELETE /security-group/34966235-87d5-4d0d-8ba5-7898eb8ac14d HTTP/1.1" 200 115 0.059703 10.0.0.41 - - [2025-08-28 04:18:12] "GET /projects?obj_uuids=5f8f8888-a413-4248-9652-c1fd1958a563&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.41 - - [2025-08-28 04:18:12] "GET /project/5f8f8888-a413-4248-9652-c1fd1958a563?fields=application_policy_sets HTTP/1.1" 200 1402 0.063298 10.0.0.19 - - [2025-08-28 04:18:12] "DELETE /access-control-list/b9d31205-caf6-4d2a-961c-71202a8792ca HTTP/1.1" 200 115 0.062383 10.0.0.41 - - [2025-08-28 04:18:13] "DELETE /project/5f8f8888-a413-4248-9652-c1fd1958a563 HTTP/1.1" 200 115 0.454676 10.0.0.38 - - [2025-08-28 04:18:40] "GET /obj-perms HTTP/1.1" 200 5056 0.055567 10.0.0.41 - - [2025-08-28 04:19:40] "GET /obj-perms HTTP/1.1" 200 5056 0.045790 10.0.0.19 - - [2025-08-28 04:19:41] "GET /obj-perms HTTP/1.1" 200 5056 0.057884 [Introspect:8084]10.0.0.41 - - [2025-08-28 04:20:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000929 [Introspect:8084]10.0.0.41 - - [2025-08-28 04:20:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000903