++ 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 Jan 15 02:07:56 AM UTC 2026 ===================' INFO: =================== Thu Jan 15 02:07:56 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.33:9041 10.0.0.73: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.249,10.20.0.201,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.249,10.20.0.201,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ 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.242,10.0.0.33,10.0.0.73 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.33,10.0.0.73 +++ local servers=10.0.0.242,10.0.0.33,10.0.0.73 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 3 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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=__ ++ sed 's/^API__//g' ++ set -o posix ++ cut -d = -f 1 ++ set ++ sort ++ grep '^API__.*__.*=.*$' + 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: 01/15/2026 02:08:05.729 7f110067a240 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/15/2026 02:08:05.867 7f110067a240 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/15/2026 02:08:05.880 7f110067a240 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/15/2026 02:08:05.881 7f110067a240 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Thu Jan 15 02:08:29 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...beadeb2f-9705-46ee-9863-af9e6b75e3b0 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: beadeb2f-9705-46ee-9863-af9e6b75e3b0 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...beadeb2f-9705-46ee-9863-af9e6b75e3b0 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...beadeb2f-9705-46ee-9863-af9e6b75e3b0 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...beadeb2f-9705-46ee-9863-af9e6b75e3b0 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2525, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: beadeb2f-9705-46ee-9863-af9e6b75e3b0 at zookeeper ++ 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 Jan 15 02:08:30 AM UTC 2026 ===================' INFO: =================== Thu Jan 15 02:08:30 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ 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.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.33:9041 10.0.0.73: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.249,10.20.0.201,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.249,10.20.0.201,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ 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.242,10.0.0.33,10.0.0.73 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.242 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.33,10.0.0.73 +++ local servers=10.0.0.242,10.0.0.33,10.0.0.73 +++ 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 ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 3 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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 ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort + 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: 01/15/2026 02:08:38.815 7fcfab9f4a00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/15/2026 02:08:38.963 7fcfab9f4a00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/15/2026 02:08:38.976 7fcfab9f4a00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/15/2026 02:08:38.976 7fcfab9f4a00 [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.73:8082/ Hit Ctrl-C to quit. 10.0.0.73 - - [2026-01-15 02:08:39] "GET / HTTP/1.1" 200 45871 0.001326 10.0.0.73 - - [2026-01-15 02:08:39] "GET / HTTP/1.1" 200 45871 0.000992 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.73 - - [2026-01-15 02:08:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000523 10.0.0.73 - - [2026-01-15 02:08:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000233 10.0.0.73 - - [2026-01-15 02:08:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.042717 10.0.0.73 - - [2026-01-15 02:08:42] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003627 10.0.0.73 - - [2026-01-15 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 1.552580 10.0.0.73 - - [2026-01-15 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.33 - - [2026-01-15 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 2.207558 10.0.0.33 - - [2026-01-15 02:08:42] "POST /service-templates HTTP/1.1" 200 511 0.060193 10.0.0.33 - - [2026-01-15 02:08:42] "POST /service-templates HTTP/1.1" 200 515 0.063254 10.0.0.33 - - [2026-01-15 02:08:42] "POST /service-templates HTTP/1.1" 200 507 0.044816 /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.33 - - [2026-01-15 02:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.73 - - [2026-01-15 02:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.33 - - [2026-01-15 02:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.73 - - [2026-01-15 02:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.33 - - [2026-01-15 02:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.33 - - [2026-01-15 02:08:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000324 10.0.0.73 - - [2026-01-15 02:08:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.73 - - [2026-01-15 02:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.242 - - [2026-01-15 02:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.242 - - [2026-01-15 02:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.242 - - [2026-01-15 02:08:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.242 - - [2026-01-15 02:08:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.73 - - [2026-01-15 02:08:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.73 - - [2026-01-15 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.161336 10.0.0.73 - - [2026-01-15 02:08:54] "POST /access-control-lists HTTP/1.1" 200 585 0.036294 10.0.0.73 - - [2026-01-15 02:08:55] "POST /route-targets HTTP/1.1" 200 327 0.014930 10.0.0.73 - - [2026-01-15 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.027792 10.0.0.73 - - [2026-01-15 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.003394 10.0.0.73 - - [2026-01-15 02:08:55] "PUT /access-control-list/d4cd38cf-7083-42a5-9858-1d904c8adbdb HTTP/1.1" 200 272 0.018534 10.0.0.73 - - [2026-01-15 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.039228 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.242 - - [2026-01-15 02:12:46] "GET /obj-perms HTTP/1.1" 200 5075 0.419045 10.0.0.33 - - [2026-01-15 02:13:47] "GET /obj-perms HTTP/1.1" 200 5075 0.082003 10.0.0.73 - - [2026-01-15 02:13:47] "GET /obj-perms HTTP/1.1" 200 5075 0.055658 10.0.0.33 - - [2026-01-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.33 - - [2026-01-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.73 - - [2026-01-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.73 - - [2026-01-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.33 - - [2026-01-15 02:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.33 - - [2026-01-15 02:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.73 - - [2026-01-15 02:13:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.73 - - [2026-01-15 02:13:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2026-01-15 02:13:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000716 10.0.0.242 - - [2026-01-15 02:13:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.242 - - [2026-01-15 02:13:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2026-01-15 02:13:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 [Introspect:8084]10.0.0.73 - - [2026-01-15 02:14:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000864 [Introspect:8084]10.0.0.73 - - [2026-01-15 02:14:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001375 [Introspect:8084]10.0.0.73 - - [2026-01-15 02:14:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000885 [Introspect:8084]10.0.0.73 - - [2026-01-15 02:14:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.000754 10.0.0.242 - - [2026-01-15 02:16:14] "GET / HTTP/1.1" 200 35931 0.001475 10.0.0.242 - - [2026-01-15 02:16:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000697 10.0.0.242 - - [2026-01-15 02:16:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.058235 10.0.0.73 - - [2026-01-15 02:16:15] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.074756 10.0.0.73 - - [2026-01-15 02:16:15] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.73 - - [2026-01-15 02:16:15] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036129 10.0.0.73 - - [2026-01-15 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001359 10.0.0.73 - - [2026-01-15 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.010437 10.0.0.73 - - [2026-01-15 02:16:16] "POST /security-groups HTTP/1.1" 200 589 0.036960 10.0.0.73 - - [2026-01-15 02:16:16] "POST /projects HTTP/1.1" 200 581 0.303914 10.0.0.73 - - [2026-01-15 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.341904 10.0.0.242 - - [2026-01-15 02:16:16] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.591074 10.0.0.73 - - [2026-01-15 02:16:16] "POST /access-control-lists HTTP/1.1" 200 594 0.109934 10.0.0.242 - - [2026-01-15 02:16:17] "GET / HTTP/1.1" 200 35931 0.002356 10.0.0.73 - - [2026-01-15 02:16:21] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.242 - - [2026-01-15 02:16:21] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057369 10.0.0.73 - - [2026-01-15 02:16:21] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001695 10.0.0.242 - - [2026-01-15 02:16:21] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?fields=virtual_networks HTTP/1.1" 200 1027 0.053770 10.0.0.73 - - [2026-01-15 02:16:21] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.242 - - [2026-01-15 02:16:21] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.051100 10.0.0.73 - - [2026-01-15 02:16:21] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.242 - - [2026-01-15 02:16:21] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?fields=security_groups HTTP/1.1" 200 1251 0.055021 10.0.0.73 - - [2026-01-15 02:16:22] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003309 10.0.0.73 - - [2026-01-15 02:16:22] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.73 - - [2026-01-15 02:16:22] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007448 10.0.0.73 - - [2026-01-15 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 167 0.002209 10.0.0.73 - - [2026-01-15 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 176 0.005596 10.0.0.73 - - [2026-01-15 02:16:22] "POST /security-groups HTTP/1.1" 200 568 0.042634 10.0.0.73 - - [2026-01-15 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.005663 10.0.0.73 - - [2026-01-15 02:16:22] "POST /projects HTTP/1.1" 200 539 0.295854 10.0.0.73 - - [2026-01-15 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.378691 10.0.0.73 - - [2026-01-15 02:16:22] "POST /access-control-lists HTTP/1.1" 200 571 0.035285 10.0.0.242 - - [2026-01-15 02:16:22] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.568546 [Introspect:8084]10.0.0.242 - - [2026-01-15 02:16:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.002308 10.0.0.73 - - [2026-01-15 02:16:24] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000918 10.0.0.242 - - [2026-01-15 02:16:24] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.040999 10.0.0.73 - - [2026-01-15 02:16:26] "GET /obj-perms HTTP/1.1" 200 5075 0.062015 [Introspect:8084]10.0.0.242 - - [2026-01-15 02:16:27] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000557 10.0.0.242 - - [2026-01-15 02:16:27] "GET /obj-perms HTTP/1.1" 200 5075 0.058751 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004993 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004872 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004765 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004613 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004054 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004905 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.003910 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004003 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004141 10.0.0.242 - - [2026-01-15 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004020 10.0.0.242 - - [2026-01-15 02:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.004670 10.0.0.33 - - [2026-01-15 02:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.053008 10.0.0.73 - - [2026-01-15 02:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.004131 10.0.0.73 - - [2026-01-15 02:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.005032 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004203 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004367 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004415 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004053 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004306 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.003765 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004143 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.003900 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.003636 10.0.0.242 - - [2026-01-15 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.004305 10.0.0.242 - - [2026-01-15 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.003823 10.0.0.242 - - [2026-01-15 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004577 10.0.0.242 - - [2026-01-15 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.005576 10.0.0.242 - - [2026-01-15 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004177 10.0.0.242 - - [2026-01-15 02:16:35] "GET /obj-perms HTTP/1.1" 200 5075 0.004709 10.0.0.242 - - [2026-01-15 02:16:36] "GET /obj-perms HTTP/1.1" 200 5075 0.004297 10.0.0.242 - - [2026-01-15 02:16:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.029202 10.0.0.73 - - [2026-01-15 02:16:37] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.73 - - [2026-01-15 02:16:37] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.73 - - [2026-01-15 02:16:37] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008609 10.0.0.73 - - [2026-01-15 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 201 0.003314 10.0.0.73 - - [2026-01-15 02:16:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.005309 10.0.0.73 - - [2026-01-15 02:16:37] "POST /security-groups HTTP/1.1" 200 602 0.057201 10.0.0.73 - - [2026-01-15 02:16:37] "POST /projects HTTP/1.1" 200 607 0.301093 10.0.0.73 - - [2026-01-15 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.382162 10.0.0.73 - - [2026-01-15 02:16:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.020585 10.0.0.242 - - [2026-01-15 02:16:38] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.565160 10.0.0.242 - - [2026-01-15 02:16:39] "GET / HTTP/1.1" 200 35931 0.001290 10.0.0.242 - - [2026-01-15 02:16:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2026-01-15 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.065907 10.0.0.73 - - [2026-01-15 02:16:40] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000853 10.0.0.242 - - [2026-01-15 02:16:40] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.040469 10.0.0.73 - - [2026-01-15 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.048236 10.0.0.73 - - [2026-01-15 02:16:41] "POST /useragent-kv HTTP/1.1" 200 115 0.023017 10.0.0.242 - - [2026-01-15 02:16:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.275141 10.0.0.242 - - [2026-01-15 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001173 10.0.0.242 - - [2026-01-15 02:16:42] "GET /virtual-network/b7d080b6-09f4-460a-b04c-a0149ae2b244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005935 10.0.0.242 - - [2026-01-15 02:16:42] "GET /virtual-network/b7d080b6-09f4-460a-b04c-a0149ae2b244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006109 10.0.0.242 - - [2026-01-15 02:16:42] "POST /neutron/network HTTP/1.1" 200 838 0.007961 10.0.0.242 - - [2026-01-15 02:16:42] "GET /virtual-network/b7d080b6-09f4-460a-b04c-a0149ae2b244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007595 10.0.0.242 - - [2026-01-15 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001826 10.0.0.73 - - [2026-01-15 02:16:45] "DELETE /project/cbf9a31a97c54f32bb24571fb0349596 HTTP/1.1" 404 173 0.003610 10.0.0.73 - - [2026-01-15 02:16:45] "DELETE /project/4c9721f65580475082b09dc499be80bf HTTP/1.1" 404 173 0.006885 10.0.0.73 - - [2026-01-15 02:16:45] "DELETE /project/833d71e7ed4b4819a6cf12241ae41b31 HTTP/1.1" 404 173 0.008529 10.0.0.73 - - [2026-01-15 02:16:45] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000765 10.0.0.73 - - [2026-01-15 02:16:45] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.076754 10.0.0.73 - - [2026-01-15 02:16:45] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.73 - - [2026-01-15 02:16:45] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?fields=security_groups HTTP/1.1" 200 1356 0.080233 10.0.0.73 - - [2026-01-15 02:16:45] "DELETE /security-group/8b39454a-b95d-45a4-9aa4-47a0e53e162b HTTP/1.1" 200 115 0.069062 10.0.0.73 - - [2026-01-15 02:16:45] "GET /projects?obj_uuids=4c9721f6-5580-4750-82b0-9dc499be80bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000796 10.0.0.73 - - [2026-01-15 02:16:45] "GET /project/4c9721f6-5580-4750-82b0-9dc499be80bf?fields=application_policy_sets HTTP/1.1" 200 1395 0.056810 10.0.0.73 - - [2026-01-15 02:16:45] "DELETE /project/4c9721f6-5580-4750-82b0-9dc499be80bf HTTP/1.1" 200 115 0.570941 10.0.0.73 - - [2026-01-15 02:16:47] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.242 - - [2026-01-15 02:16:47] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.109168 10.0.0.242 - - [2026-01-15 02:16:48] "POST /neutron/network HTTP/1.1" 200 838 0.039362 10.0.0.242 - - [2026-01-15 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.007167 10.0.0.242 - - [2026-01-15 02:16:50] "POST /neutron/port HTTP/1.1" 200 1070 0.086450 10.0.0.73 - - [2026-01-15 02:16:50] "GET /obj-perms HTTP/1.1" 200 5075 0.119059 10.0.0.242 - - [2026-01-15 02:16:51] "POST /neutron/port HTTP/1.1" 200 1134 0.026053 10.0.0.242 - - [2026-01-15 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.242 - - [2026-01-15 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009863 10.0.0.242 - - [2026-01-15 02:16:58] "GET /obj-perms HTTP/1.1" 200 5071 0.074066 10.0.0.242 - - [2026-01-15 02:17:01] "GET /obj-perms HTTP/1.1" 200 5071 0.005176 10.0.0.242 - - [2026-01-15 02:17:04] "POST /neutron/network HTTP/1.1" 200 838 0.007284 10.0.0.242 - - [2026-01-15 02:17:04] "POST /neutron/port HTTP/1.1" 200 1124 0.016662 10.0.0.242 - - [2026-01-15 02:17:06] "POST /neutron/network HTTP/1.1" 200 838 0.007427 10.0.0.73 - - [2026-01-15 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.73 - - [2026-01-15 02:17:07] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000876 10.0.0.242 - - [2026-01-15 02:17:07] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.049180 10.0.0.73 - - [2026-01-15 02:17:07] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001499 10.0.0.242 - - [2026-01-15 02:17:07] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?fields=virtual_networks HTTP/1.1" 200 1055 0.066617 10.0.0.73 - - [2026-01-15 02:17:07] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000876 10.0.0.242 - - [2026-01-15 02:17:07] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.059290 10.0.0.73 - - [2026-01-15 02:17:07] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001212 10.0.0.242 - - [2026-01-15 02:17:07] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?fields=security_groups HTTP/1.1" 200 1292 0.048925 10.0.0.73 - - [2026-01-15 02:17:08] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000877 10.0.0.242 - - [2026-01-15 02:17:08] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.072225 10.0.0.73 - - [2026-01-15 02:17:15] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000952 10.0.0.242 - - [2026-01-15 02:17:15] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.068148 10.0.0.242 - - [2026-01-15 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.031645 10.0.0.73 - - [2026-01-15 02:17:18] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003690 10.0.0.73 - - [2026-01-15 02:17:18] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.73 - - [2026-01-15 02:17:18] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007391 10.0.0.73 - - [2026-01-15 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 202 0.001088 10.0.0.73 - - [2026-01-15 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.006474 10.0.0.73 - - [2026-01-15 02:17:19] "POST /security-groups HTTP/1.1" 200 603 0.117495 10.0.0.73 - - [2026-01-15 02:17:19] "POST /projects HTTP/1.1" 200 609 0.362221 10.0.0.73 - - [2026-01-15 02:17:19] "POST /access-control-lists HTTP/1.1" 200 608 0.047562 10.0.0.73 - - [2026-01-15 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.459975 10.0.0.242 - - [2026-01-15 02:17:19] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.659942 10.0.0.242 - - [2026-01-15 02:17:20] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.242 - - [2026-01-15 02:17:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000598 10.0.0.242 - - [2026-01-15 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.069617 10.0.0.73 - - [2026-01-15 02:17:21] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.242 - - [2026-01-15 02:17:21] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051669 10.0.0.73 - - [2026-01-15 02:17:21] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.242 - - [2026-01-15 02:17:22] "POST /neutron/network HTTP/1.1" 200 703 0.208844 10.0.0.73 - - [2026-01-15 02:17:22] "POST /route-targets HTTP/1.1" 200 327 0.015764 10.0.0.242 - - [2026-01-15 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 275 0.007885 10.0.0.242 - - [2026-01-15 02:17:22] "GET /virtual-network/59ba9a5c-b904-4b4a-99f8-b4668d6eedee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006017 10.0.0.242 - - [2026-01-15 02:17:22] "POST /neutron/network HTTP/1.1" 200 922 0.007999 10.0.0.242 - - [2026-01-15 02:17:22] "GET /virtual-network/59ba9a5c-b904-4b4a-99f8-b4668d6eedee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006182 10.0.0.242 - - [2026-01-15 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.73 - - [2026-01-15 02:17:22] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.242 - - [2026-01-15 02:17:22] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.074291 10.0.0.242 - - [2026-01-15 02:17:22] "POST /neutron/network HTTP/1.1" 200 117 0.017055 10.0.0.73 - - [2026-01-15 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.037030 10.0.0.242 - - [2026-01-15 02:17:23] "POST /neutron/network HTTP/1.1" 200 924 0.009892 10.0.0.242 - - [2026-01-15 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 275 0.001135 10.0.0.242 - - [2026-01-15 02:17:23] "GET /virtual-network/9ede0ed9-78b0-4bbe-b12c-6345eab5eaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.005900 10.0.0.242 - - [2026-01-15 02:17:23] "GET /virtual-network/9ede0ed9-78b0-4bbe-b12c-6345eab5eaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.008375 10.0.0.242 - - [2026-01-15 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.009603 10.0.0.242 - - [2026-01-15 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.73 - - [2026-01-15 02:17:23] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.242 - - [2026-01-15 02:17:23] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072729 10.0.0.73 - - [2026-01-15 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009624 10.0.0.242 - - [2026-01-15 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.224358 10.0.0.242 - - [2026-01-15 02:17:24] "POST /id-to-fqname HTTP/1.1" 200 276 0.001136 10.0.0.242 - - [2026-01-15 02:17:24] "GET /virtual-network/a0b0326c-50b9-441d-a273-b3fa967c9fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006491 10.0.0.242 - - [2026-01-15 02:17:24] "GET /virtual-network/a0b0326c-50b9-441d-a273-b3fa967c9fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006227 10.0.0.242 - - [2026-01-15 02:17:24] "POST /neutron/network HTTP/1.1" 200 925 0.006758 10.0.0.242 - - [2026-01-15 02:17:24] "POST /id-to-fqname HTTP/1.1" 200 275 0.001175 10.0.0.73 - - [2026-01-15 02:17:25] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001609 10.0.0.242 - - [2026-01-15 02:17:25] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.082055 10.0.0.242 - - [2026-01-15 02:17:25] "POST /neutron/network HTTP/1.1" 200 924 0.006665 10.0.0.242 - - [2026-01-15 02:17:25] "POST /id-to-fqname HTTP/1.1" 200 276 0.001280 10.0.0.242 - - [2026-01-15 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.007857 10.0.0.73 - - [2026-01-15 02:17:26] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.242 - - [2026-01-15 02:17:26] "POST /neutron/port HTTP/1.1" 200 1074 0.420691 10.0.0.242 - - [2026-01-15 02:17:27] "POST /neutron/port HTTP/1.1" 200 1128 0.186902 10.0.0.73 - - [2026-01-15 02:17:27] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.242 - - [2026-01-15 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.033879 10.0.0.242 - - [2026-01-15 02:17:27] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.159869 10.0.0.242 - - [2026-01-15 02:17:27] "POST /neutron/network HTTP/1.1" 200 925 0.009164 10.0.0.242 - - [2026-01-15 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.006864 10.0.0.242 - - [2026-01-15 02:17:29] "POST /neutron/network HTTP/1.1" 200 924 0.007244 10.0.0.242 - - [2026-01-15 02:17:29] "POST /neutron/port HTTP/1.1" 200 1073 0.058089 10.0.0.242 - - [2026-01-15 02:17:29] "POST /neutron/port HTTP/1.1" 200 1128 0.026906 10.0.0.242 - - [2026-01-15 02:17:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004606 10.0.0.242 - - [2026-01-15 02:17:30] "POST /neutron/network HTTP/1.1" 200 925 0.006639 10.0.0.73 - - [2026-01-15 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007828 10.0.0.242 - - [2026-01-15 02:17:31] "POST /neutron/network HTTP/1.1" 200 925 0.008097 10.0.0.242 - - [2026-01-15 02:17:33] "POST /neutron/network HTTP/1.1" 400 204 0.015530 10.0.0.242 - - [2026-01-15 02:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.259928 10.0.0.242 - - [2026-01-15 02:17:34] "POST /neutron/network HTTP/1.1" 200 117 0.013296 10.0.0.73 - - [2026-01-15 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005926 10.0.0.73 - - [2026-01-15 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.242 - - [2026-01-15 02:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.140001 10.0.0.73 - - [2026-01-15 02:17:35] "DELETE /route-target/9557dc91-583e-4a03-8164-6a2710a24648 HTTP/1.1" 200 115 0.028646 10.0.0.73 - - [2026-01-15 02:17:36] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.242 - - [2026-01-15 02:17:36] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068003 10.0.0.73 - - [2026-01-15 02:17:36] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.242 - - [2026-01-15 02:17:36] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?fields=virtual_networks HTTP/1.1" 200 1057 0.044591 10.0.0.73 - - [2026-01-15 02:17:36] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.242 - - [2026-01-15 02:17:36] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.040418 10.0.0.73 - - [2026-01-15 02:17:36] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.242 - - [2026-01-15 02:17:36] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?fields=security_groups HTTP/1.1" 200 1295 0.041117 10.0.0.242 - - [2026-01-15 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.041857 10.0.0.73 - - [2026-01-15 02:17:37] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003369 10.0.0.73 - - [2026-01-15 02:17:37] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.73 - - [2026-01-15 02:17:37] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007367 10.0.0.73 - - [2026-01-15 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 192 0.001464 10.0.0.73 - - [2026-01-15 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 201 0.005482 10.0.0.73 - - [2026-01-15 02:17:37] "POST /security-groups HTTP/1.1" 200 593 0.038710 10.0.0.73 - - [2026-01-15 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.004296 10.0.0.73 - - [2026-01-15 02:17:37] "POST /projects HTTP/1.1" 200 589 0.271954 10.0.0.73 - - [2026-01-15 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.351416 10.0.0.73 - - [2026-01-15 02:17:37] "POST /access-control-lists HTTP/1.1" 200 596 0.032819 10.0.0.242 - - [2026-01-15 02:17:38] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.511678 10.0.0.242 - - [2026-01-15 02:17:39] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.242 - - [2026-01-15 02:17:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000522 10.0.0.242 - - [2026-01-15 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.070345 10.0.0.73 - - [2026-01-15 02:17:40] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.242 - - [2026-01-15 02:17:40] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051219 10.0.0.242 - - [2026-01-15 02:17:40] "POST /neutron/network HTTP/1.1" 200 117 0.041298 10.0.0.242 - - [2026-01-15 02:17:40] "POST /neutron/network HTTP/1.1" 200 893 0.008735 10.0.0.242 - - [2026-01-15 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 255 0.001022 10.0.0.242 - - [2026-01-15 02:17:40] "GET /virtual-network/a385ac0a-362e-4ccf-971b-59c98e003c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005203 10.0.0.242 - - [2026-01-15 02:17:40] "GET /virtual-network/a385ac0a-362e-4ccf-971b-59c98e003c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005222 10.0.0.242 - - [2026-01-15 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.009388 10.0.0.242 - - [2026-01-15 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.73 - - [2026-01-15 02:17:41] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000778 10.0.0.242 - - [2026-01-15 02:17:41] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.039068 10.0.0.73 - - [2026-01-15 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.015933 10.0.0.73 - - [2026-01-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.014941 10.0.0.242 - - [2026-01-15 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.232383 10.0.0.242 - - [2026-01-15 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 255 0.001149 10.0.0.242 - - [2026-01-15 02:17:41] "GET /virtual-network/962279fc-88c3-4c34-85dd-488060f29f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005357 10.0.0.242 - - [2026-01-15 02:17:41] "GET /virtual-network/962279fc-88c3-4c34-85dd-488060f29f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005232 10.0.0.242 - - [2026-01-15 02:17:41] "POST /neutron/network HTTP/1.1" 200 892 0.006586 10.0.0.242 - - [2026-01-15 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.73 - - [2026-01-15 02:17:41] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000789 10.0.0.242 - - [2026-01-15 02:17:41] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.036881 10.0.0.73 - - [2026-01-15 02:17:41] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000878 10.0.0.242 - - [2026-01-15 02:17:42] "POST /neutron/network HTTP/1.1" 200 675 0.168142 10.0.0.73 - - [2026-01-15 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.024019 10.0.0.242 - - [2026-01-15 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 256 0.004510 10.0.0.242 - - [2026-01-15 02:17:42] "GET /virtual-network/140eca12-da02-4dc9-bd8f-ca0e823932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005169 10.0.0.242 - - [2026-01-15 02:17:42] "POST /neutron/network HTTP/1.1" 200 894 0.007388 10.0.0.242 - - [2026-01-15 02:17:42] "GET /virtual-network/140eca12-da02-4dc9-bd8f-ca0e823932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005517 10.0.0.242 - - [2026-01-15 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 255 0.001145 10.0.0.242 - - [2026-01-15 02:17:42] "POST /neutron/network HTTP/1.1" 200 902 0.007896 10.0.0.73 - - [2026-01-15 02:17:43] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000883 10.0.0.242 - - [2026-01-15 02:17:43] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078355 10.0.0.242 - - [2026-01-15 02:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.006189 10.0.0.242 - - [2026-01-15 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 256 0.000986 10.0.0.242 - - [2026-01-15 02:17:44] "POST /neutron/network HTTP/1.1" 200 902 0.007393 10.0.0.242 - - [2026-01-15 02:17:44] "POST /neutron/port HTTP/1.1" 200 1062 0.026153 10.0.0.73 - - [2026-01-15 02:17:44] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.242 - - [2026-01-15 02:17:45] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.095450 10.0.0.242 - - [2026-01-15 02:17:45] "POST /neutron/port HTTP/1.1" 200 1126 0.024924 10.0.0.242 - - [2026-01-15 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.242 - - [2026-01-15 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009598 10.0.0.73 - - [2026-01-15 02:17:45] "DELETE /project/7d809b79f0834ccc9754763a0a3a1b1f HTTP/1.1" 404 173 0.010969 10.0.0.73 - - [2026-01-15 02:17:45] "DELETE /project/eeb01976f7524be79d2e8ce56b8b614f HTTP/1.1" 404 173 0.008689 10.0.0.73 - - [2026-01-15 02:17:45] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000850 10.0.0.73 - - [2026-01-15 02:17:45] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000760 10.0.0.73 - - [2026-01-15 02:17:45] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.056335 10.0.0.73 - - [2026-01-15 02:17:45] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001415 10.0.0.73 - - [2026-01-15 02:17:45] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.107482 10.0.0.73 - - [2026-01-15 02:17:45] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000850 10.0.0.73 - - [2026-01-15 02:17:45] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002295 10.0.0.73 - - [2026-01-15 02:17:45] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?fields=security_groups HTTP/1.1" 200 1400 0.118126 10.0.0.73 - - [2026-01-15 02:17:45] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?fields=security_groups HTTP/1.1" 200 1397 0.126591 10.0.0.73 - - [2026-01-15 02:17:46] "DELETE /security-group/307db8e2-1606-4cbe-863f-fcab81a8b9ba HTTP/1.1" 200 115 0.123872 10.0.0.73 - - [2026-01-15 02:17:46] "GET /projects?obj_uuids=eeb01976-f752-4be7-9d2e-8ce56b8b614f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001499 10.0.0.73 - - [2026-01-15 02:17:46] "DELETE /security-group/c359731e-b1fc-4e35-9a15-b3f3d32e6a13 HTTP/1.1" 200 115 0.096557 10.0.0.73 - - [2026-01-15 02:17:46] "GET /projects?obj_uuids=cbf9a31a-97c5-4f32-bb24-571fb0349596&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001193 10.0.0.73 - - [2026-01-15 02:17:46] "GET /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f?fields=application_policy_sets HTTP/1.1" 200 1439 0.096163 10.0.0.73 - - [2026-01-15 02:17:46] "GET /project/cbf9a31a-97c5-4f32-bb24-571fb0349596?fields=application_policy_sets HTTP/1.1" 200 1436 0.186810 10.0.0.73 - - [2026-01-15 02:17:46] "DELETE /access-control-list/f56a4477-c433-4743-8633-e2faed43a75c HTTP/1.1" 200 115 0.132131 10.0.0.242 - - [2026-01-15 02:17:46] "POST /neutron/port HTTP/1.1" 200 1062 0.677227 10.0.0.73 - - [2026-01-15 02:17:46] "DELETE /project/eeb01976-f752-4be7-9d2e-8ce56b8b614f HTTP/1.1" 200 115 0.829930 10.0.0.73 - - [2026-01-15 02:17:46] "DELETE /project/cbf9a31a-97c5-4f32-bb24-571fb0349596 HTTP/1.1" 200 115 0.903774 10.0.0.242 - - [2026-01-15 02:17:46] "POST /neutron/port HTTP/1.1" 200 1116 0.145580 10.0.0.242 - - [2026-01-15 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.024123 10.0.0.242 - - [2026-01-15 02:17:47] "POST /neutron/network HTTP/1.1" 200 892 0.009412 10.0.0.242 - - [2026-01-15 02:17:47] "POST /neutron/port HTTP/1.1" 200 1116 0.016118 10.0.0.242 - - [2026-01-15 02:17:48] "POST /neutron/port HTTP/1.1" 200 1116 0.019059 10.0.0.242 - - [2026-01-15 02:17:49] "POST /neutron/network HTTP/1.1" 200 2368 0.010379 10.0.0.73 - - [2026-01-15 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004393 10.0.0.73 - - [2026-01-15 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007531 10.0.0.242 - - [2026-01-15 02:17:49] "POST /neutron/network HTTP/1.1" 200 151 0.148526 10.0.0.73 - - [2026-01-15 02:17:49] "DELETE /route-target/e25bba57-7cd5-4719-a82c-461fdfd25e4e HTTP/1.1" 200 115 0.025993 10.0.0.242 - - [2026-01-15 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.035080 10.0.0.73 - - [2026-01-15 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006657 10.0.0.73 - - [2026-01-15 02:17:49] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000905 10.0.0.242 - - [2026-01-15 02:17:49] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065816 10.0.0.73 - - [2026-01-15 02:17:49] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.242 - - [2026-01-15 02:17:49] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?fields=virtual_networks HTTP/1.1" 200 1036 0.067658 10.0.0.73 - - [2026-01-15 02:17:49] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000964 10.0.0.242 - - [2026-01-15 02:17:50] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.044101 10.0.0.73 - - [2026-01-15 02:17:50] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001771 10.0.0.242 - - [2026-01-15 02:17:50] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?fields=security_groups HTTP/1.1" 200 1264 0.054497 10.0.0.242 - - [2026-01-15 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.371304 10.0.0.33 - - [2026-01-15 02:17:51] "GET /obj-perms HTTP/1.1" 200 5075 0.090058 10.0.0.73 - - [2026-01-15 02:17:52] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005810 10.0.0.73 - - [2026-01-15 02:17:52] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.73 - - [2026-01-15 02:17:52] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007644 10.0.0.73 - - [2026-01-15 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.002751 10.0.0.73 - - [2026-01-15 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.014205 10.0.0.73 - - [2026-01-15 02:17:52] "POST /security-groups HTTP/1.1" 200 599 0.040298 10.0.0.73 - - [2026-01-15 02:17:52] "POST /projects HTTP/1.1" 200 601 0.284841 10.0.0.73 - - [2026-01-15 02:17:52] "POST /access-control-lists HTTP/1.1" 200 604 0.031012 10.0.0.73 - - [2026-01-15 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.364239 10.0.0.242 - - [2026-01-15 02:17:52] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.528620 10.0.0.242 - - [2026-01-15 02:17:53] "GET / HTTP/1.1" 200 35931 0.002072 10.0.0.242 - - [2026-01-15 02:17:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.242 - - [2026-01-15 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.067023 10.0.0.73 - - [2026-01-15 02:17:54] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.242 - - [2026-01-15 02:17:54] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056476 10.0.0.242 - - [2026-01-15 02:17:54] "POST /neutron/network HTTP/1.1" 200 117 0.043118 10.0.0.73 - - [2026-01-15 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.014680 10.0.0.242 - - [2026-01-15 02:17:55] "POST /neutron/network HTTP/1.1" 200 911 0.009391 10.0.0.242 - - [2026-01-15 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.001013 10.0.0.242 - - [2026-01-15 02:17:55] "GET /virtual-network/f5ed1533-33b1-488c-b14b-d67783c30c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005737 10.0.0.242 - - [2026-01-15 02:17:55] "GET /virtual-network/f5ed1533-33b1-488c-b14b-d67783c30c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005595 10.0.0.242 - - [2026-01-15 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009960 10.0.0.242 - - [2026-01-15 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.73 - - [2026-01-15 02:17:55] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.242 - - [2026-01-15 02:17:55] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054717 10.0.0.73 - - [2026-01-15 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.039580 10.0.0.73 - - [2026-01-15 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009384 10.0.0.242 - - [2026-01-15 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.235231 10.0.0.242 - - [2026-01-15 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 267 0.001218 10.0.0.242 - - [2026-01-15 02:17:56] "GET /virtual-network/4bf82bd6-6575-4ed3-8149-b6804d5c2162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005080 10.0.0.242 - - [2026-01-15 02:17:56] "GET /virtual-network/4bf82bd6-6575-4ed3-8149-b6804d5c2162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005189 10.0.0.242 - - [2026-01-15 02:17:56] "POST /neutron/network HTTP/1.1" 200 909 0.007394 10.0.0.242 - - [2026-01-15 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.73 - - [2026-01-15 02:17:56] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.242 - - [2026-01-15 02:17:56] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064117 10.0.0.73 - - [2026-01-15 02:17:56] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.242 - - [2026-01-15 02:17:56] "POST /neutron/network HTTP/1.1" 200 693 0.149102 10.0.0.242 - - [2026-01-15 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 268 0.003123 10.0.0.242 - - [2026-01-15 02:17:56] "GET /virtual-network/e98313cd-b5cc-49ed-bf9d-fbf5aaceff1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005197 10.0.0.242 - - [2026-01-15 02:17:56] "POST /neutron/network HTTP/1.1" 200 912 0.006387 10.0.0.242 - - [2026-01-15 02:17:56] "GET /virtual-network/e98313cd-b5cc-49ed-bf9d-fbf5aaceff1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004663 10.0.0.242 - - [2026-01-15 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 267 0.001172 10.0.0.242 - - [2026-01-15 02:18:36] "POST /neutron/network HTTP/1.1" 200 919 0.006863 10.0.0.73 - - [2026-01-15 02:18:36] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.242 - - [2026-01-15 02:18:36] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.090461 10.0.0.242 - - [2026-01-15 02:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.006590 10.0.0.242 - - [2026-01-15 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 268 0.001642 10.0.0.242 - - [2026-01-15 02:18:37] "POST /neutron/network HTTP/1.1" 200 919 0.007405 10.0.0.242 - - [2026-01-15 02:18:38] "POST /neutron/port HTTP/1.1" 200 1067 0.029806 10.0.0.73 - - [2026-01-15 02:18:38] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.242 - - [2026-01-15 02:18:38] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.185608 10.0.0.242 - - [2026-01-15 02:18:38] "POST /neutron/port HTTP/1.1" 200 1131 0.038265 10.0.0.242 - - [2026-01-15 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.242 - - [2026-01-15 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019158 10.0.0.73 - - [2026-01-15 02:18:39] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000907 10.0.0.242 - - [2026-01-15 02:18:39] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.083273 10.0.0.73 - - [2026-01-15 02:18:39] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.242 - - [2026-01-15 02:18:40] "POST /neutron/port HTTP/1.1" 200 1068 0.638579 10.0.0.242 - - [2026-01-15 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.242 - - [2026-01-15 02:18:40] "GET /security-group/9d80bbf6-4040-465e-8835-cabf338e9ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005913 10.0.0.242 - - [2026-01-15 02:18:40] "POST /neutron/port HTTP/1.1" 200 1122 0.274689 10.0.0.242 - - [2026-01-15 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.017198 10.0.0.73 - - [2026-01-15 02:18:40] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001296 10.0.0.242 - - [2026-01-15 02:18:41] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.101555 10.0.0.242 - - [2026-01-15 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.019362 10.0.0.242 - - [2026-01-15 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.021569 10.0.0.242 - - [2026-01-15 02:18:41] "GET /security-group/9d80bbf6-4040-465e-8835-cabf338e9ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004261 10.0.0.242 - - [2026-01-15 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.242 - - [2026-01-15 02:18:41] "PUT /security-group/9d80bbf6-4040-465e-8835-cabf338e9ed8 HTTP/1.1" 200 262 0.067301 10.0.0.73 - - [2026-01-15 02:18:41] "PUT /access-control-list/ea260536-e8f5-47e1-9742-8368dbc94300 HTTP/1.1" 200 272 0.024519 10.0.0.242 - - [2026-01-15 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.015228 10.0.0.242 - - [2026-01-15 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007167 10.0.0.73 - - [2026-01-15 02:18:42] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001595 10.0.0.242 - - [2026-01-15 02:18:42] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008935 10.0.0.242 - - [2026-01-15 02:18:42] "POST /service-templates HTTP/1.1" 200 543 0.074246 10.0.0.242 - - [2026-01-15 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006683 10.0.0.242 - - [2026-01-15 02:18:42] "GET /service-template/c0e45eb6-f282-4b7e-95d3-913aab935c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.017743 10.0.0.242 - - [2026-01-15 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007213 10.0.0.242 - - [2026-01-15 02:18:42] "GET /service-template/c0e45eb6-f282-4b7e-95d3-913aab935c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.012836 10.0.0.242 - - [2026-01-15 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.003191 10.0.0.242 - - [2026-01-15 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.002699 10.0.0.242 - - [2026-01-15 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 268 0.004076 10.0.0.242 - - [2026-01-15 02:18:43] "POST /neutron/port HTTP/1.1" 200 2111 0.060130 10.0.0.242 - - [2026-01-15 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.016081 10.0.0.242 - - [2026-01-15 02:18:43] "DELETE /service-template/c0e45eb6-f282-4b7e-95d3-913aab935c82 HTTP/1.1" 200 115 0.072480 10.0.0.242 - - [2026-01-15 02:18:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.005434 10.0.0.242 - - [2026-01-15 02:18:46] "POST /neutron/network HTTP/1.1" 400 204 0.036657 10.0.0.73 - - [2026-01-15 02:18:46] "DELETE /project/4c1750c71ae644289603b0c63c9dc191 HTTP/1.1" 404 173 0.003833 10.0.0.73 - - [2026-01-15 02:18:46] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000766 10.0.0.73 - - [2026-01-15 02:18:46] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.084417 10.0.0.73 - - [2026-01-15 02:18:46] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000859 10.0.0.73 - - [2026-01-15 02:18:46] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?fields=security_groups HTTP/1.1" 200 1369 0.102073 10.0.0.73 - - [2026-01-15 02:18:47] "DELETE /security-group/a5e80ea7-2ea1-4d10-af48-cdb50cb67370 HTTP/1.1" 200 115 0.119545 10.0.0.73 - - [2026-01-15 02:18:47] "GET /projects?obj_uuids=7d809b79-f083-4ccc-9754-763a0a3a1b1f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001482 10.0.0.73 - - [2026-01-15 02:18:47] "GET /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f?fields=application_policy_sets HTTP/1.1" 200 1408 0.092745 10.0.0.73 - - [2026-01-15 02:18:47] "DELETE /access-control-list/44e7a159-e5f9-4745-8afc-0a07910c06d1 HTTP/1.1" 200 115 0.105774 10.0.0.73 - - [2026-01-15 02:18:47] "DELETE /project/7d809b79-f083-4ccc-9754-763a0a3a1b1f HTTP/1.1" 200 115 0.762538 10.0.0.33 - - [2026-01-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.33 - - [2026-01-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.73 - - [2026-01-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.73 - - [2026-01-15 02:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.33 - - [2026-01-15 02:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.33 - - [2026-01-15 02:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.73 - - [2026-01-15 02:18:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.73 - - [2026-01-15 02:18:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-15 02:18:50] "POST /neutron/network HTTP/1.1" 200 909 0.022721 10.0.0.242 - - [2026-01-15 02:18:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.242 - - [2026-01-15 02:18:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.242 - - [2026-01-15 02:18:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.242 - - [2026-01-15 02:18:52] "POST /neutron/network HTTP/1.1" 400 204 0.026043 10.0.0.242 - - [2026-01-15 02:18:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2026-01-15 02:18:53] "GET /obj-perms HTTP/1.1" 200 5075 0.175639 10.0.0.242 - - [2026-01-15 02:18:57] "POST /neutron/network HTTP/1.1" 200 909 0.010041 10.0.0.242 - - [2026-01-15 02:18:59] "POST /neutron/network HTTP/1.1" 400 204 0.040411 10.0.0.242 - - [2026-01-15 02:19:03] "POST /neutron/network HTTP/1.1" 200 909 0.018014 10.0.0.242 - - [2026-01-15 02:19:05] "POST /neutron/network HTTP/1.1" 400 204 0.035778 10.0.0.242 - - [2026-01-15 02:19:09] "POST /neutron/network HTTP/1.1" 200 909 0.008837 10.0.0.242 - - [2026-01-15 02:19:11] "POST /neutron/network HTTP/1.1" 400 204 0.017031 10.0.0.242 - - [2026-01-15 02:19:15] "POST /neutron/network HTTP/1.1" 200 909 0.008914 10.0.0.242 - - [2026-01-15 02:19:17] "POST /neutron/network HTTP/1.1" 400 204 0.018045 10.0.0.242 - - [2026-01-15 02:19:21] "POST /neutron/network HTTP/1.1" 200 909 0.006940 10.0.0.242 - - [2026-01-15 02:19:24] "POST /neutron/network HTTP/1.1" 400 204 0.020490 10.0.0.242 - - [2026-01-15 02:19:28] "POST /neutron/network HTTP/1.1" 200 909 0.007890 10.0.0.242 - - [2026-01-15 02:19:30] "POST /neutron/network HTTP/1.1" 400 204 0.014406 10.0.0.242 - - [2026-01-15 02:19:34] "POST /neutron/network HTTP/1.1" 200 909 0.008878 10.0.0.242 - - [2026-01-15 02:19:36] "POST /neutron/network HTTP/1.1" 400 204 0.013393 10.0.0.242 - - [2026-01-15 02:19:38] "POST /neutron/network HTTP/1.1" 200 912 0.006465 10.0.0.242 - - [2026-01-15 02:19:40] "POST /neutron/network HTTP/1.1" 400 204 0.012764 10.0.0.242 - - [2026-01-15 02:19:44] "POST /neutron/network HTTP/1.1" 200 912 0.007559 10.0.0.242 - - [2026-01-15 02:19:45] "POST /neutron/port HTTP/1.1" 200 1121 0.014189 10.0.0.242 - - [2026-01-15 02:19:46] "POST /neutron/network HTTP/1.1" 200 912 0.007936 10.0.0.242 - - [2026-01-15 02:19:48] "POST /neutron/network HTTP/1.1" 400 204 0.016951 10.0.0.242 - - [2026-01-15 02:19:49] "POST /neutron/port HTTP/1.1" 200 151 0.210424 10.0.0.73 - - [2026-01-15 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011199 10.0.0.73 - - [2026-01-15 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.242 - - [2026-01-15 02:19:50] "POST /neutron/network HTTP/1.1" 200 151 0.153419 10.0.0.73 - - [2026-01-15 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.73 - - [2026-01-15 02:19:51] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.242 - - [2026-01-15 02:19:51] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055302 10.0.0.73 - - [2026-01-15 02:19:51] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.242 - - [2026-01-15 02:19:51] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.068704 10.0.0.73 - - [2026-01-15 02:19:53] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.242 - - [2026-01-15 02:19:53] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056626 10.0.0.73 - - [2026-01-15 02:19:53] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.242 - - [2026-01-15 02:19:53] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.064122 10.0.0.73 - - [2026-01-15 02:19:55] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336 10.0.0.242 - - [2026-01-15 02:19:55] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039010 10.0.0.73 - - [2026-01-15 02:19:55] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.242 - - [2026-01-15 02:19:55] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.041221 10.0.0.73 - - [2026-01-15 02:19:57] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.242 - - [2026-01-15 02:19:57] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041299 10.0.0.73 - - [2026-01-15 02:19:57] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.242 - - [2026-01-15 02:19:57] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.034367 10.0.0.73 - - [2026-01-15 02:19:59] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.242 - - [2026-01-15 02:19:59] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053813 10.0.0.73 - - [2026-01-15 02:19:59] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.242 - - [2026-01-15 02:19:59] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.051356 10.0.0.73 - - [2026-01-15 02:20:01] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.242 - - [2026-01-15 02:20:01] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048751 10.0.0.73 - - [2026-01-15 02:20:01] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001551 10.0.0.242 - - [2026-01-15 02:20:01] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.063896 10.0.0.73 - - [2026-01-15 02:20:03] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.242 - - [2026-01-15 02:20:04] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060813 10.0.0.73 - - [2026-01-15 02:20:04] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.242 - - [2026-01-15 02:20:04] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.057613 10.0.0.73 - - [2026-01-15 02:20:06] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.242 - - [2026-01-15 02:20:06] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035816 10.0.0.73 - - [2026-01-15 02:20:06] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.242 - - [2026-01-15 02:20:06] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.057691 10.0.0.73 - - [2026-01-15 02:20:08] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.242 - - [2026-01-15 02:20:08] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034931 10.0.0.73 - - [2026-01-15 02:20:08] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002367 10.0.0.242 - - [2026-01-15 02:20:08] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.108263 10.0.0.73 - - [2026-01-15 02:20:10] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.242 - - [2026-01-15 02:20:10] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053675 10.0.0.73 - - [2026-01-15 02:20:10] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.242 - - [2026-01-15 02:20:10] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.052199 10.0.0.73 - - [2026-01-15 02:20:12] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.242 - - [2026-01-15 02:20:12] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040999 10.0.0.73 - - [2026-01-15 02:20:12] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.242 - - [2026-01-15 02:20:12] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.082844 10.0.0.73 - - [2026-01-15 02:20:14] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001328 10.0.0.242 - - [2026-01-15 02:20:14] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043344 10.0.0.73 - - [2026-01-15 02:20:14] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001672 10.0.0.242 - - [2026-01-15 02:20:14] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.056381 10.0.0.73 - - [2026-01-15 02:20:16] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.242 - - [2026-01-15 02:20:17] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049602 10.0.0.73 - - [2026-01-15 02:20:17] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.242 - - [2026-01-15 02:20:17] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.040946 10.0.0.73 - - [2026-01-15 02:20:19] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.242 - - [2026-01-15 02:20:19] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043591 10.0.0.73 - - [2026-01-15 02:20:19] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.242 - - [2026-01-15 02:20:19] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.049180 10.0.0.73 - - [2026-01-15 02:20:21] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001824 10.0.0.242 - - [2026-01-15 02:20:21] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046048 10.0.0.73 - - [2026-01-15 02:20:21] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2026-01-15 02:20:21] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.054122 10.0.0.73 - - [2026-01-15 02:20:23] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.242 - - [2026-01-15 02:20:23] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093277 10.0.0.73 - - [2026-01-15 02:20:23] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.242 - - [2026-01-15 02:20:23] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.056624 10.0.0.73 - - [2026-01-15 02:20:25] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.242 - - [2026-01-15 02:20:25] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037417 10.0.0.73 - - [2026-01-15 02:20:25] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.242 - - [2026-01-15 02:20:25] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.049793 10.0.0.73 - - [2026-01-15 02:20:27] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.242 - - [2026-01-15 02:20:27] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039528 10.0.0.73 - - [2026-01-15 02:20:27] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.242 - - [2026-01-15 02:20:27] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.048706 10.0.0.73 - - [2026-01-15 02:20:29] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.242 - - [2026-01-15 02:20:29] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051082 10.0.0.73 - - [2026-01-15 02:20:29] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.242 - - [2026-01-15 02:20:29] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.044383 10.0.0.73 - - [2026-01-15 02:20:32] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.242 - - [2026-01-15 02:20:32] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055063 10.0.0.73 - - [2026-01-15 02:20:32] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.242 - - [2026-01-15 02:20:32] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.059241 10.0.0.73 - - [2026-01-15 02:20:34] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.242 - - [2026-01-15 02:20:34] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058856 10.0.0.73 - - [2026-01-15 02:20:34] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.242 - - [2026-01-15 02:20:34] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.050982 10.0.0.73 - - [2026-01-15 02:20:36] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.242 - - [2026-01-15 02:20:36] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050967 10.0.0.73 - - [2026-01-15 02:20:36] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.242 - - [2026-01-15 02:20:36] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.038127 10.0.0.73 - - [2026-01-15 02:20:38] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.242 - - [2026-01-15 02:20:38] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054931 10.0.0.73 - - [2026-01-15 02:20:38] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.242 - - [2026-01-15 02:20:38] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.040880 10.0.0.73 - - [2026-01-15 02:20:40] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.242 - - [2026-01-15 02:20:40] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043705 10.0.0.73 - - [2026-01-15 02:20:40] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.242 - - [2026-01-15 02:20:40] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.061458 10.0.0.73 - - [2026-01-15 02:20:42] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.242 - - [2026-01-15 02:20:42] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058562 10.0.0.73 - - [2026-01-15 02:20:42] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.242 - - [2026-01-15 02:20:42] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.038636 10.0.0.73 - - [2026-01-15 02:20:44] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.242 - - [2026-01-15 02:20:44] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052180 10.0.0.73 - - [2026-01-15 02:20:44] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.242 - - [2026-01-15 02:20:45] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.050501 10.0.0.73 - - [2026-01-15 02:20:47] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.242 - - [2026-01-15 02:20:47] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036653 10.0.0.73 - - [2026-01-15 02:20:47] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.242 - - [2026-01-15 02:20:47] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.077439 10.0.0.73 - - [2026-01-15 02:20:49] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.242 - - [2026-01-15 02:20:49] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065844 10.0.0.73 - - [2026-01-15 02:20:49] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.242 - - [2026-01-15 02:20:49] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.046094 10.0.0.73 - - [2026-01-15 02:20:51] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.242 - - [2026-01-15 02:20:51] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038050 10.0.0.73 - - [2026-01-15 02:20:51] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001154 10.0.0.242 - - [2026-01-15 02:20:51] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.047483 10.0.0.73 - - [2026-01-15 02:20:53] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.242 - - [2026-01-15 02:20:53] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042557 10.0.0.73 - - [2026-01-15 02:20:53] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2026-01-15 02:20:53] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.039820 10.0.0.73 - - [2026-01-15 02:20:55] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.242 - - [2026-01-15 02:20:55] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050092 10.0.0.73 - - [2026-01-15 02:20:55] "GET /projects?obj_uuids=4c1750c7-1ae6-4428-9603-b0c63c9dc191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.242 - - [2026-01-15 02:20:55] "GET /project/4c1750c7-1ae6-4428-9603-b0c63c9dc191?fields=virtual_networks HTTP/1.1" 200 1333 0.043780 10.0.0.242 - - [2026-01-15 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.034337 10.0.0.73 - - [2026-01-15 02:20:56] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.73 - - [2026-01-15 02:20:56] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.73 - - [2026-01-15 02:20:56] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006843 10.0.0.73 - - [2026-01-15 02:20:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.006866 10.0.0.73 - - [2026-01-15 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.003212 10.0.0.73 - - [2026-01-15 02:20:56] "POST /security-groups HTTP/1.1" 200 592 0.034220 10.0.0.73 - - [2026-01-15 02:20:56] "POST /projects HTTP/1.1" 200 587 0.261507 10.0.0.73 - - [2026-01-15 02:20:56] "POST /access-control-lists HTTP/1.1" 200 597 0.031101 10.0.0.73 - - [2026-01-15 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.342876 10.0.0.242 - - [2026-01-15 02:20:56] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.503617 10.0.0.242 - - [2026-01-15 02:20:58] "GET / HTTP/1.1" 200 35931 0.001403 10.0.0.242 - - [2026-01-15 02:20:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.242 - - [2026-01-15 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.062940 10.0.0.73 - - [2026-01-15 02:20:59] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.242 - - [2026-01-15 02:20:59] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048183 10.0.0.242 - - [2026-01-15 02:20:59] "POST /neutron/network HTTP/1.1" 200 117 0.040523 10.0.0.73 - - [2026-01-15 02:20:59] "POST /route-targets HTTP/1.1" 200 327 0.024584 10.0.0.242 - - [2026-01-15 02:20:59] "POST /neutron/network HTTP/1.1" 200 890 0.014687 10.0.0.242 - - [2026-01-15 02:20:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.001068 10.0.0.242 - - [2026-01-15 02:20:59] "GET /virtual-network/cacbde12-70b1-4a30-9b24-55cb6f1a1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005044 10.0.0.242 - - [2026-01-15 02:20:59] "GET /virtual-network/cacbde12-70b1-4a30-9b24-55cb6f1a1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.008819 10.0.0.242 - - [2026-01-15 02:21:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.013049 10.0.0.242 - - [2026-01-15 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.73 - - [2026-01-15 02:21:00] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.242 - - [2026-01-15 02:21:00] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061436 10.0.0.73 - - [2026-01-15 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.041510 10.0.0.73 - - [2026-01-15 02:21:00] "POST /useragent-kv HTTP/1.1" 200 115 0.016288 10.0.0.242 - - [2026-01-15 02:21:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.250865 10.0.0.242 - - [2026-01-15 02:21:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001631 10.0.0.242 - - [2026-01-15 02:21:00] "GET /virtual-network/77395674-7eb9-434c-be9e-84d583ba642b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006871 10.0.0.242 - - [2026-01-15 02:21:00] "GET /virtual-network/77395674-7eb9-434c-be9e-84d583ba642b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005733 10.0.0.242 - - [2026-01-15 02:21:00] "POST /neutron/network HTTP/1.1" 200 890 0.007601 10.0.0.242 - - [2026-01-15 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.73 - - [2026-01-15 02:21:00] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.242 - - [2026-01-15 02:21:00] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047550 10.0.0.73 - - [2026-01-15 02:21:00] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.242 - - [2026-01-15 02:21:01] "POST /neutron/network HTTP/1.1" 200 672 0.153401 10.0.0.242 - - [2026-01-15 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 254 0.003096 10.0.0.242 - - [2026-01-15 02:21:01] "GET /virtual-network/999aedf6-f310-4f78-978e-795992b2c4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007182 10.0.0.242 - - [2026-01-15 02:21:01] "POST /neutron/network HTTP/1.1" 200 890 0.006205 10.0.0.242 - - [2026-01-15 02:21:01] "GET /virtual-network/999aedf6-f310-4f78-978e-795992b2c4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005758 10.0.0.242 - - [2026-01-15 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 253 0.001154 10.0.0.242 - - [2026-01-15 02:21:01] "POST /neutron/network HTTP/1.1" 200 900 0.007285 10.0.0.73 - - [2026-01-15 02:21:02] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.242 - - [2026-01-15 02:21:02] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082630 10.0.0.242 - - [2026-01-15 02:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.242 - - [2026-01-15 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 254 0.001195 10.0.0.242 - - [2026-01-15 02:21:03] "POST /neutron/network HTTP/1.1" 200 900 0.007505 10.0.0.242 - - [2026-01-15 02:21:03] "POST /neutron/port HTTP/1.1" 200 1062 0.017811 10.0.0.73 - - [2026-01-15 02:21:04] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007992 10.0.0.242 - - [2026-01-15 02:21:04] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.108291 10.0.0.242 - - [2026-01-15 02:21:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011612 10.0.0.242 - - [2026-01-15 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.242 - - [2026-01-15 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007699 10.0.0.73 - - [2026-01-15 02:21:04] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.242 - - [2026-01-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.005380 10.0.0.242 - - [2026-01-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008673 10.0.0.242 - - [2026-01-15 02:21:05] "POST /neutron/port HTTP/1.1" 200 1060 0.332527 10.0.0.73 - - [2026-01-15 02:21:05] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000814 10.0.0.242 - - [2026-01-15 02:21:05] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007717 10.0.0.242 - - [2026-01-15 02:21:05] "POST /service-templates HTTP/1.1" 200 543 0.064413 10.0.0.242 - - [2026-01-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.242 - - [2026-01-15 02:21:05] "POST /neutron/port HTTP/1.1" 200 1114 0.108098 10.0.0.242 - - [2026-01-15 02:21:05] "GET /service-template/ea44b250-ff92-4aae-993a-072898b75288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.013525 10.0.0.242 - - [2026-01-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007035 10.0.0.242 - - [2026-01-15 02:21:05] "GET /service-template/ea44b250-ff92-4aae-993a-072898b75288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003153 10.0.0.242 - - [2026-01-15 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001133 10.0.0.242 - - [2026-01-15 02:21:05] "POST /neutron/subnet HTTP/1.1" 200 693 0.008397 10.0.0.242 - - [2026-01-15 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001121 10.0.0.242 - - [2026-01-15 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 254 0.001140 10.0.0.242 - - [2026-01-15 02:21:05] "POST /neutron/port HTTP/1.1" 200 2098 0.031101 10.0.0.242 - - [2026-01-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2026-01-15 02:21:05] "DELETE /service-template/ea44b250-ff92-4aae-993a-072898b75288 HTTP/1.1" 200 115 0.032350 10.0.0.242 - - [2026-01-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.004345 10.0.0.242 - - [2026-01-15 02:21:08] "POST /neutron/network HTTP/1.1" 400 204 0.018253 10.0.0.242 - - [2026-01-15 02:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.205895 10.0.0.242 - - [2026-01-15 02:21:09] "POST /neutron/port HTTP/1.1" 200 151 0.248187 10.0.0.73 - - [2026-01-15 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.242 - - [2026-01-15 02:21:10] "POST /neutron/network HTTP/1.1" 200 890 0.015798 10.0.0.73 - - [2026-01-15 02:21:10] "DELETE /route-target/c0ba7a49-0fa9-474f-829c-ec6a7084d571 HTTP/1.1" 200 115 0.020428 10.0.0.73 - - [2026-01-15 02:21:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003906 10.0.0.73 - - [2026-01-15 02:21:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004116 10.0.0.242 - - [2026-01-15 02:21:10] "POST /neutron/network HTTP/1.1" 200 151 0.142816 10.0.0.73 - - [2026-01-15 02:21:10] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.242 - - [2026-01-15 02:21:11] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.111565 10.0.0.73 - - [2026-01-15 02:21:11] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.242 - - [2026-01-15 02:21:11] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?fields=virtual_networks HTTP/1.1" 200 1033 0.079878 10.0.0.73 - - [2026-01-15 02:21:11] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.242 - - [2026-01-15 02:21:11] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.049339 10.0.0.73 - - [2026-01-15 02:21:11] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.242 - - [2026-01-15 02:21:11] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?fields=security_groups HTTP/1.1" 200 1260 0.060974 10.0.0.242 - - [2026-01-15 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.041937 10.0.0.73 - - [2026-01-15 02:21:12] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003188 10.0.0.73 - - [2026-01-15 02:21:12] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.73 - - [2026-01-15 02:21:12] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006980 10.0.0.73 - - [2026-01-15 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 195 0.001102 10.0.0.73 - - [2026-01-15 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 204 0.013112 10.0.0.73 - - [2026-01-15 02:21:12] "POST /security-groups HTTP/1.1" 200 596 0.039968 10.0.0.73 - - [2026-01-15 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 239 0.002981 10.0.0.73 - - [2026-01-15 02:21:12] "POST /projects HTTP/1.1" 200 595 0.263259 10.0.0.73 - - [2026-01-15 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.349220 10.0.0.73 - - [2026-01-15 02:21:13] "POST /access-control-lists HTTP/1.1" 200 599 0.045654 10.0.0.242 - - [2026-01-15 02:21:13] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.526181 10.0.0.242 - - [2026-01-15 02:21:14] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.242 - - [2026-01-15 02:21:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.242 - - [2026-01-15 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.070326 10.0.0.73 - - [2026-01-15 02:21:15] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.028671 10.0.0.242 - - [2026-01-15 02:21:15] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077496 10.0.0.73 - - [2026-01-15 02:21:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.003969 10.0.0.73 - - [2026-01-15 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.010048 10.0.0.242 - - [2026-01-15 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.304923 10.0.0.242 - - [2026-01-15 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.001208 10.0.0.242 - - [2026-01-15 02:21:16] "GET /virtual-network/9642025e-3dac-470f-87e2-2d5c463b24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.008092 10.0.0.242 - - [2026-01-15 02:21:16] "POST /neutron/network HTTP/1.1" 200 1075 0.010432 10.0.0.242 - - [2026-01-15 02:21:16] "GET /virtual-network/9642025e-3dac-470f-87e2-2d5c463b24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006140 10.0.0.242 - - [2026-01-15 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.010870 10.0.0.242 - - [2026-01-15 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.73 - - [2026-01-15 02:21:16] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000953 10.0.0.242 - - [2026-01-15 02:21:16] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047097 10.0.0.73 - - [2026-01-15 02:21:17] "POST /route-targets HTTP/1.1" 200 327 0.048794 10.0.0.73 - - [2026-01-15 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.042506 10.0.0.73 - - [2026-01-15 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.012560 10.0.0.242 - - [2026-01-15 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 823 0.225249 10.0.0.242 - - [2026-01-15 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.001268 10.0.0.242 - - [2026-01-15 02:21:17] "GET /virtual-network/cc786683-add0-4250-aa82-723685972d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.007264 10.0.0.242 - - [2026-01-15 02:21:17] "POST /neutron/network HTTP/1.1" 200 1074 0.008416 10.0.0.242 - - [2026-01-15 02:21:17] "GET /virtual-network/cc786683-add0-4250-aa82-723685972d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004639 10.0.0.242 - - [2026-01-15 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.009640 10.0.0.242 - - [2026-01-15 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.73 - - [2026-01-15 02:21:17] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000839 10.0.0.242 - - [2026-01-15 02:21:17] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.060889 10.0.0.73 - - [2026-01-15 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.025441 10.0.0.73 - - [2026-01-15 02:21:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008211 10.0.0.242 - - [2026-01-15 02:21:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.161847 10.0.0.73 - - [2026-01-15 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.005514 10.0.0.242 - - [2026-01-15 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 262 0.001507 10.0.0.242 - - [2026-01-15 02:21:18] "GET /virtual-network/1d47822a-a1db-48ef-b914-801c1fb8765a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.009026 10.0.0.242 - - [2026-01-15 02:21:18] "POST /neutron/network HTTP/1.1" 200 1077 0.010170 10.0.0.242 - - [2026-01-15 02:21:18] "GET /virtual-network/1d47822a-a1db-48ef-b914-801c1fb8765a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005524 10.0.0.242 - - [2026-01-15 02:21:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009888 10.0.0.242 - - [2026-01-15 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 261 0.001205 10.0.0.73 - - [2026-01-15 02:21:19] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001241 10.0.0.242 - - [2026-01-15 02:21:19] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073679 10.0.0.242 - - [2026-01-15 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.008135 10.0.0.242 - - [2026-01-15 02:21:20] "POST /id-to-fqname HTTP/1.1" 200 262 0.001886 10.0.0.242 - - [2026-01-15 02:21:20] "POST /neutron/network HTTP/1.1" 200 1087 0.008180 10.0.0.242 - - [2026-01-15 02:21:21] "POST /neutron/port HTTP/1.1" 200 1171 0.025859 10.0.0.73 - - [2026-01-15 02:21:21] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001065 10.0.0.242 - - [2026-01-15 02:21:21] "POST /neutron/port HTTP/1.1" 200 1235 0.023877 10.0.0.242 - - [2026-01-15 02:21:21] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.096591 10.0.0.242 - - [2026-01-15 02:21:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004924 10.0.0.242 - - [2026-01-15 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.242 - - [2026-01-15 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008571 10.0.0.73 - - [2026-01-15 02:21:22] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002149 10.0.0.242 - - [2026-01-15 02:21:22] "POST /neutron/port HTTP/1.1" 200 1172 0.360802 10.0.0.242 - - [2026-01-15 02:21:22] "POST /neutron/port HTTP/1.1" 200 1226 0.125736 10.0.0.242 - - [2026-01-15 02:21:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005873 10.0.0.242 - - [2026-01-15 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.242 - - [2026-01-15 02:21:23] "POST /neutron/network HTTP/1.1" 400 204 0.016186 10.0.0.242 - - [2026-01-15 02:21:24] "POST /neutron/port HTTP/1.1" 200 151 0.258362 10.0.0.242 - - [2026-01-15 02:21:24] "POST /neutron/port HTTP/1.1" 200 151 0.238096 10.0.0.242 - - [2026-01-15 02:21:25] "POST /neutron/network HTTP/1.1" 200 1077 0.013977 10.0.0.73 - - [2026-01-15 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009772 10.0.0.242 - - [2026-01-15 02:21:25] "POST /neutron/network HTTP/1.1" 200 1075 0.014988 10.0.0.73 - - [2026-01-15 02:21:26] "DELETE /route-target/b46e6697-9d46-44b7-9a6e-0d57e5b69075 HTTP/1.1" 200 115 0.027426 10.0.0.73 - - [2026-01-15 02:21:26] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.242 - - [2026-01-15 02:21:26] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077234 10.0.0.73 - - [2026-01-15 02:21:26] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001731 10.0.0.242 - - [2026-01-15 02:21:26] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?fields=virtual_networks HTTP/1.1" 200 1042 0.045353 10.0.0.73 - - [2026-01-15 02:21:26] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000884 10.0.0.242 - - [2026-01-15 02:21:26] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.041970 10.0.0.73 - - [2026-01-15 02:21:26] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000869 10.0.0.242 - - [2026-01-15 02:21:26] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?fields=security_groups HTTP/1.1" 200 1273 0.051145 10.0.0.242 - - [2026-01-15 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.045145 10.0.0.73 - - [2026-01-15 02:21:27] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003037 10.0.0.73 - - [2026-01-15 02:21:27] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.73 - - [2026-01-15 02:21:27] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039211 10.0.0.73 - - [2026-01-15 02:21:27] "POST /id-to-fqname HTTP/1.1" 200 198 0.003859 10.0.0.73 - - [2026-01-15 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.006424 10.0.0.73 - - [2026-01-15 02:21:27] "POST /security-groups HTTP/1.1" 200 599 0.029956 10.0.0.73 - - [2026-01-15 02:21:27] "POST /projects HTTP/1.1" 200 601 0.263865 10.0.0.73 - - [2026-01-15 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 241 0.009375 10.0.0.73 - - [2026-01-15 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.338387 10.0.0.242 - - [2026-01-15 02:21:27] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.521863 10.0.0.242 - - [2026-01-15 02:21:29] "GET / HTTP/1.1" 200 35931 0.002277 10.0.0.242 - - [2026-01-15 02:21:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.242 - - [2026-01-15 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.075748 10.0.0.73 - - [2026-01-15 02:21:30] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.242 - - [2026-01-15 02:21:30] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045336 10.0.0.73 - - [2026-01-15 02:21:30] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.242 - - [2026-01-15 02:21:30] "POST /neutron/network HTTP/1.1" 200 691 0.150073 10.0.0.73 - - [2026-01-15 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.025547 10.0.0.242 - - [2026-01-15 02:21:30] "POST /id-to-fqname HTTP/1.1" 200 267 0.004979 10.0.0.242 - - [2026-01-15 02:21:30] "GET /virtual-network/f2718ccb-47d6-44a8-a16f-690684f8335d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005514 10.0.0.242 - - [2026-01-15 02:21:30] "POST /neutron/network HTTP/1.1" 200 908 0.012445 10.0.0.242 - - [2026-01-15 02:21:30] "GET /virtual-network/f2718ccb-47d6-44a8-a16f-690684f8335d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007339 10.0.0.242 - - [2026-01-15 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.73 - - [2026-01-15 02:21:30] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.242 - - [2026-01-15 02:21:31] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039503 10.0.0.242 - - [2026-01-15 02:21:31] "POST /neutron/network HTTP/1.1" 200 117 0.017753 10.0.0.242 - - [2026-01-15 02:21:31] "POST /neutron/network HTTP/1.1" 200 909 0.008843 10.0.0.242 - - [2026-01-15 02:21:31] "POST /id-to-fqname HTTP/1.1" 200 267 0.001096 10.0.0.242 - - [2026-01-15 02:21:31] "GET /virtual-network/572a34d0-1730-49a4-9a9b-935d50acfd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004881 10.0.0.242 - - [2026-01-15 02:21:31] "GET /virtual-network/572a34d0-1730-49a4-9a9b-935d50acfd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004848 10.0.0.242 - - [2026-01-15 02:21:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.009492 10.0.0.242 - - [2026-01-15 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.73 - - [2026-01-15 02:21:31] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000782 10.0.0.242 - - [2026-01-15 02:21:31] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041689 10.0.0.73 - - [2026-01-15 02:21:32] "POST /route-targets HTTP/1.1" 200 327 0.017209 10.0.0.73 - - [2026-01-15 02:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007329 10.0.0.242 - - [2026-01-15 02:21:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.233947 10.0.0.242 - - [2026-01-15 02:21:32] "POST /id-to-fqname HTTP/1.1" 200 268 0.001145 10.0.0.242 - - [2026-01-15 02:21:32] "GET /virtual-network/2f9ce232-0f4e-411a-9b48-23cf53ca0f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004975 10.0.0.242 - - [2026-01-15 02:21:32] "GET /virtual-network/2f9ce232-0f4e-411a-9b48-23cf53ca0f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006723 10.0.0.242 - - [2026-01-15 02:21:32] "POST /neutron/network HTTP/1.1" 200 912 0.007460 10.0.0.242 - - [2026-01-15 02:21:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.001213 10.0.0.73 - - [2026-01-15 02:21:33] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.242 - - [2026-01-15 02:21:33] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.083284 10.0.0.242 - - [2026-01-15 02:21:33] "POST /neutron/network HTTP/1.1" 200 909 0.009281 10.0.0.242 - - [2026-01-15 02:21:33] "POST /id-to-fqname HTTP/1.1" 200 268 0.001493 10.0.0.242 - - [2026-01-15 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.005756 10.0.0.73 - - [2026-01-15 02:21:34] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.242 - - [2026-01-15 02:21:34] "POST /neutron/port HTTP/1.1" 200 1067 0.329088 10.0.0.242 - - [2026-01-15 02:21:34] "POST /neutron/port HTTP/1.1" 200 1121 0.123609 10.0.0.242 - - [2026-01-15 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.008662 10.0.0.73 - - [2026-01-15 02:21:35] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.242 - - [2026-01-15 02:21:35] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.084793 10.0.0.242 - - [2026-01-15 02:21:35] "POST /neutron/network HTTP/1.1" 200 912 0.011707 10.0.0.242 - - [2026-01-15 02:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.005736 10.0.0.242 - - [2026-01-15 02:21:36] "POST /neutron/port HTTP/1.1" 200 1068 0.021718 10.0.0.242 - - [2026-01-15 02:21:36] "POST /neutron/port HTTP/1.1" 200 1132 0.020129 10.0.0.242 - - [2026-01-15 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.242 - - [2026-01-15 02:21:37] "POST /neutron/network HTTP/1.1" 400 204 0.012786 10.0.0.242 - - [2026-01-15 02:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.171679 10.0.0.242 - - [2026-01-15 02:21:38] "POST /neutron/port HTTP/1.1" 200 151 0.168592 10.0.0.242 - - [2026-01-15 02:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.006452 10.0.0.73 - - [2026-01-15 02:21:39] "DELETE /route-target/75b7201f-2bc3-4be9-bb3c-0e3a1e4dcb18 HTTP/1.1" 200 115 0.029458 10.0.0.242 - - [2026-01-15 02:21:39] "POST /neutron/network HTTP/1.1" 200 908 0.009152 10.0.0.73 - - [2026-01-15 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007051 10.0.0.73 - - [2026-01-15 02:21:39] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.242 - - [2026-01-15 02:21:39] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055660 10.0.0.73 - - [2026-01-15 02:21:39] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000805 10.0.0.242 - - [2026-01-15 02:21:39] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?fields=virtual_networks HTTP/1.1" 200 1049 0.033671 10.0.0.73 - - [2026-01-15 02:21:39] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.242 - - [2026-01-15 02:21:39] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.036272 10.0.0.73 - - [2026-01-15 02:21:39] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.242 - - [2026-01-15 02:21:39] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?fields=security_groups HTTP/1.1" 200 1283 0.041939 10.0.0.242 - - [2026-01-15 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.032831 10.0.0.73 - - [2026-01-15 02:21:40] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003053 10.0.0.73 - - [2026-01-15 02:21:41] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.73 - - [2026-01-15 02:21:41] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007927 10.0.0.73 - - [2026-01-15 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.005382 10.0.0.73 - - [2026-01-15 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.003548 10.0.0.73 - - [2026-01-15 02:21:41] "POST /security-groups HTTP/1.1" 200 596 0.035338 10.0.0.73 - - [2026-01-15 02:21:41] "POST /projects HTTP/1.1" 200 595 0.260229 10.0.0.73 - - [2026-01-15 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.300617 10.0.0.73 - - [2026-01-15 02:21:41] "POST /access-control-lists HTTP/1.1" 200 601 0.040900 10.0.0.242 - - [2026-01-15 02:21:41] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.465831 10.0.0.242 - - [2026-01-15 02:21:42] "GET / HTTP/1.1" 200 35931 0.001329 10.0.0.242 - - [2026-01-15 02:21:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000615 10.0.0.242 - - [2026-01-15 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.070811 10.0.0.73 - - [2026-01-15 02:21:43] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000853 10.0.0.242 - - [2026-01-15 02:21:43] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.039019 10.0.0.73 - - [2026-01-15 02:21:43] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000873 10.0.0.242 - - [2026-01-15 02:21:43] "POST /neutron/network HTTP/1.1" 200 682 0.150840 10.0.0.73 - - [2026-01-15 02:21:43] "POST /route-targets HTTP/1.1" 200 327 0.019936 10.0.0.242 - - [2026-01-15 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.004275 10.0.0.242 - - [2026-01-15 02:21:44] "GET /virtual-network/0253597e-12c1-4918-898e-2b590a47ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.005809 10.0.0.242 - - [2026-01-15 02:21:44] "POST /neutron/network HTTP/1.1" 200 899 0.006390 10.0.0.242 - - [2026-01-15 02:21:44] "GET /virtual-network/0253597e-12c1-4918-898e-2b590a47ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.005505 10.0.0.242 - - [2026-01-15 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.73 - - [2026-01-15 02:21:44] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000799 10.0.0.242 - - [2026-01-15 02:21:44] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041444 10.0.0.242 - - [2026-01-15 02:21:44] "POST /neutron/network HTTP/1.1" 200 117 0.014068 10.0.0.73 - - [2026-01-15 02:21:44] "POST /ref-update HTTP/1.1" 200 156 0.028370 10.0.0.242 - - [2026-01-15 02:21:45] "POST /neutron/network HTTP/1.1" 200 901 0.010032 10.0.0.242 - - [2026-01-15 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001171 10.0.0.242 - - [2026-01-15 02:21:45] "GET /virtual-network/940b4977-b235-411f-8ed5-5accedc5fe80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.015807 10.0.0.242 - - [2026-01-15 02:21:45] "GET /virtual-network/940b4977-b235-411f-8ed5-5accedc5fe80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006126 10.0.0.242 - - [2026-01-15 02:21:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.009895 10.0.0.242 - - [2026-01-15 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.73 - - [2026-01-15 02:21:45] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001129 10.0.0.242 - - [2026-01-15 02:21:45] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.043170 10.0.0.73 - - [2026-01-15 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004638 10.0.0.242 - - [2026-01-15 02:21:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.239495 10.0.0.242 - - [2026-01-15 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001164 10.0.0.242 - - [2026-01-15 02:21:45] "GET /virtual-network/7a4ef5e9-ba7c-41d2-968c-f637a7aa1ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005496 10.0.0.242 - - [2026-01-15 02:21:45] "GET /virtual-network/7a4ef5e9-ba7c-41d2-968c-f637a7aa1ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005286 10.0.0.242 - - [2026-01-15 02:21:45] "POST /neutron/network HTTP/1.1" 200 901 0.007041 10.0.0.242 - - [2026-01-15 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001189 10.0.0.73 - - [2026-01-15 02:21:46] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001195 10.0.0.242 - - [2026-01-15 02:21:46] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077111 10.0.0.242 - - [2026-01-15 02:21:46] "POST /neutron/network HTTP/1.1" 200 901 0.006500 10.0.0.242 - - [2026-01-15 02:21:47] "POST /id-to-fqname HTTP/1.1" 200 262 0.001317 10.0.0.242 - - [2026-01-15 02:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.006701 10.0.0.73 - - [2026-01-15 02:21:47] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001141 10.0.0.73 - - [2026-01-15 02:21:47] "DELETE /project/e005dca3b0bb4e9c817a2aa283207c85 HTTP/1.1" 404 173 0.007136 10.0.0.73 - - [2026-01-15 02:21:47] "DELETE /project/1b748f650b0e43d4b84b2dc1b044b092 HTTP/1.1" 404 173 0.015817 10.0.0.73 - - [2026-01-15 02:21:47] "DELETE /project/b50a659414c34f2d9b0b87f8e7e41ec3 HTTP/1.1" 404 173 0.017598 10.0.0.73 - - [2026-01-15 02:21:47] "DELETE /project/09cc12cffb164b47abac31e777e46e36 HTTP/1.1" 404 173 0.013742 10.0.0.73 - - [2026-01-15 02:21:47] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.73 - - [2026-01-15 02:21:47] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.73 - - [2026-01-15 02:21:47] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000880 10.0.0.73 - - [2026-01-15 02:21:47] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.087598 10.0.0.73 - - [2026-01-15 02:21:47] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002664 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.142188 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.168015 10.0.0.73 - - [2026-01-15 02:21:48] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002102 10.0.0.73 - - [2026-01-15 02:21:48] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.242 - - [2026-01-15 02:21:48] "POST /neutron/port HTTP/1.1" 200 1065 0.476449 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?fields=security_groups HTTP/1.1" 200 1378 0.124819 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?fields=security_groups HTTP/1.1" 200 1365 0.063566 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?fields=security_groups HTTP/1.1" 200 1388 0.092917 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /security-group/af587432-2232-49bd-834b-6f3ab9b207fc HTTP/1.1" 200 115 0.091112 10.0.0.73 - - [2026-01-15 02:21:48] "GET /projects?obj_uuids=1b748f65-0b0e-43d4-b84b-2dc1b044b092&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /security-group/55d36582-eb1d-4d69-a913-a8c3d7c341b0 HTTP/1.1" 200 115 0.099438 10.0.0.73 - - [2026-01-15 02:21:48] "GET /projects?obj_uuids=09cc12cf-fb16-4b47-abac-31e777e46e36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002886 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /access-control-list/f65602ea-a069-4df5-940c-1faf3c69f643 HTTP/1.1" 200 115 0.083025 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /security-group/c6c0588d-c4e5-4ae8-a2d3-9934e1d742fb HTTP/1.1" 200 115 0.125590 10.0.0.73 - - [2026-01-15 02:21:48] "GET /projects?obj_uuids=b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092?fields=application_policy_sets HTTP/1.1" 200 1417 0.099692 10.0.0.242 - - [2026-01-15 02:21:48] "POST /neutron/port HTTP/1.1" 200 1119 0.219738 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3?fields=application_policy_sets HTTP/1.1" 200 1427 0.102677 10.0.0.73 - - [2026-01-15 02:21:48] "GET /project/09cc12cf-fb16-4b47-abac-31e777e46e36?fields=application_policy_sets HTTP/1.1" 200 1404 0.163689 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /access-control-list/5291a013-896a-4bfa-a21b-32adeb2df187 HTTP/1.1" 200 115 0.052718 10.0.0.242 - - [2026-01-15 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.041139 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /project/1b748f65-0b0e-43d4-b84b-2dc1b044b092 HTTP/1.1" 200 115 0.837440 10.0.0.73 - - [2026-01-15 02:21:48] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000925 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /project/09cc12cf-fb16-4b47-abac-31e777e46e36 HTTP/1.1" 200 115 0.894742 10.0.0.73 - - [2026-01-15 02:21:48] "DELETE /project/b50a6594-14c3-4f2d-9b0b-87f8e7e41ec3 HTTP/1.1" 200 115 0.899660 10.0.0.242 - - [2026-01-15 02:21:48] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.218115 10.0.0.242 - - [2026-01-15 02:21:48] "POST /neutron/network HTTP/1.1" 200 901 0.070580 10.0.0.242 - - [2026-01-15 02:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.006251 10.0.0.242 - - [2026-01-15 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.004602 10.0.0.242 - - [2026-01-15 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005481 10.0.0.73 - - [2026-01-15 02:21:50] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.242 - - [2026-01-15 02:21:50] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008150 10.0.0.242 - - [2026-01-15 02:21:50] "POST /service-templates HTTP/1.1" 200 543 0.057220 10.0.0.242 - - [2026-01-15 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.242 - - [2026-01-15 02:21:50] "GET /service-template/ae81e999-2753-4fba-9368-755b9aa0f441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.010008 10.0.0.242 - - [2026-01-15 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.242 - - [2026-01-15 02:21:50] "POST /neutron/port HTTP/1.1" 200 1063 0.022119 10.0.0.242 - - [2026-01-15 02:21:50] "GET /service-template/ae81e999-2753-4fba-9368-755b9aa0f441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.005579 10.0.0.242 - - [2026-01-15 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 261 0.001536 10.0.0.242 - - [2026-01-15 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 261 0.001265 10.0.0.242 - - [2026-01-15 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 262 0.001643 10.0.0.242 - - [2026-01-15 02:21:50] "POST /neutron/port HTTP/1.1" 200 1127 0.025332 10.0.0.242 - - [2026-01-15 02:21:50] "POST /neutron/port HTTP/1.1" 200 2104 0.023078 10.0.0.242 - - [2026-01-15 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008088 10.0.0.242 - - [2026-01-15 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.242 - - [2026-01-15 02:21:50] "DELETE /service-template/ae81e999-2753-4fba-9368-755b9aa0f441 HTTP/1.1" 200 115 0.027852 10.0.0.242 - - [2026-01-15 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003430 10.0.0.242 - - [2026-01-15 02:21:53] "POST /neutron/port HTTP/1.1" 200 1127 0.018285 10.0.0.242 - - [2026-01-15 02:21:53] "POST /neutron/port HTTP/1.1" 200 1129 0.028066 10.0.0.242 - - [2026-01-15 02:21:55] "POST /neutron/network HTTP/1.1" 200 901 0.007616 10.0.0.73 - - [2026-01-15 02:21:55] "GET /obj-perms HTTP/1.1" 200 5075 0.094790 10.0.0.73 - - [2026-01-15 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.73 - - [2026-01-15 02:21:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005879 10.0.0.73 - - [2026-01-15 02:21:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009396 10.0.0.242 - - [2026-01-15 02:21:55] "POST /neutron/network HTTP/1.1" 200 151 0.138956 10.0.0.73 - - [2026-01-15 02:21:55] "DELETE /route-target/cb379c40-803d-4f05-a78a-cafd17f26948 HTTP/1.1" 200 115 0.028440 10.0.0.73 - - [2026-01-15 02:21:55] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000861 10.0.0.242 - - [2026-01-15 02:21:55] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050166 10.0.0.73 - - [2026-01-15 02:21:55] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000887 10.0.0.242 - - [2026-01-15 02:21:55] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?fields=virtual_networks HTTP/1.1" 200 1042 0.038136 10.0.0.73 - - [2026-01-15 02:21:55] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001017 10.0.0.242 - - [2026-01-15 02:21:55] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.036407 10.0.0.73 - - [2026-01-15 02:21:55] "GET /projects?obj_uuids=e005dca3-b0bb-4e9c-817a-2aa283207c85&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.242 - - [2026-01-15 02:21:55] "GET /project/e005dca3-b0bb-4e9c-817a-2aa283207c85?fields=security_groups HTTP/1.1" 200 1273 0.042224 10.0.0.242 - - [2026-01-15 02:21:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.031287 10.0.0.73 - - [2026-01-15 02:21:57] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.73 - - [2026-01-15 02:21:57] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.73 - - [2026-01-15 02:21:57] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008314 10.0.0.73 - - [2026-01-15 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 199 0.004912 10.0.0.73 - - [2026-01-15 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.006572 10.0.0.73 - - [2026-01-15 02:21:57] "POST /security-groups HTTP/1.1" 200 600 0.073913 10.0.0.73 - - [2026-01-15 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 243 0.002841 10.0.0.73 - - [2026-01-15 02:21:57] "POST /projects HTTP/1.1" 200 603 0.294839 10.0.0.73 - - [2026-01-15 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.373185 10.0.0.73 - - [2026-01-15 02:21:57] "POST /access-control-lists HTTP/1.1" 200 603 0.030495 10.0.0.242 - - [2026-01-15 02:21:57] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.513696 10.0.0.242 - - [2026-01-15 02:21:58] "GET / HTTP/1.1" 200 35931 0.002204 10.0.0.242 - - [2026-01-15 02:21:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.242 - - [2026-01-15 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.074990 10.0.0.73 - - [2026-01-15 02:21:59] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000968 10.0.0.242 - - [2026-01-15 02:21:59] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060364 10.0.0.242 - - [2026-01-15 02:21:59] "POST /neutron/network HTTP/1.1" 200 117 0.041244 10.0.0.73 - - [2026-01-15 02:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008138 10.0.0.242 - - [2026-01-15 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.249249 10.0.0.242 - - [2026-01-15 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001260 10.0.0.242 - - [2026-01-15 02:22:00] "GET /virtual-network/045b18a0-ce7f-4ec1-a878-dff72d2e3dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006437 10.0.0.242 - - [2026-01-15 02:22:00] "GET /virtual-network/045b18a0-ce7f-4ec1-a878-dff72d2e3dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006224 10.0.0.242 - - [2026-01-15 02:22:00] "POST /neutron/network HTTP/1.1" 200 1087 0.012248 10.0.0.242 - - [2026-01-15 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.73 - - [2026-01-15 02:22:01] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001082 10.0.0.242 - - [2026-01-15 02:22:01] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051277 10.0.0.242 - - [2026-01-15 02:22:01] "POST /neutron/network HTTP/1.1" 200 117 0.016635 10.0.0.73 - - [2026-01-15 02:22:01] "POST /route-targets HTTP/1.1" 200 327 0.014250 10.0.0.73 - - [2026-01-15 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003367 10.0.0.73 - - [2026-01-15 02:22:01] "POST /useragent-kv HTTP/1.1" 200 115 0.012002 10.0.0.242 - - [2026-01-15 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.195282 10.0.0.242 - - [2026-01-15 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 269 0.001804 10.0.0.242 - - [2026-01-15 02:22:01] "GET /virtual-network/470727bc-e5a3-46e1-ab53-3b7c58d21547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006458 10.0.0.242 - - [2026-01-15 02:22:01] "GET /virtual-network/470727bc-e5a3-46e1-ab53-3b7c58d21547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007748 10.0.0.242 - - [2026-01-15 02:22:02] "POST /neutron/network HTTP/1.1" 200 1086 0.011255 10.0.0.242 - - [2026-01-15 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.73 - - [2026-01-15 02:22:02] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001262 10.0.0.242 - - [2026-01-15 02:22:02] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055394 10.0.0.242 - - [2026-01-15 02:22:02] "POST /neutron/network HTTP/1.1" 200 117 0.018530 10.0.0.73 - - [2026-01-15 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.025369 10.0.0.73 - - [2026-01-15 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004091 10.0.0.73 - - [2026-01-15 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.010609 10.0.0.242 - - [2026-01-15 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.205256 10.0.0.242 - - [2026-01-15 02:22:02] "POST /id-to-fqname HTTP/1.1" 200 270 0.001159 10.0.0.242 - - [2026-01-15 02:22:02] "GET /virtual-network/0530a5d6-31af-41e2-a45a-1920f962a084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005145 10.0.0.242 - - [2026-01-15 02:22:03] "GET /virtual-network/0530a5d6-31af-41e2-a45a-1920f962a084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005526 10.0.0.242 - - [2026-01-15 02:22:03] "POST /neutron/network HTTP/1.1" 200 1089 0.009134 10.0.0.242 - - [2026-01-15 02:22:03] "POST /id-to-fqname HTTP/1.1" 200 269 0.001201 10.0.0.242 - - [2026-01-15 02:22:03] "POST /neutron/network HTTP/1.1" 200 1096 0.008807 10.0.0.73 - - [2026-01-15 02:22:04] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000852 10.0.0.242 - - [2026-01-15 02:22:04] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.072682 10.0.0.242 - - [2026-01-15 02:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.009619 10.0.0.242 - - [2026-01-15 02:22:04] "POST /id-to-fqname HTTP/1.1" 200 270 0.001248 10.0.0.242 - - [2026-01-15 02:22:04] "POST /neutron/network HTTP/1.1" 200 1096 0.007113 10.0.0.242 - - [2026-01-15 02:22:05] "POST /neutron/port HTTP/1.1" 200 1175 0.050202 10.0.0.73 - - [2026-01-15 02:22:05] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001004 10.0.0.242 - - [2026-01-15 02:22:05] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.112565 10.0.0.242 - - [2026-01-15 02:22:05] "POST /neutron/port HTTP/1.1" 200 1239 0.019441 10.0.0.242 - - [2026-01-15 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013229 10.0.0.242 - - [2026-01-15 02:22:05] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.242 - - [2026-01-15 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.008228 10.0.0.242 - - [2026-01-15 02:22:06] "POST /neutron/port HTTP/1.1" 200 1176 0.023502 10.0.0.242 - - [2026-01-15 02:22:07] "POST /neutron/port HTTP/1.1" 200 1240 0.019240 10.0.0.242 - - [2026-01-15 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012121 10.0.0.242 - - [2026-01-15 02:22:07] "POST /neutron/network HTTP/1.1" 200 1089 0.008889 10.0.0.242 - - [2026-01-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003668 10.0.0.242 - - [2026-01-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.73 - - [2026-01-15 02:22:07] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.242 - - [2026-01-15 02:22:07] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007646 10.0.0.242 - - [2026-01-15 02:22:07] "POST /service-templates HTTP/1.1" 200 543 0.047330 10.0.0.242 - - [2026-01-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.242 - - [2026-01-15 02:22:07] "GET /service-template/aa125455-cdee-437f-9e0a-1db09cffc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006366 10.0.0.242 - - [2026-01-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.242 - - [2026-01-15 02:22:07] "GET /service-template/aa125455-cdee-437f-9e0a-1db09cffc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.003878 10.0.0.242 - - [2026-01-15 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 269 0.001315 10.0.0.242 - - [2026-01-15 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 269 0.001258 10.0.0.242 - - [2026-01-15 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 270 0.001158 10.0.0.242 - - [2026-01-15 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.242 - - [2026-01-15 02:22:08] "DELETE /service-template/aa125455-cdee-437f-9e0a-1db09cffc328 HTTP/1.1" 200 115 0.035630 10.0.0.242 - - [2026-01-15 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004161 10.0.0.242 - - [2026-01-15 02:22:09] "POST /neutron/network HTTP/1.1" 200 1086 0.011917 10.0.0.242 - - [2026-01-15 02:22:10] "POST /neutron/port HTTP/1.1" 200 1230 0.031487 10.0.0.242 - - [2026-01-15 02:22:10] "POST /neutron/port HTTP/1.1" 200 1229 0.018508 10.0.0.73 - - [2026-01-15 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004449 10.0.0.73 - - [2026-01-15 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.73 - - [2026-01-15 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002528 10.0.0.73 - - [2026-01-15 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002230 10.0.0.242 - - [2026-01-15 02:22:12] "POST /neutron/network HTTP/1.1" 200 151 0.142113 10.0.0.73 - - [2026-01-15 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 02:22:12] "POST /neutron/network HTTP/1.1" 200 1087 0.008713 10.0.0.73 - - [2026-01-15 02:22:12] "DELETE /route-target/d193bd2a-932e-446e-94cc-c9328fab7d21 HTTP/1.1" 200 115 0.024088 10.0.0.73 - - [2026-01-15 02:22:12] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001777 10.0.0.242 - - [2026-01-15 02:22:12] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043895 10.0.0.73 - - [2026-01-15 02:22:12] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001599 10.0.0.242 - - [2026-01-15 02:22:12] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?fields=virtual_networks HTTP/1.1" 200 1050 0.052308 10.0.0.73 - - [2026-01-15 02:22:12] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000889 10.0.0.242 - - [2026-01-15 02:22:12] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.049069 10.0.0.73 - - [2026-01-15 02:22:12] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001210 10.0.0.242 - - [2026-01-15 02:22:12] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?fields=security_groups HTTP/1.1" 200 1285 0.062041 10.0.0.242 - - [2026-01-15 02:22:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.043303 10.0.0.73 - - [2026-01-15 02:22:14] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007064 10.0.0.73 - - [2026-01-15 02:22:14] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001948 10.0.0.73 - - [2026-01-15 02:22:14] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007544 10.0.0.73 - - [2026-01-15 02:22:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.002537 10.0.0.73 - - [2026-01-15 02:22:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003944 10.0.0.73 - - [2026-01-15 02:22:14] "POST /security-groups HTTP/1.1" 200 603 0.080846 10.0.0.73 - - [2026-01-15 02:22:14] "POST /projects HTTP/1.1" 200 609 0.334012 10.0.0.73 - - [2026-01-15 02:22:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.007910 10.0.0.73 - - [2026-01-15 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.410863 10.0.0.242 - - [2026-01-15 02:22:14] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.570486 10.0.0.242 - - [2026-01-15 02:22:16] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.242 - - [2026-01-15 02:22:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000725 10.0.0.242 - - [2026-01-15 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.071730 10.0.0.73 - - [2026-01-15 02:22:17] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001201 10.0.0.242 - - [2026-01-15 02:22:17] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053182 10.0.0.73 - - [2026-01-15 02:22:18] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.242 - - [2026-01-15 02:22:18] "POST /neutron/network HTTP/1.1" 200 619 0.155976 10.0.0.73 - - [2026-01-15 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.021288 10.0.0.242 - - [2026-01-15 02:22:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.003961 10.0.0.242 - - [2026-01-15 02:22:18] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005557 10.0.0.242 - - [2026-01-15 02:22:18] "POST /neutron/network HTTP/1.1" 200 837 0.007199 10.0.0.242 - - [2026-01-15 02:22:18] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005640 10.0.0.242 - - [2026-01-15 02:22:19] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007646 10.0.0.242 - - [2026-01-15 02:22:19] "GET /obj-perms HTTP/1.1" 200 5073 0.071968 10.0.0.33 - - [2026-01-15 02:22:20] "GET /obj-perms HTTP/1.1" 200 5073 0.067516 10.0.0.242 - - [2026-01-15 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.73 - - [2026-01-15 02:22:20] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.242 - - [2026-01-15 02:22:20] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051535 10.0.0.242 - - [2026-01-15 02:22:21] "POST /neutron/network HTTP/1.1" 200 117 0.023774 10.0.0.242 - - [2026-01-15 02:22:21] "POST /neutron/network HTTP/1.1" 200 838 0.009369 10.0.0.242 - - [2026-01-15 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001090 10.0.0.242 - - [2026-01-15 02:22:21] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006195 10.0.0.242 - - [2026-01-15 02:22:21] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005657 10.0.0.242 - - [2026-01-15 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.011518 10.0.0.242 - - [2026-01-15 02:22:21] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004997 10.0.0.242 - - [2026-01-15 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001300 10.0.0.73 - - [2026-01-15 02:22:48] "DELETE /access-control-list/920c5120-d1a1-43fc-9eaa-2fcf680d36f9 HTTP/1.1" 200 115 0.030861 10.0.0.73 - - [2026-01-15 02:22:48] "DELETE /project/314941e0031f42fcae13a45c7292a2c4 HTTP/1.1" 404 173 0.006503 10.0.0.73 - - [2026-01-15 02:22:48] "DELETE /project/a9b9d3b4235d401581968f4360efb345 HTTP/1.1" 404 173 0.004363 10.0.0.73 - - [2026-01-15 02:22:48] "DELETE /project/e005dca3-b0bb-4e9c-817a-2aa283207c85 HTTP/1.1" 404 177 0.008688 10.0.0.73 - - [2026-01-15 02:22:48] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000769 10.0.0.73 - - [2026-01-15 02:22:48] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.042003 10.0.0.73 - - [2026-01-15 02:22:48] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000847 10.0.0.73 - - [2026-01-15 02:22:48] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?fields=security_groups HTTP/1.1" 200 1390 0.040154 10.0.0.73 - - [2026-01-15 02:22:49] "DELETE /security-group/0e4da11f-92b5-4aa5-accf-926f067c7027 HTTP/1.1" 200 115 0.053749 10.0.0.73 - - [2026-01-15 02:22:49] "GET /projects?obj_uuids=314941e0-031f-42fc-ae13-a45c7292a2c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001318 10.0.0.73 - - [2026-01-15 02:22:49] "GET /project/314941e0-031f-42fc-ae13-a45c7292a2c4?fields=application_policy_sets HTTP/1.1" 200 1429 0.055242 10.0.0.73 - - [2026-01-15 02:22:49] "DELETE /access-control-list/83448554-2e0a-4781-b032-a9f7731681d7 HTTP/1.1" 200 115 0.040075 10.0.0.73 - - [2026-01-15 02:22:49] "DELETE /project/314941e0-031f-42fc-ae13-a45c7292a2c4 HTTP/1.1" 200 115 0.428064 10.0.0.73 - - [2026-01-15 02:22:56] "GET /obj-perms HTTP/1.1" 200 5075 0.061619 10.0.0.73 - - [2026-01-15 02:23:00] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.242 - - [2026-01-15 02:23:00] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079222 10.0.0.242 - - [2026-01-15 02:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.006339 10.0.0.242 - - [2026-01-15 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001563 10.0.0.242 - - [2026-01-15 02:23:01] "POST /neutron/network HTTP/1.1" 200 847 0.010381 10.0.0.242 - - [2026-01-15 02:23:02] "POST /neutron/port HTTP/1.1" 200 1072 0.033733 10.0.0.73 - - [2026-01-15 02:23:02] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.242 - - [2026-01-15 02:23:02] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.159621 10.0.0.242 - - [2026-01-15 02:23:02] "POST /neutron/port HTTP/1.1" 200 1136 0.057874 10.0.0.242 - - [2026-01-15 02:23:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.017811 10.0.0.242 - - [2026-01-15 02:23:03] "POST /neutron/port HTTP/1.1" 200 1136 0.052800 10.0.0.242 - - [2026-01-15 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.73 - - [2026-01-15 02:23:03] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001274 10.0.0.242 - - [2026-01-15 02:23:03] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072304 10.0.0.242 - - [2026-01-15 02:23:03] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006915 10.0.0.242 - - [2026-01-15 02:23:03] "GET /floating-ip-pools?parent_id=76d1bc85-d329-45ee-b6d7-b4527271647b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.017041 10.0.0.242 - - [2026-01-15 02:23:03] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005853 10.0.0.242 - - [2026-01-15 02:23:03] "POST /floating-ip-pools HTTP/1.1" 200 609 0.065938 10.0.0.242 - - [2026-01-15 02:23:03] "POST /ref-update HTTP/1.1" 200 156 0.041928 10.0.0.242 - - [2026-01-15 02:23:03] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006395 10.0.0.242 - - [2026-01-15 02:23:03] "POST /neutron/network HTTP/1.1" 200 847 0.015892 10.0.0.242 - - [2026-01-15 02:23:04] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005149 10.0.0.242 - - [2026-01-15 02:23:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009960 10.0.0.242 - - [2026-01-15 02:23:05] "POST /neutron/port HTTP/1.1" 200 1125 0.250745 10.0.0.242 - - [2026-01-15 02:23:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.023125 10.0.0.242 - - [2026-01-15 02:23:09] "POST /neutron/port HTTP/1.1" 200 1136 0.057142 10.0.0.242 - - [2026-01-15 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019892 10.0.0.242 - - [2026-01-15 02:23:25] "POST /neutron/port HTTP/1.1" 200 1136 0.041175 10.0.0.242 - - [2026-01-15 02:23:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020970 10.0.0.242 - - [2026-01-15 02:23:40] "POST /neutron/port HTTP/1.1" 200 1136 0.015023 10.0.0.242 - - [2026-01-15 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008505 10.0.0.33 - - [2026-01-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.33 - - [2026-01-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.73 - - [2026-01-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.73 - - [2026-01-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.33 - - [2026-01-15 02:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.33 - - [2026-01-15 02:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000780 10.0.0.73 - - [2026-01-15 02:23:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.73 - - [2026-01-15 02:23:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.242 - - [2026-01-15 02:23:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.242 - - [2026-01-15 02:23:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.242 - - [2026-01-15 02:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2026-01-15 02:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000331 10.0.0.242 - - [2026-01-15 02:23:55] "POST /neutron/port HTTP/1.1" 200 1136 0.015415 10.0.0.33 - - [2026-01-15 02:23:57] "GET /obj-perms HTTP/1.1" 200 5075 0.061110 10.0.0.242 - - [2026-01-15 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008748 10.0.0.242 - - [2026-01-15 02:24:11] "POST /neutron/port HTTP/1.1" 200 1136 0.016658 10.0.0.242 - - [2026-01-15 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007429 10.0.0.242 - - [2026-01-15 02:24:11] "GET /virtual-machine/1a2e8615-71ef-4ccd-9b01-3a3cea6b677d HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2026-01-15 02:24:11] "GET /virtual-machine/1a2e8615-71ef-4ccd-9b01-3a3cea6b677d HTTP/1.1" 200 1304 0.060331 10.0.0.242 - - [2026-01-15 02:24:11] "GET /virtual-machine-interface/09689119-b394-4741-ba53-86ce7881db2e HTTP/1.1" 200 3003 0.005614 10.0.0.242 - - [2026-01-15 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.242 - - [2026-01-15 02:24:11] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004115 10.0.0.242 - - [2026-01-15 02:24:11] "GET /virtual-networks?parent_id=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003176 10.0.0.242 - - [2026-01-15 02:24:12] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006132 10.0.0.242 - - [2026-01-15 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.242 - - [2026-01-15 02:24:15] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005107 10.0.0.242 - - [2026-01-15 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.242 - - [2026-01-15 02:24:19] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005918 10.0.0.242 - - [2026-01-15 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.242 - - [2026-01-15 02:24:23] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005653 10.0.0.242 - - [2026-01-15 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.242 - - [2026-01-15 02:24:27] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005530 10.0.0.242 - - [2026-01-15 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.242 - - [2026-01-15 02:24:31] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005351 10.0.0.242 - - [2026-01-15 02:24:34] "POST /neutron/port HTTP/1.1" 200 1136 0.020682 10.0.0.242 - - [2026-01-15 02:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005173 10.0.0.242 - - [2026-01-15 02:24:34] "POST /neutron/network HTTP/1.1" 200 838 0.006750 10.0.0.242 - - [2026-01-15 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2026-01-15 02:24:35] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005233 10.0.0.242 - - [2026-01-15 02:24:37] "POST /neutron/network HTTP/1.1" 200 847 0.006124 10.0.0.242 - - [2026-01-15 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.242 - - [2026-01-15 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.242 - - [2026-01-15 02:24:39] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004913 10.0.0.242 - - [2026-01-15 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.242 - - [2026-01-15 02:24:43] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005164 10.0.0.242 - - [2026-01-15 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.242 - - [2026-01-15 02:24:47] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004818 10.0.0.242 - - [2026-01-15 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.242 - - [2026-01-15 02:24:49] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004638 10.0.0.242 - - [2026-01-15 02:24:49] "GET /virtual-networks?parent_id=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003256 10.0.0.242 - - [2026-01-15 02:24:49] "GET /virtual-network/567ecebc-4f61-4d74-b1c4-4e61a3c180ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005942 10.0.0.242 - - [2026-01-15 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007906 10.0.0.242 - - [2026-01-15 02:24:58] "GET /obj-perms HTTP/1.1" 200 5075 0.062769 10.0.0.242 - - [2026-01-15 02:24:59] "POST /neutron/port HTTP/1.1" 200 1136 0.016556 10.0.0.242 - - [2026-01-15 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.036526 10.0.0.73 - - [2026-01-15 02:25:10] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.242 - - [2026-01-15 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 529 0.154913 10.0.0.242 - - [2026-01-15 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 576 0.072306 10.0.0.242 - - [2026-01-15 02:25:10] "POST /neutron/port HTTP/1.1" 200 1135 0.026954 10.0.0.242 - - [2026-01-15 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018384 10.0.0.242 - - [2026-01-15 02:25:10] "GET /virtual-machine/f6f616e2-ef3f-4282-aeef-318e3b92a36b HTTP/1.1" 200 1305 0.010657 10.0.0.242 - - [2026-01-15 02:25:10] "GET /virtual-machine-interface/d7e58830-2960-4dfb-95f7-22a98f7a7b86 HTTP/1.1" 200 3005 0.005806 10.0.0.242 - - [2026-01-15 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.242 - - [2026-01-15 02:25:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003902 10.0.0.242 - - [2026-01-15 02:25:10] "GET /virtual-networks?parent_id=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.008589 10.0.0.242 - - [2026-01-15 02:25:11] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006144 10.0.0.242 - - [2026-01-15 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.242 - - [2026-01-15 02:25:14] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005324 10.0.0.242 - - [2026-01-15 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.242 - - [2026-01-15 02:25:18] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007118 10.0.0.242 - - [2026-01-15 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.242 - - [2026-01-15 02:25:22] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005137 10.0.0.242 - - [2026-01-15 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.242 - - [2026-01-15 02:25:26] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005070 10.0.0.242 - - [2026-01-15 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.242 - - [2026-01-15 02:25:28] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003982 10.0.0.242 - - [2026-01-15 02:25:28] "GET /virtual-networks?parent_id=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002512 10.0.0.242 - - [2026-01-15 02:25:28] "GET /virtual-network/76d1bc85-d329-45ee-b6d7-b4527271647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006548 10.0.0.242 - - [2026-01-15 02:25:33] "POST /neutron/port HTTP/1.1" 200 1135 0.019532 10.0.0.242 - - [2026-01-15 02:25:35] "POST /neutron/port HTTP/1.1" 200 1136 0.019765 10.0.0.242 - - [2026-01-15 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.008832 10.0.0.242 - - [2026-01-15 02:25:36] "POST /neutron/port HTTP/1.1" 200 1135 0.016817 10.0.0.242 - - [2026-01-15 02:25:38] "POST /neutron/port HTTP/1.1" 200 1135 0.017513 10.0.0.242 - - [2026-01-15 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.010403 10.0.0.242 - - [2026-01-15 02:25:38] "POST /neutron/port HTTP/1.1" 200 1135 0.017096 10.0.0.242 - - [2026-01-15 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007394 10.0.0.242 - - [2026-01-15 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.242 - - [2026-01-15 02:25:48] "GET /routing-instance/8ed6407b-5fc8-4cfb-a831-ee614a80e301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004542 10.0.0.242 - - [2026-01-15 02:25:49] "GET /route-target/63f780af-5fae-4ee4-8c47-0e8c72c54488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007373 10.0.0.242 - - [2026-01-15 02:26:28] "POST /neutron/floatingip HTTP/1.1" 200 529 0.029736 10.0.0.242 - - [2026-01-15 02:26:28] "GET /floating-ip-pool/ee367e08-17d0-4304-a44b-32e291822af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004102 10.0.0.242 - - [2026-01-15 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.019031 10.0.0.242 - - [2026-01-15 02:26:28] "DELETE /floating-ip-pool/ee367e08-17d0-4304-a44b-32e291822af8 HTTP/1.1" 200 115 0.035141 10.0.0.242 - - [2026-01-15 02:26:28] "POST /neutron/network HTTP/1.1" 200 838 0.010871 10.0.0.242 - - [2026-01-15 02:26:28] "POST /neutron/port HTTP/1.1" 200 1135 0.020892 10.0.0.242 - - [2026-01-15 02:26:29] "POST /neutron/port HTTP/1.1" 200 151 0.239783 10.0.0.73 - - [2026-01-15 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.070675 10.0.0.73 - - [2026-01-15 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.242 - - [2026-01-15 02:26:30] "POST /neutron/network HTTP/1.1" 200 151 0.190482 10.0.0.73 - - [2026-01-15 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.042600 10.0.0.73 - - [2026-01-15 02:26:32] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.242 - - [2026-01-15 02:26:32] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083471 10.0.0.73 - - [2026-01-15 02:26:32] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.242 - - [2026-01-15 02:26:32] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?fields=virtual_networks HTTP/1.1" 200 1056 0.044791 10.0.0.73 - - [2026-01-15 02:26:32] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.242 - - [2026-01-15 02:26:32] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.050289 10.0.0.73 - - [2026-01-15 02:26:32] "GET /projects?obj_uuids=a9b9d3b4-235d-4015-8196-8f4360efb345&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.242 - - [2026-01-15 02:26:32] "GET /project/a9b9d3b4-235d-4015-8196-8f4360efb345?fields=security_groups HTTP/1.1" 200 1294 0.079295 10.0.0.242 - - [2026-01-15 02:26:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.030085 10.0.0.73 - - [2026-01-15 02:26:33] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003377 10.0.0.73 - - [2026-01-15 02:26:34] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001997 10.0.0.73 - - [2026-01-15 02:26:34] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042794 10.0.0.73 - - [2026-01-15 02:26:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.006451 10.0.0.73 - - [2026-01-15 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.008183 10.0.0.73 - - [2026-01-15 02:26:34] "POST /security-groups HTTP/1.1" 200 591 0.030940 10.0.0.73 - - [2026-01-15 02:26:34] "POST /projects HTTP/1.1" 200 585 0.278673 10.0.0.73 - - [2026-01-15 02:26:34] "POST /access-control-lists HTTP/1.1" 200 596 0.029430 10.0.0.73 - - [2026-01-15 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.359529 10.0.0.242 - - [2026-01-15 02:26:34] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.540211 10.0.0.242 - - [2026-01-15 02:26:35] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.73 - - [2026-01-15 02:26:36] "DELETE /access-control-list/24aa99ea-3fc4-4d55-8494-75a3f29d9642 HTTP/1.1" 200 115 0.038587 10.0.0.73 - - [2026-01-15 02:26:38] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.242 - - [2026-01-15 02:26:38] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034572 10.0.0.73 - - [2026-01-15 02:26:38] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002335 10.0.0.242 - - [2026-01-15 02:26:38] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?fields=virtual_networks HTTP/1.1" 200 1032 0.044881 10.0.0.73 - - [2026-01-15 02:26:39] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.242 - - [2026-01-15 02:26:39] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039328 10.0.0.73 - - [2026-01-15 02:26:39] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.242 - - [2026-01-15 02:26:39] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?fields=security_groups HTTP/1.1" 200 1258 0.042770 10.0.0.242 - - [2026-01-15 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.030903 10.0.0.73 - - [2026-01-15 02:26:40] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002935 10.0.0.73 - - [2026-01-15 02:26:40] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.73 - - [2026-01-15 02:26:40] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007096 10.0.0.73 - - [2026-01-15 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001598 10.0.0.73 - - [2026-01-15 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.007826 10.0.0.73 - - [2026-01-15 02:26:40] "POST /security-groups HTTP/1.1" 200 586 0.035015 10.0.0.73 - - [2026-01-15 02:26:40] "POST /projects HTTP/1.1" 200 575 0.230501 10.0.0.73 - - [2026-01-15 02:26:40] "POST /access-control-lists HTTP/1.1" 200 591 0.028508 10.0.0.73 - - [2026-01-15 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.303952 10.0.0.242 - - [2026-01-15 02:26:40] "GET /project/023a0614-6b19-494a-9654-301827961b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.450059 10.0.0.242 - - [2026-01-15 02:26:41] "GET / HTTP/1.1" 200 35931 0.001666 10.0.0.73 - - [2026-01-15 02:26:47] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001175 10.0.0.242 - - [2026-01-15 02:26:47] "GET /project/023a0614-6b19-494a-9654-301827961b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041857 10.0.0.73 - - [2026-01-15 02:26:47] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.242 - - [2026-01-15 02:26:47] "GET /project/023a0614-6b19-494a-9654-301827961b6c?fields=virtual_networks HTTP/1.1" 200 1021 0.047096 10.0.0.73 - - [2026-01-15 02:26:47] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001414 10.0.0.242 - - [2026-01-15 02:26:47] "GET /project/023a0614-6b19-494a-9654-301827961b6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.035366 10.0.0.73 - - [2026-01-15 02:26:47] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.242 - - [2026-01-15 02:26:47] "GET /project/023a0614-6b19-494a-9654-301827961b6c?fields=security_groups HTTP/1.1" 200 1242 0.045880 10.0.0.242 - - [2026-01-15 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.044304 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002297 10.0.0.73 - - [2026-01-15 02:26:49] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.73 - - [2026-01-15 02:26:49] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006639 10.0.0.73 - - [2026-01-15 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 189 0.001816 10.0.0.73 - - [2026-01-15 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.007108 10.0.0.73 - - [2026-01-15 02:26:49] "POST /security-groups HTTP/1.1" 200 590 0.026229 10.0.0.73 - - [2026-01-15 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.004086 10.0.0.73 - - [2026-01-15 02:26:49] "POST /projects HTTP/1.1" 200 583 0.237662 10.0.0.73 - - [2026-01-15 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.316079 10.0.0.73 - - [2026-01-15 02:26:49] "POST /access-control-lists HTTP/1.1" 200 593 0.027845 10.0.0.242 - - [2026-01-15 02:26:49] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.464782 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /project/a9b9d3b4-235d-4015-8196-8f4360efb345 HTTP/1.1" 404 177 0.008948 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /project/023a06146b19494a9654301827961b6c HTTP/1.1" 404 173 0.008322 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000777 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000777 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /project/ab95f4e2e32d4e3d969b44eb40464c9a HTTP/1.1" 404 173 0.013642 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /project/7563dce960d743d8aba0daa6367c4d92 HTTP/1.1" 404 173 0.012703 10.0.0.73 - - [2026-01-15 02:26:49] "GET /project/023a0614-6b19-494a-9654-301827961b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.045163 10.0.0.73 - - [2026-01-15 02:26:49] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.058062 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.73 - - [2026-01-15 02:26:49] "GET /project/023a0614-6b19-494a-9654-301827961b6c?fields=security_groups HTTP/1.1" 200 1347 0.076966 10.0.0.73 - - [2026-01-15 02:26:49] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?fields=security_groups HTTP/1.1" 200 1363 0.068313 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /security-group/6205c0b8-612a-4ba4-b6d5-f99639b2efe0 HTTP/1.1" 200 115 0.067896 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=7563dce9-60d7-43d8-aba0-daa6367c4d92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /security-group/1b6c8dbf-94d8-490f-a616-fc4a5f9eac50 HTTP/1.1" 200 115 0.083423 10.0.0.73 - - [2026-01-15 02:26:49] "GET /projects?obj_uuids=023a0614-6b19-494a-9654-301827961b6c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001721 10.0.0.73 - - [2026-01-15 02:26:49] "GET /project/7563dce9-60d7-43d8-aba0-daa6367c4d92?fields=application_policy_sets HTTP/1.1" 200 1402 0.067484 10.0.0.73 - - [2026-01-15 02:26:49] "GET /project/023a0614-6b19-494a-9654-301827961b6c?fields=application_policy_sets HTTP/1.1" 200 1386 0.112435 10.0.0.73 - - [2026-01-15 02:26:49] "DELETE /access-control-list/93100f5c-3cf1-4de6-a24e-572d57add268 HTTP/1.1" 200 115 0.049982 10.0.0.73 - - [2026-01-15 02:26:50] "DELETE /project/7563dce9-60d7-43d8-aba0-daa6367c4d92 HTTP/1.1" 200 115 0.543733 10.0.0.73 - - [2026-01-15 02:26:50] "DELETE /project/023a0614-6b19-494a-9654-301827961b6c HTTP/1.1" 200 115 0.581553 10.0.0.242 - - [2026-01-15 02:26:51] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.73 - - [2026-01-15 02:26:54] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000876 10.0.0.242 - - [2026-01-15 02:26:54] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.043940 10.0.0.73 - - [2026-01-15 02:26:54] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001271 10.0.0.242 - - [2026-01-15 02:26:54] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?fields=virtual_networks HTTP/1.1" 200 1031 0.054378 10.0.0.73 - - [2026-01-15 02:26:54] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001134 10.0.0.242 - - [2026-01-15 02:26:54] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043828 10.0.0.73 - - [2026-01-15 02:26:54] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000857 10.0.0.242 - - [2026-01-15 02:26:54] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?fields=security_groups HTTP/1.1" 200 1256 0.052176 10.0.0.242 - - [2026-01-15 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.031357 10.0.0.73 - - [2026-01-15 02:26:55] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003383 10.0.0.73 - - [2026-01-15 02:26:55] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.73 - - [2026-01-15 02:26:55] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006425 10.0.0.73 - - [2026-01-15 02:26:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.001342 10.0.0.73 - - [2026-01-15 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.005436 10.0.0.73 - - [2026-01-15 02:26:56] "POST /security-groups HTTP/1.1" 200 591 0.078020 10.0.0.73 - - [2026-01-15 02:26:56] "POST /projects HTTP/1.1" 200 585 0.294369 10.0.0.73 - - [2026-01-15 02:26:56] "POST /access-control-lists HTTP/1.1" 200 596 0.030317 10.0.0.73 - - [2026-01-15 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.367003 10.0.0.242 - - [2026-01-15 02:26:56] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.498890 10.0.0.242 - - [2026-01-15 02:26:57] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.73 - - [2026-01-15 02:27:00] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.242 - - [2026-01-15 02:27:00] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050705 10.0.0.73 - - [2026-01-15 02:27:00] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.242 - - [2026-01-15 02:27:00] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?fields=virtual_networks HTTP/1.1" 200 1032 0.156630 10.0.0.73 - - [2026-01-15 02:27:01] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.242 - - [2026-01-15 02:27:01] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047782 10.0.0.73 - - [2026-01-15 02:27:01] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.242 - - [2026-01-15 02:27:01] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?fields=security_groups HTTP/1.1" 200 1258 0.042848 10.0.0.242 - - [2026-01-15 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.030668 10.0.0.73 - - [2026-01-15 02:27:02] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002550 10.0.0.73 - - [2026-01-15 02:27:02] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.73 - - [2026-01-15 02:27:02] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006408 10.0.0.73 - - [2026-01-15 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 194 0.005384 10.0.0.73 - - [2026-01-15 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.009071 10.0.0.73 - - [2026-01-15 02:27:02] "POST /security-groups HTTP/1.1" 200 595 0.079126 10.0.0.73 - - [2026-01-15 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 238 0.005787 10.0.0.73 - - [2026-01-15 02:27:02] "POST /projects HTTP/1.1" 200 593 0.303822 10.0.0.73 - - [2026-01-15 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.380630 10.0.0.73 - - [2026-01-15 02:27:02] "POST /access-control-lists HTTP/1.1" 200 598 0.038902 10.0.0.242 - - [2026-01-15 02:27:02] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.533165 10.0.0.242 - - [2026-01-15 02:27:04] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.73 - - [2026-01-15 02:27:07] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000870 10.0.0.242 - - [2026-01-15 02:27:07] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042979 10.0.0.73 - - [2026-01-15 02:27:07] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000880 10.0.0.242 - - [2026-01-15 02:27:07] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?fields=virtual_networks HTTP/1.1" 200 1040 0.062811 10.0.0.73 - - [2026-01-15 02:27:07] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917 10.0.0.242 - - [2026-01-15 02:27:07] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044861 10.0.0.73 - - [2026-01-15 02:27:07] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000851 10.0.0.242 - - [2026-01-15 02:27:07] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?fields=security_groups HTTP/1.1" 200 1270 0.040670 10.0.0.242 - - [2026-01-15 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.034865 10.0.0.73 - - [2026-01-15 02:27:08] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003364 10.0.0.73 - - [2026-01-15 02:27:08] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.73 - - [2026-01-15 02:27:08] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015431 10.0.0.73 - - [2026-01-15 02:27:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.007506 10.0.0.73 - - [2026-01-15 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.007858 10.0.0.73 - - [2026-01-15 02:27:08] "POST /security-groups HTTP/1.1" 200 586 0.073468 10.0.0.73 - - [2026-01-15 02:27:09] "POST /projects HTTP/1.1" 200 575 0.288166 10.0.0.73 - - [2026-01-15 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.011127 10.0.0.73 - - [2026-01-15 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.366505 10.0.0.242 - - [2026-01-15 02:27:09] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.530674 10.0.0.242 - - [2026-01-15 02:27:10] "GET / HTTP/1.1" 200 35931 0.001268 10.0.0.242 - - [2026-01-15 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003975 10.0.0.73 - - [2026-01-15 02:27:11] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000832 10.0.0.73 - - [2026-01-15 02:27:11] "POST /access-control-lists HTTP/1.1" 200 590 0.030196 10.0.0.73 - - [2026-01-15 02:27:11] "PUT /access-control-list/11135776-17d0-4610-aff2-634a5421e6c4 HTTP/1.1" 200 272 0.012283 10.0.0.242 - - [2026-01-15 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 1364 0.484439 10.0.0.242 - - [2026-01-15 02:27:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181405 10.0.0.73 - - [2026-01-15 02:27:12] "PUT /access-control-list/a2a55f5e-cc57-467e-9169-001d7ec8c562 HTTP/1.1" 200 272 0.016532 10.0.0.242 - - [2026-01-15 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.002794 10.0.0.73 - - [2026-01-15 02:27:12] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000938 10.0.0.73 - - [2026-01-15 02:27:12] "POST /access-control-lists HTTP/1.1" 200 590 0.045525 10.0.0.73 - - [2026-01-15 02:27:12] "PUT /access-control-list/ed76c146-77a5-44e2-a2b2-b18fb79176b9 HTTP/1.1" 200 272 0.022394 10.0.0.242 - - [2026-01-15 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 1364 0.380761 10.0.0.242 - - [2026-01-15 02:27:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.180238 10.0.0.73 - - [2026-01-15 02:27:13] "PUT /access-control-list/2c794340-034a-480b-9c51-282b25fc1997 HTTP/1.1" 200 272 0.031797 10.0.0.242 - - [2026-01-15 02:27:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.242 - - [2026-01-15 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 210 0.037422 10.0.0.73 - - [2026-01-15 02:27:13] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.73 - - [2026-01-15 02:27:14] "POST /access-control-lists HTTP/1.1" 200 607 0.025229 10.0.0.73 - - [2026-01-15 02:27:14] "PUT /access-control-list/16251b70-baa4-4456-954a-b8080c6d7ac0 HTTP/1.1" 200 272 0.012587 10.0.0.242 - - [2026-01-15 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 1379 0.466446 10.0.0.242 - - [2026-01-15 02:27:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.187358 10.0.0.73 - - [2026-01-15 02:27:14] "PUT /access-control-list/d1cf022f-90d3-4546-8373-ddd71d841d55 HTTP/1.1" 200 272 0.024310 10.0.0.242 - - [2026-01-15 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.003255 10.0.0.73 - - [2026-01-15 02:27:14] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.73 - - [2026-01-15 02:27:15] "POST /access-control-lists HTTP/1.1" 200 607 0.033930 10.0.0.73 - - [2026-01-15 02:27:15] "PUT /access-control-list/2255d4bd-d963-4324-93bf-d71669ddcfb4 HTTP/1.1" 200 272 0.014865 10.0.0.242 - - [2026-01-15 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 1379 0.414103 10.0.0.242 - - [2026-01-15 02:27:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129456 10.0.0.73 - - [2026-01-15 02:27:15] "PUT /access-control-list/e7786a7c-95c5-413b-97ab-1fcac7ff7e06 HTTP/1.1" 200 272 0.012079 10.0.0.73 - - [2026-01-15 02:27:17] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001976 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.088618 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.004353 10.0.0.73 - - [2026-01-15 02:27:17] "PUT /logical-router/3169960e-a8de-4afd-9718-71d063c8aac2 HTTP/1.1" 200 262 0.040060 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.006246 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.005028 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.004812 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.004042 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003931 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003582 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003920 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.004421 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.004532 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.027370 10.0.0.242 - - [2026-01-15 02:27:17] "POST /neutron/router HTTP/1.1" 200 542 0.004744 10.0.0.33 - - [2026-01-15 02:27:18] "GET /logical-router/3169960e-a8de-4afd-9718-71d063c8aac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.058492 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.006740 10.0.0.73 - - [2026-01-15 02:27:18] "POST /route-targets HTTP/1.1" 200 327 0.012939 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.008525 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.006131 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003894 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.004763 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003691 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003872 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.004064 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.004081 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003583 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.004006 10.0.0.242 - - [2026-01-15 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.006861 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 151 0.077005 10.0.0.73 - - [2026-01-15 02:27:19] "DELETE /route-target/5cb9fd1c-f425-4f09-913e-9ccf05cde5a8 HTTP/1.1" 200 115 0.040565 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.009946 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.008332 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003875 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003700 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003581 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.004730 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003704 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003930 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.004444 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003924 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.003638 10.0.0.242 - - [2026-01-15 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.023339 10.0.0.73 - - [2026-01-15 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.242 - - [2026-01-15 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 521 0.005514 10.0.0.73 - - [2026-01-15 02:27:20] "DELETE /access-control-list/e7786a7c-95c5-413b-97ab-1fcac7ff7e06 HTTP/1.1" 200 115 0.031095 10.0.0.242 - - [2026-01-15 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.055469 10.0.0.242 - - [2026-01-15 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 506 0.002840 10.0.0.73 - - [2026-01-15 02:27:20] "DELETE /access-control-list/ed76c146-77a5-44e2-a2b2-b18fb79176b9 HTTP/1.1" 200 115 0.029022 10.0.0.73 - - [2026-01-15 02:27:20] "DELETE /access-control-list/a2a55f5e-cc57-467e-9169-001d7ec8c562 HTTP/1.1" 200 115 0.036945 10.0.0.73 - - [2026-01-15 02:27:21] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.242 - - [2026-01-15 02:27:21] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.039818 10.0.0.73 - - [2026-01-15 02:27:21] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.242 - - [2026-01-15 02:27:21] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?fields=virtual_networks HTTP/1.1" 200 1022 0.047997 10.0.0.73 - - [2026-01-15 02:27:21] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.242 - - [2026-01-15 02:27:22] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042693 10.0.0.73 - - [2026-01-15 02:27:22] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.242 - - [2026-01-15 02:27:22] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?fields=security_groups HTTP/1.1" 200 1243 0.045619 10.0.0.242 - - [2026-01-15 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.040037 10.0.0.73 - - [2026-01-15 02:27:23] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003080 10.0.0.73 - - [2026-01-15 02:27:23] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000837 10.0.0.73 - - [2026-01-15 02:27:23] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006000 10.0.0.73 - - [2026-01-15 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 186 0.003675 10.0.0.73 - - [2026-01-15 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.005648 10.0.0.73 - - [2026-01-15 02:27:23] "POST /security-groups HTTP/1.1" 200 587 0.031528 10.0.0.73 - - [2026-01-15 02:27:23] "POST /projects HTTP/1.1" 200 577 0.239483 10.0.0.73 - - [2026-01-15 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.005827 10.0.0.73 - - [2026-01-15 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.320893 10.0.0.242 - - [2026-01-15 02:27:23] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.468065 10.0.0.242 - - [2026-01-15 02:27:24] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.242 - - [2026-01-15 02:27:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2026-01-15 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.072981 10.0.0.73 - - [2026-01-15 02:27:27] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000829 10.0.0.242 - - [2026-01-15 02:27:27] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039438 10.0.0.73 - - [2026-01-15 02:27:27] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001122 10.0.0.242 - - [2026-01-15 02:27:27] "POST /neutron/network HTTP/1.1" 200 601 0.153962 10.0.0.73 - - [2026-01-15 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.022547 10.0.0.242 - - [2026-01-15 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.003421 10.0.0.242 - - [2026-01-15 02:27:27] "GET /virtual-network/ebdc0b1d-5fc5-4056-b928-36ab16622573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005993 10.0.0.242 - - [2026-01-15 02:27:27] "POST /neutron/network HTTP/1.1" 200 820 0.007379 10.0.0.242 - - [2026-01-15 02:27:27] "GET /virtual-network/ebdc0b1d-5fc5-4056-b928-36ab16622573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005261 10.0.0.242 - - [2026-01-15 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003472 10.0.0.242 - - [2026-01-15 02:27:27] "GET /virtual-network/ebdc0b1d-5fc5-4056-b928-36ab16622573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005782 10.0.0.73 - - [2026-01-15 02:27:27] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.242 - - [2026-01-15 02:27:28] "POST /neutron/port HTTP/1.1" 200 1017 0.263494 10.0.0.242 - - [2026-01-15 02:27:28] "GET /virtual-machine-interface/4da0797d-6e2e-4e12-afb8-2ceede5b8c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004566 10.0.0.242 - - [2026-01-15 02:27:28] "GET /virtual-machine-interface/4da0797d-6e2e-4e12-afb8-2ceede5b8c89?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.009291 10.0.0.242 - - [2026-01-15 02:27:28] "GET /instance-ip/818cc7f9-b50a-4ced-ad1c-288622d34e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004909 10.0.0.242 - - [2026-01-15 02:27:28] "POST /neutron/network HTTP/1.1" 200 820 0.007197 10.0.0.242 - - [2026-01-15 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.73 - - [2026-01-15 02:27:31] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 10.0.0.242 - - [2026-01-15 02:27:31] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051719 10.0.0.73 - - [2026-01-15 02:27:31] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001195 10.0.0.242 - - [2026-01-15 02:27:31] "POST /neutron/network HTTP/1.1" 200 603 0.168533 10.0.0.73 - - [2026-01-15 02:27:31] "POST /route-targets HTTP/1.1" 200 327 0.012701 10.0.0.242 - - [2026-01-15 02:27:32] "POST /neutron/network HTTP/1.1" 200 978 0.010177 10.0.0.242 - - [2026-01-15 02:27:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.001026 10.0.0.242 - - [2026-01-15 02:27:32] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004604 10.0.0.242 - - [2026-01-15 02:27:32] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004834 10.0.0.242 - - [2026-01-15 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.009175 10.0.0.73 - - [2026-01-15 02:27:32] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.242 - - [2026-01-15 02:27:33] "POST /neutron/port HTTP/1.1" 200 1017 0.267218 10.0.0.242 - - [2026-01-15 02:27:33] "POST /id-to-fqname HTTP/1.1" 200 217 0.001915 10.0.0.242 - - [2026-01-15 02:27:33] "POST /neutron/network HTTP/1.1" 200 978 0.039666 10.0.0.242 - - [2026-01-15 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.006861 10.0.0.242 - - [2026-01-15 02:27:33] "POST /id-to-fqname HTTP/1.1" 200 217 0.001740 10.0.0.242 - - [2026-01-15 02:27:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010366 10.0.0.242 - - [2026-01-15 02:27:34] "POST /neutron/port HTTP/1.1" 200 1019 0.024049 10.0.0.242 - - [2026-01-15 02:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.005562 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/port HTTP/1.1" 200 1017 0.013044 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/port HTTP/1.1" 200 1019 0.051162 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/port HTTP/1.1" 200 1109 0.189784 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/port HTTP/1.1" 200 1119 0.033181 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.008683 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.013242 10.0.0.242 - - [2026-01-15 02:27:35] "POST /neutron/network HTTP/1.1" 200 978 0.008617 10.0.0.242 - - [2026-01-15 02:27:38] "POST /neutron/network HTTP/1.1" 200 988 0.007605 10.0.0.242 - - [2026-01-15 02:27:38] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.242 - - [2026-01-15 02:27:39] "POST /neutron/port HTTP/1.1" 200 1119 0.016241 10.0.0.242 - - [2026-01-15 02:27:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.009831 10.0.0.242 - - [2026-01-15 02:27:39] "POST /neutron/port HTTP/1.1" 200 1121 0.019467 10.0.0.242 - - [2026-01-15 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008322 10.0.0.242 - - [2026-01-15 02:27:39] "GET /virtual-machine/a32aa183-bcd1-4cf9-b65c-bfd99e788dbc HTTP/1.1" 401 293 0.000387 10.0.0.242 - - [2026-01-15 02:27:40] "GET /virtual-machine/a32aa183-bcd1-4cf9-b65c-bfd99e788dbc HTTP/1.1" 200 1285 0.034242 10.0.0.242 - - [2026-01-15 02:27:40] "GET /virtual-machine-interface/63b1efd9-f01a-4013-96c4-9e51cb726eeb HTTP/1.1" 200 2924 0.004818 10.0.0.242 - - [2026-01-15 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.242 - - [2026-01-15 02:27:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003128 10.0.0.242 - - [2026-01-15 02:27:40] "GET /virtual-networks?parent_id=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003274 10.0.0.242 - - [2026-01-15 02:27:40] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005618 10.0.0.242 - - [2026-01-15 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.242 - - [2026-01-15 02:27:43] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006680 10.0.0.242 - - [2026-01-15 02:27:44] "POST /neutron/port HTTP/1.1" 200 1121 0.018273 10.0.0.242 - - [2026-01-15 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.242 - - [2026-01-15 02:27:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003702 10.0.0.242 - - [2026-01-15 02:27:45] "GET /virtual-networks?parent_id=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002926 10.0.0.242 - - [2026-01-15 02:27:45] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006123 10.0.0.242 - - [2026-01-15 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006876 10.0.0.242 - - [2026-01-15 02:27:45] "POST /neutron/port HTTP/1.1" 200 1119 0.016860 10.0.0.242 - - [2026-01-15 02:27:45] "GET /virtual-machine/fff224a7-387d-4045-8f05-24451bb3780c HTTP/1.1" 200 1285 0.007493 10.0.0.242 - - [2026-01-15 02:27:45] "GET /virtual-machine-interface/fa9a60cc-75b6-49f1-acbe-5b70070d0000 HTTP/1.1" 200 2925 0.005324 10.0.0.242 - - [2026-01-15 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.242 - - [2026-01-15 02:27:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003859 10.0.0.242 - - [2026-01-15 02:27:45] "GET /virtual-networks?parent_id=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003094 10.0.0.242 - - [2026-01-15 02:27:46] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005360 10.0.0.242 - - [2026-01-15 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007242 10.0.0.242 - - [2026-01-15 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.242 - - [2026-01-15 02:27:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004536 10.0.0.242 - - [2026-01-15 02:27:47] "GET /virtual-networks?parent_id=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003238 10.0.0.242 - - [2026-01-15 02:27:47] "GET /virtual-network/19998e68-0062-4bbb-9b7c-ec60634aee5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006561 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /project/762959aacd674147b01557f2874428ad HTTP/1.1" 404 173 0.011299 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /project/43e8eabf5df84427bc771190509b7f14 HTTP/1.1" 404 173 0.016763 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /project/5dcf2d79319e4792a852288d0c723482 HTTP/1.1" 404 173 0.015927 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /project/73bc601bbf4f4b72932b9b64e6ba48ec HTTP/1.1" 404 173 0.009755 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000767 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000748 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000715 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000839 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.089427 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.099444 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.115764 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000761 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.151588 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000765 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001226 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?fields=security_groups HTTP/1.1" 200 1361 0.070882 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?fields=security_groups HTTP/1.1" 200 1363 0.090532 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?fields=security_groups HTTP/1.1" 200 1348 0.093878 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?fields=security_groups HTTP/1.1" 200 1375 0.118232 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /security-group/d671d21c-738e-4af1-b272-fe3dd47462f3 HTTP/1.1" 200 115 0.131485 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /security-group/a1beee06-2f9e-48c7-b135-02765791e8c6 HTTP/1.1" 200 115 0.121941 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=73bc601b-bf4f-4b72-932b-9b64e6ba48ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=ab95f4e2-e32d-4e3d-969b-44eb40464c9a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001103 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /security-group/8d16c97a-15e8-458e-aeec-10dec53544e4 HTTP/1.1" 200 115 0.161925 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=5dcf2d79-319e-4792-a852-288d0c723482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004462 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /access-control-list/f1c20793-0b86-4e11-8056-586d8a1ebb3e HTTP/1.1" 200 115 0.075556 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec?fields=application_policy_sets HTTP/1.1" 200 1402 0.118201 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /security-group/87de6b3c-ebee-4879-a797-94cddc00ce55 HTTP/1.1" 200 115 0.176891 10.0.0.73 - - [2026-01-15 02:27:50] "GET /projects?obj_uuids=762959aa-cd67-4147-b015-57f2874428ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000798 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a?fields=application_policy_sets HTTP/1.1" 200 1400 0.149887 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/5dcf2d79-319e-4792-a852-288d0c723482?fields=application_policy_sets HTTP/1.1" 200 1387 0.109524 10.0.0.73 - - [2026-01-15 02:27:50] "GET /project/762959aa-cd67-4147-b015-57f2874428ad?fields=application_policy_sets HTTP/1.1" 200 1414 0.149026 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /access-control-list/9e7f1820-895e-4cfa-9b1e-7e58dc5cb7df HTTP/1.1" 200 115 0.100774 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /project/73bc601b-bf4f-4b72-932b-9b64e6ba48ec HTTP/1.1" 200 115 0.790060 10.0.0.73 - - [2026-01-15 02:27:50] "DELETE /project/ab95f4e2-e32d-4e3d-969b-44eb40464c9a HTTP/1.1" 200 115 0.793459 10.0.0.73 - - [2026-01-15 02:27:51] "DELETE /project/5dcf2d79-319e-4792-a852-288d0c723482 HTTP/1.1" 200 115 0.851644 10.0.0.73 - - [2026-01-15 02:27:51] "DELETE /access-control-list/981820b5-642c-440a-aeb1-abda175cfe63 HTTP/1.1" 200 115 0.112679 10.0.0.73 - - [2026-01-15 02:27:51] "DELETE /project/762959aa-cd67-4147-b015-57f2874428ad HTTP/1.1" 200 115 0.977411 10.0.0.242 - - [2026-01-15 02:27:55] "POST /neutron/port HTTP/1.1" 200 1109 0.015389 10.0.0.242 - - [2026-01-15 02:27:56] "POST /neutron/port HTTP/1.1" 200 1111 0.014338 10.0.0.242 - - [2026-01-15 02:27:56] "POST /neutron/network HTTP/1.1" 200 978 0.011342 10.0.0.73 - - [2026-01-15 02:27:57] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.242 - - [2026-01-15 02:27:57] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040221 10.0.0.73 - - [2026-01-15 02:27:57] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000977 10.0.0.242 - - [2026-01-15 02:27:58] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?fields=virtual_networks HTTP/1.1" 200 1024 0.053447 10.0.0.73 - - [2026-01-15 02:27:58] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000865 10.0.0.242 - - [2026-01-15 02:27:58] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.042890 10.0.0.73 - - [2026-01-15 02:27:58] "GET /projects?obj_uuids=43e8eabf-5df8-4427-bc77-1190509b7f14&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000872 10.0.0.242 - - [2026-01-15 02:27:58] "GET /project/43e8eabf-5df8-4427-bc77-1190509b7f14?fields=security_groups HTTP/1.1" 200 1246 0.050045 10.0.0.242 - - [2026-01-15 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.031367 10.0.0.73 - - [2026-01-15 02:27:59] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002489 10.0.0.73 - - [2026-01-15 02:27:59] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.73 - - [2026-01-15 02:27:59] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007249 10.0.0.73 - - [2026-01-15 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.004588 10.0.0.73 - - [2026-01-15 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003724 10.0.0.73 - - [2026-01-15 02:27:59] "POST /security-groups HTTP/1.1" 200 589 0.030036 10.0.0.73 - - [2026-01-15 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.006346 10.0.0.73 - - [2026-01-15 02:27:59] "POST /projects HTTP/1.1" 200 581 0.231528 10.0.0.73 - - [2026-01-15 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.307964 10.0.0.73 - - [2026-01-15 02:27:59] "POST /access-control-lists HTTP/1.1" 200 592 0.029011 10.0.0.242 - - [2026-01-15 02:27:59] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.449246 10.0.0.73 - - [2026-01-15 02:28:00] "GET /obj-perms HTTP/1.1" 200 5075 0.121425 10.0.0.242 - - [2026-01-15 02:28:01] "POST /neutron/port HTTP/1.1" 200 117 0.006204 10.0.0.242 - - [2026-01-15 02:28:02] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.242 - - [2026-01-15 02:28:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.242 - - [2026-01-15 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.035975 10.0.0.73 - - [2026-01-15 02:28:04] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.242 - - [2026-01-15 02:28:04] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045298 10.0.0.242 - - [2026-01-15 02:28:04] "POST /neutron/network HTTP/1.1" 200 117 0.043007 10.0.0.242 - - [2026-01-15 02:28:04] "POST /neutron/network HTTP/1.1" 200 822 0.008565 10.0.0.242 - - [2026-01-15 02:28:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001263 10.0.0.242 - - [2026-01-15 02:28:04] "GET /virtual-network/046ff93b-53a2-495f-a3bd-9c5d449c8e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004614 10.0.0.242 - - [2026-01-15 02:28:04] "GET /virtual-network/046ff93b-53a2-495f-a3bd-9c5d449c8e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006234 10.0.0.242 - - [2026-01-15 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.009740 10.0.0.242 - - [2026-01-15 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.73 - - [2026-01-15 02:28:05] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.242 - - [2026-01-15 02:28:05] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047807 10.0.0.73 - - [2026-01-15 02:28:05] "POST /route-targets HTTP/1.1" 200 327 0.019710 10.0.0.73 - - [2026-01-15 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007833 10.0.0.242 - - [2026-01-15 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.218829 10.0.0.242 - - [2026-01-15 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001132 10.0.0.242 - - [2026-01-15 02:28:05] "GET /virtual-network/4a42a9e7-03f0-4354-a784-6d86cf269b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005157 10.0.0.242 - - [2026-01-15 02:28:05] "GET /virtual-network/4a42a9e7-03f0-4354-a784-6d86cf269b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008469 10.0.0.242 - - [2026-01-15 02:28:05] "POST /neutron/network HTTP/1.1" 200 825 0.005841 10.0.0.242 - - [2026-01-15 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001098 10.0.0.73 - - [2026-01-15 02:28:06] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.242 - - [2026-01-15 02:28:06] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.073524 10.0.0.242 - - [2026-01-15 02:28:06] "POST /neutron/network HTTP/1.1" 200 822 0.008173 10.0.0.242 - - [2026-01-15 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001186 10.0.0.242 - - [2026-01-15 02:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.005556 10.0.0.73 - - [2026-01-15 02:28:07] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.242 - - [2026-01-15 02:28:07] "POST /neutron/port HTTP/1.1" 200 1056 0.332918 10.0.0.242 - - [2026-01-15 02:28:07] "POST /neutron/port HTTP/1.1" 200 1110 0.120117 10.0.0.242 - - [2026-01-15 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.008106 10.0.0.73 - - [2026-01-15 02:28:08] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.242 - - [2026-01-15 02:28:08] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.111678 10.0.0.242 - - [2026-01-15 02:28:08] "POST /neutron/network HTTP/1.1" 200 825 0.006435 10.0.0.242 - - [2026-01-15 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.005618 10.0.0.73 - - [2026-01-15 02:28:08] "PUT /logical-router/069f7060-cca2-437d-924c-581cd5dfc8e6 HTTP/1.1" 200 262 0.032422 10.0.0.73 - - [2026-01-15 02:28:08] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003449 10.0.0.242 - - [2026-01-15 02:28:09] "POST /neutron/router HTTP/1.1" 200 344 0.327757 10.0.0.242 - - [2026-01-15 02:28:09] "POST /neutron/network HTTP/1.1" 200 835 0.006035 10.0.0.242 - - [2026-01-15 02:28:10] "POST /neutron/port HTTP/1.1" 200 1059 0.052159 10.0.0.242 - - [2026-01-15 02:28:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009595 10.0.0.242 - - [2026-01-15 02:28:10] "POST /neutron/network HTTP/1.1" 200 825 0.006415 10.0.0.242 - - [2026-01-15 02:28:14] "POST /neutron/port HTTP/1.1" 200 1120 0.016515 10.0.0.242 - - [2026-01-15 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008487 10.0.0.242 - - [2026-01-15 02:28:14] "GET /virtual-machine/90ea932d-ca51-4ee9-ab34-1f7a8ea780ce HTTP/1.1" 401 293 0.000342 10.0.0.242 - - [2026-01-15 02:28:15] "GET /virtual-machine/90ea932d-ca51-4ee9-ab34-1f7a8ea780ce HTTP/1.1" 200 1291 0.037811 10.0.0.242 - - [2026-01-15 02:28:15] "GET /virtual-machine-interface/dc8cb598-4d60-42cd-8be5-515148cde61e HTTP/1.1" 200 2935 0.004929 10.0.0.242 - - [2026-01-15 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.242 - - [2026-01-15 02:28:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003443 10.0.0.242 - - [2026-01-15 02:28:15] "GET /virtual-networks?parent_id=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002887 10.0.0.242 - - [2026-01-15 02:28:15] "GET /virtual-network/046ff93b-53a2-495f-a3bd-9c5d449c8e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.011916 10.0.0.242 - - [2026-01-15 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.242 - - [2026-01-15 02:28:18] "GET /virtual-network/046ff93b-53a2-495f-a3bd-9c5d449c8e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007066 10.0.0.242 - - [2026-01-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.242 - - [2026-01-15 02:28:20] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003169 10.0.0.242 - - [2026-01-15 02:28:20] "GET /virtual-networks?parent_id=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002867 10.0.0.242 - - [2026-01-15 02:28:20] "GET /virtual-network/046ff93b-53a2-495f-a3bd-9c5d449c8e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005511 10.0.0.242 - - [2026-01-15 02:28:20] "POST /neutron/port HTTP/1.1" 200 1120 0.020819 10.0.0.242 - - [2026-01-15 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007250 10.0.0.242 - - [2026-01-15 02:28:25] "POST /neutron/port HTTP/1.1" 200 1123 0.020411 10.0.0.242 - - [2026-01-15 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007026 10.0.0.242 - - [2026-01-15 02:28:26] "GET /virtual-machine/75dc1cdf-38ac-49c8-8759-8d151f2fff4d HTTP/1.1" 200 1289 0.005564 10.0.0.242 - - [2026-01-15 02:28:26] "GET /virtual-machine-interface/21a83f25-f34d-4f18-aff6-a5d8c0b7de0b HTTP/1.1" 200 2934 0.004454 10.0.0.242 - - [2026-01-15 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.242 - - [2026-01-15 02:28:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004049 10.0.0.242 - - [2026-01-15 02:28:26] "GET /virtual-networks?parent_id=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002396 10.0.0.242 - - [2026-01-15 02:28:26] "GET /virtual-network/4a42a9e7-03f0-4354-a784-6d86cf269b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006249 10.0.0.242 - - [2026-01-15 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.242 - - [2026-01-15 02:28:27] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003274 10.0.0.242 - - [2026-01-15 02:28:27] "GET /virtual-networks?parent_id=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003127 10.0.0.242 - - [2026-01-15 02:28:27] "GET /virtual-network/4a42a9e7-03f0-4354-a784-6d86cf269b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005476 10.0.0.242 - - [2026-01-15 02:28:31] "POST /neutron/port HTTP/1.1" 200 1919 0.037801 10.0.0.73 - - [2026-01-15 02:28:37] "DELETE /access-control-list/aed3edcc-6afa-4522-8ffc-9d66903a9a14 HTTP/1.1" 200 115 0.037077 10.0.0.242 - - [2026-01-15 02:28:39] "POST /neutron/port HTTP/1.1" 200 1123 0.019460 10.0.0.242 - - [2026-01-15 02:28:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003717 10.0.0.242 - - [2026-01-15 02:28:39] "POST /neutron/network HTTP/1.1" 200 825 0.006240 10.0.0.242 - - [2026-01-15 02:28:40] "POST /neutron/network HTTP/1.1" 200 832 0.006665 10.0.0.242 - - [2026-01-15 02:28:40] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.73 - - [2026-01-15 02:28:41] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.242 - - [2026-01-15 02:28:42] "POST /neutron/router HTTP/1.1" 200 344 0.346988 10.0.0.73 - - [2026-01-15 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.019649 10.0.0.242 - - [2026-01-15 02:28:44] "POST /neutron/router HTTP/1.1" 200 580 0.006466 10.0.0.242 - - [2026-01-15 02:28:45] "POST /neutron/router HTTP/1.1" 200 151 0.081213 10.0.0.73 - - [2026-01-15 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009101 10.0.0.33 - - [2026-01-15 02:28:45] "GET /logical-router/069f7060-cca2-437d-924c-581cd5dfc8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.075205 10.0.0.242 - - [2026-01-15 02:28:45] "POST /neutron/port HTTP/1.1" 200 1123 0.016525 10.0.0.242 - - [2026-01-15 02:28:45] "POST /neutron/port HTTP/1.1" 200 1120 0.039559 10.0.0.242 - - [2026-01-15 02:28:47] "POST /neutron/network HTTP/1.1" 200 825 0.006471 10.0.0.73 - - [2026-01-15 02:28:47] "DELETE /route-target/5b8edfcf-a5f7-4a02-8fb8-3e7ee35df420 HTTP/1.1" 200 115 0.021676 10.0.0.73 - - [2026-01-15 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003209 10.0.0.73 - - [2026-01-15 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.242 - - [2026-01-15 02:28:47] "POST /neutron/network HTTP/1.1" 200 151 0.109544 10.0.0.33 - - [2026-01-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.33 - - [2026-01-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.73 - - [2026-01-15 02:28:48] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.73 - - [2026-01-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000271 10.0.0.242 - - [2026-01-15 02:28:49] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052686 10.0.0.73 - - [2026-01-15 02:28:49] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.73 - - [2026-01-15 02:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.242 - - [2026-01-15 02:28:49] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?fields=virtual_networks HTTP/1.1" 200 1028 0.056614 10.0.0.73 - - [2026-01-15 02:28:49] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.242 - - [2026-01-15 02:28:49] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.044621 10.0.0.73 - - [2026-01-15 02:28:49] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001562 10.0.0.242 - - [2026-01-15 02:28:49] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?fields=security_groups HTTP/1.1" 200 1252 0.062578 10.0.0.33 - - [2026-01-15 02:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.33 - - [2026-01-15 02:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.242 - - [2026-01-15 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.032969 10.0.0.73 - - [2026-01-15 02:28:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.73 - - [2026-01-15 02:28:50] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003210 10.0.0.73 - - [2026-01-15 02:28:50] "GET /global-system-configs HTTP/1.1" 401 293 0.001331 10.0.0.73 - - [2026-01-15 02:28:50] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.73 - - [2026-01-15 02:28:50] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007314 10.0.0.73 - - [2026-01-15 02:28:50] "POST /id-to-fqname HTTP/1.1" 200 193 0.005251 10.0.0.73 - - [2026-01-15 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002839 10.0.0.73 - - [2026-01-15 02:28:50] "POST /security-groups HTTP/1.1" 200 594 0.078889 10.0.0.73 - - [2026-01-15 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 237 0.008281 10.0.0.73 - - [2026-01-15 02:28:50] "POST /projects HTTP/1.1" 200 591 0.287503 10.0.0.73 - - [2026-01-15 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.323167 10.0.0.242 - - [2026-01-15 02:28:50] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.548701 10.0.0.73 - - [2026-01-15 02:28:51] "POST /access-control-lists HTTP/1.1" 200 597 0.060280 10.0.0.242 - - [2026-01-15 02:28:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.73 - - [2026-01-15 02:28:51] "DELETE /project/43e8eabf-5df8-4427-bc77-1190509b7f14 HTTP/1.1" 404 177 0.005005 10.0.0.73 - - [2026-01-15 02:28:51] "DELETE /project/a74aeb4a8fc149fab77c29ee8c0e8e5e HTTP/1.1" 404 173 0.006693 10.0.0.73 - - [2026-01-15 02:28:51] "DELETE /project/4a959c473d84412c8c76707d4152e380 HTTP/1.1" 404 173 0.004635 10.0.0.73 - - [2026-01-15 02:28:51] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.73 - - [2026-01-15 02:28:51] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.043916 10.0.0.73 - - [2026-01-15 02:28:51] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.242 - - [2026-01-15 02:28:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.73 - - [2026-01-15 02:28:51] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?fields=security_groups HTTP/1.1" 200 1357 0.044888 10.0.0.73 - - [2026-01-15 02:28:51] "DELETE /security-group/fc53c7fe-25e3-4332-b2a8-a3ffef3ae7b3 HTTP/1.1" 200 115 0.058942 10.0.0.73 - - [2026-01-15 02:28:51] "GET /projects?obj_uuids=4a959c47-3d84-412c-8c76-707d4152e380&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.73 - - [2026-01-15 02:28:51] "GET /project/4a959c47-3d84-412c-8c76-707d4152e380?fields=application_policy_sets HTTP/1.1" 200 1396 0.042480 10.0.0.73 - - [2026-01-15 02:28:51] "DELETE /project/4a959c47-3d84-412c-8c76-707d4152e380 HTTP/1.1" 200 115 0.415416 10.0.0.242 - - [2026-01-15 02:28:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.242 - - [2026-01-15 02:28:52] "GET / HTTP/1.1" 200 35931 0.001775 10.0.0.242 - - [2026-01-15 02:28:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.242 - - [2026-01-15 02:28:55] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000390 10.0.0.73 - - [2026-01-15 02:28:55] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000925 10.0.0.242 - - [2026-01-15 02:28:55] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.072097 10.0.0.242 - - [2026-01-15 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2026-01-15 02:28:55] "GET /security-group/359a8cbb-bc10-42dd-86cb-c73cf0d8be5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.007313 10.0.0.242 - - [2026-01-15 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.73 - - [2026-01-15 02:28:55] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000901 10.0.0.242 - - [2026-01-15 02:28:55] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032729 10.0.0.242 - - [2026-01-15 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.242 - - [2026-01-15 02:28:55] "GET /security-group/359a8cbb-bc10-42dd-86cb-c73cf0d8be5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004406 10.0.0.242 - - [2026-01-15 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2026-01-15 02:28:55] "PUT /security-group/359a8cbb-bc10-42dd-86cb-c73cf0d8be5d HTTP/1.1" 200 262 0.019016 10.0.0.73 - - [2026-01-15 02:28:55] "PUT /access-control-list/9b710d67-456c-4483-a47c-92437ae282f7 HTTP/1.1" 200 272 0.014082 10.0.0.242 - - [2026-01-15 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.005859 10.0.0.242 - - [2026-01-15 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.73 - - [2026-01-15 02:28:55] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.242 - - [2026-01-15 02:28:55] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.042882 10.0.0.73 - - [2026-01-15 02:28:56] "POST /ref-update HTTP/1.1" 200 156 0.026163 10.0.0.73 - - [2026-01-15 02:28:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.242 - - [2026-01-15 02:28:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.260905 10.0.0.242 - - [2026-01-15 02:28:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001214 10.0.0.242 - - [2026-01-15 02:28:56] "GET /virtual-network/eea8efbf-6c13-41db-9cd6-9fd65de0dc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006331 10.0.0.242 - - [2026-01-15 02:28:56] "GET /virtual-network/eea8efbf-6c13-41db-9cd6-9fd65de0dc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005447 10.0.0.242 - - [2026-01-15 02:28:56] "POST /neutron/network HTTP/1.1" 200 827 0.006510 10.0.0.242 - - [2026-01-15 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.73 - - [2026-01-15 02:28:56] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.242 - - [2026-01-15 02:28:56] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.044919 10.0.0.73 - - [2026-01-15 02:28:56] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000825 10.0.0.242 - - [2026-01-15 02:28:56] "POST /neutron/network HTTP/1.1" 200 615 0.180080 10.0.0.242 - - [2026-01-15 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.004053 10.0.0.242 - - [2026-01-15 02:28:57] "GET /virtual-network/13d8aece-52c0-49db-aa0e-eeddf3bc1b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008414 10.0.0.242 - - [2026-01-15 02:28:57] "POST /neutron/network HTTP/1.1" 200 834 0.006555 10.0.0.242 - - [2026-01-15 02:28:57] "GET /virtual-network/13d8aece-52c0-49db-aa0e-eeddf3bc1b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005044 10.0.0.242 - - [2026-01-15 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001296 10.0.0.242 - - [2026-01-15 02:28:57] "POST /neutron/network HTTP/1.1" 200 837 0.006378 10.0.0.73 - - [2026-01-15 02:28:58] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001194 10.0.0.242 - - [2026-01-15 02:28:58] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.078441 10.0.0.242 - - [2026-01-15 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.005751 10.0.0.242 - - [2026-01-15 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001139 10.0.0.242 - - [2026-01-15 02:28:59] "POST /neutron/network HTTP/1.1" 200 837 0.006408 10.0.0.242 - - [2026-01-15 02:28:59] "POST /neutron/port HTTP/1.1" 200 1063 0.017232 10.0.0.242 - - [2026-01-15 02:28:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004308 10.0.0.73 - - [2026-01-15 02:28:59] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001477 10.0.0.242 - - [2026-01-15 02:29:00] "POST /neutron/network HTTP/1.1" 200 827 0.011197 10.0.0.242 - - [2026-01-15 02:29:00] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.112646 10.0.0.242 - - [2026-01-15 02:29:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006954 10.0.0.73 - - [2026-01-15 02:29:00] "POST /route-targets HTTP/1.1" 200 327 0.015209 10.0.0.242 - - [2026-01-15 02:29:00] "POST /neutron/router HTTP/1.1" 200 585 0.009506 10.0.0.73 - - [2026-01-15 02:29:00] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.33 - - [2026-01-15 02:29:00] "GET /service-template/9a4d276f-2c9d-4ff4-9510-7882c1b433c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.013570 10.0.0.242 - - [2026-01-15 02:29:01] "POST /neutron/router HTTP/1.1" 200 344 0.413023 10.0.0.33 - - [2026-01-15 02:29:01] "POST /service-instances HTTP/1.1" 200 670 0.106802 10.0.0.73 - - [2026-01-15 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.067619 10.0.0.33 - - [2026-01-15 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.023786 10.0.0.33 - - [2026-01-15 02:29:01] "POST /virtual-machines HTTP/1.1" 200 553 0.020903 10.0.0.242 - - [2026-01-15 02:29:01] "POST /neutron/network HTTP/1.1" 200 844 0.007876 10.0.0.33 - - [2026-01-15 02:29:01] "POST /instance-ips HTTP/1.1" 200 551 0.044875 10.0.0.33 - - [2026-01-15 02:29:01] "PUT /virtual-machine-interface/a64e15db-808e-40cd-b46e-971092a6f173 HTTP/1.1" 200 284 0.041717 10.0.0.33 - - [2026-01-15 02:29:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.126809 10.0.0.33 - - [2026-01-15 02:29:02] "POST /instance-ips HTTP/1.1" 400 316 0.019919 10.0.0.242 - - [2026-01-15 02:29:02] "POST /neutron/port HTTP/1.1" 200 1063 0.036397 10.0.0.33 - - [2026-01-15 02:29:02] "PUT /instance-ip/aafe7915-5939-464d-8931-f9ccb60c9fea HTTP/1.1" 200 256 0.043700 10.0.0.73 - - [2026-01-15 02:29:02] "PUT /routing-instance/bd0a78f9-745f-4377-8b97-6ef85dea59e9 HTTP/1.1" 200 266 0.040158 10.0.0.33 - - [2026-01-15 02:29:02] "POST /virtual-machines HTTP/1.1" 200 553 0.072587 10.0.0.242 - - [2026-01-15 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003973 10.0.0.33 - - [2026-01-15 02:29:02] "POST /instance-ips HTTP/1.1" 400 246 0.060050 10.0.0.242 - - [2026-01-15 02:29:02] "POST /neutron/network HTTP/1.1" 200 834 0.012766 10.0.0.33 - - [2026-01-15 02:29:02] "PUT /instance-ip/ac781a65-b203-4f72-b479-f59d93321a18 HTTP/1.1" 200 256 0.017912 10.0.0.33 - - [2026-01-15 02:29:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.131145 10.0.0.33 - - [2026-01-15 02:29:03] "POST /chown HTTP/1.1" 200 109 0.025067 10.0.0.33 - - [2026-01-15 02:29:03] "GET /obj-perms HTTP/1.1" 200 5075 0.198650 10.0.0.33 - - [2026-01-15 02:29:03] "POST /ref-update HTTP/1.1" 200 156 0.021650 10.0.0.73 - - [2026-01-15 02:29:03] "POST /ref-update HTTP/1.1" 200 156 0.026363 10.0.0.242 - - [2026-01-15 02:29:06] "POST /neutron/port HTTP/1.1" 200 1127 0.021366 10.0.0.242 - - [2026-01-15 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008379 10.0.0.242 - - [2026-01-15 02:29:06] "GET /virtual-machine/ab10fc21-8875-4a9c-8fe9-61269b06d414 HTTP/1.1" 401 293 0.000323 10.0.0.242 - - [2026-01-15 02:29:07] "GET /virtual-machine/ab10fc21-8875-4a9c-8fe9-61269b06d414 HTTP/1.1" 200 1296 0.031979 10.0.0.242 - - [2026-01-15 02:29:07] "GET /virtual-machine-interface/32308e8b-76ba-42d9-bb72-4a18b5f6dff9 HTTP/1.1" 200 2956 0.005071 10.0.0.242 - - [2026-01-15 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.242 - - [2026-01-15 02:29:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003406 10.0.0.242 - - [2026-01-15 02:29:07] "GET /virtual-networks?parent_id=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003320 10.0.0.242 - - [2026-01-15 02:29:07] "GET /virtual-network/eea8efbf-6c13-41db-9cd6-9fd65de0dc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005545 10.0.0.242 - - [2026-01-15 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.242 - - [2026-01-15 02:29:10] "GET /virtual-network/eea8efbf-6c13-41db-9cd6-9fd65de0dc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005327 10.0.0.242 - - [2026-01-15 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2026-01-15 02:29:12] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003350 10.0.0.242 - - [2026-01-15 02:29:12] "GET /virtual-networks?parent_id=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005578 10.0.0.242 - - [2026-01-15 02:29:12] "GET /virtual-network/eea8efbf-6c13-41db-9cd6-9fd65de0dc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005571 10.0.0.242 - - [2026-01-15 02:29:12] "POST /neutron/port HTTP/1.1" 200 1127 0.023381 10.0.0.242 - - [2026-01-15 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008023 10.0.0.242 - - [2026-01-15 02:29:12] "GET /virtual-machine/0a651189-9c5b-475e-bed3-8fe173d21842 HTTP/1.1" 200 1294 0.006127 10.0.0.242 - - [2026-01-15 02:29:12] "GET /virtual-machine-interface/f104c887-771b-492d-9afe-77c55d767910 HTTP/1.1" 200 2969 0.004929 10.0.0.242 - - [2026-01-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.242 - - [2026-01-15 02:29:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004099 10.0.0.242 - - [2026-01-15 02:29:13] "GET /virtual-networks?parent_id=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002985 10.0.0.242 - - [2026-01-15 02:29:13] "GET /virtual-network/13d8aece-52c0-49db-aa0e-eeddf3bc1b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006514 10.0.0.242 - - [2026-01-15 02:29:13] "POST /neutron/port HTTP/1.1" 200 1127 0.023939 10.0.0.242 - - [2026-01-15 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006113 10.0.0.242 - - [2026-01-15 02:29:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.014723 10.0.0.242 - - [2026-01-15 02:29:14] "GET /virtual-networks?parent_id=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003088 10.0.0.242 - - [2026-01-15 02:29:14] "GET /virtual-network/13d8aece-52c0-49db-aa0e-eeddf3bc1b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005303 10.0.0.242 - - [2026-01-15 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006914 10.0.0.242 - - [2026-01-15 02:29:23] "POST /neutron/router HTTP/1.1" 200 656 0.009660 10.0.0.33 - - [2026-01-15 02:29:23] "GET /logical-router/c09ca7e2-e1da-4dc9-8d23-ce0246deaa38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.049474 10.0.0.73 - - [2026-01-15 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569 10.0.0.73 - - [2026-01-15 02:29:23] "PUT /routing-instance/bd0a78f9-745f-4377-8b97-6ef85dea59e9 HTTP/1.1" 200 266 0.025111 10.0.0.33 - - [2026-01-15 02:29:23] "DELETE /route-table/bd7ebd13-c147-4bad-941f-e5a148bf62cc HTTP/1.1" 200 115 0.060132 10.0.0.33 - - [2026-01-15 02:29:23] "POST /ref-update HTTP/1.1" 200 156 0.021189 10.0.0.242 - - [2026-01-15 02:29:24] "POST /neutron/network HTTP/1.1" 400 204 0.101501 10.0.0.73 - - [2026-01-15 02:29:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009842 10.0.0.73 - - [2026-01-15 02:29:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004986 10.0.0.33 - - [2026-01-15 02:29:24] "DELETE /virtual-network/9ce8444d-9aca-480e-bc28-04f2cb3ee212 HTTP/1.1" 200 115 0.233811 10.0.0.33 - - [2026-01-15 02:29:24] "GET /service-instance/3172a0c7-ccf9-4946-b7ab-91c370bf57da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006329 10.0.0.33 - - [2026-01-15 02:29:24] "GET /instance-ip/ac781a65-b203-4f72-b479-f59d93321a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.010719 10.0.0.33 - - [2026-01-15 02:29:24] "DELETE /virtual-machine-interface/674a4cb0-9dbc-4d01-9dfa-c0d8f0039c57 HTTP/1.1" 200 115 0.045963 10.0.0.33 - - [2026-01-15 02:29:24] "GET /virtual-machine-interface/a64e15db-808e-40cd-b46e-971092a6f173?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.007546 10.0.0.33 - - [2026-01-15 02:29:24] "DELETE /instance-ip/ac781a65-b203-4f72-b479-f59d93321a18 HTTP/1.1" 200 115 0.103365 10.0.0.242 - - [2026-01-15 02:29:24] "POST /neutron/port HTTP/1.1" 200 151 0.303926 10.0.0.242 - - [2026-01-15 02:29:24] "POST /neutron/port HTTP/1.1" 200 151 0.270645 10.0.0.33 - - [2026-01-15 02:29:24] "DELETE /virtual-machine-interface/36a9b353-ac9d-4b7a-94a4-30559973a270 HTTP/1.1" 200 115 0.055105 10.0.0.73 - - [2026-01-15 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.242 - - [2026-01-15 02:29:26] "POST /neutron/network HTTP/1.1" 200 827 0.007135 10.0.0.73 - - [2026-01-15 02:29:26] "DELETE /route-target/c7f73f92-1cdf-467e-ad85-a49338a77ae4 HTTP/1.1" 200 115 0.026879 10.0.0.73 - - [2026-01-15 02:29:27] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000885 10.0.0.242 - - [2026-01-15 02:29:27] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046597 10.0.0.73 - - [2026-01-15 02:29:27] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.242 - - [2026-01-15 02:29:27] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?fields=virtual_networks HTTP/1.1" 200 1039 0.031880 10.0.0.73 - - [2026-01-15 02:29:27] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000861 10.0.0.242 - - [2026-01-15 02:29:27] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.053352 10.0.0.73 - - [2026-01-15 02:29:27] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001110 10.0.0.242 - - [2026-01-15 02:29:27] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?fields=security_groups HTTP/1.1" 200 1268 0.038301 10.0.0.242 - - [2026-01-15 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.036223 10.0.0.73 - - [2026-01-15 02:29:28] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003688 10.0.0.73 - - [2026-01-15 02:29:29] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.73 - - [2026-01-15 02:29:29] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008890 10.0.0.73 - - [2026-01-15 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 198 0.002238 10.0.0.73 - - [2026-01-15 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.014726 10.0.0.73 - - [2026-01-15 02:29:29] "POST /security-groups HTTP/1.1" 200 599 0.036413 10.0.0.73 - - [2026-01-15 02:29:29] "POST /projects HTTP/1.1" 200 601 0.249775 10.0.0.73 - - [2026-01-15 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 241 0.009939 10.0.0.73 - - [2026-01-15 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.324354 10.0.0.242 - - [2026-01-15 02:29:29] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.476277 10.0.0.242 - - [2026-01-15 02:29:30] "GET / HTTP/1.1" 200 35931 0.002413 10.0.0.242 - - [2026-01-15 02:29:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.242 - - [2026-01-15 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.067989 10.0.0.73 - - [2026-01-15 02:29:32] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.242 - - [2026-01-15 02:29:32] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035007 10.0.0.73 - - [2026-01-15 02:29:33] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.242 - - [2026-01-15 02:29:33] "POST /neutron/network HTTP/1.1" 200 613 0.148394 10.0.0.73 - - [2026-01-15 02:29:33] "POST /ref-update HTTP/1.1" 200 156 0.049497 10.0.0.242 - - [2026-01-15 02:29:33] "POST /neutron/network HTTP/1.1" 200 1004 0.018383 10.0.0.242 - - [2026-01-15 02:29:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001325 10.0.0.242 - - [2026-01-15 02:29:33] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005239 10.0.0.242 - - [2026-01-15 02:29:33] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006818 10.0.0.242 - - [2026-01-15 02:29:33] "POST /neutron/subnet HTTP/1.1" 200 714 0.010009 10.0.0.242 - - [2026-01-15 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.73 - - [2026-01-15 02:29:33] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.242 - - [2026-01-15 02:29:34] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040779 10.0.0.73 - - [2026-01-15 02:29:34] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.242 - - [2026-01-15 02:29:34] "POST /neutron/network HTTP/1.1" 200 613 0.125813 10.0.0.242 - - [2026-01-15 02:29:34] "POST /neutron/network HTTP/1.1" 200 1006 0.012556 10.0.0.242 - - [2026-01-15 02:29:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001100 10.0.0.242 - - [2026-01-15 02:29:34] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004562 10.0.0.242 - - [2026-01-15 02:29:34] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005679 10.0.0.242 - - [2026-01-15 02:29:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.008698 10.0.0.242 - - [2026-01-15 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002725 10.0.0.242 - - [2026-01-15 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.73 - - [2026-01-15 02:29:34] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.242 - - [2026-01-15 02:29:35] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055269 10.0.0.242 - - [2026-01-15 02:29:35] "POST /network-policys HTTP/1.1" 200 577 0.046568 10.0.0.242 - - [2026-01-15 02:29:35] "GET /network-policy/831c159a-e05d-4ef3-8acf-b4af2038c262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005968 10.0.0.73 - - [2026-01-15 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.015935 10.0.0.242 - - [2026-01-15 02:29:35] "POST /neutron/network HTTP/1.1" 200 1112 0.078156 10.0.0.73 - - [2026-01-15 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.091574 10.0.0.242 - - [2026-01-15 02:29:35] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005908 10.0.0.242 - - [2026-01-15 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.242 - - [2026-01-15 02:29:35] "GET /network-policy/831c159a-e05d-4ef3-8acf-b4af2038c262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003624 10.0.0.242 - - [2026-01-15 02:29:35] "POST /neutron/network HTTP/1.1" 200 1114 0.063957 10.0.0.242 - - [2026-01-15 02:29:35] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006450 10.0.0.73 - - [2026-01-15 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.003304 10.0.0.242 - - [2026-01-15 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005903 10.0.0.242 - - [2026-01-15 02:29:35] "GET /network-policy/831c159a-e05d-4ef3-8acf-b4af2038c262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.008087 10.0.0.242 - - [2026-01-15 02:29:36] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005651 10.0.0.242 - - [2026-01-15 02:29:36] "GET /obj-perms HTTP/1.1" 200 5065 0.058451 10.0.0.242 - - [2026-01-15 02:29:37] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005841 10.0.0.73 - - [2026-01-15 02:29:38] "GET /obj-perms HTTP/1.1" 200 5065 0.057241 10.0.0.242 - - [2026-01-15 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001324 10.0.0.73 - - [2026-01-15 02:29:39] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.242 - - [2026-01-15 02:29:39] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077885 10.0.0.242 - - [2026-01-15 02:29:39] "POST /neutron/network HTTP/1.1" 200 1112 0.013109 10.0.0.242 - - [2026-01-15 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001200 10.0.0.242 - - [2026-01-15 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.006076 10.0.0.73 - - [2026-01-15 02:29:40] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.242 - - [2026-01-15 02:29:40] "POST /neutron/port HTTP/1.1" 200 1173 0.340462 10.0.0.242 - - [2026-01-15 02:29:40] "POST /neutron/port HTTP/1.1" 200 1227 0.099578 10.0.0.242 - - [2026-01-15 02:29:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003628 10.0.0.73 - - [2026-01-15 02:29:41] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.242 - - [2026-01-15 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.000911 10.0.0.242 - - [2026-01-15 02:29:41] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.073907 10.0.0.242 - - [2026-01-15 02:29:41] "POST /neutron/port HTTP/1.1" 200 1237 0.017497 10.0.0.242 - - [2026-01-15 02:29:41] "POST /neutron/port HTTP/1.1" 200 1237 0.016460 10.0.0.73 - - [2026-01-15 02:29:41] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.73 - - [2026-01-15 02:29:42] "PUT /access-control-list/59eddb95-55ef-46e9-8314-0661c941c078 HTTP/1.1" 200 272 0.024530 10.0.0.242 - - [2026-01-15 02:29:42] "POST /neutron/port HTTP/1.1" 200 1175 0.361508 10.0.0.242 - - [2026-01-15 02:29:42] "POST /neutron/port HTTP/1.1" 200 1229 0.114485 10.0.0.242 - - [2026-01-15 02:29:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004936 10.0.0.242 - - [2026-01-15 02:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.242 - - [2026-01-15 02:29:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008369 10.0.0.242 - - [2026-01-15 02:29:46] "POST /neutron/port HTTP/1.1" 200 1237 0.014875 10.0.0.242 - - [2026-01-15 02:29:46] "GET /virtual-machine/ec19d8d1-efcc-49f9-8e66-36688aa9dd90 HTTP/1.1" 401 293 0.000449 10.0.0.242 - - [2026-01-15 02:29:47] "GET /virtual-machine/ec19d8d1-efcc-49f9-8e66-36688aa9dd90 HTTP/1.1" 200 1301 0.034655 10.0.0.242 - - [2026-01-15 02:29:47] "GET /virtual-machine-interface/c6129d37-4848-420e-b84d-e9a07db2b1cc HTTP/1.1" 200 3176 0.004759 10.0.0.242 - - [2026-01-15 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.242 - - [2026-01-15 02:29:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003655 10.0.0.242 - - [2026-01-15 02:29:47] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002583 10.0.0.242 - - [2026-01-15 02:29:47] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006761 10.0.0.242 - - [2026-01-15 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.242 - - [2026-01-15 02:29:50] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004446 10.0.0.73 - - [2026-01-15 02:29:52] "DELETE /project/8c8b6053b71742e28d2d049a5d98de27 HTTP/1.1" 404 173 0.005574 10.0.0.73 - - [2026-01-15 02:29:52] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000790 10.0.0.73 - - [2026-01-15 02:29:52] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.043310 10.0.0.73 - - [2026-01-15 02:29:52] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000821 10.0.0.73 - - [2026-01-15 02:29:52] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?fields=security_groups HTTP/1.1" 200 1373 0.036208 10.0.0.73 - - [2026-01-15 02:29:52] "DELETE /security-group/359a8cbb-bc10-42dd-86cb-c73cf0d8be5d HTTP/1.1" 200 115 0.046865 10.0.0.73 - - [2026-01-15 02:29:52] "GET /projects?obj_uuids=a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.73 - - [2026-01-15 02:29:52] "GET /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e?fields=application_policy_sets HTTP/1.1" 200 1412 0.054155 10.0.0.73 - - [2026-01-15 02:29:52] "DELETE /project/a74aeb4a-8fc1-49fa-b77c-29ee8c0e8e5e HTTP/1.1" 200 115 0.373854 10.0.0.242 - - [2026-01-15 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.242 - - [2026-01-15 02:29:54] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007074 10.0.0.242 - - [2026-01-15 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.242 - - [2026-01-15 02:29:58] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006877 10.0.0.242 - - [2026-01-15 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.242 - - [2026-01-15 02:30:02] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004700 10.0.0.33 - - [2026-01-15 02:30:05] "GET /obj-perms HTTP/1.1" 200 5075 0.059834 10.0.0.242 - - [2026-01-15 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.242 - - [2026-01-15 02:30:06] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004576 10.0.0.242 - - [2026-01-15 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.242 - - [2026-01-15 02:30:10] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006725 10.0.0.242 - - [2026-01-15 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.242 - - [2026-01-15 02:30:15] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006720 10.0.0.242 - - [2026-01-15 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.242 - - [2026-01-15 02:30:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003575 10.0.0.242 - - [2026-01-15 02:30:19] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002903 10.0.0.242 - - [2026-01-15 02:30:19] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005401 10.0.0.242 - - [2026-01-15 02:30:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007755 10.0.0.242 - - [2026-01-15 02:30:29] "POST /neutron/port HTTP/1.1" 200 1237 0.081017 10.0.0.242 - - [2026-01-15 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009672 10.0.0.242 - - [2026-01-15 02:30:40] "POST /neutron/port HTTP/1.1" 200 1239 0.018578 10.0.0.242 - - [2026-01-15 02:30:40] "POST /neutron/port HTTP/1.1" 200 1239 0.016565 10.0.0.242 - - [2026-01-15 02:30:40] "POST /neutron/network HTTP/1.1" 200 1124 0.007202 10.0.0.242 - - [2026-01-15 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006932 10.0.0.242 - - [2026-01-15 02:30:40] "GET /virtual-machine/05399867-1346-4ff9-94f1-05cdf298b6b3 HTTP/1.1" 200 1299 0.005538 10.0.0.242 - - [2026-01-15 02:30:40] "GET /virtual-machine-interface/ea7b25d5-4568-4bf6-bd96-276a816c580e HTTP/1.1" 200 3176 0.005100 10.0.0.242 - - [2026-01-15 02:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.000992 10.0.0.242 - - [2026-01-15 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.242 - - [2026-01-15 02:30:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002920 10.0.0.242 - - [2026-01-15 02:30:40] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002915 10.0.0.242 - - [2026-01-15 02:30:40] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005284 10.0.0.242 - - [2026-01-15 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.242 - - [2026-01-15 02:30:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004089 10.0.0.242 - - [2026-01-15 02:30:41] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002641 10.0.0.242 - - [2026-01-15 02:30:41] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006439 10.0.0.242 - - [2026-01-15 02:30:41] "POST /neutron/port HTTP/1.1" 200 1237 0.027941 10.0.0.242 - - [2026-01-15 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006663 10.0.0.242 - - [2026-01-15 02:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005272 10.0.0.242 - - [2026-01-15 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.242 - - [2026-01-15 02:30:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007608 10.0.0.242 - - [2026-01-15 02:30:52] "POST /neutron/port HTTP/1.1" 200 1239 0.016283 10.0.0.242 - - [2026-01-15 02:31:06] "GET /obj-perms HTTP/1.1" 200 5075 0.060373 10.0.0.242 - - [2026-01-15 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.73 - - [2026-01-15 02:31:06] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000830 10.0.0.242 - - [2026-01-15 02:31:06] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053926 10.0.0.242 - - [2026-01-15 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.242 - - [2026-01-15 02:31:06] "PUT /network-policy/831c159a-e05d-4ef3-8acf-b4af2038c262 HTTP/1.1" 200 262 0.019371 10.0.0.73 - - [2026-01-15 02:31:07] "PUT /access-control-list/9147a90c-3cd5-4e2a-9d87-358e4f235ff5 HTTP/1.1" 200 272 0.015650 10.0.0.242 - - [2026-01-15 02:31:10] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005419 10.0.0.242 - - [2026-01-15 02:31:10] "POST /neutron/network HTTP/1.1" 200 1006 0.087124 10.0.0.242 - - [2026-01-15 02:31:10] "GET /virtual-network/e72931c6-fe9e-493f-8f98-e3839d147ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005347 10.0.0.242 - - [2026-01-15 02:31:10] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004857 10.0.0.73 - - [2026-01-15 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.042675 10.0.0.73 - - [2026-01-15 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.014700 10.0.0.242 - - [2026-01-15 02:31:10] "POST /neutron/network HTTP/1.1" 200 1004 0.098915 10.0.0.242 - - [2026-01-15 02:31:10] "GET /virtual-network/f367eacd-8570-4d48-86bc-d35a7e18c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.014124 10.0.0.242 - - [2026-01-15 02:31:11] "DELETE /network-policy/831c159a-e05d-4ef3-8acf-b4af2038c262 HTTP/1.1" 200 115 0.057096 10.0.0.242 - - [2026-01-15 02:31:11] "POST /neutron/network HTTP/1.1" 200 1006 0.014738 10.0.0.242 - - [2026-01-15 02:31:11] "POST /neutron/port HTTP/1.1" 200 1229 0.040431 10.0.0.242 - - [2026-01-15 02:31:11] "POST /neutron/port HTTP/1.1" 200 151 0.300329 10.0.0.73 - - [2026-01-15 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.242 - - [2026-01-15 02:31:13] "POST /neutron/network HTTP/1.1" 200 1004 0.016051 10.0.0.73 - - [2026-01-15 02:31:13] "DELETE /route-target/a8b21d62-ee6e-4953-90b2-4ef68cba3f83 HTTP/1.1" 200 115 0.024073 10.0.0.73 - - [2026-01-15 02:31:18] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002367 10.0.0.242 - - [2026-01-15 02:31:18] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061068 10.0.0.242 - - [2026-01-15 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.73 - - [2026-01-15 02:31:18] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000785 10.0.0.242 - - [2026-01-15 02:31:18] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005818 10.0.0.242 - - [2026-01-15 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.73 - - [2026-01-15 02:31:18] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.242 - - [2026-01-15 02:31:18] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047150 10.0.0.242 - - [2026-01-15 02:31:19] "GET /domains HTTP/1.1" 200 280 0.002964 10.0.0.73 - - [2026-01-15 02:31:19] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.242 - - [2026-01-15 02:31:19] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b HTTP/1.1" 200 2775 0.016196 10.0.0.73 - - [2026-01-15 02:31:19] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.242 - - [2026-01-15 02:31:19] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27 HTTP/1.1" 200 1901 0.085408 10.0.0.242 - - [2026-01-15 02:31:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002585 10.0.0.242 - - [2026-01-15 02:31:19] "POST /network-ipams HTTP/1.1" 200 609 0.027499 10.0.0.242 - - [2026-01-15 02:31:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003321 10.0.0.242 - - [2026-01-15 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.242 - - [2026-01-15 02:31:19] "GET /network-ipam/02fced8e-a08e-4761-9b21-622f9da1608e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.006017 10.0.0.242 - - [2026-01-15 02:31:19] "PUT /network-ipam/02fced8e-a08e-4761-9b21-622f9da1608e HTTP/1.1" 200 258 0.015152 10.0.0.242 - - [2026-01-15 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.73 - - [2026-01-15 02:31:20] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.242 - - [2026-01-15 02:31:20] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050805 10.0.0.73 - - [2026-01-15 02:31:20] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.242 - - [2026-01-15 02:31:20] "POST /neutron/network HTTP/1.1" 200 619 0.135172 10.0.0.73 - - [2026-01-15 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009711 10.0.0.242 - - [2026-01-15 02:31:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.164806 10.0.0.242 - - [2026-01-15 02:31:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001203 10.0.0.242 - - [2026-01-15 02:31:21] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005640 10.0.0.242 - - [2026-01-15 02:31:21] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008043 10.0.0.242 - - [2026-01-15 02:31:21] "POST /neutron/network HTTP/1.1" 200 1309 0.011765 10.0.0.242 - - [2026-01-15 02:31:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.009050 10.0.0.242 - - [2026-01-15 02:31:21] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005546 10.0.0.242 - - [2026-01-15 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.73 - - [2026-01-15 02:31:21] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.242 - - [2026-01-15 02:31:21] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041372 10.0.0.73 - - [2026-01-15 02:31:22] "POST /route-targets HTTP/1.1" 200 327 0.012345 10.0.0.73 - - [2026-01-15 02:31:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006510 10.0.0.242 - - [2026-01-15 02:31:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.210535 10.0.0.242 - - [2026-01-15 02:31:22] "POST /neutron/network HTTP/1.1" 200 1309 0.013806 10.0.0.242 - - [2026-01-15 02:31:22] "POST /id-to-fqname HTTP/1.1" 200 231 0.001431 10.0.0.242 - - [2026-01-15 02:31:22] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006168 10.0.0.242 - - [2026-01-15 02:31:22] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005949 10.0.0.242 - - [2026-01-15 02:31:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.008153 10.0.0.242 - - [2026-01-15 02:31:23] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008070 10.0.0.73 - - [2026-01-15 02:31:23] "GET /obj-perms HTTP/1.1" 200 5065 0.004183 10.0.0.242 - - [2026-01-15 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.73 - - [2026-01-15 02:31:23] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000797 10.0.0.242 - - [2026-01-15 02:31:23] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054277 10.0.0.242 - - [2026-01-15 02:31:23] "POST /neutron/network HTTP/1.1" 200 117 0.017487 10.0.0.73 - - [2026-01-15 02:31:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008657 10.0.0.242 - - [2026-01-15 02:31:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.237541 10.0.0.73 - - [2026-01-15 02:31:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.006579 10.0.0.242 - - [2026-01-15 02:31:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001413 10.0.0.242 - - [2026-01-15 02:31:24] "GET /virtual-network/f956acd6-36b0-4134-b19d-70ae8fc6102b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007557 10.0.0.242 - - [2026-01-15 02:31:24] "POST /neutron/network HTTP/1.1" 200 1309 0.012208 10.0.0.242 - - [2026-01-15 02:31:24] "GET /virtual-network/f956acd6-36b0-4134-b19d-70ae8fc6102b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006022 10.0.0.242 - - [2026-01-15 02:31:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.011463 10.0.0.242 - - [2026-01-15 02:31:25] "GET /virtual-network/f956acd6-36b0-4134-b19d-70ae8fc6102b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005916 10.0.0.242 - - [2026-01-15 02:31:25] "GET /obj-perms HTTP/1.1" 200 5065 0.004572 10.0.0.33 - - [2026-01-15 02:31:25] "GET /obj-perms HTTP/1.1" 200 5065 0.094447 10.0.0.242 - - [2026-01-15 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.73 - - [2026-01-15 02:31:25] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.242 - - [2026-01-15 02:31:25] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056793 10.0.0.73 - - [2026-01-15 02:31:25] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.242 - - [2026-01-15 02:31:26] "POST /neutron/network HTTP/1.1" 200 619 0.152108 10.0.0.73 - - [2026-01-15 02:31:26] "POST /route-targets HTTP/1.1" 200 327 0.015459 10.0.0.73 - - [2026-01-15 02:31:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004348 10.0.0.242 - - [2026-01-15 02:31:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.194200 10.0.0.242 - - [2026-01-15 02:31:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001702 10.0.0.242 - - [2026-01-15 02:31:26] "GET /virtual-network/8af50422-66eb-4203-8d2c-701722b045c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006160 10.0.0.242 - - [2026-01-15 02:31:26] "GET /virtual-network/8af50422-66eb-4203-8d2c-701722b045c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006445 10.0.0.242 - - [2026-01-15 02:31:26] "POST /neutron/network HTTP/1.1" 200 1309 0.010364 10.0.0.242 - - [2026-01-15 02:31:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.008585 10.0.0.242 - - [2026-01-15 02:31:27] "GET /virtual-network/8af50422-66eb-4203-8d2c-701722b045c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005633 10.0.0.242 - - [2026-01-15 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003168 10.0.0.242 - - [2026-01-15 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.73 - - [2026-01-15 02:31:27] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.242 - - [2026-01-15 02:31:27] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038455 10.0.0.242 - - [2026-01-15 02:31:27] "POST /network-policys HTTP/1.1" 200 559 0.031950 10.0.0.242 - - [2026-01-15 02:31:27] "GET /network-policy/d17f915c-a392-46f6-9db5-59f826619a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006127 10.0.0.242 - - [2026-01-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.002959 10.0.0.242 - - [2026-01-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.73 - - [2026-01-15 02:31:28] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002116 10.0.0.242 - - [2026-01-15 02:31:28] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066879 10.0.0.242 - - [2026-01-15 02:31:28] "POST /network-policys HTTP/1.1" 200 559 0.041290 10.0.0.242 - - [2026-01-15 02:31:28] "GET /network-policy/483a522a-a6be-4b05-baf9-b452f407f02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007607 10.0.0.242 - - [2026-01-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003786 10.0.0.242 - - [2026-01-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.73 - - [2026-01-15 02:31:28] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.242 - - [2026-01-15 02:31:28] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046018 10.0.0.242 - - [2026-01-15 02:31:28] "POST /network-policys HTTP/1.1" 200 559 0.027224 10.0.0.242 - - [2026-01-15 02:31:28] "GET /network-policy/1e44d4c8-9906-4956-afcc-fd1d354d7cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006752 10.0.0.242 - - [2026-01-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.004234 10.0.0.242 - - [2026-01-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.73 - - [2026-01-15 02:31:28] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.242 - - [2026-01-15 02:31:28] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043518 10.0.0.242 - - [2026-01-15 02:31:28] "POST /network-policys HTTP/1.1" 200 559 0.038482 10.0.0.242 - - [2026-01-15 02:31:29] "GET /network-policy/b05014d2-d6ce-4120-9431-fafaaf41ef92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008300 10.0.0.242 - - [2026-01-15 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003249 10.0.0.242 - - [2026-01-15 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.73 - - [2026-01-15 02:31:29] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.242 - - [2026-01-15 02:31:29] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044004 10.0.0.242 - - [2026-01-15 02:31:29] "POST /network-policys HTTP/1.1" 200 559 0.037302 10.0.0.242 - - [2026-01-15 02:31:29] "GET /network-policy/088fdf21-43b8-4f6d-ad65-6cb0ed894875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006197 10.0.0.242 - - [2026-01-15 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.002858 10.0.0.242 - - [2026-01-15 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002343 10.0.0.73 - - [2026-01-15 02:31:29] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.242 - - [2026-01-15 02:31:29] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053547 10.0.0.242 - - [2026-01-15 02:31:29] "POST /network-policys HTTP/1.1" 200 559 0.032521 10.0.0.242 - - [2026-01-15 02:31:29] "GET /network-policy/300e0c14-74ef-401f-9e8b-e86deeec3cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005928 10.0.0.242 - - [2026-01-15 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003814 10.0.0.242 - - [2026-01-15 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.73 - - [2026-01-15 02:31:30] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032935 10.0.0.242 - - [2026-01-15 02:31:30] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068022 10.0.0.242 - - [2026-01-15 02:31:30] "POST /network-policys HTTP/1.1" 200 559 0.026976 10.0.0.242 - - [2026-01-15 02:31:30] "GET /network-policy/5d23e64b-20f8-4375-9ba6-aa038567a1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006281 10.0.0.242 - - [2026-01-15 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003114 10.0.0.242 - - [2026-01-15 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.73 - - [2026-01-15 02:31:30] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.242 - - [2026-01-15 02:31:30] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.032719 10.0.0.242 - - [2026-01-15 02:31:30] "POST /network-policys HTTP/1.1" 200 559 0.025058 10.0.0.242 - - [2026-01-15 02:31:30] "GET /network-policy/a72a654a-ce3b-4953-8bf8-38f2fb2f8201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005729 10.0.0.242 - - [2026-01-15 02:31:31] "POST /neutron/network HTTP/1.1" 200 1494 0.026101 10.0.0.242 - - [2026-01-15 02:31:31] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009640 10.0.0.242 - - [2026-01-15 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006847 10.0.0.242 - - [2026-01-15 02:31:31] "GET /network-policy/483a522a-a6be-4b05-baf9-b452f407f02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004079 10.0.0.242 - - [2026-01-15 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.73 - - [2026-01-15 02:31:31] "POST /access-control-lists HTTP/1.1" 200 605 0.119595 10.0.0.242 - - [2026-01-15 02:31:31] "GET /network-policy/d17f915c-a392-46f6-9db5-59f826619a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004241 10.0.0.73 - - [2026-01-15 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004993 10.0.0.242 - - [2026-01-15 02:31:31] "POST /neutron/network HTTP/1.1" 200 1494 0.014472 10.0.0.242 - - [2026-01-15 02:31:31] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.004832 10.0.0.242 - - [2026-01-15 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.242 - - [2026-01-15 02:31:31] "GET /network-policy/1e44d4c8-9906-4956-afcc-fd1d354d7cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005941 10.0.0.242 - - [2026-01-15 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.242 - - [2026-01-15 02:31:31] "GET /network-policy/b05014d2-d6ce-4120-9431-fafaaf41ef92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006142 10.0.0.73 - - [2026-01-15 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.060276 10.0.0.242 - - [2026-01-15 02:31:32] "POST /neutron/network HTTP/1.1" 200 1494 0.011817 10.0.0.242 - - [2026-01-15 02:31:32] "GET /virtual-network/f956acd6-36b0-4134-b19d-70ae8fc6102b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004771 10.0.0.242 - - [2026-01-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.242 - - [2026-01-15 02:31:32] "GET /network-policy/088fdf21-43b8-4f6d-ad65-6cb0ed894875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004470 10.0.0.242 - - [2026-01-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.242 - - [2026-01-15 02:31:32] "GET /network-policy/300e0c14-74ef-401f-9e8b-e86deeec3cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004195 10.0.0.73 - - [2026-01-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 248 0.010910 10.0.0.242 - - [2026-01-15 02:31:32] "POST /neutron/network HTTP/1.1" 200 1494 0.012760 10.0.0.242 - - [2026-01-15 02:31:32] "GET /virtual-network/8af50422-66eb-4203-8d2c-701722b045c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005539 10.0.0.242 - - [2026-01-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.242 - - [2026-01-15 02:31:32] "GET /network-policy/5d23e64b-20f8-4375-9ba6-aa038567a1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.012260 10.0.0.242 - - [2026-01-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006772 10.0.0.242 - - [2026-01-15 02:31:32] "GET /network-policy/a72a654a-ce3b-4953-8bf8-38f2fb2f8201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005057 10.0.0.242 - - [2026-01-15 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001079 10.0.0.73 - - [2026-01-15 02:32:07] "GET /obj-perms HTTP/1.1" 200 5075 0.092804 10.0.0.73 - - [2026-01-15 02:32:09] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.242 - - [2026-01-15 02:32:09] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077193 10.0.0.242 - - [2026-01-15 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.008560 10.0.0.242 - - [2026-01-15 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001209 10.0.0.242 - - [2026-01-15 02:32:10] "POST /neutron/network HTTP/1.1" 200 1504 0.007914 10.0.0.242 - - [2026-01-15 02:32:10] "POST /neutron/port HTTP/1.1" 200 1170 0.044585 10.0.0.73 - - [2026-01-15 02:32:11] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.242 - - [2026-01-15 02:32:11] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.257375 10.0.0.242 - - [2026-01-15 02:32:11] "POST /neutron/port HTTP/1.1" 200 1234 0.064576 10.0.0.242 - - [2026-01-15 02:32:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004658 10.0.0.242 - - [2026-01-15 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.002510 10.0.0.242 - - [2026-01-15 02:32:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.020545 10.0.0.242 - - [2026-01-15 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021332 10.0.0.73 - - [2026-01-15 02:32:13] "PUT /access-control-list/4846458f-03bc-4427-9e61-857adb3aa10d HTTP/1.1" 200 272 0.103638 10.0.0.242 - - [2026-01-15 02:32:13] "POST /neutron/port HTTP/1.1" 200 1170 0.054159 10.0.0.242 - - [2026-01-15 02:32:14] "POST /neutron/port HTTP/1.1" 200 1234 0.062491 10.0.0.242 - - [2026-01-15 02:32:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.041684 10.0.0.242 - - [2026-01-15 02:32:14] "POST /neutron/network HTTP/1.1" 200 1494 0.024255 10.0.0.242 - - [2026-01-15 02:32:22] "POST /neutron/port HTTP/1.1" 200 1234 0.057593 10.0.0.242 - - [2026-01-15 02:32:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010592 10.0.0.242 - - [2026-01-15 02:32:38] "POST /neutron/port HTTP/1.1" 200 1234 0.064488 10.0.0.242 - - [2026-01-15 02:32:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006687 10.0.0.242 - - [2026-01-15 02:32:53] "POST /neutron/port HTTP/1.1" 200 1234 0.017588 10.0.0.242 - - [2026-01-15 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007186 10.0.0.33 - - [2026-01-15 02:33:07] "GET /obj-perms HTTP/1.1" 200 5075 0.075460 10.0.0.242 - - [2026-01-15 02:33:08] "POST /neutron/port HTTP/1.1" 200 1234 0.018104 10.0.0.242 - - [2026-01-15 02:33:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009540 10.0.0.242 - - [2026-01-15 02:33:24] "POST /neutron/port HTTP/1.1" 200 1234 0.016793 10.0.0.242 - - [2026-01-15 02:33:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007161 10.0.0.242 - - [2026-01-15 02:33:24] "GET /virtual-machine/329eec01-e4d5-4b49-8c67-f25a0d7f13f9 HTTP/1.1" 200 1300 0.005968 10.0.0.242 - - [2026-01-15 02:33:24] "GET /virtual-machine-interface/4aeb249f-68c2-46e9-95e0-cab9611a61a3 HTTP/1.1" 200 3184 0.005886 10.0.0.242 - - [2026-01-15 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.242 - - [2026-01-15 02:33:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003785 10.0.0.242 - - [2026-01-15 02:33:24] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003572 10.0.0.242 - - [2026-01-15 02:33:24] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005748 10.0.0.242 - - [2026-01-15 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.242 - - [2026-01-15 02:33:27] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005237 10.0.0.242 - - [2026-01-15 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.242 - - [2026-01-15 02:33:31] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.004994 10.0.0.242 - - [2026-01-15 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.242 - - [2026-01-15 02:33:35] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.004812 10.0.0.242 - - [2026-01-15 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.242 - - [2026-01-15 02:33:39] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006646 10.0.0.242 - - [2026-01-15 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.242 - - [2026-01-15 02:33:43] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005823 10.0.0.242 - - [2026-01-15 02:33:44] "POST /neutron/port HTTP/1.1" 200 1234 0.048429 10.0.0.242 - - [2026-01-15 02:33:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004431 10.0.0.242 - - [2026-01-15 02:33:44] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.242 - - [2026-01-15 02:33:45] "POST /neutron/port HTTP/1.1" 200 1234 0.048595 10.0.0.242 - - [2026-01-15 02:33:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.242 - - [2026-01-15 02:33:46] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.242 - - [2026-01-15 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.242 - - [2026-01-15 02:33:48] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005233 10.0.0.33 - - [2026-01-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000635 10.0.0.33 - - [2026-01-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.73 - - [2026-01-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.73 - - [2026-01-15 02:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.33 - - [2026-01-15 02:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.33 - - [2026-01-15 02:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.73 - - [2026-01-15 02:33:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.73 - - [2026-01-15 02:33:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2026-01-15 02:33:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2026-01-15 02:33:51] "GET /global-system-configs HTTP/1.1" 401 293 0.001106 10.0.0.242 - - [2026-01-15 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.242 - - [2026-01-15 02:33:52] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005044 10.0.0.242 - - [2026-01-15 02:33:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.242 - - [2026-01-15 02:33:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.242 - - [2026-01-15 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.242 - - [2026-01-15 02:33:56] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005757 10.0.0.242 - - [2026-01-15 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.242 - - [2026-01-15 02:33:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003817 10.0.0.242 - - [2026-01-15 02:33:58] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003708 10.0.0.242 - - [2026-01-15 02:33:58] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006202 10.0.0.242 - - [2026-01-15 02:33:58] "POST /neutron/port HTTP/1.1" 200 1234 0.018476 10.0.0.242 - - [2026-01-15 02:34:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008160 10.0.0.242 - - [2026-01-15 02:34:08] "GET /obj-perms HTTP/1.1" 200 5075 0.084993 10.0.0.242 - - [2026-01-15 02:34:08] "POST /neutron/port HTTP/1.1" 200 1234 0.020421 10.0.0.242 - - [2026-01-15 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007103 10.0.0.242 - - [2026-01-15 02:34:19] "POST /neutron/port HTTP/1.1" 200 1234 0.017216 10.0.0.242 - - [2026-01-15 02:34:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007665 10.0.0.242 - - [2026-01-15 02:34:19] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 200 1301 0.010379 10.0.0.242 - - [2026-01-15 02:34:19] "GET /virtual-machine-interface/e0020b3b-daf5-43c1-9ddc-27b269732ccc HTTP/1.1" 200 3185 0.005757 10.0.0.242 - - [2026-01-15 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007498 10.0.0.242 - - [2026-01-15 02:34:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004407 10.0.0.242 - - [2026-01-15 02:34:19] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004086 10.0.0.242 - - [2026-01-15 02:34:19] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005516 10.0.0.242 - - [2026-01-15 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.242 - - [2026-01-15 02:34:20] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003334 10.0.0.242 - - [2026-01-15 02:34:20] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003133 10.0.0.242 - - [2026-01-15 02:34:20] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005682 10.0.0.242 - - [2026-01-15 02:34:21] "POST /neutron/port HTTP/1.1" 200 1234 0.022353 10.0.0.242 - - [2026-01-15 02:34:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006962 10.0.0.242 - - [2026-01-15 02:34:31] "POST /neutron/port HTTP/1.1" 200 1234 0.022263 10.0.0.242 - - [2026-01-15 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.242 - - [2026-01-15 02:34:31] "GET /network-policy/1e44d4c8-9906-4956-afcc-fd1d354d7cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003332 10.0.0.242 - - [2026-01-15 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.242 - - [2026-01-15 02:34:31] "GET /network-policy/b05014d2-d6ce-4120-9431-fafaaf41ef92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004505 10.0.0.242 - - [2026-01-15 02:34:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008332 10.0.0.242 - - [2026-01-15 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.064710 10.0.0.242 - - [2026-01-15 02:34:32] "GET /network-policy/d17f915c-a392-46f6-9db5-59f826619a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004151 10.0.0.242 - - [2026-01-15 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.242 - - [2026-01-15 02:34:32] "GET /network-policy/483a522a-a6be-4b05-baf9-b452f407f02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004834 10.0.0.242 - - [2026-01-15 02:34:45] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 200 1301 0.004194 10.0.0.242 - - [2026-01-15 02:34:45] "POST /neutron/port HTTP/1.1" 200 1234 0.016691 10.0.0.242 - - [2026-01-15 02:34:45] "POST /neutron/network HTTP/1.1" 200 1504 0.006479 10.0.0.242 - - [2026-01-15 02:34:46] "POST /neutron/subnet HTTP/1.1" 200 1361 0.029147 10.0.0.242 - - [2026-01-15 02:34:46] "POST /neutron/network HTTP/1.1" 200 1494 0.011075 10.0.0.242 - - [2026-01-15 02:34:46] "POST /neutron/network HTTP/1.1" 200 5518 0.012053 10.0.0.242 - - [2026-01-15 02:34:47] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.030590 10.0.0.242 - - [2026-01-15 02:34:47] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.003191 10.0.0.242 - - [2026-01-15 02:34:47] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.004344 10.0.0.242 - - [2026-01-15 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.242 - - [2026-01-15 02:34:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003971 10.0.0.242 - - [2026-01-15 02:34:47] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003339 10.0.0.242 - - [2026-01-15 02:34:47] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005864 10.0.0.242 - - [2026-01-15 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.242 - - [2026-01-15 02:34:47] "GET /routing-instance/228c0b48-8a9c-4e9f-97de-0a3350f42df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004443 10.0.0.242 - - [2026-01-15 02:34:47] "GET /route-target/fd5748dd-30fc-4b54-89d9-8d254c60c8ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003307 10.0.0.242 - - [2026-01-15 02:34:47] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.003218 10.0.0.242 - - [2026-01-15 02:34:48] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.003532 10.0.0.242 - - [2026-01-15 02:34:49] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.003615 10.0.0.242 - - [2026-01-15 02:34:50] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.002901 10.0.0.242 - - [2026-01-15 02:34:51] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.003644 10.0.0.242 - - [2026-01-15 02:34:52] "GET /virtual-machine/def9db25-283d-48a1-bfd0-64d7ed48e6a0 HTTP/1.1" 404 171 0.004315 10.0.0.242 - - [2026-01-15 02:34:59] "GET /obj-perms HTTP/1.1" 200 5065 0.060654 10.0.0.33 - - [2026-01-15 02:34:59] "GET /obj-perms HTTP/1.1" 200 5065 0.004181 10.0.0.242 - - [2026-01-15 02:35:08] "GET /obj-perms HTTP/1.1" 200 5065 0.004493 10.0.0.33 - - [2026-01-15 02:35:08] "GET /obj-perms HTTP/1.1" 200 5065 0.003690 10.0.0.33 - - [2026-01-15 02:35:14] "GET /obj-perms HTTP/1.1" 200 5065 0.004271 10.0.0.242 - - [2026-01-15 02:35:14] "GET /obj-perms HTTP/1.1" 200 5065 0.003528 10.0.0.73 - - [2026-01-15 02:35:14] "GET /obj-perms HTTP/1.1" 200 5065 0.052606 10.0.0.242 - - [2026-01-15 02:35:14] "GET /virtual-machine/329eec01-e4d5-4b49-8c67-f25a0d7f13f9 HTTP/1.1" 200 1300 0.003880 10.0.0.242 - - [2026-01-15 02:35:15] "POST /neutron/port HTTP/1.1" 200 1224 0.048743 10.0.0.242 - - [2026-01-15 02:35:16] "GET /virtual-machine/329eec01-e4d5-4b49-8c67-f25a0d7f13f9 HTTP/1.1" 404 171 0.003834 10.0.0.242 - - [2026-01-15 02:35:16] "GET /virtual-machine/329eec01-e4d5-4b49-8c67-f25a0d7f13f9 HTTP/1.1" 404 171 0.003851 10.0.0.242 - - [2026-01-15 02:35:16] "GET /virtual-machine/329eec01-e4d5-4b49-8c67-f25a0d7f13f9 HTTP/1.1" 404 171 0.003147 10.0.0.242 - - [2026-01-15 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.242 - - [2026-01-15 02:35:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003551 10.0.0.242 - - [2026-01-15 02:35:16] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003330 10.0.0.242 - - [2026-01-15 02:35:17] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009114 10.0.0.242 - - [2026-01-15 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.242 - - [2026-01-15 02:35:17] "GET /routing-instance/b23acc59-411c-427b-bb47-736cc66842e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004709 10.0.0.242 - - [2026-01-15 02:35:17] "GET /route-target/9f6b0750-7d5f-4a1b-b3a2-93bac0ef99ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003462 10.0.0.242 - - [2026-01-15 02:35:17] "GET /obj-perms HTTP/1.1" 200 5065 0.003666 10.0.0.242 - - [2026-01-15 02:35:20] "GET /obj-perms HTTP/1.1" 200 5065 0.003881 10.0.0.242 - - [2026-01-15 02:35:20] "GET /virtual-network/8af50422-66eb-4203-8d2c-701722b045c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005429 10.0.0.73 - - [2026-01-15 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.050223 10.0.0.242 - - [2026-01-15 02:35:20] "POST /neutron/network HTTP/1.1" 200 1309 0.099798 10.0.0.242 - - [2026-01-15 02:35:20] "GET /virtual-network/8af50422-66eb-4203-8d2c-701722b045c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009162 10.0.0.242 - - [2026-01-15 02:35:20] "GET /virtual-network/f956acd6-36b0-4134-b19d-70ae8fc6102b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005107 10.0.0.242 - - [2026-01-15 02:35:21] "POST /neutron/network HTTP/1.1" 200 1309 0.093987 10.0.0.242 - - [2026-01-15 02:35:21] "GET /virtual-network/f956acd6-36b0-4134-b19d-70ae8fc6102b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005918 10.0.0.242 - - [2026-01-15 02:35:21] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005351 10.0.0.242 - - [2026-01-15 02:35:21] "POST /neutron/network HTTP/1.1" 200 1309 0.098330 10.0.0.73 - - [2026-01-15 02:35:21] "DELETE /access-control-list/4846458f-03bc-4427-9e61-857adb3aa10d HTTP/1.1" 200 115 0.062285 10.0.0.242 - - [2026-01-15 02:35:21] "GET /virtual-network/02a2ebfc-8d4f-4130-b6bb-b7ed0c2dfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.022728 10.0.0.242 - - [2026-01-15 02:35:21] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005505 10.0.0.73 - - [2026-01-15 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.004966 10.0.0.242 - - [2026-01-15 02:35:21] "POST /neutron/network HTTP/1.1" 200 1309 0.086823 10.0.0.73 - - [2026-01-15 02:35:21] "POST /ref-update HTTP/1.1" 200 156 0.043489 10.0.0.242 - - [2026-01-15 02:35:21] "GET /virtual-network/315252e5-aa25-43f7-b2cd-c59b70189504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006968 10.0.0.242 - - [2026-01-15 02:35:21] "DELETE /network-policy/a72a654a-ce3b-4953-8bf8-38f2fb2f8201 HTTP/1.1" 200 115 0.039262 10.0.0.242 - - [2026-01-15 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.73 - - [2026-01-15 02:35:21] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.242 - - [2026-01-15 02:35:22] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050489 10.0.0.242 - - [2026-01-15 02:35:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006778 10.0.0.242 - - [2026-01-15 02:35:22] "DELETE /network-policy/5d23e64b-20f8-4375-9ba6-aa038567a1b1 HTTP/1.1" 200 115 0.046760 10.0.0.242 - - [2026-01-15 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.73 - - [2026-01-15 02:35:22] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001505 10.0.0.242 - - [2026-01-15 02:35:22] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042172 10.0.0.242 - - [2026-01-15 02:35:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006767 10.0.0.242 - - [2026-01-15 02:35:22] "DELETE /network-policy/300e0c14-74ef-401f-9e8b-e86deeec3cbb HTTP/1.1" 200 115 0.044892 10.0.0.242 - - [2026-01-15 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.73 - - [2026-01-15 02:35:22] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.242 - - [2026-01-15 02:35:22] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062524 10.0.0.242 - - [2026-01-15 02:35:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006531 10.0.0.242 - - [2026-01-15 02:35:22] "DELETE /network-policy/088fdf21-43b8-4f6d-ad65-6cb0ed894875 HTTP/1.1" 200 115 0.058500 10.0.0.242 - - [2026-01-15 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.73 - - [2026-01-15 02:35:22] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.242 - - [2026-01-15 02:35:22] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044811 10.0.0.242 - - [2026-01-15 02:35:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007748 10.0.0.242 - - [2026-01-15 02:35:22] "DELETE /network-policy/b05014d2-d6ce-4120-9431-fafaaf41ef92 HTTP/1.1" 200 115 0.054843 10.0.0.242 - - [2026-01-15 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.73 - - [2026-01-15 02:35:22] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.242 - - [2026-01-15 02:35:22] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044125 10.0.0.242 - - [2026-01-15 02:35:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005829 10.0.0.242 - - [2026-01-15 02:35:23] "DELETE /network-policy/1e44d4c8-9906-4956-afcc-fd1d354d7cd8 HTTP/1.1" 200 115 0.041988 10.0.0.242 - - [2026-01-15 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.73 - - [2026-01-15 02:35:23] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.242 - - [2026-01-15 02:35:23] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044323 10.0.0.242 - - [2026-01-15 02:35:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005296 10.0.0.242 - - [2026-01-15 02:35:23] "DELETE /network-policy/483a522a-a6be-4b05-baf9-b452f407f02e HTTP/1.1" 200 115 0.036089 10.0.0.242 - - [2026-01-15 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.73 - - [2026-01-15 02:35:23] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.242 - - [2026-01-15 02:35:23] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040708 10.0.0.242 - - [2026-01-15 02:35:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004769 10.0.0.242 - - [2026-01-15 02:35:23] "DELETE /network-policy/d17f915c-a392-46f6-9db5-59f826619a34 HTTP/1.1" 200 115 0.044250 10.0.0.242 - - [2026-01-15 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.73 - - [2026-01-15 02:35:23] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.242 - - [2026-01-15 02:35:23] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037414 10.0.0.242 - - [2026-01-15 02:35:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073007&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005610 10.0.0.73 - - [2026-01-15 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.73 - - [2026-01-15 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.73 - - [2026-01-15 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002574 10.0.0.73 - - [2026-01-15 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002730 10.0.0.73 - - [2026-01-15 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.014122 10.0.0.73 - - [2026-01-15 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.242 - - [2026-01-15 02:35:23] "POST /neutron/network HTTP/1.1" 200 151 0.158516 10.0.0.73 - - [2026-01-15 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.242 - - [2026-01-15 02:35:24] "POST /neutron/network HTTP/1.1" 200 1309 0.012144 10.0.0.73 - - [2026-01-15 02:35:24] "DELETE /route-target/fd5748dd-30fc-4b54-89d9-8d254c60c8ce HTTP/1.1" 200 115 0.021310 10.0.0.73 - - [2026-01-15 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003605 10.0.0.73 - - [2026-01-15 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.73 - - [2026-01-15 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008227 10.0.0.73 - - [2026-01-15 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.73 - - [2026-01-15 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003740 10.0.0.73 - - [2026-01-15 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011910 10.0.0.242 - - [2026-01-15 02:35:25] "POST /neutron/network HTTP/1.1" 200 151 0.179346 10.0.0.242 - - [2026-01-15 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.242 - - [2026-01-15 02:35:25] "DELETE /network-ipam/02fced8e-a08e-4761-9b21-622f9da1608e HTTP/1.1" 200 115 0.030485 10.0.0.242 - - [2026-01-15 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 252 0.004164 10.0.0.73 - - [2026-01-15 02:35:25] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.73 - - [2026-01-15 02:35:25] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.049141 10.0.0.73 - - [2026-01-15 02:35:25] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.73 - - [2026-01-15 02:35:25] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?fields=security_groups HTTP/1.1" 200 1388 0.052217 10.0.0.73 - - [2026-01-15 02:35:25] "DELETE /security-group/4eb55e84-ca61-43e1-95d0-ba4fab97b4f1 HTTP/1.1" 200 115 0.048474 10.0.0.73 - - [2026-01-15 02:35:25] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.73 - - [2026-01-15 02:35:25] "DELETE /access-control-list/1601ab06-2399-43f1-8c4c-6af16ad5d296 HTTP/1.1" 200 115 0.044424 10.0.0.73 - - [2026-01-15 02:35:25] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?fields=application_policy_sets HTTP/1.1" 200 1427 0.040768 10.0.0.242 - - [2026-01-15 02:35:26] "DELETE /project/8c8b6053-b717-42e2-8d2d-049a5d98de27 HTTP/1.1" 200 115 0.389699 10.0.0.73 - - [2026-01-15 02:35:26] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.242 - - [2026-01-15 02:35:26] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?fields=projects HTTP/1.1" 200 1438 0.013610 10.0.0.242 - - [2026-01-15 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003128 10.0.0.73 - - [2026-01-15 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.004002 10.0.0.73 - - [2026-01-15 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.006110 10.0.0.73 - - [2026-01-15 02:35:31] "POST /security-groups HTTP/1.1" 200 599 0.070521 10.0.0.73 - - [2026-01-15 02:35:31] "POST /projects HTTP/1.1" 200 601 0.281116 10.0.0.242 - - [2026-01-15 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.331931 10.0.0.73 - - [2026-01-15 02:35:31] "POST /access-control-lists HTTP/1.1" 200 604 0.023610 10.0.0.73 - - [2026-01-15 02:35:31] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001272 10.0.0.242 - - [2026-01-15 02:35:31] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054467 10.0.0.242 - - [2026-01-15 02:35:31] "POST /network-policys HTTP/1.1" 200 559 0.069000 10.0.0.242 - - [2026-01-15 02:35:31] "GET /network-policy/926a076b-10b3-4f80-900c-a84f54570b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.009845 10.0.0.242 - - [2026-01-15 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.73 - - [2026-01-15 02:35:31] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.242 - - [2026-01-15 02:35:31] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038829 10.0.0.73 - - [2026-01-15 02:35:32] "POST /route-targets HTTP/1.1" 200 327 0.019401 10.0.0.73 - - [2026-01-15 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.242 - - [2026-01-15 02:35:32] "POST /neutron/subnet HTTP/1.1" 200 721 0.211675 10.0.0.242 - - [2026-01-15 02:35:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001587 10.0.0.242 - - [2026-01-15 02:35:32] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008673 10.0.0.242 - - [2026-01-15 02:35:32] "POST /neutron/network HTTP/1.1" 200 1007 0.009079 10.0.0.242 - - [2026-01-15 02:35:32] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004515 10.0.0.242 - - [2026-01-15 02:35:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.008106 10.0.0.73 - - [2026-01-15 02:35:33] "POST /access-control-lists HTTP/1.1" 200 599 0.042306 10.0.0.242 - - [2026-01-15 02:35:33] "POST /neutron/network HTTP/1.1" 200 1106 0.012450 10.0.0.242 - - [2026-01-15 02:35:33] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004995 10.0.0.242 - - [2026-01-15 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.242 - - [2026-01-15 02:35:33] "GET /network-policy/926a076b-10b3-4f80-900c-a84f54570b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004380 10.0.0.242 - - [2026-01-15 02:35:33] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007707 10.0.0.33 - - [2026-01-15 02:35:33] "GET /obj-perms HTTP/1.1" 200 5065 0.003637 10.0.0.242 - - [2026-01-15 02:35:33] "POST /id-to-fqname HTTP/1.1" 200 229 0.001235 10.0.0.73 - - [2026-01-15 02:35:34] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.242 - - [2026-01-15 02:35:34] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067570 10.0.0.242 - - [2026-01-15 02:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.005871 10.0.0.242 - - [2026-01-15 02:35:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001135 10.0.0.242 - - [2026-01-15 02:35:35] "POST /neutron/network HTTP/1.1" 200 1116 0.007882 10.0.0.242 - - [2026-01-15 02:35:36] "POST /neutron/port HTTP/1.1" 200 1174 0.024594 10.0.0.73 - - [2026-01-15 02:35:36] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.242 - - [2026-01-15 02:35:36] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.148728 10.0.0.242 - - [2026-01-15 02:35:36] "POST /neutron/port HTTP/1.1" 200 1238 0.047701 10.0.0.242 - - [2026-01-15 02:35:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004429 10.0.0.242 - - [2026-01-15 02:35:36] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.242 - - [2026-01-15 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007540 10.0.0.242 - - [2026-01-15 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006506 10.0.0.242 - - [2026-01-15 02:35:37] "POST /neutron/port HTTP/1.1" 200 1174 0.024667 10.0.0.242 - - [2026-01-15 02:35:37] "POST /neutron/port HTTP/1.1" 200 1238 0.019119 10.0.0.242 - - [2026-01-15 02:35:37] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014091 10.0.0.242 - - [2026-01-15 02:35:37] "POST /neutron/network HTTP/1.1" 200 1106 0.010139 10.0.0.242 - - [2026-01-15 02:35:41] "POST /neutron/port HTTP/1.1" 200 1238 0.015478 10.0.0.242 - - [2026-01-15 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006511 10.0.0.242 - - [2026-01-15 02:35:42] "GET /virtual-machine/eaa49e7b-80f1-4baf-9afe-9c766a3b54e4 HTTP/1.1" 200 1301 0.006313 10.0.0.242 - - [2026-01-15 02:35:42] "GET /virtual-machine-interface/aac910c0-fc2c-46cc-bec8-eb2eb583aed2 HTTP/1.1" 200 3179 0.005272 10.0.0.242 - - [2026-01-15 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006572 10.0.0.242 - - [2026-01-15 02:35:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003550 10.0.0.242 - - [2026-01-15 02:35:42] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003048 10.0.0.242 - - [2026-01-15 02:35:42] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005287 10.0.0.242 - - [2026-01-15 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.242 - - [2026-01-15 02:35:45] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004567 10.0.0.242 - - [2026-01-15 02:35:47] "POST /neutron/network HTTP/1.1" 200 1116 0.008234 10.0.0.242 - - [2026-01-15 02:35:47] "POST /neutron/subnet HTTP/1.1" 200 1381 0.016136 10.0.0.242 - - [2026-01-15 02:35:47] "POST /neutron/network HTTP/1.1" 200 1106 0.008459 10.0.0.242 - - [2026-01-15 02:35:48] "POST /neutron/network HTTP/1.1" 200 1116 0.006230 10.0.0.242 - - [2026-01-15 02:35:48] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014021 10.0.0.242 - - [2026-01-15 02:35:48] "POST /neutron/network HTTP/1.1" 200 1106 0.008637 10.0.0.242 - - [2026-01-15 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.242 - - [2026-01-15 02:35:49] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005348 10.0.0.73 - - [2026-01-15 02:35:52] "DELETE /project/8c8b6053b71742e28d2d049a5d98de27 HTTP/1.1" 404 173 0.035069 10.0.0.242 - - [2026-01-15 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.242 - - [2026-01-15 02:35:53] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005887 10.0.0.242 - - [2026-01-15 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2026-01-15 02:35:57] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005736 10.0.0.242 - - [2026-01-15 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.242 - - [2026-01-15 02:36:01] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005228 10.0.0.242 - - [2026-01-15 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.242 - - [2026-01-15 02:36:05] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004881 10.0.0.242 - - [2026-01-15 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.242 - - [2026-01-15 02:36:09] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.010262 10.0.0.242 - - [2026-01-15 02:36:10] "GET /obj-perms HTTP/1.1" 200 5075 0.075798 10.0.0.242 - - [2026-01-15 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.242 - - [2026-01-15 02:36:14] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006146 10.0.0.242 - - [2026-01-15 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.242 - - [2026-01-15 02:36:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004348 10.0.0.242 - - [2026-01-15 02:36:16] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002604 10.0.0.242 - - [2026-01-15 02:36:16] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007040 10.0.0.242 - - [2026-01-15 02:36:21] "POST /neutron/port HTTP/1.1" 200 1238 0.018025 10.0.0.242 - - [2026-01-15 02:36:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.036186 10.0.0.242 - - [2026-01-15 02:36:31] "POST /neutron/port HTTP/1.1" 200 1238 0.017265 10.0.0.242 - - [2026-01-15 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006596 10.0.0.242 - - [2026-01-15 02:36:37] "POST /neutron/port HTTP/1.1" 200 1238 0.018262 10.0.0.242 - - [2026-01-15 02:36:37] "GET /virtual-machine/d5f6b861-00d0-4820-8da6-85eb231317c5 HTTP/1.1" 200 1301 0.005459 10.0.0.242 - - [2026-01-15 02:36:37] "GET /virtual-machine-interface/e6fff64f-d17b-49be-b1c0-f8a4c91c51ef HTTP/1.1" 200 3179 0.004889 10.0.0.242 - - [2026-01-15 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.242 - - [2026-01-15 02:36:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004322 10.0.0.242 - - [2026-01-15 02:36:37] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003046 10.0.0.242 - - [2026-01-15 02:36:37] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005197 10.0.0.242 - - [2026-01-15 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006501 10.0.0.242 - - [2026-01-15 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.242 - - [2026-01-15 02:36:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003294 10.0.0.242 - - [2026-01-15 02:36:38] "GET /virtual-networks?parent_id=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002574 10.0.0.242 - - [2026-01-15 02:36:38] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005598 10.0.0.242 - - [2026-01-15 02:36:43] "POST /neutron/port HTTP/1.1" 200 1238 0.016496 10.0.0.242 - - [2026-01-15 02:36:47] "POST /neutron/port HTTP/1.1" 200 1238 0.015869 10.0.0.242 - - [2026-01-15 02:36:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003647 10.0.0.242 - - [2026-01-15 02:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.242 - - [2026-01-15 02:36:48] "POST /neutron/port HTTP/1.1" 200 1238 0.019220 10.0.0.242 - - [2026-01-15 02:36:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003980 10.0.0.242 - - [2026-01-15 02:36:48] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.242 - - [2026-01-15 02:37:05] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007071 10.0.0.73 - - [2026-01-15 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.007267 10.0.0.242 - - [2026-01-15 02:37:05] "POST /neutron/network HTTP/1.1" 200 1007 0.071831 10.0.0.242 - - [2026-01-15 02:37:05] "GET /virtual-network/8f1af44f-6383-45fd-ab83-505be76f14fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005225 10.0.0.242 - - [2026-01-15 02:37:05] "POST /neutron/network HTTP/1.1" 400 204 0.013486 10.0.0.242 - - [2026-01-15 02:37:06] "POST /neutron/port HTTP/1.1" 200 1228 0.019335 10.0.0.242 - - [2026-01-15 02:37:06] "POST /neutron/port HTTP/1.1" 200 151 0.281673 10.0.0.73 - - [2026-01-15 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.051984 10.0.0.242 - - [2026-01-15 02:37:08] "DELETE /network-policy/926a076b-10b3-4f80-900c-a84f54570b09 HTTP/1.1" 200 115 0.039279 10.0.0.73 - - [2026-01-15 02:37:11] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.059612 10.0.0.242 - - [2026-01-15 02:37:11] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.434334 10.0.0.73 - - [2026-01-15 02:37:11] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.73 - - [2026-01-15 02:37:11] "GET /obj-perms HTTP/1.1" 200 5075 0.150713 10.0.0.242 - - [2026-01-15 02:37:11] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?fields=virtual_networks HTTP/1.1" 200 1049 0.039918 10.0.0.73 - - [2026-01-15 02:37:11] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.242 - - [2026-01-15 02:37:11] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.075035 10.0.0.73 - - [2026-01-15 02:37:11] "GET /projects?obj_uuids=8c8b6053-b717-42e2-8d2d-049a5d98de27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.242 - - [2026-01-15 02:37:11] "GET /project/8c8b6053-b717-42e2-8d2d-049a5d98de27?fields=security_groups HTTP/1.1" 200 1283 0.038464 10.0.0.242 - - [2026-01-15 02:37:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.042488 10.0.0.73 - - [2026-01-15 02:37:13] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004207 10.0.0.73 - - [2026-01-15 02:37:13] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.73 - - [2026-01-15 02:37:13] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006055 10.0.0.73 - - [2026-01-15 02:37:13] "POST /id-to-fqname HTTP/1.1" 200 204 0.006500 10.0.0.73 - - [2026-01-15 02:37:13] "POST /fqname-to-id HTTP/1.1" 404 213 0.019889 10.0.0.73 - - [2026-01-15 02:37:13] "POST /security-groups HTTP/1.1" 200 605 0.047243 10.0.0.73 - - [2026-01-15 02:37:13] "POST /projects HTTP/1.1" 200 613 0.277881 10.0.0.73 - - [2026-01-15 02:37:13] "POST /access-control-lists HTTP/1.1" 200 610 0.036405 10.0.0.73 - - [2026-01-15 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.357146 10.0.0.242 - - [2026-01-15 02:37:13] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.538555 10.0.0.242 - - [2026-01-15 02:37:15] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.242 - - [2026-01-15 02:37:19] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.73 - - [2026-01-15 02:37:19] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000889 10.0.0.242 - - [2026-01-15 02:37:19] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.074431 10.0.0.242 - - [2026-01-15 02:37:19] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.242 - - [2026-01-15 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.73 - - [2026-01-15 02:37:20] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.242 - - [2026-01-15 02:37:20] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006629 10.0.0.242 - - [2026-01-15 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.73 - - [2026-01-15 02:37:20] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000856 10.0.0.242 - - [2026-01-15 02:37:20] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.047191 10.0.0.242 - - [2026-01-15 02:37:21] "GET /domains HTTP/1.1" 401 293 0.000373 10.0.0.242 - - [2026-01-15 02:37:22] "GET /domains HTTP/1.1" 200 280 0.032212 10.0.0.73 - - [2026-01-15 02:37:22] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.242 - - [2026-01-15 02:37:22] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b HTTP/1.1" 200 2975 0.007948 10.0.0.73 - - [2026-01-15 02:37:22] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000842 10.0.0.242 - - [2026-01-15 02:37:22] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322 HTTP/1.1" 200 1937 0.083727 10.0.0.242 - - [2026-01-15 02:37:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002971 10.0.0.242 - - [2026-01-15 02:37:22] "POST /network-ipams HTTP/1.1" 200 627 0.025289 10.0.0.242 - - [2026-01-15 02:37:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003020 10.0.0.242 - - [2026-01-15 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.242 - - [2026-01-15 02:37:22] "GET /network-ipam/498f0fb5-c76a-45c3-9a7d-4d7c672aeb3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.007265 10.0.0.242 - - [2026-01-15 02:37:22] "PUT /network-ipam/498f0fb5-c76a-45c3-9a7d-4d7c672aeb3f HTTP/1.1" 200 258 0.013451 10.0.0.242 - - [2026-01-15 02:37:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000600 10.0.0.242 - - [2026-01-15 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.032913 10.0.0.73 - - [2026-01-15 02:37:23] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000807 10.0.0.242 - - [2026-01-15 02:37:23] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.041896 10.0.0.242 - - [2026-01-15 02:37:23] "POST /neutron/network HTTP/1.1" 200 117 0.039938 10.0.0.73 - - [2026-01-15 02:37:23] "POST /route-targets HTTP/1.1" 200 327 0.012398 10.0.0.73 - - [2026-01-15 02:37:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005008 10.0.0.242 - - [2026-01-15 02:37:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.178484 10.0.0.242 - - [2026-01-15 02:37:23] "POST /id-to-fqname HTTP/1.1" 200 237 0.001721 10.0.0.242 - - [2026-01-15 02:37:24] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006019 10.0.0.242 - - [2026-01-15 02:37:24] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007099 10.0.0.242 - - [2026-01-15 02:37:24] "POST /neutron/network HTTP/1.1" 200 1143 0.009672 10.0.0.242 - - [2026-01-15 02:37:24] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005678 10.0.0.242 - - [2026-01-15 02:37:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.003730 10.0.0.242 - - [2026-01-15 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.73 - - [2026-01-15 02:37:26] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000846 10.0.0.242 - - [2026-01-15 02:37:26] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.033504 10.0.0.242 - - [2026-01-15 02:37:26] "POST /network-policys HTTP/1.1" 200 565 0.026215 10.0.0.242 - - [2026-01-15 02:37:26] "GET /network-policy/97f2c4cd-f715-45f4-81ed-ac7cf0b0aaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005482 10.0.0.242 - - [2026-01-15 02:37:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.003186 10.0.0.242 - - [2026-01-15 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.73 - - [2026-01-15 02:37:26] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000821 10.0.0.242 - - [2026-01-15 02:37:26] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.038203 10.0.0.242 - - [2026-01-15 02:37:26] "POST /network-policys HTTP/1.1" 200 565 0.027429 10.0.0.242 - - [2026-01-15 02:37:26] "GET /network-policy/d687a5d7-c57f-4597-b6da-3604d35ad5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005777 10.0.0.242 - - [2026-01-15 02:37:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.003615 10.0.0.242 - - [2026-01-15 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.73 - - [2026-01-15 02:37:27] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000875 10.0.0.242 - - [2026-01-15 02:37:27] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.081096 10.0.0.242 - - [2026-01-15 02:37:27] "POST /network-policys HTTP/1.1" 200 565 0.027987 10.0.0.242 - - [2026-01-15 02:37:27] "GET /network-policy/762c846a-aeb7-4763-9d95-aaba062d6923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005548 10.0.0.242 - - [2026-01-15 02:37:27] "POST /neutron/network HTTP/1.1" 200 1143 0.009066 10.0.0.73 - - [2026-01-15 02:37:27] "POST /access-control-lists HTTP/1.1" 200 611 0.049685 10.0.0.242 - - [2026-01-15 02:37:27] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.007579 10.0.0.242 - - [2026-01-15 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.242 - - [2026-01-15 02:37:27] "GET /network-policy/97f2c4cd-f715-45f4-81ed-ac7cf0b0aaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004069 10.0.0.242 - - [2026-01-15 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2026-01-15 02:37:27] "GET /network-policy/d687a5d7-c57f-4597-b6da-3604d35ad5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004305 10.0.0.242 - - [2026-01-15 02:37:27] "POST /id-to-fqname HTTP/1.1" 200 237 0.001437 10.0.0.242 - - [2026-01-15 02:37:28] "POST /neutron/network HTTP/1.1" 200 1351 0.006785 10.0.0.73 - - [2026-01-15 02:37:28] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001163 10.0.0.242 - - [2026-01-15 02:37:28] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.069892 10.0.0.242 - - [2026-01-15 02:37:29] "POST /neutron/port HTTP/1.1" 200 117 0.006323 10.0.0.73 - - [2026-01-15 02:37:29] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000943 10.0.0.242 - - [2026-01-15 02:37:30] "POST /neutron/port HTTP/1.1" 200 1182 0.369071 10.0.0.242 - - [2026-01-15 02:37:30] "POST /neutron/port HTTP/1.1" 200 1236 0.124060 10.0.0.242 - - [2026-01-15 02:37:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.242 - - [2026-01-15 02:37:30] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.242 - - [2026-01-15 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008305 10.0.0.242 - - [2026-01-15 02:37:34] "POST /neutron/port HTTP/1.1" 200 1246 0.018444 10.0.0.242 - - [2026-01-15 02:37:34] "GET /virtual-machine/42ee6af9-18f5-482c-80f5-8b4553be4ffb HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2026-01-15 02:37:35] "GET /virtual-machine/42ee6af9-18f5-482c-80f5-8b4553be4ffb HTTP/1.1" 200 1305 0.035173 10.0.0.242 - - [2026-01-15 02:37:35] "GET /virtual-machine-interface/7940a10f-3e35-41bf-81d6-e49e2019b753 HTTP/1.1" 200 3176 0.005679 10.0.0.242 - - [2026-01-15 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.242 - - [2026-01-15 02:37:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004789 10.0.0.242 - - [2026-01-15 02:37:35] "GET /virtual-networks?parent_id=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003064 10.0.0.242 - - [2026-01-15 02:37:35] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.007917 10.0.0.73 - - [2026-01-15 02:37:38] "DELETE /access-control-list/2932ddd1-6157-4d9c-8493-c0dbf9596365 HTTP/1.1" 200 115 0.033879 10.0.0.242 - - [2026-01-15 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.242 - - [2026-01-15 02:37:38] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005983 10.0.0.242 - - [2026-01-15 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.242 - - [2026-01-15 02:37:42] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005295 10.0.0.242 - - [2026-01-15 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 02:37:46] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005090 10.0.0.242 - - [2026-01-15 02:37:48] "POST /neutron/port HTTP/1.1" 200 1246 0.019295 10.0.0.242 - - [2026-01-15 02:37:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005399 10.0.0.242 - - [2026-01-15 02:37:48] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.242 - - [2026-01-15 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.242 - - [2026-01-15 02:37:50] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.004988 10.0.0.73 - - [2026-01-15 02:37:52] "DELETE /project/efc0d8592e07460eadc37afffffd5322 HTTP/1.1" 404 173 0.003968 10.0.0.73 - - [2026-01-15 02:37:52] "DELETE /project/8c8b6053-b717-42e2-8d2d-049a5d98de27 HTTP/1.1" 404 177 0.003586 10.0.0.242 - - [2026-01-15 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.242 - - [2026-01-15 02:37:54] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005363 10.0.0.242 - - [2026-01-15 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.242 - - [2026-01-15 02:37:58] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006552 10.0.0.242 - - [2026-01-15 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2026-01-15 02:38:02] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005628 10.0.0.242 - - [2026-01-15 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.242 - - [2026-01-15 02:38:06] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006140 10.0.0.242 - - [2026-01-15 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.242 - - [2026-01-15 02:38:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003575 10.0.0.242 - - [2026-01-15 02:38:09] "GET /virtual-networks?parent_id=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002606 10.0.0.242 - - [2026-01-15 02:38:09] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006234 10.0.0.242 - - [2026-01-15 02:38:09] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007069 10.0.0.33 - - [2026-01-15 02:38:12] "GET /obj-perms HTTP/1.1" 200 5075 0.071079 10.0.0.242 - - [2026-01-15 02:38:19] "POST /neutron/port HTTP/1.1" 200 1246 0.022845 10.0.0.242 - - [2026-01-15 02:38:20] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006436 10.0.0.242 - - [2026-01-15 02:38:29] "POST /neutron/port HTTP/1.1" 200 1246 0.024566 10.0.0.242 - - [2026-01-15 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006425 10.0.0.242 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.242 - - [2026-01-15 02:38:35] "GET /network-policy/97f2c4cd-f715-45f4-81ed-ac7cf0b0aaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003809 10.0.0.242 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.242 - - [2026-01-15 02:38:35] "GET /network-policy/d687a5d7-c57f-4597-b6da-3604d35ad5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004428 10.0.0.242 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.242 - - [2026-01-15 02:38:35] "GET /network-policy/762c846a-aeb7-4763-9d95-aaba062d6923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004403 10.0.0.242 - - [2026-01-15 02:38:35] "POST /neutron/network HTTP/1.1" 200 1341 0.009156 10.0.0.73 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.010651 10.0.0.242 - - [2026-01-15 02:38:35] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007581 10.0.0.242 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.242 - - [2026-01-15 02:38:35] "GET /network-policy/762c846a-aeb7-4763-9d95-aaba062d6923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004174 10.0.0.242 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.242 - - [2026-01-15 02:38:35] "GET /network-policy/97f2c4cd-f715-45f4-81ed-ac7cf0b0aaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004186 10.0.0.242 - - [2026-01-15 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.242 - - [2026-01-15 02:38:35] "GET /network-policy/d687a5d7-c57f-4597-b6da-3604d35ad5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.003616 10.0.0.242 - - [2026-01-15 02:38:41] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005800 10.0.0.242 - - [2026-01-15 02:38:41] "POST /neutron/network HTTP/1.1" 200 1433 0.009003 10.0.0.242 - - [2026-01-15 02:38:41] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.008345 10.0.0.242 - - [2026-01-15 02:38:46] "GET /virtual-machine/42ee6af9-18f5-482c-80f5-8b4553be4ffb HTTP/1.1" 200 1305 0.004675 10.0.0.242 - - [2026-01-15 02:38:46] "POST /neutron/port HTTP/1.1" 200 1246 0.016001 10.0.0.242 - - [2026-01-15 02:38:48] "GET /virtual-machine/42ee6af9-18f5-482c-80f5-8b4553be4ffb HTTP/1.1" 404 171 0.004099 10.0.0.242 - - [2026-01-15 02:38:48] "GET /virtual-machine/42ee6af9-18f5-482c-80f5-8b4553be4ffb HTTP/1.1" 404 171 0.003312 10.0.0.242 - - [2026-01-15 02:38:48] "GET /virtual-machine/42ee6af9-18f5-482c-80f5-8b4553be4ffb HTTP/1.1" 404 171 0.002891 10.0.0.242 - - [2026-01-15 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.242 - - [2026-01-15 02:38:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003799 10.0.0.242 - - [2026-01-15 02:38:48] "GET /virtual-networks?parent_id=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002617 10.0.0.242 - - [2026-01-15 02:38:48] "GET /virtual-network/667ff808-f7dd-45fd-ac4f-2fa40fec18f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006832 10.0.0.242 - - [2026-01-15 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.33 - - [2026-01-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2026-01-15 02:38:48] "GET /routing-instance/612e11f8-6b80-4c18-9841-e434dbc2a2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004931 10.0.0.33 - - [2026-01-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.242 - - [2026-01-15 02:38:48] "GET /route-target/8fbf0fa6-0cc1-40f1-9229-513c07eab23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004158 10.0.0.242 - - [2026-01-15 02:38:48] "GET /obj-perms HTTP/1.1" 200 5040 0.060664 10.0.0.73 - - [2026-01-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.73 - - [2026-01-15 02:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.33 - - [2026-01-15 02:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.33 - - [2026-01-15 02:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.73 - - [2026-01-15 02:38:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.73 - - [2026-01-15 02:38:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2026-01-15 02:38:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.242 - - [2026-01-15 02:38:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2026-01-15 02:38:52] "GET /obj-perms HTTP/1.1" 200 5040 0.003400 10.0.0.73 - - [2026-01-15 02:38:52] "GET /obj-perms HTTP/1.1" 200 5040 0.052944 10.0.0.242 - - [2026-01-15 02:38:52] "DELETE /network-policy/762c846a-aeb7-4763-9d95-aaba062d6923 HTTP/1.1" 200 115 0.030956 10.0.0.242 - - [2026-01-15 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.73 - - [2026-01-15 02:38:52] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000850 10.0.0.242 - - [2026-01-15 02:38:52] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.039859 10.0.0.242 - - [2026-01-15 02:38:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12228153&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005510 10.0.0.242 - - [2026-01-15 02:38:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.242 - - [2026-01-15 02:38:52] "DELETE /network-policy/d687a5d7-c57f-4597-b6da-3604d35ad5f2 HTTP/1.1" 200 115 0.037840 10.0.0.242 - - [2026-01-15 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.73 - - [2026-01-15 02:38:52] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001048 10.0.0.242 - - [2026-01-15 02:38:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2026-01-15 02:38:52] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046383 10.0.0.242 - - [2026-01-15 02:38:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12228153&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005606 10.0.0.242 - - [2026-01-15 02:38:52] "DELETE /network-policy/97f2c4cd-f715-45f4-81ed-ac7cf0b0aaad HTTP/1.1" 200 115 0.038442 10.0.0.242 - - [2026-01-15 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.73 - - [2026-01-15 02:38:53] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001232 10.0.0.242 - - [2026-01-15 02:38:53] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.035283 10.0.0.242 - - [2026-01-15 02:38:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12228153&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004855 10.0.0.242 - - [2026-01-15 02:38:53] "POST /neutron/network HTTP/1.1" 200 1143 0.008249 10.0.0.73 - - [2026-01-15 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.242 - - [2026-01-15 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.242 - - [2026-01-15 02:38:53] "DELETE /network-ipam/498f0fb5-c76a-45c3-9a7d-4d7c672aeb3f HTTP/1.1" 200 115 0.036050 10.0.0.242 - - [2026-01-15 02:38:53] "POST /fqname-to-id HTTP/1.1" 404 264 0.003371 10.0.0.73 - - [2026-01-15 02:38:53] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000830 10.0.0.73 - - [2026-01-15 02:38:53] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.039396 10.0.0.73 - - [2026-01-15 02:38:53] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000881 10.0.0.73 - - [2026-01-15 02:38:53] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?fields=security_groups HTTP/1.1" 200 1406 0.044528 10.0.0.73 - - [2026-01-15 02:38:53] "DELETE /security-group/1183ac3f-007d-48b1-b95a-3a560c48e16d HTTP/1.1" 200 115 0.060530 10.0.0.73 - - [2026-01-15 02:38:53] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002501 10.0.0.73 - - [2026-01-15 02:38:53] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?fields=application_policy_sets HTTP/1.1" 200 1445 0.048350 10.0.0.73 - - [2026-01-15 02:38:54] "DELETE /access-control-list/acf3af82-7604-4711-916d-bb14c2ceb101 HTTP/1.1" 200 115 0.064815 10.0.0.242 - - [2026-01-15 02:38:54] "DELETE /project/efc0d859-2e07-460e-adc3-7afffffd5322 HTTP/1.1" 200 115 0.441601 10.0.0.73 - - [2026-01-15 02:38:54] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.242 - - [2026-01-15 02:38:54] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?fields=projects HTTP/1.1" 200 1438 0.019364 10.0.0.73 - - [2026-01-15 02:38:56] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003717 10.0.0.73 - - [2026-01-15 02:38:56] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.73 - - [2026-01-15 02:38:56] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047952 10.0.0.73 - - [2026-01-15 02:38:57] "POST /id-to-fqname HTTP/1.1" 200 204 0.001217 10.0.0.73 - - [2026-01-15 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 213 0.006121 10.0.0.73 - - [2026-01-15 02:38:57] "POST /security-groups HTTP/1.1" 200 605 0.074141 10.0.0.73 - - [2026-01-15 02:38:57] "POST /projects HTTP/1.1" 200 613 0.312159 10.0.0.73 - - [2026-01-15 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.353876 10.0.0.73 - - [2026-01-15 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 247 0.005349 10.0.0.242 - - [2026-01-15 02:38:57] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.502737 10.0.0.73 - - [2026-01-15 02:38:57] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000847 10.0.0.242 - - [2026-01-15 02:38:57] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?fields=virtual_networks HTTP/1.1" 200 1061 0.056007 10.0.0.73 - - [2026-01-15 02:38:57] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000952 10.0.0.242 - - [2026-01-15 02:38:57] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.052102 10.0.0.73 - - [2026-01-15 02:38:57] "GET /projects?obj_uuids=efc0d859-2e07-460e-adc3-7afffffd5322&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000998 10.0.0.242 - - [2026-01-15 02:38:57] "GET /project/efc0d859-2e07-460e-adc3-7afffffd5322?fields=security_groups HTTP/1.1" 200 1301 0.042037 10.0.0.242 - - [2026-01-15 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 204 0.032134 10.0.0.73 - - [2026-01-15 02:38:58] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003274 10.0.0.73 - - [2026-01-15 02:38:58] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.73 - - [2026-01-15 02:38:58] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008410 10.0.0.73 - - [2026-01-15 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 206 0.004085 10.0.0.73 - - [2026-01-15 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.007461 10.0.0.73 - - [2026-01-15 02:38:58] "POST /security-groups HTTP/1.1" 200 607 0.074240 10.0.0.73 - - [2026-01-15 02:38:59] "POST /projects HTTP/1.1" 200 617 0.284348 10.0.0.73 - - [2026-01-15 02:38:59] "POST /access-control-lists HTTP/1.1" 200 612 0.031081 10.0.0.73 - - [2026-01-15 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.363488 10.0.0.242 - - [2026-01-15 02:38:59] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.510812 10.0.0.242 - - [2026-01-15 02:39:00] "GET / HTTP/1.1" 200 35931 0.001972 10.0.0.242 - - [2026-01-15 02:39:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.242 - - [2026-01-15 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 233 0.074919 10.0.0.242 - - [2026-01-15 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.73 - - [2026-01-15 02:39:04] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000868 10.0.0.242 - - [2026-01-15 02:39:04] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.052346 10.0.0.242 - - [2026-01-15 02:39:04] "POST /network-policys HTTP/1.1" 200 567 0.045622 10.0.0.242 - - [2026-01-15 02:39:04] "GET /network-policy/616f1c32-4f50-4ccd-9319-d070523ca534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005932 10.0.0.242 - - [2026-01-15 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.73 - - [2026-01-15 02:39:04] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003335 10.0.0.242 - - [2026-01-15 02:39:04] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.051792 10.0.0.73 - - [2026-01-15 02:39:04] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001209 10.0.0.242 - - [2026-01-15 02:39:04] "POST /neutron/network HTTP/1.1" 200 623 0.177963 10.0.0.73 - - [2026-01-15 02:39:04] "POST /route-targets HTTP/1.1" 200 327 0.018494 10.0.0.242 - - [2026-01-15 02:39:05] "POST /neutron/network HTTP/1.1" 200 1014 0.010514 10.0.0.242 - - [2026-01-15 02:39:05] "POST /id-to-fqname HTTP/1.1" 200 237 0.000997 10.0.0.242 - - [2026-01-15 02:39:05] "GET /virtual-network/d51b2df7-e611-48ec-bbc2-542c593c1992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005035 10.0.0.242 - - [2026-01-15 02:39:05] "GET /virtual-network/d51b2df7-e611-48ec-bbc2-542c593c1992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005581 10.0.0.242 - - [2026-01-15 02:39:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.015241 10.0.0.73 - - [2026-01-15 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.020880 10.0.0.242 - - [2026-01-15 02:39:05] "POST /neutron/network HTTP/1.1" 200 1121 0.102744 10.0.0.73 - - [2026-01-15 02:39:05] "POST /access-control-lists HTTP/1.1" 200 607 0.078596 10.0.0.242 - - [2026-01-15 02:39:05] "GET /virtual-network/d51b2df7-e611-48ec-bbc2-542c593c1992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005903 10.0.0.242 - - [2026-01-15 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.242 - - [2026-01-15 02:39:05] "GET /network-policy/616f1c32-4f50-4ccd-9319-d070523ca534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.063084 10.0.0.242 - - [2026-01-15 02:39:06] "GET /virtual-network/d51b2df7-e611-48ec-bbc2-542c593c1992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005374 10.0.0.242 - - [2026-01-15 02:39:07] "GET /obj-perms HTTP/1.1" 200 5081 0.070765 10.0.0.242 - - [2026-01-15 02:39:08] "DELETE /network-policy/616f1c32-4f50-4ccd-9319-d070523ca534 HTTP/1.1" 409 238 0.007787 10.0.0.73 - - [2026-01-15 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.73 - - [2026-01-15 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.73 - - [2026-01-15 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.73 - - [2026-01-15 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.242 - - [2026-01-15 02:39:08] "POST /neutron/network HTTP/1.1" 200 151 0.151456 10.0.0.73 - - [2026-01-15 02:39:08] "DELETE /route-target/386deeb1-2c23-40b2-8c0f-9ecdded23d55 HTTP/1.1" 200 115 0.038418 10.0.0.242 - - [2026-01-15 02:39:08] "DELETE /network-policy/616f1c32-4f50-4ccd-9319-d070523ca534 HTTP/1.1" 200 115 0.037407 10.0.0.242 - - [2026-01-15 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.73 - - [2026-01-15 02:39:08] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001401 10.0.0.242 - - [2026-01-15 02:39:08] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.062398 10.0.0.242 - - [2026-01-15 02:39:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-17558526&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005331 10.0.0.73 - - [2026-01-15 02:39:11] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001058 10.0.0.242 - - [2026-01-15 02:39:11] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.064186 10.0.0.73 - - [2026-01-15 02:39:11] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001132 10.0.0.242 - - [2026-01-15 02:39:11] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?fields=virtual_networks HTTP/1.1" 200 1064 0.063749 10.0.0.73 - - [2026-01-15 02:39:11] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000862 10.0.0.242 - - [2026-01-15 02:39:11] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.043383 10.0.0.73 - - [2026-01-15 02:39:11] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001116 10.0.0.242 - - [2026-01-15 02:39:11] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?fields=security_groups HTTP/1.1" 200 1306 0.051367 10.0.0.242 - - [2026-01-15 02:39:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.060723 10.0.0.73 - - [2026-01-15 02:39:13] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003783 10.0.0.73 - - [2026-01-15 02:39:13] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.73 - - [2026-01-15 02:39:13] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008255 10.0.0.73 - - [2026-01-15 02:39:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.005714 10.0.0.73 - - [2026-01-15 02:39:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.008989 10.0.0.73 - - [2026-01-15 02:39:13] "POST /security-groups HTTP/1.1" 200 591 0.029721 10.0.0.73 - - [2026-01-15 02:39:13] "POST /projects HTTP/1.1" 200 585 0.245941 10.0.0.73 - - [2026-01-15 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.290513 10.0.0.73 - - [2026-01-15 02:39:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.006338 10.0.0.242 - - [2026-01-15 02:39:13] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.515242 10.0.0.33 - - [2026-01-15 02:39:14] "GET /obj-perms HTTP/1.1" 200 5075 0.106486 10.0.0.242 - - [2026-01-15 02:39:15] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.242 - - [2026-01-15 02:39:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000419 10.0.0.242 - - [2026-01-15 02:39:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.067868 10.0.0.242 - - [2026-01-15 02:39:17] "POST /network-ipams HTTP/1.1" 200 513 0.026013 10.0.0.242 - - [2026-01-15 02:39:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003144 10.0.0.242 - - [2026-01-15 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2026-01-15 02:39:17] "GET /network-ipam/fdf8bdf7-e6bb-4db9-acaa-1b18131423c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005898 10.0.0.242 - - [2026-01-15 02:39:18] "PUT /network-ipam/fdf8bdf7-e6bb-4db9-acaa-1b18131423c0 HTTP/1.1" 200 258 0.016554 10.0.0.242 - - [2026-01-15 02:39:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003419 10.0.0.242 - - [2026-01-15 02:39:18] "POST /network-ipams HTTP/1.1" 200 513 0.028389 10.0.0.242 - - [2026-01-15 02:39:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004416 10.0.0.242 - - [2026-01-15 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.242 - - [2026-01-15 02:39:18] "GET /network-ipam/1b40ac86-e30b-4b74-a9b8-68d82edc0e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005740 10.0.0.242 - - [2026-01-15 02:39:18] "PUT /network-ipam/1b40ac86-e30b-4b74-a9b8-68d82edc0e18 HTTP/1.1" 200 258 0.027095 10.0.0.242 - - [2026-01-15 02:39:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003110 10.0.0.242 - - [2026-01-15 02:39:18] "POST /network-ipams HTTP/1.1" 200 513 0.026809 10.0.0.242 - - [2026-01-15 02:39:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003909 10.0.0.242 - - [2026-01-15 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006508 10.0.0.242 - - [2026-01-15 02:39:18] "GET /network-ipam/aa4f9e23-37a6-4c2e-af1b-44a61b10e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.009414 10.0.0.242 - - [2026-01-15 02:39:18] "PUT /network-ipam/aa4f9e23-37a6-4c2e-af1b-44a61b10e08d HTTP/1.1" 200 258 0.011962 10.0.0.242 - - [2026-01-15 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.73 - - [2026-01-15 02:39:19] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.242 - - [2026-01-15 02:39:19] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047966 10.0.0.73 - - [2026-01-15 02:39:20] "POST /ref-update HTTP/1.1" 200 156 0.037502 10.0.0.73 - - [2026-01-15 02:39:20] "POST /useragent-kv HTTP/1.1" 200 115 0.013317 10.0.0.242 - - [2026-01-15 02:39:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.282585 10.0.0.242 - - [2026-01-15 02:39:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001192 10.0.0.242 - - [2026-01-15 02:39:20] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004743 10.0.0.242 - - [2026-01-15 02:39:20] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005248 10.0.0.242 - - [2026-01-15 02:39:20] "POST /neutron/network HTTP/1.1" 200 823 0.006445 10.0.0.242 - - [2026-01-15 02:39:20] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004944 10.0.0.242 - - [2026-01-15 02:39:20] "GET /network-ipam/fdf8bdf7-e6bb-4db9-acaa-1b18131423c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.003783 10.0.0.242 - - [2026-01-15 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.73 - - [2026-01-15 02:39:20] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.242 - - [2026-01-15 02:39:20] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060650 10.0.0.242 - - [2026-01-15 02:39:20] "POST /neutron/network HTTP/1.1" 200 117 0.016652 10.0.0.242 - - [2026-01-15 02:39:21] "POST /neutron/network HTTP/1.1" 200 825 0.008676 10.0.0.242 - - [2026-01-15 02:39:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001004 10.0.0.242 - - [2026-01-15 02:39:21] "GET /virtual-network/8af1de2f-3e03-4fc7-9af4-80e695789199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005641 10.0.0.242 - - [2026-01-15 02:39:21] "GET /virtual-network/8af1de2f-3e03-4fc7-9af4-80e695789199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007727 10.0.0.242 - - [2026-01-15 02:39:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.009262 10.0.0.242 - - [2026-01-15 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.73 - - [2026-01-15 02:39:21] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.242 - - [2026-01-15 02:39:21] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048883 10.0.0.73 - - [2026-01-15 02:39:21] "POST /route-targets HTTP/1.1" 200 327 0.014440 10.0.0.73 - - [2026-01-15 02:39:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007695 10.0.0.242 - - [2026-01-15 02:39:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.244614 10.0.0.242 - - [2026-01-15 02:39:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001808 10.0.0.242 - - [2026-01-15 02:39:21] "GET /virtual-network/1f217626-8c78-4510-aed7-b943b221a424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005663 10.0.0.242 - - [2026-01-15 02:39:21] "GET /virtual-network/1f217626-8c78-4510-aed7-b943b221a424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006170 10.0.0.242 - - [2026-01-15 02:39:21] "POST /neutron/network HTTP/1.1" 200 823 0.007633 10.0.0.242 - - [2026-01-15 02:39:22] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005298 10.0.0.242 - - [2026-01-15 02:39:23] "GET /virtual-network/8af1de2f-3e03-4fc7-9af4-80e695789199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005150 10.0.0.242 - - [2026-01-15 02:39:24] "GET /obj-perms HTTP/1.1" 200 5049 0.061905 10.0.0.73 - - [2026-01-15 02:39:24] "GET /obj-perms HTTP/1.1" 200 5049 0.059350 10.0.0.242 - - [2026-01-15 02:39:24] "GET /virtual-network/1f217626-8c78-4510-aed7-b943b221a424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005271 10.0.0.33 - - [2026-01-15 02:39:24] "GET /obj-perms HTTP/1.1" 200 5049 0.060226 10.0.0.242 - - [2026-01-15 02:39:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.003842 10.0.0.242 - - [2026-01-15 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.73 - - [2026-01-15 02:39:25] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.242 - - [2026-01-15 02:39:25] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051772 10.0.0.242 - - [2026-01-15 02:39:25] "POST /network-policys HTTP/1.1" 200 553 0.028232 10.0.0.242 - - [2026-01-15 02:39:25] "GET /network-policy/444d0e70-c762-4341-91be-21f4d561c514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.009583 10.0.0.242 - - [2026-01-15 02:39:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.002714 10.0.0.242 - - [2026-01-15 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.73 - - [2026-01-15 02:39:25] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.242 - - [2026-01-15 02:39:25] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038952 10.0.0.242 - - [2026-01-15 02:39:25] "POST /network-policys HTTP/1.1" 200 553 0.027146 10.0.0.242 - - [2026-01-15 02:39:25] "GET /network-policy/ab95960d-3276-40fd-ad37-629d686f127d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005961 10.0.0.242 - - [2026-01-15 02:39:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.002391 10.0.0.242 - - [2026-01-15 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.73 - - [2026-01-15 02:39:25] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.242 - - [2026-01-15 02:39:25] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039373 10.0.0.242 - - [2026-01-15 02:39:25] "POST /network-policys HTTP/1.1" 200 553 0.027134 10.0.0.242 - - [2026-01-15 02:39:25] "GET /network-policy/08bce005-fdb3-4480-ac9e-53dde16d4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005482 10.0.0.242 - - [2026-01-15 02:39:25] "POST /ref-update HTTP/1.1" 200 156 0.050725 10.0.0.73 - - [2026-01-15 02:39:26] "POST /access-control-lists HTTP/1.1" 200 591 0.089935 10.0.0.242 - - [2026-01-15 02:39:26] "POST /ref-update HTTP/1.1" 200 156 0.099673 10.0.0.242 - - [2026-01-15 02:39:26] "POST /neutron/network HTTP/1.1" 200 917 0.075327 10.0.0.242 - - [2026-01-15 02:39:26] "GET /virtual-network/8af1de2f-3e03-4fc7-9af4-80e695789199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005110 10.0.0.242 - - [2026-01-15 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.73 - - [2026-01-15 02:39:26] "POST /access-control-lists HTTP/1.1" 200 591 0.085512 10.0.0.242 - - [2026-01-15 02:39:26] "GET /network-policy/ab95960d-3276-40fd-ad37-629d686f127d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.003432 10.0.0.242 - - [2026-01-15 02:39:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001688 10.0.0.73 - - [2026-01-15 02:39:27] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.242 - - [2026-01-15 02:39:27] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070985 10.0.0.242 - - [2026-01-15 02:39:27] "POST /neutron/network HTTP/1.1" 200 994 0.038269 10.0.0.242 - - [2026-01-15 02:39:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001295 10.0.0.242 - - [2026-01-15 02:39:27] "POST /neutron/port HTTP/1.1" 200 117 0.005918 10.0.0.73 - - [2026-01-15 02:39:28] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.242 - - [2026-01-15 02:39:28] "POST /neutron/port HTTP/1.1" 200 1059 0.233062 10.0.0.242 - - [2026-01-15 02:39:29] "POST /neutron/port HTTP/1.1" 200 1113 0.152749 10.0.0.242 - - [2026-01-15 02:39:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.009766 10.0.0.73 - - [2026-01-15 02:39:29] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.242 - - [2026-01-15 02:39:29] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.074497 10.0.0.242 - - [2026-01-15 02:39:29] "POST /neutron/network HTTP/1.1" 200 917 0.006495 10.0.0.242 - - [2026-01-15 02:39:29] "POST /neutron/port HTTP/1.1" 200 117 0.005890 10.0.0.242 - - [2026-01-15 02:39:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001081 10.0.0.242 - - [2026-01-15 02:39:29] "POST /neutron/network HTTP/1.1" 200 833 0.008554 10.0.0.242 - - [2026-01-15 02:39:30] "POST /neutron/port HTTP/1.1" 200 1061 0.064309 10.0.0.242 - - [2026-01-15 02:39:30] "POST /neutron/port HTTP/1.1" 200 1125 0.019629 10.0.0.242 - - [2026-01-15 02:39:31] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.73 - - [2026-01-15 02:39:31] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.242 - - [2026-01-15 02:39:31] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.083918 10.0.0.242 - - [2026-01-15 02:39:31] "POST /neutron/port HTTP/1.1" 200 2096 0.025291 10.0.0.242 - - [2026-01-15 02:39:31] "POST /neutron/port HTTP/1.1" 200 1123 0.017258 10.0.0.242 - - [2026-01-15 02:39:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007259 10.0.0.242 - - [2026-01-15 02:39:32] "POST /neutron/port HTTP/1.1" 200 1123 0.020897 10.0.0.73 - - [2026-01-15 02:39:32] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000839 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine/642cd4bf-9209-455a-babe-55ba9d0334d8 HTTP/1.1" 401 293 0.000285 10.0.0.242 - - [2026-01-15 02:39:32] "POST /neutron/port HTTP/1.1" 200 1059 0.304532 10.0.0.242 - - [2026-01-15 02:39:32] "POST /neutron/port HTTP/1.1" 200 1113 0.110007 10.0.0.242 - - [2026-01-15 02:39:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.008465 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine/642cd4bf-9209-455a-babe-55ba9d0334d8 HTTP/1.1" 200 1292 0.041710 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine/642cd4bf-9209-455a-babe-55ba9d0334d8 HTTP/1.1" 200 1292 0.003905 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine-interface/a86268d8-1fcb-49e7-9a94-078a35aac180 HTTP/1.1" 200 2945 0.005292 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine/642cd4bf-9209-455a-babe-55ba9d0334d8 HTTP/1.1" 200 1292 0.003846 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine-interface/a86268d8-1fcb-49e7-9a94-078a35aac180 HTTP/1.1" 200 2945 0.005806 10.0.0.242 - - [2026-01-15 02:39:32] "GET /instance-ip/7e88e6b1-5534-45fd-96c2-59c28346cd02 HTTP/1.1" 200 1620 0.006796 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine/642cd4bf-9209-455a-babe-55ba9d0334d8 HTTP/1.1" 200 1292 0.005243 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-machine-interface/a86268d8-1fcb-49e7-9a94-078a35aac180 HTTP/1.1" 200 2945 0.005021 10.0.0.242 - - [2026-01-15 02:39:32] "GET /instance-ip/7e88e6b1-5534-45fd-96c2-59c28346cd02 HTTP/1.1" 200 1620 0.004085 10.0.0.242 - - [2026-01-15 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2026-01-15 02:39:32] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003374 10.0.0.242 - - [2026-01-15 02:39:32] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002868 10.0.0.242 - - [2026-01-15 02:39:33] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006147 10.0.0.242 - - [2026-01-15 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.242 - - [2026-01-15 02:39:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006880 10.0.0.242 - - [2026-01-15 02:39:33] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003658 10.0.0.242 - - [2026-01-15 02:39:33] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006648 10.0.0.73 - - [2026-01-15 02:39:38] "DELETE /access-control-list/f514f78f-81d5-4bed-bd27-b65ed7825ff9 HTTP/1.1" 200 115 0.029526 10.0.0.242 - - [2026-01-15 02:39:49] "POST /neutron/port HTTP/1.1" 200 1125 0.020375 10.0.0.242 - - [2026-01-15 02:39:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004424 10.0.0.242 - - [2026-01-15 02:39:49] "POST /neutron/network HTTP/1.1" 200 917 0.010566 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /project/efc0d8592e07460eadc37afffffd5322 HTTP/1.1" 404 173 0.008205 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /project/05cc72b17d1e4fab8e3c290d114e65d9 HTTP/1.1" 404 173 0.007215 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /project/d95babdadc2740568ab4f7fabde198e7 HTTP/1.1" 404 173 0.006312 10.0.0.73 - - [2026-01-15 02:39:53] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000750 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /project/efc0d859-2e07-460e-adc3-7afffffd5322 HTTP/1.1" 404 177 0.006207 10.0.0.73 - - [2026-01-15 02:39:53] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.034991 10.0.0.73 - - [2026-01-15 02:39:53] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000889 10.0.0.73 - - [2026-01-15 02:39:53] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?fields=security_groups HTTP/1.1" 200 1411 0.087790 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /security-group/9c41aa43-ec44-4537-820e-59eaedb89754 HTTP/1.1" 200 115 0.049404 10.0.0.73 - - [2026-01-15 02:39:53] "GET /projects?obj_uuids=d95babda-dc27-4056-8ab4-f7fabde198e7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001024 10.0.0.73 - - [2026-01-15 02:39:53] "GET /project/d95babda-dc27-4056-8ab4-f7fabde198e7?fields=application_policy_sets HTTP/1.1" 200 1450 0.046268 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /access-control-list/7ff25dda-ca42-462f-99d2-fba55ec2beb1 HTTP/1.1" 200 115 0.043322 10.0.0.73 - - [2026-01-15 02:39:53] "DELETE /project/d95babda-dc27-4056-8ab4-f7fabde198e7 HTTP/1.1" 200 115 0.419671 10.0.0.242 - - [2026-01-15 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.242 - - [2026-01-15 02:40:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004223 10.0.0.242 - - [2026-01-15 02:40:13] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002932 10.0.0.242 - - [2026-01-15 02:40:13] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005452 10.0.0.33 - - [2026-01-15 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.034165 10.0.0.242 - - [2026-01-15 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2026-01-15 02:40:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003654 10.0.0.242 - - [2026-01-15 02:40:16] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003641 10.0.0.242 - - [2026-01-15 02:40:16] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005446 10.0.0.242 - - [2026-01-15 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.242 - - [2026-01-15 02:40:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003589 10.0.0.242 - - [2026-01-15 02:40:19] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002716 10.0.0.242 - - [2026-01-15 02:40:20] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006832 10.0.0.242 - - [2026-01-15 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2026-01-15 02:40:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003114 10.0.0.242 - - [2026-01-15 02:40:23] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002848 10.0.0.242 - - [2026-01-15 02:40:23] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005980 10.0.0.242 - - [2026-01-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.242 - - [2026-01-15 02:40:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003500 10.0.0.242 - - [2026-01-15 02:40:26] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002772 10.0.0.242 - - [2026-01-15 02:40:26] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005171 10.0.0.242 - - [2026-01-15 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.242 - - [2026-01-15 02:40:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003735 10.0.0.242 - - [2026-01-15 02:40:29] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002702 10.0.0.242 - - [2026-01-15 02:40:29] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006032 10.0.0.242 - - [2026-01-15 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.242 - - [2026-01-15 02:40:32] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004436 10.0.0.242 - - [2026-01-15 02:40:32] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003828 10.0.0.242 - - [2026-01-15 02:40:32] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006250 10.0.0.242 - - [2026-01-15 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.242 - - [2026-01-15 02:40:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003508 10.0.0.242 - - [2026-01-15 02:40:35] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002605 10.0.0.242 - - [2026-01-15 02:40:35] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005067 10.0.0.242 - - [2026-01-15 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.242 - - [2026-01-15 02:40:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004915 10.0.0.242 - - [2026-01-15 02:40:38] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002518 10.0.0.242 - - [2026-01-15 02:40:38] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005278 10.0.0.242 - - [2026-01-15 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.242 - - [2026-01-15 02:40:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003140 10.0.0.242 - - [2026-01-15 02:40:41] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002759 10.0.0.242 - - [2026-01-15 02:40:41] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005208 10.0.0.242 - - [2026-01-15 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.242 - - [2026-01-15 02:40:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003484 10.0.0.242 - - [2026-01-15 02:40:44] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003057 10.0.0.242 - - [2026-01-15 02:40:44] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005224 10.0.0.242 - - [2026-01-15 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.242 - - [2026-01-15 02:40:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003370 10.0.0.242 - - [2026-01-15 02:40:47] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002439 10.0.0.242 - - [2026-01-15 02:40:48] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005569 10.0.0.242 - - [2026-01-15 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.242 - - [2026-01-15 02:40:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004310 10.0.0.242 - - [2026-01-15 02:40:51] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003239 10.0.0.242 - - [2026-01-15 02:40:51] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005922 10.0.0.242 - - [2026-01-15 02:40:51] "POST /neutron/port HTTP/1.1" 200 1125 0.017491 10.0.0.242 - - [2026-01-15 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003786 10.0.0.242 - - [2026-01-15 02:40:51] "POST /neutron/network HTTP/1.1" 200 917 0.009159 10.0.0.242 - - [2026-01-15 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.242 - - [2026-01-15 02:40:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005156 10.0.0.242 - - [2026-01-15 02:40:54] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003755 10.0.0.242 - - [2026-01-15 02:40:54] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007640 10.0.0.242 - - [2026-01-15 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.242 - - [2026-01-15 02:40:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003432 10.0.0.242 - - [2026-01-15 02:40:57] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003373 10.0.0.242 - - [2026-01-15 02:40:57] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005505 10.0.0.242 - - [2026-01-15 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.242 - - [2026-01-15 02:41:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003967 10.0.0.242 - - [2026-01-15 02:41:00] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003206 10.0.0.242 - - [2026-01-15 02:41:00] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005205 10.0.0.242 - - [2026-01-15 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.242 - - [2026-01-15 02:41:03] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004261 10.0.0.242 - - [2026-01-15 02:41:03] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002666 10.0.0.242 - - [2026-01-15 02:41:03] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005678 10.0.0.242 - - [2026-01-15 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2026-01-15 02:41:06] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003229 10.0.0.242 - - [2026-01-15 02:41:06] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003515 10.0.0.242 - - [2026-01-15 02:41:06] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006230 10.0.0.242 - - [2026-01-15 02:41:09] "POST /neutron/network HTTP/1.1" 200 1004 0.034293 10.0.0.242 - - [2026-01-15 02:41:09] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.242 - - [2026-01-15 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.242 - - [2026-01-15 02:41:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002858 10.0.0.242 - - [2026-01-15 02:41:09] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002789 10.0.0.242 - - [2026-01-15 02:41:09] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006907 10.0.0.242 - - [2026-01-15 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.242 - - [2026-01-15 02:41:12] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004678 10.0.0.242 - - [2026-01-15 02:41:12] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003263 10.0.0.242 - - [2026-01-15 02:41:12] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006960 10.0.0.242 - - [2026-01-15 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.242 - - [2026-01-15 02:41:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004027 10.0.0.242 - - [2026-01-15 02:41:15] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003599 10.0.0.242 - - [2026-01-15 02:41:15] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008042 10.0.0.73 - - [2026-01-15 02:41:16] "GET /obj-perms HTTP/1.1" 200 5075 0.054796 10.0.0.242 - - [2026-01-15 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.242 - - [2026-01-15 02:41:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004615 10.0.0.242 - - [2026-01-15 02:41:19] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003577 10.0.0.242 - - [2026-01-15 02:41:19] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005852 10.0.0.242 - - [2026-01-15 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.242 - - [2026-01-15 02:41:22] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003958 10.0.0.242 - - [2026-01-15 02:41:22] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003000 10.0.0.242 - - [2026-01-15 02:41:22] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007533 10.0.0.242 - - [2026-01-15 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.242 - - [2026-01-15 02:41:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003060 10.0.0.242 - - [2026-01-15 02:41:25] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003448 10.0.0.242 - - [2026-01-15 02:41:25] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005307 10.0.0.242 - - [2026-01-15 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2026-01-15 02:41:28] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003439 10.0.0.242 - - [2026-01-15 02:41:28] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003167 10.0.0.242 - - [2026-01-15 02:41:28] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005370 10.0.0.242 - - [2026-01-15 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.242 - - [2026-01-15 02:41:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003381 10.0.0.242 - - [2026-01-15 02:41:31] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002421 10.0.0.242 - - [2026-01-15 02:41:31] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006017 10.0.0.242 - - [2026-01-15 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.242 - - [2026-01-15 02:41:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003537 10.0.0.242 - - [2026-01-15 02:41:34] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003318 10.0.0.242 - - [2026-01-15 02:41:34] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005275 10.0.0.242 - - [2026-01-15 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2026-01-15 02:41:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003785 10.0.0.242 - - [2026-01-15 02:41:37] "GET /virtual-networks?parent_id=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002899 10.0.0.242 - - [2026-01-15 02:41:37] "GET /virtual-network/35d7d6b4-dc62-4188-b3e0-c06e6cfb1a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005441 10.0.0.242 - - [2026-01-15 02:41:38] "POST /neutron/port HTTP/1.1" 200 1113 0.024278 10.0.0.242 - - [2026-01-15 02:41:38] "GET /virtual-network/8af1de2f-3e03-4fc7-9af4-80e695789199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005396 10.0.0.242 - - [2026-01-15 02:41:38] "POST /neutron/network HTTP/1.1" 200 825 0.094000 10.0.0.242 - - [2026-01-15 02:41:38] "GET /virtual-network/8af1de2f-3e03-4fc7-9af4-80e695789199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005318 10.0.0.242 - - [2026-01-15 02:41:38] "POST /neutron/port HTTP/1.1" 200 1115 0.034750 10.0.0.242 - - [2026-01-15 02:41:38] "POST /neutron/port HTTP/1.1" 200 151 0.226064 10.0.0.242 - - [2026-01-15 02:41:38] "POST /ref-update HTTP/1.1" 200 156 0.045132 10.0.0.242 - - [2026-01-15 02:41:38] "POST /ref-update HTTP/1.1" 200 156 0.052690 10.0.0.242 - - [2026-01-15 02:41:38] "DELETE /network-policy/08bce005-fdb3-4480-ac9e-53dde16d4bd6 HTTP/1.1" 200 115 0.053690 10.0.0.242 - - [2026-01-15 02:41:38] "DELETE /network-policy/ab95960d-3276-40fd-ad37-629d686f127d HTTP/1.1" 200 115 0.076645 10.0.0.73 - - [2026-01-15 02:41:38] "DELETE /access-control-list/430df683-e006-4c81-9d0f-be6e9b68d75f HTTP/1.1" 200 115 0.096344 10.0.0.242 - - [2026-01-15 02:41:39] "DELETE /network-policy/444d0e70-c762-4341-91be-21f4d561c514 HTTP/1.1" 200 115 0.068521 10.0.0.73 - - [2026-01-15 02:41:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004085 10.0.0.73 - - [2026-01-15 02:41:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.242 - - [2026-01-15 02:41:39] "POST /neutron/network HTTP/1.1" 200 151 0.146072 10.0.0.73 - - [2026-01-15 02:41:39] "DELETE /route-target/68a3f3c2-adbd-4a09-af98-db8530ff29e0 HTTP/1.1" 200 115 0.045357 10.0.0.242 - - [2026-01-15 02:41:39] "POST /neutron/network HTTP/1.1" 200 823 0.008427 10.0.0.73 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.242 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.242 - - [2026-01-15 02:41:40] "DELETE /network-ipam/aa4f9e23-37a6-4c2e-af1b-44a61b10e08d HTTP/1.1" 200 115 0.029912 10.0.0.242 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.002901 10.0.0.242 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.242 - - [2026-01-15 02:41:40] "DELETE /network-ipam/1b40ac86-e30b-4b74-a9b8-68d82edc0e18 HTTP/1.1" 200 115 0.029827 10.0.0.242 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003394 10.0.0.242 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.242 - - [2026-01-15 02:41:40] "DELETE /network-ipam/fdf8bdf7-e6bb-4db9-acaa-1b18131423c0 HTTP/1.1" 200 115 0.032202 10.0.0.242 - - [2026-01-15 02:41:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003283 10.0.0.73 - - [2026-01-15 02:41:41] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001677 10.0.0.242 - - [2026-01-15 02:41:41] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042771 10.0.0.73 - - [2026-01-15 02:41:41] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.242 - - [2026-01-15 02:41:41] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?fields=virtual_networks HTTP/1.1" 200 1031 0.035166 10.0.0.73 - - [2026-01-15 02:41:41] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.242 - - [2026-01-15 02:41:41] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.040793 10.0.0.73 - - [2026-01-15 02:41:42] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.242 - - [2026-01-15 02:41:42] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?fields=security_groups HTTP/1.1" 200 1257 0.046614 10.0.0.242 - - [2026-01-15 02:41:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.032659 10.0.0.73 - - [2026-01-15 02:41:43] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003416 10.0.0.73 - - [2026-01-15 02:41:43] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.73 - - [2026-01-15 02:41:43] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034827 10.0.0.73 - - [2026-01-15 02:41:43] "POST /id-to-fqname HTTP/1.1" 200 196 0.004149 10.0.0.73 - - [2026-01-15 02:41:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.005065 10.0.0.73 - - [2026-01-15 02:41:43] "POST /security-groups HTTP/1.1" 200 597 0.029178 10.0.0.73 - - [2026-01-15 02:41:43] "POST /projects HTTP/1.1" 200 597 0.247550 10.0.0.73 - - [2026-01-15 02:41:43] "POST /access-control-lists HTTP/1.1" 200 602 0.027774 10.0.0.73 - - [2026-01-15 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.322542 10.0.0.242 - - [2026-01-15 02:41:43] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.498523 10.0.0.242 - - [2026-01-15 02:41:44] "GET / HTTP/1.1" 200 35931 0.001267 10.0.0.242 - - [2026-01-15 02:41:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2026-01-15 02:41:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.064377 10.0.0.242 - - [2026-01-15 02:41:49] "POST /network-ipams HTTP/1.1" 200 519 0.043991 10.0.0.242 - - [2026-01-15 02:41:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003207 10.0.0.242 - - [2026-01-15 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2026-01-15 02:41:49] "GET /network-ipam/0b0a6ad9-eaf1-4bfe-b3a1-10f62a2533c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.006882 10.0.0.242 - - [2026-01-15 02:41:49] "PUT /network-ipam/0b0a6ad9-eaf1-4bfe-b3a1-10f62a2533c8 HTTP/1.1" 200 258 0.017271 10.0.0.242 - - [2026-01-15 02:41:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003482 10.0.0.242 - - [2026-01-15 02:41:49] "POST /network-ipams HTTP/1.1" 200 519 0.028932 10.0.0.242 - - [2026-01-15 02:41:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003416 10.0.0.242 - - [2026-01-15 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.242 - - [2026-01-15 02:41:50] "GET /network-ipam/de98e9f5-cf71-4c80-852c-9750a1edfd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006207 10.0.0.242 - - [2026-01-15 02:41:50] "PUT /network-ipam/de98e9f5-cf71-4c80-852c-9750a1edfd2f HTTP/1.1" 200 258 0.013945 10.0.0.242 - - [2026-01-15 02:41:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003559 10.0.0.242 - - [2026-01-15 02:41:50] "POST /network-ipams HTTP/1.1" 200 519 0.031066 10.0.0.242 - - [2026-01-15 02:41:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003066 10.0.0.242 - - [2026-01-15 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.242 - - [2026-01-15 02:41:50] "GET /network-ipam/ccbda640-bdf4-4ca0-87dc-425ea08116c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006400 10.0.0.242 - - [2026-01-15 02:41:50] "PUT /network-ipam/ccbda640-bdf4-4ca0-87dc-425ea08116c1 HTTP/1.1" 200 258 0.015396 10.0.0.242 - - [2026-01-15 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.73 - - [2026-01-15 02:41:51] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000791 10.0.0.242 - - [2026-01-15 02:41:51] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045744 10.0.0.73 - - [2026-01-15 02:41:51] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.242 - - [2026-01-15 02:41:51] "POST /neutron/network HTTP/1.1" 200 613 0.166821 10.0.0.73 - - [2026-01-15 02:41:51] "POST /route-targets HTTP/1.1" 200 327 0.017176 10.0.0.242 - - [2026-01-15 02:41:52] "POST /neutron/network HTTP/1.1" 200 1013 0.011773 10.0.0.242 - - [2026-01-15 02:41:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001098 10.0.0.242 - - [2026-01-15 02:41:52] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004903 10.0.0.242 - - [2026-01-15 02:41:52] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005147 10.0.0.242 - - [2026-01-15 02:41:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.008301 10.0.0.242 - - [2026-01-15 02:41:52] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004869 10.0.0.242 - - [2026-01-15 02:41:52] "GET /network-ipam/0b0a6ad9-eaf1-4bfe-b3a1-10f62a2533c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.004219 10.0.0.242 - - [2026-01-15 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.73 - - [2026-01-15 02:41:52] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.242 - - [2026-01-15 02:41:52] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058984 10.0.0.242 - - [2026-01-15 02:41:52] "POST /neutron/network HTTP/1.1" 200 117 0.013974 10.0.0.73 - - [2026-01-15 02:41:52] "POST /ref-update HTTP/1.1" 200 156 0.026578 10.0.0.73 - - [2026-01-15 02:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008431 10.0.0.242 - - [2026-01-15 02:41:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.231143 10.0.0.242 - - [2026-01-15 02:41:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001229 10.0.0.242 - - [2026-01-15 02:41:53] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004609 10.0.0.242 - - [2026-01-15 02:41:53] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005866 10.0.0.242 - - [2026-01-15 02:41:53] "POST /neutron/network HTTP/1.1" 200 1013 0.008609 10.0.0.242 - - [2026-01-15 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.73 - - [2026-01-15 02:41:53] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000802 10.0.0.73 - - [2026-01-15 02:41:53] "DELETE /project/bcbed04ed9b0454d9f26184ece4a961f HTTP/1.1" 404 173 0.004132 10.0.0.73 - - [2026-01-15 02:41:53] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000793 10.0.0.242 - - [2026-01-15 02:41:53] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043533 10.0.0.73 - - [2026-01-15 02:41:53] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.060236 10.0.0.242 - - [2026-01-15 02:41:53] "POST /neutron/network HTTP/1.1" 200 117 0.013728 10.0.0.73 - - [2026-01-15 02:41:53] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.73 - - [2026-01-15 02:41:53] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?fields=security_groups HTTP/1.1" 200 1362 0.040109 10.0.0.73 - - [2026-01-15 02:41:53] "DELETE /security-group/9eb05dc0-a5ea-4639-8906-72118531d539 HTTP/1.1" 200 115 0.061681 10.0.0.73 - - [2026-01-15 02:41:53] "GET /projects?obj_uuids=05cc72b1-7d1e-4fab-8e3c-290d114e65d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.73 - - [2026-01-15 02:41:53] "GET /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9?fields=application_policy_sets HTTP/1.1" 200 1401 0.044078 10.0.0.73 - - [2026-01-15 02:41:54] "POST /route-targets HTTP/1.1" 200 327 0.023376 10.0.0.73 - - [2026-01-15 02:41:54] "DELETE /project/05cc72b1-7d1e-4fab-8e3c-290d114e65d9 HTTP/1.1" 200 115 0.514665 10.0.0.73 - - [2026-01-15 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009452 10.0.0.73 - - [2026-01-15 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.047324 10.0.0.242 - - [2026-01-15 02:41:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.252492 10.0.0.242 - - [2026-01-15 02:41:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001574 10.0.0.242 - - [2026-01-15 02:41:54] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005541 10.0.0.242 - - [2026-01-15 02:41:54] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006334 10.0.0.242 - - [2026-01-15 02:41:54] "POST /neutron/network HTTP/1.1" 200 1015 0.009632 10.0.0.242 - - [2026-01-15 02:41:54] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005298 10.0.0.242 - - [2026-01-15 02:41:55] "GET /obj-perms HTTP/1.1" 200 5061 0.062822 10.0.0.242 - - [2026-01-15 02:41:56] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005169 10.0.0.33 - - [2026-01-15 02:41:56] "GET /obj-perms HTTP/1.1" 200 5061 0.066446 10.0.0.242 - - [2026-01-15 02:41:57] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005094 10.0.0.73 - - [2026-01-15 02:41:57] "GET /obj-perms HTTP/1.1" 200 5061 0.062383 10.0.0.242 - - [2026-01-15 02:41:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.003206 10.0.0.242 - - [2026-01-15 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.73 - - [2026-01-15 02:41:57] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000871 10.0.0.242 - - [2026-01-15 02:41:57] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052588 10.0.0.242 - - [2026-01-15 02:41:57] "POST /network-policys HTTP/1.1" 200 559 0.030771 10.0.0.242 - - [2026-01-15 02:41:58] "GET /network-policy/de6273f7-f481-4315-87ca-9f80ccd5933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.008383 10.0.0.242 - - [2026-01-15 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.003195 10.0.0.242 - - [2026-01-15 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.73 - - [2026-01-15 02:41:58] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.242 - - [2026-01-15 02:41:58] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.035243 10.0.0.242 - - [2026-01-15 02:41:58] "POST /network-policys HTTP/1.1" 200 559 0.026092 10.0.0.242 - - [2026-01-15 02:41:58] "GET /network-policy/2cdc0107-cec6-4241-8ed3-ece224774423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006177 10.0.0.242 - - [2026-01-15 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.002574 10.0.0.242 - - [2026-01-15 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.73 - - [2026-01-15 02:41:58] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212 10.0.0.242 - - [2026-01-15 02:41:58] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039253 10.0.0.242 - - [2026-01-15 02:41:58] "POST /network-policys HTTP/1.1" 200 559 0.026763 10.0.0.242 - - [2026-01-15 02:41:58] "GET /network-policy/b996231b-e709-4fb4-b4a9-d1501b172943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005978 10.0.0.242 - - [2026-01-15 02:41:58] "POST /neutron/network HTTP/1.1" 200 1013 0.008320 10.0.0.73 - - [2026-01-15 02:41:58] "POST /access-control-lists HTTP/1.1" 200 597 0.034239 10.0.0.242 - - [2026-01-15 02:41:58] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.013510 10.0.0.242 - - [2026-01-15 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.242 - - [2026-01-15 02:41:58] "GET /network-policy/2cdc0107-cec6-4241-8ed3-ece224774423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004439 10.0.0.242 - - [2026-01-15 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.242 - - [2026-01-15 02:41:58] "GET /network-policy/de6273f7-f481-4315-87ca-9f80ccd5933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004919 10.0.0.242 - - [2026-01-15 02:41:59] "POST /neutron/network HTTP/1.1" 200 1013 0.009279 10.0.0.242 - - [2026-01-15 02:41:59] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006465 10.0.0.242 - - [2026-01-15 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.73 - - [2026-01-15 02:41:59] "POST /ref-update HTTP/1.1" 200 156 0.023524 10.0.0.242 - - [2026-01-15 02:41:59] "GET /network-policy/b996231b-e709-4fb4-b4a9-d1501b172943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004383 10.0.0.242 - - [2026-01-15 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.002566 10.0.0.242 - - [2026-01-15 02:41:59] "POST /neutron/network HTTP/1.1" 200 1207 0.006271 10.0.0.73 - - [2026-01-15 02:42:00] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001254 10.0.0.242 - - [2026-01-15 02:42:00] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.074928 10.0.0.242 - - [2026-01-15 02:42:00] "POST /neutron/port HTTP/1.1" 200 117 0.005706 10.0.0.242 - - [2026-01-15 02:42:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001133 10.0.0.242 - - [2026-01-15 02:42:01] "POST /neutron/network HTTP/1.1" 200 1207 0.006567 10.0.0.73 - - [2026-01-15 02:42:02] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.242 - - [2026-01-15 02:42:02] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.122549 10.0.0.242 - - [2026-01-15 02:42:02] "POST /neutron/port HTTP/1.1" 200 1172 0.019968 10.0.0.242 - - [2026-01-15 02:42:02] "POST /neutron/port HTTP/1.1" 200 1236 0.028641 10.0.0.242 - - [2026-01-15 02:42:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.242 - - [2026-01-15 02:42:02] "POST /neutron/port HTTP/1.1" 200 117 0.006973 10.0.0.242 - - [2026-01-15 02:42:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001612 10.0.0.242 - - [2026-01-15 02:42:02] "POST /neutron/network HTTP/1.1" 200 1197 0.010395 10.0.0.242 - - [2026-01-15 02:42:02] "POST /neutron/network HTTP/1.1" 200 1025 0.006788 10.0.0.242 - - [2026-01-15 02:42:03] "POST /neutron/port HTTP/1.1" 200 1172 0.028899 10.0.0.242 - - [2026-01-15 02:42:03] "POST /neutron/port HTTP/1.1" 200 1236 0.024098 10.0.0.242 - - [2026-01-15 02:42:03] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016017 10.0.0.242 - - [2026-01-15 02:42:03] "POST /neutron/network HTTP/1.1" 200 1111 0.012869 10.0.0.73 - - [2026-01-15 02:42:03] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001302 10.0.0.242 - - [2026-01-15 02:42:04] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.094883 10.0.0.242 - - [2026-01-15 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006949 10.0.0.242 - - [2026-01-15 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008746 10.0.0.242 - - [2026-01-15 02:42:04] "POST /neutron/port HTTP/1.1" 200 1236 0.017437 10.0.0.242 - - [2026-01-15 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010835 10.0.0.242 - - [2026-01-15 02:42:04] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 401 293 0.000379 10.0.0.242 - - [2026-01-15 02:42:05] "POST /neutron/port HTTP/1.1" 200 1174 0.025557 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 200 1299 0.045579 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 200 1299 0.005970 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine-interface/b208dca4-d057-4ba6-a0ff-273860627d2d HTTP/1.1" 200 3169 0.009247 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 200 1299 0.003529 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine-interface/b208dca4-d057-4ba6-a0ff-273860627d2d HTTP/1.1" 200 3169 0.004708 10.0.0.242 - - [2026-01-15 02:42:05] "GET /instance-ip/01fd25bd-cdf7-4589-8d5c-3bf0a1a9de7e HTTP/1.1" 200 1652 0.005536 10.0.0.242 - - [2026-01-15 02:42:05] "GET /instance-ip/8ea3713f-39f8-41a0-a40a-456e47eb2b07 HTTP/1.1" 200 1633 0.015335 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 200 1299 0.007808 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-machine-interface/b208dca4-d057-4ba6-a0ff-273860627d2d HTTP/1.1" 200 3169 0.006739 10.0.0.242 - - [2026-01-15 02:42:05] "GET /instance-ip/01fd25bd-cdf7-4589-8d5c-3bf0a1a9de7e HTTP/1.1" 200 1652 0.004475 10.0.0.242 - - [2026-01-15 02:42:05] "GET /instance-ip/8ea3713f-39f8-41a0-a40a-456e47eb2b07 HTTP/1.1" 200 1633 0.004351 10.0.0.242 - - [2026-01-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.242 - - [2026-01-15 02:42:05] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003767 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002733 10.0.0.242 - - [2026-01-15 02:42:05] "POST /neutron/port HTTP/1.1" 200 1238 0.018713 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005732 10.0.0.242 - - [2026-01-15 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 1390 0.014033 10.0.0.242 - - [2026-01-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.242 - - [2026-01-15 02:42:05] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005932 10.0.0.242 - - [2026-01-15 02:42:05] "POST /neutron/network HTTP/1.1" 200 1015 0.011726 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002562 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007277 10.0.0.242 - - [2026-01-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.242 - - [2026-01-15 02:42:05] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003526 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003244 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007829 10.0.0.242 - - [2026-01-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.242 - - [2026-01-15 02:42:05] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003600 10.0.0.242 - - [2026-01-15 02:42:05] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003293 10.0.0.242 - - [2026-01-15 02:42:06] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006716 10.0.0.242 - - [2026-01-15 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.242 - - [2026-01-15 02:42:06] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005304 10.0.0.242 - - [2026-01-15 02:42:06] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003025 10.0.0.242 - - [2026-01-15 02:42:06] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005842 10.0.0.242 - - [2026-01-15 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.242 - - [2026-01-15 02:42:09] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006113 10.0.0.242 - - [2026-01-15 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.242 - - [2026-01-15 02:42:13] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.004860 10.0.0.242 - - [2026-01-15 02:42:16] "GET /obj-perms HTTP/1.1" 200 5075 0.062696 10.0.0.242 - - [2026-01-15 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2026-01-15 02:42:17] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005212 10.0.0.242 - - [2026-01-15 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.242 - - [2026-01-15 02:42:21] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.004776 10.0.0.242 - - [2026-01-15 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.242 - - [2026-01-15 02:42:25] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.004838 10.0.0.242 - - [2026-01-15 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.242 - - [2026-01-15 02:42:29] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006336 10.0.0.242 - - [2026-01-15 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.242 - - [2026-01-15 02:42:33] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006737 10.0.0.242 - - [2026-01-15 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.242 - - [2026-01-15 02:42:37] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005059 10.0.0.242 - - [2026-01-15 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.242 - - [2026-01-15 02:42:42] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.004762 10.0.0.242 - - [2026-01-15 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007674 10.0.0.242 - - [2026-01-15 02:42:46] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005919 10.0.0.242 - - [2026-01-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005413 10.0.0.242 - - [2026-01-15 02:42:50] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003927 10.0.0.242 - - [2026-01-15 02:42:50] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003097 10.0.0.242 - - [2026-01-15 02:42:50] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006618 10.0.0.242 - - [2026-01-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.242 - - [2026-01-15 02:42:50] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004152 10.0.0.242 - - [2026-01-15 02:42:50] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002816 10.0.0.242 - - [2026-01-15 02:42:50] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005103 10.0.0.242 - - [2026-01-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.242 - - [2026-01-15 02:42:50] "GET /routing-instance/f7095b6c-732f-493f-bd6a-152dca7be642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006473 10.0.0.242 - - [2026-01-15 02:42:50] "GET /route-target/16d7a6e7-a071-434f-ac4e-b25ef95d3f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003500 10.0.0.242 - - [2026-01-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.242 - - [2026-01-15 02:42:50] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003521 10.0.0.242 - - [2026-01-15 02:42:50] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003089 10.0.0.242 - - [2026-01-15 02:42:50] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005564 10.0.0.242 - - [2026-01-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.242 - - [2026-01-15 02:42:50] "GET /routing-instance/f7095b6c-732f-493f-bd6a-152dca7be642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004843 10.0.0.242 - - [2026-01-15 02:42:50] "GET /route-target/16d7a6e7-a071-434f-ac4e-b25ef95d3f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003477 10.0.0.242 - - [2026-01-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.242 - - [2026-01-15 02:42:50] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003987 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003420 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005673 10.0.0.242 - - [2026-01-15 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.242 - - [2026-01-15 02:42:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004650 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002881 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005803 10.0.0.242 - - [2026-01-15 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.242 - - [2026-01-15 02:42:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003756 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002666 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005899 10.0.0.242 - - [2026-01-15 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.242 - - [2026-01-15 02:42:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004219 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003616 10.0.0.242 - - [2026-01-15 02:42:51] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005845 10.0.0.242 - - [2026-01-15 02:42:51] "GET /obj-perms HTTP/1.1" 200 5061 0.004167 10.0.0.73 - - [2026-01-15 02:42:51] "GET /obj-perms HTTP/1.1" 200 5061 0.004473 10.0.0.242 - - [2026-01-15 02:42:51] "GET /obj-perms HTTP/1.1" 200 5061 0.002853 10.0.0.33 - - [2026-01-15 02:42:51] "GET /obj-perms HTTP/1.1" 200 5061 0.004262 10.0.0.73 - - [2026-01-15 02:42:51] "GET /obj-perms HTTP/1.1" 200 5061 0.003362 10.0.0.242 - - [2026-01-15 02:42:51] "POST /neutron/port HTTP/1.1" 200 1236 0.018981 10.0.0.242 - - [2026-01-15 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007216 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 200 1298 0.006518 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 200 1298 0.003708 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine-interface/8abf0e8a-9d23-46da-a903-425799bc23cb HTTP/1.1" 200 3168 0.005326 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 200 1298 0.003840 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine-interface/8abf0e8a-9d23-46da-a903-425799bc23cb HTTP/1.1" 200 3168 0.004799 10.0.0.242 - - [2026-01-15 02:42:52] "GET /instance-ip/1a800b9d-ab5a-47e1-a453-c1c78e3eb1a6 HTTP/1.1" 200 1653 0.006223 10.0.0.242 - - [2026-01-15 02:42:52] "GET /instance-ip/a0660b0d-c506-4e0c-9920-7f8c24ddf7fb HTTP/1.1" 200 1633 0.005683 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 200 1298 0.003681 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-machine-interface/8abf0e8a-9d23-46da-a903-425799bc23cb HTTP/1.1" 200 3168 0.005831 10.0.0.242 - - [2026-01-15 02:42:52] "GET /instance-ip/1a800b9d-ab5a-47e1-a453-c1c78e3eb1a6 HTTP/1.1" 200 1653 0.004450 10.0.0.242 - - [2026-01-15 02:42:52] "GET /instance-ip/a0660b0d-c506-4e0c-9920-7f8c24ddf7fb HTTP/1.1" 200 1633 0.003888 10.0.0.242 - - [2026-01-15 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.242 - - [2026-01-15 02:42:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003470 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003373 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006033 10.0.0.242 - - [2026-01-15 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.242 - - [2026-01-15 02:42:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003978 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003051 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005508 10.0.0.242 - - [2026-01-15 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.242 - - [2026-01-15 02:42:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003933 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003193 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005638 10.0.0.242 - - [2026-01-15 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.242 - - [2026-01-15 02:42:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004344 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003604 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005802 10.0.0.242 - - [2026-01-15 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.242 - - [2026-01-15 02:42:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004332 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003193 10.0.0.242 - - [2026-01-15 02:42:52] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005537 10.0.0.242 - - [2026-01-15 02:42:53] "POST /neutron/port HTTP/1.1" 200 1236 0.016867 10.0.0.242 - - [2026-01-15 02:42:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004083 10.0.0.242 - - [2026-01-15 02:42:53] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.242 - - [2026-01-15 02:42:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003716 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003009 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005548 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2026-01-15 02:42:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003727 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003422 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005595 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.242 - - [2026-01-15 02:42:54] "GET /routing-instance/8afa620a-c154-4cef-bd3f-de8d6e9783bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004393 10.0.0.242 - - [2026-01-15 02:42:54] "GET /route-target/260ceda4-cc12-4c2b-8c05-e6803574ebc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004322 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.242 - - [2026-01-15 02:42:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003363 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002551 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005261 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.242 - - [2026-01-15 02:42:54] "GET /routing-instance/8afa620a-c154-4cef-bd3f-de8d6e9783bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003804 10.0.0.242 - - [2026-01-15 02:42:54] "GET /route-target/260ceda4-cc12-4c2b-8c05-e6803574ebc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003403 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.242 - - [2026-01-15 02:42:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003704 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003239 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005406 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.242 - - [2026-01-15 02:42:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004164 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004083 10.0.0.242 - - [2026-01-15 02:42:54] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006571 10.0.0.242 - - [2026-01-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.242 - - [2026-01-15 02:42:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004250 10.0.0.242 - - [2026-01-15 02:42:55] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003301 10.0.0.242 - - [2026-01-15 02:42:55] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006046 10.0.0.242 - - [2026-01-15 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006642 10.0.0.242 - - [2026-01-15 02:42:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004050 10.0.0.242 - - [2026-01-15 02:42:55] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003640 10.0.0.242 - - [2026-01-15 02:42:55] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005796 10.0.0.242 - - [2026-01-15 02:42:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003534 10.0.0.242 - - [2026-01-15 02:42:55] "GET /obj-perms HTTP/1.1" 200 5061 0.005486 10.0.0.73 - - [2026-01-15 02:42:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003766 10.0.0.242 - - [2026-01-15 02:42:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003495 10.0.0.33 - - [2026-01-15 02:42:55] "GET /obj-perms HTTP/1.1" 200 5061 0.006574 10.0.0.242 - - [2026-01-15 02:42:55] "POST /neutron/port HTTP/1.1" 200 1238 0.021725 10.0.0.242 - - [2026-01-15 02:42:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008354 10.0.0.242 - - [2026-01-15 02:42:56] "POST /neutron/port HTTP/1.1" 200 1238 0.017125 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 200 1298 0.005561 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 200 1298 0.003493 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine-interface/93f1e71e-d93d-4785-821c-e2095078b4e3 HTTP/1.1" 200 3168 0.005363 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 200 1298 0.003310 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine-interface/93f1e71e-d93d-4785-821c-e2095078b4e3 HTTP/1.1" 200 3168 0.005281 10.0.0.242 - - [2026-01-15 02:42:56] "GET /instance-ip/08b05721-3af2-4351-801b-7edbc718e5a8 HTTP/1.1" 200 1632 0.004984 10.0.0.242 - - [2026-01-15 02:42:56] "GET /instance-ip/6dcf1e0f-1d57-4de7-bd9e-62a0a371f4a9 HTTP/1.1" 200 1653 0.008543 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 200 1298 0.003311 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-machine-interface/93f1e71e-d93d-4785-821c-e2095078b4e3 HTTP/1.1" 200 3168 0.004827 10.0.0.242 - - [2026-01-15 02:42:56] "GET /instance-ip/08b05721-3af2-4351-801b-7edbc718e5a8 HTTP/1.1" 200 1632 0.003661 10.0.0.242 - - [2026-01-15 02:42:56] "GET /instance-ip/6dcf1e0f-1d57-4de7-bd9e-62a0a371f4a9 HTTP/1.1" 200 1653 0.003619 10.0.0.242 - - [2026-01-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.242 - - [2026-01-15 02:42:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003733 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002721 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005789 10.0.0.242 - - [2026-01-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.242 - - [2026-01-15 02:42:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003913 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003758 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006906 10.0.0.242 - - [2026-01-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.242 - - [2026-01-15 02:42:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003951 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003169 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006191 10.0.0.242 - - [2026-01-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.242 - - [2026-01-15 02:42:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004972 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003625 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006652 10.0.0.242 - - [2026-01-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.242 - - [2026-01-15 02:42:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004796 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003330 10.0.0.242 - - [2026-01-15 02:42:56] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006217 10.0.0.242 - - [2026-01-15 02:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.242 - - [2026-01-15 02:42:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003495 10.0.0.242 - - [2026-01-15 02:42:57] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003051 10.0.0.242 - - [2026-01-15 02:42:57] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005472 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2026-01-15 02:42:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003819 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002819 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005594 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.242 - - [2026-01-15 02:42:58] "GET /routing-instance/7e622b26-1198-4b98-84b6-d44fcb584943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004137 10.0.0.242 - - [2026-01-15 02:42:58] "GET /route-target/ed267d56-ce46-4e06-8ad5-ddcf6d49fd54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004037 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.242 - - [2026-01-15 02:42:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003457 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003093 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005536 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.242 - - [2026-01-15 02:42:58] "GET /routing-instance/7e622b26-1198-4b98-84b6-d44fcb584943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004278 10.0.0.242 - - [2026-01-15 02:42:58] "GET /route-target/ed267d56-ce46-4e06-8ad5-ddcf6d49fd54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003967 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.242 - - [2026-01-15 02:42:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004253 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003121 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005558 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2026-01-15 02:42:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004336 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002992 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006512 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.242 - - [2026-01-15 02:42:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004866 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003338 10.0.0.242 - - [2026-01-15 02:42:58] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008013 10.0.0.242 - - [2026-01-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.242 - - [2026-01-15 02:42:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004127 10.0.0.242 - - [2026-01-15 02:42:59] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002921 10.0.0.242 - - [2026-01-15 02:42:59] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005448 10.0.0.242 - - [2026-01-15 02:42:59] "GET /obj-perms HTTP/1.1" 200 5061 0.003669 10.0.0.73 - - [2026-01-15 02:42:59] "GET /obj-perms HTTP/1.1" 200 5061 0.003551 10.0.0.242 - - [2026-01-15 02:42:59] "GET /obj-perms HTTP/1.1" 200 5061 0.003281 10.0.0.73 - - [2026-01-15 02:42:59] "GET /obj-perms HTTP/1.1" 200 5061 0.003922 10.0.0.242 - - [2026-01-15 02:42:59] "GET /obj-perms HTTP/1.1" 200 5061 0.004072 10.0.0.242 - - [2026-01-15 02:42:59] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 200 1299 0.003929 10.0.0.242 - - [2026-01-15 02:42:59] "GET /virtual-machine-interface/b208dca4-d057-4ba6-a0ff-273860627d2d HTTP/1.1" 200 3169 0.005231 10.0.0.242 - - [2026-01-15 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.242 - - [2026-01-15 02:42:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003428 10.0.0.242 - - [2026-01-15 02:42:59] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002884 10.0.0.242 - - [2026-01-15 02:42:59] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006406 10.0.0.242 - - [2026-01-15 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.242 - - [2026-01-15 02:43:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003839 10.0.0.242 - - [2026-01-15 02:43:00] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005832 10.0.0.242 - - [2026-01-15 02:43:00] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005376 10.0.0.242 - - [2026-01-15 02:43:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008701 10.0.0.242 - - [2026-01-15 02:43:04] "POST /neutron/port HTTP/1.1" 200 1236 0.043983 10.0.0.242 - - [2026-01-15 02:43:06] "POST /neutron/port HTTP/1.1" 200 1238 0.017730 10.0.0.242 - - [2026-01-15 02:43:11] "POST /neutron/port HTTP/1.1" 200 1236 0.023464 10.0.0.242 - - [2026-01-15 02:43:11] "POST /neutron/port HTTP/1.1" 200 1236 0.017473 10.0.0.242 - - [2026-01-15 02:43:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003806 10.0.0.242 - - [2026-01-15 02:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.242 - - [2026-01-15 02:43:16] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 200 1298 0.005984 10.0.0.242 - - [2026-01-15 02:43:16] "GET /virtual-machine-interface/8abf0e8a-9d23-46da-a903-425799bc23cb HTTP/1.1" 200 3168 0.006963 10.0.0.242 - - [2026-01-15 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.242 - - [2026-01-15 02:43:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005330 10.0.0.242 - - [2026-01-15 02:43:16] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003109 10.0.0.242 - - [2026-01-15 02:43:16] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005932 10.0.0.242 - - [2026-01-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.242 - - [2026-01-15 02:43:17] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003789 10.0.0.242 - - [2026-01-15 02:43:17] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003032 10.0.0.242 - - [2026-01-15 02:43:17] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005850 10.0.0.242 - - [2026-01-15 02:43:17] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 200 1298 0.004783 10.0.0.242 - - [2026-01-15 02:43:17] "GET /virtual-machine-interface/93f1e71e-d93d-4785-821c-e2095078b4e3 HTTP/1.1" 200 3168 0.004833 10.0.0.242 - - [2026-01-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.242 - - [2026-01-15 02:43:17] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003651 10.0.0.242 - - [2026-01-15 02:43:17] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002687 10.0.0.242 - - [2026-01-15 02:43:17] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005694 10.0.0.242 - - [2026-01-15 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.242 - - [2026-01-15 02:43:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003660 10.0.0.242 - - [2026-01-15 02:43:19] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003020 10.0.0.242 - - [2026-01-15 02:43:19] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005917 10.0.0.242 - - [2026-01-15 02:43:43] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 200 1298 0.004207 10.0.0.242 - - [2026-01-15 02:43:44] "POST /neutron/port HTTP/1.1" 200 1228 0.018652 10.0.0.242 - - [2026-01-15 02:43:45] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 404 171 0.002991 10.0.0.242 - - [2026-01-15 02:43:45] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 404 171 0.003122 10.0.0.242 - - [2026-01-15 02:43:45] "GET /virtual-machine/6fdb6c23-3222-443b-bda9-6a805950662f HTTP/1.1" 404 171 0.002589 10.0.0.242 - - [2026-01-15 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.242 - - [2026-01-15 02:43:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003449 10.0.0.242 - - [2026-01-15 02:43:45] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002675 10.0.0.242 - - [2026-01-15 02:43:45] "GET /virtual-network/34043323-9bd1-402f-8f3f-de88aa1e0400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005179 10.0.0.242 - - [2026-01-15 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.242 - - [2026-01-15 02:43:45] "GET /routing-instance/7e622b26-1198-4b98-84b6-d44fcb584943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004225 10.0.0.242 - - [2026-01-15 02:43:46] "GET /route-target/ed267d56-ce46-4e06-8ad5-ddcf6d49fd54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003620 10.0.0.73 - - [2026-01-15 02:43:46] "GET /obj-perms HTTP/1.1" 200 5061 0.004440 10.0.0.33 - - [2026-01-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.33 - - [2026-01-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.73 - - [2026-01-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000606 10.0.0.73 - - [2026-01-15 02:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.242 - - [2026-01-15 02:43:49] "GET /obj-perms HTTP/1.1" 200 5061 0.006817 10.0.0.33 - - [2026-01-15 02:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.33 - - [2026-01-15 02:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.73 - - [2026-01-15 02:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.73 - - [2026-01-15 02:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2026-01-15 02:43:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.242 - - [2026-01-15 02:43:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2026-01-15 02:43:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2026-01-15 02:43:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.242 - - [2026-01-15 02:43:55] "POST /neutron/port HTTP/1.1" 200 1236 0.016766 10.0.0.242 - - [2026-01-15 02:43:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004349 10.0.0.73 - - [2026-01-15 02:43:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003320 10.0.0.242 - - [2026-01-15 02:43:55] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.242 - - [2026-01-15 02:43:58] "GET /obj-perms HTTP/1.1" 200 5061 0.005007 10.0.0.73 - - [2026-01-15 02:44:04] "GET /obj-perms HTTP/1.1" 200 5061 0.003683 10.0.0.242 - - [2026-01-15 02:44:04] "GET /obj-perms HTTP/1.1" 200 5061 0.003615 10.0.0.242 - - [2026-01-15 02:44:04] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 200 1298 0.005054 10.0.0.242 - - [2026-01-15 02:44:05] "POST /neutron/port HTTP/1.1" 200 1226 0.014317 10.0.0.242 - - [2026-01-15 02:44:06] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 404 171 0.003111 10.0.0.242 - - [2026-01-15 02:44:06] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 404 171 0.002546 10.0.0.242 - - [2026-01-15 02:44:06] "GET /virtual-machine/6f3a82c7-c166-4f9f-b7ce-6a1fd9a78190 HTTP/1.1" 404 171 0.003076 10.0.0.242 - - [2026-01-15 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.242 - - [2026-01-15 02:44:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003604 10.0.0.242 - - [2026-01-15 02:44:07] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002933 10.0.0.242 - - [2026-01-15 02:44:07] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006799 10.0.0.242 - - [2026-01-15 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.242 - - [2026-01-15 02:44:07] "GET /routing-instance/8afa620a-c154-4cef-bd3f-de8d6e9783bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005165 10.0.0.242 - - [2026-01-15 02:44:07] "GET /route-target/260ceda4-cc12-4c2b-8c05-e6803574ebc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003686 10.0.0.33 - - [2026-01-15 02:44:07] "GET /obj-perms HTTP/1.1" 200 5061 0.003597 10.0.0.242 - - [2026-01-15 02:44:10] "GET /obj-perms HTTP/1.1" 200 5061 0.003647 10.0.0.242 - - [2026-01-15 02:44:13] "GET /obj-perms HTTP/1.1" 200 5061 0.004196 10.0.0.33 - - [2026-01-15 02:44:13] "GET /obj-perms HTTP/1.1" 200 5061 0.003646 10.0.0.242 - - [2026-01-15 02:44:13] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 200 1299 0.004226 10.0.0.242 - - [2026-01-15 02:44:14] "POST /neutron/port HTTP/1.1" 200 1226 0.016099 10.0.0.242 - - [2026-01-15 02:44:15] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 404 171 0.003282 10.0.0.242 - - [2026-01-15 02:44:15] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 404 171 0.002412 10.0.0.242 - - [2026-01-15 02:44:15] "GET /virtual-machine/d08fc4e0-a870-4da4-a29e-402255b7e786 HTTP/1.1" 404 171 0.002716 10.0.0.242 - - [2026-01-15 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.242 - - [2026-01-15 02:44:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003237 10.0.0.242 - - [2026-01-15 02:44:16] "GET /virtual-networks?parent_id=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003137 10.0.0.242 - - [2026-01-15 02:44:16] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006862 10.0.0.242 - - [2026-01-15 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.242 - - [2026-01-15 02:44:16] "GET /routing-instance/f7095b6c-732f-493f-bd6a-152dca7be642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004223 10.0.0.242 - - [2026-01-15 02:44:16] "GET /route-target/16d7a6e7-a071-434f-ac4e-b25ef95d3f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003489 10.0.0.73 - - [2026-01-15 02:44:16] "GET /obj-perms HTTP/1.1" 200 5061 0.003564 10.0.0.242 - - [2026-01-15 02:44:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004141 10.0.0.73 - - [2026-01-15 02:44:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004294 10.0.0.242 - - [2026-01-15 02:44:31] "GET /obj-perms HTTP/1.1" 200 5061 0.004514 10.0.0.73 - - [2026-01-15 02:44:31] "GET /obj-perms HTTP/1.1" 200 5061 0.003674 10.0.0.242 - - [2026-01-15 02:44:34] "GET /obj-perms HTTP/1.1" 200 5061 0.003689 10.0.0.242 - - [2026-01-15 02:44:35] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005137 10.0.0.73 - - [2026-01-15 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003183 10.0.0.242 - - [2026-01-15 02:44:35] "POST /neutron/network HTTP/1.1" 200 1013 0.075303 10.0.0.73 - - [2026-01-15 02:44:35] "DELETE /access-control-list/27130c85-7901-4edb-97f0-7fab14cd0185 HTTP/1.1" 200 115 0.099454 10.0.0.242 - - [2026-01-15 02:44:35] "GET /virtual-network/8cc225b0-fd9a-4d4f-be65-526452dea835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.019408 10.0.0.242 - - [2026-01-15 02:44:35] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005252 10.0.0.242 - - [2026-01-15 02:44:35] "POST /neutron/network HTTP/1.1" 200 1013 0.089510 10.0.0.242 - - [2026-01-15 02:44:35] "GET /virtual-network/74dc7c94-6d4d-47d9-beda-3de91129deeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005672 10.0.0.242 - - [2026-01-15 02:44:35] "DELETE /network-policy/b996231b-e709-4fb4-b4a9-d1501b172943 HTTP/1.1" 200 115 0.056106 10.0.0.73 - - [2026-01-15 02:44:35] "POST /ref-update HTTP/1.1" 200 156 0.040954 10.0.0.242 - - [2026-01-15 02:44:35] "DELETE /network-policy/2cdc0107-cec6-4241-8ed3-ece224774423 HTTP/1.1" 200 115 0.059738 10.0.0.242 - - [2026-01-15 02:44:35] "DELETE /network-policy/de6273f7-f481-4315-87ca-9f80ccd5933a HTTP/1.1" 200 115 0.046273 10.0.0.73 - - [2026-01-15 02:44:36] "DELETE /route-target/ed267d56-ce46-4e06-8ad5-ddcf6d49fd54 HTTP/1.1" 200 115 0.018728 10.0.0.73 - - [2026-01-15 02:44:36] "POST /useragent-kv HTTP/1.1" 200 115 0.041221 10.0.0.73 - - [2026-01-15 02:44:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004344 10.0.0.73 - - [2026-01-15 02:44:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.73 - - [2026-01-15 02:44:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002055 10.0.0.242 - - [2026-01-15 02:44:36] "POST /neutron/network HTTP/1.1" 200 151 0.196907 10.0.0.242 - - [2026-01-15 02:44:36] "POST /neutron/network HTTP/1.1" 200 1013 0.008944 10.0.0.73 - - [2026-01-15 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.242 - - [2026-01-15 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2026-01-15 02:44:37] "DELETE /network-ipam/ccbda640-bdf4-4ca0-87dc-425ea08116c1 HTTP/1.1" 200 115 0.035928 10.0.0.242 - - [2026-01-15 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.003022 10.0.0.242 - - [2026-01-15 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.242 - - [2026-01-15 02:44:37] "DELETE /network-ipam/de98e9f5-cf71-4c80-852c-9750a1edfd2f HTTP/1.1" 200 115 0.034636 10.0.0.242 - - [2026-01-15 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.003010 10.0.0.242 - - [2026-01-15 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.242 - - [2026-01-15 02:44:37] "DELETE /network-ipam/0b0a6ad9-eaf1-4bfe-b3a1-10f62a2533c8 HTTP/1.1" 200 115 0.037712 10.0.0.242 - - [2026-01-15 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.003993 10.0.0.73 - - [2026-01-15 02:44:40] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001476 10.0.0.242 - - [2026-01-15 02:44:40] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.093565 10.0.0.73 - - [2026-01-15 02:44:40] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000872 10.0.0.242 - - [2026-01-15 02:44:40] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?fields=virtual_networks HTTP/1.1" 200 1045 0.043688 10.0.0.73 - - [2026-01-15 02:44:40] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001332 10.0.0.242 - - [2026-01-15 02:44:40] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.056383 10.0.0.73 - - [2026-01-15 02:44:40] "GET /projects?obj_uuids=bcbed04e-d9b0-454d-9f26-184ece4a961f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000831 10.0.0.242 - - [2026-01-15 02:44:40] "GET /project/bcbed04e-d9b0-454d-9f26-184ece4a961f?fields=security_groups HTTP/1.1" 200 1277 0.058128 10.0.0.242 - - [2026-01-15 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.037044 10.0.0.73 - - [2026-01-15 02:44:41] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003349 10.0.0.73 - - [2026-01-15 02:44:41] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000814 10.0.0.73 - - [2026-01-15 02:44:41] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005986 10.0.0.73 - - [2026-01-15 02:44:41] "POST /id-to-fqname HTTP/1.1" 200 192 0.003430 10.0.0.73 - - [2026-01-15 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.008231 10.0.0.73 - - [2026-01-15 02:44:41] "POST /security-groups HTTP/1.1" 200 593 0.029126 10.0.0.73 - - [2026-01-15 02:44:41] "POST /projects HTTP/1.1" 200 589 0.242796 10.0.0.73 - - [2026-01-15 02:44:41] "POST /access-control-lists HTTP/1.1" 200 598 0.029055 10.0.0.73 - - [2026-01-15 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.318621 10.0.0.242 - - [2026-01-15 02:44:41] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.453986 10.0.0.242 - - [2026-01-15 02:44:43] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.242 - - [2026-01-15 02:44:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.242 - - [2026-01-15 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.061360 10.0.0.73 - - [2026-01-15 02:44:45] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.242 - - [2026-01-15 02:44:45] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042969 10.0.0.73 - - [2026-01-15 02:44:45] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001023 10.0.0.242 - - [2026-01-15 02:44:45] "POST /neutron/network HTTP/1.1" 200 607 0.154824 10.0.0.242 - - [2026-01-15 02:44:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.004302 10.0.0.242 - - [2026-01-15 02:44:46] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004949 10.0.0.242 - - [2026-01-15 02:44:46] "POST /neutron/network HTTP/1.1" 200 827 0.015650 10.0.0.242 - - [2026-01-15 02:44:46] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005557 10.0.0.242 - - [2026-01-15 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.73 - - [2026-01-15 02:44:46] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000812 10.0.0.242 - - [2026-01-15 02:44:46] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046235 10.0.0.73 - - [2026-01-15 02:44:46] "POST /route-targets HTTP/1.1" 200 327 0.011933 10.0.0.242 - - [2026-01-15 02:44:46] "POST /neutron/network HTTP/1.1" 200 117 0.023549 10.0.0.73 - - [2026-01-15 02:44:46] "POST /ref-update HTTP/1.1" 200 156 0.028480 10.0.0.242 - - [2026-01-15 02:44:46] "POST /neutron/network HTTP/1.1" 200 825 0.007865 10.0.0.242 - - [2026-01-15 02:44:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.000951 10.0.0.242 - - [2026-01-15 02:44:46] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004526 10.0.0.242 - - [2026-01-15 02:44:46] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005428 10.0.0.242 - - [2026-01-15 02:44:46] "POST /neutron/subnet HTTP/1.1" 200 719 0.008200 10.0.0.242 - - [2026-01-15 02:44:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002882 10.0.0.242 - - [2026-01-15 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.73 - - [2026-01-15 02:44:46] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.242 - - [2026-01-15 02:44:46] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053627 10.0.0.242 - - [2026-01-15 02:44:47] "POST /network-policys HTTP/1.1" 200 571 0.037639 10.0.0.242 - - [2026-01-15 02:44:47] "GET /network-policy/1a6b5579-93ee-4d2a-9fde-fea874be26df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006864 10.0.0.242 - - [2026-01-15 02:44:47] "POST /neutron/network HTTP/1.1" 200 929 0.011252 10.0.0.242 - - [2026-01-15 02:44:47] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004988 10.0.0.242 - - [2026-01-15 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.242 - - [2026-01-15 02:44:47] "GET /network-policy/1a6b5579-93ee-4d2a-9fde-fea874be26df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004393 10.0.0.73 - - [2026-01-15 02:44:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.006457 10.0.0.242 - - [2026-01-15 02:44:47] "POST /neutron/network HTTP/1.1" 200 927 0.013060 10.0.0.242 - - [2026-01-15 02:44:47] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005077 10.0.0.242 - - [2026-01-15 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259 10.0.0.242 - - [2026-01-15 02:44:47] "GET /network-policy/1a6b5579-93ee-4d2a-9fde-fea874be26df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.010743 10.0.0.73 - - [2026-01-15 02:44:47] "PUT /access-control-list/210f894b-c2c4-42e3-8cb9-cf9a5ccebab8 HTTP/1.1" 200 272 0.027304 10.0.0.242 - - [2026-01-15 02:44:48] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006570 10.0.0.33 - - [2026-01-15 02:44:49] "GET /obj-perms HTTP/1.1" 200 5053 0.069225 10.0.0.73 - - [2026-01-15 02:44:49] "GET /obj-perms HTTP/1.1" 200 5053 0.058595 10.0.0.242 - - [2026-01-15 02:44:49] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006779 10.0.0.242 - - [2026-01-15 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001206 10.0.0.73 - - [2026-01-15 02:44:51] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.242 - - [2026-01-15 02:44:51] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.063699 10.0.0.242 - - [2026-01-15 02:44:51] "POST /neutron/port HTTP/1.1" 200 117 0.008657 10.0.0.242 - - [2026-01-15 02:44:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001185 10.0.0.242 - - [2026-01-15 02:44:52] "POST /neutron/network HTTP/1.1" 200 937 0.006522 10.0.0.242 - - [2026-01-15 02:44:52] "POST /neutron/port HTTP/1.1" 200 1063 0.017373 10.0.0.242 - - [2026-01-15 02:44:52] "POST /neutron/port HTTP/1.1" 200 1127 0.021649 10.0.0.242 - - [2026-01-15 02:44:53] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.73 - - [2026-01-15 02:44:53] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.242 - - [2026-01-15 02:44:53] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.074232 10.0.0.242 - - [2026-01-15 02:44:53] "POST /neutron/port HTTP/1.1" 200 1127 0.020673 10.0.0.242 - - [2026-01-15 02:44:53] "POST /neutron/port HTTP/1.1" 200 1127 0.017281 10.0.0.73 - - [2026-01-15 02:44:54] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.73 - - [2026-01-15 02:44:54] "PUT /access-control-list/08600d2d-4581-48a3-a856-bfb35593eae3 HTTP/1.1" 200 272 0.024430 10.0.0.73 - - [2026-01-15 02:44:54] "DELETE /project/bcbed04e-d9b0-454d-9f26-184ece4a961f HTTP/1.1" 404 177 0.003163 10.0.0.73 - - [2026-01-15 02:44:54] "DELETE /project/9bdcb23b2fea40fea83488f30e34f243 HTTP/1.1" 404 173 0.005426 10.0.0.242 - - [2026-01-15 02:44:54] "POST /neutron/port HTTP/1.1" 200 1061 0.326996 10.0.0.242 - - [2026-01-15 02:44:54] "POST /neutron/port HTTP/1.1" 200 1115 0.142490 10.0.0.242 - - [2026-01-15 02:44:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.008779 10.0.0.242 - - [2026-01-15 02:44:57] "POST /neutron/port HTTP/1.1" 200 1125 0.021848 10.0.0.242 - - [2026-01-15 02:44:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.242 - - [2026-01-15 02:44:57] "POST /neutron/network HTTP/1.1" 200 927 0.007042 10.0.0.242 - - [2026-01-15 02:44:58] "POST /neutron/port HTTP/1.1" 200 1127 0.015513 10.0.0.242 - - [2026-01-15 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008448 10.0.0.242 - - [2026-01-15 02:44:59] "GET /virtual-machine/7400fbe1-e962-44bf-a76c-8941b8514935 HTTP/1.1" 401 293 0.000350 10.0.0.242 - - [2026-01-15 02:44:59] "GET /virtual-machine/7400fbe1-e962-44bf-a76c-8941b8514935 HTTP/1.1" 200 1294 0.040095 10.0.0.242 - - [2026-01-15 02:44:59] "GET /virtual-machine-interface/a437a91b-0bc5-4906-b5e5-5329847101cd HTTP/1.1" 200 2952 0.005522 10.0.0.242 - - [2026-01-15 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.242 - - [2026-01-15 02:44:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003726 10.0.0.242 - - [2026-01-15 02:44:59] "GET /virtual-networks?parent_id=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003430 10.0.0.242 - - [2026-01-15 02:44:59] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007095 10.0.0.242 - - [2026-01-15 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.242 - - [2026-01-15 02:45:02] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005579 10.0.0.242 - - [2026-01-15 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.242 - - [2026-01-15 02:45:06] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006771 10.0.0.242 - - [2026-01-15 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010473 10.0.0.242 - - [2026-01-15 02:45:10] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006134 10.0.0.242 - - [2026-01-15 02:45:13] "POST /neutron/network HTTP/1.1" 200 939 0.007969 10.0.0.242 - - [2026-01-15 02:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.242 - - [2026-01-15 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.242 - - [2026-01-15 02:45:14] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006118 10.0.0.242 - - [2026-01-15 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.242 - - [2026-01-15 02:45:19] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004930 10.0.0.242 - - [2026-01-15 02:45:19] "GET /obj-perms HTTP/1.1" 200 5075 0.060079 10.0.0.242 - - [2026-01-15 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.242 - - [2026-01-15 02:45:23] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006133 10.0.0.242 - - [2026-01-15 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.242 - - [2026-01-15 02:45:27] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004946 10.0.0.242 - - [2026-01-15 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.242 - - [2026-01-15 02:45:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003591 10.0.0.242 - - [2026-01-15 02:45:31] "GET /virtual-networks?parent_id=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003215 10.0.0.242 - - [2026-01-15 02:45:31] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005500 10.0.0.242 - - [2026-01-15 02:45:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007543 10.0.0.242 - - [2026-01-15 02:45:41] "POST /neutron/port HTTP/1.1" 200 1127 0.016731 10.0.0.242 - - [2026-01-15 02:45:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007370 10.0.0.242 - - [2026-01-15 02:45:52] "POST /neutron/port HTTP/1.1" 200 1125 0.018236 10.0.0.242 - - [2026-01-15 02:45:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009370 10.0.0.242 - - [2026-01-15 02:45:52] "GET /virtual-machine/327ffad1-aba3-4f33-b1a4-9d641a3d5bbe HTTP/1.1" 200 1294 0.006046 10.0.0.242 - - [2026-01-15 02:45:52] "GET /virtual-machine-interface/ec222ffa-a116-4625-af21-d063acced082 HTTP/1.1" 200 2952 0.005841 10.0.0.242 - - [2026-01-15 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.242 - - [2026-01-15 02:45:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003290 10.0.0.242 - - [2026-01-15 02:45:52] "GET /virtual-networks?parent_id=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003158 10.0.0.242 - - [2026-01-15 02:45:52] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005165 10.0.0.242 - - [2026-01-15 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.242 - - [2026-01-15 02:45:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004333 10.0.0.242 - - [2026-01-15 02:45:53] "GET /virtual-networks?parent_id=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002923 10.0.0.242 - - [2026-01-15 02:45:53] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007557 10.0.0.242 - - [2026-01-15 02:45:53] "POST /neutron/port HTTP/1.1" 200 1125 0.016438 10.0.0.242 - - [2026-01-15 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011501 10.0.0.242 - - [2026-01-15 02:45:59] "POST /neutron/port HTTP/1.1" 200 1125 0.016897 10.0.0.242 - - [2026-01-15 02:45:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.242 - - [2026-01-15 02:45:59] "POST /neutron/network HTTP/1.1" 200 927 0.006924 10.0.0.242 - - [2026-01-15 02:46:13] "POST /neutron/port HTTP/1.1" 200 1127 0.060910 10.0.0.242 - - [2026-01-15 02:46:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003969 10.0.0.242 - - [2026-01-15 02:46:13] "POST /neutron/network HTTP/1.1" 200 929 0.007933 10.0.0.242 - - [2026-01-15 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.73 - - [2026-01-15 02:46:49] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.242 - - [2026-01-15 02:46:49] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.041634 10.0.0.242 - - [2026-01-15 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 02:46:49] "PUT /network-policy/1a6b5579-93ee-4d2a-9fde-fea874be26df HTTP/1.1" 200 262 0.014507 10.0.0.73 - - [2026-01-15 02:46:50] "PUT /access-control-list/210f894b-c2c4-42e3-8cb9-cf9a5ccebab8 HTTP/1.1" 200 272 0.061965 10.0.0.242 - - [2026-01-15 02:46:53] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007652 10.0.0.242 - - [2026-01-15 02:46:53] "POST /neutron/network HTTP/1.1" 200 825 0.008694 10.0.0.242 - - [2026-01-15 02:46:53] "GET /virtual-network/c7e92d65-2a76-44eb-be3e-1f7b6f7b243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.015540 10.0.0.242 - - [2026-01-15 02:46:53] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009871 10.0.0.73 - - [2026-01-15 02:46:53] "DELETE /access-control-list/210f894b-c2c4-42e3-8cb9-cf9a5ccebab8 HTTP/1.1" 200 115 0.042806 10.0.0.242 - - [2026-01-15 02:46:53] "POST /neutron/network HTTP/1.1" 200 827 0.022107 10.0.0.242 - - [2026-01-15 02:46:53] "GET /virtual-network/99d95cbb-e512-4f85-9179-85cea1afe0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007316 10.0.0.242 - - [2026-01-15 02:46:53] "DELETE /network-policy/1a6b5579-93ee-4d2a-9fde-fea874be26df HTTP/1.1" 200 115 0.039382 10.0.0.242 - - [2026-01-15 02:46:53] "POST /neutron/port HTTP/1.1" 200 1125 0.014729 10.0.0.242 - - [2026-01-15 02:46:53] "POST /neutron/port HTTP/1.1" 200 151 0.195564 10.0.0.242 - - [2026-01-15 02:46:55] "POST /neutron/network HTTP/1.1" 200 825 0.006542 10.0.0.73 - - [2026-01-15 02:46:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.73 - - [2026-01-15 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009959 10.0.0.73 - - [2026-01-15 02:46:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004709 10.0.0.242 - - [2026-01-15 02:46:56] "POST /neutron/network HTTP/1.1" 200 151 0.137308 10.0.0.73 - - [2026-01-15 02:46:57] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.242 - - [2026-01-15 02:46:57] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.033198 10.0.0.73 - - [2026-01-15 02:46:57] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.242 - - [2026-01-15 02:46:57] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?fields=virtual_networks HTTP/1.1" 200 1037 0.105290 10.0.0.73 - - [2026-01-15 02:46:57] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.242 - - [2026-01-15 02:46:57] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.043257 10.0.0.73 - - [2026-01-15 02:46:58] "GET /projects?obj_uuids=9bdcb23b-2fea-40fe-a834-88f30e34f243&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.242 - - [2026-01-15 02:46:58] "GET /project/9bdcb23b-2fea-40fe-a834-88f30e34f243?fields=security_groups HTTP/1.1" 200 1265 0.045685 10.0.0.242 - - [2026-01-15 02:46:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.028919 10.0.0.73 - - [2026-01-15 02:46:59] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003656 10.0.0.73 - - [2026-01-15 02:46:59] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.73 - - [2026-01-15 02:46:59] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037296 10.0.0.73 - - [2026-01-15 02:46:59] "POST /id-to-fqname HTTP/1.1" 200 202 0.001032 10.0.0.73 - - [2026-01-15 02:46:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002347 10.0.0.73 - - [2026-01-15 02:46:59] "POST /security-groups HTTP/1.1" 200 603 0.069969 10.0.0.73 - - [2026-01-15 02:46:59] "POST /projects HTTP/1.1" 200 609 0.266059 10.0.0.73 - - [2026-01-15 02:46:59] "POST /access-control-lists HTTP/1.1" 200 608 0.030867 10.0.0.73 - - [2026-01-15 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.336941 10.0.0.242 - - [2026-01-15 02:46:59] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.530044 10.0.0.242 - - [2026-01-15 02:47:00] "GET / HTTP/1.1" 200 35931 0.001459 10.0.0.242 - - [2026-01-15 02:47:04] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.73 - - [2026-01-15 02:47:04] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.242 - - [2026-01-15 02:47:04] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064257 10.0.0.242 - - [2026-01-15 02:47:05] "GET / HTTP/1.1" 200 35931 0.002931 10.0.0.242 - - [2026-01-15 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009847 10.0.0.73 - - [2026-01-15 02:47:06] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.242 - - [2026-01-15 02:47:06] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006981 10.0.0.242 - - [2026-01-15 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.73 - - [2026-01-15 02:47:06] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001301 10.0.0.242 - - [2026-01-15 02:47:06] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055986 10.0.0.242 - - [2026-01-15 02:47:07] "GET /domains HTTP/1.1" 401 293 0.000414 10.0.0.242 - - [2026-01-15 02:47:07] "GET /domains HTTP/1.1" 200 280 0.029720 10.0.0.73 - - [2026-01-15 02:47:07] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.242 - - [2026-01-15 02:47:07] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b HTTP/1.1" 200 2967 0.009344 10.0.0.73 - - [2026-01-15 02:47:07] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000755 10.0.0.242 - - [2026-01-15 02:47:07] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5 HTTP/1.1" 200 1924 0.095818 10.0.0.242 - - [2026-01-15 02:47:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003169 10.0.0.242 - - [2026-01-15 02:47:08] "POST /network-ipams HTTP/1.1" 200 621 0.031279 10.0.0.242 - - [2026-01-15 02:47:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003033 10.0.0.242 - - [2026-01-15 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.242 - - [2026-01-15 02:47:08] "GET /network-ipam/050b98bd-a28b-4596-b4cb-cff4e85d2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.006337 10.0.0.242 - - [2026-01-15 02:47:08] "PUT /network-ipam/050b98bd-a28b-4596-b4cb-cff4e85d2fc9 HTTP/1.1" 200 258 0.013386 10.0.0.242 - - [2026-01-15 02:47:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2026-01-15 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033696 10.0.0.73 - - [2026-01-15 02:47:08] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.242 - - [2026-01-15 02:47:08] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060835 10.0.0.73 - - [2026-01-15 02:47:09] "POST /route-targets HTTP/1.1" 200 327 0.014581 10.0.0.73 - - [2026-01-15 02:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008128 10.0.0.242 - - [2026-01-15 02:47:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.269034 10.0.0.242 - - [2026-01-15 02:47:10] "POST /neutron/network HTTP/1.1" 200 1337 0.025666 10.0.0.242 - - [2026-01-15 02:47:10] "POST /id-to-fqname HTTP/1.1" 200 235 0.001316 10.0.0.242 - - [2026-01-15 02:47:10] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008986 10.0.0.242 - - [2026-01-15 02:47:10] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007950 10.0.0.242 - - [2026-01-15 02:47:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.011683 10.0.0.242 - - [2026-01-15 02:47:10] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005641 10.0.0.33 - - [2026-01-15 02:47:12] "GET /obj-perms HTTP/1.1" 200 5038 0.067940 10.0.0.73 - - [2026-01-15 02:47:12] "GET /obj-perms HTTP/1.1" 200 5038 0.069510 10.0.0.242 - - [2026-01-15 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003456 10.0.0.242 - - [2026-01-15 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.73 - - [2026-01-15 02:47:12] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.242 - - [2026-01-15 02:47:12] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034638 10.0.0.242 - - [2026-01-15 02:47:12] "POST /network-policys HTTP/1.1" 200 563 0.083857 10.0.0.242 - - [2026-01-15 02:47:12] "GET /network-policy/44a71a31-9fb2-4577-83b8-992f3566b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.011427 10.0.0.242 - - [2026-01-15 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002967 10.0.0.242 - - [2026-01-15 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007065 10.0.0.73 - - [2026-01-15 02:47:13] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002209 10.0.0.242 - - [2026-01-15 02:47:13] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049989 10.0.0.242 - - [2026-01-15 02:47:13] "POST /network-policys HTTP/1.1" 200 563 0.113603 10.0.0.242 - - [2026-01-15 02:47:13] "GET /network-policy/aa451c3e-8050-4ed3-bec4-feabbc8f23e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006629 10.0.0.242 - - [2026-01-15 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003611 10.0.0.242 - - [2026-01-15 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.73 - - [2026-01-15 02:47:13] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.242 - - [2026-01-15 02:47:13] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053129 10.0.0.242 - - [2026-01-15 02:47:13] "POST /network-policys HTTP/1.1" 200 563 0.092733 10.0.0.242 - - [2026-01-15 02:47:13] "GET /network-policy/2dd73fef-a32d-46cb-953e-07c9dc3855a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005650 10.0.0.242 - - [2026-01-15 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002997 10.0.0.242 - - [2026-01-15 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.73 - - [2026-01-15 02:47:14] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.242 - - [2026-01-15 02:47:14] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057363 10.0.0.242 - - [2026-01-15 02:47:14] "POST /network-policys HTTP/1.1" 200 563 0.078635 10.0.0.242 - - [2026-01-15 02:47:14] "GET /network-policy/fae0527c-c9b7-4e3f-a637-7ace5ea3c96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006920 10.0.0.242 - - [2026-01-15 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003292 10.0.0.242 - - [2026-01-15 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.73 - - [2026-01-15 02:47:14] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.242 - - [2026-01-15 02:47:14] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047738 10.0.0.242 - - [2026-01-15 02:47:14] "POST /network-policys HTTP/1.1" 200 563 0.077105 10.0.0.242 - - [2026-01-15 02:47:14] "GET /network-policy/0ce95b4d-a12f-4740-8d24-e7041de09a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006708 10.0.0.242 - - [2026-01-15 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003264 10.0.0.242 - - [2026-01-15 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.73 - - [2026-01-15 02:47:15] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.242 - - [2026-01-15 02:47:15] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048407 10.0.0.242 - - [2026-01-15 02:47:15] "POST /network-policys HTTP/1.1" 200 563 0.072249 10.0.0.242 - - [2026-01-15 02:47:15] "GET /network-policy/22736e39-91c9-466c-93b8-00317cfe6912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005891 10.0.0.242 - - [2026-01-15 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003112 10.0.0.242 - - [2026-01-15 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.73 - - [2026-01-15 02:47:15] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.242 - - [2026-01-15 02:47:15] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036695 10.0.0.242 - - [2026-01-15 02:47:15] "POST /network-policys HTTP/1.1" 200 563 0.068086 10.0.0.242 - - [2026-01-15 02:47:15] "GET /network-policy/2177f373-f546-4480-b212-cee6d3f20b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006007 10.0.0.242 - - [2026-01-15 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003664 10.0.0.242 - - [2026-01-15 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.73 - - [2026-01-15 02:47:15] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.242 - - [2026-01-15 02:47:15] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049444 10.0.0.242 - - [2026-01-15 02:47:16] "POST /network-policys HTTP/1.1" 200 563 0.073002 10.0.0.242 - - [2026-01-15 02:47:16] "GET /network-policy/42aebe50-a040-4b36-84d7-9130a9096762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007229 10.0.0.242 - - [2026-01-15 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002921 10.0.0.242 - - [2026-01-15 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.73 - - [2026-01-15 02:47:16] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.242 - - [2026-01-15 02:47:16] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046183 10.0.0.242 - - [2026-01-15 02:47:16] "POST /network-policys HTTP/1.1" 200 563 0.073142 10.0.0.242 - - [2026-01-15 02:47:16] "GET /network-policy/0d94ffc4-72d5-41f9-b1ba-b2a21078068b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006079 10.0.0.242 - - [2026-01-15 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002757 10.0.0.242 - - [2026-01-15 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.73 - - [2026-01-15 02:47:16] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.242 - - [2026-01-15 02:47:16] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035055 10.0.0.242 - - [2026-01-15 02:47:16] "POST /network-policys HTTP/1.1" 200 563 0.070088 10.0.0.242 - - [2026-01-15 02:47:16] "GET /network-policy/28ae647d-b368-492e-9a9d-33e6f83bbbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006531 10.0.0.242 - - [2026-01-15 02:47:17] "POST /neutron/network HTTP/1.1" 200 1337 0.010834 10.0.0.73 - - [2026-01-15 02:47:17] "POST /access-control-lists HTTP/1.1" 200 609 0.055279 10.0.0.73 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.084072 10.0.0.242 - - [2026-01-15 02:47:17] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.012208 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/0ce95b4d-a12f-4740-8d24-e7041de09a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004771 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/0d94ffc4-72d5-41f9-b1ba-b2a21078068b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004169 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/2177f373-f546-4480-b212-cee6d3f20b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004078 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/22736e39-91c9-466c-93b8-00317cfe6912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004973 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/28ae647d-b368-492e-9a9d-33e6f83bbbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005107 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009083 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/2dd73fef-a32d-46cb-953e-07c9dc3855a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005226 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/42aebe50-a040-4b36-84d7-9130a9096762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004293 10.0.0.242 - - [2026-01-15 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.242 - - [2026-01-15 02:47:17] "GET /network-policy/44a71a31-9fb2-4577-83b8-992f3566b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004311 10.0.0.242 - - [2026-01-15 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2026-01-15 02:47:18] "GET /network-policy/aa451c3e-8050-4ed3-bec4-feabbc8f23e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005162 10.0.0.242 - - [2026-01-15 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.242 - - [2026-01-15 02:47:18] "GET /network-policy/fae0527c-c9b7-4e3f-a637-7ace5ea3c96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004401 10.0.0.242 - - [2026-01-15 02:47:18] "POST /id-to-fqname HTTP/1.1" 200 235 0.001148 10.0.0.242 - - [2026-01-15 02:47:18] "POST /neutron/network HTTP/1.1" 200 2260 0.008131 10.0.0.73 - - [2026-01-15 02:47:19] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.242 - - [2026-01-15 02:47:19] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.069629 10.0.0.242 - - [2026-01-15 02:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.007470 10.0.0.73 - - [2026-01-15 02:47:20] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.242 - - [2026-01-15 02:47:20] "POST /neutron/port HTTP/1.1" 200 1174 0.384237 10.0.0.242 - - [2026-01-15 02:47:20] "POST /neutron/port HTTP/1.1" 200 1228 0.115875 10.0.0.242 - - [2026-01-15 02:47:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.242 - - [2026-01-15 02:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.242 - - [2026-01-15 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007527 10.0.0.242 - - [2026-01-15 02:47:24] "POST /neutron/port HTTP/1.1" 200 1238 0.021430 10.0.0.242 - - [2026-01-15 02:47:24] "GET /virtual-machine/a66f8b7c-6a6f-41b3-8c86-391d1d043399 HTTP/1.1" 401 293 0.000500 10.0.0.242 - - [2026-01-15 02:47:25] "GET /virtual-machine/a66f8b7c-6a6f-41b3-8c86-391d1d043399 HTTP/1.1" 200 1305 0.035659 10.0.0.242 - - [2026-01-15 02:47:25] "GET /virtual-machine-interface/4515339a-4eae-4379-9765-a4aa850881f2 HTTP/1.1" 200 3169 0.005055 10.0.0.242 - - [2026-01-15 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2026-01-15 02:47:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003723 10.0.0.242 - - [2026-01-15 02:47:25] "GET /virtual-networks?parent_id=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003037 10.0.0.242 - - [2026-01-15 02:47:25] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007552 10.0.0.242 - - [2026-01-15 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006268 10.0.0.242 - - [2026-01-15 02:47:28] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005126 10.0.0.242 - - [2026-01-15 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.242 - - [2026-01-15 02:47:32] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005842 10.0.0.242 - - [2026-01-15 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2026-01-15 02:47:36] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005389 10.0.0.73 - - [2026-01-15 02:47:39] "DELETE /access-control-list/2a8a1f8c-9b77-4985-808f-7153a53b323f HTTP/1.1" 200 115 0.036078 10.0.0.242 - - [2026-01-15 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.242 - - [2026-01-15 02:47:40] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007096 10.0.0.242 - - [2026-01-15 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.242 - - [2026-01-15 02:47:44] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004877 10.0.0.242 - - [2026-01-15 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2026-01-15 02:47:49] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005946 10.0.0.242 - - [2026-01-15 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.242 - - [2026-01-15 02:47:53] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007081 10.0.0.73 - - [2026-01-15 02:47:54] "DELETE /project/4920b662d6bb4fbead07436149e4dad5 HTTP/1.1" 404 173 0.002653 10.0.0.73 - - [2026-01-15 02:47:54] "DELETE /project/9bdcb23b-2fea-40fe-a834-88f30e34f243 HTTP/1.1" 404 177 0.010046 10.0.0.242 - - [2026-01-15 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.242 - - [2026-01-15 02:47:57] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006134 10.0.0.242 - - [2026-01-15 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.242 - - [2026-01-15 02:47:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003447 10.0.0.242 - - [2026-01-15 02:47:59] "GET /virtual-networks?parent_id=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002827 10.0.0.242 - - [2026-01-15 02:47:59] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005588 10.0.0.242 - - [2026-01-15 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007528 10.0.0.242 - - [2026-01-15 02:48:08] "POST /neutron/port HTTP/1.1" 200 1238 0.068734 10.0.0.242 - - [2026-01-15 02:48:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006850 10.0.0.242 - - [2026-01-15 02:48:16] "POST /neutron/port HTTP/1.1" 200 1238 0.016165 10.0.0.242 - - [2026-01-15 02:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003401 10.0.0.242 - - [2026-01-15 02:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.242 - - [2026-01-15 02:48:20] "POST /neutron/port HTTP/1.1" 200 1238 0.024805 10.0.0.242 - - [2026-01-15 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006534 10.0.0.242 - - [2026-01-15 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.242 - - [2026-01-15 02:48:20] "GET /network-policy/44a71a31-9fb2-4577-83b8-992f3566b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003472 10.0.0.242 - - [2026-01-15 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.242 - - [2026-01-15 02:48:20] "GET /network-policy/aa451c3e-8050-4ed3-bec4-feabbc8f23e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005829 10.0.0.242 - - [2026-01-15 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.242 - - [2026-01-15 02:48:20] "GET /network-policy/2dd73fef-a32d-46cb-953e-07c9dc3855a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004061 10.0.0.242 - - [2026-01-15 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.242 - - [2026-01-15 02:48:20] "GET /network-policy/fae0527c-c9b7-4e3f-a637-7ace5ea3c96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004237 10.0.0.242 - - [2026-01-15 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.242 - - [2026-01-15 02:48:20] "GET /network-policy/0ce95b4d-a12f-4740-8d24-e7041de09a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004432 10.0.0.242 - - [2026-01-15 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.242 - - [2026-01-15 02:48:21] "GET /network-policy/22736e39-91c9-466c-93b8-00317cfe6912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005242 10.0.0.242 - - [2026-01-15 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.242 - - [2026-01-15 02:48:21] "GET /network-policy/2177f373-f546-4480-b212-cee6d3f20b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004498 10.0.0.242 - - [2026-01-15 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.242 - - [2026-01-15 02:48:21] "GET /network-policy/42aebe50-a040-4b36-84d7-9130a9096762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004400 10.0.0.242 - - [2026-01-15 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.242 - - [2026-01-15 02:48:21] "GET /network-policy/0d94ffc4-72d5-41f9-b1ba-b2a21078068b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003949 10.0.0.242 - - [2026-01-15 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.242 - - [2026-01-15 02:48:21] "GET /network-policy/28ae647d-b368-492e-9a9d-33e6f83bbbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004179 10.0.0.242 - - [2026-01-15 02:48:21] "POST /neutron/network HTTP/1.1" 200 1440 0.029891 10.0.0.242 - - [2026-01-15 02:48:21] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005351 10.0.0.242 - - [2026-01-15 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008285 10.0.0.242 - - [2026-01-15 02:48:21] "GET /network-policy/44a71a31-9fb2-4577-83b8-992f3566b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003780 10.0.0.242 - - [2026-01-15 02:48:22] "GET /obj-perms HTTP/1.1" 200 5075 0.062682 10.0.0.242 - - [2026-01-15 02:48:26] "POST /neutron/network HTTP/1.1" 200 1440 0.017401 10.0.0.242 - - [2026-01-15 02:48:26] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007103 10.0.0.242 - - [2026-01-15 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.242 - - [2026-01-15 02:48:26] "GET /network-policy/aa451c3e-8050-4ed3-bec4-feabbc8f23e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004351 10.0.0.73 - - [2026-01-15 02:48:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.009012 10.0.0.73 - - [2026-01-15 02:48:31] "PUT /access-control-list/cfa80804-f9b3-41b7-9777-b8f1a52e6ea5 HTTP/1.1" 200 272 0.015921 10.0.0.242 - - [2026-01-15 02:48:32] "POST /neutron/network HTTP/1.1" 200 1440 0.015525 10.0.0.242 - - [2026-01-15 02:48:32] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005894 10.0.0.242 - - [2026-01-15 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.242 - - [2026-01-15 02:48:32] "GET /network-policy/2dd73fef-a32d-46cb-953e-07c9dc3855a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005335 10.0.0.242 - - [2026-01-15 02:48:37] "POST /neutron/network HTTP/1.1" 200 1440 0.015915 10.0.0.242 - - [2026-01-15 02:48:37] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008708 10.0.0.242 - - [2026-01-15 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.242 - - [2026-01-15 02:48:37] "GET /network-policy/fae0527c-c9b7-4e3f-a637-7ace5ea3c96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004499 10.0.0.242 - - [2026-01-15 02:48:42] "POST /neutron/network HTTP/1.1" 200 1440 0.013567 10.0.0.242 - - [2026-01-15 02:48:42] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006641 10.0.0.242 - - [2026-01-15 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.242 - - [2026-01-15 02:48:42] "GET /network-policy/0ce95b4d-a12f-4740-8d24-e7041de09a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006168 10.0.0.73 - - [2026-01-15 02:48:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003767 10.0.0.73 - - [2026-01-15 02:48:47] "PUT /access-control-list/cfa80804-f9b3-41b7-9777-b8f1a52e6ea5 HTTP/1.1" 200 272 0.019186 10.0.0.242 - - [2026-01-15 02:48:47] "POST /neutron/network HTTP/1.1" 200 1440 0.013391 10.0.0.242 - - [2026-01-15 02:48:47] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005388 10.0.0.242 - - [2026-01-15 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.242 - - [2026-01-15 02:48:47] "GET /network-policy/22736e39-91c9-466c-93b8-00317cfe6912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004155 10.0.0.33 - - [2026-01-15 02:48:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.33 - - [2026-01-15 02:48:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000328 10.0.0.73 - - [2026-01-15 02:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.73 - - [2026-01-15 02:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.33 - - [2026-01-15 02:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.33 - - [2026-01-15 02:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.73 - - [2026-01-15 02:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.73 - - [2026-01-15 02:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.242 - - [2026-01-15 02:48:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.242 - - [2026-01-15 02:48:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2026-01-15 02:48:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000938 10.0.0.242 - - [2026-01-15 02:48:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.242 - - [2026-01-15 02:48:53] "POST /neutron/network HTTP/1.1" 200 1440 0.024529 10.0.0.242 - - [2026-01-15 02:48:53] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006074 10.0.0.242 - - [2026-01-15 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.242 - - [2026-01-15 02:48:53] "GET /network-policy/2177f373-f546-4480-b212-cee6d3f20b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003662 10.0.0.242 - - [2026-01-15 02:48:58] "POST /neutron/network HTTP/1.1" 200 1440 0.021048 10.0.0.242 - - [2026-01-15 02:48:58] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005095 10.0.0.242 - - [2026-01-15 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.242 - - [2026-01-15 02:48:58] "GET /network-policy/42aebe50-a040-4b36-84d7-9130a9096762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004040 10.0.0.73 - - [2026-01-15 02:49:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.010348 10.0.0.73 - - [2026-01-15 02:49:03] "PUT /access-control-list/cfa80804-f9b3-41b7-9777-b8f1a52e6ea5 HTTP/1.1" 200 272 0.012883 10.0.0.242 - - [2026-01-15 02:49:03] "POST /neutron/network HTTP/1.1" 200 1440 0.013938 10.0.0.242 - - [2026-01-15 02:49:03] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005692 10.0.0.242 - - [2026-01-15 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.242 - - [2026-01-15 02:49:03] "GET /network-policy/0d94ffc4-72d5-41f9-b1ba-b2a21078068b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004534 10.0.0.242 - - [2026-01-15 02:49:08] "POST /neutron/network HTTP/1.1" 200 1440 0.015054 10.0.0.242 - - [2026-01-15 02:49:08] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004918 10.0.0.242 - - [2026-01-15 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.242 - - [2026-01-15 02:49:09] "GET /network-policy/28ae647d-b368-492e-9a9d-33e6f83bbbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007672 10.0.0.242 - - [2026-01-15 02:49:14] "GET /virtual-machine/a66f8b7c-6a6f-41b3-8c86-391d1d043399 HTTP/1.1" 200 1305 0.004046 10.0.0.242 - - [2026-01-15 02:49:14] "POST /neutron/port HTTP/1.1" 200 151 0.218731 10.0.0.242 - - [2026-01-15 02:49:16] "GET /virtual-machine/a66f8b7c-6a6f-41b3-8c86-391d1d043399 HTTP/1.1" 404 171 0.003810 10.0.0.242 - - [2026-01-15 02:49:16] "GET /virtual-machine/a66f8b7c-6a6f-41b3-8c86-391d1d043399 HTTP/1.1" 404 171 0.002957 10.0.0.242 - - [2026-01-15 02:49:16] "GET /virtual-machine/a66f8b7c-6a6f-41b3-8c86-391d1d043399 HTTP/1.1" 404 171 0.002929 10.0.0.242 - - [2026-01-15 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.242 - - [2026-01-15 02:49:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003954 10.0.0.242 - - [2026-01-15 02:49:16] "GET /virtual-networks?parent_id=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003306 10.0.0.242 - - [2026-01-15 02:49:16] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005636 10.0.0.242 - - [2026-01-15 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2026-01-15 02:49:16] "GET /routing-instance/ecc4122b-55c0-4643-a36a-94630aea15bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.003978 10.0.0.242 - - [2026-01-15 02:49:16] "GET /route-target/f9fd62c6-e629-413b-82db-79d52d70e535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003610 10.0.0.73 - - [2026-01-15 02:49:19] "GET /obj-perms HTTP/1.1" 200 5038 0.003911 10.0.0.242 - - [2026-01-15 02:49:23] "GET /obj-perms HTTP/1.1" 200 5038 0.360227 10.0.0.73 - - [2026-01-15 02:49:26] "GET /obj-perms HTTP/1.1" 200 5038 0.006655 10.0.0.242 - - [2026-01-15 02:49:29] "GET /obj-perms HTTP/1.1" 200 5038 0.003650 10.0.0.73 - - [2026-01-15 02:49:35] "GET /obj-perms HTTP/1.1" 200 5038 0.003277 10.0.0.242 - - [2026-01-15 02:49:35] "GET /obj-perms HTTP/1.1" 200 5038 0.003567 10.0.0.33 - - [2026-01-15 02:49:35] "GET /obj-perms HTTP/1.1" 200 5038 0.007339 10.0.0.242 - - [2026-01-15 02:49:35] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005822 10.0.0.242 - - [2026-01-15 02:49:36] "POST /neutron/network HTTP/1.1" 200 1337 0.032838 10.0.0.242 - - [2026-01-15 02:49:36] "GET /virtual-network/27950eca-c035-43b0-970d-efe61fee3f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005360 10.0.0.242 - - [2026-01-15 02:49:36] "DELETE /network-policy/28ae647d-b368-492e-9a9d-33e6f83bbbee HTTP/1.1" 200 115 0.031293 10.0.0.242 - - [2026-01-15 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.73 - - [2026-01-15 02:49:36] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.030445 10.0.0.242 - - [2026-01-15 02:49:36] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070550 10.0.0.242 - - [2026-01-15 02:49:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005717 10.0.0.242 - - [2026-01-15 02:49:36] "DELETE /network-policy/0d94ffc4-72d5-41f9-b1ba-b2a21078068b HTTP/1.1" 200 115 0.037651 10.0.0.242 - - [2026-01-15 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.73 - - [2026-01-15 02:49:36] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001193 10.0.0.242 - - [2026-01-15 02:49:36] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045860 10.0.0.242 - - [2026-01-15 02:49:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005307 10.0.0.242 - - [2026-01-15 02:49:36] "DELETE /network-policy/42aebe50-a040-4b36-84d7-9130a9096762 HTTP/1.1" 200 115 0.035383 10.0.0.242 - - [2026-01-15 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.73 - - [2026-01-15 02:49:36] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.242 - - [2026-01-15 02:49:36] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042585 10.0.0.242 - - [2026-01-15 02:49:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005291 10.0.0.242 - - [2026-01-15 02:49:36] "DELETE /network-policy/2177f373-f546-4480-b212-cee6d3f20b2c HTTP/1.1" 200 115 0.036036 10.0.0.242 - - [2026-01-15 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.73 - - [2026-01-15 02:49:36] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.242 - - [2026-01-15 02:49:36] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042650 10.0.0.242 - - [2026-01-15 02:49:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.004842 10.0.0.242 - - [2026-01-15 02:49:37] "DELETE /network-policy/22736e39-91c9-466c-93b8-00317cfe6912 HTTP/1.1" 200 115 0.036645 10.0.0.242 - - [2026-01-15 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.73 - - [2026-01-15 02:49:37] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.242 - - [2026-01-15 02:49:37] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037335 10.0.0.242 - - [2026-01-15 02:49:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005266 10.0.0.242 - - [2026-01-15 02:49:37] "DELETE /network-policy/0ce95b4d-a12f-4740-8d24-e7041de09a36 HTTP/1.1" 200 115 0.033403 10.0.0.242 - - [2026-01-15 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007138 10.0.0.73 - - [2026-01-15 02:49:37] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.242 - - [2026-01-15 02:49:37] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038439 10.0.0.242 - - [2026-01-15 02:49:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005608 10.0.0.242 - - [2026-01-15 02:49:37] "DELETE /network-policy/fae0527c-c9b7-4e3f-a637-7ace5ea3c96c HTTP/1.1" 200 115 0.043220 10.0.0.242 - - [2026-01-15 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.73 - - [2026-01-15 02:49:37] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.242 - - [2026-01-15 02:49:37] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043997 10.0.0.242 - - [2026-01-15 02:49:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.004911 10.0.0.242 - - [2026-01-15 02:49:37] "DELETE /network-policy/2dd73fef-a32d-46cb-953e-07c9dc3855a4 HTTP/1.1" 200 115 0.034642 10.0.0.242 - - [2026-01-15 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.73 - - [2026-01-15 02:49:37] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.242 - - [2026-01-15 02:49:37] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041311 10.0.0.242 - - [2026-01-15 02:49:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005063 10.0.0.242 - - [2026-01-15 02:49:37] "DELETE /network-policy/aa451c3e-8050-4ed3-bec4-feabbc8f23e3 HTTP/1.1" 200 115 0.045622 10.0.0.242 - - [2026-01-15 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.73 - - [2026-01-15 02:49:37] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.242 - - [2026-01-15 02:49:38] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034252 10.0.0.242 - - [2026-01-15 02:49:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005161 10.0.0.242 - - [2026-01-15 02:49:38] "DELETE /network-policy/44a71a31-9fb2-4577-83b8-992f3566b1a0 HTTP/1.1" 200 115 0.044454 10.0.0.242 - - [2026-01-15 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.73 - - [2026-01-15 02:49:38] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.242 - - [2026-01-15 02:49:38] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044383 10.0.0.242 - - [2026-01-15 02:49:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50605006&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006495 10.0.0.73 - - [2026-01-15 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.047539 10.0.0.242 - - [2026-01-15 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.242 - - [2026-01-15 02:49:38] "DELETE /network-ipam/050b98bd-a28b-4596-b4cb-cff4e85d2fc9 HTTP/1.1" 200 115 0.034885 10.0.0.242 - - [2026-01-15 02:49:38] "POST /fqname-to-id HTTP/1.1" 404 260 0.004196 10.0.0.73 - - [2026-01-15 02:49:38] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.73 - - [2026-01-15 02:49:39] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.043900 10.0.0.73 - - [2026-01-15 02:49:39] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.73 - - [2026-01-15 02:49:39] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?fields=security_groups HTTP/1.1" 200 1399 0.046489 10.0.0.73 - - [2026-01-15 02:49:39] "DELETE /security-group/036f5e85-c5f0-42a6-8200-2db6002b8b63 HTTP/1.1" 200 115 0.047718 10.0.0.73 - - [2026-01-15 02:49:39] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001408 10.0.0.73 - - [2026-01-15 02:49:39] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?fields=application_policy_sets HTTP/1.1" 200 1438 0.071412 10.0.0.73 - - [2026-01-15 02:49:39] "DELETE /access-control-list/218bad45-b47f-4acc-a10e-f3a9cd71b1c8 HTTP/1.1" 200 115 0.066712 10.0.0.242 - - [2026-01-15 02:49:39] "DELETE /project/4920b662-d6bb-4fbe-ad07-436149e4dad5 HTTP/1.1" 200 115 0.402828 10.0.0.73 - - [2026-01-15 02:49:39] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004560 10.0.0.242 - - [2026-01-15 02:49:39] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?fields=projects HTTP/1.1" 200 1438 0.021911 10.0.0.73 - - [2026-01-15 02:49:42] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004146 10.0.0.73 - - [2026-01-15 02:49:42] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.73 - - [2026-01-15 02:49:42] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050045 10.0.0.73 - - [2026-01-15 02:49:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.001111 10.0.0.73 - - [2026-01-15 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.007777 10.0.0.73 - - [2026-01-15 02:49:42] "POST /security-groups HTTP/1.1" 200 603 0.032225 10.0.0.73 - - [2026-01-15 02:49:42] "POST /projects HTTP/1.1" 200 609 0.248686 10.0.0.73 - - [2026-01-15 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.005863 10.0.0.73 - - [2026-01-15 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.327943 10.0.0.242 - - [2026-01-15 02:49:42] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.532093 10.0.0.73 - - [2026-01-15 02:49:42] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001477 10.0.0.242 - - [2026-01-15 02:49:42] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?fields=virtual_networks HTTP/1.1" 200 1056 0.049375 10.0.0.73 - - [2026-01-15 02:49:42] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.242 - - [2026-01-15 02:49:42] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.040634 10.0.0.73 - - [2026-01-15 02:49:42] "GET /projects?obj_uuids=4920b662-d6bb-4fbe-ad07-436149e4dad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001742 10.0.0.242 - - [2026-01-15 02:49:42] "GET /project/4920b662-d6bb-4fbe-ad07-436149e4dad5?fields=security_groups HTTP/1.1" 200 1294 0.044065 10.0.0.242 - - [2026-01-15 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.034271 10.0.0.73 - - [2026-01-15 02:49:43] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003370 10.0.0.73 - - [2026-01-15 02:49:43] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.73 - - [2026-01-15 02:49:43] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009313 10.0.0.73 - - [2026-01-15 02:49:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.006866 10.0.0.73 - - [2026-01-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.005187 10.0.0.73 - - [2026-01-15 02:49:44] "POST /security-groups HTTP/1.1" 200 597 0.036119 10.0.0.73 - - [2026-01-15 02:49:44] "POST /projects HTTP/1.1" 200 597 0.248740 10.0.0.73 - - [2026-01-15 02:49:44] "POST /access-control-lists HTTP/1.1" 200 602 0.024538 10.0.0.73 - - [2026-01-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.325696 10.0.0.242 - - [2026-01-15 02:49:44] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.471077 10.0.0.242 - - [2026-01-15 02:49:45] "GET / HTTP/1.1" 200 35931 0.001358 10.0.0.242 - - [2026-01-15 02:49:47] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000440 10.0.0.73 - - [2026-01-15 02:49:48] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000892 10.0.0.242 - - [2026-01-15 02:49:48] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.076166 10.0.0.242 - - [2026-01-15 02:49:48] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.242 - - [2026-01-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.73 - - [2026-01-15 02:49:49] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.242 - - [2026-01-15 02:49:49] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007329 10.0.0.242 - - [2026-01-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.73 - - [2026-01-15 02:49:49] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.242 - - [2026-01-15 02:49:49] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.036077 10.0.0.242 - - [2026-01-15 02:49:50] "GET /domains HTTP/1.1" 401 293 0.000431 10.0.0.242 - - [2026-01-15 02:49:50] "GET /domains HTTP/1.1" 200 280 0.030612 10.0.0.73 - - [2026-01-15 02:49:50] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.242 - - [2026-01-15 02:49:50] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b HTTP/1.1" 200 2971 0.008247 10.0.0.73 - - [2026-01-15 02:49:50] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000868 10.0.0.242 - - [2026-01-15 02:49:51] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e HTTP/1.1" 200 1889 0.089853 10.0.0.242 - - [2026-01-15 02:49:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006825 10.0.0.242 - - [2026-01-15 02:49:51] "POST /network-ipams HTTP/1.1" 200 603 0.026222 10.0.0.242 - - [2026-01-15 02:49:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.002902 10.0.0.242 - - [2026-01-15 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.242 - - [2026-01-15 02:49:51] "GET /network-ipam/4b06df6b-2031-414f-9d20-53ffac158786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005901 10.0.0.242 - - [2026-01-15 02:49:51] "PUT /network-ipam/4b06df6b-2031-414f-9d20-53ffac158786 HTTP/1.1" 200 258 0.013781 10.0.0.242 - - [2026-01-15 02:49:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.242 - - [2026-01-15 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.033773 10.0.0.73 - - [2026-01-15 02:49:51] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.242 - - [2026-01-15 02:49:51] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045186 10.0.0.242 - - [2026-01-15 02:49:52] "POST /neutron/network HTTP/1.1" 200 117 0.068369 10.0.0.73 - - [2026-01-15 02:49:52] "DELETE /access-control-list/94f63d3a-6193-4623-a67d-d15f9b818b4a HTTP/1.1" 200 115 0.036194 10.0.0.73 - - [2026-01-15 02:49:52] "POST /ref-update HTTP/1.1" 200 156 0.023740 10.0.0.73 - - [2026-01-15 02:49:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011343 10.0.0.242 - - [2026-01-15 02:49:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.177467 10.0.0.242 - - [2026-01-15 02:49:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001129 10.0.0.242 - - [2026-01-15 02:49:52] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005494 10.0.0.242 - - [2026-01-15 02:49:53] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004977 10.0.0.242 - - [2026-01-15 02:49:53] "POST /neutron/network HTTP/1.1" 200 1074 0.007654 10.0.0.242 - - [2026-01-15 02:49:53] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005106 10.0.0.73 - - [2026-01-15 02:49:54] "DELETE /project/4920b662d6bb4fbead07436149e4dad5 HTTP/1.1" 404 173 0.002627 10.0.0.73 - - [2026-01-15 02:49:54] "DELETE /project/f7d701957c3b4319b2db58e58bcc071e HTTP/1.1" 404 173 0.004706 10.0.0.73 - - [2026-01-15 02:49:54] "DELETE /project/4920b662-d6bb-4fbe-ad07-436149e4dad5 HTTP/1.1" 404 177 0.007883 10.0.0.242 - - [2026-01-15 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.73 - - [2026-01-15 02:49:55] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.242 - - [2026-01-15 02:49:55] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043511 10.0.0.242 - - [2026-01-15 02:49:55] "POST /neutron/network HTTP/1.1" 200 117 0.013495 10.0.0.73 - - [2026-01-15 02:49:55] "POST /useragent-kv HTTP/1.1" 200 115 0.012109 10.0.0.242 - - [2026-01-15 02:49:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.195014 10.0.0.242 - - [2026-01-15 02:49:56] "POST /id-to-fqname HTTP/1.1" 200 229 0.001461 10.0.0.242 - - [2026-01-15 02:49:56] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004919 10.0.0.242 - - [2026-01-15 02:49:56] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005303 10.0.0.242 - - [2026-01-15 02:49:56] "POST /neutron/network HTTP/1.1" 200 1074 0.008334 10.0.0.242 - - [2026-01-15 02:49:56] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006217 10.0.0.242 - - [2026-01-15 02:49:56] "GET /obj-perms HTTP/1.1" 200 5032 0.059761 10.0.0.73 - - [2026-01-15 02:49:56] "GET /obj-perms HTTP/1.1" 200 5032 0.073550 10.0.0.242 - - [2026-01-15 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.003736 10.0.0.242 - - [2026-01-15 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.73 - - [2026-01-15 02:49:56] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.242 - - [2026-01-15 02:49:56] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046876 10.0.0.242 - - [2026-01-15 02:49:57] "POST /network-policys HTTP/1.1" 200 527 0.076645 10.0.0.242 - - [2026-01-15 02:49:57] "GET /network-policy/98bf9318-dc90-4d8a-afef-b5faf313a754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005913 10.0.0.242 - - [2026-01-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.002933 10.0.0.242 - - [2026-01-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.73 - - [2026-01-15 02:49:57] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919 10.0.0.242 - - [2026-01-15 02:49:57] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043819 10.0.0.242 - - [2026-01-15 02:49:57] "POST /network-policys HTTP/1.1" 200 527 0.068987 10.0.0.242 - - [2026-01-15 02:49:57] "GET /network-policy/6c8169f3-5600-4840-b5a7-6eeea8b65736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006021 10.0.0.242 - - [2026-01-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.002614 10.0.0.242 - - [2026-01-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.73 - - [2026-01-15 02:49:57] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.242 - - [2026-01-15 02:49:57] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039418 10.0.0.242 - - [2026-01-15 02:49:57] "POST /network-policys HTTP/1.1" 200 527 0.073268 10.0.0.242 - - [2026-01-15 02:49:57] "GET /network-policy/8c960067-2cfe-43be-ba54-694e64b05d9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005423 10.0.0.242 - - [2026-01-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.002867 10.0.0.242 - - [2026-01-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.73 - - [2026-01-15 02:49:58] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001011 10.0.0.242 - - [2026-01-15 02:49:58] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045750 10.0.0.242 - - [2026-01-15 02:49:58] "POST /network-policys HTTP/1.1" 200 527 0.068113 10.0.0.242 - - [2026-01-15 02:49:58] "GET /network-policy/fc929191-5dac-4c6c-a880-a5cf3741a504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005861 10.0.0.242 - - [2026-01-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002910 10.0.0.242 - - [2026-01-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.73 - - [2026-01-15 02:49:58] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.242 - - [2026-01-15 02:49:58] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.036043 10.0.0.242 - - [2026-01-15 02:49:58] "POST /network-policys HTTP/1.1" 200 531 0.024857 10.0.0.242 - - [2026-01-15 02:49:58] "GET /network-policy/d2c0695e-8434-4c46-bdd7-272ebc6bd80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005095 10.0.0.242 - - [2026-01-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002592 10.0.0.242 - - [2026-01-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.73 - - [2026-01-15 02:49:58] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.242 - - [2026-01-15 02:49:58] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038602 10.0.0.242 - - [2026-01-15 02:49:59] "POST /network-policys HTTP/1.1" 200 529 0.070461 10.0.0.242 - - [2026-01-15 02:49:59] "GET /network-policy/efe1eedf-e5d2-4391-b903-9e8c9eb34179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005414 10.0.0.242 - - [2026-01-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002803 10.0.0.242 - - [2026-01-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.73 - - [2026-01-15 02:49:59] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000936 10.0.0.242 - - [2026-01-15 02:49:59] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041110 10.0.0.242 - - [2026-01-15 02:49:59] "POST /network-policys HTTP/1.1" 200 529 0.068579 10.0.0.242 - - [2026-01-15 02:49:59] "GET /network-policy/7ea310f2-c4c7-459c-9dc9-aa2d8722b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005484 10.0.0.242 - - [2026-01-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002727 10.0.0.242 - - [2026-01-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.73 - - [2026-01-15 02:49:59] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000853 10.0.0.242 - - [2026-01-15 02:49:59] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.035539 10.0.0.242 - - [2026-01-15 02:49:59] "POST /network-policys HTTP/1.1" 200 529 0.069116 10.0.0.242 - - [2026-01-15 02:49:59] "GET /network-policy/01c82a3e-49c0-48db-9697-a7a75fd2147a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005276 10.0.0.242 - - [2026-01-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003084 10.0.0.242 - - [2026-01-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.73 - - [2026-01-15 02:50:00] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001056 10.0.0.242 - - [2026-01-15 02:50:00] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044563 10.0.0.242 - - [2026-01-15 02:50:00] "POST /network-policys HTTP/1.1" 200 529 0.076004 10.0.0.242 - - [2026-01-15 02:50:00] "GET /network-policy/2fa447a6-7c91-4d23-b3ce-9d3562159946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005568 10.0.0.242 - - [2026-01-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.003073 10.0.0.242 - - [2026-01-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.73 - - [2026-01-15 02:50:00] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000987 10.0.0.242 - - [2026-01-15 02:50:00] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048353 10.0.0.242 - - [2026-01-15 02:50:00] "POST /network-policys HTTP/1.1" 200 533 0.028125 10.0.0.242 - - [2026-01-15 02:50:00] "GET /network-policy/3549d618-1d7d-442a-91ad-10f4ee656a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004929 10.0.0.242 - - [2026-01-15 02:50:01] "POST /neutron/network HTTP/1.1" 200 1074 0.009826 10.0.0.73 - - [2026-01-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 246 0.009332 10.0.0.242 - - [2026-01-15 02:50:01] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007794 10.0.0.242 - - [2026-01-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.242 - - [2026-01-15 02:50:01] "GET /network-policy/98bf9318-dc90-4d8a-afef-b5faf313a754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003708 10.0.0.242 - - [2026-01-15 02:50:01] "POST /neutron/network HTTP/1.1" 200 1074 0.014389 10.0.0.73 - - [2026-01-15 02:50:01] "POST /access-control-lists HTTP/1.1" 200 603 0.052861 10.0.0.242 - - [2026-01-15 02:50:01] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008127 10.0.0.242 - - [2026-01-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.242 - - [2026-01-15 02:50:01] "GET /network-policy/d2c0695e-8434-4c46-bdd7-272ebc6bd80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004383 10.0.0.242 - - [2026-01-15 02:50:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001220 10.0.0.242 - - [2026-01-15 02:50:02] "POST /neutron/network HTTP/1.1" 200 1167 0.006701 10.0.0.73 - - [2026-01-15 02:50:02] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.242 - - [2026-01-15 02:50:02] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.084318 10.0.0.242 - - [2026-01-15 02:50:03] "POST /neutron/port HTTP/1.1" 200 117 0.005936 10.0.0.242 - - [2026-01-15 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 229 0.001175 10.0.0.242 - - [2026-01-15 02:50:03] "POST /neutron/network HTTP/1.1" 200 1167 0.008287 10.0.0.242 - - [2026-01-15 02:50:04] "POST /neutron/port HTTP/1.1" 200 1061 0.018582 10.0.0.73 - - [2026-01-15 02:50:04] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001199 10.0.0.242 - - [2026-01-15 02:50:04] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.074796 10.0.0.242 - - [2026-01-15 02:50:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.242 - - [2026-01-15 02:50:04] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.242 - - [2026-01-15 02:50:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007388 10.0.0.242 - - [2026-01-15 02:50:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009364 10.0.0.73 - - [2026-01-15 02:50:05] "PUT /access-control-list/8b1598f7-0cb0-4d4d-a3bd-e782d6be5ac8 HTTP/1.1" 200 272 0.030673 10.0.0.242 - - [2026-01-15 02:50:05] "POST /neutron/port HTTP/1.1" 200 1061 0.060475 10.0.0.242 - - [2026-01-15 02:50:06] "POST /neutron/port HTTP/1.1" 200 1125 0.019826 10.0.0.242 - - [2026-01-15 02:50:06] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.242 - - [2026-01-15 02:50:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008077 10.0.0.242 - - [2026-01-15 02:50:10] "POST /neutron/port HTTP/1.1" 200 1125 0.017830 10.0.0.242 - - [2026-01-15 02:50:10] "GET /virtual-machine/68fdcf8c-a4c3-4330-97da-f73b3428fb4a HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2026-01-15 02:50:10] "GET /virtual-machine/68fdcf8c-a4c3-4330-97da-f73b3428fb4a HTTP/1.1" 200 1298 0.033433 10.0.0.242 - - [2026-01-15 02:50:10] "GET /virtual-machine-interface/433eab64-7caa-4594-a537-bda3ed5602c4 HTTP/1.1" 200 2951 0.005046 10.0.0.242 - - [2026-01-15 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.242 - - [2026-01-15 02:50:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003515 10.0.0.242 - - [2026-01-15 02:50:10] "GET /virtual-networks?parent_id=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003079 10.0.0.242 - - [2026-01-15 02:50:10] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007840 10.0.0.242 - - [2026-01-15 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.242 - - [2026-01-15 02:50:13] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005408 10.0.0.242 - - [2026-01-15 02:50:16] "POST /neutron/port HTTP/1.1" 200 1125 0.017872 10.0.0.242 - - [2026-01-15 02:50:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.012400 10.0.0.242 - - [2026-01-15 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.242 - - [2026-01-15 02:50:18] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005099 10.0.0.242 - - [2026-01-15 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2026-01-15 02:50:22] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005123 10.0.0.33 - - [2026-01-15 02:50:24] "GET /obj-perms HTTP/1.1" 200 5075 0.059780 10.0.0.242 - - [2026-01-15 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.242 - - [2026-01-15 02:50:26] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006395 10.0.0.242 - - [2026-01-15 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.242 - - [2026-01-15 02:50:30] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005212 10.0.0.242 - - [2026-01-15 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.242 - - [2026-01-15 02:50:34] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004625 10.0.0.242 - - [2026-01-15 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.242 - - [2026-01-15 02:50:38] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005303 10.0.0.242 - - [2026-01-15 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.242 - - [2026-01-15 02:50:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004489 10.0.0.242 - - [2026-01-15 02:50:42] "GET /virtual-networks?parent_id=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002806 10.0.0.242 - - [2026-01-15 02:50:42] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005859 10.0.0.242 - - [2026-01-15 02:50:42] "POST /neutron/port HTTP/1.1" 200 1125 0.019942 10.0.0.242 - - [2026-01-15 02:50:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006988 10.0.0.242 - - [2026-01-15 02:50:53] "POST /neutron/port HTTP/1.1" 200 1125 0.020437 10.0.0.242 - - [2026-01-15 02:50:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007258 10.0.0.242 - - [2026-01-15 02:51:03] "POST /neutron/port HTTP/1.1" 200 1125 0.016831 10.0.0.242 - - [2026-01-15 02:51:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007203 10.0.0.242 - - [2026-01-15 02:51:03] "GET /virtual-machine/0b9a76fd-a6d9-4e3c-8b29-1b954d627405 HTTP/1.1" 200 1297 0.005468 10.0.0.242 - - [2026-01-15 02:51:03] "GET /virtual-machine-interface/02b38922-4879-4d82-92f9-800aa518bab6 HTTP/1.1" 200 2950 0.004655 10.0.0.242 - - [2026-01-15 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.242 - - [2026-01-15 02:51:03] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004160 10.0.0.242 - - [2026-01-15 02:51:03] "GET /virtual-networks?parent_id=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003192 10.0.0.242 - - [2026-01-15 02:51:03] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006369 10.0.0.242 - - [2026-01-15 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.242 - - [2026-01-15 02:51:05] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004001 10.0.0.242 - - [2026-01-15 02:51:05] "GET /virtual-networks?parent_id=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003687 10.0.0.242 - - [2026-01-15 02:51:05] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007051 10.0.0.242 - - [2026-01-15 02:51:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006909 10.0.0.242 - - [2026-01-15 02:51:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004058 10.0.0.242 - - [2026-01-15 02:51:05] "POST /neutron/network HTTP/1.1" 200 1159 0.009120 10.0.0.242 - - [2026-01-15 02:51:10] "POST /neutron/port HTTP/1.1" 200 1125 0.023190 10.0.0.242 - - [2026-01-15 02:51:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006558 10.0.0.242 - - [2026-01-15 02:51:16] "POST /neutron/network HTTP/1.1" 200 1167 0.049657 10.0.0.242 - - [2026-01-15 02:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.242 - - [2026-01-15 02:51:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006961 10.0.0.242 - - [2026-01-15 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.242 - - [2026-01-15 02:51:21] "GET /network-policy/d2c0695e-8434-4c46-bdd7-272ebc6bd80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003333 10.0.0.242 - - [2026-01-15 02:51:21] "POST /neutron/port HTTP/1.1" 200 1125 0.021874 10.0.0.242 - - [2026-01-15 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.242 - - [2026-01-15 02:51:21] "GET /network-policy/98bf9318-dc90-4d8a-afef-b5faf313a754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003530 10.0.0.242 - - [2026-01-15 02:51:21] "POST /neutron/network HTTP/1.1" 200 1157 0.104381 10.0.0.242 - - [2026-01-15 02:51:21] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005353 10.0.0.242 - - [2026-01-15 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.242 - - [2026-01-15 02:51:21] "GET /network-policy/6c8169f3-5600-4840-b5a7-6eeea8b65736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004862 10.0.0.242 - - [2026-01-15 02:52:07] "POST /neutron/port HTTP/1.1" 200 1125 0.015462 10.0.0.242 - - [2026-01-15 02:52:07] "POST /neutron/subnet HTTP/1.1" 200 675 0.012499 10.0.0.242 - - [2026-01-15 02:52:14] "POST /neutron/network HTTP/1.1" 200 1157 0.010661 10.0.0.73 - - [2026-01-15 02:52:14] "POST /ref-update HTTP/1.1" 200 156 0.056939 10.0.0.242 - - [2026-01-15 02:52:14] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.010791 10.0.0.242 - - [2026-01-15 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.242 - - [2026-01-15 02:52:14] "GET /network-policy/3549d618-1d7d-442a-91ad-10f4ee656a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004000 10.0.0.242 - - [2026-01-15 02:52:18] "POST /neutron/port HTTP/1.1" 200 1125 0.015990 10.0.0.242 - - [2026-01-15 02:52:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.242 - - [2026-01-15 02:52:18] "POST /neutron/network HTTP/1.1" 200 1160 0.010104 10.0.0.242 - - [2026-01-15 02:52:23] "POST /neutron/network HTTP/1.1" 200 1157 0.017807 10.0.0.242 - - [2026-01-15 02:52:23] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005942 10.0.0.242 - - [2026-01-15 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005577 10.0.0.242 - - [2026-01-15 02:52:23] "GET /network-policy/8c960067-2cfe-43be-ba54-694e64b05d9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004217 10.0.0.73 - - [2026-01-15 02:52:32] "PUT /access-control-list/89dc56c5-9d06-462d-bb85-98075919ca71 HTTP/1.1" 200 272 0.021443 10.0.0.242 - - [2026-01-15 02:52:32] "POST /neutron/network HTTP/1.1" 200 1157 0.017973 10.0.0.242 - - [2026-01-15 02:52:32] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004645 10.0.0.242 - - [2026-01-15 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.242 - - [2026-01-15 02:52:32] "GET /network-policy/fc929191-5dac-4c6c-a880-a5cf3741a504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004867 10.0.0.242 - - [2026-01-15 02:52:39] "POST /neutron/network HTTP/1.1" 200 1158 0.011962 10.0.0.242 - - [2026-01-15 02:52:39] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006242 10.0.0.242 - - [2026-01-15 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011611 10.0.0.242 - - [2026-01-15 02:52:39] "GET /network-policy/efe1eedf-e5d2-4391-b903-9e8c9eb34179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004565 10.0.0.73 - - [2026-01-15 02:52:48] "PUT /access-control-list/89dc56c5-9d06-462d-bb85-98075919ca71 HTTP/1.1" 200 272 0.016768 10.0.0.242 - - [2026-01-15 02:52:48] "POST /neutron/network HTTP/1.1" 200 1158 0.012069 10.0.0.242 - - [2026-01-15 02:52:48] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011328 10.0.0.242 - - [2026-01-15 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.242 - - [2026-01-15 02:52:48] "GET /network-policy/7ea310f2-c4c7-459c-9dc9-aa2d8722b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003731 10.0.0.242 - - [2026-01-15 02:52:56] "POST /neutron/network HTTP/1.1" 200 1158 0.010354 10.0.0.242 - - [2026-01-15 02:52:56] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011881 10.0.0.242 - - [2026-01-15 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.242 - - [2026-01-15 02:52:56] "GET /network-policy/01c82a3e-49c0-48db-9697-a7a75fd2147a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004395 10.0.0.73 - - [2026-01-15 02:53:05] "PUT /access-control-list/89dc56c5-9d06-462d-bb85-98075919ca71 HTTP/1.1" 200 272 0.057516 10.0.0.242 - - [2026-01-15 02:53:05] "POST /neutron/network HTTP/1.1" 200 1158 0.021833 10.0.0.242 - - [2026-01-15 02:53:05] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005461 10.0.0.242 - - [2026-01-15 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.242 - - [2026-01-15 02:53:05] "GET /network-policy/2fa447a6-7c91-4d23-b3ce-9d3562159946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003872 10.0.0.242 - - [2026-01-15 02:53:07] "POST /neutron/network HTTP/1.1" 200 1169 0.006862 10.0.0.242 - - [2026-01-15 02:53:07] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.242 - - [2026-01-15 02:53:12] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008247 10.0.0.242 - - [2026-01-15 02:53:12] "POST /neutron/network HTTP/1.1" 200 1074 0.105584 10.0.0.242 - - [2026-01-15 02:53:13] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007084 10.0.0.242 - - [2026-01-15 02:53:13] "GET /virtual-machine/0b9a76fd-a6d9-4e3c-8b29-1b954d627405 HTTP/1.1" 200 1297 0.004894 10.0.0.242 - - [2026-01-15 02:53:13] "POST /neutron/port HTTP/1.1" 200 1115 0.013589 10.0.0.242 - - [2026-01-15 02:53:15] "GET /virtual-machine/0b9a76fd-a6d9-4e3c-8b29-1b954d627405 HTTP/1.1" 404 171 0.004879 10.0.0.242 - - [2026-01-15 02:53:15] "GET /virtual-machine/0b9a76fd-a6d9-4e3c-8b29-1b954d627405 HTTP/1.1" 404 171 0.003570 10.0.0.242 - - [2026-01-15 02:53:15] "GET /virtual-machine/0b9a76fd-a6d9-4e3c-8b29-1b954d627405 HTTP/1.1" 404 171 0.004514 10.0.0.242 - - [2026-01-15 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2026-01-15 02:53:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003454 10.0.0.242 - - [2026-01-15 02:53:15] "GET /virtual-networks?parent_id=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002775 10.0.0.242 - - [2026-01-15 02:53:15] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005378 10.0.0.242 - - [2026-01-15 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2026-01-15 02:53:15] "GET /routing-instance/a4702f3e-fca1-4a0d-b11f-300082b1b6cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004162 10.0.0.242 - - [2026-01-15 02:53:15] "GET /route-target/d62acf6d-d12a-4f91-803f-4e0cb7561e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005003 10.0.0.242 - - [2026-01-15 02:53:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004078 10.0.0.242 - - [2026-01-15 02:53:18] "POST /neutron/port HTTP/1.1" 200 1125 0.015745 10.0.0.242 - - [2026-01-15 02:53:18] "POST /neutron/subnet HTTP/1.1" 200 675 0.010608 10.0.0.33 - - [2026-01-15 02:53:18] "GET /obj-perms HTTP/1.1" 200 5032 0.056051 10.0.0.242 - - [2026-01-15 02:53:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003580 10.0.0.33 - - [2026-01-15 02:53:26] "GET /obj-perms HTTP/1.1" 200 5075 0.062197 10.0.0.73 - - [2026-01-15 02:53:27] "GET /obj-perms HTTP/1.1" 200 5075 0.054306 10.0.0.242 - - [2026-01-15 02:53:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003379 10.0.0.33 - - [2026-01-15 02:53:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003506 10.0.0.242 - - [2026-01-15 02:53:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004425 10.0.0.33 - - [2026-01-15 02:53:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004883 10.0.0.242 - - [2026-01-15 02:53:46] "GET /obj-perms HTTP/1.1" 200 5032 0.003947 10.0.0.242 - - [2026-01-15 02:53:46] "GET /virtual-machine/68fdcf8c-a4c3-4330-97da-f73b3428fb4a HTTP/1.1" 200 1298 0.004353 10.0.0.242 - - [2026-01-15 02:53:47] "POST /neutron/port HTTP/1.1" 200 1125 0.015285 10.0.0.33 - - [2026-01-15 02:53:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.33 - - [2026-01-15 02:53:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2026-01-15 02:53:48] "GET /virtual-machine/68fdcf8c-a4c3-4330-97da-f73b3428fb4a HTTP/1.1" 404 171 0.003088 10.0.0.242 - - [2026-01-15 02:53:48] "GET /virtual-machine/68fdcf8c-a4c3-4330-97da-f73b3428fb4a HTTP/1.1" 404 171 0.004701 10.0.0.242 - - [2026-01-15 02:53:48] "GET /virtual-machine/68fdcf8c-a4c3-4330-97da-f73b3428fb4a HTTP/1.1" 404 171 0.002717 10.0.0.73 - - [2026-01-15 02:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.73 - - [2026-01-15 02:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.242 - - [2026-01-15 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.242 - - [2026-01-15 02:53:49] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004342 10.0.0.242 - - [2026-01-15 02:53:49] "GET /virtual-networks?parent_id=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003395 10.0.0.242 - - [2026-01-15 02:53:49] "GET /virtual-network/4a34ed69-7bca-42e1-8d93-4d426ad5d5cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005526 10.0.0.242 - - [2026-01-15 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.242 - - [2026-01-15 02:53:49] "GET /routing-instance/8b300956-c813-49c1-993b-c647c89a00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005019 10.0.0.242 - - [2026-01-15 02:53:49] "GET /route-target/fda9aac4-e0d6-46bf-af69-672f03c39bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003767 10.0.0.33 - - [2026-01-15 02:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.33 - - [2026-01-15 02:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000708 10.0.0.73 - - [2026-01-15 02:53:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.73 - - [2026-01-15 02:53:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.242 - - [2026-01-15 02:53:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.242 - - [2026-01-15 02:53:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.73 - - [2026-01-15 02:53:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003503 10.0.0.242 - - [2026-01-15 02:53:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2026-01-15 02:53:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.242 - - [2026-01-15 02:53:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004557 10.0.0.73 - - [2026-01-15 02:54:01] "GET /obj-perms HTTP/1.1" 200 5032 0.003389 10.0.0.242 - - [2026-01-15 02:54:04] "GET /obj-perms HTTP/1.1" 200 5032 0.003738 10.0.0.33 - - [2026-01-15 02:54:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004003 10.0.0.242 - - [2026-01-15 02:54:05] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005419 10.0.0.242 - - [2026-01-15 02:54:05] "POST /neutron/network HTTP/1.1" 200 1159 0.010048 10.0.0.73 - - [2026-01-15 02:54:05] "DELETE /access-control-list/8b1598f7-0cb0-4d4d-a3bd-e782d6be5ac8 HTTP/1.1" 200 115 0.052851 10.0.0.242 - - [2026-01-15 02:54:05] "GET /virtual-network/b1715e57-a63a-4062-a529-193ed3180205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007705 10.0.0.242 - - [2026-01-15 02:54:05] "DELETE /network-policy/3549d618-1d7d-442a-91ad-10f4ee656a82 HTTP/1.1" 200 115 0.029774 10.0.0.242 - - [2026-01-15 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.73 - - [2026-01-15 02:54:05] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001702 10.0.0.242 - - [2026-01-15 02:54:05] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039914 10.0.0.242 - - [2026-01-15 02:54:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005042 10.0.0.242 - - [2026-01-15 02:54:05] "DELETE /network-policy/2fa447a6-7c91-4d23-b3ce-9d3562159946 HTTP/1.1" 200 115 0.032977 10.0.0.242 - - [2026-01-15 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.73 - - [2026-01-15 02:54:05] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000868 10.0.0.242 - - [2026-01-15 02:54:05] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.033128 10.0.0.242 - - [2026-01-15 02:54:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.008169 10.0.0.242 - - [2026-01-15 02:54:05] "DELETE /network-policy/01c82a3e-49c0-48db-9697-a7a75fd2147a HTTP/1.1" 200 115 0.030956 10.0.0.242 - - [2026-01-15 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.73 - - [2026-01-15 02:54:05] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000841 10.0.0.242 - - [2026-01-15 02:54:05] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042523 10.0.0.242 - - [2026-01-15 02:54:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.004595 10.0.0.242 - - [2026-01-15 02:54:06] "DELETE /network-policy/7ea310f2-c4c7-459c-9dc9-aa2d8722b98e HTTP/1.1" 200 115 0.031606 10.0.0.242 - - [2026-01-15 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.73 - - [2026-01-15 02:54:06] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000856 10.0.0.242 - - [2026-01-15 02:54:06] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038286 10.0.0.242 - - [2026-01-15 02:54:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.004648 10.0.0.242 - - [2026-01-15 02:54:06] "DELETE /network-policy/efe1eedf-e5d2-4391-b903-9e8c9eb34179 HTTP/1.1" 200 115 0.037894 10.0.0.242 - - [2026-01-15 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.73 - - [2026-01-15 02:54:06] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001255 10.0.0.242 - - [2026-01-15 02:54:06] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039911 10.0.0.242 - - [2026-01-15 02:54:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005111 10.0.0.242 - - [2026-01-15 02:54:06] "DELETE /network-policy/d2c0695e-8434-4c46-bdd7-272ebc6bd80a HTTP/1.1" 200 115 0.033234 10.0.0.242 - - [2026-01-15 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.73 - - [2026-01-15 02:54:06] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000878 10.0.0.242 - - [2026-01-15 02:54:06] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049470 10.0.0.242 - - [2026-01-15 02:54:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005337 10.0.0.242 - - [2026-01-15 02:54:06] "DELETE /network-policy/fc929191-5dac-4c6c-a880-a5cf3741a504 HTTP/1.1" 200 115 0.041995 10.0.0.242 - - [2026-01-15 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.73 - - [2026-01-15 02:54:06] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.242 - - [2026-01-15 02:54:06] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042258 10.0.0.242 - - [2026-01-15 02:54:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005015 10.0.0.242 - - [2026-01-15 02:54:06] "DELETE /network-policy/8c960067-2cfe-43be-ba54-694e64b05d9b HTTP/1.1" 200 115 0.035341 10.0.0.242 - - [2026-01-15 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.73 - - [2026-01-15 02:54:06] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000853 10.0.0.242 - - [2026-01-15 02:54:07] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.036503 10.0.0.242 - - [2026-01-15 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.004882 10.0.0.242 - - [2026-01-15 02:54:07] "DELETE /network-policy/6c8169f3-5600-4840-b5a7-6eeea8b65736 HTTP/1.1" 200 115 0.040642 10.0.0.242 - - [2026-01-15 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.73 - - [2026-01-15 02:54:07] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000896 10.0.0.242 - - [2026-01-15 02:54:07] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044253 10.0.0.242 - - [2026-01-15 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004633 10.0.0.242 - - [2026-01-15 02:54:07] "DELETE /network-policy/98bf9318-dc90-4d8a-afef-b5faf313a754 HTTP/1.1" 200 115 0.037936 10.0.0.242 - - [2026-01-15 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.73 - - [2026-01-15 02:54:07] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.242 - - [2026-01-15 02:54:07] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047083 10.0.0.242 - - [2026-01-15 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-84630379&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005063 10.0.0.242 - - [2026-01-15 02:54:07] "POST /neutron/network HTTP/1.1" 200 1074 0.008351 10.0.0.73 - - [2026-01-15 02:54:07] "DELETE /route-target/d62acf6d-d12a-4f91-803f-4e0cb7561e17 HTTP/1.1" 200 115 0.025183 10.0.0.73 - - [2026-01-15 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005017 10.0.0.73 - - [2026-01-15 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005408 10.0.0.73 - - [2026-01-15 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003429 10.0.0.73 - - [2026-01-15 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001830 10.0.0.242 - - [2026-01-15 02:54:08] "POST /neutron/network HTTP/1.1" 200 151 0.157684 10.0.0.242 - - [2026-01-15 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.242 - - [2026-01-15 02:54:08] "DELETE /network-ipam/4b06df6b-2031-414f-9d20-53ffac158786 HTTP/1.1" 200 115 0.030620 10.0.0.242 - - [2026-01-15 02:54:08] "POST /fqname-to-id HTTP/1.1" 404 248 0.003064 10.0.0.73 - - [2026-01-15 02:54:08] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000844 10.0.0.73 - - [2026-01-15 02:54:08] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.052375 10.0.0.73 - - [2026-01-15 02:54:08] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.73 - - [2026-01-15 02:54:08] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?fields=security_groups HTTP/1.1" 200 1382 0.050593 10.0.0.73 - - [2026-01-15 02:54:08] "DELETE /security-group/b66a9a00-1f72-48c9-98a0-717853e0b9d4 HTTP/1.1" 200 115 0.051105 10.0.0.73 - - [2026-01-15 02:54:08] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001375 10.0.0.73 - - [2026-01-15 02:54:08] "DELETE /access-control-list/87b1e87f-6015-40cd-87f0-e39fb2eaf140 HTTP/1.1" 200 115 0.045875 10.0.0.73 - - [2026-01-15 02:54:08] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?fields=application_policy_sets HTTP/1.1" 200 1421 0.055375 10.0.0.242 - - [2026-01-15 02:54:08] "DELETE /project/f7d70195-7c3b-4319-b2db-58e58bcc071e HTTP/1.1" 200 115 0.419245 10.0.0.73 - - [2026-01-15 02:54:08] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.242 - - [2026-01-15 02:54:08] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?fields=projects HTTP/1.1" 200 1438 0.018383 10.0.0.73 - - [2026-01-15 02:54:10] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003066 10.0.0.73 - - [2026-01-15 02:54:10] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.73 - - [2026-01-15 02:54:10] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039548 10.0.0.73 - - [2026-01-15 02:54:10] "POST /id-to-fqname HTTP/1.1" 200 196 0.006849 10.0.0.73 - - [2026-01-15 02:54:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.013652 10.0.0.73 - - [2026-01-15 02:54:10] "POST /security-groups HTTP/1.1" 200 597 0.070624 10.0.0.73 - - [2026-01-15 02:54:10] "POST /projects HTTP/1.1" 200 597 0.298613 10.0.0.73 - - [2026-01-15 02:54:10] "POST /access-control-lists HTTP/1.1" 200 602 0.029860 10.0.0.73 - - [2026-01-15 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.377452 10.0.0.242 - - [2026-01-15 02:54:10] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.520939 10.0.0.73 - - [2026-01-15 02:54:10] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919 10.0.0.242 - - [2026-01-15 02:54:10] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?fields=virtual_networks HTTP/1.1" 200 1045 0.043207 10.0.0.73 - - [2026-01-15 02:54:10] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.242 - - [2026-01-15 02:54:11] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.082533 10.0.0.73 - - [2026-01-15 02:54:11] "GET /projects?obj_uuids=f7d70195-7c3b-4319-b2db-58e58bcc071e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001384 10.0.0.242 - - [2026-01-15 02:54:11] "GET /project/f7d70195-7c3b-4319-b2db-58e58bcc071e?fields=security_groups HTTP/1.1" 200 1277 0.070049 10.0.0.242 - - [2026-01-15 02:54:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.048265 10.0.0.73 - - [2026-01-15 02:54:12] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002954 10.0.0.73 - - [2026-01-15 02:54:12] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.73 - - [2026-01-15 02:54:12] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006989 10.0.0.73 - - [2026-01-15 02:54:12] "POST /id-to-fqname HTTP/1.1" 200 202 0.004462 10.0.0.73 - - [2026-01-15 02:54:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.004412 10.0.0.73 - - [2026-01-15 02:54:12] "POST /security-groups HTTP/1.1" 200 603 0.039524 10.0.0.73 - - [2026-01-15 02:54:12] "POST /fqname-to-id HTTP/1.1" 404 246 0.003407 10.0.0.73 - - [2026-01-15 02:54:12] "POST /projects HTTP/1.1" 200 609 0.260997 10.0.0.73 - - [2026-01-15 02:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.298391 10.0.0.73 - - [2026-01-15 02:54:12] "POST /access-control-lists HTTP/1.1" 200 606 0.037811 10.0.0.242 - - [2026-01-15 02:54:12] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.456494 10.0.0.242 - - [2026-01-15 02:54:14] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.242 - - [2026-01-15 02:54:16] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000423 10.0.0.73 - - [2026-01-15 02:54:17] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.242 - - [2026-01-15 02:54:17] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062399 10.0.0.242 - - [2026-01-15 02:54:17] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.242 - - [2026-01-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.73 - - [2026-01-15 02:54:18] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000784 10.0.0.242 - - [2026-01-15 02:54:18] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005839 10.0.0.242 - - [2026-01-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.73 - - [2026-01-15 02:54:18] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.242 - - [2026-01-15 02:54:18] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035877 10.0.0.242 - - [2026-01-15 02:54:19] "GET /domains HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2026-01-15 02:54:19] "GET /domains HTTP/1.1" 200 280 0.042662 10.0.0.73 - - [2026-01-15 02:54:19] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.242 - - [2026-01-15 02:54:19] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b HTTP/1.1" 200 2971 0.010160 10.0.0.73 - - [2026-01-15 02:54:19] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.242 - - [2026-01-15 02:54:20] "GET /project/8e229a7b-b965-421c-827d-017748f75875 HTTP/1.1" 200 1924 0.086586 10.0.0.242 - - [2026-01-15 02:54:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003963 10.0.0.242 - - [2026-01-15 02:54:20] "POST /network-ipams HTTP/1.1" 200 621 0.031150 10.0.0.242 - - [2026-01-15 02:54:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003946 10.0.0.242 - - [2026-01-15 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.242 - - [2026-01-15 02:54:20] "GET /network-ipam/685b0e19-6aee-4f31-8a82-0e569a1854a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.007660 10.0.0.242 - - [2026-01-15 02:54:20] "PUT /network-ipam/685b0e19-6aee-4f31-8a82-0e569a1854a4 HTTP/1.1" 200 258 0.017134 10.0.0.242 - - [2026-01-15 02:54:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000594 10.0.0.242 - - [2026-01-15 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.034299 10.0.0.73 - - [2026-01-15 02:54:20] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.242 - - [2026-01-15 02:54:20] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040354 10.0.0.73 - - [2026-01-15 02:54:21] "POST /useragent-kv HTTP/1.1" 200 115 0.012178 10.0.0.242 - - [2026-01-15 02:54:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.289901 10.0.0.73 - - [2026-01-15 02:54:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.058263 10.0.0.242 - - [2026-01-15 02:54:22] "POST /neutron/network HTTP/1.1" 200 1337 0.013600 10.0.0.242 - - [2026-01-15 02:54:22] "POST /id-to-fqname HTTP/1.1" 200 235 0.001467 10.0.0.242 - - [2026-01-15 02:54:22] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006113 10.0.0.242 - - [2026-01-15 02:54:22] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005034 10.0.0.242 - - [2026-01-15 02:54:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.009774 10.0.0.242 - - [2026-01-15 02:54:22] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.004918 10.0.0.242 - - [2026-01-15 02:54:23] "GET /obj-perms HTTP/1.1" 200 5038 0.062212 10.0.0.73 - - [2026-01-15 02:54:24] "GET /obj-perms HTTP/1.1" 200 5038 0.059857 10.0.0.242 - - [2026-01-15 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.73 - - [2026-01-15 02:54:24] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.242 - - [2026-01-15 02:54:24] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033350 10.0.0.242 - - [2026-01-15 02:54:24] "POST /neutron/network HTTP/1.1" 200 117 0.014514 10.0.0.73 - - [2026-01-15 02:54:24] "POST /route-targets HTTP/1.1" 200 327 0.012223 10.0.0.73 - - [2026-01-15 02:54:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006911 10.0.0.242 - - [2026-01-15 02:54:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.214963 10.0.0.242 - - [2026-01-15 02:54:25] "POST /id-to-fqname HTTP/1.1" 200 235 0.001250 10.0.0.242 - - [2026-01-15 02:54:25] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008007 10.0.0.242 - - [2026-01-15 02:54:25] "POST /neutron/network HTTP/1.1" 200 1337 0.009652 10.0.0.242 - - [2026-01-15 02:54:25] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005056 10.0.0.242 - - [2026-01-15 02:54:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.008247 10.0.0.242 - - [2026-01-15 02:54:25] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005351 10.0.0.242 - - [2026-01-15 02:54:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.002844 10.0.0.242 - - [2026-01-15 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.73 - - [2026-01-15 02:54:26] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.242 - - [2026-01-15 02:54:26] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036789 10.0.0.242 - - [2026-01-15 02:54:26] "POST /network-policys HTTP/1.1" 200 533 0.072912 10.0.0.242 - - [2026-01-15 02:54:26] "GET /network-policy/53a43b21-354f-48d9-b6aa-e220e2800968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006241 10.0.0.242 - - [2026-01-15 02:54:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.002817 10.0.0.242 - - [2026-01-15 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.73 - - [2026-01-15 02:54:26] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.242 - - [2026-01-15 02:54:26] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036593 10.0.0.242 - - [2026-01-15 02:54:27] "POST /network-policys HTTP/1.1" 200 533 0.076856 10.0.0.242 - - [2026-01-15 02:54:27] "GET /network-policy/34ad1777-5f96-410f-bf26-b0ef97187aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006755 10.0.0.242 - - [2026-01-15 02:54:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.002877 10.0.0.242 - - [2026-01-15 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.73 - - [2026-01-15 02:54:27] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.242 - - [2026-01-15 02:54:27] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044702 10.0.0.242 - - [2026-01-15 02:54:27] "POST /network-policys HTTP/1.1" 200 533 0.076420 10.0.0.242 - - [2026-01-15 02:54:27] "GET /network-policy/f7453796-dcfd-4004-8392-e82bf505bd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005695 10.0.0.242 - - [2026-01-15 02:54:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.003386 10.0.0.242 - - [2026-01-15 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.73 - - [2026-01-15 02:54:27] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.242 - - [2026-01-15 02:54:27] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044919 10.0.0.242 - - [2026-01-15 02:54:28] "POST /network-policys HTTP/1.1" 200 533 0.076619 10.0.0.242 - - [2026-01-15 02:54:28] "GET /network-policy/10826272-ffe3-4c9a-8652-b86bc21898c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005944 10.0.0.33 - - [2026-01-15 02:54:28] "GET /obj-perms HTTP/1.1" 200 5075 0.080214 10.0.0.242 - - [2026-01-15 02:54:28] "POST /fqname-to-id HTTP/1.1" 404 213 0.004099 10.0.0.242 - - [2026-01-15 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.73 - - [2026-01-15 02:54:28] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.242 - - [2026-01-15 02:54:28] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049674 10.0.0.242 - - [2026-01-15 02:54:28] "POST /network-policys HTTP/1.1" 200 537 0.032086 10.0.0.242 - - [2026-01-15 02:54:28] "GET /network-policy/f671aeba-a022-4232-bed6-c5c4842b2ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005478 10.0.0.242 - - [2026-01-15 02:54:28] "POST /fqname-to-id HTTP/1.1" 404 212 0.003592 10.0.0.242 - - [2026-01-15 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009167 10.0.0.73 - - [2026-01-15 02:54:28] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.242 - - [2026-01-15 02:54:28] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037423 10.0.0.242 - - [2026-01-15 02:54:28] "POST /network-policys HTTP/1.1" 200 535 0.028020 10.0.0.242 - - [2026-01-15 02:54:28] "GET /network-policy/b7118fb8-65e9-45a9-b645-0d83af632f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.010668 10.0.0.242 - - [2026-01-15 02:54:29] "POST /fqname-to-id HTTP/1.1" 404 212 0.003504 10.0.0.242 - - [2026-01-15 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.73 - - [2026-01-15 02:54:29] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000828 10.0.0.242 - - [2026-01-15 02:54:29] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035577 10.0.0.242 - - [2026-01-15 02:54:29] "POST /network-policys HTTP/1.1" 200 535 0.029106 10.0.0.242 - - [2026-01-15 02:54:29] "GET /network-policy/5f3816c8-dafe-45c9-b34c-0cf0d9377ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006205 10.0.0.242 - - [2026-01-15 02:54:29] "POST /fqname-to-id HTTP/1.1" 404 212 0.003253 10.0.0.242 - - [2026-01-15 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.73 - - [2026-01-15 02:54:29] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.242 - - [2026-01-15 02:54:29] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048235 10.0.0.242 - - [2026-01-15 02:54:29] "POST /network-policys HTTP/1.1" 200 535 0.041560 10.0.0.242 - - [2026-01-15 02:54:29] "GET /network-policy/9e354670-660a-4bf3-8ef2-d1b23f3144c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006793 10.0.0.242 - - [2026-01-15 02:54:29] "POST /fqname-to-id HTTP/1.1" 404 212 0.003105 10.0.0.242 - - [2026-01-15 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.73 - - [2026-01-15 02:54:29] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000865 10.0.0.242 - - [2026-01-15 02:54:29] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037582 10.0.0.242 - - [2026-01-15 02:54:29] "POST /network-policys HTTP/1.1" 200 535 0.027687 10.0.0.242 - - [2026-01-15 02:54:30] "GET /network-policy/b90b60c8-863d-4b08-aa67-3c5e28a1b2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005897 10.0.0.242 - - [2026-01-15 02:54:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.004025 10.0.0.242 - - [2026-01-15 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.73 - - [2026-01-15 02:54:30] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.242 - - [2026-01-15 02:54:30] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040644 10.0.0.242 - - [2026-01-15 02:54:30] "POST /network-policys HTTP/1.1" 200 539 0.026323 10.0.0.242 - - [2026-01-15 02:54:30] "GET /network-policy/08b7e2dc-7b31-40a4-8388-963c1a85624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006153 10.0.0.73 - - [2026-01-15 02:54:30] "POST /access-control-lists HTTP/1.1" 200 609 0.036318 10.0.0.242 - - [2026-01-15 02:54:30] "POST /neutron/network HTTP/1.1" 200 1425 0.086812 10.0.0.242 - - [2026-01-15 02:54:30] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007342 10.0.0.242 - - [2026-01-15 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.242 - - [2026-01-15 02:54:30] "GET /network-policy/53a43b21-354f-48d9-b6aa-e220e2800968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004681 10.0.0.73 - - [2026-01-15 02:54:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005863 10.0.0.242 - - [2026-01-15 02:54:31] "POST /neutron/network HTTP/1.1" 200 1427 0.088213 10.0.0.73 - - [2026-01-15 02:54:31] "POST /ref-update HTTP/1.1" 200 156 0.020583 10.0.0.242 - - [2026-01-15 02:54:31] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.011467 10.0.0.242 - - [2026-01-15 02:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.242 - - [2026-01-15 02:54:31] "GET /network-policy/f671aeba-a022-4232-bed6-c5c4842b2ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005630 10.0.0.242 - - [2026-01-15 02:54:31] "POST /id-to-fqname HTTP/1.1" 200 235 0.001155 10.0.0.73 - - [2026-01-15 02:54:32] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.242 - - [2026-01-15 02:54:32] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.069034 10.0.0.242 - - [2026-01-15 02:54:32] "POST /neutron/network HTTP/1.1" 200 1425 0.042115 10.0.0.242 - - [2026-01-15 02:54:32] "POST /id-to-fqname HTTP/1.1" 200 235 0.001608 10.0.0.242 - - [2026-01-15 02:54:33] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.73 - - [2026-01-15 02:54:33] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.242 - - [2026-01-15 02:54:33] "POST /neutron/port HTTP/1.1" 200 1174 0.381538 10.0.0.242 - - [2026-01-15 02:54:34] "POST /neutron/port HTTP/1.1" 200 1228 0.124327 10.0.0.73 - - [2026-01-15 02:54:34] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.242 - - [2026-01-15 02:54:34] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072089 10.0.0.242 - - [2026-01-15 02:54:34] "POST /neutron/network HTTP/1.1" 200 1427 0.012964 10.0.0.242 - - [2026-01-15 02:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.062878 10.0.0.242 - - [2026-01-15 02:54:34] "POST /neutron/port HTTP/1.1" 200 1238 0.019648 10.0.0.242 - - [2026-01-15 02:54:34] "POST /neutron/port HTTP/1.1" 200 1238 0.021746 10.0.0.73 - - [2026-01-15 02:54:34] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.242 - - [2026-01-15 02:54:35] "POST /neutron/port HTTP/1.1" 200 1174 0.332817 10.0.0.242 - - [2026-01-15 02:54:35] "POST /neutron/port HTTP/1.1" 200 1228 0.130067 10.0.0.242 - - [2026-01-15 02:54:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.242 - - [2026-01-15 02:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.242 - - [2026-01-15 02:54:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007053 10.0.0.242 - - [2026-01-15 02:54:39] "POST /neutron/port HTTP/1.1" 200 1238 0.017334 10.0.0.242 - - [2026-01-15 02:54:40] "GET /virtual-machine/75d7636d-41ac-42e5-b342-071dc6474af7 HTTP/1.1" 401 293 0.000399 10.0.0.242 - - [2026-01-15 02:54:40] "GET /virtual-machine/75d7636d-41ac-42e5-b342-071dc6474af7 HTTP/1.1" 200 1304 0.049119 10.0.0.242 - - [2026-01-15 02:54:40] "GET /virtual-machine-interface/c3594ef1-8fab-45ae-bc69-2ab6fd1a9d76 HTTP/1.1" 200 3170 0.004955 10.0.0.242 - - [2026-01-15 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.242 - - [2026-01-15 02:54:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003829 10.0.0.242 - - [2026-01-15 02:54:40] "GET /virtual-networks?parent_id=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002722 10.0.0.242 - - [2026-01-15 02:54:40] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007321 10.0.0.73 - - [2026-01-15 02:54:40] "DELETE /access-control-list/61ec76f7-436b-406b-a260-5e820e06f00f HTTP/1.1" 200 115 0.108401 10.0.0.242 - - [2026-01-15 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.242 - - [2026-01-15 02:54:43] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005237 10.0.0.242 - - [2026-01-15 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2026-01-15 02:54:47] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005313 10.0.0.242 - - [2026-01-15 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.242 - - [2026-01-15 02:54:51] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005258 10.0.0.73 - - [2026-01-15 02:54:55] "DELETE /project/8e229a7bb965421c827d017748f75875 HTTP/1.1" 404 173 0.002481 10.0.0.73 - - [2026-01-15 02:54:55] "DELETE /project/f7d701957c3b4319b2db58e58bcc071e HTTP/1.1" 404 173 0.004662 10.0.0.73 - - [2026-01-15 02:54:55] "DELETE /project/f7d70195-7c3b-4319-b2db-58e58bcc071e HTTP/1.1" 404 177 0.006129 10.0.0.242 - - [2026-01-15 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.242 - - [2026-01-15 02:54:55] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006378 10.0.0.242 - - [2026-01-15 02:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.242 - - [2026-01-15 02:55:00] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005355 10.0.0.242 - - [2026-01-15 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.242 - - [2026-01-15 02:55:04] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005898 10.0.0.242 - - [2026-01-15 02:55:07] "POST /neutron/port HTTP/1.1" 200 1238 0.046812 10.0.0.242 - - [2026-01-15 02:55:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.242 - - [2026-01-15 02:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.242 - - [2026-01-15 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.242 - - [2026-01-15 02:55:08] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005785 10.0.0.242 - - [2026-01-15 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.242 - - [2026-01-15 02:55:12] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005340 10.0.0.242 - - [2026-01-15 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.242 - - [2026-01-15 02:55:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004948 10.0.0.242 - - [2026-01-15 02:55:14] "GET /virtual-networks?parent_id=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004974 10.0.0.242 - - [2026-01-15 02:55:14] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006392 10.0.0.242 - - [2026-01-15 02:55:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008703 10.0.0.242 - - [2026-01-15 02:55:19] "POST /neutron/network HTTP/1.1" 200 1435 0.006685 10.0.0.242 - - [2026-01-15 02:55:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.025428 10.0.0.242 - - [2026-01-15 02:55:19] "POST /neutron/network HTTP/1.1" 200 1425 0.012693 10.0.0.242 - - [2026-01-15 02:55:24] "POST /neutron/port HTTP/1.1" 200 1238 0.049319 10.0.0.242 - - [2026-01-15 02:55:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008281 10.0.0.242 - - [2026-01-15 02:55:29] "GET /obj-perms HTTP/1.1" 200 5075 0.078424 10.0.0.242 - - [2026-01-15 02:55:35] "POST /neutron/port HTTP/1.1" 200 1238 0.016551 10.0.0.242 - - [2026-01-15 02:55:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007783 10.0.0.242 - - [2026-01-15 02:55:35] "GET /virtual-machine/0eb449c5-4baf-4644-8328-90f83963c7eb HTTP/1.1" 200 1303 0.005281 10.0.0.242 - - [2026-01-15 02:55:35] "GET /virtual-machine-interface/e4a88705-9eb4-4450-a235-4fb6783232b1 HTTP/1.1" 200 3170 0.005256 10.0.0.242 - - [2026-01-15 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.242 - - [2026-01-15 02:55:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003225 10.0.0.242 - - [2026-01-15 02:55:35] "GET /virtual-networks?parent_id=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002793 10.0.0.242 - - [2026-01-15 02:55:35] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005281 10.0.0.242 - - [2026-01-15 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.242 - - [2026-01-15 02:55:36] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004262 10.0.0.242 - - [2026-01-15 02:55:36] "GET /virtual-networks?parent_id=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003443 10.0.0.242 - - [2026-01-15 02:55:36] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006206 10.0.0.242 - - [2026-01-15 02:55:36] "POST /neutron/port HTTP/1.1" 200 1238 0.019119 10.0.0.242 - - [2026-01-15 02:55:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006362 10.0.0.242 - - [2026-01-15 02:55:47] "POST /neutron/port HTTP/1.1" 200 1238 0.017934 10.0.0.242 - - [2026-01-15 02:55:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006963 10.0.0.242 - - [2026-01-15 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.242 - - [2026-01-15 02:55:52] "GET /network-policy/f671aeba-a022-4232-bed6-c5c4842b2ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003249 10.0.0.242 - - [2026-01-15 02:55:53] "POST /neutron/port HTTP/1.1" 200 1238 0.020252 10.0.0.242 - - [2026-01-15 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2026-01-15 02:55:53] "GET /network-policy/53a43b21-354f-48d9-b6aa-e220e2800968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003863 10.0.0.242 - - [2026-01-15 02:55:53] "POST /neutron/network HTTP/1.1" 200 1425 0.116464 10.0.0.242 - - [2026-01-15 02:55:53] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005850 10.0.0.242 - - [2026-01-15 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.242 - - [2026-01-15 02:55:53] "GET /network-policy/34ad1777-5f96-410f-bf26-b0ef97187aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003863 10.0.0.242 - - [2026-01-15 02:56:07] "POST /neutron/port HTTP/1.1" 200 1238 0.016101 10.0.0.242 - - [2026-01-15 02:56:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003614 10.0.0.242 - - [2026-01-15 02:56:07] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.242 - - [2026-01-15 02:56:21] "POST /neutron/port HTTP/1.1" 200 1238 0.048811 10.0.0.242 - - [2026-01-15 02:56:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003421 10.0.0.242 - - [2026-01-15 02:56:21] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.73 - - [2026-01-15 02:56:29] "GET /obj-perms HTTP/1.1" 200 5075 0.060871 10.0.0.73 - - [2026-01-15 02:56:44] "PUT /access-control-list/b41dddee-45b4-4b7c-81f0-fbb17e68f9e1 HTTP/1.1" 200 272 0.022669 10.0.0.242 - - [2026-01-15 02:56:44] "POST /neutron/network HTTP/1.1" 200 1428 0.097140 10.0.0.242 - - [2026-01-15 02:56:44] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005228 10.0.0.242 - - [2026-01-15 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.242 - - [2026-01-15 02:56:44] "GET /network-policy/08b7e2dc-7b31-40a4-8388-963c1a85624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003713 10.0.0.73 - - [2026-01-15 02:56:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003531 10.0.0.242 - - [2026-01-15 02:56:56] "POST /neutron/network HTTP/1.1" 200 1425 0.085999 10.0.0.73 - - [2026-01-15 02:56:56] "POST /ref-update HTTP/1.1" 200 156 0.038530 10.0.0.242 - - [2026-01-15 02:56:56] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005970 10.0.0.242 - - [2026-01-15 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.242 - - [2026-01-15 02:56:57] "GET /network-policy/f7453796-dcfd-4004-8392-e82bf505bd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004040 10.0.0.242 - - [2026-01-15 02:57:09] "POST /neutron/network HTTP/1.1" 200 1425 0.123837 10.0.0.242 - - [2026-01-15 02:57:09] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009639 10.0.0.242 - - [2026-01-15 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.242 - - [2026-01-15 02:57:09] "POST /neutron/port HTTP/1.1" 200 1238 0.030299 10.0.0.242 - - [2026-01-15 02:57:09] "GET /network-policy/10826272-ffe3-4c9a-8652-b86bc21898c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003335 10.0.0.242 - - [2026-01-15 02:57:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.242 - - [2026-01-15 02:57:09] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.242 - - [2026-01-15 02:57:19] "POST /neutron/network HTTP/1.1" 200 1426 0.098089 10.0.0.242 - - [2026-01-15 02:57:19] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005333 10.0.0.73 - - [2026-01-15 02:57:19] "POST /ref-update HTTP/1.1" 200 156 0.024213 10.0.0.242 - - [2026-01-15 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007490 10.0.0.242 - - [2026-01-15 02:57:19] "GET /network-policy/b7118fb8-65e9-45a9-b645-0d83af632f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007602 10.0.0.242 - - [2026-01-15 02:57:23] "POST /neutron/port HTTP/1.1" 200 1238 0.016548 10.0.0.242 - - [2026-01-15 02:57:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003839 10.0.0.242 - - [2026-01-15 02:57:23] "POST /neutron/port HTTP/1.1" 200 117 0.001761 10.0.0.73 - - [2026-01-15 02:57:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.008844 10.0.0.242 - - [2026-01-15 02:57:32] "POST /neutron/network HTTP/1.1" 200 1426 0.167655 10.0.0.242 - - [2026-01-15 02:57:32] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005712 10.0.0.242 - - [2026-01-15 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.242 - - [2026-01-15 02:57:32] "GET /network-policy/5f3816c8-dafe-45c9-b34c-0cf0d9377ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004489 10.0.0.73 - - [2026-01-15 02:57:42] "PUT /access-control-list/b41dddee-45b4-4b7c-81f0-fbb17e68f9e1 HTTP/1.1" 200 272 0.030100 10.0.0.242 - - [2026-01-15 02:57:42] "POST /neutron/network HTTP/1.1" 200 1426 0.105834 10.0.0.242 - - [2026-01-15 02:57:42] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006344 10.0.0.242 - - [2026-01-15 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.242 - - [2026-01-15 02:57:42] "GET /network-policy/9e354670-660a-4bf3-8ef2-d1b23f3144c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003733 10.0.0.242 - - [2026-01-15 02:57:54] "POST /neutron/network HTTP/1.1" 200 1426 0.100394 10.0.0.242 - - [2026-01-15 02:57:54] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007322 10.0.0.242 - - [2026-01-15 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.242 - - [2026-01-15 02:57:54] "GET /network-policy/b90b60c8-863d-4b08-aa67-3c5e28a1b2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004916 10.0.0.242 - - [2026-01-15 02:58:04] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006118 10.0.0.73 - - [2026-01-15 02:58:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.007039 10.0.0.242 - - [2026-01-15 02:58:04] "POST /neutron/network HTTP/1.1" 200 1337 0.102345 10.0.0.73 - - [2026-01-15 02:58:04] "POST /ref-update HTTP/1.1" 200 156 0.040661 10.0.0.242 - - [2026-01-15 02:58:05] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006412 10.0.0.242 - - [2026-01-15 02:58:05] "GET /virtual-machine/0eb449c5-4baf-4644-8328-90f83963c7eb HTTP/1.1" 200 1303 0.003649 10.0.0.242 - - [2026-01-15 02:58:05] "POST /neutron/port HTTP/1.1" 200 1228 0.014319 10.0.0.242 - - [2026-01-15 02:58:07] "GET /virtual-machine/0eb449c5-4baf-4644-8328-90f83963c7eb HTTP/1.1" 404 171 0.003311 10.0.0.242 - - [2026-01-15 02:58:07] "GET /virtual-machine/0eb449c5-4baf-4644-8328-90f83963c7eb HTTP/1.1" 404 171 0.002494 10.0.0.242 - - [2026-01-15 02:58:07] "GET /virtual-machine/0eb449c5-4baf-4644-8328-90f83963c7eb HTTP/1.1" 404 171 0.003078 10.0.0.242 - - [2026-01-15 02:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.242 - - [2026-01-15 02:58:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004394 10.0.0.242 - - [2026-01-15 02:58:07] "GET /virtual-networks?parent_id=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003389 10.0.0.242 - - [2026-01-15 02:58:07] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005710 10.0.0.242 - - [2026-01-15 02:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.242 - - [2026-01-15 02:58:07] "GET /routing-instance/f507ee78-1773-4c9d-a713-51e0f93d1850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005991 10.0.0.242 - - [2026-01-15 02:58:07] "GET /route-target/e872d683-4d6a-47c2-b243-9c74ca72598f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004865 10.0.0.33 - - [2026-01-15 02:58:07] "GET /obj-perms HTTP/1.1" 200 5038 0.062738 10.0.0.242 - - [2026-01-15 02:58:10] "GET /obj-perms HTTP/1.1" 200 5038 0.003391 10.0.0.242 - - [2026-01-15 02:58:14] "GET /obj-perms HTTP/1.1" 200 5038 0.004996 10.0.0.33 - - [2026-01-15 02:58:14] "GET /obj-perms HTTP/1.1" 200 5038 0.004092 10.0.0.242 - - [2026-01-15 02:58:14] "GET /virtual-machine/75d7636d-41ac-42e5-b342-071dc6474af7 HTTP/1.1" 200 1304 0.003924 10.0.0.242 - - [2026-01-15 02:58:14] "POST /neutron/port HTTP/1.1" 200 1228 0.020281 10.0.0.242 - - [2026-01-15 02:58:16] "GET /virtual-machine/75d7636d-41ac-42e5-b342-071dc6474af7 HTTP/1.1" 404 171 0.003440 10.0.0.242 - - [2026-01-15 02:58:16] "GET /virtual-machine/75d7636d-41ac-42e5-b342-071dc6474af7 HTTP/1.1" 404 171 0.003223 10.0.0.242 - - [2026-01-15 02:58:16] "GET /virtual-machine/75d7636d-41ac-42e5-b342-071dc6474af7 HTTP/1.1" 404 171 0.002845 10.0.0.242 - - [2026-01-15 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2026-01-15 02:58:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004310 10.0.0.242 - - [2026-01-15 02:58:16] "GET /virtual-networks?parent_id=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002990 10.0.0.242 - - [2026-01-15 02:58:16] "GET /virtual-network/dfeb73b7-dd34-4d03-9e03-f063ecbb021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007427 10.0.0.242 - - [2026-01-15 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.242 - - [2026-01-15 02:58:16] "GET /routing-instance/484f769c-2bb1-4aa3-9ba9-b3dd164d6adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004182 10.0.0.242 - - [2026-01-15 02:58:16] "GET /route-target/bc61ebfd-60db-4099-9345-2302909741d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003939 10.0.0.73 - - [2026-01-15 02:58:19] "GET /obj-perms HTTP/1.1" 200 5038 0.004864 10.0.0.242 - - [2026-01-15 02:58:22] "GET /obj-perms HTTP/1.1" 200 5038 0.003532 10.0.0.73 - - [2026-01-15 02:58:29] "GET /obj-perms HTTP/1.1" 200 5038 0.003807 10.0.0.242 - - [2026-01-15 02:58:31] "GET /obj-perms HTTP/1.1" 200 5075 0.055403 10.0.0.73 - - [2026-01-15 02:58:35] "GET /obj-perms HTTP/1.1" 200 5038 0.003479 10.0.0.242 - - [2026-01-15 02:58:35] "GET /obj-perms HTTP/1.1" 200 5038 0.004642 10.0.0.242 - - [2026-01-15 02:58:35] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006702 10.0.0.242 - - [2026-01-15 02:58:35] "POST /neutron/network HTTP/1.1" 200 1337 0.076566 10.0.0.242 - - [2026-01-15 02:58:35] "GET /virtual-network/c98e3b5d-d510-4d45-aa9c-67a1631d8b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009949 10.0.0.242 - - [2026-01-15 02:58:35] "DELETE /network-policy/08b7e2dc-7b31-40a4-8388-963c1a85624f HTTP/1.1" 200 115 0.028984 10.0.0.242 - - [2026-01-15 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.73 - - [2026-01-15 02:58:36] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.036734 10.0.0.242 - - [2026-01-15 02:58:36] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072005 10.0.0.242 - - [2026-01-15 02:58:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005396 10.0.0.242 - - [2026-01-15 02:58:36] "DELETE /network-policy/b90b60c8-863d-4b08-aa67-3c5e28a1b2e6 HTTP/1.1" 200 115 0.044312 10.0.0.242 - - [2026-01-15 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.013455 10.0.0.73 - - [2026-01-15 02:58:36] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.242 - - [2026-01-15 02:58:36] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044060 10.0.0.242 - - [2026-01-15 02:58:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005348 10.0.0.242 - - [2026-01-15 02:58:36] "DELETE /network-policy/9e354670-660a-4bf3-8ef2-d1b23f3144c5 HTTP/1.1" 200 115 0.048157 10.0.0.242 - - [2026-01-15 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.73 - - [2026-01-15 02:58:36] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.242 - - [2026-01-15 02:58:36] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048617 10.0.0.242 - - [2026-01-15 02:58:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005958 10.0.0.242 - - [2026-01-15 02:58:36] "DELETE /network-policy/5f3816c8-dafe-45c9-b34c-0cf0d9377ae5 HTTP/1.1" 200 115 0.045894 10.0.0.242 - - [2026-01-15 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.73 - - [2026-01-15 02:58:36] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.242 - - [2026-01-15 02:58:36] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042824 10.0.0.242 - - [2026-01-15 02:58:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005482 10.0.0.242 - - [2026-01-15 02:58:36] "DELETE /network-policy/b7118fb8-65e9-45a9-b645-0d83af632f57 HTTP/1.1" 200 115 0.045324 10.0.0.242 - - [2026-01-15 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006277 10.0.0.73 - - [2026-01-15 02:58:36] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.242 - - [2026-01-15 02:58:36] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042288 10.0.0.242 - - [2026-01-15 02:58:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005615 10.0.0.242 - - [2026-01-15 02:58:37] "DELETE /network-policy/f671aeba-a022-4232-bed6-c5c4842b2ef6 HTTP/1.1" 200 115 0.034950 10.0.0.242 - - [2026-01-15 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010769 10.0.0.73 - - [2026-01-15 02:58:37] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.242 - - [2026-01-15 02:58:37] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054736 10.0.0.242 - - [2026-01-15 02:58:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006607 10.0.0.242 - - [2026-01-15 02:58:37] "DELETE /network-policy/10826272-ffe3-4c9a-8652-b86bc21898c3 HTTP/1.1" 200 115 0.041979 10.0.0.242 - - [2026-01-15 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.73 - - [2026-01-15 02:58:37] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.242 - - [2026-01-15 02:58:37] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036626 10.0.0.242 - - [2026-01-15 02:58:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005449 10.0.0.242 - - [2026-01-15 02:58:37] "DELETE /network-policy/f7453796-dcfd-4004-8392-e82bf505bd57 HTTP/1.1" 200 115 0.039470 10.0.0.242 - - [2026-01-15 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006252 10.0.0.73 - - [2026-01-15 02:58:37] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.242 - - [2026-01-15 02:58:37] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038273 10.0.0.242 - - [2026-01-15 02:58:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005783 10.0.0.242 - - [2026-01-15 02:58:37] "DELETE /network-policy/34ad1777-5f96-410f-bf26-b0ef97187aa7 HTTP/1.1" 200 115 0.035289 10.0.0.242 - - [2026-01-15 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.73 - - [2026-01-15 02:58:37] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.242 - - [2026-01-15 02:58:37] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036934 10.0.0.242 - - [2026-01-15 02:58:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005755 10.0.0.242 - - [2026-01-15 02:58:37] "DELETE /network-policy/53a43b21-354f-48d9-b6aa-e220e2800968 HTTP/1.1" 200 115 0.042566 10.0.0.242 - - [2026-01-15 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.73 - - [2026-01-15 02:58:38] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.242 - - [2026-01-15 02:58:38] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040611 10.0.0.242 - - [2026-01-15 02:58:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-35404215&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006144 10.0.0.73 - - [2026-01-15 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007170 10.0.0.73 - - [2026-01-15 02:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004878 10.0.0.73 - - [2026-01-15 02:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002966 10.0.0.73 - - [2026-01-15 02:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.73 - - [2026-01-15 02:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002092 10.0.0.73 - - [2026-01-15 02:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002130 10.0.0.73 - - [2026-01-15 02:58:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.242 - - [2026-01-15 02:58:38] "POST /neutron/network HTTP/1.1" 200 151 0.170537 10.0.0.73 - - [2026-01-15 02:58:38] "DELETE /route-target/bc61ebfd-60db-4099-9345-2302909741d9 HTTP/1.1" 200 115 0.021659 10.0.0.242 - - [2026-01-15 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2026-01-15 02:58:39] "DELETE /network-ipam/685b0e19-6aee-4f31-8a82-0e569a1854a4 HTTP/1.1" 200 115 0.038644 10.0.0.242 - - [2026-01-15 02:58:39] "POST /fqname-to-id HTTP/1.1" 404 260 0.004478 10.0.0.73 - - [2026-01-15 02:58:39] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.73 - - [2026-01-15 02:58:39] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.038393 10.0.0.73 - - [2026-01-15 02:58:39] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.73 - - [2026-01-15 02:58:39] "GET /project/8e229a7b-b965-421c-827d-017748f75875?fields=security_groups HTTP/1.1" 200 1399 0.050608 10.0.0.73 - - [2026-01-15 02:58:39] "DELETE /security-group/545e00b8-ca7d-4749-888e-187ab09b2750 HTTP/1.1" 200 115 0.044218 10.0.0.73 - - [2026-01-15 02:58:39] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.73 - - [2026-01-15 02:58:39] "GET /project/8e229a7b-b965-421c-827d-017748f75875?fields=application_policy_sets HTTP/1.1" 200 1438 0.045871 10.0.0.242 - - [2026-01-15 02:58:39] "DELETE /project/8e229a7b-b965-421c-827d-017748f75875 HTTP/1.1" 200 115 0.375827 10.0.0.73 - - [2026-01-15 02:58:39] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001791 10.0.0.242 - - [2026-01-15 02:58:39] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?fields=projects HTTP/1.1" 200 1438 0.011713 10.0.0.73 - - [2026-01-15 02:58:40] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114 10.0.0.73 - - [2026-01-15 02:58:40] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.73 - - [2026-01-15 02:58:40] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054617 10.0.0.73 - - [2026-01-15 02:58:41] "POST /id-to-fqname HTTP/1.1" 200 202 0.001270 10.0.0.73 - - [2026-01-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.004132 10.0.0.73 - - [2026-01-15 02:58:41] "POST /security-groups HTTP/1.1" 200 603 0.030629 10.0.0.73 - - [2026-01-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 404 246 0.003590 10.0.0.73 - - [2026-01-15 02:58:41] "POST /projects HTTP/1.1" 200 609 0.248492 10.0.0.73 - - [2026-01-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.327158 10.0.0.73 - - [2026-01-15 02:58:41] "POST /access-control-lists HTTP/1.1" 200 606 0.044521 10.0.0.242 - - [2026-01-15 02:58:41] "GET /project/8e229a7b-b965-421c-827d-017748f75875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.531111 10.0.0.73 - - [2026-01-15 02:58:41] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003664 10.0.0.242 - - [2026-01-15 02:58:41] "GET /project/8e229a7b-b965-421c-827d-017748f75875?fields=virtual_networks HTTP/1.1" 200 1056 0.055167 10.0.0.73 - - [2026-01-15 02:58:41] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.242 - - [2026-01-15 02:58:41] "GET /project/8e229a7b-b965-421c-827d-017748f75875?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.051721 10.0.0.73 - - [2026-01-15 02:58:41] "GET /projects?obj_uuids=8e229a7b-b965-421c-827d-017748f75875&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001581 10.0.0.242 - - [2026-01-15 02:58:41] "GET /project/8e229a7b-b965-421c-827d-017748f75875?fields=security_groups HTTP/1.1" 200 1294 0.040963 10.0.0.242 - - [2026-01-15 02:58:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.031684 10.0.0.73 - - [2026-01-15 02:58:42] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002763 10.0.0.73 - - [2026-01-15 02:58:42] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.73 - - [2026-01-15 02:58:42] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008078 10.0.0.73 - - [2026-01-15 02:58:42] "POST /id-to-fqname HTTP/1.1" 200 184 0.002159 10.0.0.73 - - [2026-01-15 02:58:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.006394 10.0.0.73 - - [2026-01-15 02:58:42] "POST /security-groups HTTP/1.1" 200 585 0.028960 10.0.0.73 - - [2026-01-15 02:58:42] "POST /projects HTTP/1.1" 200 573 0.230795 10.0.0.73 - - [2026-01-15 02:58:42] "POST /fqname-to-id HTTP/1.1" 404 227 0.011314 10.0.0.73 - - [2026-01-15 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.309827 10.0.0.242 - - [2026-01-15 02:58:43] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.462562 10.0.0.242 - - [2026-01-15 02:58:44] "GET / HTTP/1.1" 200 35931 0.002375 10.0.0.242 - - [2026-01-15 02:58:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000608 10.0.0.242 - - [2026-01-15 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.067428 10.0.0.73 - - [2026-01-15 02:58:45] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001173 10.0.0.242 - - [2026-01-15 02:58:45] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040097 10.0.0.242 - - [2026-01-15 02:58:45] "POST /neutron/network HTTP/1.1" 200 117 0.039051 10.0.0.73 - - [2026-01-15 02:58:45] "POST /ref-update HTTP/1.1" 200 156 0.023068 10.0.0.73 - - [2026-01-15 02:58:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.242 - - [2026-01-15 02:58:46] "POST /neutron/subnet HTTP/1.1" 200 823 0.188420 10.0.0.242 - - [2026-01-15 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001171 10.0.0.242 - - [2026-01-15 02:58:46] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005956 10.0.0.242 - - [2026-01-15 02:58:46] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005461 10.0.0.242 - - [2026-01-15 02:58:46] "POST /neutron/network HTTP/1.1" 200 990 0.010728 10.0.0.242 - - [2026-01-15 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.73 - - [2026-01-15 02:58:46] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000792 10.0.0.242 - - [2026-01-15 02:58:46] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.037150 10.0.0.242 - - [2026-01-15 02:58:46] "POST /neutron/network HTTP/1.1" 200 117 0.012789 10.0.0.73 - - [2026-01-15 02:58:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004871 10.0.0.73 - - [2026-01-15 02:58:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005513 10.0.0.242 - - [2026-01-15 02:58:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.164362 10.0.0.242 - - [2026-01-15 02:58:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001162 10.0.0.242 - - [2026-01-15 02:58:47] "GET /virtual-network/a0a45685-5729-4613-8e69-d2b22caf1f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006127 10.0.0.242 - - [2026-01-15 02:58:47] "GET /virtual-network/a0a45685-5729-4613-8e69-d2b22caf1f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.007270 10.0.0.242 - - [2026-01-15 02:58:47] "POST /neutron/network HTTP/1.1" 200 991 0.009021 10.0.0.242 - - [2026-01-15 02:58:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001210 10.0.0.242 - - [2026-01-15 02:58:47] "POST /neutron/network HTTP/1.1" 200 1000 0.012103 10.0.0.73 - - [2026-01-15 02:58:48] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000904 10.0.0.242 - - [2026-01-15 02:58:48] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.068038 10.0.0.33 - - [2026-01-15 02:58:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.242 - - [2026-01-15 02:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.006334 10.0.0.242 - - [2026-01-15 02:58:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001600 10.0.0.33 - - [2026-01-15 02:58:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.73 - - [2026-01-15 02:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.73 - - [2026-01-15 02:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.242 - - [2026-01-15 02:58:49] "POST /neutron/network HTTP/1.1" 200 1000 0.006732 10.0.0.242 - - [2026-01-15 02:58:49] "POST /neutron/port HTTP/1.1" 200 1159 0.022074 10.0.0.33 - - [2026-01-15 02:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-15 02:58:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.33 - - [2026-01-15 02:58:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000289 10.0.0.242 - - [2026-01-15 02:58:50] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.73 - - [2026-01-15 02:58:50] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001243 10.0.0.242 - - [2026-01-15 02:58:50] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.134460 10.0.0.242 - - [2026-01-15 02:58:50] "POST /neutron/network HTTP/1.1" 200 990 0.008108 10.0.0.73 - - [2026-01-15 02:58:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.73 - - [2026-01-15 02:58:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2026-01-15 02:58:50] "POST /neutron/port HTTP/1.1" 200 117 0.006180 10.0.0.242 - - [2026-01-15 02:58:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001249 10.0.0.242 - - [2026-01-15 02:58:50] "POST /neutron/network HTTP/1.1" 200 1001 0.007909 10.0.0.242 - - [2026-01-15 02:58:51] "POST /neutron/port HTTP/1.1" 200 1159 0.021200 10.0.0.242 - - [2026-01-15 02:58:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2026-01-15 02:58:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.242 - - [2026-01-15 02:58:51] "POST /neutron/port HTTP/1.1" 200 1223 0.022549 10.0.0.242 - - [2026-01-15 02:58:51] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012422 10.0.0.242 - - [2026-01-15 02:58:51] "POST /neutron/network HTTP/1.1" 200 990 0.008115 10.0.0.73 - - [2026-01-15 02:58:51] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000883 10.0.0.242 - - [2026-01-15 02:58:52] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.073727 10.0.0.242 - - [2026-01-15 02:58:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008764 10.0.0.242 - - [2026-01-15 02:58:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006975 10.0.0.242 - - [2026-01-15 02:58:52] "POST /neutron/port HTTP/1.1" 200 1223 0.025100 10.0.0.242 - - [2026-01-15 02:58:52] "GET /virtual-machine/549e9c90-e7c7-461b-8644-64e767e347cf HTTP/1.1" 401 293 0.000482 10.0.0.73 - - [2026-01-15 02:58:52] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001899 10.0.0.242 - - [2026-01-15 02:58:53] "POST /neutron/port HTTP/1.1" 200 1160 0.324727 10.0.0.242 - - [2026-01-15 02:58:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2026-01-15 02:58:53] "POST /neutron/port HTTP/1.1" 200 1214 0.130330 10.0.0.242 - - [2026-01-15 02:58:53] "GET /virtual-machine/549e9c90-e7c7-461b-8644-64e767e347cf HTTP/1.1" 200 1285 0.220771 10.0.0.242 - - [2026-01-15 02:58:53] "GET /virtual-machine-interface/2b77f41e-94c2-417a-9abd-ca90e7e2c2e8 HTTP/1.1" 200 3105 0.005070 10.0.0.242 - - [2026-01-15 02:58:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.242 - - [2026-01-15 02:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.242 - - [2026-01-15 02:58:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003547 10.0.0.242 - - [2026-01-15 02:58:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003965 10.0.0.242 - - [2026-01-15 02:58:53] "GET /virtual-networks?parent_id=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003794 10.0.0.242 - - [2026-01-15 02:58:53] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006580 10.0.0.242 - - [2026-01-15 02:58:53] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.73 - - [2026-01-15 02:58:53] "DELETE /access-control-list/f5fb679d-48c5-41ed-87cd-5439899f0fa6 HTTP/1.1" 200 115 0.032003 10.0.0.73 - - [2026-01-15 02:58:55] "DELETE /project/5dfe5ceedbca4777a5d330f035e864ab HTTP/1.1" 404 173 0.003747 10.0.0.73 - - [2026-01-15 02:58:55] "DELETE /project/8e229a7b-b965-421c-827d-017748f75875 HTTP/1.1" 404 177 0.006498 10.0.0.73 - - [2026-01-15 02:58:55] "DELETE /project/8e229a7bb965421c827d017748f75875 HTTP/1.1" 404 173 0.004085 10.0.0.242 - - [2026-01-15 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.242 - - [2026-01-15 02:58:56] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005168 10.0.0.242 - - [2026-01-15 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.242 - - [2026-01-15 02:59:00] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007067 10.0.0.242 - - [2026-01-15 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.242 - - [2026-01-15 02:59:04] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007119 10.0.0.242 - - [2026-01-15 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2026-01-15 02:59:08] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005214 10.0.0.242 - - [2026-01-15 02:59:11] "POST /neutron/port HTTP/1.1" 200 1223 0.020747 10.0.0.242 - - [2026-01-15 02:59:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004800 10.0.0.242 - - [2026-01-15 02:59:11] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.242 - - [2026-01-15 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.242 - - [2026-01-15 02:59:13] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005092 10.0.0.242 - - [2026-01-15 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2026-01-15 02:59:17] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005166 10.0.0.242 - - [2026-01-15 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.242 - - [2026-01-15 02:59:21] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005516 10.0.0.242 - - [2026-01-15 02:59:24] "POST /neutron/port HTTP/1.1" 200 1223 0.017478 10.0.0.242 - - [2026-01-15 02:59:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832 10.0.0.242 - - [2026-01-15 02:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.242 - - [2026-01-15 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.242 - - [2026-01-15 02:59:25] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006225 10.0.0.242 - - [2026-01-15 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.242 - - [2026-01-15 02:59:29] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005243 10.0.0.242 - - [2026-01-15 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2026-01-15 02:59:33] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004593 10.0.0.242 - - [2026-01-15 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005991 10.0.0.242 - - [2026-01-15 02:59:37] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005546 10.0.0.242 - - [2026-01-15 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.242 - - [2026-01-15 02:59:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004319 10.0.0.242 - - [2026-01-15 02:59:39] "GET /virtual-networks?parent_id=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003077 10.0.0.242 - - [2026-01-15 02:59:39] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005186 10.0.0.242 - - [2026-01-15 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006600 10.0.0.242 - - [2026-01-15 02:59:50] "POST /neutron/port HTTP/1.1" 200 1223 0.019353 10.0.0.242 - - [2026-01-15 02:59:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005841 10.0.0.242 - - [2026-01-15 02:59:55] "POST /neutron/port HTTP/1.1" 200 1224 0.017913 10.0.0.242 - - [2026-01-15 02:59:56] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006428 10.0.0.242 - - [2026-01-15 03:00:05] "POST /neutron/port HTTP/1.1" 200 1223 0.015755 10.0.0.242 - - [2026-01-15 03:00:05] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007378 10.0.0.242 - - [2026-01-15 03:00:06] "GET /virtual-machine/3e0e83d7-cf42-4820-b79d-47f6da00dc7a HTTP/1.1" 200 1286 0.005614 10.0.0.242 - - [2026-01-15 03:00:06] "GET /virtual-machine-interface/9058363c-8b67-4cd4-8d52-c7a4302e7fa0 HTTP/1.1" 200 3106 0.005001 10.0.0.242 - - [2026-01-15 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2026-01-15 03:00:06] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003692 10.0.0.242 - - [2026-01-15 03:00:06] "GET /virtual-networks?parent_id=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002998 10.0.0.242 - - [2026-01-15 03:00:06] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005214 10.0.0.242 - - [2026-01-15 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.242 - - [2026-01-15 03:00:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004811 10.0.0.242 - - [2026-01-15 03:00:07] "GET /virtual-networks?parent_id=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003514 10.0.0.242 - - [2026-01-15 03:00:07] "GET /virtual-network/8573e2b3-a561-4c4c-bc18-dc60c0c53a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006984 10.0.0.242 - - [2026-01-15 03:00:07] "POST /neutron/port HTTP/1.1" 200 1223 0.019403 10.0.0.242 - - [2026-01-15 03:00:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011085 10.0.0.242 - - [2026-01-15 03:00:12] "POST /neutron/port HTTP/1.1" 200 1224 0.020284 10.0.0.242 - - [2026-01-15 03:00:13] "GET /virtual-machine/9e45d88d-fb24-4f5d-a87b-9466a20b4486 HTTP/1.1" 200 1287 0.006685 10.0.0.242 - - [2026-01-15 03:00:13] "GET /virtual-machine-interface/40f97fbc-4683-4327-88ea-09e23d52ef7c HTTP/1.1" 200 3104 0.006295 10.0.0.242 - - [2026-01-15 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.242 - - [2026-01-15 03:00:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006009 10.0.0.242 - - [2026-01-15 03:00:13] "GET /virtual-networks?parent_id=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005032 10.0.0.242 - - [2026-01-15 03:00:13] "GET /virtual-network/a0a45685-5729-4613-8e69-d2b22caf1f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.005735 10.0.0.242 - - [2026-01-15 03:00:13] "POST /neutron/port HTTP/1.1" 200 1223 0.064303 10.0.0.242 - - [2026-01-15 03:00:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004340 10.0.0.242 - - [2026-01-15 03:00:13] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.242 - - [2026-01-15 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.242 - - [2026-01-15 03:00:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004107 10.0.0.242 - - [2026-01-15 03:00:14] "GET /virtual-networks?parent_id=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003549 10.0.0.242 - - [2026-01-15 03:00:14] "GET /virtual-network/a0a45685-5729-4613-8e69-d2b22caf1f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006573 10.0.0.242 - - [2026-01-15 03:00:15] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003110 10.0.0.242 - - [2026-01-15 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.242 - - [2026-01-15 03:00:15] "GET /global-qos-config/aa5a4405-2baf-499a-bc22-0f2c917b1f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004976 10.0.0.242 - - [2026-01-15 03:00:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.003371 10.0.0.242 - - [2026-01-15 03:00:15] "POST /forwarding-classs HTTP/1.1" 200 576 0.028420 10.0.0.242 - - [2026-01-15 03:00:15] "POST /id-to-fqname HTTP/1.1" 200 232 0.003177 10.0.0.242 - - [2026-01-15 03:00:16] "GET /forwarding-class/18da1537-30d6-4af4-9bf3-eb42b39ced5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004342 10.0.0.73 - - [2026-01-15 03:00:16] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001241 10.0.0.242 - - [2026-01-15 03:00:16] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044846 10.0.0.242 - - [2026-01-15 03:00:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003155 10.0.0.242 - - [2026-01-15 03:00:16] "POST /qos-configs HTTP/1.1" 200 543 0.038741 10.0.0.242 - - [2026-01-15 03:00:16] "POST /id-to-fqname HTTP/1.1" 200 217 0.003465 10.0.0.242 - - [2026-01-15 03:00:16] "GET /qos-config/478c5faa-269d-47bb-ad91-c236e5cdf183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004415 10.0.0.242 - - [2026-01-15 03:00:16] "GET /virtual-machine-interface/2b77f41e-94c2-417a-9abd-ca90e7e2c2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006175 10.0.0.242 - - [2026-01-15 03:00:16] "POST /ref-update HTTP/1.1" 200 156 0.014882 10.0.0.242 - - [2026-01-15 03:00:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007921 10.0.0.242 - - [2026-01-15 03:00:16] "POST /neutron/port HTTP/1.1" 200 1223 0.019578 10.0.0.242 - - [2026-01-15 03:00:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007704 10.0.0.242 - - [2026-01-15 03:00:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001183 10.0.0.242 - - [2026-01-15 03:00:16] "GET /virtual-machine/549e9c90-e7c7-461b-8644-64e767e347cf HTTP/1.1" 200 1285 0.004033 10.0.0.242 - - [2026-01-15 03:00:16] "GET /virtual-machine-interface/2b77f41e-94c2-417a-9abd-ca90e7e2c2e8 HTTP/1.1" 200 3352 0.005040 10.0.0.242 - - [2026-01-15 03:00:16] "GET /instance-ip/6123448c-ff0b-4ad0-bba5-a019756b9715 HTTP/1.1" 200 1607 0.005296 10.0.0.242 - - [2026-01-15 03:00:16] "GET /instance-ip/cac87fce-3510-4517-8054-bfb8fdbc3f6f HTTP/1.1" 200 1627 0.005672 10.0.0.242 - - [2026-01-15 03:00:17] "POST /neutron/port HTTP/1.1" 200 1223 0.017047 10.0.0.242 - - [2026-01-15 03:00:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007873 10.0.0.242 - - [2026-01-15 03:00:17] "POST /neutron/port HTTP/1.1" 200 1223 0.018331 10.0.0.242 - - [2026-01-15 03:00:17] "POST /neutron/network HTTP/1.1" 200 990 0.011991 10.0.0.242 - - [2026-01-15 03:00:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.000998 10.0.0.242 - - [2026-01-15 03:00:17] "GET /virtual-machine/3e0e83d7-cf42-4820-b79d-47f6da00dc7a HTTP/1.1" 200 1286 0.003322 10.0.0.242 - - [2026-01-15 03:00:17] "GET /virtual-machine-interface/9058363c-8b67-4cd4-8d52-c7a4302e7fa0 HTTP/1.1" 200 3106 0.007249 10.0.0.242 - - [2026-01-15 03:00:17] "GET /instance-ip/a6df80aa-9525-48ae-a91c-b0556e8c33c7 HTTP/1.1" 200 1628 0.006484 10.0.0.242 - - [2026-01-15 03:00:17] "GET /instance-ip/f6962fb3-f4f9-4740-b950-e0b7343c4971 HTTP/1.1" 200 1608 0.006233 10.0.0.242 - - [2026-01-15 03:00:25] "POST /neutron/network HTTP/1.1" 200 1001 0.007548 10.0.0.242 - - [2026-01-15 03:00:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012764 10.0.0.242 - - [2026-01-15 03:00:25] "POST /neutron/network HTTP/1.1" 200 991 0.013336 10.0.0.33 - - [2026-01-15 03:00:33] "GET /obj-perms HTTP/1.1" 200 5075 0.072787 10.0.0.242 - - [2026-01-15 03:00:51] "GET /virtual-machine-interface/2b77f41e-94c2-417a-9abd-ca90e7e2c2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.005832 10.0.0.242 - - [2026-01-15 03:00:51] "POST /ref-update HTTP/1.1" 200 156 0.019834 10.0.0.242 - - [2026-01-15 03:00:51] "DELETE /qos-config/478c5faa-269d-47bb-ad91-c236e5cdf183 HTTP/1.1" 200 115 0.030393 10.0.0.242 - - [2026-01-15 03:00:51] "POST /id-to-fqname HTTP/1.1" 200 232 0.001047 10.0.0.242 - - [2026-01-15 03:00:51] "DELETE /forwarding-class/18da1537-30d6-4af4-9bf3-eb42b39ced5d HTTP/1.1" 200 115 0.031372 10.0.0.242 - - [2026-01-15 03:00:53] "POST /neutron/port HTTP/1.1" 200 1224 0.023561 10.0.0.242 - - [2026-01-15 03:00:53] "POST /neutron/port HTTP/1.1" 200 1223 0.017392 10.0.0.242 - - [2026-01-15 03:00:53] "POST /neutron/port HTTP/1.1" 200 151 0.309636 10.0.0.242 - - [2026-01-15 03:00:54] "POST /neutron/network HTTP/1.1" 200 991 0.010564 10.0.0.73 - - [2026-01-15 03:00:55] "DELETE /route-target/d63449bf-0bd1-448b-b283-a02ae71d4532 HTTP/1.1" 200 115 0.065476 10.0.0.73 - - [2026-01-15 03:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002576 10.0.0.73 - - [2026-01-15 03:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005337 10.0.0.73 - - [2026-01-15 03:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002173 10.0.0.73 - - [2026-01-15 03:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.242 - - [2026-01-15 03:00:55] "POST /neutron/network HTTP/1.1" 200 151 0.146239 10.0.0.73 - - [2026-01-15 03:00:55] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000892 10.0.0.242 - - [2026-01-15 03:00:55] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.086889 10.0.0.73 - - [2026-01-15 03:00:55] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000892 10.0.0.242 - - [2026-01-15 03:00:55] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?fields=virtual_networks HTTP/1.1" 200 1020 0.065550 10.0.0.73 - - [2026-01-15 03:00:55] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000881 10.0.0.242 - - [2026-01-15 03:00:55] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.042032 10.0.0.73 - - [2026-01-15 03:00:55] "GET /projects?obj_uuids=5dfe5cee-dbca-4777-a5d3-30f035e864ab&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000893 10.0.0.242 - - [2026-01-15 03:00:55] "GET /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab?fields=security_groups HTTP/1.1" 200 1240 0.039912 10.0.0.242 - - [2026-01-15 03:00:56] "POST /fqname-to-id HTTP/1.1" 404 181 0.030753 10.0.0.73 - - [2026-01-15 03:00:56] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002955 10.0.0.73 - - [2026-01-15 03:00:56] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.73 - - [2026-01-15 03:00:56] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042211 10.0.0.73 - - [2026-01-15 03:00:56] "POST /id-to-fqname HTTP/1.1" 200 183 0.004915 10.0.0.73 - - [2026-01-15 03:00:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.005232 10.0.0.73 - - [2026-01-15 03:00:56] "POST /security-groups HTTP/1.1" 200 584 0.074048 10.0.0.73 - - [2026-01-15 03:00:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.003228 10.0.0.73 - - [2026-01-15 03:00:57] "POST /projects HTTP/1.1" 200 571 0.281292 10.0.0.73 - - [2026-01-15 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.357723 10.0.0.73 - - [2026-01-15 03:00:57] "POST /access-control-lists HTTP/1.1" 200 587 0.028679 10.0.0.242 - - [2026-01-15 03:00:57] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.540257 10.0.0.242 - - [2026-01-15 03:00:58] "GET / HTTP/1.1" 200 35931 0.001406 10.0.0.242 - - [2026-01-15 03:01:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.242 - - [2026-01-15 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.075768 10.0.0.73 - - [2026-01-15 03:01:00] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000959 10.0.0.242 - - [2026-01-15 03:01:00] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.066635 10.0.0.73 - - [2026-01-15 03:01:01] "POST /useragent-kv HTTP/1.1" 200 115 0.010290 10.0.0.242 - - [2026-01-15 03:01:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.230110 10.0.0.242 - - [2026-01-15 03:01:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.242 - - [2026-01-15 03:01:01] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005157 10.0.0.242 - - [2026-01-15 03:01:01] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007929 10.0.0.242 - - [2026-01-15 03:01:01] "POST /neutron/network HTTP/1.1" 200 828 0.006940 10.0.0.242 - - [2026-01-15 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.242 - - [2026-01-15 03:01:01] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006362 10.0.0.242 - - [2026-01-15 03:01:01] "PUT /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7 HTTP/1.1" 200 264 0.069236 10.0.0.73 - - [2026-01-15 03:01:01] "POST /route-targets HTTP/1.1" 200 323 0.029357 10.0.0.242 - - [2026-01-15 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.73 - - [2026-01-15 03:01:01] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000872 10.0.0.242 - - [2026-01-15 03:01:01] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042898 10.0.0.73 - - [2026-01-15 03:01:01] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000943 10.0.0.242 - - [2026-01-15 03:01:01] "POST /neutron/network HTTP/1.1" 200 612 0.126942 10.0.0.73 - - [2026-01-15 03:01:02] "POST /ref-update HTTP/1.1" 200 156 0.028917 10.0.0.242 - - [2026-01-15 03:01:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.003129 10.0.0.242 - - [2026-01-15 03:01:02] "GET /virtual-network/acff9c63-300d-4af6-b0b6-b39369c89423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004785 10.0.0.242 - - [2026-01-15 03:01:02] "POST /neutron/network HTTP/1.1" 200 830 0.007043 10.0.0.242 - - [2026-01-15 03:01:02] "GET /virtual-network/acff9c63-300d-4af6-b0b6-b39369c89423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004839 10.0.0.242 - - [2026-01-15 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.242 - - [2026-01-15 03:01:02] "GET /virtual-network/acff9c63-300d-4af6-b0b6-b39369c89423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004831 10.0.0.242 - - [2026-01-15 03:01:02] "PUT /virtual-network/acff9c63-300d-4af6-b0b6-b39369c89423 HTTP/1.1" 200 264 0.045668 10.0.0.242 - - [2026-01-15 03:01:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.002553 10.0.0.242 - - [2026-01-15 03:01:02] "POST /neutron/network HTTP/1.1" 200 838 0.008422 10.0.0.73 - - [2026-01-15 03:01:03] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000921 10.0.0.242 - - [2026-01-15 03:01:03] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.069367 10.0.0.242 - - [2026-01-15 03:01:03] "POST /neutron/port HTTP/1.1" 200 117 0.006007 10.0.0.242 - - [2026-01-15 03:01:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001171 10.0.0.242 - - [2026-01-15 03:01:04] "POST /neutron/network HTTP/1.1" 200 838 0.010703 10.0.0.242 - - [2026-01-15 03:01:04] "POST /neutron/port HTTP/1.1" 200 1050 0.018341 10.0.0.73 - - [2026-01-15 03:01:05] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001074 10.0.0.242 - - [2026-01-15 03:01:05] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.075417 10.0.0.242 - - [2026-01-15 03:01:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003386 10.0.0.242 - - [2026-01-15 03:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.242 - - [2026-01-15 03:01:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010084 10.0.0.242 - - [2026-01-15 03:01:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007588 10.0.0.242 - - [2026-01-15 03:01:06] "POST /neutron/port HTTP/1.1" 200 1052 0.019853 10.0.0.242 - - [2026-01-15 03:01:06] "POST /neutron/port HTTP/1.1" 200 1116 0.022035 10.0.0.242 - - [2026-01-15 03:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.242 - - [2026-01-15 03:01:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006442 10.0.0.242 - - [2026-01-15 03:01:10] "POST /neutron/port HTTP/1.1" 200 1114 0.019123 10.0.0.242 - - [2026-01-15 03:01:11] "GET /virtual-machine/dbd9c303-aaca-4643-94a6-3184eadf6544 HTTP/1.1" 401 293 0.000390 10.0.0.242 - - [2026-01-15 03:01:11] "GET /virtual-machine/dbd9c303-aaca-4643-94a6-3184eadf6544 HTTP/1.1" 200 1286 0.042466 10.0.0.242 - - [2026-01-15 03:01:11] "GET /virtual-machine-interface/f04d108f-b9c9-4ca4-9b49-7ed982a8ba9a HTTP/1.1" 200 2928 0.005218 10.0.0.242 - - [2026-01-15 03:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.242 - - [2026-01-15 03:01:11] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003634 10.0.0.242 - - [2026-01-15 03:01:11] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002966 10.0.0.242 - - [2026-01-15 03:01:11] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004934 10.0.0.242 - - [2026-01-15 03:01:14] "POST /neutron/port HTTP/1.1" 200 1116 0.021550 10.0.0.242 - - [2026-01-15 03:01:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.015903 10.0.0.242 - - [2026-01-15 03:01:14] "POST /neutron/port HTTP/1.1" 200 1114 0.066288 10.0.0.242 - - [2026-01-15 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.242 - - [2026-01-15 03:01:14] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005085 10.0.0.242 - - [2026-01-15 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.242 - - [2026-01-15 03:01:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003660 10.0.0.242 - - [2026-01-15 03:01:16] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003439 10.0.0.242 - - [2026-01-15 03:01:16] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006075 10.0.0.242 - - [2026-01-15 03:01:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006837 10.0.0.242 - - [2026-01-15 03:01:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006557 10.0.0.242 - - [2026-01-15 03:01:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007201 10.0.0.242 - - [2026-01-15 03:01:17] "GET /virtual-machine/47fdec99-26d7-4cc4-a331-e3ad25b35f04 HTTP/1.1" 200 1285 0.006167 10.0.0.242 - - [2026-01-15 03:01:17] "GET /virtual-machine-interface/e11d6fc5-9f3d-4bb1-8459-49135568e5ad HTTP/1.1" 200 2927 0.005031 10.0.0.242 - - [2026-01-15 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.242 - - [2026-01-15 03:01:17] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004060 10.0.0.242 - - [2026-01-15 03:01:17] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003452 10.0.0.242 - - [2026-01-15 03:01:17] "GET /virtual-network/acff9c63-300d-4af6-b0b6-b39369c89423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005972 10.0.0.242 - - [2026-01-15 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.242 - - [2026-01-15 03:01:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003381 10.0.0.242 - - [2026-01-15 03:01:18] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002840 10.0.0.242 - - [2026-01-15 03:01:18] "GET /virtual-network/acff9c63-300d-4af6-b0b6-b39369c89423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005642 10.0.0.242 - - [2026-01-15 03:01:18] "POST /routing-policys HTTP/1.1" 200 534 0.026203 10.0.0.242 - - [2026-01-15 03:01:18] "GET /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005463 10.0.0.242 - - [2026-01-15 03:01:18] "PUT /virtual-network/2667ec66-ba7d-4855-9649-53a61ee55cb7 HTTP/1.1" 200 264 0.062834 10.0.0.73 - - [2026-01-15 03:01:22] "POST /ref-update HTTP/1.1" 200 156 0.024932 10.0.0.242 - - [2026-01-15 03:01:22] "POST /ref-update HTTP/1.1" 200 156 0.065291 10.0.0.242 - - [2026-01-15 03:01:22] "DELETE /routing-policy/067ad3e2-0bd4-4962-99b9-628a51b3d0d6 HTTP/1.1" 200 115 0.046270 10.0.0.242 - - [2026-01-15 03:01:23] "POST /neutron/port HTTP/1.1" 200 1116 0.017154 10.0.0.242 - - [2026-01-15 03:01:23] "POST /neutron/port HTTP/1.1" 200 1114 0.033997 10.0.0.242 - - [2026-01-15 03:01:24] "POST /neutron/network HTTP/1.1" 200 830 0.007764 10.0.0.73 - - [2026-01-15 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008872 10.0.0.73 - - [2026-01-15 03:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010396 10.0.0.73 - - [2026-01-15 03:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.242 - - [2026-01-15 03:01:25] "POST /neutron/network HTTP/1.1" 200 151 0.126787 10.0.0.73 - - [2026-01-15 03:01:25] "DELETE /route-target/193a70cc-a3fa-4244-9bb0-efa8b5b4f8f3 HTTP/1.1" 200 115 0.027153 10.0.0.242 - - [2026-01-15 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.73 - - [2026-01-15 03:01:27] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.242 - - [2026-01-15 03:01:27] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.043074 10.0.0.73 - - [2026-01-15 03:01:28] "POST /route-targets HTTP/1.1" 200 327 0.015123 10.0.0.73 - - [2026-01-15 03:01:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006889 10.0.0.242 - - [2026-01-15 03:01:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.188140 10.0.0.242 - - [2026-01-15 03:01:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001152 10.0.0.242 - - [2026-01-15 03:01:28] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005391 10.0.0.242 - - [2026-01-15 03:01:28] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005699 10.0.0.242 - - [2026-01-15 03:01:28] "POST /neutron/network HTTP/1.1" 200 830 0.005763 10.0.0.242 - - [2026-01-15 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.242 - - [2026-01-15 03:01:28] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005226 10.0.0.242 - - [2026-01-15 03:01:28] "PUT /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68 HTTP/1.1" 200 264 0.080158 10.0.0.73 - - [2026-01-15 03:01:28] "POST /ref-update HTTP/1.1" 200 156 0.035792 10.0.0.242 - - [2026-01-15 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.73 - - [2026-01-15 03:01:28] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000955 10.0.0.242 - - [2026-01-15 03:01:28] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.033188 10.0.0.73 - - [2026-01-15 03:01:28] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000934 10.0.0.242 - - [2026-01-15 03:01:28] "POST /neutron/network HTTP/1.1" 200 612 0.119858 10.0.0.242 - - [2026-01-15 03:01:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.004589 10.0.0.242 - - [2026-01-15 03:01:29] "GET /virtual-network/e7dd4918-39f9-4a32-95ff-14351b1b9f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005980 10.0.0.242 - - [2026-01-15 03:01:29] "POST /neutron/network HTTP/1.1" 200 830 0.007738 10.0.0.242 - - [2026-01-15 03:01:29] "GET /virtual-network/e7dd4918-39f9-4a32-95ff-14351b1b9f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005502 10.0.0.242 - - [2026-01-15 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.242 - - [2026-01-15 03:01:29] "GET /virtual-network/e7dd4918-39f9-4a32-95ff-14351b1b9f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005465 10.0.0.73 - - [2026-01-15 03:01:29] "POST /ref-update HTTP/1.1" 200 156 0.029412 10.0.0.242 - - [2026-01-15 03:01:29] "PUT /virtual-network/e7dd4918-39f9-4a32-95ff-14351b1b9f11 HTTP/1.1" 200 264 0.066602 10.0.0.242 - - [2026-01-15 03:01:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001717 10.0.0.242 - - [2026-01-15 03:01:29] "POST /neutron/network HTTP/1.1" 200 840 0.007979 10.0.0.73 - - [2026-01-15 03:01:30] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001027 10.0.0.242 - - [2026-01-15 03:01:30] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.083863 10.0.0.242 - - [2026-01-15 03:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.007899 10.0.0.242 - - [2026-01-15 03:01:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001977 10.0.0.242 - - [2026-01-15 03:01:31] "POST /neutron/network HTTP/1.1" 200 840 0.006251 10.0.0.242 - - [2026-01-15 03:01:31] "POST /neutron/port HTTP/1.1" 200 1052 0.046428 10.0.0.73 - - [2026-01-15 03:01:31] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001065 10.0.0.242 - - [2026-01-15 03:01:31] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.117324 10.0.0.242 - - [2026-01-15 03:01:32] "POST /neutron/port HTTP/1.1" 200 1116 0.018459 10.0.0.242 - - [2026-01-15 03:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.242 - - [2026-01-15 03:01:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006963 10.0.0.242 - - [2026-01-15 03:01:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006714 10.0.0.242 - - [2026-01-15 03:01:33] "POST /neutron/port HTTP/1.1" 200 1052 0.016272 10.0.0.242 - - [2026-01-15 03:01:33] "POST /neutron/port HTTP/1.1" 200 1116 0.023037 10.0.0.242 - - [2026-01-15 03:01:33] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.73 - - [2026-01-15 03:01:33] "GET /obj-perms HTTP/1.1" 200 5075 0.059894 10.0.0.242 - - [2026-01-15 03:01:34] "GET /obj-perms HTTP/1.1" 200 5075 0.068699 10.0.0.242 - - [2026-01-15 03:01:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008882 10.0.0.242 - - [2026-01-15 03:01:37] "POST /neutron/port HTTP/1.1" 200 1116 0.015687 10.0.0.242 - - [2026-01-15 03:01:37] "GET /virtual-machine/acd5c74d-fc7d-464e-87b9-5b56fee5f460 HTTP/1.1" 200 1285 0.005245 10.0.0.242 - - [2026-01-15 03:01:37] "GET /virtual-machine-interface/0b4841a9-df68-4aa5-97e6-00a7dd937b2f HTTP/1.1" 200 2926 0.005895 10.0.0.242 - - [2026-01-15 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.242 - - [2026-01-15 03:01:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003281 10.0.0.242 - - [2026-01-15 03:01:37] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002717 10.0.0.242 - - [2026-01-15 03:01:37] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005140 10.0.0.242 - - [2026-01-15 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.242 - - [2026-01-15 03:01:41] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005951 10.0.0.242 - - [2026-01-15 03:01:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006100 10.0.0.242 - - [2026-01-15 03:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.242 - - [2026-01-15 03:01:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003856 10.0.0.242 - - [2026-01-15 03:01:43] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003066 10.0.0.242 - - [2026-01-15 03:01:43] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005532 10.0.0.242 - - [2026-01-15 03:01:44] "POST /neutron/port HTTP/1.1" 200 1116 0.018299 10.0.0.242 - - [2026-01-15 03:01:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007729 10.0.0.242 - - [2026-01-15 03:01:48] "POST /neutron/port HTTP/1.1" 200 1116 0.017496 10.0.0.242 - - [2026-01-15 03:01:48] "GET /virtual-machine/7c9d6578-f0b6-49dc-84c2-6bb977fe600f HTTP/1.1" 200 1284 0.005414 10.0.0.242 - - [2026-01-15 03:01:48] "GET /virtual-machine-interface/1f7aa337-ae68-42ed-82cd-37ee316d9679 HTTP/1.1" 200 2926 0.004744 10.0.0.242 - - [2026-01-15 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.242 - - [2026-01-15 03:01:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003358 10.0.0.242 - - [2026-01-15 03:01:48] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003067 10.0.0.242 - - [2026-01-15 03:01:48] "GET /virtual-network/e7dd4918-39f9-4a32-95ff-14351b1b9f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005317 10.0.0.242 - - [2026-01-15 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.242 - - [2026-01-15 03:01:49] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003412 10.0.0.242 - - [2026-01-15 03:01:49] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002466 10.0.0.242 - - [2026-01-15 03:01:50] "GET /virtual-network/e7dd4918-39f9-4a32-95ff-14351b1b9f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005658 10.0.0.242 - - [2026-01-15 03:01:50] "POST /routing-policys HTTP/1.1" 200 534 0.026863 10.0.0.242 - - [2026-01-15 03:01:50] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008911 10.0.0.73 - - [2026-01-15 03:01:50] "POST /ref-update HTTP/1.1" 200 156 0.026182 10.0.0.242 - - [2026-01-15 03:01:50] "PUT /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68 HTTP/1.1" 200 264 0.058550 10.0.0.242 - - [2026-01-15 03:01:54] "POST /routing-policys HTTP/1.1" 200 534 0.028302 10.0.0.242 - - [2026-01-15 03:01:54] "GET /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.013964 10.0.0.242 - - [2026-01-15 03:01:54] "PUT /virtual-network/721df0c2-4f0c-4cdf-bd88-7c7879245f68 HTTP/1.1" 200 264 0.063654 10.0.0.73 - - [2026-01-15 03:01:55] "DELETE /project/5dfe5cee-dbca-4777-a5d3-30f035e864ab HTTP/1.1" 404 177 0.003097 10.0.0.73 - - [2026-01-15 03:01:55] "DELETE /project/6966520c938e4a5e9011e97601958f74 HTTP/1.1" 404 173 0.005100 10.0.0.242 - - [2026-01-15 03:01:55] "POST /ref-update HTTP/1.1" 200 156 0.045016 10.0.0.73 - - [2026-01-15 03:01:55] "POST /ref-update HTTP/1.1" 200 156 0.027269 10.0.0.242 - - [2026-01-15 03:01:55] "DELETE /routing-policy/b6c7f5ad-1ec8-42a3-8fad-af1b93b79460 HTTP/1.1" 200 115 0.046607 10.0.0.242 - - [2026-01-15 03:01:55] "POST /ref-update HTTP/1.1" 200 156 0.057472 10.0.0.242 - - [2026-01-15 03:01:55] "DELETE /routing-policy/50d1938b-24c6-447a-9ec4-092d0d84ae50 HTTP/1.1" 200 115 0.035774 10.0.0.242 - - [2026-01-15 03:01:56] "POST /neutron/network HTTP/1.1" 400 204 0.012585 10.0.0.242 - - [2026-01-15 03:01:56] "POST /neutron/port HTTP/1.1" 200 1116 0.018283 10.0.0.242 - - [2026-01-15 03:01:56] "POST /neutron/port HTTP/1.1" 200 151 0.240819 10.0.0.242 - - [2026-01-15 03:01:58] "POST /neutron/network HTTP/1.1" 200 830 0.005572 10.0.0.73 - - [2026-01-15 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.73 - - [2026-01-15 03:01:58] "DELETE /route-target/9421c07d-2a23-41bb-ac59-403328c878b4 HTTP/1.1" 200 115 0.017258 10.0.0.242 - - [2026-01-15 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.73 - - [2026-01-15 03:02:01] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001196 10.0.0.242 - - [2026-01-15 03:02:01] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.051128 10.0.0.73 - - [2026-01-15 03:02:01] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.242 - - [2026-01-15 03:02:01] "POST /neutron/network HTTP/1.1" 200 612 0.136959 10.0.0.73 - - [2026-01-15 03:02:01] "POST /route-targets HTTP/1.1" 200 327 0.021217 10.0.0.242 - - [2026-01-15 03:02:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.003044 10.0.0.242 - - [2026-01-15 03:02:01] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005949 10.0.0.242 - - [2026-01-15 03:02:01] "POST /neutron/network HTTP/1.1" 200 830 0.006453 10.0.0.242 - - [2026-01-15 03:02:01] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005033 10.0.0.242 - - [2026-01-15 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.242 - - [2026-01-15 03:02:01] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005160 10.0.0.242 - - [2026-01-15 03:02:01] "PUT /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283 HTTP/1.1" 200 264 0.073526 10.0.0.73 - - [2026-01-15 03:02:01] "POST /ref-update HTTP/1.1" 200 156 0.033635 10.0.0.242 - - [2026-01-15 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.73 - - [2026-01-15 03:02:01] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001238 10.0.0.242 - - [2026-01-15 03:02:01] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.043985 10.0.0.242 - - [2026-01-15 03:02:02] "POST /neutron/network HTTP/1.1" 200 117 0.015316 10.0.0.242 - - [2026-01-15 03:02:02] "POST /neutron/network HTTP/1.1" 200 831 0.008102 10.0.0.242 - - [2026-01-15 03:02:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001083 10.0.0.242 - - [2026-01-15 03:02:02] "GET /virtual-network/d3af7204-2027-420b-aca5-7e3317e6821c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005395 10.0.0.242 - - [2026-01-15 03:02:02] "GET /virtual-network/d3af7204-2027-420b-aca5-7e3317e6821c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005262 10.0.0.242 - - [2026-01-15 03:02:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.008214 10.0.0.242 - - [2026-01-15 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.242 - - [2026-01-15 03:02:02] "GET /virtual-network/d3af7204-2027-420b-aca5-7e3317e6821c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005630 10.0.0.242 - - [2026-01-15 03:02:02] "PUT /virtual-network/d3af7204-2027-420b-aca5-7e3317e6821c HTTP/1.1" 200 264 0.054926 10.0.0.73 - - [2026-01-15 03:02:02] "POST /ref-update HTTP/1.1" 200 156 0.035022 10.0.0.242 - - [2026-01-15 03:02:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001876 10.0.0.73 - - [2026-01-15 03:02:03] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001330 10.0.0.242 - - [2026-01-15 03:02:03] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.073998 10.0.0.242 - - [2026-01-15 03:02:03] "POST /neutron/port HTTP/1.1" 200 117 0.008163 10.0.0.242 - - [2026-01-15 03:02:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001204 10.0.0.242 - - [2026-01-15 03:02:04] "POST /neutron/network HTTP/1.1" 200 841 0.009062 10.0.0.242 - - [2026-01-15 03:02:04] "POST /neutron/port HTTP/1.1" 200 1052 0.016325 10.0.0.242 - - [2026-01-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 1116 0.018600 10.0.0.242 - - [2026-01-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.73 - - [2026-01-15 03:02:05] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001122 10.0.0.242 - - [2026-01-15 03:02:05] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.072794 10.0.0.242 - - [2026-01-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 1116 0.018005 10.0.0.242 - - [2026-01-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 1116 0.023806 10.0.0.73 - - [2026-01-15 03:02:06] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001408 10.0.0.242 - - [2026-01-15 03:02:06] "POST /neutron/port HTTP/1.1" 200 1053 0.308998 10.0.0.242 - - [2026-01-15 03:02:06] "POST /neutron/port HTTP/1.1" 200 1107 0.127716 10.0.0.242 - - [2026-01-15 03:02:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008837 10.0.0.242 - - [2026-01-15 03:02:10] "POST /neutron/port HTTP/1.1" 200 1116 0.016504 10.0.0.242 - - [2026-01-15 03:02:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.019057 10.0.0.242 - - [2026-01-15 03:02:11] "GET /virtual-machine/e0e8f407-cdde-44f5-b866-3e808f92225b HTTP/1.1" 200 1286 0.013420 10.0.0.242 - - [2026-01-15 03:02:11] "GET /virtual-machine-interface/cef613aa-0cc0-4f99-871f-b1ec1f9db2a7 HTTP/1.1" 200 2927 0.004939 10.0.0.242 - - [2026-01-15 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.242 - - [2026-01-15 03:02:11] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003879 10.0.0.242 - - [2026-01-15 03:02:11] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003407 10.0.0.242 - - [2026-01-15 03:02:11] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005630 10.0.0.242 - - [2026-01-15 03:02:13] "POST /neutron/port HTTP/1.1" 200 1116 0.017829 10.0.0.242 - - [2026-01-15 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.242 - - [2026-01-15 03:02:14] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004928 10.0.0.242 - - [2026-01-15 03:02:15] "POST /neutron/port HTTP/1.1" 200 1117 0.015368 10.0.0.242 - - [2026-01-15 03:02:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.008921 10.0.0.242 - - [2026-01-15 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.242 - - [2026-01-15 03:02:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003610 10.0.0.242 - - [2026-01-15 03:02:16] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002503 10.0.0.242 - - [2026-01-15 03:02:16] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006990 10.0.0.242 - - [2026-01-15 03:02:16] "POST /neutron/port HTTP/1.1" 200 1117 0.016356 10.0.0.242 - - [2026-01-15 03:02:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007346 10.0.0.242 - - [2026-01-15 03:02:16] "GET /virtual-machine/cb1c02b5-65cc-4bf6-aed6-73db85cf1311 HTTP/1.1" 200 1286 0.005805 10.0.0.242 - - [2026-01-15 03:02:16] "GET /virtual-machine-interface/f7f7f52c-98e0-47b4-90fa-cd5cc7d614b2 HTTP/1.1" 200 2928 0.005467 10.0.0.242 - - [2026-01-15 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.242 - - [2026-01-15 03:02:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003251 10.0.0.242 - - [2026-01-15 03:02:16] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003479 10.0.0.242 - - [2026-01-15 03:02:17] "GET /virtual-network/d3af7204-2027-420b-aca5-7e3317e6821c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005896 10.0.0.242 - - [2026-01-15 03:02:17] "POST /neutron/port HTTP/1.1" 200 1117 0.018313 10.0.0.242 - - [2026-01-15 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2026-01-15 03:02:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003551 10.0.0.242 - - [2026-01-15 03:02:18] "GET /virtual-networks?parent_id=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003382 10.0.0.242 - - [2026-01-15 03:02:18] "GET /virtual-network/d3af7204-2027-420b-aca5-7e3317e6821c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005521 10.0.0.242 - - [2026-01-15 03:02:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008541 10.0.0.242 - - [2026-01-15 03:02:23] "POST /interface-route-tables HTTP/1.1" 200 574 0.029984 10.0.0.242 - - [2026-01-15 03:02:23] "GET /interface-route-table/130b9b49-f269-42f0-a880-99baa7441300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.020292 10.0.0.242 - - [2026-01-15 03:02:23] "GET /virtual-machine-interface/cef613aa-0cc0-4f99-871f-b1ec1f9db2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005416 10.0.0.242 - - [2026-01-15 03:02:23] "POST /ref-update HTTP/1.1" 200 156 0.014135 10.0.0.242 - - [2026-01-15 03:02:23] "POST /routing-policys HTTP/1.1" 200 534 0.024464 10.0.0.242 - - [2026-01-15 03:02:23] "GET /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005111 10.0.0.242 - - [2026-01-15 03:02:23] "PUT /virtual-network/6d2928c6-a5e9-4fa3-bd72-39a3adb60283 HTTP/1.1" 200 264 0.080351 10.0.0.242 - - [2026-01-15 03:02:27] "POST /neutron/network HTTP/1.1" 200 840 0.006601 10.0.0.242 - - [2026-01-15 03:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.242 - - [2026-01-15 03:02:27] "POST /ref-update HTTP/1.1" 200 156 0.063874 10.0.0.242 - - [2026-01-15 03:02:27] "DELETE /routing-policy/bb8eb8bd-4023-4736-b12f-3ae95a10e450 HTTP/1.1" 200 115 0.047552 10.0.0.242 - - [2026-01-15 03:02:27] "POST /neutron/network HTTP/1.1" 400 204 0.016757 10.0.0.242 - - [2026-01-15 03:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.178540 10.0.0.242 - - [2026-01-15 03:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.207189 10.0.0.73 - - [2026-01-15 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.242 - - [2026-01-15 03:02:30] "POST /neutron/network HTTP/1.1" 200 830 0.011794 10.0.0.73 - - [2026-01-15 03:02:30] "DELETE /route-target/b910c72f-4f1a-42d7-925d-4fee4cd42ca5 HTTP/1.1" 409 239 0.005651 10.0.0.73 - - [2026-01-15 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.73 - - [2026-01-15 03:02:31] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001270 10.0.0.242 - - [2026-01-15 03:02:31] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.048396 10.0.0.73 - - [2026-01-15 03:02:31] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000846 10.0.0.242 - - [2026-01-15 03:02:31] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=virtual_networks HTTP/1.1" 200 1018 0.040246 10.0.0.73 - - [2026-01-15 03:02:31] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001518 10.0.0.242 - - [2026-01-15 03:02:31] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.061531 10.0.0.73 - - [2026-01-15 03:02:31] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001631 10.0.0.242 - - [2026-01-15 03:02:32] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=security_groups HTTP/1.1" 200 1237 0.042137 10.0.0.242 - - [2026-01-15 03:02:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.035952 10.0.0.73 - - [2026-01-15 03:02:33] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002811 10.0.0.73 - - [2026-01-15 03:02:33] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.73 - - [2026-01-15 03:02:33] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006565 10.0.0.73 - - [2026-01-15 03:02:33] "POST /id-to-fqname HTTP/1.1" 200 194 0.004283 10.0.0.73 - - [2026-01-15 03:02:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.006587 10.0.0.73 - - [2026-01-15 03:02:33] "POST /security-groups HTTP/1.1" 200 595 0.033123 10.0.0.73 - - [2026-01-15 03:02:33] "POST /projects HTTP/1.1" 200 593 0.240003 10.0.0.73 - - [2026-01-15 03:02:33] "POST /access-control-lists HTTP/1.1" 200 600 0.039418 10.0.0.73 - - [2026-01-15 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.320353 10.0.0.242 - - [2026-01-15 03:02:33] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.466333 10.0.0.242 - - [2026-01-15 03:02:35] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.242 - - [2026-01-15 03:02:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2026-01-15 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.032539 10.0.0.73 - - [2026-01-15 03:02:38] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000818 10.0.0.242 - - [2026-01-15 03:02:38] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.032756 10.0.0.73 - - [2026-01-15 03:02:38] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.242 - - [2026-01-15 03:02:38] "POST /neutron/network HTTP/1.1" 200 613 0.164477 10.0.0.73 - - [2026-01-15 03:02:38] "POST /route-targets HTTP/1.1" 200 327 0.020306 10.0.0.242 - - [2026-01-15 03:02:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.003516 10.0.0.242 - - [2026-01-15 03:02:38] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005250 10.0.0.242 - - [2026-01-15 03:02:38] "POST /neutron/network HTTP/1.1" 200 833 0.005730 10.0.0.242 - - [2026-01-15 03:02:38] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005461 10.0.0.242 - - [2026-01-15 03:02:39] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006873 10.0.0.242 - - [2026-01-15 03:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.242 - - [2026-01-15 03:02:41] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008217 10.0.0.242 - - [2026-01-15 03:02:41] "PUT /virtual-network/82ce8a91-2207-445a-941b-b825d1770143 HTTP/1.1" 200 264 0.075161 10.0.0.73 - - [2026-01-15 03:02:41] "POST /ref-update HTTP/1.1" 200 156 0.035684 10.0.0.242 - - [2026-01-15 03:02:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.001249 10.0.0.242 - - [2026-01-15 03:02:46] "POST /neutron/network HTTP/1.1" 200 843 0.006465 10.0.0.73 - - [2026-01-15 03:02:47] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.242 - - [2026-01-15 03:02:47] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070580 10.0.0.242 - - [2026-01-15 03:02:47] "POST /neutron/port HTTP/1.1" 200 117 0.006877 10.0.0.73 - - [2026-01-15 03:02:48] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000980 10.0.0.242 - - [2026-01-15 03:02:48] "POST /neutron/port HTTP/1.1" 200 1065 0.281700 10.0.0.242 - - [2026-01-15 03:02:48] "POST /neutron/port HTTP/1.1" 200 1119 0.102615 10.0.0.242 - - [2026-01-15 03:02:48] "POST /neutron/subnet HTTP/1.1" 200 704 0.011600 10.0.0.242 - - [2026-01-15 03:02:52] "POST /neutron/port HTTP/1.1" 200 1129 0.016917 10.0.0.242 - - [2026-01-15 03:02:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007089 10.0.0.242 - - [2026-01-15 03:02:52] "GET /virtual-machine/1abfa79a-15e9-453f-9a20-a648e02c6e78 HTTP/1.1" 401 293 0.000387 10.0.0.242 - - [2026-01-15 03:02:53] "GET /virtual-machine/1abfa79a-15e9-453f-9a20-a648e02c6e78 HTTP/1.1" 200 1296 0.044433 10.0.0.242 - - [2026-01-15 03:02:53] "GET /virtual-machine-interface/a959ff8b-cee2-4ee3-a915-bc87fe6261c7 HTTP/1.1" 200 2968 0.005126 10.0.0.242 - - [2026-01-15 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.242 - - [2026-01-15 03:02:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003742 10.0.0.242 - - [2026-01-15 03:02:53] "GET /virtual-networks?parent_id=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002683 10.0.0.242 - - [2026-01-15 03:02:53] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006155 10.0.0.73 - - [2026-01-15 03:02:55] "DELETE /project/4152fffb5f8146dab3abcf68e559faea HTTP/1.1" 404 173 0.006198 10.0.0.73 - - [2026-01-15 03:02:55] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000774 10.0.0.73 - - [2026-01-15 03:02:55] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.040799 10.0.0.73 - - [2026-01-15 03:02:55] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000732 10.0.0.73 - - [2026-01-15 03:02:55] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=security_groups HTTP/1.1" 200 1088 0.029627 10.0.0.73 - - [2026-01-15 03:02:55] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000826 10.0.0.73 - - [2026-01-15 03:02:55] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=application_policy_sets HTTP/1.1" 200 1381 0.039179 10.0.0.73 - - [2026-01-15 03:02:55] "DELETE /project/6966520c-938e-4a5e-9011-e97601958f74 HTTP/1.1" 409 278 0.207834 10.0.0.242 - - [2026-01-15 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.242 - - [2026-01-15 03:02:56] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005289 10.0.0.242 - - [2026-01-15 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.242 - - [2026-01-15 03:03:00] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005346 10.0.0.242 - - [2026-01-15 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.242 - - [2026-01-15 03:03:04] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005817 10.0.0.242 - - [2026-01-15 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.242 - - [2026-01-15 03:03:08] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005362 10.0.0.242 - - [2026-01-15 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.242 - - [2026-01-15 03:03:12] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005529 10.0.0.242 - - [2026-01-15 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.242 - - [2026-01-15 03:03:16] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005762 10.0.0.242 - - [2026-01-15 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.242 - - [2026-01-15 03:03:21] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004915 10.0.0.242 - - [2026-01-15 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.242 - - [2026-01-15 03:03:25] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005124 10.0.0.242 - - [2026-01-15 03:03:27] "POST /neutron/port HTTP/1.1" 200 1129 0.025189 10.0.0.242 - - [2026-01-15 03:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.242 - - [2026-01-15 03:03:27] "POST /neutron/network HTTP/1.1" 200 833 0.006507 10.0.0.242 - - [2026-01-15 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.242 - - [2026-01-15 03:03:29] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005102 10.0.0.242 - - [2026-01-15 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.242 - - [2026-01-15 03:03:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003876 10.0.0.242 - - [2026-01-15 03:03:31] "GET /virtual-networks?parent_id=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003052 10.0.0.242 - - [2026-01-15 03:03:31] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006339 10.0.0.33 - - [2026-01-15 03:03:36] "GET /obj-perms HTTP/1.1" 200 5075 0.065175 10.0.0.242 - - [2026-01-15 03:03:36] "POST /neutron/port HTTP/1.1" 200 1129 0.016237 10.0.0.242 - - [2026-01-15 03:03:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007144 10.0.0.242 - - [2026-01-15 03:03:47] "POST /neutron/port HTTP/1.1" 200 1129 0.016993 10.0.0.33 - - [2026-01-15 03:03:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.33 - - [2026-01-15 03:03:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.73 - - [2026-01-15 03:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.73 - - [2026-01-15 03:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.33 - - [2026-01-15 03:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.33 - - [2026-01-15 03:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.73 - - [2026-01-15 03:03:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.73 - - [2026-01-15 03:03:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.242 - - [2026-01-15 03:03:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.242 - - [2026-01-15 03:03:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.242 - - [2026-01-15 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.242 - - [2026-01-15 03:03:52] "GET /virtual-network/82ce8a91-2207-445a-941b-b825d1770143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006533 10.0.0.242 - - [2026-01-15 03:03:52] "PUT /virtual-network/82ce8a91-2207-445a-941b-b825d1770143 HTTP/1.1" 200 264 0.065763 10.0.0.73 - - [2026-01-15 03:03:52] "POST /ref-update HTTP/1.1" 200 156 0.032967 10.0.0.242 - - [2026-01-15 03:03:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.242 - - [2026-01-15 03:03:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.242 - - [2026-01-15 03:03:57] "POST /neutron/network HTTP/1.1" 400 204 0.013960 10.0.0.242 - - [2026-01-15 03:03:58] "POST /neutron/port HTTP/1.1" 200 151 0.185548 10.0.0.73 - - [2026-01-15 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.242 - - [2026-01-15 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.73 - - [2026-01-15 03:04:02] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.032894 10.0.0.242 - - [2026-01-15 03:04:02] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.072899 10.0.0.242 - - [2026-01-15 03:04:02] "POST /neutron/network HTTP/1.1" 200 117 0.016098 10.0.0.73 - - [2026-01-15 03:04:03] "POST /ref-update HTTP/1.1" 200 156 0.025837 10.0.0.242 - - [2026-01-15 03:04:03] "POST /neutron/network HTTP/1.1" 200 833 0.009259 10.0.0.242 - - [2026-01-15 03:04:03] "POST /id-to-fqname HTTP/1.1" 200 226 0.001162 10.0.0.242 - - [2026-01-15 03:04:03] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005491 10.0.0.242 - - [2026-01-15 03:04:03] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005732 10.0.0.242 - - [2026-01-15 03:04:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.012242 10.0.0.242 - - [2026-01-15 03:04:03] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005553 10.0.0.242 - - [2026-01-15 03:04:04] "GET /obj-perms HTTP/1.1" 200 5057 0.068845 10.0.0.73 - - [2026-01-15 03:04:04] "GET /obj-perms HTTP/1.1" 200 5057 0.073041 10.0.0.242 - - [2026-01-15 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006567 10.0.0.242 - - [2026-01-15 03:04:04] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005741 10.0.0.242 - - [2026-01-15 03:04:04] "PUT /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec HTTP/1.1" 200 264 0.079141 10.0.0.242 - - [2026-01-15 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001246 10.0.0.73 - - [2026-01-15 03:04:10] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918 10.0.0.242 - - [2026-01-15 03:04:10] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.110734 10.0.0.242 - - [2026-01-15 03:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.008339 10.0.0.242 - - [2026-01-15 03:04:11] "POST /neutron/network HTTP/1.1" 200 843 0.007672 10.0.0.242 - - [2026-01-15 03:04:11] "POST /neutron/port HTTP/1.1" 200 1065 0.016484 10.0.0.242 - - [2026-01-15 03:04:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006515 10.0.0.242 - - [2026-01-15 03:04:12] "POST /neutron/network HTTP/1.1" 200 833 0.006550 10.0.0.242 - - [2026-01-15 03:04:16] "POST /neutron/port HTTP/1.1" 200 1129 0.018315 10.0.0.242 - - [2026-01-15 03:04:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007214 10.0.0.242 - - [2026-01-15 03:04:16] "GET /virtual-machine/96d4a921-c50d-4328-9fd8-7d14e95c2ad2 HTTP/1.1" 200 1297 0.007078 10.0.0.242 - - [2026-01-15 03:04:16] "GET /virtual-machine-interface/2a718835-51d4-4209-aec4-8e9cf46abb70 HTTP/1.1" 200 2967 0.005478 10.0.0.242 - - [2026-01-15 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.242 - - [2026-01-15 03:04:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003122 10.0.0.242 - - [2026-01-15 03:04:16] "GET /virtual-networks?parent_id=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004639 10.0.0.242 - - [2026-01-15 03:04:16] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005785 10.0.0.242 - - [2026-01-15 03:04:16] "POST /neutron/network HTTP/1.1" 200 843 0.006458 10.0.0.242 - - [2026-01-15 03:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.242 - - [2026-01-15 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.242 - - [2026-01-15 03:04:19] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005035 10.0.0.242 - - [2026-01-15 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.242 - - [2026-01-15 03:04:23] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005539 10.0.0.242 - - [2026-01-15 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.242 - - [2026-01-15 03:04:27] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005255 10.0.0.242 - - [2026-01-15 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.242 - - [2026-01-15 03:04:31] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006190 10.0.0.242 - - [2026-01-15 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.242 - - [2026-01-15 03:04:35] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006075 10.0.0.242 - - [2026-01-15 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.242 - - [2026-01-15 03:04:39] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005557 10.0.0.242 - - [2026-01-15 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.242 - - [2026-01-15 03:04:44] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005007 10.0.0.242 - - [2026-01-15 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.242 - - [2026-01-15 03:04:48] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005088 10.0.0.242 - - [2026-01-15 03:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-15 03:04:52] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005875 10.0.0.242 - - [2026-01-15 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.242 - - [2026-01-15 03:04:56] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005408 10.0.0.242 - - [2026-01-15 03:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.242 - - [2026-01-15 03:05:00] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005741 10.0.0.242 - - [2026-01-15 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.242 - - [2026-01-15 03:05:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004874 10.0.0.242 - - [2026-01-15 03:05:02] "GET /virtual-networks?parent_id=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003311 10.0.0.242 - - [2026-01-15 03:05:02] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005857 10.0.0.242 - - [2026-01-15 03:05:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007363 10.0.0.242 - - [2026-01-15 03:05:13] "POST /neutron/port HTTP/1.1" 200 1129 0.018034 10.0.0.242 - - [2026-01-15 03:05:16] "POST /neutron/port HTTP/1.1" 200 1129 0.066977 10.0.0.242 - - [2026-01-15 03:05:16] "POST /neutron/port HTTP/1.1" 200 1129 0.016426 10.0.0.242 - - [2026-01-15 03:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.242 - - [2026-01-15 03:05:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008457 10.0.0.242 - - [2026-01-15 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.242 - - [2026-01-15 03:05:28] "GET /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004651 10.0.0.73 - - [2026-01-15 03:05:28] "POST /ref-update HTTP/1.1" 200 156 0.023358 10.0.0.242 - - [2026-01-15 03:05:28] "PUT /virtual-network/9bb6733a-199b-42d7-a6f1-13f54fb6d9ec HTTP/1.1" 200 264 0.060909 10.0.0.242 - - [2026-01-15 03:05:34] "POST /neutron/network HTTP/1.1" 200 833 0.006495 10.0.0.242 - - [2026-01-15 03:05:34] "POST /neutron/port HTTP/1.1" 200 1119 0.013749 10.0.0.73 - - [2026-01-15 03:05:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003833 10.0.0.73 - - [2026-01-15 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006329 10.0.0.73 - - [2026-01-15 03:05:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005614 10.0.0.242 - - [2026-01-15 03:05:36] "POST /neutron/network HTTP/1.1" 200 151 0.124985 10.0.0.73 - - [2026-01-15 03:05:37] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001035 10.0.0.242 - - [2026-01-15 03:05:37] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.238338 10.0.0.73 - - [2026-01-15 03:05:37] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000863 10.0.0.242 - - [2026-01-15 03:05:38] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?fields=virtual_networks HTTP/1.1" 200 1040 0.045854 10.0.0.73 - - [2026-01-15 03:05:38] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001078 10.0.0.242 - - [2026-01-15 03:05:38] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.057326 10.0.0.73 - - [2026-01-15 03:05:38] "GET /projects?obj_uuids=4152fffb-5f81-46da-b3ab-cf68e559faea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000833 10.0.0.242 - - [2026-01-15 03:05:38] "GET /project/4152fffb-5f81-46da-b3ab-cf68e559faea?fields=security_groups HTTP/1.1" 200 1270 0.039883 10.0.0.242 - - [2026-01-15 03:05:39] "POST /fqname-to-id HTTP/1.1" 404 213 0.033961 10.0.0.73 - - [2026-01-15 03:05:39] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002932 10.0.0.73 - - [2026-01-15 03:05:39] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.73 - - [2026-01-15 03:05:39] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007119 10.0.0.73 - - [2026-01-15 03:05:39] "POST /id-to-fqname HTTP/1.1" 200 216 0.009544 10.0.0.73 - - [2026-01-15 03:05:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.003164 10.0.0.73 - - [2026-01-15 03:05:39] "POST /security-groups HTTP/1.1" 200 616 0.071611 10.0.0.73 - - [2026-01-15 03:05:39] "POST /projects HTTP/1.1" 200 635 0.283394 10.0.0.73 - - [2026-01-15 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.330005 10.0.0.73 - - [2026-01-15 03:05:40] "POST /access-control-lists HTTP/1.1" 200 621 0.032117 10.0.0.242 - - [2026-01-15 03:05:40] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.478714 10.0.0.242 - - [2026-01-15 03:05:41] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.73 - - [2026-01-15 03:05:42] "DELETE /access-control-list/f7370c85-2f39-455d-b9e6-61a4e9832d1f HTTP/1.1" 200 115 0.033121 10.0.0.242 - - [2026-01-15 03:05:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2026-01-15 03:05:43] "POST /fqname-to-id HTTP/1.1" 404 249 0.038334 10.0.0.73 - - [2026-01-15 03:05:43] "POST /access-control-lists HTTP/1.1" 200 643 0.034776 10.0.0.73 - - [2026-01-15 03:05:44] "PUT /access-control-list/90f63f4b-e271-48a5-980a-9834c29b5378 HTTP/1.1" 200 272 0.013847 10.0.0.242 - - [2026-01-15 03:05:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.039001 10.0.0.73 - - [2026-01-15 03:05:44] "PUT /access-control-list/143169c7-0748-4d4d-9245-9969cf7a4997 HTTP/1.1" 200 272 0.021319 10.0.0.242 - - [2026-01-15 03:05:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146490 10.0.0.242 - - [2026-01-15 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.242 - - [2026-01-15 03:05:45] "GET /security-group/6bb6da40-2e53-42bf-a5aa-1d7a60e884bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.012795 10.0.0.242 - - [2026-01-15 03:05:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.048824 10.0.0.73 - - [2026-01-15 03:05:45] "DELETE /access-control-list/90f63f4b-e271-48a5-980a-9834c29b5378 HTTP/1.1" 200 115 0.026689 10.0.0.242 - - [2026-01-15 03:05:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.009229 10.0.0.242 - - [2026-01-15 03:05:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.003030 10.0.0.73 - - [2026-01-15 03:05:46] "POST /access-control-lists HTTP/1.1" 200 643 0.030843 10.0.0.73 - - [2026-01-15 03:05:46] "PUT /access-control-list/c82dc7f6-6907-4a32-94e4-5b35c49a2076 HTTP/1.1" 200 272 0.018562 10.0.0.242 - - [2026-01-15 03:05:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012624 10.0.0.73 - - [2026-01-15 03:05:46] "PUT /access-control-list/783cf561-5780-4fab-8f83-b38e1b649ea1 HTTP/1.1" 200 272 0.017443 10.0.0.242 - - [2026-01-15 03:05:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.105497 10.0.0.242 - - [2026-01-15 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.242 - - [2026-01-15 03:05:47] "GET /security-group/dc9794f1-5784-412c-8c5e-4c4a5a7366f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005908 10.0.0.242 - - [2026-01-15 03:05:47] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.008232 10.0.0.73 - - [2026-01-15 03:05:47] "PUT /access-control-list/783cf561-5780-4fab-8f83-b38e1b649ea1 HTTP/1.1" 200 272 0.015798 10.0.0.242 - - [2026-01-15 03:05:48] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.159586 10.0.0.242 - - [2026-01-15 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.73 - - [2026-01-15 03:05:48] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000885 10.0.0.242 - - [2026-01-15 03:05:48] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038775 10.0.0.73 - - [2026-01-15 03:05:48] "POST /route-targets HTTP/1.1" 200 327 0.012943 10.0.0.73 - - [2026-01-15 03:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007628 10.0.0.242 - - [2026-01-15 03:05:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.222081 10.0.0.242 - - [2026-01-15 03:05:49] "POST /id-to-fqname HTTP/1.1" 200 290 0.001613 10.0.0.242 - - [2026-01-15 03:05:49] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006963 10.0.0.242 - - [2026-01-15 03:05:49] "POST /neutron/network HTTP/1.1" 200 1112 0.007565 10.0.0.242 - - [2026-01-15 03:05:49] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005857 10.0.0.242 - - [2026-01-15 03:05:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.010529 10.0.0.242 - - [2026-01-15 03:05:49] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006206 10.0.0.33 - - [2026-01-15 03:05:50] "GET /obj-perms HTTP/1.1" 200 5099 0.080263 10.0.0.73 - - [2026-01-15 03:05:51] "GET /obj-perms HTTP/1.1" 200 5099 0.065403 10.0.0.242 - - [2026-01-15 03:05:51] "POST /id-to-fqname HTTP/1.1" 200 290 0.001183 10.0.0.73 - - [2026-01-15 03:05:52] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000987 10.0.0.242 - - [2026-01-15 03:05:52] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.077809 10.0.0.242 - - [2026-01-15 03:05:52] "POST /neutron/network HTTP/1.1" 200 1112 0.043121 10.0.0.242 - - [2026-01-15 03:05:52] "POST /id-to-fqname HTTP/1.1" 200 290 0.001342 10.0.0.242 - - [2026-01-15 03:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.007293 10.0.0.242 - - [2026-01-15 03:05:53] "POST /neutron/network HTTP/1.1" 200 1122 0.011372 10.0.0.242 - - [2026-01-15 03:05:53] "POST /neutron/port HTTP/1.1" 200 1191 0.020823 10.0.0.242 - - [2026-01-15 03:05:53] "POST /neutron/port HTTP/1.1" 200 1255 0.024822 10.0.0.73 - - [2026-01-15 03:05:54] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000893 10.0.0.242 - - [2026-01-15 03:05:54] "POST /neutron/subnet HTTP/1.1" 200 1380 0.010756 10.0.0.242 - - [2026-01-15 03:05:54] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.114245 10.0.0.242 - - [2026-01-15 03:05:54] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.242 - - [2026-01-15 03:05:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007414 10.0.0.242 - - [2026-01-15 03:05:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006975 10.0.0.73 - - [2026-01-15 03:05:55] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001212 10.0.0.242 - - [2026-01-15 03:05:55] "POST /neutron/port HTTP/1.1" 200 1191 0.301813 10.0.0.242 - - [2026-01-15 03:05:55] "POST /neutron/port HTTP/1.1" 200 1245 0.109925 10.0.0.242 - - [2026-01-15 03:05:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003393 10.0.0.242 - - [2026-01-15 03:05:55] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.73 - - [2026-01-15 03:05:56] "DELETE /project/4152fffb-5f81-46da-b3ab-cf68e559faea HTTP/1.1" 404 177 0.036169 10.0.0.73 - - [2026-01-15 03:05:56] "DELETE /project/7a24cd4ee435446b9833d2f13eb3c11d HTTP/1.1" 404 173 0.057924 10.0.0.242 - - [2026-01-15 03:05:59] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008449 10.0.0.242 - - [2026-01-15 03:05:59] "POST /neutron/port HTTP/1.1" 200 1255 0.017625 10.0.0.242 - - [2026-01-15 03:06:00] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008540 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 401 293 0.000357 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.044232 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.004448 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3418 0.006747 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.006315 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3418 0.006171 10.0.0.242 - - [2026-01-15 03:06:00] "GET /instance-ip/bfba8d07-04a5-4fd5-994e-44d0f41afc66 HTTP/1.1" 200 1715 0.007077 10.0.0.242 - - [2026-01-15 03:06:00] "GET /instance-ip/d02c89dd-cb5d-41b6-be8d-3400bc1c22f6 HTTP/1.1" 200 1736 0.006489 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.004452 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3418 0.005628 10.0.0.242 - - [2026-01-15 03:06:00] "GET /instance-ip/bfba8d07-04a5-4fd5-994e-44d0f41afc66 HTTP/1.1" 200 1715 0.004436 10.0.0.242 - - [2026-01-15 03:06:00] "GET /instance-ip/d02c89dd-cb5d-41b6-be8d-3400bc1c22f6 HTTP/1.1" 200 1736 0.004591 10.0.0.242 - - [2026-01-15 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.242 - - [2026-01-15 03:06:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003920 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004124 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007588 10.0.0.242 - - [2026-01-15 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.242 - - [2026-01-15 03:06:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004595 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002973 10.0.0.242 - - [2026-01-15 03:06:00] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008154 10.0.0.242 - - [2026-01-15 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.242 - - [2026-01-15 03:06:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006197 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003452 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006569 10.0.0.242 - - [2026-01-15 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.242 - - [2026-01-15 03:06:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004438 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003315 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006392 10.0.0.242 - - [2026-01-15 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.242 - - [2026-01-15 03:06:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005424 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003803 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006772 10.0.0.242 - - [2026-01-15 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.242 - - [2026-01-15 03:06:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005574 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003831 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006635 10.0.0.242 - - [2026-01-15 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.242 - - [2026-01-15 03:06:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005110 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.007020 10.0.0.242 - - [2026-01-15 03:06:01] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008349 10.0.0.242 - - [2026-01-15 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.242 - - [2026-01-15 03:06:04] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005164 10.0.0.242 - - [2026-01-15 03:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.242 - - [2026-01-15 03:06:08] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006486 10.0.0.242 - - [2026-01-15 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012060 10.0.0.242 - - [2026-01-15 03:06:13] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005833 10.0.0.242 - - [2026-01-15 03:06:16] "POST /neutron/network HTTP/1.1" 200 1122 0.007211 10.0.0.242 - - [2026-01-15 03:06:16] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014479 10.0.0.242 - - [2026-01-15 03:06:16] "POST /neutron/network HTTP/1.1" 200 1112 0.009910 10.0.0.242 - - [2026-01-15 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.242 - - [2026-01-15 03:06:17] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005829 10.0.0.242 - - [2026-01-15 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.242 - - [2026-01-15 03:06:21] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006261 10.0.0.242 - - [2026-01-15 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2026-01-15 03:06:25] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.004934 10.0.0.242 - - [2026-01-15 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.242 - - [2026-01-15 03:06:29] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005322 10.0.0.242 - - [2026-01-15 03:06:29] "POST /neutron/network HTTP/1.1" 200 1122 0.007530 10.0.0.242 - - [2026-01-15 03:06:29] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012324 10.0.0.242 - - [2026-01-15 03:06:29] "POST /neutron/network HTTP/1.1" 200 1112 0.010305 10.0.0.242 - - [2026-01-15 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.242 - - [2026-01-15 03:06:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003756 10.0.0.242 - - [2026-01-15 03:06:33] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003047 10.0.0.242 - - [2026-01-15 03:06:33] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008463 10.0.0.242 - - [2026-01-15 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.242 - - [2026-01-15 03:06:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004257 10.0.0.242 - - [2026-01-15 03:06:33] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003329 10.0.0.242 - - [2026-01-15 03:06:33] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006000 10.0.0.242 - - [2026-01-15 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.242 - - [2026-01-15 03:06:33] "GET /routing-instance/b5857cb7-bc5c-4216-b4f0-9854fccb08a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004813 10.0.0.242 - - [2026-01-15 03:06:33] "GET /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003558 10.0.0.242 - - [2026-01-15 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.242 - - [2026-01-15 03:06:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004182 10.0.0.242 - - [2026-01-15 03:06:33] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003069 10.0.0.242 - - [2026-01-15 03:06:33] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005642 10.0.0.242 - - [2026-01-15 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.242 - - [2026-01-15 03:06:33] "GET /routing-instance/b5857cb7-bc5c-4216-b4f0-9854fccb08a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004950 10.0.0.242 - - [2026-01-15 03:06:33] "GET /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004008 10.0.0.242 - - [2026-01-15 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.242 - - [2026-01-15 03:06:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003804 10.0.0.242 - - [2026-01-15 03:06:34] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002313 10.0.0.242 - - [2026-01-15 03:06:34] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006943 10.0.0.242 - - [2026-01-15 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.242 - - [2026-01-15 03:06:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003736 10.0.0.242 - - [2026-01-15 03:06:34] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003315 10.0.0.242 - - [2026-01-15 03:06:34] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005289 10.0.0.242 - - [2026-01-15 03:06:34] "GET /obj-perms HTTP/1.1" 200 5099 0.066085 10.0.0.242 - - [2026-01-15 03:06:34] "GET /obj-perms HTTP/1.1" 200 5099 0.003621 10.0.0.73 - - [2026-01-15 03:06:34] "GET /obj-perms HTTP/1.1" 200 5099 0.003464 10.0.0.242 - - [2026-01-15 03:06:34] "GET /obj-perms HTTP/1.1" 200 5099 0.003432 10.0.0.73 - - [2026-01-15 03:06:34] "GET /obj-perms HTTP/1.1" 200 5099 0.003444 10.0.0.242 - - [2026-01-15 03:06:35] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.003963 10.0.0.242 - - [2026-01-15 03:06:35] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3418 0.004675 10.0.0.242 - - [2026-01-15 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2026-01-15 03:06:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003584 10.0.0.242 - - [2026-01-15 03:06:35] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002467 10.0.0.242 - - [2026-01-15 03:06:35] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005454 10.0.0.242 - - [2026-01-15 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.242 - - [2026-01-15 03:06:36] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003116 10.0.0.242 - - [2026-01-15 03:06:36] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002935 10.0.0.242 - - [2026-01-15 03:06:36] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007013 10.0.0.242 - - [2026-01-15 03:06:41] "POST /neutron/port HTTP/1.1" 200 1255 0.015897 10.0.0.242 - - [2026-01-15 03:06:43] "POST /neutron/security_group HTTP/1.1" 200 1457 0.043469 10.0.0.242 - - [2026-01-15 03:06:51] "POST /neutron/port HTTP/1.1" 200 1255 0.018461 10.0.0.242 - - [2026-01-15 03:06:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007005 10.0.0.242 - - [2026-01-15 03:06:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009815 10.0.0.242 - - [2026-01-15 03:06:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008767 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 200 1316 0.006633 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 200 1316 0.004246 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine-interface/7893ad0a-f537-4361-861e-53201fe79f46 HTTP/1.1" 200 3416 0.004886 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 200 1316 0.003611 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine-interface/7893ad0a-f537-4361-861e-53201fe79f46 HTTP/1.1" 200 3416 0.005269 10.0.0.242 - - [2026-01-15 03:06:57] "GET /instance-ip/0a7addc1-7bbb-489e-86de-6f5672febe8a HTTP/1.1" 200 1712 0.007818 10.0.0.242 - - [2026-01-15 03:06:57] "GET /instance-ip/2b16c5b3-2244-436c-8740-8cdea85b47ab HTTP/1.1" 200 1734 0.005714 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 200 1316 0.003860 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-machine-interface/7893ad0a-f537-4361-861e-53201fe79f46 HTTP/1.1" 200 3416 0.006127 10.0.0.242 - - [2026-01-15 03:06:57] "GET /instance-ip/0a7addc1-7bbb-489e-86de-6f5672febe8a HTTP/1.1" 200 1712 0.004716 10.0.0.242 - - [2026-01-15 03:06:57] "GET /instance-ip/2b16c5b3-2244-436c-8740-8cdea85b47ab HTTP/1.1" 200 1734 0.004517 10.0.0.242 - - [2026-01-15 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.242 - - [2026-01-15 03:06:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003593 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003474 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008873 10.0.0.242 - - [2026-01-15 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.242 - - [2026-01-15 03:06:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006581 10.0.0.242 - - [2026-01-15 03:06:57] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003922 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006656 10.0.0.242 - - [2026-01-15 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.242 - - [2026-01-15 03:06:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004471 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003227 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005963 10.0.0.242 - - [2026-01-15 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.242 - - [2026-01-15 03:06:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004123 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004855 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005814 10.0.0.242 - - [2026-01-15 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.242 - - [2026-01-15 03:06:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004026 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003163 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005731 10.0.0.242 - - [2026-01-15 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.242 - - [2026-01-15 03:06:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004756 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003553 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005994 10.0.0.242 - - [2026-01-15 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2026-01-15 03:06:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003970 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003445 10.0.0.242 - - [2026-01-15 03:06:58] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005593 10.0.0.242 - - [2026-01-15 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.242 - - [2026-01-15 03:06:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003239 10.0.0.242 - - [2026-01-15 03:06:59] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003388 10.0.0.242 - - [2026-01-15 03:06:59] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005657 10.0.0.242 - - [2026-01-15 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.242 - - [2026-01-15 03:06:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003827 10.0.0.242 - - [2026-01-15 03:06:59] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002582 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.009123 10.0.0.242 - - [2026-01-15 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.242 - - [2026-01-15 03:07:00] "GET /routing-instance/b5857cb7-bc5c-4216-b4f0-9854fccb08a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004161 10.0.0.242 - - [2026-01-15 03:07:00] "GET /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004272 10.0.0.242 - - [2026-01-15 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.242 - - [2026-01-15 03:07:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004323 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003745 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006354 10.0.0.242 - - [2026-01-15 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2026-01-15 03:07:00] "GET /routing-instance/b5857cb7-bc5c-4216-b4f0-9854fccb08a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005541 10.0.0.242 - - [2026-01-15 03:07:00] "GET /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004937 10.0.0.242 - - [2026-01-15 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.242 - - [2026-01-15 03:07:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004920 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004416 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005533 10.0.0.242 - - [2026-01-15 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.242 - - [2026-01-15 03:07:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004283 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003040 10.0.0.242 - - [2026-01-15 03:07:00] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007034 10.0.0.242 - - [2026-01-15 03:07:00] "GET /obj-perms HTTP/1.1" 200 5099 0.003996 10.0.0.73 - - [2026-01-15 03:07:00] "GET /obj-perms HTTP/1.1" 200 5099 0.003819 10.0.0.242 - - [2026-01-15 03:07:00] "GET /obj-perms HTTP/1.1" 200 5099 0.004101 10.0.0.33 - - [2026-01-15 03:07:00] "GET /obj-perms HTTP/1.1" 200 5099 0.003771 10.0.0.242 - - [2026-01-15 03:07:01] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 200 1316 0.004056 10.0.0.242 - - [2026-01-15 03:07:01] "GET /virtual-machine-interface/7893ad0a-f537-4361-861e-53201fe79f46 HTTP/1.1" 200 3416 0.007769 10.0.0.242 - - [2026-01-15 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.242 - - [2026-01-15 03:07:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006236 10.0.0.242 - - [2026-01-15 03:07:01] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004188 10.0.0.242 - - [2026-01-15 03:07:01] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005514 10.0.0.242 - - [2026-01-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.242 - - [2026-01-15 03:07:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004812 10.0.0.242 - - [2026-01-15 03:07:02] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003109 10.0.0.242 - - [2026-01-15 03:07:02] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005429 10.0.0.242 - - [2026-01-15 03:07:02] "POST /neutron/port HTTP/1.1" 200 1255 0.022389 10.0.0.242 - - [2026-01-15 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007404 10.0.0.242 - - [2026-01-15 03:07:12] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.004691 10.0.0.242 - - [2026-01-15 03:07:13] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3418 0.006216 10.0.0.242 - - [2026-01-15 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.242 - - [2026-01-15 03:07:13] "GET /security-group/dc9794f1-5784-412c-8c5e-4c4a5a7366f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004964 10.0.0.242 - - [2026-01-15 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.242 - - [2026-01-15 03:07:13] "GET /security-group/dc9794f1-5784-412c-8c5e-4c4a5a7366f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005639 10.0.0.242 - - [2026-01-15 03:07:13] "POST /neutron/port HTTP/1.1" 200 1255 0.020692 10.0.0.242 - - [2026-01-15 03:07:13] "POST /neutron/port HTTP/1.1" 200 1207 0.076718 10.0.0.242 - - [2026-01-15 03:07:13] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.003525 10.0.0.242 - - [2026-01-15 03:07:13] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3362 0.005094 10.0.0.242 - - [2026-01-15 03:07:13] "POST /neutron/port HTTP/1.1" 200 1207 0.034876 10.0.0.242 - - [2026-01-15 03:07:13] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.003563 10.0.0.242 - - [2026-01-15 03:07:13] "GET /virtual-machine-interface/c8cd1595-5d33-43b4-ae92-1548657948a3 HTTP/1.1" 200 3418 0.007859 10.0.0.242 - - [2026-01-15 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.242 - - [2026-01-15 03:07:13] "GET /security-group/dc9794f1-5784-412c-8c5e-4c4a5a7366f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.003094 10.0.0.242 - - [2026-01-15 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.242 - - [2026-01-15 03:07:13] "GET /security-group/dc9794f1-5784-412c-8c5e-4c4a5a7366f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004295 10.0.0.242 - - [2026-01-15 03:07:13] "POST /neutron/security_group HTTP/1.1" 200 1483 0.003885 10.0.0.242 - - [2026-01-15 03:07:16] "POST /neutron/port HTTP/1.1" 200 1255 0.023183 10.0.0.242 - - [2026-01-15 03:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003718 10.0.0.242 - - [2026-01-15 03:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.242 - - [2026-01-15 03:07:30] "POST /neutron/port HTTP/1.1" 200 1255 0.047721 10.0.0.242 - - [2026-01-15 03:07:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003813 10.0.0.242 - - [2026-01-15 03:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.242 - - [2026-01-15 03:07:40] "GET /obj-perms HTTP/1.1" 200 5075 0.102094 10.0.0.242 - - [2026-01-15 03:08:18] "POST /neutron/port HTTP/1.1" 200 1255 0.017123 10.0.0.242 - - [2026-01-15 03:08:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.242 - - [2026-01-15 03:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.242 - - [2026-01-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 1255 0.017757 10.0.0.242 - - [2026-01-15 03:08:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004957 10.0.0.242 - - [2026-01-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.33 - - [2026-01-15 03:08:41] "GET /obj-perms HTTP/1.1" 200 5075 0.062496 10.0.0.73 - - [2026-01-15 03:08:41] "GET /obj-perms HTTP/1.1" 200 5075 0.103437 10.0.0.33 - - [2026-01-15 03:08:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.33 - - [2026-01-15 03:08:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.73 - - [2026-01-15 03:08:49] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000897 10.0.0.242 - - [2026-01-15 03:08:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.068738 10.0.0.73 - - [2026-01-15 03:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.73 - - [2026-01-15 03:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.242 - - [2026-01-15 03:08:49] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.014421 10.0.0.33 - - [2026-01-15 03:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000309 10.0.0.242 - - [2026-01-15 03:08:49] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.139592 10.0.0.33 - - [2026-01-15 03:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000616 10.0.0.73 - - [2026-01-15 03:08:49] "PUT /access-control-list/c82dc7f6-6907-4a32-94e4-5b35c49a2076 HTTP/1.1" 200 272 0.050922 10.0.0.73 - - [2026-01-15 03:08:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.73 - - [2026-01-15 03:08:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.242 - - [2026-01-15 03:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.242 - - [2026-01-15 03:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2026-01-15 03:08:52] "POST /neutron/port HTTP/1.1" 200 1245 0.017038 10.0.0.242 - - [2026-01-15 03:08:52] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 200 1316 0.004331 10.0.0.242 - - [2026-01-15 03:08:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.242 - - [2026-01-15 03:08:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000645 10.0.0.242 - - [2026-01-15 03:08:53] "POST /neutron/port HTTP/1.1" 200 1217 0.021674 10.0.0.242 - - [2026-01-15 03:08:54] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 404 171 0.003317 10.0.0.242 - - [2026-01-15 03:08:54] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 404 171 0.002355 10.0.0.242 - - [2026-01-15 03:08:54] "GET /virtual-machine/5db8b7ac-4269-4c4e-8430-129749a73095 HTTP/1.1" 404 171 0.003070 10.0.0.242 - - [2026-01-15 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.242 - - [2026-01-15 03:08:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003464 10.0.0.242 - - [2026-01-15 03:08:54] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003253 10.0.0.242 - - [2026-01-15 03:08:55] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005621 10.0.0.242 - - [2026-01-15 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2026-01-15 03:08:55] "GET /routing-instance/b5857cb7-bc5c-4216-b4f0-9854fccb08a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005393 10.0.0.242 - - [2026-01-15 03:08:55] "GET /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003866 10.0.0.242 - - [2026-01-15 03:09:01] "GET /obj-perms HTTP/1.1" 200 5099 0.004170 10.0.0.33 - - [2026-01-15 03:09:01] "GET /obj-perms HTTP/1.1" 200 5099 0.004395 10.0.0.242 - - [2026-01-15 03:09:10] "GET /obj-perms HTTP/1.1" 200 5099 0.003742 10.0.0.33 - - [2026-01-15 03:09:10] "GET /obj-perms HTTP/1.1" 200 5099 0.003431 10.0.0.242 - - [2026-01-15 03:09:13] "GET /obj-perms HTTP/1.1" 200 5099 0.006423 10.0.0.242 - - [2026-01-15 03:09:13] "POST /neutron/security_group HTTP/1.1" 200 1455 0.015130 10.0.0.242 - - [2026-01-15 03:09:14] "POST /neutron/port HTTP/1.1" 200 1245 0.050044 10.0.0.242 - - [2026-01-15 03:09:14] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 200 1317 0.004573 10.0.0.242 - - [2026-01-15 03:09:14] "POST /neutron/port HTTP/1.1" 200 1207 0.018948 10.0.0.242 - - [2026-01-15 03:09:16] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 404 171 0.003275 10.0.0.242 - - [2026-01-15 03:09:16] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 404 171 0.003021 10.0.0.242 - - [2026-01-15 03:09:16] "GET /virtual-machine/16130249-5555-4b5e-b38b-6effcf706c5f HTTP/1.1" 404 171 0.003116 10.0.0.242 - - [2026-01-15 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.242 - - [2026-01-15 03:09:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004019 10.0.0.242 - - [2026-01-15 03:09:16] "GET /virtual-networks?parent_id=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002809 10.0.0.242 - - [2026-01-15 03:09:16] "GET /virtual-network/e8d1defc-d87c-4c86-b79b-d6ba96f4448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005633 10.0.0.242 - - [2026-01-15 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.242 - - [2026-01-15 03:09:16] "GET /routing-instance/b5857cb7-bc5c-4216-b4f0-9854fccb08a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004337 10.0.0.242 - - [2026-01-15 03:09:16] "GET /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003692 10.0.0.73 - - [2026-01-15 03:09:19] "GET /obj-perms HTTP/1.1" 200 5099 0.004672 10.0.0.242 - - [2026-01-15 03:09:22] "GET /obj-perms HTTP/1.1" 200 5099 0.005029 10.0.0.73 - - [2026-01-15 03:09:29] "GET /obj-perms HTTP/1.1" 200 5099 0.003772 10.0.0.242 - - [2026-01-15 03:09:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003567 10.0.0.242 - - [2026-01-15 03:09:35] "GET /obj-perms HTTP/1.1" 200 5099 0.004491 10.0.0.33 - - [2026-01-15 03:09:35] "GET /obj-perms HTTP/1.1" 200 5099 0.003651 10.0.0.73 - - [2026-01-15 03:09:35] "GET /obj-perms HTTP/1.1" 200 5099 0.003528 10.0.0.73 - - [2026-01-15 03:09:35] "DELETE /route-target/5278df0e-380e-4a32-a011-4d1e665a7d12 HTTP/1.1" 200 115 0.017468 10.0.0.73 - - [2026-01-15 03:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.068344 10.0.0.73 - - [2026-01-15 03:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.73 - - [2026-01-15 03:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.73 - - [2026-01-15 03:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002669 10.0.0.242 - - [2026-01-15 03:09:35] "POST /neutron/network HTTP/1.1" 200 151 0.198152 10.0.0.242 - - [2026-01-15 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.003906 10.0.0.73 - - [2026-01-15 03:09:37] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002047 10.0.0.242 - - [2026-01-15 03:09:37] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044957 10.0.0.73 - - [2026-01-15 03:09:37] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000957 10.0.0.242 - - [2026-01-15 03:09:37] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?fields=virtual_networks HTTP/1.1" 200 1082 0.044172 10.0.0.73 - - [2026-01-15 03:09:37] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001040 10.0.0.242 - - [2026-01-15 03:09:37] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.050047 10.0.0.73 - - [2026-01-15 03:09:37] "GET /projects?obj_uuids=7a24cd4e-e435-446b-9833-d2f13eb3c11d&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001073 10.0.0.242 - - [2026-01-15 03:09:37] "GET /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d?fields=security_groups HTTP/1.1" 200 1333 0.044210 10.0.0.242 - - [2026-01-15 03:09:38] "POST /fqname-to-id HTTP/1.1" 404 218 0.039121 10.0.0.73 - - [2026-01-15 03:09:39] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005482 10.0.0.73 - - [2026-01-15 03:09:39] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.73 - - [2026-01-15 03:09:39] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006608 10.0.0.73 - - [2026-01-15 03:09:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.005033 10.0.0.73 - - [2026-01-15 03:09:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.004182 10.0.0.73 - - [2026-01-15 03:09:39] "POST /security-groups HTTP/1.1" 200 621 0.030849 10.0.0.73 - - [2026-01-15 03:09:39] "POST /fqname-to-id HTTP/1.1" 404 264 0.003797 10.0.0.73 - - [2026-01-15 03:09:39] "POST /projects HTTP/1.1" 200 645 0.252831 10.0.0.73 - - [2026-01-15 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.328647 10.0.0.73 - - [2026-01-15 03:09:39] "POST /access-control-lists HTTP/1.1" 200 624 0.031045 10.0.0.242 - - [2026-01-15 03:09:39] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.477420 10.0.0.242 - - [2026-01-15 03:09:41] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.242 - - [2026-01-15 03:09:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.242 - - [2026-01-15 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 254 0.051666 10.0.0.242 - - [2026-01-15 03:09:43] "POST /security-groups HTTP/1.1" 200 595 0.031108 10.0.0.242 - - [2026-01-15 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.73 - - [2026-01-15 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 285 0.004474 10.0.0.242 - - [2026-01-15 03:09:43] "GET /security-group/bbe6746c-55f0-4f1d-b7dd-c71a8d592044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005106 10.0.0.242 - - [2026-01-15 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.242 - - [2026-01-15 03:09:43] "GET /security-group/bbe6746c-55f0-4f1d-b7dd-c71a8d592044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004085 10.0.0.73 - - [2026-01-15 03:09:43] "DELETE /access-control-list/e618da55-dd94-4b20-b150-69a316873bb9 HTTP/1.1" 200 115 0.024007 10.0.0.242 - - [2026-01-15 03:09:44] "DELETE /security-group/bbe6746c-55f0-4f1d-b7dd-c71a8d592044 HTTP/1.1" 200 115 0.055037 10.0.0.242 - - [2026-01-15 03:09:44] "POST /fqname-to-id HTTP/1.1" 404 254 0.002847 10.0.0.242 - - [2026-01-15 03:09:44] "POST /fqname-to-id HTTP/1.1" 404 254 0.004486 10.0.0.242 - - [2026-01-15 03:09:44] "POST /security-groups HTTP/1.1" 200 595 0.040231 10.0.0.73 - - [2026-01-15 03:09:44] "POST /fqname-to-id HTTP/1.1" 404 286 0.005334 10.0.0.242 - - [2026-01-15 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.242 - - [2026-01-15 03:09:44] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005691 10.0.0.242 - - [2026-01-15 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.73 - - [2026-01-15 03:09:44] "POST /access-control-lists HTTP/1.1" 200 646 0.032727 10.0.0.242 - - [2026-01-15 03:09:45] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004939 10.0.0.242 - - [2026-01-15 03:09:45] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004131 10.0.0.242 - - [2026-01-15 03:09:45] "PUT /security-group/4513ab6e-2891-4382-829f-0337c50028e9 HTTP/1.1" 200 262 0.017378 10.0.0.242 - - [2026-01-15 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008430 10.0.0.73 - - [2026-01-15 03:09:45] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000844 10.0.0.242 - - [2026-01-15 03:09:45] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.038962 10.0.0.242 - - [2026-01-15 03:09:45] "POST /neutron/network HTTP/1.1" 200 117 0.043948 10.0.0.73 - - [2026-01-15 03:09:45] "POST /route-targets HTTP/1.1" 200 327 0.012061 10.0.0.242 - - [2026-01-15 03:09:46] "POST /neutron/network HTTP/1.1" 200 954 0.010456 10.0.0.242 - - [2026-01-15 03:09:46] "POST /id-to-fqname HTTP/1.1" 200 300 0.001056 10.0.0.242 - - [2026-01-15 03:09:46] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004881 10.0.0.242 - - [2026-01-15 03:09:46] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005279 10.0.0.242 - - [2026-01-15 03:09:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.008737 10.0.0.242 - - [2026-01-15 03:09:46] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005733 10.0.0.242 - - [2026-01-15 03:09:48] "POST /id-to-fqname HTTP/1.1" 200 300 0.001329 10.0.0.73 - - [2026-01-15 03:09:49] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000990 10.0.0.242 - - [2026-01-15 03:09:49] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.067125 10.0.0.242 - - [2026-01-15 03:09:49] "POST /neutron/network HTTP/1.1" 200 954 0.007378 10.0.0.242 - - [2026-01-15 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 300 0.001249 10.0.0.242 - - [2026-01-15 03:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.242 - - [2026-01-15 03:09:50] "POST /neutron/network HTTP/1.1" 200 964 0.005866 10.0.0.242 - - [2026-01-15 03:09:50] "POST /neutron/port HTTP/1.1" 200 1090 0.021449 10.0.0.242 - - [2026-01-15 03:09:50] "POST /neutron/port HTTP/1.1" 200 1155 0.018965 10.0.0.242 - - [2026-01-15 03:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.73 - - [2026-01-15 03:09:50] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000856 10.0.0.242 - - [2026-01-15 03:09:50] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.084128 10.0.0.242 - - [2026-01-15 03:09:51] "POST /neutron/port HTTP/1.1" 200 1155 0.022688 10.0.0.242 - - [2026-01-15 03:09:51] "POST /neutron/port HTTP/1.1" 200 1155 0.016939 10.0.0.73 - - [2026-01-15 03:09:51] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001045 10.0.0.242 - - [2026-01-15 03:09:51] "POST /neutron/security_group HTTP/1.1" 200 3298 0.049273 10.0.0.242 - - [2026-01-15 03:09:52] "POST /neutron/port HTTP/1.1" 200 1090 0.017159 10.0.0.242 - - [2026-01-15 03:09:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.242 - - [2026-01-15 03:09:52] "POST /neutron/network HTTP/1.1" 200 954 0.007625 10.0.0.73 - - [2026-01-15 03:09:56] "DELETE /project/d12525e3846048c38e94e9643d126836 HTTP/1.1" 404 173 0.003144 10.0.0.73 - - [2026-01-15 03:09:56] "DELETE /project/7a24cd4e-e435-446b-9833-d2f13eb3c11d HTTP/1.1" 404 177 0.005464 10.0.0.242 - - [2026-01-15 03:09:56] "POST /neutron/port HTTP/1.1" 200 1155 0.019147 10.0.0.242 - - [2026-01-15 03:09:56] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009417 10.0.0.242 - - [2026-01-15 03:09:56] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 401 293 0.000573 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.036426 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.003852 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3263 0.005332 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.003856 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3263 0.004687 10.0.0.242 - - [2026-01-15 03:09:57] "GET /instance-ip/8bf45c8f-8e94-4d05-9afb-f318287bf8a5 HTTP/1.1" 200 1731 0.005824 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.003513 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3263 0.005503 10.0.0.242 - - [2026-01-15 03:09:57] "GET /instance-ip/8bf45c8f-8e94-4d05-9afb-f318287bf8a5 HTTP/1.1" 200 1731 0.003405 10.0.0.242 - - [2026-01-15 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.242 - - [2026-01-15 03:09:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003354 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002775 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005417 10.0.0.242 - - [2026-01-15 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.242 - - [2026-01-15 03:09:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005389 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004398 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007163 10.0.0.242 - - [2026-01-15 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.242 - - [2026-01-15 03:09:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003889 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003113 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005434 10.0.0.242 - - [2026-01-15 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 03:09:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004659 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002918 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005080 10.0.0.242 - - [2026-01-15 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.242 - - [2026-01-15 03:09:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004031 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002711 10.0.0.242 - - [2026-01-15 03:09:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007422 10.0.0.242 - - [2026-01-15 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.242 - - [2026-01-15 03:09:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003947 10.0.0.242 - - [2026-01-15 03:09:58] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003042 10.0.0.242 - - [2026-01-15 03:09:58] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005728 10.0.0.242 - - [2026-01-15 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.242 - - [2026-01-15 03:09:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003937 10.0.0.242 - - [2026-01-15 03:09:58] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003292 10.0.0.242 - - [2026-01-15 03:09:58] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.012540 10.0.0.242 - - [2026-01-15 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.242 - - [2026-01-15 03:10:01] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006656 10.0.0.242 - - [2026-01-15 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-15 03:10:05] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005655 10.0.0.242 - - [2026-01-15 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.242 - - [2026-01-15 03:10:09] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005509 10.0.0.242 - - [2026-01-15 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005557 10.0.0.242 - - [2026-01-15 03:10:13] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007889 10.0.0.242 - - [2026-01-15 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.242 - - [2026-01-15 03:10:17] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005382 10.0.0.242 - - [2026-01-15 03:10:19] "POST /neutron/port HTTP/1.1" 200 1155 0.049932 10.0.0.242 - - [2026-01-15 03:10:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004294 10.0.0.242 - - [2026-01-15 03:10:19] "POST /neutron/network HTTP/1.1" 200 954 0.008865 10.0.0.242 - - [2026-01-15 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.242 - - [2026-01-15 03:10:21] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005233 10.0.0.242 - - [2026-01-15 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.242 - - [2026-01-15 03:10:25] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005374 10.0.0.242 - - [2026-01-15 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.242 - - [2026-01-15 03:10:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004073 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003645 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006973 10.0.0.242 - - [2026-01-15 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.242 - - [2026-01-15 03:10:30] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003748 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002757 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005387 10.0.0.242 - - [2026-01-15 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.242 - - [2026-01-15 03:10:30] "GET /routing-instance/e1c3f9c6-1184-4a14-b93c-1d5c329a880a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005687 10.0.0.242 - - [2026-01-15 03:10:30] "GET /route-target/bc16de9e-95af-41f2-a072-88f4348c0a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003957 10.0.0.242 - - [2026-01-15 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.242 - - [2026-01-15 03:10:30] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003123 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003622 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005966 10.0.0.242 - - [2026-01-15 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.242 - - [2026-01-15 03:10:30] "GET /routing-instance/e1c3f9c6-1184-4a14-b93c-1d5c329a880a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005828 10.0.0.242 - - [2026-01-15 03:10:30] "GET /route-target/bc16de9e-95af-41f2-a072-88f4348c0a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004665 10.0.0.242 - - [2026-01-15 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.242 - - [2026-01-15 03:10:30] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007211 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003654 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005262 10.0.0.242 - - [2026-01-15 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.242 - - [2026-01-15 03:10:30] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004676 10.0.0.242 - - [2026-01-15 03:10:30] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003628 10.0.0.242 - - [2026-01-15 03:10:31] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007055 10.0.0.242 - - [2026-01-15 03:10:31] "GET /obj-perms HTTP/1.1" 200 5109 0.070711 10.0.0.73 - - [2026-01-15 03:10:31] "GET /obj-perms HTTP/1.1" 200 5109 0.073314 10.0.0.242 - - [2026-01-15 03:10:31] "GET /obj-perms HTTP/1.1" 200 5109 0.004312 10.0.0.73 - - [2026-01-15 03:10:31] "GET /obj-perms HTTP/1.1" 200 5109 0.004488 10.0.0.242 - - [2026-01-15 03:10:31] "GET /obj-perms HTTP/1.1" 200 5109 0.004459 10.0.0.33 - - [2026-01-15 03:10:31] "GET /obj-perms HTTP/1.1" 200 5109 0.071189 10.0.0.242 - - [2026-01-15 03:10:31] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.005354 10.0.0.242 - - [2026-01-15 03:10:31] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3263 0.005327 10.0.0.242 - - [2026-01-15 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.242 - - [2026-01-15 03:10:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003763 10.0.0.242 - - [2026-01-15 03:10:31] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003474 10.0.0.242 - - [2026-01-15 03:10:31] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006472 10.0.0.242 - - [2026-01-15 03:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.242 - - [2026-01-15 03:10:32] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003053 10.0.0.242 - - [2026-01-15 03:10:32] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003152 10.0.0.242 - - [2026-01-15 03:10:33] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007103 10.0.0.242 - - [2026-01-15 03:10:34] "POST /neutron/port HTTP/1.1" 200 1155 0.017673 10.0.0.242 - - [2026-01-15 03:10:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004627 10.0.0.242 - - [2026-01-15 03:10:34] "POST /neutron/network HTTP/1.1" 200 954 0.009519 10.0.0.242 - - [2026-01-15 03:10:40] "POST /neutron/port HTTP/1.1" 200 1155 0.018143 10.0.0.242 - - [2026-01-15 03:10:43] "POST /neutron/security_group HTTP/1.1" 200 1292 0.016319 10.0.0.242 - - [2026-01-15 03:10:54] "POST /neutron/port HTTP/1.1" 200 1155 0.018433 10.0.0.242 - - [2026-01-15 03:10:54] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007403 10.0.0.242 - - [2026-01-15 03:10:54] "POST /neutron/port HTTP/1.1" 200 1155 0.019779 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 200 1321 0.005056 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 200 1321 0.003535 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine-interface/60eb4319-9eec-4848-b14b-6d2f65af3d31 HTTP/1.1" 200 3263 0.004494 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 200 1321 0.003358 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine-interface/60eb4319-9eec-4848-b14b-6d2f65af3d31 HTTP/1.1" 200 3263 0.006912 10.0.0.242 - - [2026-01-15 03:10:54] "GET /instance-ip/f5417d4f-b10c-4a1e-9f8a-d9bbc418a567 HTTP/1.1" 200 1731 0.006660 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 200 1321 0.003822 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-machine-interface/60eb4319-9eec-4848-b14b-6d2f65af3d31 HTTP/1.1" 200 3263 0.006531 10.0.0.242 - - [2026-01-15 03:10:54] "GET /instance-ip/f5417d4f-b10c-4a1e-9f8a-d9bbc418a567 HTTP/1.1" 200 1731 0.005058 10.0.0.242 - - [2026-01-15 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2026-01-15 03:10:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003904 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003488 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006748 10.0.0.242 - - [2026-01-15 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.242 - - [2026-01-15 03:10:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004600 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003178 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005328 10.0.0.242 - - [2026-01-15 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2026-01-15 03:10:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004384 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002641 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005820 10.0.0.242 - - [2026-01-15 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.242 - - [2026-01-15 03:10:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004154 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003193 10.0.0.242 - - [2026-01-15 03:10:54] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006050 10.0.0.242 - - [2026-01-15 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012798 10.0.0.242 - - [2026-01-15 03:10:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003925 10.0.0.242 - - [2026-01-15 03:10:55] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003422 10.0.0.242 - - [2026-01-15 03:10:55] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005739 10.0.0.242 - - [2026-01-15 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.242 - - [2026-01-15 03:10:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004824 10.0.0.242 - - [2026-01-15 03:10:55] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003242 10.0.0.242 - - [2026-01-15 03:10:55] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005130 10.0.0.242 - - [2026-01-15 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.242 - - [2026-01-15 03:10:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004187 10.0.0.242 - - [2026-01-15 03:10:55] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002838 10.0.0.242 - - [2026-01-15 03:10:55] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005538 10.0.0.242 - - [2026-01-15 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.242 - - [2026-01-15 03:10:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003386 10.0.0.242 - - [2026-01-15 03:10:56] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003294 10.0.0.242 - - [2026-01-15 03:10:56] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006089 10.0.0.242 - - [2026-01-15 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.242 - - [2026-01-15 03:10:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005492 10.0.0.242 - - [2026-01-15 03:10:56] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003281 10.0.0.242 - - [2026-01-15 03:10:56] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006366 10.0.0.242 - - [2026-01-15 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2026-01-15 03:10:56] "GET /routing-instance/e1c3f9c6-1184-4a14-b93c-1d5c329a880a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004004 10.0.0.242 - - [2026-01-15 03:10:56] "GET /route-target/bc16de9e-95af-41f2-a072-88f4348c0a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003146 10.0.0.242 - - [2026-01-15 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005573 10.0.0.242 - - [2026-01-15 03:10:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004690 10.0.0.242 - - [2026-01-15 03:10:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003009 10.0.0.242 - - [2026-01-15 03:10:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.008706 10.0.0.242 - - [2026-01-15 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.242 - - [2026-01-15 03:10:57] "GET /routing-instance/e1c3f9c6-1184-4a14-b93c-1d5c329a880a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004051 10.0.0.242 - - [2026-01-15 03:10:57] "GET /route-target/bc16de9e-95af-41f2-a072-88f4348c0a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004129 10.0.0.242 - - [2026-01-15 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.242 - - [2026-01-15 03:10:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004245 10.0.0.242 - - [2026-01-15 03:10:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002939 10.0.0.242 - - [2026-01-15 03:10:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006222 10.0.0.242 - - [2026-01-15 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.242 - - [2026-01-15 03:10:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004272 10.0.0.242 - - [2026-01-15 03:10:57] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003851 10.0.0.242 - - [2026-01-15 03:10:57] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006747 10.0.0.73 - - [2026-01-15 03:10:57] "GET /obj-perms HTTP/1.1" 200 5109 0.005277 10.0.0.242 - - [2026-01-15 03:10:57] "GET /obj-perms HTTP/1.1" 200 5109 0.003867 10.0.0.242 - - [2026-01-15 03:10:57] "GET /obj-perms HTTP/1.1" 200 5109 0.003575 10.0.0.242 - - [2026-01-15 03:10:57] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008112 10.0.0.33 - - [2026-01-15 03:10:57] "GET /obj-perms HTTP/1.1" 200 5109 0.003793 10.0.0.73 - - [2026-01-15 03:10:58] "GET /obj-perms HTTP/1.1" 200 5109 0.005166 10.0.0.242 - - [2026-01-15 03:10:58] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 200 1321 0.003686 10.0.0.242 - - [2026-01-15 03:10:58] "GET /virtual-machine-interface/60eb4319-9eec-4848-b14b-6d2f65af3d31 HTTP/1.1" 200 3263 0.005164 10.0.0.242 - - [2026-01-15 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007321 10.0.0.242 - - [2026-01-15 03:10:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003768 10.0.0.242 - - [2026-01-15 03:10:58] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002993 10.0.0.242 - - [2026-01-15 03:10:58] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005824 10.0.0.242 - - [2026-01-15 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.242 - - [2026-01-15 03:10:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003593 10.0.0.242 - - [2026-01-15 03:10:59] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002865 10.0.0.242 - - [2026-01-15 03:10:59] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005654 10.0.0.242 - - [2026-01-15 03:11:04] "POST /neutron/port HTTP/1.1" 200 1155 0.019690 10.0.0.242 - - [2026-01-15 03:11:09] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.004367 10.0.0.242 - - [2026-01-15 03:11:09] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3263 0.012025 10.0.0.242 - - [2026-01-15 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2026-01-15 03:11:09] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.009622 10.0.0.242 - - [2026-01-15 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2026-01-15 03:11:09] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006679 10.0.0.242 - - [2026-01-15 03:11:10] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007241 10.0.0.242 - - [2026-01-15 03:11:10] "POST /neutron/port HTTP/1.1" 200 1144 0.017210 10.0.0.242 - - [2026-01-15 03:11:10] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.003932 10.0.0.242 - - [2026-01-15 03:11:10] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3202 0.007367 10.0.0.242 - - [2026-01-15 03:11:10] "POST /neutron/port HTTP/1.1" 200 1116 0.018568 10.0.0.242 - - [2026-01-15 03:11:10] "POST /neutron/port HTTP/1.1" 200 1144 0.081232 10.0.0.242 - - [2026-01-15 03:11:10] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.004296 10.0.0.242 - - [2026-01-15 03:11:10] "GET /virtual-machine-interface/cd949d41-8286-4b2d-8733-d1d67e600322 HTTP/1.1" 200 3263 0.005934 10.0.0.242 - - [2026-01-15 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.242 - - [2026-01-15 03:11:10] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.003538 10.0.0.242 - - [2026-01-15 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.242 - - [2026-01-15 03:11:10] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004140 10.0.0.242 - - [2026-01-15 03:11:10] "DELETE /security-group/4513ab6e-2891-4382-829f-0337c50028e9 HTTP/1.1" 409 336 0.010206 10.0.0.242 - - [2026-01-15 03:11:19] "POST /neutron/port HTTP/1.1" 200 1155 0.015018 10.0.0.242 - - [2026-01-15 03:11:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008195 10.0.0.242 - - [2026-01-15 03:11:34] "POST /neutron/port HTTP/1.1" 200 1155 0.016312 10.0.0.242 - - [2026-01-15 03:11:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.242 - - [2026-01-15 03:11:34] "POST /neutron/network HTTP/1.1" 200 954 0.006697 10.0.0.242 - - [2026-01-15 03:12:20] "POST /neutron/network HTTP/1.1" 200 964 0.005621 10.0.0.242 - - [2026-01-15 03:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.242 - - [2026-01-15 03:12:35] "POST /neutron/port HTTP/1.1" 200 1155 0.050866 10.0.0.242 - - [2026-01-15 03:12:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.008906 10.0.0.242 - - [2026-01-15 03:12:44] "GET /obj-perms HTTP/1.1" 200 5075 0.073909 10.0.0.242 - - [2026-01-15 03:12:45] "GET /security-group/4513ab6e-2891-4382-829f-0337c50028e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004092 10.0.0.242 - - [2026-01-15 03:12:45] "PUT /security-group/4513ab6e-2891-4382-829f-0337c50028e9 HTTP/1.1" 200 262 0.024219 10.0.0.73 - - [2026-01-15 03:12:45] "PUT /access-control-list/1113497b-cd61-459e-a0f1-c75593452aca HTTP/1.1" 200 272 0.019833 10.0.0.242 - - [2026-01-15 03:12:48] "POST /neutron/security_group HTTP/1.1" 200 1288 0.006803 10.0.0.242 - - [2026-01-15 03:12:48] "POST /neutron/port HTTP/1.1" 200 1144 0.013985 10.0.0.242 - - [2026-01-15 03:12:48] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 200 1321 0.006099 10.0.0.242 - - [2026-01-15 03:12:49] "POST /neutron/port HTTP/1.1" 200 1106 0.020046 10.0.0.242 - - [2026-01-15 03:12:50] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 404 171 0.003410 10.0.0.242 - - [2026-01-15 03:12:50] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 404 171 0.002701 10.0.0.242 - - [2026-01-15 03:12:50] "GET /virtual-machine/8215a4ee-36c4-488a-81d4-96c451a878be HTTP/1.1" 404 171 0.002666 10.0.0.242 - - [2026-01-15 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.242 - - [2026-01-15 03:12:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003688 10.0.0.242 - - [2026-01-15 03:12:51] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002739 10.0.0.242 - - [2026-01-15 03:12:51] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006063 10.0.0.242 - - [2026-01-15 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.242 - - [2026-01-15 03:12:51] "GET /routing-instance/e1c3f9c6-1184-4a14-b93c-1d5c329a880a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005535 10.0.0.242 - - [2026-01-15 03:12:51] "GET /route-target/bc16de9e-95af-41f2-a072-88f4348c0a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007656 10.0.0.33 - - [2026-01-15 03:12:51] "GET /obj-perms HTTP/1.1" 200 5109 0.004027 10.0.0.242 - - [2026-01-15 03:12:57] "GET /obj-perms HTTP/1.1" 200 5109 0.004436 10.0.0.33 - - [2026-01-15 03:13:00] "GET /obj-perms HTTP/1.1" 200 5109 0.003937 10.0.0.242 - - [2026-01-15 03:13:06] "GET /obj-perms HTTP/1.1" 200 5109 0.004022 10.0.0.33 - - [2026-01-15 03:13:09] "GET /obj-perms HTTP/1.1" 200 5109 0.003510 10.0.0.242 - - [2026-01-15 03:13:16] "GET /obj-perms HTTP/1.1" 200 5109 0.004283 10.0.0.33 - - [2026-01-15 03:13:16] "GET /obj-perms HTTP/1.1" 200 5109 0.003425 10.0.0.242 - - [2026-01-15 03:13:16] "POST /neutron/port HTTP/1.1" 200 1155 0.017701 10.0.0.242 - - [2026-01-15 03:13:16] "POST /neutron/port HTTP/1.1" 200 1106 0.089419 10.0.0.242 - - [2026-01-15 03:13:16] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 200 1323 0.004591 10.0.0.242 - - [2026-01-15 03:13:17] "POST /neutron/port HTTP/1.1" 200 151 0.182494 10.0.0.242 - - [2026-01-15 03:13:18] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 404 171 0.003593 10.0.0.242 - - [2026-01-15 03:13:18] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 404 171 0.002764 10.0.0.242 - - [2026-01-15 03:13:18] "GET /virtual-machine/9a39e099-09d0-48fa-9f7a-0fd41f65ed03 HTTP/1.1" 404 171 0.002930 10.0.0.242 - - [2026-01-15 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.242 - - [2026-01-15 03:13:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003632 10.0.0.242 - - [2026-01-15 03:13:18] "GET /virtual-networks?parent_id=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002884 10.0.0.242 - - [2026-01-15 03:13:18] "GET /virtual-network/8fc86e67-99c7-4883-8d37-af24a028a999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005622 10.0.0.242 - - [2026-01-15 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.242 - - [2026-01-15 03:13:18] "GET /routing-instance/e1c3f9c6-1184-4a14-b93c-1d5c329a880a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004211 10.0.0.242 - - [2026-01-15 03:13:18] "GET /route-target/bc16de9e-95af-41f2-a072-88f4348c0a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004390 10.0.0.242 - - [2026-01-15 03:13:19] "GET /obj-perms HTTP/1.1" 200 5109 0.005818 10.0.0.73 - - [2026-01-15 03:13:19] "GET /obj-perms HTTP/1.1" 200 5109 0.003362 10.0.0.242 - - [2026-01-15 03:13:28] "GET /obj-perms HTTP/1.1" 200 5109 0.003715 10.0.0.73 - - [2026-01-15 03:13:28] "GET /obj-perms HTTP/1.1" 200 5109 0.003445 10.0.0.242 - - [2026-01-15 03:13:34] "GET /obj-perms HTTP/1.1" 200 5109 0.003337 10.0.0.73 - - [2026-01-15 03:13:34] "GET /obj-perms HTTP/1.1" 200 5109 0.004598 10.0.0.242 - - [2026-01-15 03:13:35] "DELETE /security-group/4513ab6e-2891-4382-829f-0337c50028e9 HTTP/1.1" 200 115 0.044258 10.0.0.242 - - [2026-01-15 03:13:35] "POST /fqname-to-id HTTP/1.1" 404 254 0.003222 10.0.0.73 - - [2026-01-15 03:13:35] "DELETE /access-control-list/dbaa32b3-f88f-4f1f-8a84-cd9e65a9a476 HTTP/1.1" 200 115 0.027556 10.0.0.73 - - [2026-01-15 03:13:36] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001146 10.0.0.242 - - [2026-01-15 03:13:36] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.082513 10.0.0.73 - - [2026-01-15 03:13:36] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000865 10.0.0.242 - - [2026-01-15 03:13:36] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?fields=virtual_networks HTTP/1.1" 200 1093 0.040332 10.0.0.73 - - [2026-01-15 03:13:36] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001127 10.0.0.242 - - [2026-01-15 03:13:36] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.038717 10.0.0.73 - - [2026-01-15 03:13:37] "GET /projects?obj_uuids=d12525e3-8460-48c3-8e94-e9643d126836&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001195 10.0.0.242 - - [2026-01-15 03:13:37] "GET /project/d12525e3-8460-48c3-8e94-e9643d126836?fields=security_groups HTTP/1.1" 200 1349 0.045943 10.0.0.242 - - [2026-01-15 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 209 0.032997 10.0.0.73 - - [2026-01-15 03:13:38] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002706 10.0.0.73 - - [2026-01-15 03:13:38] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.73 - - [2026-01-15 03:13:38] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038950 10.0.0.73 - - [2026-01-15 03:13:38] "POST /id-to-fqname HTTP/1.1" 200 212 0.001109 10.0.0.73 - - [2026-01-15 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 222 0.004612 10.0.0.73 - - [2026-01-15 03:13:38] "POST /security-groups HTTP/1.1" 200 612 0.029139 10.0.0.73 - - [2026-01-15 03:13:38] "POST /projects HTTP/1.1" 200 627 0.236570 10.0.0.73 - - [2026-01-15 03:13:38] "POST /access-control-lists HTTP/1.1" 200 617 0.030079 10.0.0.73 - - [2026-01-15 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.315188 10.0.0.242 - - [2026-01-15 03:13:38] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.488830 10.0.0.242 - - [2026-01-15 03:13:39] "GET / HTTP/1.1" 200 35931 0.001350 10.0.0.242 - - [2026-01-15 03:13:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000571 10.0.0.242 - - [2026-01-15 03:13:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.075988 10.0.0.73 - - [2026-01-15 03:13:42] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001253 10.0.0.73 - - [2026-01-15 03:13:42] "POST /fqname-to-id HTTP/1.1" 404 277 0.006359 10.0.0.73 - - [2026-01-15 03:13:42] "POST /access-control-lists HTTP/1.1" 200 637 0.037521 10.0.0.242 - - [2026-01-15 03:13:42] "POST /neutron/security_group HTTP/1.1" 200 1423 0.439623 10.0.0.73 - - [2026-01-15 03:13:42] "PUT /access-control-list/0a04b9d6-3ce2-42b6-a552-9ed42ae6ab72 HTTP/1.1" 200 272 0.012699 10.0.0.242 - - [2026-01-15 03:13:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177308 10.0.0.242 - - [2026-01-15 03:13:43] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.131634 10.0.0.242 - - [2026-01-15 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.73 - - [2026-01-15 03:13:43] "PUT /access-control-list/0a04b9d6-3ce2-42b6-a552-9ed42ae6ab72 HTTP/1.1" 200 272 0.012401 10.0.0.242 - - [2026-01-15 03:13:43] "GET /security-group/ec4cb099-62c9-48ef-a41d-293530099828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.009417 10.0.0.242 - - [2026-01-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.003612 10.0.0.73 - - [2026-01-15 03:13:44] "DELETE /access-control-list/5a82a62b-9ca1-4e23-9793-230ec671d24a HTTP/1.1" 200 115 0.045673 10.0.0.242 - - [2026-01-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.003166 10.0.0.73 - - [2026-01-15 03:13:44] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002400 10.0.0.73 - - [2026-01-15 03:13:45] "POST /access-control-lists HTTP/1.1" 200 639 0.029930 10.0.0.73 - - [2026-01-15 03:13:45] "PUT /access-control-list/1a165f58-4aac-4dba-a828-848570de89b6 HTTP/1.1" 200 272 0.010930 10.0.0.242 - - [2026-01-15 03:13:45] "POST /neutron/security_group HTTP/1.1" 200 1423 0.470057 10.0.0.242 - - [2026-01-15 03:13:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142440 10.0.0.73 - - [2026-01-15 03:13:45] "PUT /access-control-list/70781f6a-29ca-4b42-81ac-b5ed7fe069c0 HTTP/1.1" 200 272 0.028801 10.0.0.242 - - [2026-01-15 03:13:46] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.160987 10.0.0.242 - - [2026-01-15 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.242 - - [2026-01-15 03:13:46] "GET /security-group/b4a229ed-93c9-44aa-b801-da7bdb0180d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006508 10.0.0.242 - - [2026-01-15 03:13:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.105113 10.0.0.73 - - [2026-01-15 03:13:46] "PUT /access-control-list/70781f6a-29ca-4b42-81ac-b5ed7fe069c0 HTTP/1.1" 200 272 0.013382 10.0.0.242 - - [2026-01-15 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.73 - - [2026-01-15 03:13:47] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000889 10.0.0.242 - - [2026-01-15 03:13:47] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.032432 10.0.0.242 - - [2026-01-15 03:13:47] "POST /neutron/network HTTP/1.1" 200 117 0.012710 10.0.0.73 - - [2026-01-15 03:13:47] "POST /route-targets HTTP/1.1" 200 327 0.015011 10.0.0.242 - - [2026-01-15 03:13:47] "POST /neutron/network HTTP/1.1" 200 927 0.008372 10.0.0.242 - - [2026-01-15 03:13:47] "POST /id-to-fqname HTTP/1.1" 200 282 0.001178 10.0.0.242 - - [2026-01-15 03:13:47] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.004687 10.0.0.242 - - [2026-01-15 03:13:47] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005781 10.0.0.242 - - [2026-01-15 03:13:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.008841 10.0.0.242 - - [2026-01-15 03:13:48] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005172 10.0.0.242 - - [2026-01-15 03:13:48] "GET /obj-perms HTTP/1.1" 200 5091 0.063163 10.0.0.33 - - [2026-01-15 03:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.33 - - [2026-01-15 03:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.73 - - [2026-01-15 03:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.73 - - [2026-01-15 03:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000630 10.0.0.242 - - [2026-01-15 03:13:49] "POST /id-to-fqname HTTP/1.1" 200 282 0.001680 10.0.0.33 - - [2026-01-15 03:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.33 - - [2026-01-15 03:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.73 - - [2026-01-15 03:13:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.73 - - [2026-01-15 03:13:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.73 - - [2026-01-15 03:13:50] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000983 10.0.0.242 - - [2026-01-15 03:13:50] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.074074 10.0.0.242 - - [2026-01-15 03:13:51] "POST /neutron/network HTTP/1.1" 200 927 0.045301 10.0.0.242 - - [2026-01-15 03:13:51] "POST /id-to-fqname HTTP/1.1" 200 282 0.001175 10.0.0.242 - - [2026-01-15 03:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.005584 10.0.0.242 - - [2026-01-15 03:13:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.242 - - [2026-01-15 03:13:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.242 - - [2026-01-15 03:13:51] "POST /neutron/network HTTP/1.1" 200 937 0.006514 10.0.0.242 - - [2026-01-15 03:13:52] "POST /neutron/port HTTP/1.1" 200 1081 0.019231 10.0.0.242 - - [2026-01-15 03:13:52] "POST /neutron/port HTTP/1.1" 200 1145 0.018062 10.0.0.242 - - [2026-01-15 03:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.73 - - [2026-01-15 03:13:52] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001276 10.0.0.242 - - [2026-01-15 03:13:52] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.101527 10.0.0.242 - - [2026-01-15 03:13:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2026-01-15 03:13:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.242 - - [2026-01-15 03:13:53] "POST /neutron/port HTTP/1.1" 200 1145 0.023950 10.0.0.242 - - [2026-01-15 03:13:53] "POST /neutron/port HTTP/1.1" 200 1145 0.016246 10.0.0.73 - - [2026-01-15 03:13:53] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001174 10.0.0.242 - - [2026-01-15 03:13:53] "POST /neutron/security_group HTTP/1.1" 200 3414 0.060025 10.0.0.242 - - [2026-01-15 03:13:54] "POST /neutron/port HTTP/1.1" 200 1081 0.017872 10.0.0.242 - - [2026-01-15 03:13:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.242 - - [2026-01-15 03:13:54] "POST /neutron/network HTTP/1.1" 200 927 0.006565 10.0.0.73 - - [2026-01-15 03:13:56] "DELETE /project/c84a308769434bf1816759df8f62b4cc HTTP/1.1" 404 173 0.003844 10.0.0.73 - - [2026-01-15 03:13:56] "DELETE /project/d12525e3-8460-48c3-8e94-e9643d126836 HTTP/1.1" 404 177 0.002837 10.0.0.242 - - [2026-01-15 03:13:58] "POST /neutron/port HTTP/1.1" 200 1145 0.020952 10.0.0.242 - - [2026-01-15 03:13:58] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007506 10.0.0.242 - - [2026-01-15 03:13:58] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.043036 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.003608 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3191 0.005288 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.003463 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3191 0.004545 10.0.0.242 - - [2026-01-15 03:13:59] "GET /instance-ip/6ebb89b3-0080-42c8-b566-5ca6eca645fd HTTP/1.1" 200 1703 0.006077 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.002958 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3191 0.004642 10.0.0.242 - - [2026-01-15 03:13:59] "GET /instance-ip/6ebb89b3-0080-42c8-b566-5ca6eca645fd HTTP/1.1" 200 1703 0.003366 10.0.0.242 - - [2026-01-15 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2026-01-15 03:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003561 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003900 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005737 10.0.0.242 - - [2026-01-15 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.242 - - [2026-01-15 03:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004757 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003087 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005584 10.0.0.242 - - [2026-01-15 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2026-01-15 03:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003606 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003495 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005445 10.0.0.242 - - [2026-01-15 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2026-01-15 03:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004441 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003263 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005397 10.0.0.242 - - [2026-01-15 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.242 - - [2026-01-15 03:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003926 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002873 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005940 10.0.0.242 - - [2026-01-15 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.242 - - [2026-01-15 03:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003677 10.0.0.242 - - [2026-01-15 03:13:59] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003292 10.0.0.242 - - [2026-01-15 03:14:00] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008016 10.0.0.242 - - [2026-01-15 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.242 - - [2026-01-15 03:14:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005905 10.0.0.242 - - [2026-01-15 03:14:00] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004012 10.0.0.242 - - [2026-01-15 03:14:00] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006786 10.0.0.242 - - [2026-01-15 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.242 - - [2026-01-15 03:14:03] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005253 10.0.0.242 - - [2026-01-15 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.242 - - [2026-01-15 03:14:07] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005392 10.0.0.242 - - [2026-01-15 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2026-01-15 03:14:11] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.004651 10.0.0.242 - - [2026-01-15 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.242 - - [2026-01-15 03:14:15] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005840 10.0.0.242 - - [2026-01-15 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.242 - - [2026-01-15 03:14:19] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006518 10.0.0.242 - - [2026-01-15 03:14:22] "POST /neutron/port HTTP/1.1" 200 1145 0.022461 10.0.0.242 - - [2026-01-15 03:14:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004079 10.0.0.242 - - [2026-01-15 03:14:22] "POST /neutron/network HTTP/1.1" 200 927 0.009880 10.0.0.242 - - [2026-01-15 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.242 - - [2026-01-15 03:14:23] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005302 10.0.0.242 - - [2026-01-15 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.242 - - [2026-01-15 03:14:27] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005248 10.0.0.242 - - [2026-01-15 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.242 - - [2026-01-15 03:14:31] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005650 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.242 - - [2026-01-15 03:14:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004779 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002904 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005524 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.242 - - [2026-01-15 03:14:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003225 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002846 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005682 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.242 - - [2026-01-15 03:14:34] "GET /routing-instance/1aa35ea0-ba8a-4364-b59e-8442afd9d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006919 10.0.0.242 - - [2026-01-15 03:14:34] "GET /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003139 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.242 - - [2026-01-15 03:14:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003568 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002474 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005859 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.242 - - [2026-01-15 03:14:34] "GET /routing-instance/1aa35ea0-ba8a-4364-b59e-8442afd9d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004183 10.0.0.242 - - [2026-01-15 03:14:34] "GET /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003767 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.242 - - [2026-01-15 03:14:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003778 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003384 10.0.0.242 - - [2026-01-15 03:14:34] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005681 10.0.0.242 - - [2026-01-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.242 - - [2026-01-15 03:14:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004778 10.0.0.242 - - [2026-01-15 03:14:35] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002847 10.0.0.242 - - [2026-01-15 03:14:35] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006210 10.0.0.73 - - [2026-01-15 03:14:35] "GET /obj-perms HTTP/1.1" 200 5091 0.075376 10.0.0.242 - - [2026-01-15 03:14:35] "GET /obj-perms HTTP/1.1" 200 5091 0.003734 10.0.0.73 - - [2026-01-15 03:14:35] "GET /obj-perms HTTP/1.1" 200 5091 0.003524 10.0.0.242 - - [2026-01-15 03:14:35] "GET /obj-perms HTTP/1.1" 200 5091 0.003631 10.0.0.33 - - [2026-01-15 03:14:35] "GET /obj-perms HTTP/1.1" 200 5091 0.067553 10.0.0.242 - - [2026-01-15 03:14:35] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.003762 10.0.0.242 - - [2026-01-15 03:14:35] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3191 0.005515 10.0.0.242 - - [2026-01-15 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.242 - - [2026-01-15 03:14:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003442 10.0.0.242 - - [2026-01-15 03:14:35] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002961 10.0.0.242 - - [2026-01-15 03:14:35] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005507 10.0.0.242 - - [2026-01-15 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.242 - - [2026-01-15 03:14:36] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003415 10.0.0.242 - - [2026-01-15 03:14:36] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002598 10.0.0.242 - - [2026-01-15 03:14:37] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006003 10.0.0.242 - - [2026-01-15 03:14:37] "POST /neutron/port HTTP/1.1" 200 1145 0.016019 10.0.0.242 - - [2026-01-15 03:14:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.242 - - [2026-01-15 03:14:37] "POST /neutron/network HTTP/1.1" 200 927 0.007894 10.0.0.242 - - [2026-01-15 03:14:42] "POST /neutron/port HTTP/1.1" 200 1145 0.050319 10.0.0.73 - - [2026-01-15 03:14:47] "GET /obj-perms HTTP/1.1" 200 5075 0.063262 10.0.0.242 - - [2026-01-15 03:14:47] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007148 10.0.0.242 - - [2026-01-15 03:14:52] "POST /neutron/port HTTP/1.1" 200 1145 0.018930 10.0.0.242 - - [2026-01-15 03:14:52] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006889 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 200 1312 0.005893 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 200 1312 0.003614 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine-interface/dd458d9c-b4c8-4d50-ba68-77a7d26241f0 HTTP/1.1" 200 3192 0.004851 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 200 1312 0.003894 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine-interface/dd458d9c-b4c8-4d50-ba68-77a7d26241f0 HTTP/1.1" 200 3192 0.005439 10.0.0.242 - - [2026-01-15 03:14:53] "GET /instance-ip/211fb6b9-6113-4138-a976-e8006ec30162 HTTP/1.1" 200 1703 0.005703 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 200 1312 0.003325 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-machine-interface/dd458d9c-b4c8-4d50-ba68-77a7d26241f0 HTTP/1.1" 200 3192 0.004740 10.0.0.242 - - [2026-01-15 03:14:53] "GET /instance-ip/211fb6b9-6113-4138-a976-e8006ec30162 HTTP/1.1" 200 1703 0.004345 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.242 - - [2026-01-15 03:14:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003197 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002709 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005575 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.242 - - [2026-01-15 03:14:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004097 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003655 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005858 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.242 - - [2026-01-15 03:14:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003762 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002487 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007538 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.242 - - [2026-01-15 03:14:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003832 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002975 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005888 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.242 - - [2026-01-15 03:14:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004195 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002689 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005959 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.242 - - [2026-01-15 03:14:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005900 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003393 10.0.0.242 - - [2026-01-15 03:14:53] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005901 10.0.0.242 - - [2026-01-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.242 - - [2026-01-15 03:14:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003728 10.0.0.242 - - [2026-01-15 03:14:54] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003128 10.0.0.242 - - [2026-01-15 03:14:54] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005501 10.0.0.242 - - [2026-01-15 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.242 - - [2026-01-15 03:14:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005005 10.0.0.242 - - [2026-01-15 03:14:55] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004921 10.0.0.242 - - [2026-01-15 03:14:55] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006049 10.0.0.242 - - [2026-01-15 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.242 - - [2026-01-15 03:14:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004008 10.0.0.242 - - [2026-01-15 03:14:55] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002580 10.0.0.242 - - [2026-01-15 03:14:55] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007576 10.0.0.242 - - [2026-01-15 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.242 - - [2026-01-15 03:14:55] "GET /routing-instance/1aa35ea0-ba8a-4364-b59e-8442afd9d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004327 10.0.0.242 - - [2026-01-15 03:14:55] "GET /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004803 10.0.0.242 - - [2026-01-15 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2026-01-15 03:14:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003326 10.0.0.242 - - [2026-01-15 03:14:55] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002924 10.0.0.242 - - [2026-01-15 03:14:55] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006207 10.0.0.242 - - [2026-01-15 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.242 - - [2026-01-15 03:14:55] "GET /routing-instance/1aa35ea0-ba8a-4364-b59e-8442afd9d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005104 10.0.0.242 - - [2026-01-15 03:14:55] "GET /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003462 10.0.0.242 - - [2026-01-15 03:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2026-01-15 03:14:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002632 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006239 10.0.0.242 - - [2026-01-15 03:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.242 - - [2026-01-15 03:14:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004186 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002589 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006174 10.0.0.242 - - [2026-01-15 03:14:56] "GET /obj-perms HTTP/1.1" 200 5091 0.003821 10.0.0.73 - - [2026-01-15 03:14:56] "GET /obj-perms HTTP/1.1" 200 5091 0.003391 10.0.0.242 - - [2026-01-15 03:14:56] "GET /obj-perms HTTP/1.1" 200 5091 0.003750 10.0.0.33 - - [2026-01-15 03:14:56] "GET /obj-perms HTTP/1.1" 200 5091 0.004138 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 200 1312 0.005189 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-machine-interface/dd458d9c-b4c8-4d50-ba68-77a7d26241f0 HTTP/1.1" 200 3192 0.005381 10.0.0.242 - - [2026-01-15 03:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.242 - - [2026-01-15 03:14:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003111 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004375 10.0.0.242 - - [2026-01-15 03:14:56] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006003 10.0.0.242 - - [2026-01-15 03:14:57] "POST /neutron/port HTTP/1.1" 200 1145 0.021031 10.0.0.242 - - [2026-01-15 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2026-01-15 03:14:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004921 10.0.0.242 - - [2026-01-15 03:14:57] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002959 10.0.0.242 - - [2026-01-15 03:14:57] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005895 10.0.0.242 - - [2026-01-15 03:14:58] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007049 10.0.0.242 - - [2026-01-15 03:15:08] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.004960 10.0.0.242 - - [2026-01-15 03:15:08] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3191 0.012080 10.0.0.242 - - [2026-01-15 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006199 10.0.0.242 - - [2026-01-15 03:15:08] "GET /security-group/b4a229ed-93c9-44aa-b801-da7bdb0180d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.006183 10.0.0.242 - - [2026-01-15 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.242 - - [2026-01-15 03:15:08] "GET /security-group/b4a229ed-93c9-44aa-b801-da7bdb0180d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003818 10.0.0.242 - - [2026-01-15 03:15:08] "POST /neutron/security_group HTTP/1.1" 200 1443 0.004179 10.0.0.242 - - [2026-01-15 03:15:08] "POST /neutron/port HTTP/1.1" 200 1135 0.013030 10.0.0.242 - - [2026-01-15 03:15:08] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.003634 10.0.0.242 - - [2026-01-15 03:15:08] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3139 0.007612 10.0.0.242 - - [2026-01-15 03:15:08] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006489 10.0.0.242 - - [2026-01-15 03:15:09] "POST /neutron/port HTTP/1.1" 200 1097 0.019049 10.0.0.242 - - [2026-01-15 03:15:09] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.004227 10.0.0.242 - - [2026-01-15 03:15:09] "GET /virtual-machine-interface/29c275c5-d9af-4d4b-bd52-3d15b067b7c3 HTTP/1.1" 200 3191 0.009304 10.0.0.242 - - [2026-01-15 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011038 10.0.0.242 - - [2026-01-15 03:15:09] "GET /security-group/b4a229ed-93c9-44aa-b801-da7bdb0180d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003933 10.0.0.242 - - [2026-01-15 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.242 - - [2026-01-15 03:15:09] "GET /security-group/b4a229ed-93c9-44aa-b801-da7bdb0180d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005203 10.0.0.242 - - [2026-01-15 03:15:09] "POST /neutron/security_group HTTP/1.1" 200 1443 0.007431 10.0.0.242 - - [2026-01-15 03:15:23] "POST /neutron/port HTTP/1.1" 200 1145 0.046474 10.0.0.242 - - [2026-01-15 03:15:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.008763 10.0.0.242 - - [2026-01-15 03:15:39] "POST /neutron/port HTTP/1.1" 200 1145 0.016170 10.0.0.242 - - [2026-01-15 03:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003532 10.0.0.242 - - [2026-01-15 03:15:39] "POST /neutron/network HTTP/1.1" 200 927 0.007141 10.0.0.242 - - [2026-01-15 03:15:47] "GET /obj-perms HTTP/1.1" 200 5075 0.064479 10.0.0.242 - - [2026-01-15 03:16:23] "POST /neutron/network HTTP/1.1" 200 937 0.006556 10.0.0.242 - - [2026-01-15 03:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.242 - - [2026-01-15 03:16:41] "POST /neutron/port HTTP/1.1" 200 1145 0.018407 10.0.0.242 - - [2026-01-15 03:16:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.008397 10.0.0.73 - - [2026-01-15 03:16:42] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.041231 10.0.0.242 - - [2026-01-15 03:16:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2628 0.098188 10.0.0.242 - - [2026-01-15 03:16:42] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.011831 10.0.0.242 - - [2026-01-15 03:16:43] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.173524 10.0.0.73 - - [2026-01-15 03:16:43] "PUT /access-control-list/1a165f58-4aac-4dba-a828-848570de89b6 HTTP/1.1" 200 272 0.041312 10.0.0.242 - - [2026-01-15 03:16:46] "POST /neutron/port HTTP/1.1" 200 1135 0.016201 10.0.0.242 - - [2026-01-15 03:16:46] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 200 1312 0.004091 10.0.0.242 - - [2026-01-15 03:16:46] "POST /neutron/port HTTP/1.1" 200 1107 0.020122 10.0.0.242 - - [2026-01-15 03:16:48] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 404 171 0.002834 10.0.0.242 - - [2026-01-15 03:16:48] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 404 171 0.003149 10.0.0.242 - - [2026-01-15 03:16:48] "GET /virtual-machine/8271418d-f4bb-4e53-8544-57b993110c23 HTTP/1.1" 404 171 0.002762 10.0.0.242 - - [2026-01-15 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.242 - - [2026-01-15 03:16:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004979 10.0.0.242 - - [2026-01-15 03:16:48] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003833 10.0.0.242 - - [2026-01-15 03:16:48] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005400 10.0.0.242 - - [2026-01-15 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.242 - - [2026-01-15 03:16:48] "GET /routing-instance/1aa35ea0-ba8a-4364-b59e-8442afd9d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.003847 10.0.0.242 - - [2026-01-15 03:16:48] "GET /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002970 10.0.0.33 - - [2026-01-15 03:16:49] "GET /obj-perms HTTP/1.1" 200 5091 0.003669 10.0.0.242 - - [2026-01-15 03:16:52] "GET /obj-perms HTTP/1.1" 200 5091 0.004201 10.0.0.33 - - [2026-01-15 03:16:58] "GET /obj-perms HTTP/1.1" 200 5091 0.004277 10.0.0.242 - - [2026-01-15 03:17:01] "GET /obj-perms HTTP/1.1" 200 5091 0.004366 10.0.0.33 - - [2026-01-15 03:17:07] "GET /obj-perms HTTP/1.1" 200 5091 0.003477 10.0.0.242 - - [2026-01-15 03:17:10] "GET /obj-perms HTTP/1.1" 200 5091 0.003576 10.0.0.242 - - [2026-01-15 03:17:13] "GET /obj-perms HTTP/1.1" 200 5091 0.004419 10.0.0.33 - - [2026-01-15 03:17:13] "GET /obj-perms HTTP/1.1" 200 5091 0.003613 10.0.0.73 - - [2026-01-15 03:17:13] "GET /obj-perms HTTP/1.1" 200 5091 0.003731 10.0.0.242 - - [2026-01-15 03:17:13] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007374 10.0.0.242 - - [2026-01-15 03:17:14] "POST /neutron/port HTTP/1.1" 200 1135 0.018151 10.0.0.242 - - [2026-01-15 03:17:14] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 200 1313 0.004092 10.0.0.242 - - [2026-01-15 03:17:14] "POST /neutron/port HTTP/1.1" 200 1097 0.016863 10.0.0.242 - - [2026-01-15 03:17:16] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 404 171 0.003886 10.0.0.242 - - [2026-01-15 03:17:16] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 404 171 0.003908 10.0.0.242 - - [2026-01-15 03:17:16] "GET /virtual-machine/658b36ff-4ad7-4573-922d-74406f245863 HTTP/1.1" 404 171 0.004060 10.0.0.242 - - [2026-01-15 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.242 - - [2026-01-15 03:17:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004667 10.0.0.242 - - [2026-01-15 03:17:16] "GET /virtual-networks?parent_id=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003120 10.0.0.242 - - [2026-01-15 03:17:16] "GET /virtual-network/19cb5e06-cd9b-489e-8820-a6c6574f72bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005173 10.0.0.242 - - [2026-01-15 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.242 - - [2026-01-15 03:17:16] "GET /routing-instance/1aa35ea0-ba8a-4364-b59e-8442afd9d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004308 10.0.0.242 - - [2026-01-15 03:17:16] "GET /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003535 10.0.0.242 - - [2026-01-15 03:17:22] "GET /obj-perms HTTP/1.1" 200 5091 0.003976 10.0.0.73 - - [2026-01-15 03:17:22] "GET /obj-perms HTTP/1.1" 200 5091 0.005308 10.0.0.242 - - [2026-01-15 03:17:32] "GET /obj-perms HTTP/1.1" 200 5091 0.003768 10.0.0.73 - - [2026-01-15 03:17:32] "GET /obj-perms HTTP/1.1" 200 5091 0.004866 10.0.0.242 - - [2026-01-15 03:17:35] "GET /obj-perms HTTP/1.1" 200 5091 0.003435 10.0.0.73 - - [2026-01-15 03:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004215 10.0.0.73 - - [2026-01-15 03:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003193 10.0.0.242 - - [2026-01-15 03:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.128732 10.0.0.73 - - [2026-01-15 03:17:35] "DELETE /route-target/6a0853f2-0eb1-4544-aa36-0573d4c398fa HTTP/1.1" 200 115 0.022350 10.0.0.242 - - [2026-01-15 03:17:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.003821 10.0.0.73 - - [2026-01-15 03:17:37] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001459 10.0.0.242 - - [2026-01-15 03:17:37] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.059702 10.0.0.73 - - [2026-01-15 03:17:37] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000841 10.0.0.242 - - [2026-01-15 03:17:37] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?fields=virtual_networks HTTP/1.1" 200 1074 0.044338 10.0.0.73 - - [2026-01-15 03:17:37] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000905 10.0.0.242 - - [2026-01-15 03:17:37] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.044305 10.0.0.73 - - [2026-01-15 03:17:37] "GET /projects?obj_uuids=c84a3087-6943-4bf1-8167-59df8f62b4cc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001023 10.0.0.242 - - [2026-01-15 03:17:37] "GET /project/c84a3087-6943-4bf1-8167-59df8f62b4cc?fields=security_groups HTTP/1.1" 200 1321 0.069655 10.0.0.242 - - [2026-01-15 03:17:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.041491 10.0.0.73 - - [2026-01-15 03:17:39] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002753 10.0.0.73 - - [2026-01-15 03:17:39] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.73 - - [2026-01-15 03:17:39] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009985 10.0.0.73 - - [2026-01-15 03:17:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.008073 10.0.0.73 - - [2026-01-15 03:17:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.006769 10.0.0.73 - - [2026-01-15 03:17:39] "POST /security-groups HTTP/1.1" 200 589 0.029037 10.0.0.73 - - [2026-01-15 03:17:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.003737 10.0.0.73 - - [2026-01-15 03:17:39] "POST /projects HTTP/1.1" 200 581 0.242196 10.0.0.73 - - [2026-01-15 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.277123 10.0.0.73 - - [2026-01-15 03:17:39] "POST /access-control-lists HTTP/1.1" 200 592 0.029978 10.0.0.242 - - [2026-01-15 03:17:39] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.456347 10.0.0.242 - - [2026-01-15 03:17:40] "GET / HTTP/1.1" 200 35931 0.002921 10.0.0.242 - - [2026-01-15 03:17:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.242 - - [2026-01-15 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.083099 10.0.0.73 - - [2026-01-15 03:17:43] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.242 - - [2026-01-15 03:17:43] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056542 10.0.0.242 - - [2026-01-15 03:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.043322 10.0.0.242 - - [2026-01-15 03:17:43] "POST /neutron/network HTTP/1.1" 200 834 0.009272 10.0.0.242 - - [2026-01-15 03:17:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001033 10.0.0.242 - - [2026-01-15 03:17:43] "GET /virtual-network/6cb6d4a1-302b-4e1c-b6a0-95a4e1ec8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004656 10.0.0.242 - - [2026-01-15 03:17:43] "GET /virtual-network/6cb6d4a1-302b-4e1c-b6a0-95a4e1ec8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005676 10.0.0.242 - - [2026-01-15 03:17:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.019665 10.0.0.242 - - [2026-01-15 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001250 10.0.0.73 - - [2026-01-15 03:17:45] "DELETE /access-control-list/66c3ed00-29a7-46cf-bdb1-405b50e6a631 HTTP/1.1" 200 115 0.039456 10.0.0.73 - - [2026-01-15 03:17:45] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.242 - - [2026-01-15 03:17:45] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.228880 10.0.0.242 - - [2026-01-15 03:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.005839 10.0.0.242 - - [2026-01-15 03:17:46] "POST /neutron/network HTTP/1.1" 200 844 0.007314 10.0.0.242 - - [2026-01-15 03:17:46] "POST /neutron/port HTTP/1.1" 200 1058 0.048658 10.0.0.242 - - [2026-01-15 03:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004584 10.0.0.242 - - [2026-01-15 03:17:47] "POST /neutron/network HTTP/1.1" 200 834 0.008481 10.0.0.73 - - [2026-01-15 03:17:50] "GET /obj-perms HTTP/1.1" 200 5075 0.069435 10.0.0.242 - - [2026-01-15 03:17:50] "POST /neutron/port HTTP/1.1" 200 1122 0.018818 10.0.0.242 - - [2026-01-15 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.73 - - [2026-01-15 03:17:51] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.242 - - [2026-01-15 03:17:51] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046094 10.0.0.73 - - [2026-01-15 03:17:51] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.242 - - [2026-01-15 03:17:51] "POST /neutron/network HTTP/1.1" 200 613 0.156608 10.0.0.73 - - [2026-01-15 03:17:51] "POST /ref-update HTTP/1.1" 200 156 0.037968 10.0.0.242 - - [2026-01-15 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.003201 10.0.0.242 - - [2026-01-15 03:17:51] "GET /virtual-network/5ed2ba05-6ebb-42dd-a8ae-db9b34dd4657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.068972 10.0.0.242 - - [2026-01-15 03:17:51] "POST /neutron/network HTTP/1.1" 200 831 0.006885 10.0.0.242 - - [2026-01-15 03:17:51] "GET /virtual-network/5ed2ba05-6ebb-42dd-a8ae-db9b34dd4657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005112 10.0.0.242 - - [2026-01-15 03:17:52] "GET /virtual-network/5ed2ba05-6ebb-42dd-a8ae-db9b34dd4657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004982 10.0.0.33 - - [2026-01-15 03:17:53] "GET /obj-perms HTTP/1.1" 200 5045 0.074283 10.0.0.242 - - [2026-01-15 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.73 - - [2026-01-15 03:17:54] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.242 - - [2026-01-15 03:17:54] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041665 10.0.0.242 - - [2026-01-15 03:17:54] "POST /neutron/network HTTP/1.1" 200 117 0.014824 10.0.0.242 - - [2026-01-15 03:17:54] "POST /neutron/network HTTP/1.1" 200 831 0.008124 10.0.0.242 - - [2026-01-15 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001109 10.0.0.242 - - [2026-01-15 03:17:54] "GET /virtual-network/c7f8b054-a92d-438f-bf5c-d1359ad0b921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005036 10.0.0.242 - - [2026-01-15 03:17:54] "GET /virtual-network/c7f8b054-a92d-438f-bf5c-d1359ad0b921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005602 10.0.0.242 - - [2026-01-15 03:17:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.009445 10.0.0.242 - - [2026-01-15 03:17:55] "GET /virtual-network/c7f8b054-a92d-438f-bf5c-d1359ad0b921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005447 10.0.0.242 - - [2026-01-15 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.73 - - [2026-01-15 03:17:55] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.242 - - [2026-01-15 03:17:55] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051004 10.0.0.73 - - [2026-01-15 03:17:56] "POST /route-targets HTTP/1.1" 200 327 0.016030 10.0.0.73 - - [2026-01-15 03:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005249 10.0.0.242 - - [2026-01-15 03:17:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.188306 10.0.0.242 - - [2026-01-15 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001255 10.0.0.242 - - [2026-01-15 03:17:56] "GET /virtual-network/fada5e5b-59b3-43eb-abff-0a85b986bb9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005006 10.0.0.242 - - [2026-01-15 03:17:56] "GET /virtual-network/fada5e5b-59b3-43eb-abff-0a85b986bb9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005331 10.0.0.242 - - [2026-01-15 03:17:56] "POST /neutron/network HTTP/1.1" 200 835 0.007743 10.0.0.242 - - [2026-01-15 03:17:56] "GET /virtual-network/fada5e5b-59b3-43eb-abff-0a85b986bb9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005091 10.0.0.73 - - [2026-01-15 03:17:56] "DELETE /project/c8352b67e9ac4f709b6c939c520ab778 HTTP/1.1" 404 173 0.002741 10.0.0.73 - - [2026-01-15 03:17:56] "DELETE /project/c84a3087-6943-4bf1-8167-59df8f62b4cc HTTP/1.1" 404 177 0.006322 10.0.0.242 - - [2026-01-15 03:17:57] "GET /obj-perms HTTP/1.1" 200 5045 0.076661 10.0.0.73 - - [2026-01-15 03:17:57] "GET /obj-perms HTTP/1.1" 200 5045 0.070753 10.0.0.242 - - [2026-01-15 03:17:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001216 10.0.0.242 - - [2026-01-15 03:17:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008430 10.0.0.73 - - [2026-01-15 03:17:58] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.242 - - [2026-01-15 03:17:58] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.078537 10.0.0.242 - - [2026-01-15 03:17:58] "POST /neutron/port HTTP/1.1" 200 1122 0.022805 10.0.0.242 - - [2026-01-15 03:17:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001984 10.0.0.242 - - [2026-01-15 03:17:58] "POST /neutron/port HTTP/1.1" 200 1122 0.021336 10.0.0.242 - - [2026-01-15 03:17:59] "POST /neutron/network HTTP/1.1" 200 841 0.006670 10.0.0.242 - - [2026-01-15 03:17:59] "POST /neutron/port HTTP/1.1" 200 1057 0.020229 10.0.0.242 - - [2026-01-15 03:18:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004581 10.0.0.73 - - [2026-01-15 03:18:00] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.242 - - [2026-01-15 03:18:00] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.113984 10.0.0.242 - - [2026-01-15 03:18:00] "POST /neutron/network HTTP/1.1" 200 835 0.008402 10.0.0.242 - - [2026-01-15 03:18:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013014 10.0.0.242 - - [2026-01-15 03:18:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003635 10.0.0.242 - - [2026-01-15 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.73 - - [2026-01-15 03:18:00] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.242 - - [2026-01-15 03:18:00] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007080 10.0.0.242 - - [2026-01-15 03:18:00] "POST /service-templates HTTP/1.1" 200 543 0.063989 10.0.0.242 - - [2026-01-15 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.242 - - [2026-01-15 03:18:01] "GET /service-template/3f087c51-6ca3-48c6-a03b-ff44e74ab6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009411 10.0.0.242 - - [2026-01-15 03:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.242 - - [2026-01-15 03:18:01] "GET /service-template/3f087c51-6ca3-48c6-a03b-ff44e74ab6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004148 10.0.0.242 - - [2026-01-15 03:18:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001201 10.0.0.242 - - [2026-01-15 03:18:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001010 10.0.0.242 - - [2026-01-15 03:18:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001275 10.0.0.73 - - [2026-01-15 03:18:01] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.242 - - [2026-01-15 03:18:01] "POST /neutron/port HTTP/1.1" 200 1059 0.351441 10.0.0.242 - - [2026-01-15 03:18:01] "POST /neutron/port HTTP/1.1" 200 1059 0.016645 10.0.0.242 - - [2026-01-15 03:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.242 - - [2026-01-15 03:18:01] "POST /neutron/port HTTP/1.1" 200 1123 0.020725 10.0.0.242 - - [2026-01-15 03:18:01] "DELETE /service-template/3f087c51-6ca3-48c6-a03b-ff44e74ab6f9 HTTP/1.1" 200 115 0.038826 10.0.0.242 - - [2026-01-15 03:18:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.005068 10.0.0.242 - - [2026-01-15 03:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.242 - - [2026-01-15 03:18:02] "POST /neutron/network HTTP/1.1" 400 204 0.015356 10.0.0.242 - - [2026-01-15 03:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.199955 10.0.0.242 - - [2026-01-15 03:18:04] "POST /neutron/port HTTP/1.1" 200 151 0.176079 10.0.0.73 - - [2026-01-15 03:18:04] "DELETE /route-target/59bba007-8ba4-4ca8-84fa-3787e3e9ff43 HTTP/1.1" 200 115 0.022797 10.0.0.242 - - [2026-01-15 03:18:04] "POST /neutron/network HTTP/1.1" 200 831 0.007046 10.0.0.242 - - [2026-01-15 03:18:05] "POST /neutron/network HTTP/1.1" 200 831 0.006983 10.0.0.73 - - [2026-01-15 03:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.242 - - [2026-01-15 03:18:05] "POST /neutron/network HTTP/1.1" 400 204 0.014546 10.0.0.242 - - [2026-01-15 03:18:06] "POST /neutron/port HTTP/1.1" 200 151 0.181377 10.0.0.73 - - [2026-01-15 03:18:07] "DELETE /route-target/632f4c11-3028-4cc6-8e43-e23e825346ad HTTP/1.1" 200 115 0.023131 10.0.0.242 - - [2026-01-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.73 - - [2026-01-15 03:18:10] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.242 - - [2026-01-15 03:18:10] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.034813 10.0.0.242 - - [2026-01-15 03:18:10] "POST /neutron/network HTTP/1.1" 200 117 0.012734 10.0.0.242 - - [2026-01-15 03:18:11] "POST /neutron/network HTTP/1.1" 200 832 0.008413 10.0.0.242 - - [2026-01-15 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001087 10.0.0.242 - - [2026-01-15 03:18:11] "GET /virtual-network/afae6e4a-ce11-43f0-8a49-4bbb0850e4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004752 10.0.0.242 - - [2026-01-15 03:18:11] "GET /virtual-network/afae6e4a-ce11-43f0-8a49-4bbb0850e4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005888 10.0.0.242 - - [2026-01-15 03:18:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.018809 10.0.0.242 - - [2026-01-15 03:18:11] "GET /virtual-network/afae6e4a-ce11-43f0-8a49-4bbb0850e4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005476 10.0.0.33 - - [2026-01-15 03:18:11] "GET /obj-perms HTTP/1.1" 200 5045 0.004327 10.0.0.242 - - [2026-01-15 03:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.73 - - [2026-01-15 03:18:12] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001693 10.0.0.242 - - [2026-01-15 03:18:12] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050898 10.0.0.73 - - [2026-01-15 03:18:12] "POST /route-targets HTTP/1.1" 200 327 0.020488 10.0.0.73 - - [2026-01-15 03:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007293 10.0.0.242 - - [2026-01-15 03:18:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.239223 10.0.0.242 - - [2026-01-15 03:18:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001171 10.0.0.242 - - [2026-01-15 03:18:12] "GET /virtual-network/d91a7f82-fa53-4d49-9a94-919327911566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005005 10.0.0.242 - - [2026-01-15 03:18:12] "GET /virtual-network/d91a7f82-fa53-4d49-9a94-919327911566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006128 10.0.0.242 - - [2026-01-15 03:18:12] "POST /neutron/network HTTP/1.1" 200 832 0.006312 10.0.0.242 - - [2026-01-15 03:18:13] "GET /virtual-network/d91a7f82-fa53-4d49-9a94-919327911566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006384 10.0.0.242 - - [2026-01-15 03:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.73 - - [2026-01-15 03:18:13] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.242 - - [2026-01-15 03:18:13] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044065 10.0.0.73 - - [2026-01-15 03:18:13] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.242 - - [2026-01-15 03:18:13] "POST /neutron/network HTTP/1.1" 200 615 0.165375 10.0.0.73 - - [2026-01-15 03:18:13] "POST /ref-update HTTP/1.1" 200 156 0.036485 10.0.0.242 - - [2026-01-15 03:18:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.005537 10.0.0.242 - - [2026-01-15 03:18:14] "GET /virtual-network/643c7098-5b54-42e3-a7d3-c170e0dd4da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006149 10.0.0.242 - - [2026-01-15 03:18:14] "POST /neutron/network HTTP/1.1" 200 833 0.007406 10.0.0.242 - - [2026-01-15 03:18:14] "GET /virtual-network/643c7098-5b54-42e3-a7d3-c170e0dd4da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005932 10.0.0.242 - - [2026-01-15 03:18:14] "GET /virtual-network/643c7098-5b54-42e3-a7d3-c170e0dd4da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007223 10.0.0.242 - - [2026-01-15 03:18:14] "GET /obj-perms HTTP/1.1" 200 5045 0.003952 10.0.0.73 - - [2026-01-15 03:18:14] "GET /obj-perms HTTP/1.1" 200 5045 0.005504 10.0.0.242 - - [2026-01-15 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.73 - - [2026-01-15 03:18:14] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.242 - - [2026-01-15 03:18:14] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.075141 10.0.0.242 - - [2026-01-15 03:18:15] "POST /neutron/network HTTP/1.1" 200 117 0.024296 10.0.0.242 - - [2026-01-15 03:18:15] "POST /neutron/network HTTP/1.1" 200 845 0.010632 10.0.0.242 - - [2026-01-15 03:18:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001106 10.0.0.242 - - [2026-01-15 03:18:15] "GET /virtual-network/1f385a0a-5ba0-4b44-a965-6295d9d0c9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005198 10.0.0.242 - - [2026-01-15 03:18:15] "GET /virtual-network/1f385a0a-5ba0-4b44-a965-6295d9d0c9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005062 10.0.0.242 - - [2026-01-15 03:18:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.009702 10.0.0.242 - - [2026-01-15 03:18:15] "GET /virtual-network/1f385a0a-5ba0-4b44-a965-6295d9d0c9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005367 10.0.0.33 - - [2026-01-15 03:18:16] "GET /obj-perms HTTP/1.1" 200 5045 0.003457 10.0.0.242 - - [2026-01-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.73 - - [2026-01-15 03:18:16] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.242 - - [2026-01-15 03:18:16] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060305 10.0.0.73 - - [2026-01-15 03:18:16] "POST /route-targets HTTP/1.1" 200 327 0.012299 10.0.0.73 - - [2026-01-15 03:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.011977 10.0.0.242 - - [2026-01-15 03:18:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.172719 10.0.0.242 - - [2026-01-15 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.001199 10.0.0.242 - - [2026-01-15 03:18:16] "GET /virtual-network/b41cce96-a2dd-41bd-ae74-bf982f642d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005774 10.0.0.242 - - [2026-01-15 03:18:16] "GET /virtual-network/b41cce96-a2dd-41bd-ae74-bf982f642d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005455 10.0.0.242 - - [2026-01-15 03:18:16] "POST /neutron/network HTTP/1.1" 200 845 0.006686 10.0.0.242 - - [2026-01-15 03:18:17] "GET /virtual-network/b41cce96-a2dd-41bd-ae74-bf982f642d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005802 10.0.0.242 - - [2026-01-15 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001257 10.0.0.73 - - [2026-01-15 03:18:18] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.242 - - [2026-01-15 03:18:18] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.079613 10.0.0.242 - - [2026-01-15 03:18:18] "POST /neutron/network HTTP/1.1" 200 832 0.006339 10.0.0.242 - - [2026-01-15 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001643 10.0.0.242 - - [2026-01-15 03:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.005405 10.0.0.73 - - [2026-01-15 03:18:19] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001820 10.0.0.242 - - [2026-01-15 03:18:19] "POST /neutron/port HTTP/1.1" 200 1058 0.321314 10.0.0.242 - - [2026-01-15 03:18:19] "POST /neutron/port HTTP/1.1" 200 1112 0.120805 10.0.0.73 - - [2026-01-15 03:18:19] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001745 10.0.0.242 - - [2026-01-15 03:18:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.016078 10.0.0.242 - - [2026-01-15 03:18:19] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.096562 10.0.0.242 - - [2026-01-15 03:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.009486 10.0.0.242 - - [2026-01-15 03:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.005355 10.0.0.242 - - [2026-01-15 03:18:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.005641 10.0.0.242 - - [2026-01-15 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.73 - - [2026-01-15 03:18:20] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.242 - - [2026-01-15 03:18:20] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006611 10.0.0.242 - - [2026-01-15 03:18:20] "POST /service-templates HTTP/1.1" 200 543 0.026960 10.0.0.242 - - [2026-01-15 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.242 - - [2026-01-15 03:18:20] "GET /service-template/6fad5701-bffc-414d-82d9-6334e3fd4f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006292 10.0.0.242 - - [2026-01-15 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.242 - - [2026-01-15 03:18:20] "GET /service-template/6fad5701-bffc-414d-82d9-6334e3fd4f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004068 10.0.0.242 - - [2026-01-15 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001007 10.0.0.242 - - [2026-01-15 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001156 10.0.0.242 - - [2026-01-15 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001122 10.0.0.242 - - [2026-01-15 03:18:21] "POST /neutron/port HTTP/1.1" 200 1954 0.058549 10.0.0.242 - - [2026-01-15 03:18:21] "POST /neutron/port HTTP/1.1" 200 1057 0.016791 10.0.0.242 - - [2026-01-15 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.242 - - [2026-01-15 03:18:21] "DELETE /service-template/6fad5701-bffc-414d-82d9-6334e3fd4f08 HTTP/1.1" 200 115 0.028505 10.0.0.242 - - [2026-01-15 03:18:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.002659 10.0.0.242 - - [2026-01-15 03:18:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004763 10.0.0.242 - - [2026-01-15 03:18:21] "POST /neutron/network HTTP/1.1" 200 833 0.006214 10.0.0.73 - - [2026-01-15 03:18:21] "DELETE /route-target/a0715733-2b11-42d2-89b3-6fb8f41bf0ea HTTP/1.1" 200 115 0.019143 10.0.0.242 - - [2026-01-15 03:18:22] "POST /neutron/network HTTP/1.1" 200 845 0.007416 10.0.0.242 - - [2026-01-15 03:18:22] "POST /neutron/port HTTP/1.1" 200 1112 0.012413 10.0.0.242 - - [2026-01-15 03:18:22] "POST /neutron/network HTTP/1.1" 400 204 0.016347 10.0.0.242 - - [2026-01-15 03:18:23] "POST /neutron/port HTTP/1.1" 200 151 0.168952 10.0.0.242 - - [2026-01-15 03:18:23] "POST /neutron/network HTTP/1.1" 200 117 0.010087 10.0.0.242 - - [2026-01-15 03:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.006062 10.0.0.242 - - [2026-01-15 03:18:24] "POST /neutron/network HTTP/1.1" 200 833 0.009197 10.0.0.73 - - [2026-01-15 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.73 - - [2026-01-15 03:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003518 10.0.0.73 - - [2026-01-15 03:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.242 - - [2026-01-15 03:18:25] "POST /neutron/network HTTP/1.1" 200 151 0.133705 10.0.0.73 - - [2026-01-15 03:18:25] "DELETE /route-target/b0f91841-20ba-421d-aaf2-cad13d954861 HTTP/1.1" 200 115 0.030218 10.0.0.73 - - [2026-01-15 03:18:27] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001644 10.0.0.242 - - [2026-01-15 03:18:27] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046429 10.0.0.73 - - [2026-01-15 03:18:27] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001452 10.0.0.242 - - [2026-01-15 03:18:27] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?fields=virtual_networks HTTP/1.1" 200 1029 0.048530 10.0.0.73 - - [2026-01-15 03:18:27] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000866 10.0.0.242 - - [2026-01-15 03:18:27] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038206 10.0.0.73 - - [2026-01-15 03:18:27] "GET /projects?obj_uuids=c8352b67-e9ac-4f70-9b6c-939c520ab778&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.242 - - [2026-01-15 03:18:27] "GET /project/c8352b67-e9ac-4f70-9b6c-939c520ab778?fields=security_groups HTTP/1.1" 200 1253 0.049691 10.0.0.242 - - [2026-01-15 03:18:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.043065 10.0.0.73 - - [2026-01-15 03:18:28] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004517 10.0.0.73 - - [2026-01-15 03:18:28] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001537 10.0.0.73 - - [2026-01-15 03:18:28] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009796 10.0.0.73 - - [2026-01-15 03:18:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.001368 10.0.0.73 - - [2026-01-15 03:18:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.008114 10.0.0.73 - - [2026-01-15 03:18:28] "POST /security-groups HTTP/1.1" 200 589 0.033581 10.0.0.73 - - [2026-01-15 03:18:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.005933 10.0.0.73 - - [2026-01-15 03:18:28] "POST /projects HTTP/1.1" 200 581 0.261401 10.0.0.73 - - [2026-01-15 03:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.300121 10.0.0.242 - - [2026-01-15 03:18:29] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.475995 10.0.0.73 - - [2026-01-15 03:18:29] "POST /access-control-lists HTTP/1.1" 200 592 0.062582 10.0.0.242 - - [2026-01-15 03:18:30] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.242 - - [2026-01-15 03:18:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000510 10.0.0.242 - - [2026-01-15 03:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.070889 10.0.0.73 - - [2026-01-15 03:18:32] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.242 - - [2026-01-15 03:18:32] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047722 10.0.0.242 - - [2026-01-15 03:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.047137 10.0.0.242 - - [2026-01-15 03:18:33] "POST /neutron/network HTTP/1.1" 200 832 0.008390 10.0.0.242 - - [2026-01-15 03:18:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001062 10.0.0.242 - - [2026-01-15 03:18:33] "GET /virtual-network/a78566e8-723a-405e-941d-ab9f6f85558f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004729 10.0.0.242 - - [2026-01-15 03:18:33] "GET /virtual-network/a78566e8-723a-405e-941d-ab9f6f85558f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005379 10.0.0.242 - - [2026-01-15 03:18:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.008702 10.0.0.242 - - [2026-01-15 03:18:34] "GET /virtual-network/a78566e8-723a-405e-941d-ab9f6f85558f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005765 10.0.0.242 - - [2026-01-15 03:18:34] "GET /obj-perms HTTP/1.1" 200 5045 0.089522 10.0.0.73 - - [2026-01-15 03:18:35] "GET /obj-perms HTTP/1.1" 200 5045 0.067883 10.0.0.242 - - [2026-01-15 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006598 10.0.0.73 - - [2026-01-15 03:18:35] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.242 - - [2026-01-15 03:18:35] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038035 10.0.0.73 - - [2026-01-15 03:18:36] "POST /route-targets HTTP/1.1" 200 327 0.018525 10.0.0.73 - - [2026-01-15 03:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007772 10.0.0.242 - - [2026-01-15 03:18:36] "POST /neutron/subnet HTTP/1.1" 200 714 0.194340 10.0.0.242 - - [2026-01-15 03:18:36] "POST /id-to-fqname HTTP/1.1" 200 225 0.001174 10.0.0.242 - - [2026-01-15 03:18:36] "GET /virtual-network/703a4b6b-86ef-4bd9-ad5c-821f8aceb94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005327 10.0.0.242 - - [2026-01-15 03:18:36] "GET /virtual-network/703a4b6b-86ef-4bd9-ad5c-821f8aceb94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010492 10.0.0.242 - - [2026-01-15 03:18:36] "POST /neutron/network HTTP/1.1" 200 834 0.008853 10.0.0.242 - - [2026-01-15 03:18:36] "GET /virtual-network/703a4b6b-86ef-4bd9-ad5c-821f8aceb94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005155 10.0.0.33 - - [2026-01-15 03:18:37] "GET /obj-perms HTTP/1.1" 200 5045 0.064883 10.0.0.242 - - [2026-01-15 03:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.73 - - [2026-01-15 03:18:37] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.242 - - [2026-01-15 03:18:37] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046881 10.0.0.73 - - [2026-01-15 03:18:37] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.242 - - [2026-01-15 03:18:37] "POST /neutron/network HTTP/1.1" 200 619 0.116306 10.0.0.73 - - [2026-01-15 03:18:37] "POST /ref-update HTTP/1.1" 200 156 0.024720 10.0.0.242 - - [2026-01-15 03:18:37] "POST /id-to-fqname HTTP/1.1" 200 226 0.003490 10.0.0.242 - - [2026-01-15 03:18:37] "GET /virtual-network/f73cae31-d39e-414b-83b5-a99440755b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005258 10.0.0.242 - - [2026-01-15 03:18:38] "POST /neutron/network HTTP/1.1" 200 838 0.006221 10.0.0.242 - - [2026-01-15 03:18:38] "GET /virtual-network/f73cae31-d39e-414b-83b5-a99440755b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004687 10.0.0.242 - - [2026-01-15 03:18:38] "GET /virtual-network/f73cae31-d39e-414b-83b5-a99440755b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005573 10.0.0.242 - - [2026-01-15 03:18:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001214 10.0.0.242 - - [2026-01-15 03:18:39] "POST /neutron/network HTTP/1.1" 200 844 0.006379 10.0.0.73 - - [2026-01-15 03:18:39] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.242 - - [2026-01-15 03:18:39] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.096118 10.0.0.242 - - [2026-01-15 03:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.007155 10.0.0.242 - - [2026-01-15 03:18:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001195 10.0.0.242 - - [2026-01-15 03:18:40] "POST /neutron/network HTTP/1.1" 200 844 0.006644 10.0.0.242 - - [2026-01-15 03:18:41] "POST /neutron/port HTTP/1.1" 200 1056 0.017304 10.0.0.73 - - [2026-01-15 03:18:41] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001495 10.0.0.242 - - [2026-01-15 03:18:41] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066606 10.0.0.242 - - [2026-01-15 03:18:41] "POST /neutron/network HTTP/1.1" 200 838 0.006253 10.0.0.242 - - [2026-01-15 03:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.242 - - [2026-01-15 03:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008096 10.0.0.242 - - [2026-01-15 03:18:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.005010 10.0.0.242 - - [2026-01-15 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.73 - - [2026-01-15 03:18:42] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.242 - - [2026-01-15 03:18:42] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008639 10.0.0.242 - - [2026-01-15 03:18:42] "POST /service-templates HTTP/1.1" 200 543 0.067895 10.0.0.242 - - [2026-01-15 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.242 - - [2026-01-15 03:18:42] "GET /service-template/22ce63ca-409a-4dc4-9e5c-b65ed9a5328c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007389 10.0.0.242 - - [2026-01-15 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.242 - - [2026-01-15 03:18:42] "GET /service-template/22ce63ca-409a-4dc4-9e5c-b65ed9a5328c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008636 10.0.0.242 - - [2026-01-15 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001210 10.0.0.242 - - [2026-01-15 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.000945 10.0.0.73 - - [2026-01-15 03:18:42] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.242 - - [2026-01-15 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 226 0.002179 10.0.0.242 - - [2026-01-15 03:18:42] "POST /neutron/port HTTP/1.1" 200 1058 0.288689 10.0.0.242 - - [2026-01-15 03:18:42] "POST /neutron/port HTTP/1.1" 200 1058 0.014240 10.0.0.242 - - [2026-01-15 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.242 - - [2026-01-15 03:18:42] "DELETE /service-template/22ce63ca-409a-4dc4-9e5c-b65ed9a5328c HTTP/1.1" 200 115 0.034317 10.0.0.242 - - [2026-01-15 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.005714 10.0.0.242 - - [2026-01-15 03:18:42] "POST /neutron/port HTTP/1.1" 200 1122 0.019545 10.0.0.242 - - [2026-01-15 03:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.242 - - [2026-01-15 03:18:43] "POST /neutron/network HTTP/1.1" 400 204 0.016979 10.0.0.242 - - [2026-01-15 03:18:43] "POST /neutron/port HTTP/1.1" 200 151 0.205063 10.0.0.242 - - [2026-01-15 03:18:44] "POST /neutron/port HTTP/1.1" 200 151 0.155539 10.0.0.242 - - [2026-01-15 03:18:45] "POST /neutron/network HTTP/1.1" 200 117 0.011100 10.0.0.242 - - [2026-01-15 03:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.006143 10.0.0.73 - - [2026-01-15 03:18:45] "DELETE /access-control-list/f68cacf7-c1c3-4dcc-a771-486713c065b6 HTTP/1.1" 200 115 0.058384 10.0.0.73 - - [2026-01-15 03:18:46] "DELETE /route-target/9858a30f-8ffc-407a-854e-0b37152f47e5 HTTP/1.1" 200 115 0.023248 10.0.0.242 - - [2026-01-15 03:18:46] "POST /neutron/network HTTP/1.1" 200 832 0.006756 10.0.0.33 - - [2026-01-15 03:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.33 - - [2026-01-15 03:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.73 - - [2026-01-15 03:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.73 - - [2026-01-15 03:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.242 - - [2026-01-15 03:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.73 - - [2026-01-15 03:18:49] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.242 - - [2026-01-15 03:18:49] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051192 10.0.0.73 - - [2026-01-15 03:18:49] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002285 10.0.0.242 - - [2026-01-15 03:18:49] "POST /neutron/network HTTP/1.1" 200 613 0.150659 10.0.0.73 - - [2026-01-15 03:18:49] "POST /route-targets HTTP/1.1" 200 327 0.016761 10.0.0.33 - - [2026-01-15 03:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.33 - - [2026-01-15 03:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.242 - - [2026-01-15 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.002772 10.0.0.242 - - [2026-01-15 03:18:49] "GET /virtual-network/9d841c9b-6bac-4469-a580-6f7c1c278db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006813 10.0.0.242 - - [2026-01-15 03:18:50] "POST /neutron/network HTTP/1.1" 200 833 0.005547 10.0.0.242 - - [2026-01-15 03:18:50] "GET /virtual-network/9d841c9b-6bac-4469-a580-6f7c1c278db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005065 10.0.0.242 - - [2026-01-15 03:18:50] "GET /virtual-network/9d841c9b-6bac-4469-a580-6f7c1c278db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006511 10.0.0.73 - - [2026-01-15 03:18:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.73 - - [2026-01-15 03:18:50] "GET /obj-perms HTTP/1.1" 200 5045 0.003773 10.0.0.242 - - [2026-01-15 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.73 - - [2026-01-15 03:18:50] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.73 - - [2026-01-15 03:18:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000286 10.0.0.242 - - [2026-01-15 03:18:50] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053279 10.0.0.242 - - [2026-01-15 03:18:50] "GET /obj-perms HTTP/1.1" 200 5075 0.191034 10.0.0.242 - - [2026-01-15 03:18:50] "POST /neutron/network HTTP/1.1" 200 117 0.014609 10.0.0.73 - - [2026-01-15 03:18:51] "POST /ref-update HTTP/1.1" 200 156 0.022620 10.0.0.242 - - [2026-01-15 03:18:51] "POST /neutron/network HTTP/1.1" 200 833 0.010286 10.0.0.242 - - [2026-01-15 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.000970 10.0.0.242 - - [2026-01-15 03:18:51] "GET /virtual-network/5e101987-8386-4fd5-bb6b-37019742227f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004739 10.0.0.242 - - [2026-01-15 03:18:51] "GET /virtual-network/5e101987-8386-4fd5-bb6b-37019742227f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006896 10.0.0.33 - - [2026-01-15 03:18:51] "GET /obj-perms HTTP/1.1" 200 5075 0.080081 10.0.0.242 - - [2026-01-15 03:18:51] "POST /neutron/subnet HTTP/1.1" 200 730 0.009011 10.0.0.242 - - [2026-01-15 03:18:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.242 - - [2026-01-15 03:18:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.242 - - [2026-01-15 03:18:51] "GET /virtual-network/5e101987-8386-4fd5-bb6b-37019742227f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004708 10.0.0.242 - - [2026-01-15 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.73 - - [2026-01-15 03:18:51] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.242 - - [2026-01-15 03:18:52] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058086 10.0.0.73 - - [2026-01-15 03:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006189 10.0.0.242 - - [2026-01-15 03:18:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.213643 10.0.0.242 - - [2026-01-15 03:18:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001722 10.0.0.242 - - [2026-01-15 03:18:52] "GET /virtual-network/96f27626-0006-4f09-bddd-6749ba9cac67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006661 10.0.0.242 - - [2026-01-15 03:18:52] "GET /virtual-network/96f27626-0006-4f09-bddd-6749ba9cac67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005183 10.0.0.242 - - [2026-01-15 03:18:52] "POST /neutron/network HTTP/1.1" 200 834 0.006015 10.0.0.242 - - [2026-01-15 03:18:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2026-01-15 03:18:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.242 - - [2026-01-15 03:18:52] "GET /virtual-network/96f27626-0006-4f09-bddd-6749ba9cac67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006436 10.0.0.242 - - [2026-01-15 03:18:53] "GET /obj-perms HTTP/1.1" 200 5045 0.004560 10.0.0.242 - - [2026-01-15 03:18:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001252 10.0.0.73 - - [2026-01-15 03:18:54] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.242 - - [2026-01-15 03:18:54] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.079672 10.0.0.242 - - [2026-01-15 03:18:54] "POST /neutron/network HTTP/1.1" 200 833 0.039801 10.0.0.242 - - [2026-01-15 03:18:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.242 - - [2026-01-15 03:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.006685 10.0.0.73 - - [2026-01-15 03:18:55] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.242 - - [2026-01-15 03:18:55] "POST /neutron/port HTTP/1.1" 200 1059 0.328191 10.0.0.242 - - [2026-01-15 03:18:55] "POST /neutron/port HTTP/1.1" 200 1113 0.114440 10.0.0.242 - - [2026-01-15 03:18:55] "POST /neutron/subnet HTTP/1.1" 200 704 0.010495 10.0.0.73 - - [2026-01-15 03:18:55] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.242 - - [2026-01-15 03:18:55] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.111319 10.0.0.242 - - [2026-01-15 03:18:55] "POST /neutron/network HTTP/1.1" 200 834 0.006464 10.0.0.242 - - [2026-01-15 03:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.005885 10.0.0.242 - - [2026-01-15 03:18:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.002708 10.0.0.242 - - [2026-01-15 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.73 - - [2026-01-15 03:18:56] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.242 - - [2026-01-15 03:18:56] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007258 10.0.0.242 - - [2026-01-15 03:18:56] "POST /service-templates HTTP/1.1" 200 543 0.034372 10.0.0.242 - - [2026-01-15 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.242 - - [2026-01-15 03:18:56] "GET /service-template/932ce937-fdc8-4bee-8c6e-2dbb10ec2472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006000 10.0.0.242 - - [2026-01-15 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.242 - - [2026-01-15 03:18:56] "GET /service-template/932ce937-fdc8-4bee-8c6e-2dbb10ec2472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003600 10.0.0.242 - - [2026-01-15 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001071 10.0.0.242 - - [2026-01-15 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001218 10.0.0.242 - - [2026-01-15 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.002648 10.0.0.242 - - [2026-01-15 03:18:56] "POST /neutron/port HTTP/1.1" 200 2039 0.058859 10.0.0.73 - - [2026-01-15 03:18:57] "DELETE /project/89ad525b61d64f5ca6ad8e8d2231e81a HTTP/1.1" 404 173 0.091155 10.0.0.242 - - [2026-01-15 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.242 - - [2026-01-15 03:18:57] "POST /neutron/port HTTP/1.1" 200 1058 0.014049 10.0.0.73 - - [2026-01-15 03:18:57] "DELETE /project/c8352b67-e9ac-4f70-9b6c-939c520ab778 HTTP/1.1" 404 177 0.125245 10.0.0.242 - - [2026-01-15 03:18:57] "DELETE /service-template/932ce937-fdc8-4bee-8c6e-2dbb10ec2472 HTTP/1.1" 200 115 0.031869 10.0.0.242 - - [2026-01-15 03:18:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002928 10.0.0.242 - - [2026-01-15 03:18:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003557 10.0.0.242 - - [2026-01-15 03:18:57] "POST /neutron/network HTTP/1.1" 200 834 0.008001 10.0.0.242 - - [2026-01-15 03:18:57] "POST /neutron/port HTTP/1.1" 200 1123 0.019784 10.0.0.242 - - [2026-01-15 03:18:58] "POST /neutron/port HTTP/1.1" 200 1122 0.024222 10.0.0.242 - - [2026-01-15 03:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.242 - - [2026-01-15 03:18:59] "POST /neutron/network HTTP/1.1" 200 834 0.006583 10.0.0.73 - - [2026-01-15 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.242 - - [2026-01-15 03:18:59] "POST /neutron/network HTTP/1.1" 200 833 0.006600 10.0.0.73 - - [2026-01-15 03:19:00] "DELETE /route-target/5f4e42ee-4248-487f-8699-b7e85f96539e HTTP/1.1" 200 115 0.028101 10.0.0.73 - - [2026-01-15 03:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003245 10.0.0.73 - - [2026-01-15 03:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003625 10.0.0.242 - - [2026-01-15 03:19:00] "POST /neutron/network HTTP/1.1" 200 151 0.124150 10.0.0.73 - - [2026-01-15 03:19:02] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.242 - - [2026-01-15 03:19:02] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.079133 10.0.0.73 - - [2026-01-15 03:19:02] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.242 - - [2026-01-15 03:19:02] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?fields=virtual_networks HTTP/1.1" 200 1028 0.049759 10.0.0.73 - - [2026-01-15 03:19:02] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.242 - - [2026-01-15 03:19:02] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.041432 10.0.0.73 - - [2026-01-15 03:19:02] "GET /projects?obj_uuids=89ad525b-61d6-4f5c-a6ad-8e8d2231e81a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.242 - - [2026-01-15 03:19:02] "GET /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a?fields=security_groups HTTP/1.1" 200 1252 0.061848 10.0.0.242 - - [2026-01-15 03:19:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.050961 10.0.0.73 - - [2026-01-15 03:19:03] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003412 10.0.0.73 - - [2026-01-15 03:19:03] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.73 - - [2026-01-15 03:19:03] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007158 10.0.0.73 - - [2026-01-15 03:19:04] "POST /id-to-fqname HTTP/1.1" 200 186 0.007204 10.0.0.73 - - [2026-01-15 03:19:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.007412 10.0.0.73 - - [2026-01-15 03:19:04] "POST /security-groups HTTP/1.1" 200 587 0.085382 10.0.0.73 - - [2026-01-15 03:19:04] "POST /fqname-to-id HTTP/1.1" 404 230 0.004486 10.0.0.73 - - [2026-01-15 03:19:04] "POST /projects HTTP/1.1" 200 577 0.343677 10.0.0.73 - - [2026-01-15 03:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.382823 10.0.0.242 - - [2026-01-15 03:19:04] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.577005 10.0.0.73 - - [2026-01-15 03:19:04] "POST /access-control-lists HTTP/1.1" 200 590 0.052777 10.0.0.242 - - [2026-01-15 03:19:05] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.242 - - [2026-01-15 03:19:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.242 - - [2026-01-15 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.066002 10.0.0.73 - - [2026-01-15 03:19:08] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001258 10.0.0.242 - - [2026-01-15 03:19:08] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.079326 10.0.0.73 - - [2026-01-15 03:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009718 10.0.0.242 - - [2026-01-15 03:19:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.246784 10.0.0.242 - - [2026-01-15 03:19:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001164 10.0.0.242 - - [2026-01-15 03:19:08] "GET /virtual-network/eaa20e98-346e-4a49-aca3-8d6ed4a73ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005566 10.0.0.242 - - [2026-01-15 03:19:08] "GET /virtual-network/eaa20e98-346e-4a49-aca3-8d6ed4a73ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006054 10.0.0.242 - - [2026-01-15 03:19:08] "POST /neutron/network HTTP/1.1" 200 830 0.006944 10.0.0.242 - - [2026-01-15 03:19:09] "GET /virtual-network/eaa20e98-346e-4a49-aca3-8d6ed4a73ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005541 10.0.0.33 - - [2026-01-15 03:19:10] "GET /obj-perms HTTP/1.1" 200 5041 0.079684 10.0.0.73 - - [2026-01-15 03:19:11] "GET /obj-perms HTTP/1.1" 200 5041 0.089958 10.0.0.242 - - [2026-01-15 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.73 - - [2026-01-15 03:19:11] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001308 10.0.0.242 - - [2026-01-15 03:19:11] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040423 10.0.0.73 - - [2026-01-15 03:19:11] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001120 10.0.0.242 - - [2026-01-15 03:19:11] "POST /neutron/network HTTP/1.1" 200 611 0.127987 10.0.0.73 - - [2026-01-15 03:19:11] "POST /route-targets HTTP/1.1" 200 327 0.020701 10.0.0.242 - - [2026-01-15 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.006161 10.0.0.242 - - [2026-01-15 03:19:12] "GET /virtual-network/f8f7c582-c5a2-43ea-afb5-ab87d209196b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005204 10.0.0.242 - - [2026-01-15 03:19:12] "POST /neutron/network HTTP/1.1" 200 831 0.006819 10.0.0.242 - - [2026-01-15 03:19:12] "GET /virtual-network/f8f7c582-c5a2-43ea-afb5-ab87d209196b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005046 10.0.0.242 - - [2026-01-15 03:19:12] "GET /virtual-network/f8f7c582-c5a2-43ea-afb5-ab87d209196b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005017 10.0.0.242 - - [2026-01-15 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.73 - - [2026-01-15 03:19:13] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000872 10.0.0.242 - - [2026-01-15 03:19:13] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037182 10.0.0.242 - - [2026-01-15 03:19:13] "POST /neutron/network HTTP/1.1" 200 117 0.014795 10.0.0.73 - - [2026-01-15 03:19:13] "POST /ref-update HTTP/1.1" 200 156 0.025618 10.0.0.242 - - [2026-01-15 03:19:13] "POST /neutron/network HTTP/1.1" 200 831 0.020115 10.0.0.242 - - [2026-01-15 03:19:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001138 10.0.0.242 - - [2026-01-15 03:19:13] "GET /virtual-network/7390baf3-f528-4c8d-9186-3b4002e2d0d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005229 10.0.0.242 - - [2026-01-15 03:19:13] "GET /virtual-network/7390baf3-f528-4c8d-9186-3b4002e2d0d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004973 10.0.0.242 - - [2026-01-15 03:19:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.008825 10.0.0.242 - - [2026-01-15 03:19:14] "GET /virtual-network/7390baf3-f528-4c8d-9186-3b4002e2d0d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004880 10.0.0.242 - - [2026-01-15 03:19:14] "GET /obj-perms HTTP/1.1" 200 5041 0.103976 10.0.0.242 - - [2026-01-15 03:19:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001245 10.0.0.73 - - [2026-01-15 03:19:16] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000915 10.0.0.242 - - [2026-01-15 03:19:16] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.085945 10.0.0.242 - - [2026-01-15 03:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.006630 10.0.0.242 - - [2026-01-15 03:19:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001300 10.0.0.242 - - [2026-01-15 03:19:17] "POST /neutron/network HTTP/1.1" 200 841 0.009591 10.0.0.242 - - [2026-01-15 03:19:17] "POST /neutron/port HTTP/1.1" 200 1057 0.018005 10.0.0.242 - - [2026-01-15 03:19:18] "POST /neutron/port HTTP/1.1" 200 1121 0.019933 10.0.0.242 - - [2026-01-15 03:19:18] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.73 - - [2026-01-15 03:19:18] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.242 - - [2026-01-15 03:19:18] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.082906 10.0.0.242 - - [2026-01-15 03:19:18] "POST /neutron/port HTTP/1.1" 200 1121 0.022041 10.0.0.242 - - [2026-01-15 03:19:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.004334 10.0.0.242 - - [2026-01-15 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.73 - - [2026-01-15 03:19:18] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.242 - - [2026-01-15 03:19:18] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007287 10.0.0.242 - - [2026-01-15 03:19:18] "POST /service-templates HTTP/1.1" 200 543 0.026442 10.0.0.242 - - [2026-01-15 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.242 - - [2026-01-15 03:19:18] "GET /service-template/965fac5b-81e4-4fb2-9f3f-fa22e7bfbeaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007892 10.0.0.242 - - [2026-01-15 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.242 - - [2026-01-15 03:19:18] "GET /service-template/965fac5b-81e4-4fb2-9f3f-fa22e7bfbeaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005250 10.0.0.242 - - [2026-01-15 03:19:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001582 10.0.0.242 - - [2026-01-15 03:19:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001785 10.0.0.242 - - [2026-01-15 03:19:18] "POST /neutron/network HTTP/1.1" 200 841 0.007771 10.0.0.242 - - [2026-01-15 03:19:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001258 10.0.0.242 - - [2026-01-15 03:19:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006310 10.0.0.242 - - [2026-01-15 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.242 - - [2026-01-15 03:19:19] "DELETE /service-template/965fac5b-81e4-4fb2-9f3f-fa22e7bfbeaf HTTP/1.1" 200 115 0.032932 10.0.0.242 - - [2026-01-15 03:19:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.002944 10.0.0.242 - - [2026-01-15 03:19:19] "POST /neutron/port HTTP/1.1" 200 1109 0.110853 10.0.0.242 - - [2026-01-15 03:19:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.008970 10.0.0.242 - - [2026-01-15 03:19:19] "POST /neutron/network HTTP/1.1" 200 831 0.006739 10.0.0.242 - - [2026-01-15 03:19:20] "POST /neutron/port HTTP/1.1" 200 1111 0.012476 10.0.0.242 - - [2026-01-15 03:19:21] "POST /neutron/port HTTP/1.1" 200 1109 0.016057 10.0.0.242 - - [2026-01-15 03:19:21] "POST /neutron/network HTTP/1.1" 200 117 0.009000 10.0.0.73 - - [2026-01-15 03:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.73 - - [2026-01-15 03:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002440 10.0.0.242 - - [2026-01-15 03:19:22] "POST /neutron/network HTTP/1.1" 200 151 0.127389 10.0.0.73 - - [2026-01-15 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009170 10.0.0.242 - - [2026-01-15 03:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.008818 10.0.0.73 - - [2026-01-15 03:19:22] "DELETE /route-target/7e3bcc35-6fb2-4751-835c-e140f9611e44 HTTP/1.1" 200 115 0.033952 10.0.0.242 - - [2026-01-15 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.73 - - [2026-01-15 03:19:25] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000891 10.0.0.242 - - [2026-01-15 03:19:25] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038532 10.0.0.242 - - [2026-01-15 03:19:25] "POST /neutron/network HTTP/1.1" 200 117 0.012231 10.0.0.242 - - [2026-01-15 03:19:26] "POST /neutron/network HTTP/1.1" 200 829 0.008375 10.0.0.242 - - [2026-01-15 03:19:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.000997 10.0.0.242 - - [2026-01-15 03:19:26] "GET /virtual-network/23386f6f-55e6-4b99-bf27-5033325e0da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004345 10.0.0.242 - - [2026-01-15 03:19:26] "GET /virtual-network/23386f6f-55e6-4b99-bf27-5033325e0da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005686 10.0.0.242 - - [2026-01-15 03:19:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.008866 10.0.0.242 - - [2026-01-15 03:19:26] "GET /virtual-network/23386f6f-55e6-4b99-bf27-5033325e0da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.013284 10.0.0.33 - - [2026-01-15 03:19:26] "GET /obj-perms HTTP/1.1" 200 5041 0.009336 10.0.0.73 - - [2026-01-15 03:19:26] "GET /obj-perms HTTP/1.1" 200 5041 0.003170 10.0.0.242 - - [2026-01-15 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.73 - - [2026-01-15 03:19:26] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.242 - - [2026-01-15 03:19:26] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.033560 10.0.0.73 - - [2026-01-15 03:19:27] "POST /route-targets HTTP/1.1" 200 327 0.016650 10.0.0.73 - - [2026-01-15 03:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.016145 10.0.0.242 - - [2026-01-15 03:19:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.183808 10.0.0.242 - - [2026-01-15 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001647 10.0.0.242 - - [2026-01-15 03:19:27] "GET /virtual-network/8555c91f-adae-464d-bcc2-e798101f4f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007589 10.0.0.242 - - [2026-01-15 03:19:27] "GET /virtual-network/8555c91f-adae-464d-bcc2-e798101f4f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006109 10.0.0.242 - - [2026-01-15 03:19:27] "POST /neutron/network HTTP/1.1" 200 829 0.007361 10.0.0.242 - - [2026-01-15 03:19:27] "GET /virtual-network/8555c91f-adae-464d-bcc2-e798101f4f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005532 10.0.0.242 - - [2026-01-15 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.73 - - [2026-01-15 03:19:28] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000850 10.0.0.242 - - [2026-01-15 03:19:28] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049060 10.0.0.73 - - [2026-01-15 03:19:28] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001256 10.0.0.242 - - [2026-01-15 03:19:28] "POST /neutron/network HTTP/1.1" 200 613 0.108898 10.0.0.73 - - [2026-01-15 03:19:28] "POST /ref-update HTTP/1.1" 200 156 0.024220 10.0.0.242 - - [2026-01-15 03:19:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.002840 10.0.0.242 - - [2026-01-15 03:19:28] "GET /virtual-network/d186850d-ab51-43ad-a12f-d527430d3b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006905 10.0.0.242 - - [2026-01-15 03:19:28] "POST /neutron/network HTTP/1.1" 200 830 0.005899 10.0.0.242 - - [2026-01-15 03:19:28] "GET /virtual-network/d186850d-ab51-43ad-a12f-d527430d3b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005513 10.0.0.242 - - [2026-01-15 03:19:29] "GET /virtual-network/d186850d-ab51-43ad-a12f-d527430d3b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005675 10.0.0.242 - - [2026-01-15 03:19:29] "GET /obj-perms HTTP/1.1" 200 5041 0.004033 10.0.0.242 - - [2026-01-15 03:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.73 - - [2026-01-15 03:19:29] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001308 10.0.0.242 - - [2026-01-15 03:19:29] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043543 10.0.0.242 - - [2026-01-15 03:19:29] "POST /neutron/network HTTP/1.1" 200 117 0.014714 10.0.0.242 - - [2026-01-15 03:19:29] "POST /neutron/network HTTP/1.1" 200 841 0.007890 10.0.0.242 - - [2026-01-15 03:19:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.000934 10.0.0.242 - - [2026-01-15 03:19:29] "GET /virtual-network/83ecd310-7fd5-4468-a47c-1c54d89ecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004550 10.0.0.242 - - [2026-01-15 03:19:29] "GET /virtual-network/83ecd310-7fd5-4468-a47c-1c54d89ecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004912 10.0.0.242 - - [2026-01-15 03:19:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.008610 10.0.0.242 - - [2026-01-15 03:19:30] "GET /virtual-network/83ecd310-7fd5-4468-a47c-1c54d89ecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005180 10.0.0.33 - - [2026-01-15 03:19:30] "GET /obj-perms HTTP/1.1" 200 5041 0.003451 10.0.0.73 - - [2026-01-15 03:19:30] "GET /obj-perms HTTP/1.1" 200 5041 0.003062 10.0.0.242 - - [2026-01-15 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-01-15 03:19:30] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.242 - - [2026-01-15 03:19:30] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037290 10.0.0.73 - - [2026-01-15 03:19:30] "POST /route-targets HTTP/1.1" 200 327 0.014457 10.0.0.73 - - [2026-01-15 03:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007861 10.0.0.242 - - [2026-01-15 03:19:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.226851 10.0.0.242 - - [2026-01-15 03:19:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001211 10.0.0.242 - - [2026-01-15 03:19:31] "GET /virtual-network/a55174e4-7f3b-4398-ae60-5a98a005e90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006502 10.0.0.242 - - [2026-01-15 03:19:31] "GET /virtual-network/a55174e4-7f3b-4398-ae60-5a98a005e90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005038 10.0.0.242 - - [2026-01-15 03:19:31] "POST /neutron/network HTTP/1.1" 200 844 0.007315 10.0.0.242 - - [2026-01-15 03:19:31] "GET /virtual-network/a55174e4-7f3b-4398-ae60-5a98a005e90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008173 10.0.0.242 - - [2026-01-15 03:19:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001288 10.0.0.73 - - [2026-01-15 03:19:32] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000896 10.0.0.242 - - [2026-01-15 03:19:32] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.071175 10.0.0.242 - - [2026-01-15 03:19:32] "POST /neutron/network HTTP/1.1" 200 829 0.009756 10.0.0.242 - - [2026-01-15 03:19:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001183 10.0.0.242 - - [2026-01-15 03:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.005994 10.0.0.73 - - [2026-01-15 03:19:33] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000939 10.0.0.242 - - [2026-01-15 03:19:33] "POST /neutron/port HTTP/1.1" 200 1055 0.296346 10.0.0.242 - - [2026-01-15 03:19:34] "POST /neutron/port HTTP/1.1" 200 1109 0.105846 10.0.0.242 - - [2026-01-15 03:19:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.008146 10.0.0.73 - - [2026-01-15 03:19:34] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.242 - - [2026-01-15 03:19:34] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.087264 10.0.0.242 - - [2026-01-15 03:19:34] "POST /neutron/network HTTP/1.1" 200 830 0.006599 10.0.0.242 - - [2026-01-15 03:19:34] "POST /neutron/port HTTP/1.1" 200 117 0.006669 10.0.0.242 - - [2026-01-15 03:19:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003213 10.0.0.242 - - [2026-01-15 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.73 - - [2026-01-15 03:19:34] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.242 - - [2026-01-15 03:19:34] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009833 10.0.0.242 - - [2026-01-15 03:19:34] "POST /service-templates HTTP/1.1" 200 543 0.026037 10.0.0.242 - - [2026-01-15 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.242 - - [2026-01-15 03:19:34] "GET /service-template/815f0c8e-e11f-4504-a4fa-e86574e2f111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005325 10.0.0.242 - - [2026-01-15 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.242 - - [2026-01-15 03:19:34] "GET /service-template/815f0c8e-e11f-4504-a4fa-e86574e2f111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003800 10.0.0.242 - - [2026-01-15 03:19:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001095 10.0.0.242 - - [2026-01-15 03:19:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001167 10.0.0.242 - - [2026-01-15 03:19:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001552 10.0.0.242 - - [2026-01-15 03:19:35] "POST /neutron/port HTTP/1.1" 200 2031 0.037158 10.0.0.242 - - [2026-01-15 03:19:35] "POST /neutron/port HTTP/1.1" 200 1054 0.014100 10.0.0.242 - - [2026-01-15 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.242 - - [2026-01-15 03:19:35] "DELETE /service-template/815f0c8e-e11f-4504-a4fa-e86574e2f111 HTTP/1.1" 200 115 0.046070 10.0.0.242 - - [2026-01-15 03:19:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.002500 10.0.0.242 - - [2026-01-15 03:19:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.73 - - [2026-01-15 03:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002783 10.0.0.73 - - [2026-01-15 03:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.242 - - [2026-01-15 03:19:35] "POST /neutron/network HTTP/1.1" 200 151 0.109240 10.0.0.73 - - [2026-01-15 03:19:36] "DELETE /route-target/edd5d056-dadc-42ec-8657-0561bb31235d HTTP/1.1" 200 115 0.026204 10.0.0.242 - - [2026-01-15 03:19:36] "POST /neutron/network HTTP/1.1" 200 841 0.006830 10.0.0.242 - - [2026-01-15 03:19:36] "POST /neutron/port HTTP/1.1" 200 1109 0.012559 10.0.0.242 - - [2026-01-15 03:19:36] "POST /neutron/network HTTP/1.1" 400 204 0.026160 10.0.0.242 - - [2026-01-15 03:19:37] "POST /neutron/port HTTP/1.1" 200 151 0.189817 10.0.0.242 - - [2026-01-15 03:19:38] "POST /neutron/network HTTP/1.1" 200 117 0.009099 10.0.0.73 - - [2026-01-15 03:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005010 10.0.0.73 - - [2026-01-15 03:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.73 - - [2026-01-15 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010536 10.0.0.242 - - [2026-01-15 03:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.119953 10.0.0.73 - - [2026-01-15 03:19:39] "DELETE /route-target/e21f783f-fc48-4b66-b229-f1eced04985c HTTP/1.1" 200 115 0.026736 10.0.0.242 - - [2026-01-15 03:19:39] "POST /neutron/network HTTP/1.1" 200 829 0.006996 10.0.0.73 - - [2026-01-15 03:19:41] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.242 - - [2026-01-15 03:19:41] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040070 10.0.0.73 - - [2026-01-15 03:19:41] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.242 - - [2026-01-15 03:19:41] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?fields=virtual_networks HTTP/1.1" 200 1023 0.039626 10.0.0.73 - - [2026-01-15 03:19:41] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.242 - - [2026-01-15 03:19:41] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.040357 10.0.0.73 - - [2026-01-15 03:19:41] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.242 - - [2026-01-15 03:19:41] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?fields=security_groups HTTP/1.1" 200 1245 0.046116 10.0.0.242 - - [2026-01-15 03:19:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.031035 10.0.0.73 - - [2026-01-15 03:19:42] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006393 10.0.0.73 - - [2026-01-15 03:19:42] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.73 - - [2026-01-15 03:19:42] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006389 10.0.0.73 - - [2026-01-15 03:19:42] "POST /id-to-fqname HTTP/1.1" 200 192 0.001482 10.0.0.73 - - [2026-01-15 03:19:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.009463 10.0.0.73 - - [2026-01-15 03:19:42] "POST /security-groups HTTP/1.1" 200 593 0.034788 10.0.0.73 - - [2026-01-15 03:19:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.002833 10.0.0.73 - - [2026-01-15 03:19:42] "POST /projects HTTP/1.1" 200 589 0.250934 10.0.0.73 - - [2026-01-15 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.326098 10.0.0.73 - - [2026-01-15 03:19:42] "POST /access-control-lists HTTP/1.1" 200 596 0.027269 10.0.0.242 - - [2026-01-15 03:19:43] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.489003 10.0.0.242 - - [2026-01-15 03:19:44] "GET / HTTP/1.1" 200 35931 0.001746 10.0.0.242 - - [2026-01-15 03:19:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000612 10.0.0.242 - - [2026-01-15 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.037420 10.0.0.73 - - [2026-01-15 03:19:46] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001365 10.0.0.242 - - [2026-01-15 03:19:46] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039920 10.0.0.73 - - [2026-01-15 03:19:46] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001638 10.0.0.242 - - [2026-01-15 03:19:47] "POST /neutron/network HTTP/1.1" 200 611 0.173623 10.0.0.242 - - [2026-01-15 03:19:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.003007 10.0.0.242 - - [2026-01-15 03:19:47] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005259 10.0.0.242 - - [2026-01-15 03:19:47] "POST /neutron/network HTTP/1.1" 200 828 0.006590 10.0.0.242 - - [2026-01-15 03:19:47] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004800 10.0.0.73 - - [2026-01-15 03:19:47] "POST /route-targets HTTP/1.1" 200 327 0.012176 10.0.0.242 - - [2026-01-15 03:19:48] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005697 10.0.0.242 - - [2026-01-15 03:19:48] "GET /obj-perms HTTP/1.1" 200 5053 0.072825 10.0.0.242 - - [2026-01-15 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.73 - - [2026-01-15 03:19:49] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.242 - - [2026-01-15 03:19:49] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.056732 10.0.0.242 - - [2026-01-15 03:19:49] "POST /neutron/network HTTP/1.1" 200 117 0.017437 10.0.0.73 - - [2026-01-15 03:19:50] "POST /ref-update HTTP/1.1" 200 156 0.025140 10.0.0.242 - - [2026-01-15 03:19:50] "POST /neutron/network HTTP/1.1" 200 834 0.011390 10.0.0.242 - - [2026-01-15 03:19:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.000984 10.0.0.242 - - [2026-01-15 03:19:50] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004870 10.0.0.242 - - [2026-01-15 03:19:50] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007037 10.0.0.242 - - [2026-01-15 03:19:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.008927 10.0.0.242 - - [2026-01-15 03:19:50] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005330 10.0.0.33 - - [2026-01-15 03:19:51] "GET /obj-perms HTTP/1.1" 200 5053 0.099150 10.0.0.73 - - [2026-01-15 03:19:51] "GET /obj-perms HTTP/1.1" 200 5053 0.065481 10.0.0.242 - - [2026-01-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.73 - - [2026-01-15 03:19:51] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.242 - - [2026-01-15 03:19:51] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040059 10.0.0.73 - - [2026-01-15 03:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008595 10.0.0.242 - - [2026-01-15 03:19:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.215178 10.0.0.242 - - [2026-01-15 03:19:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001189 10.0.0.242 - - [2026-01-15 03:19:51] "GET /virtual-network/e46cfdd8-c7a0-4cb1-80a3-17400ff5d472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004873 10.0.0.242 - - [2026-01-15 03:19:52] "GET /virtual-network/e46cfdd8-c7a0-4cb1-80a3-17400ff5d472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004873 10.0.0.242 - - [2026-01-15 03:19:52] "POST /neutron/network HTTP/1.1" 200 837 0.008958 10.0.0.242 - - [2026-01-15 03:19:52] "GET /virtual-network/e46cfdd8-c7a0-4cb1-80a3-17400ff5d472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005219 10.0.0.242 - - [2026-01-15 03:19:52] "GET /obj-perms HTTP/1.1" 200 5053 0.003532 10.0.0.242 - - [2026-01-15 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.73 - - [2026-01-15 03:19:52] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001662 10.0.0.242 - - [2026-01-15 03:19:52] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.034925 10.0.0.73 - - [2026-01-15 03:19:52] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000852 10.0.0.242 - - [2026-01-15 03:19:53] "POST /neutron/network HTTP/1.1" 200 629 0.128218 10.0.0.73 - - [2026-01-15 03:19:53] "POST /route-targets HTTP/1.1" 200 327 0.014667 10.0.0.242 - - [2026-01-15 03:19:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.003673 10.0.0.242 - - [2026-01-15 03:19:53] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005632 10.0.0.242 - - [2026-01-15 03:19:53] "POST /neutron/network HTTP/1.1" 200 845 0.007758 10.0.0.242 - - [2026-01-15 03:19:53] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005691 10.0.0.242 - - [2026-01-15 03:19:53] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009247 10.0.0.73 - - [2026-01-15 03:19:54] "GET /obj-perms HTTP/1.1" 200 5053 0.003650 10.0.0.242 - - [2026-01-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.73 - - [2026-01-15 03:19:54] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.242 - - [2026-01-15 03:19:54] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038159 10.0.0.242 - - [2026-01-15 03:19:54] "POST /neutron/network HTTP/1.1" 200 117 0.024315 10.0.0.73 - - [2026-01-15 03:19:54] "POST /ref-update HTTP/1.1" 200 156 0.022977 10.0.0.242 - - [2026-01-15 03:19:54] "POST /neutron/network HTTP/1.1" 200 851 0.008048 10.0.0.242 - - [2026-01-15 03:19:54] "POST /id-to-fqname HTTP/1.1" 200 234 0.001230 10.0.0.242 - - [2026-01-15 03:19:54] "GET /virtual-network/fe608a93-8b95-4231-8afe-f1ab576b46e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004512 10.0.0.242 - - [2026-01-15 03:19:54] "GET /virtual-network/fe608a93-8b95-4231-8afe-f1ab576b46e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006016 10.0.0.242 - - [2026-01-15 03:19:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.012885 10.0.0.242 - - [2026-01-15 03:19:55] "GET /virtual-network/fe608a93-8b95-4231-8afe-f1ab576b46e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006044 10.0.0.33 - - [2026-01-15 03:19:55] "GET /obj-perms HTTP/1.1" 200 5053 0.004020 10.0.0.242 - - [2026-01-15 03:19:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.002624 10.0.0.73 - - [2026-01-15 03:19:56] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.242 - - [2026-01-15 03:19:56] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.066047 10.0.0.242 - - [2026-01-15 03:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.006473 10.0.0.242 - - [2026-01-15 03:19:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001179 10.0.0.242 - - [2026-01-15 03:19:57] "POST /neutron/network HTTP/1.1" 200 844 0.006123 10.0.0.73 - - [2026-01-15 03:19:57] "DELETE /project/de8ff4ccb9a74464b734fd3b4c68a912 HTTP/1.1" 404 173 0.006511 10.0.0.73 - - [2026-01-15 03:19:57] "DELETE /project/89ad525b-61d6-4f5c-a6ad-8e8d2231e81a HTTP/1.1" 404 177 0.009727 10.0.0.73 - - [2026-01-15 03:19:57] "DELETE /project/07a71fffc68e4742b1569cba5e564d56 HTTP/1.1" 404 173 0.008607 10.0.0.73 - - [2026-01-15 03:19:57] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.73 - - [2026-01-15 03:19:57] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.041840 10.0.0.73 - - [2026-01-15 03:19:57] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000861 10.0.0.73 - - [2026-01-15 03:19:57] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?fields=security_groups HTTP/1.1" 200 1350 0.040823 10.0.0.73 - - [2026-01-15 03:19:57] "DELETE /security-group/17483849-08e6-49d4-8bc1-0e77fbe5a74c HTTP/1.1" 200 115 0.057525 10.0.0.73 - - [2026-01-15 03:19:57] "GET /projects?obj_uuids=07a71fff-c68e-4742-b156-9cba5e564d56&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.73 - - [2026-01-15 03:19:57] "GET /project/07a71fff-c68e-4742-b156-9cba5e564d56?fields=application_policy_sets HTTP/1.1" 200 1389 0.037300 10.0.0.73 - - [2026-01-15 03:19:57] "DELETE /project/07a71fff-c68e-4742-b156-9cba5e564d56 HTTP/1.1" 200 115 0.395265 10.0.0.242 - - [2026-01-15 03:19:58] "POST /neutron/port HTTP/1.1" 200 1060 0.017556 10.0.0.242 - - [2026-01-15 03:19:58] "POST /neutron/port HTTP/1.1" 200 1124 0.017910 10.0.0.242 - - [2026-01-15 03:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.73 - - [2026-01-15 03:19:58] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.242 - - [2026-01-15 03:19:58] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.077180 10.0.0.242 - - [2026-01-15 03:19:58] "POST /neutron/port HTTP/1.1" 200 1124 0.028279 10.0.0.242 - - [2026-01-15 03:19:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003994 10.0.0.242 - - [2026-01-15 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.73 - - [2026-01-15 03:19:58] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.242 - - [2026-01-15 03:19:58] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010026 10.0.0.242 - - [2026-01-15 03:19:58] "POST /service-templates HTTP/1.1" 200 543 0.044017 10.0.0.242 - - [2026-01-15 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.242 - - [2026-01-15 03:19:59] "GET /service-template/ce296a9d-ab4f-47e9-85b1-0dfff5556287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.006894 10.0.0.242 - - [2026-01-15 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.242 - - [2026-01-15 03:19:59] "GET /service-template/ce296a9d-ab4f-47e9-85b1-0dfff5556287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005368 10.0.0.242 - - [2026-01-15 03:19:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001666 10.0.0.242 - - [2026-01-15 03:19:59] "POST /neutron/network HTTP/1.1" 200 844 0.006281 10.0.0.242 - - [2026-01-15 03:19:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006938 10.0.0.242 - - [2026-01-15 03:19:59] "POST /neutron/port HTTP/1.1" 200 1064 0.020887 10.0.0.242 - - [2026-01-15 03:20:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003386 10.0.0.242 - - [2026-01-15 03:20:00] "POST /neutron/network HTTP/1.1" 200 834 0.008400 10.0.0.73 - - [2026-01-15 03:20:00] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001298 10.0.0.242 - - [2026-01-15 03:20:00] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.080405 10.0.0.242 - - [2026-01-15 03:20:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008156 10.0.0.242 - - [2026-01-15 03:20:01] "GET /virtual-machine/3dcd5e7b-e1f6-4023-8eab-a64de17a571a HTTP/1.1" 401 293 0.000541 10.0.0.242 - - [2026-01-15 03:20:01] "GET /virtual-machine/3dcd5e7b-e1f6-4023-8eab-a64de17a571a HTTP/1.1" 404 171 0.049208 10.0.0.73 - - [2026-01-15 03:20:01] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003593 10.0.0.242 - - [2026-01-15 03:20:02] "POST /neutron/port HTTP/1.1" 200 1059 0.339554 10.0.0.242 - - [2026-01-15 03:20:02] "POST /neutron/port HTTP/1.1" 200 1113 0.096432 10.0.0.242 - - [2026-01-15 03:20:02] "POST /neutron/subnet HTTP/1.1" 200 684 0.008823 10.0.0.242 - - [2026-01-15 03:20:03] "GET /virtual-machine/3dcd5e7b-e1f6-4023-8eab-a64de17a571a HTTP/1.1" 200 1294 0.005613 10.0.0.242 - - [2026-01-15 03:20:03] "GET /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c HTTP/1.1" 200 2985 0.005928 10.0.0.242 - - [2026-01-15 03:20:03] "GET /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.007744 10.0.0.242 - - [2026-01-15 03:20:03] "PUT /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c HTTP/1.1" 200 284 0.014738 10.0.0.242 - - [2026-01-15 03:20:03] "POST /neutron/port HTTP/1.1" 200 1123 0.021631 10.0.0.242 - - [2026-01-15 03:20:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006767 10.0.0.242 - - [2026-01-15 03:20:09] "POST /neutron/port HTTP/1.1" 200 1123 0.019593 10.0.0.242 - - [2026-01-15 03:20:09] "GET /virtual-machine/3dcd5e7b-e1f6-4023-8eab-a64de17a571a HTTP/1.1" 200 1294 0.003846 10.0.0.242 - - [2026-01-15 03:20:09] "GET /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c HTTP/1.1" 200 3035 0.004928 10.0.0.242 - - [2026-01-15 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.242 - - [2026-01-15 03:20:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004756 10.0.0.242 - - [2026-01-15 03:20:09] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.008649 10.0.0.242 - - [2026-01-15 03:20:09] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006473 10.0.0.242 - - [2026-01-15 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.242 - - [2026-01-15 03:20:12] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006577 10.0.0.242 - - [2026-01-15 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.242 - - [2026-01-15 03:20:16] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005044 10.0.0.242 - - [2026-01-15 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.242 - - [2026-01-15 03:20:20] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005858 10.0.0.242 - - [2026-01-15 03:20:24] "POST /neutron/port HTTP/1.1" 200 1128 0.048303 10.0.0.242 - - [2026-01-15 03:20:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.008361 10.0.0.242 - - [2026-01-15 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.242 - - [2026-01-15 03:20:24] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006017 10.0.0.242 - - [2026-01-15 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.242 - - [2026-01-15 03:20:28] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005328 10.0.0.242 - - [2026-01-15 03:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2026-01-15 03:20:32] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004711 10.0.0.242 - - [2026-01-15 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.242 - - [2026-01-15 03:20:36] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006370 10.0.0.242 - - [2026-01-15 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2026-01-15 03:20:40] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005388 10.0.0.242 - - [2026-01-15 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.242 - - [2026-01-15 03:20:45] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004636 10.0.0.242 - - [2026-01-15 03:20:47] "POST /neutron/port HTTP/1.1" 200 1124 0.016588 10.0.0.242 - - [2026-01-15 03:20:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004175 10.0.0.242 - - [2026-01-15 03:20:47] "POST /neutron/network HTTP/1.1" 200 828 0.010219 10.0.0.242 - - [2026-01-15 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.242 - - [2026-01-15 03:20:49] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006382 10.0.0.242 - - [2026-01-15 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.242 - - [2026-01-15 03:20:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003547 10.0.0.242 - - [2026-01-15 03:20:51] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002882 10.0.0.242 - - [2026-01-15 03:20:51] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007437 10.0.0.242 - - [2026-01-15 03:20:55] "POST /neutron/port HTTP/1.1" 200 1124 0.064082 10.0.0.242 - - [2026-01-15 03:20:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008012 10.0.0.242 - - [2026-01-15 03:21:02] "POST /neutron/port HTTP/1.1" 200 1123 0.017103 10.0.0.242 - - [2026-01-15 03:21:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008827 10.0.0.242 - - [2026-01-15 03:21:12] "POST /neutron/port HTTP/1.1" 200 1123 0.021019 10.0.0.242 - - [2026-01-15 03:21:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003960 10.0.0.242 - - [2026-01-15 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.73 - - [2026-01-15 03:21:17] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001338 10.0.0.242 - - [2026-01-15 03:21:17] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.052426 10.0.0.242 - - [2026-01-15 03:21:17] "POST /service-instances HTTP/1.1" 200 547 0.038557 10.0.0.242 - - [2026-01-15 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.242 - - [2026-01-15 03:21:17] "GET /service-instance/162a1b59-98b1-4d6f-b987-4a9fbf89522a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009982 10.0.0.242 - - [2026-01-15 03:21:17] "POST /port-tuples HTTP/1.1" 200 590 0.041355 10.0.0.242 - - [2026-01-15 03:21:17] "GET /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.008386 10.0.0.242 - - [2026-01-15 03:21:17] "PUT /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c HTTP/1.1" 200 284 0.014876 10.0.0.242 - - [2026-01-15 03:21:17] "POST /ref-update HTTP/1.1" 200 156 0.016649 10.0.0.33 - - [2026-01-15 03:21:17] "POST /ref-update HTTP/1.1" 200 156 0.077709 10.0.0.242 - - [2026-01-15 03:21:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007523 10.0.0.33 - - [2026-01-15 03:21:18] "POST /instance-ips HTTP/1.1" 200 373 0.040485 10.0.0.33 - - [2026-01-15 03:21:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006294 10.0.0.242 - - [2026-01-15 03:21:18] "POST /neutron/port HTTP/1.1" 200 1124 0.022153 10.0.0.242 - - [2026-01-15 03:21:18] "GET /virtual-machine/519c208b-8afd-4b81-8283-002aed42b990 HTTP/1.1" 200 1293 0.007267 10.0.0.242 - - [2026-01-15 03:21:18] "GET /virtual-machine-interface/5d35d58d-508d-4dc7-8ea1-9f07fefbdb26 HTTP/1.1" 200 2957 0.004937 10.0.0.242 - - [2026-01-15 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.242 - - [2026-01-15 03:21:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005288 10.0.0.242 - - [2026-01-15 03:21:18] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003038 10.0.0.242 - - [2026-01-15 03:21:18] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006041 10.0.0.242 - - [2026-01-15 03:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.242 - - [2026-01-15 03:21:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003755 10.0.0.242 - - [2026-01-15 03:21:19] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002998 10.0.0.242 - - [2026-01-15 03:21:19] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005783 10.0.0.242 - - [2026-01-15 03:21:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013276 10.0.0.242 - - [2026-01-15 03:21:20] "POST /neutron/port HTTP/1.1" 200 1128 0.020816 10.0.0.242 - - [2026-01-15 03:21:20] "GET /virtual-machine/6276489a-aa91-4d7f-b2ed-d38574e794e2 HTTP/1.1" 200 1294 0.006402 10.0.0.242 - - [2026-01-15 03:21:20] "GET /virtual-machine-interface/1d36e191-7cb1-4df2-a86a-13ce02b77f27 HTTP/1.1" 200 2960 0.007035 10.0.0.242 - - [2026-01-15 03:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.242 - - [2026-01-15 03:21:20] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005058 10.0.0.242 - - [2026-01-15 03:21:20] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003987 10.0.0.242 - - [2026-01-15 03:21:20] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.012590 10.0.0.242 - - [2026-01-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2026-01-15 03:21:21] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003767 10.0.0.242 - - [2026-01-15 03:21:21] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002941 10.0.0.242 - - [2026-01-15 03:21:21] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006427 10.0.0.242 - - [2026-01-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 404 215 0.003296 10.0.0.242 - - [2026-01-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.73 - - [2026-01-15 03:21:21] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.242 - - [2026-01-15 03:21:21] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044581 10.0.0.242 - - [2026-01-15 03:21:21] "POST /network-policys HTTP/1.1" 200 551 0.029469 10.0.0.242 - - [2026-01-15 03:21:21] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006044 10.0.0.242 - - [2026-01-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.242 - - [2026-01-15 03:21:21] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006479 10.0.0.242 - - [2026-01-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.242 - - [2026-01-15 03:21:21] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004198 10.0.0.73 - - [2026-01-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 404 240 0.009953 10.0.0.242 - - [2026-01-15 03:21:21] "POST /ref-update HTTP/1.1" 200 156 0.064078 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.242 - - [2026-01-15 03:21:22] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006326 10.0.0.242 - - [2026-01-15 03:21:22] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007032 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.242 - - [2026-01-15 03:21:22] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003898 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.242 - - [2026-01-15 03:21:22] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008333 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2026-01-15 03:21:22] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005854 10.0.0.73 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.010311 10.0.0.242 - - [2026-01-15 03:21:22] "POST /ref-update HTTP/1.1" 200 156 0.079617 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007217 10.0.0.242 - - [2026-01-15 03:21:22] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007069 10.0.0.73 - - [2026-01-15 03:21:22] "POST /ref-update HTTP/1.1" 200 156 0.034014 10.0.0.242 - - [2026-01-15 03:21:22] "POST /neutron/network HTTP/1.1" 200 926 0.021716 10.0.0.242 - - [2026-01-15 03:21:22] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007918 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006049 10.0.0.242 - - [2026-01-15 03:21:22] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007999 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.242 - - [2026-01-15 03:21:22] "GET /service-template/ce296a9d-ab4f-47e9-85b1-0dfff5556287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004736 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.73 - - [2026-01-15 03:21:22] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.242 - - [2026-01-15 03:21:22] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040452 10.0.0.242 - - [2026-01-15 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.242 - - [2026-01-15 03:21:22] "GET /service-instance/162a1b59-98b1-4d6f-b987-4a9fbf89522a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.007408 10.0.0.242 - - [2026-01-15 03:21:23] "POST /neutron/port HTTP/1.1" 200 1381 0.028146 10.0.0.242 - - [2026-01-15 03:21:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007605 10.0.0.242 - - [2026-01-15 03:21:23] "POST /neutron/network HTTP/1.1" 200 819 0.019742 10.0.0.242 - - [2026-01-15 03:21:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001174 10.0.0.242 - - [2026-01-15 03:21:23] "GET /virtual-machine/3dcd5e7b-e1f6-4023-8eab-a64de17a571a HTTP/1.1" 200 1294 0.005212 10.0.0.242 - - [2026-01-15 03:21:23] "GET /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c HTTP/1.1" 200 3891 0.007313 10.0.0.242 - - [2026-01-15 03:21:23] "GET /instance-ip/131470ea-f46d-417f-84ca-52c89b059e50 HTTP/1.1" 200 1963 0.004406 10.0.0.242 - - [2026-01-15 03:21:23] "GET /instance-ip/6ffeb6d8-b733-49fc-a647-3a45c8904073 HTTP/1.1" 200 1962 0.006162 10.0.0.242 - - [2026-01-15 03:21:23] "GET /instance-ip/c703c5e5-567a-4441-a5de-d56162e0608c HTTP/1.1" 200 1633 0.006623 10.0.0.242 - - [2026-01-15 03:21:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008663 10.0.0.242 - - [2026-01-15 03:21:23] "GET /virtual-machine/3dcd5e7b-e1f6-4023-8eab-a64de17a571a HTTP/1.1" 200 1294 0.003644 10.0.0.242 - - [2026-01-15 03:21:23] "GET /virtual-machine-interface/9b26d064-2d56-44e4-b3d5-b1d4e2f01b9c HTTP/1.1" 200 3891 0.005735 10.0.0.242 - - [2026-01-15 03:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.242 - - [2026-01-15 03:21:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003794 10.0.0.242 - - [2026-01-15 03:21:24] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005021 10.0.0.242 - - [2026-01-15 03:21:24] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007025 10.0.0.242 - - [2026-01-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.242 - - [2026-01-15 03:21:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003816 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002633 10.0.0.242 - - [2026-01-15 03:21:25] "POST /neutron/port HTTP/1.1" 200 1128 0.016882 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007256 10.0.0.242 - - [2026-01-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.242 - - [2026-01-15 03:21:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003653 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004066 10.0.0.242 - - [2026-01-15 03:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003360 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004733 10.0.0.242 - - [2026-01-15 03:21:25] "POST /neutron/network HTTP/1.1" 200 926 0.006881 10.0.0.242 - - [2026-01-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.242 - - [2026-01-15 03:21:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003731 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003026 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006195 10.0.0.242 - - [2026-01-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.242 - - [2026-01-15 03:21:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004719 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-networks?parent_id=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003227 10.0.0.242 - - [2026-01-15 03:21:25] "GET /virtual-network/80b42a0a-9098-4e31-91c7-9411b8b7e61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006697 10.0.0.242 - - [2026-01-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.242 - - [2026-01-15 03:21:25] "GET /routing-instance/f7c6b4dd-51e1-4dc8-9205-f03edbf05433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003492 10.0.0.242 - - [2026-01-15 03:21:25] "GET /routing-instance/f7c6b4dd-51e1-4dc8-9205-f03edbf05433?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.006002 10.0.0.242 - - [2026-01-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.242 - - [2026-01-15 03:21:25] "GET /routing-instance/073aca06-975b-46f0-80c8-88a6f2ed44e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005134 10.0.0.242 - - [2026-01-15 03:21:25] "GET /routing-instance/073aca06-975b-46f0-80c8-88a6f2ed44e9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005381 10.0.0.242 - - [2026-01-15 03:21:49] "POST /neutron/network HTTP/1.1" 200 855 0.008265 10.0.0.242 - - [2026-01-15 03:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.242 - - [2026-01-15 03:21:53] "GET /obj-perms HTTP/1.1" 200 5075 0.065142 10.0.0.242 - - [2026-01-15 03:22:10] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003531 10.0.0.242 - - [2026-01-15 03:22:10] "PUT /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60 HTTP/1.1" 200 262 0.020192 10.0.0.242 - - [2026-01-15 03:22:10] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.010906 10.0.0.73 - - [2026-01-15 03:22:10] "PUT /access-control-list/62cd3444-f133-41bb-9646-effcba76cef6 HTTP/1.1" 200 272 0.124386 10.0.0.242 - - [2026-01-15 03:22:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018666 10.0.0.242 - - [2026-01-15 03:22:27] "POST /neutron/network HTTP/1.1" 200 936 0.008023 10.0.0.242 - - [2026-01-15 03:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.242 - - [2026-01-15 03:22:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007020 10.0.0.242 - - [2026-01-15 03:22:39] "POST /ref-update HTTP/1.1" 200 156 0.061398 10.0.0.242 - - [2026-01-15 03:22:39] "GET /virtual-network/e46e62a9-7128-479c-9a7c-031504a0015d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010048 10.0.0.242 - - [2026-01-15 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.242 - - [2026-01-15 03:22:39] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004784 10.0.0.73 - - [2026-01-15 03:22:39] "POST /ref-update HTTP/1.1" 200 156 0.029539 10.0.0.242 - - [2026-01-15 03:22:39] "POST /ref-update HTTP/1.1" 200 156 0.060664 10.0.0.242 - - [2026-01-15 03:22:39] "GET /virtual-network/79c14c02-20a6-482a-9081-979beae6ebdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008266 10.0.0.242 - - [2026-01-15 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2026-01-15 03:22:39] "GET /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.007236 10.0.0.242 - - [2026-01-15 03:22:39] "DELETE /network-policy/839ae65a-0f0d-4b0e-a8b2-876d24898f60 HTTP/1.1" 200 115 0.038387 10.0.0.242 - - [2026-01-15 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.242 - - [2026-01-15 03:22:39] "DELETE /service-instance/162a1b59-98b1-4d6f-b987-4a9fbf89522a HTTP/1.1" 200 115 0.046505 10.0.0.33 - - [2026-01-15 03:22:39] "POST /ref-update HTTP/1.1" 200 156 0.066951 10.0.0.242 - - [2026-01-15 03:22:39] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005029 10.0.0.242 - - [2026-01-15 03:22:39] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005629 10.0.0.73 - - [2026-01-15 03:22:39] "DELETE /access-control-list/62cd3444-f133-41bb-9646-effcba76cef6 HTTP/1.1" 200 115 0.038644 10.0.0.242 - - [2026-01-15 03:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.242 - - [2026-01-15 03:22:40] "DELETE /service-template/ce296a9d-ab4f-47e9-85b1-0dfff5556287 HTTP/1.1" 200 115 0.032776 10.0.0.242 - - [2026-01-15 03:22:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.002877 10.0.0.242 - - [2026-01-15 03:22:40] "POST /neutron/network HTTP/1.1" 200 851 0.006557 10.0.0.73 - - [2026-01-15 03:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.242 - - [2026-01-15 03:22:40] "POST /neutron/port HTTP/1.1" 200 1113 0.038142 10.0.0.242 - - [2026-01-15 03:22:40] "POST /neutron/port HTTP/1.1" 200 1118 0.015009 10.0.0.242 - - [2026-01-15 03:22:40] "POST /neutron/port HTTP/1.1" 200 1124 0.018054 10.0.0.242 - - [2026-01-15 03:22:41] "POST /neutron/port HTTP/1.1" 200 151 0.196123 10.0.0.73 - - [2026-01-15 03:22:43] "DELETE /route-target/72d866d0-ebab-4204-9a33-9d5c8f9ea586 HTTP/1.1" 200 115 0.022697 10.0.0.242 - - [2026-01-15 03:22:43] "POST /neutron/network HTTP/1.1" 200 837 0.007033 10.0.0.73 - - [2026-01-15 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007954 10.0.0.73 - - [2026-01-15 03:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.075444 10.0.0.73 - - [2026-01-15 03:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002792 10.0.0.242 - - [2026-01-15 03:22:44] "POST /neutron/network HTTP/1.1" 200 151 0.200900 10.0.0.73 - - [2026-01-15 03:22:44] "DELETE /route-target/87206f4b-89bd-4ef9-8396-929be7e944a6 HTTP/1.1" 200 115 0.022717 10.0.0.73 - - [2026-01-15 03:22:45] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.242 - - [2026-01-15 03:22:45] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043020 10.0.0.73 - - [2026-01-15 03:22:45] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.242 - - [2026-01-15 03:22:45] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?fields=virtual_networks HTTP/1.1" 200 1037 0.040939 10.0.0.73 - - [2026-01-15 03:22:46] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.242 - - [2026-01-15 03:22:46] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.033927 10.0.0.73 - - [2026-01-15 03:22:46] "GET /projects?obj_uuids=de8ff4cc-b9a7-4464-b734-fd3b4c68a912&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.242 - - [2026-01-15 03:22:46] "GET /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912?fields=security_groups HTTP/1.1" 200 1265 0.042612 10.0.0.242 - - [2026-01-15 03:22:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.033255 10.0.0.73 - - [2026-01-15 03:22:47] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004498 10.0.0.73 - - [2026-01-15 03:22:47] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.73 - - [2026-01-15 03:22:47] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007381 10.0.0.73 - - [2026-01-15 03:22:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.003734 10.0.0.73 - - [2026-01-15 03:22:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.006443 10.0.0.73 - - [2026-01-15 03:22:47] "POST /security-groups HTTP/1.1" 200 592 0.075358 10.0.0.73 - - [2026-01-15 03:22:47] "POST /projects HTTP/1.1" 200 587 0.276892 10.0.0.73 - - [2026-01-15 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.317482 10.0.0.73 - - [2026-01-15 03:22:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.008068 10.0.0.242 - - [2026-01-15 03:22:47] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.487274 10.0.0.242 - - [2026-01-15 03:22:49] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.242 - - [2026-01-15 03:22:51] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000453 10.0.0.73 - - [2026-01-15 03:22:51] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.242 - - [2026-01-15 03:22:51] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069027 10.0.0.242 - - [2026-01-15 03:22:51] "POST /fqname-to-id HTTP/1.1" 404 180 0.002559 10.0.0.242 - - [2026-01-15 03:22:52] "POST /virtual-DNSs HTTP/1.1" 200 507 0.027468 10.0.0.242 - - [2026-01-15 03:22:52] "GET /virtual-DNS/46b49767-45e6-4b7b-9147-99cdf26daee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006047 10.0.0.242 - - [2026-01-15 03:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.242 - - [2026-01-15 03:22:52] "GET /virtual-DNS/46b49767-45e6-4b7b-9147-99cdf26daee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003775 10.0.0.242 - - [2026-01-15 03:22:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003458 10.0.0.242 - - [2026-01-15 03:22:52] "POST /network-ipams HTTP/1.1" 200 514 0.025591 10.0.0.242 - - [2026-01-15 03:22:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003518 10.0.0.242 - - [2026-01-15 03:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005930 10.0.0.242 - - [2026-01-15 03:22:52] "GET /network-ipam/73c77e73-b93a-4b4f-8a01-21e04ff56fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.005894 10.0.0.242 - - [2026-01-15 03:22:52] "PUT /network-ipam/73c77e73-b93a-4b4f-8a01-21e04ff56fc9 HTTP/1.1" 200 258 0.015462 10.0.0.242 - - [2026-01-15 03:22:53] "POST /ref-update HTTP/1.1" 200 156 0.018025 10.0.0.242 - - [2026-01-15 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.73 - - [2026-01-15 03:22:53] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223 10.0.0.242 - - [2026-01-15 03:22:53] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047934 10.0.0.242 - - [2026-01-15 03:22:53] "POST /neutron/network HTTP/1.1" 200 117 0.044672 10.0.0.73 - - [2026-01-15 03:22:53] "POST /ref-update HTTP/1.1" 200 156 0.023473 10.0.0.242 - - [2026-01-15 03:22:53] "POST /neutron/network HTTP/1.1" 200 833 0.011015 10.0.0.242 - - [2026-01-15 03:22:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001206 10.0.0.242 - - [2026-01-15 03:22:53] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006127 10.0.0.242 - - [2026-01-15 03:22:53] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005227 10.0.0.242 - - [2026-01-15 03:22:53] "POST /neutron/subnet HTTP/1.1" 200 711 0.009562 10.0.0.242 - - [2026-01-15 03:22:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001581 10.0.0.242 - - [2026-01-15 03:22:54] "POST /neutron/network HTTP/1.1" 200 843 0.006905 10.0.0.73 - - [2026-01-15 03:22:54] "GET /obj-perms HTTP/1.1" 200 5075 0.066406 10.0.0.73 - - [2026-01-15 03:22:55] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.242 - - [2026-01-15 03:22:55] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.278184 10.0.0.242 - - [2026-01-15 03:22:55] "POST /neutron/port HTTP/1.1" 200 117 0.006257 10.0.0.73 - - [2026-01-15 03:22:56] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.242 - - [2026-01-15 03:22:56] "POST /neutron/port HTTP/1.1" 200 1058 0.260819 10.0.0.242 - - [2026-01-15 03:22:56] "POST /neutron/port HTTP/1.1" 200 1112 0.186836 10.0.0.242 - - [2026-01-15 03:22:56] "POST /neutron/subnet HTTP/1.1" 200 685 0.008483 10.0.0.73 - - [2026-01-15 03:22:57] "DELETE /project/68d3c4483bbb46deb9dc08f961fea405 HTTP/1.1" 404 173 0.002393 10.0.0.73 - - [2026-01-15 03:22:57] "DELETE /project/de8ff4cc-b9a7-4464-b734-fd3b4c68a912 HTTP/1.1" 404 177 0.004630 10.0.0.242 - - [2026-01-15 03:23:00] "POST /neutron/port HTTP/1.1" 200 1122 0.022846 10.0.0.242 - - [2026-01-15 03:23:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007401 10.0.0.242 - - [2026-01-15 03:23:00] "GET /virtual-machine/4f4a8e36-b28d-4af0-8db1-b04183765dea HTTP/1.1" 401 293 0.000383 10.0.0.242 - - [2026-01-15 03:23:01] "GET /virtual-machine/4f4a8e36-b28d-4af0-8db1-b04183765dea HTTP/1.1" 200 1293 0.043989 10.0.0.242 - - [2026-01-15 03:23:01] "GET /virtual-machine-interface/4428514c-f976-4e6f-82ad-c753e4246a10 HTTP/1.1" 200 2963 0.005391 10.0.0.242 - - [2026-01-15 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.242 - - [2026-01-15 03:23:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003614 10.0.0.242 - - [2026-01-15 03:23:01] "GET /virtual-networks?parent_id=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003147 10.0.0.242 - - [2026-01-15 03:23:01] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005985 10.0.0.242 - - [2026-01-15 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.242 - - [2026-01-15 03:23:04] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006817 10.0.0.242 - - [2026-01-15 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.242 - - [2026-01-15 03:23:08] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005482 10.0.0.242 - - [2026-01-15 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.242 - - [2026-01-15 03:23:12] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007126 10.0.0.242 - - [2026-01-15 03:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.242 - - [2026-01-15 03:23:16] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004705 10.0.0.242 - - [2026-01-15 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.242 - - [2026-01-15 03:23:20] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005296 10.0.0.242 - - [2026-01-15 03:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.242 - - [2026-01-15 03:23:25] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005855 10.0.0.242 - - [2026-01-15 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.242 - - [2026-01-15 03:23:29] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004973 10.0.0.242 - - [2026-01-15 03:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.242 - - [2026-01-15 03:23:33] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005604 10.0.0.242 - - [2026-01-15 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2026-01-15 03:23:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003751 10.0.0.242 - - [2026-01-15 03:23:37] "GET /virtual-networks?parent_id=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002880 10.0.0.242 - - [2026-01-15 03:23:37] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005701 10.0.0.242 - - [2026-01-15 03:23:37] "POST /neutron/port HTTP/1.1" 200 1122 0.021732 10.0.0.242 - - [2026-01-15 03:23:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006890 10.0.0.242 - - [2026-01-15 03:23:47] "POST /neutron/port HTTP/1.1" 200 1122 0.015361 10.0.0.242 - - [2026-01-15 03:23:48] "POST /neutron/port HTTP/1.1" 200 1122 0.017259 10.0.0.242 - - [2026-01-15 03:23:48] "POST /neutron/subnet HTTP/1.1" 200 685 0.008100 10.0.0.33 - - [2026-01-15 03:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.33 - - [2026-01-15 03:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.73 - - [2026-01-15 03:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.73 - - [2026-01-15 03:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.33 - - [2026-01-15 03:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.33 - - [2026-01-15 03:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.73 - - [2026-01-15 03:23:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.73 - - [2026-01-15 03:23:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2026-01-15 03:23:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.242 - - [2026-01-15 03:23:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.242 - - [2026-01-15 03:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.242 - - [2026-01-15 03:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.242 - - [2026-01-15 03:23:52] "POST /neutron/port HTTP/1.1" 200 1122 0.017870 10.0.0.33 - - [2026-01-15 03:23:55] "GET /obj-perms HTTP/1.1" 200 5075 0.063772 10.0.0.242 - - [2026-01-15 03:24:23] "POST /neutron/network HTTP/1.1" 200 833 0.005816 10.0.0.242 - - [2026-01-15 03:24:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001023 10.0.0.242 - - [2026-01-15 03:24:23] "POST /neutron/network HTTP/1.1" 200 843 0.007911 10.0.0.73 - - [2026-01-15 03:24:24] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.242 - - [2026-01-15 03:24:24] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079862 10.0.0.242 - - [2026-01-15 03:24:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006850 10.0.0.242 - - [2026-01-15 03:24:25] "POST /neutron/network HTTP/1.1" 200 843 0.006730 10.0.0.242 - - [2026-01-15 03:24:25] "POST /neutron/port HTTP/1.1" 200 1058 0.016236 10.0.0.242 - - [2026-01-15 03:24:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005448 10.0.0.242 - - [2026-01-15 03:24:26] "POST /neutron/network HTTP/1.1" 200 833 0.006842 10.0.0.242 - - [2026-01-15 03:24:28] "POST /neutron/network HTTP/1.1" 200 843 0.006138 10.0.0.242 - - [2026-01-15 03:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.242 - - [2026-01-15 03:24:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006814 10.0.0.242 - - [2026-01-15 03:24:30] "POST /neutron/port HTTP/1.1" 200 1122 0.021952 10.0.0.242 - - [2026-01-15 03:24:30] "GET /virtual-machine/68f29315-002a-4c7f-b38b-547359f2e30c HTTP/1.1" 200 1293 0.007717 10.0.0.242 - - [2026-01-15 03:24:30] "GET /virtual-machine-interface/9948880d-015a-4e2b-a3ca-0e0ac489581d HTTP/1.1" 200 2965 0.005190 10.0.0.242 - - [2026-01-15 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.242 - - [2026-01-15 03:24:30] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004613 10.0.0.242 - - [2026-01-15 03:24:30] "GET /virtual-networks?parent_id=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002414 10.0.0.242 - - [2026-01-15 03:24:30] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005795 10.0.0.242 - - [2026-01-15 03:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.242 - - [2026-01-15 03:24:33] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005096 10.0.0.242 - - [2026-01-15 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.242 - - [2026-01-15 03:24:37] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005142 10.0.0.242 - - [2026-01-15 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2026-01-15 03:24:41] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007939 10.0.0.242 - - [2026-01-15 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2026-01-15 03:24:45] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005059 10.0.0.242 - - [2026-01-15 03:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.242 - - [2026-01-15 03:24:49] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006160 10.0.0.242 - - [2026-01-15 03:24:50] "POST /neutron/port HTTP/1.1" 200 1122 0.016827 10.0.0.242 - - [2026-01-15 03:24:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.008212 10.0.0.242 - - [2026-01-15 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.242 - - [2026-01-15 03:24:54] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005525 10.0.0.242 - - [2026-01-15 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.242 - - [2026-01-15 03:24:58] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006915 10.0.0.242 - - [2026-01-15 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.242 - - [2026-01-15 03:25:02] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005554 10.0.0.242 - - [2026-01-15 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.242 - - [2026-01-15 03:25:06] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006317 10.0.0.242 - - [2026-01-15 03:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.242 - - [2026-01-15 03:25:10] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004839 10.0.0.242 - - [2026-01-15 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.242 - - [2026-01-15 03:25:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003180 10.0.0.242 - - [2026-01-15 03:25:14] "GET /virtual-networks?parent_id=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004056 10.0.0.242 - - [2026-01-15 03:25:14] "GET /virtual-network/0560bb3a-6fbc-43cf-884f-3ecd4d3d7c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007198 10.0.0.242 - - [2026-01-15 03:25:14] "POST /neutron/port HTTP/1.1" 200 1122 0.017043 10.0.0.242 - - [2026-01-15 03:25:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008150 10.0.0.242 - - [2026-01-15 03:25:26] "POST /neutron/port HTTP/1.1" 200 1122 0.018046 10.0.0.242 - - [2026-01-15 03:25:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007008 10.0.0.242 - - [2026-01-15 03:25:30] "POST /neutron/network HTTP/1.1" 200 843 0.040221 10.0.0.242 - - [2026-01-15 03:25:30] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.242 - - [2026-01-15 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009585 10.0.0.242 - - [2026-01-15 03:25:50] "POST /neutron/network HTTP/1.1" 200 843 0.008600 10.0.0.242 - - [2026-01-15 03:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.242 - - [2026-01-15 03:25:57] "GET /obj-perms HTTP/1.1" 200 5075 0.056743 10.0.0.242 - - [2026-01-15 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.242 - - [2026-01-15 03:26:15] "DELETE /virtual-DNS/46b49767-45e6-4b7b-9147-99cdf26daee3 HTTP/1.1" 409 235 0.007856 10.0.0.242 - - [2026-01-15 03:26:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003242 10.0.0.242 - - [2026-01-15 03:26:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.032876 10.0.0.242 - - [2026-01-15 03:26:15] "GET /virtual-DNS-record/aab6dcc2-aadf-4ed2-844a-9e23bfbbebde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005097 10.0.0.242 - - [2026-01-15 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.242 - - [2026-01-15 03:26:15] "GET /virtual-DNS-record/aab6dcc2-aadf-4ed2-844a-9e23bfbbebde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005712 10.0.0.242 - - [2026-01-15 03:26:22] "DELETE /virtual-DNS-record/aab6dcc2-aadf-4ed2-844a-9e23bfbbebde HTTP/1.1" 200 115 0.025514 10.0.0.242 - - [2026-01-15 03:26:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.003250 10.0.0.242 - - [2026-01-15 03:26:22] "POST /neutron/network HTTP/1.1" 400 204 0.013087 10.0.0.242 - - [2026-01-15 03:26:23] "POST /neutron/port HTTP/1.1" 200 1122 0.024492 10.0.0.242 - - [2026-01-15 03:26:23] "POST /neutron/port HTTP/1.1" 200 151 0.199322 10.0.0.73 - - [2026-01-15 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2026-01-15 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009068 10.0.0.242 - - [2026-01-15 03:26:24] "DELETE /network-ipam/73c77e73-b93a-4b4f-8a01-21e04ff56fc9 HTTP/1.1" 200 115 0.038779 10.0.0.242 - - [2026-01-15 03:26:24] "DELETE /virtual-DNS/46b49767-45e6-4b7b-9147-99cdf26daee3 HTTP/1.1" 200 115 0.036953 10.0.0.242 - - [2026-01-15 03:26:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.007642 10.0.0.73 - - [2026-01-15 03:26:26] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.242 - - [2026-01-15 03:26:26] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076816 10.0.0.73 - - [2026-01-15 03:26:26] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.242 - - [2026-01-15 03:26:26] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?fields=virtual_networks HTTP/1.1" 200 1034 0.043136 10.0.0.73 - - [2026-01-15 03:26:26] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000859 10.0.0.242 - - [2026-01-15 03:26:26] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.041155 10.0.0.73 - - [2026-01-15 03:26:26] "GET /projects?obj_uuids=68d3c448-3bbb-46de-b9dc-08f961fea405&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.242 - - [2026-01-15 03:26:26] "GET /project/68d3c448-3bbb-46de-b9dc-08f961fea405?fields=security_groups HTTP/1.1" 200 1261 0.040235 10.0.0.242 - - [2026-01-15 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.031976 10.0.0.73 - - [2026-01-15 03:26:27] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003050 10.0.0.73 - - [2026-01-15 03:26:27] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.73 - - [2026-01-15 03:26:27] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041576 10.0.0.73 - - [2026-01-15 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001819 10.0.0.73 - - [2026-01-15 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.007043 10.0.0.73 - - [2026-01-15 03:26:27] "POST /security-groups HTTP/1.1" 200 592 0.076657 10.0.0.73 - - [2026-01-15 03:26:27] "POST /projects HTTP/1.1" 200 587 0.309753 10.0.0.73 - - [2026-01-15 03:26:27] "POST /access-control-lists HTTP/1.1" 200 597 0.024509 10.0.0.73 - - [2026-01-15 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.385169 10.0.0.242 - - [2026-01-15 03:26:28] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.572240 10.0.0.242 - - [2026-01-15 03:26:29] "GET / HTTP/1.1" 200 35931 0.001422 10.0.0.242 - - [2026-01-15 03:26:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.242 - - [2026-01-15 03:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.065550 10.0.0.73 - - [2026-01-15 03:26:31] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000835 10.0.0.242 - - [2026-01-15 03:26:31] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044507 10.0.0.242 - - [2026-01-15 03:26:31] "POST /neutron/network HTTP/1.1" 200 117 0.044059 10.0.0.73 - - [2026-01-15 03:26:31] "POST /route-targets HTTP/1.1" 200 327 0.012063 10.0.0.242 - - [2026-01-15 03:26:32] "POST /neutron/network HTTP/1.1" 200 828 0.008663 10.0.0.242 - - [2026-01-15 03:26:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001176 10.0.0.242 - - [2026-01-15 03:26:32] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005573 10.0.0.242 - - [2026-01-15 03:26:32] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005111 10.0.0.242 - - [2026-01-15 03:26:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.008925 10.0.0.242 - - [2026-01-15 03:26:32] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005789 10.0.0.73 - - [2026-01-15 03:26:34] "GET /obj-perms HTTP/1.1" 200 5051 0.059598 10.0.0.242 - - [2026-01-15 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.73 - - [2026-01-15 03:26:34] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.242 - - [2026-01-15 03:26:34] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036401 10.0.0.73 - - [2026-01-15 03:26:34] "POST /ref-update HTTP/1.1" 200 156 0.021943 10.0.0.73 - - [2026-01-15 03:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.242 - - [2026-01-15 03:26:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.167297 10.0.0.242 - - [2026-01-15 03:26:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001208 10.0.0.242 - - [2026-01-15 03:26:34] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005064 10.0.0.242 - - [2026-01-15 03:26:34] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010527 10.0.0.242 - - [2026-01-15 03:26:35] "POST /neutron/network HTTP/1.1" 200 825 0.006542 10.0.0.242 - - [2026-01-15 03:26:35] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005481 10.0.0.33 - - [2026-01-15 03:26:35] "GET /obj-perms HTTP/1.1" 200 5051 0.060286 10.0.0.242 - - [2026-01-15 03:26:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001169 10.0.0.73 - - [2026-01-15 03:26:54] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001287 10.0.0.242 - - [2026-01-15 03:26:54] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.084216 10.0.0.242 - - [2026-01-15 03:26:54] "POST /neutron/network HTTP/1.1" 200 825 0.038049 10.0.0.242 - - [2026-01-15 03:26:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.002023 10.0.0.242 - - [2026-01-15 03:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.006741 10.0.0.73 - - [2026-01-15 03:26:54] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.242 - - [2026-01-15 03:26:55] "POST /neutron/port HTTP/1.1" 200 1059 0.355329 10.0.0.73 - - [2026-01-15 03:26:55] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.242 - - [2026-01-15 03:26:55] "POST /neutron/port HTTP/1.1" 200 1113 0.187766 10.0.0.242 - - [2026-01-15 03:26:55] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.181885 10.0.0.242 - - [2026-01-15 03:26:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014555 10.0.0.242 - - [2026-01-15 03:26:56] "POST /neutron/network HTTP/1.1" 200 825 0.006382 10.0.0.242 - - [2026-01-15 03:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.015498 10.0.0.242 - - [2026-01-15 03:26:57] "POST /neutron/network HTTP/1.1" 200 838 0.013981 10.0.0.242 - - [2026-01-15 03:26:57] "POST /neutron/port HTTP/1.1" 200 1062 0.042867 10.0.0.242 - - [2026-01-15 03:26:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005836 10.0.0.73 - - [2026-01-15 03:26:58] "DELETE /project/45b353d47d80432aac4627bc187e4e2d HTTP/1.1" 404 173 0.002198 10.0.0.73 - - [2026-01-15 03:26:58] "DELETE /project/68d3c448-3bbb-46de-b9dc-08f961fea405 HTTP/1.1" 404 177 0.014169 10.0.0.242 - - [2026-01-15 03:26:58] "POST /neutron/network HTTP/1.1" 200 828 0.016721 10.0.0.242 - - [2026-01-15 03:27:06] "POST /neutron/port HTTP/1.1" 200 1123 0.043962 10.0.0.242 - - [2026-01-15 03:27:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008128 10.0.0.242 - - [2026-01-15 03:27:22] "POST /neutron/port HTTP/1.1" 200 1123 0.020001 10.0.0.242 - - [2026-01-15 03:27:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006821 10.0.0.242 - - [2026-01-15 03:27:32] "POST /neutron/port HTTP/1.1" 200 1123 0.017864 10.0.0.242 - - [2026-01-15 03:27:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006770 10.0.0.242 - - [2026-01-15 03:27:32] "GET /virtual-machine/effcc251-d846-41e5-b360-57ccbfca802f HTTP/1.1" 401 293 0.000367 10.0.0.242 - - [2026-01-15 03:27:33] "GET /virtual-machine/effcc251-d846-41e5-b360-57ccbfca802f HTTP/1.1" 200 1294 0.036173 10.0.0.242 - - [2026-01-15 03:27:33] "GET /virtual-machine-interface/2cdfc24c-7b3f-4338-8286-d9efb0eeb727 HTTP/1.1" 200 2948 0.005363 10.0.0.242 - - [2026-01-15 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.242 - - [2026-01-15 03:27:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003193 10.0.0.242 - - [2026-01-15 03:27:33] "GET /virtual-networks?parent_id=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002691 10.0.0.242 - - [2026-01-15 03:27:33] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005248 10.0.0.242 - - [2026-01-15 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.242 - - [2026-01-15 03:27:36] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005229 10.0.0.242 - - [2026-01-15 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.242 - - [2026-01-15 03:27:40] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004931 10.0.0.242 - - [2026-01-15 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.242 - - [2026-01-15 03:27:44] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005990 10.0.0.242 - - [2026-01-15 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2026-01-15 03:27:48] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005205 10.0.0.242 - - [2026-01-15 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2026-01-15 03:27:52] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005105 10.0.0.242 - - [2026-01-15 03:27:53] "POST /neutron/network HTTP/1.1" 200 835 0.006491 10.0.0.242 - - [2026-01-15 03:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.001484 10.0.0.242 - - [2026-01-15 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.242 - - [2026-01-15 03:27:56] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005656 10.0.0.242 - - [2026-01-15 03:27:59] "GET /obj-perms HTTP/1.1" 200 5075 0.056180 10.0.0.242 - - [2026-01-15 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.242 - - [2026-01-15 03:28:00] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007263 10.0.0.242 - - [2026-01-15 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.242 - - [2026-01-15 03:28:04] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004952 10.0.0.242 - - [2026-01-15 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.242 - - [2026-01-15 03:28:09] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005005 10.0.0.242 - - [2026-01-15 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.242 - - [2026-01-15 03:28:13] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005208 10.0.0.242 - - [2026-01-15 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.242 - - [2026-01-15 03:28:17] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004457 10.0.0.242 - - [2026-01-15 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.242 - - [2026-01-15 03:28:21] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005717 10.0.0.242 - - [2026-01-15 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.242 - - [2026-01-15 03:28:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003541 10.0.0.242 - - [2026-01-15 03:28:23] "GET /virtual-networks?parent_id=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002801 10.0.0.242 - - [2026-01-15 03:28:23] "GET /virtual-network/59458a3d-05f8-45d8-825b-9e8f7f129de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005044 10.0.0.242 - - [2026-01-15 03:28:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006743 10.0.0.242 - - [2026-01-15 03:28:33] "POST /neutron/port HTTP/1.1" 200 1123 0.016267 10.0.0.242 - - [2026-01-15 03:28:34] "POST /neutron/port HTTP/1.1" 200 1126 0.031476 10.0.0.242 - - [2026-01-15 03:28:34] "POST /neutron/subnet HTTP/1.1" 200 704 0.011444 10.0.0.242 - - [2026-01-15 03:28:39] "POST /neutron/port HTTP/1.1" 200 1123 0.015433 10.0.0.242 - - [2026-01-15 03:28:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.039670 10.0.0.33 - - [2026-01-15 03:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.33 - - [2026-01-15 03:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.73 - - [2026-01-15 03:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.73 - - [2026-01-15 03:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2026-01-15 03:28:49] "POST /neutron/port HTTP/1.1" 200 1123 0.017447 10.0.0.33 - - [2026-01-15 03:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.33 - - [2026-01-15 03:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.73 - - [2026-01-15 03:28:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.73 - - [2026-01-15 03:28:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.242 - - [2026-01-15 03:28:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.242 - - [2026-01-15 03:28:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.242 - - [2026-01-15 03:28:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.242 - - [2026-01-15 03:28:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.242 - - [2026-01-15 03:28:53] "POST /neutron/port HTTP/1.1" 200 1123 0.047443 10.0.0.242 - - [2026-01-15 03:28:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.008532 10.0.0.242 - - [2026-01-15 03:28:54] "POST /neutron/port HTTP/1.1" 200 1123 0.016590 10.0.0.242 - - [2026-01-15 03:28:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007790 10.0.0.73 - - [2026-01-15 03:29:00] "GET /obj-perms HTTP/1.1" 200 5075 0.071410 10.0.0.242 - - [2026-01-15 03:29:04] "POST /neutron/port HTTP/1.1" 200 1123 0.015388 10.0.0.242 - - [2026-01-15 03:29:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014178 10.0.0.242 - - [2026-01-15 03:29:20] "POST /neutron/port HTTP/1.1" 200 1126 0.017691 10.0.0.242 - - [2026-01-15 03:29:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007083 10.0.0.242 - - [2026-01-15 03:29:20] "GET /virtual-machine/e3f2e7be-2a24-4b16-881b-4e38a2ce1d39 HTTP/1.1" 200 1293 0.005910 10.0.0.242 - - [2026-01-15 03:29:20] "GET /virtual-machine-interface/0cd81f04-6726-42a7-af57-24f7acc76198 HTTP/1.1" 200 2948 0.010223 10.0.0.242 - - [2026-01-15 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.242 - - [2026-01-15 03:29:20] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004227 10.0.0.242 - - [2026-01-15 03:29:20] "GET /virtual-networks?parent_id=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002826 10.0.0.242 - - [2026-01-15 03:29:20] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005288 10.0.0.242 - - [2026-01-15 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.242 - - [2026-01-15 03:29:21] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004117 10.0.0.242 - - [2026-01-15 03:29:21] "GET /virtual-networks?parent_id=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003176 10.0.0.242 - - [2026-01-15 03:29:22] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005623 10.0.0.242 - - [2026-01-15 03:29:22] "POST /neutron/port HTTP/1.1" 200 1126 0.017863 10.0.0.242 - - [2026-01-15 03:29:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007197 10.0.0.242 - - [2026-01-15 03:29:34] "POST /neutron/port HTTP/1.1" 200 1126 0.015928 10.0.0.242 - - [2026-01-15 03:29:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004136 10.0.0.242 - - [2026-01-15 03:29:34] "POST /neutron/network HTTP/1.1" 200 828 0.006643 10.0.0.242 - - [2026-01-15 03:29:42] "POST /neutron/port HTTP/1.1" 200 1126 0.016465 10.0.0.242 - - [2026-01-15 03:29:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007752 10.0.0.242 - - [2026-01-15 03:29:53] "POST /neutron/port HTTP/1.1" 200 1123 0.017447 10.0.0.242 - - [2026-01-15 03:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.242 - - [2026-01-15 03:29:53] "POST /neutron/network HTTP/1.1" 200 825 0.009973 10.0.0.242 - - [2026-01-15 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.73 - - [2026-01-15 03:29:58] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.032348 10.0.0.242 - - [2026-01-15 03:29:58] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075566 10.0.0.242 - - [2026-01-15 03:29:58] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005738 10.0.0.242 - - [2026-01-15 03:29:58] "GET /floating-ip-pools?parent_id=20393033-09a8-4d69-911f-4cff631931ab&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003079 10.0.0.242 - - [2026-01-15 03:29:58] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005350 10.0.0.242 - - [2026-01-15 03:29:58] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030782 10.0.0.242 - - [2026-01-15 03:29:58] "POST /ref-update HTTP/1.1" 200 156 0.014186 10.0.0.242 - - [2026-01-15 03:29:58] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005205 10.0.0.242 - - [2026-01-15 03:29:59] "GET /virtual-network/20393033-09a8-4d69-911f-4cff631931ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005044 10.0.0.242 - - [2026-01-15 03:29:59] "POST /neutron/floatingip HTTP/1.1" 200 531 0.008979 10.0.0.242 - - [2026-01-15 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.242 - - [2026-01-15 03:29:59] "GET /routing-instance/2104ff33-4218-4f0b-a977-91f7bb634a56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005086 10.0.0.242 - - [2026-01-15 03:29:59] "GET /route-target/b9cea131-f9c0-494e-8d9a-a05e9e3153e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003821 10.0.0.33 - - [2026-01-15 03:30:01] "GET /obj-perms HTTP/1.1" 200 5075 0.083630 10.0.0.242 - - [2026-01-15 03:30:28] "POST /neutron/floatingip HTTP/1.1" 200 576 0.020066 10.0.0.242 - - [2026-01-15 03:30:28] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044749 10.0.0.242 - - [2026-01-15 03:30:28] "GET /floating-ip-pool/4a3ad531-96e9-4292-b0de-af763817d2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.003638 10.0.0.242 - - [2026-01-15 03:30:28] "POST /ref-update HTTP/1.1" 200 156 0.012687 10.0.0.242 - - [2026-01-15 03:30:28] "DELETE /floating-ip-pool/4a3ad531-96e9-4292-b0de-af763817d2db HTTP/1.1" 200 115 0.028521 10.0.0.242 - - [2026-01-15 03:30:29] "POST /neutron/port HTTP/1.1" 200 1123 0.020956 10.0.0.242 - - [2026-01-15 03:30:29] "POST /neutron/port HTTP/1.1" 200 151 0.203495 10.0.0.242 - - [2026-01-15 03:30:31] "POST /neutron/network HTTP/1.1" 200 825 0.007436 10.0.0.73 - - [2026-01-15 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.050098 10.0.0.73 - - [2026-01-15 03:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006475 10.0.0.73 - - [2026-01-15 03:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003832 10.0.0.242 - - [2026-01-15 03:30:31] "POST /neutron/network HTTP/1.1" 200 151 0.126387 10.0.0.73 - - [2026-01-15 03:30:31] "DELETE /route-target/b9cea131-f9c0-494e-8d9a-a05e9e3153e7 HTTP/1.1" 200 115 0.031492 10.0.0.73 - - [2026-01-15 03:30:33] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000843 10.0.0.242 - - [2026-01-15 03:30:33] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035316 10.0.0.73 - - [2026-01-15 03:30:33] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.242 - - [2026-01-15 03:30:33] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?fields=virtual_networks HTTP/1.1" 200 1034 0.033715 10.0.0.73 - - [2026-01-15 03:30:33] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.242 - - [2026-01-15 03:30:33] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.038915 10.0.0.73 - - [2026-01-15 03:30:33] "GET /projects?obj_uuids=45b353d4-7d80-432a-ac46-27bc187e4e2d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000831 10.0.0.242 - - [2026-01-15 03:30:33] "GET /project/45b353d4-7d80-432a-ac46-27bc187e4e2d?fields=security_groups HTTP/1.1" 200 1261 0.031677 10.0.0.242 - - [2026-01-15 03:30:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.034418 10.0.0.73 - - [2026-01-15 03:30:34] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.73 - - [2026-01-15 03:30:34] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.73 - - [2026-01-15 03:30:34] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006718 10.0.0.73 - - [2026-01-15 03:30:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001329 10.0.0.73 - - [2026-01-15 03:30:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.005824 10.0.0.73 - - [2026-01-15 03:30:35] "POST /security-groups HTTP/1.1" 200 591 0.074941 10.0.0.73 - - [2026-01-15 03:30:35] "POST /projects HTTP/1.1" 200 585 0.285310 10.0.0.73 - - [2026-01-15 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.339658 10.0.0.73 - - [2026-01-15 03:30:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.009482 10.0.0.242 - - [2026-01-15 03:30:35] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.510857 10.0.0.242 - - [2026-01-15 03:30:36] "GET / HTTP/1.1" 200 35931 0.002429 10.0.0.242 - - [2026-01-15 03:30:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2026-01-15 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.068822 10.0.0.73 - - [2026-01-15 03:30:38] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000827 10.0.0.242 - - [2026-01-15 03:30:38] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.035851 10.0.0.73 - - [2026-01-15 03:30:39] "POST /ref-update HTTP/1.1" 200 156 0.029585 10.0.0.73 - - [2026-01-15 03:30:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008081 10.0.0.242 - - [2026-01-15 03:30:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.245660 10.0.0.242 - - [2026-01-15 03:30:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001301 10.0.0.242 - - [2026-01-15 03:30:39] "GET /virtual-network/d888f9bb-0b0e-483f-81c6-e645a291c317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005030 10.0.0.242 - - [2026-01-15 03:30:39] "GET /virtual-network/d888f9bb-0b0e-483f-81c6-e645a291c317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005623 10.0.0.242 - - [2026-01-15 03:30:39] "POST /neutron/network HTTP/1.1" 200 839 0.006185 10.0.0.242 - - [2026-01-15 03:30:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001282 10.0.0.242 - - [2026-01-15 03:30:39] "POST /neutron/network HTTP/1.1" 200 849 0.007102 10.0.0.73 - - [2026-01-15 03:30:40] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.242 - - [2026-01-15 03:30:40] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069884 10.0.0.242 - - [2026-01-15 03:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005803 10.0.0.242 - - [2026-01-15 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.242 - - [2026-01-15 03:30:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003579 10.0.0.242 - - [2026-01-15 03:30:41] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.010668 10.0.0.73 - - [2026-01-15 03:30:41] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.242 - - [2026-01-15 03:30:41] "POST /neutron/port HTTP/1.1" 200 1055 0.266461 10.0.0.242 - - [2026-01-15 03:30:42] "POST /neutron/port HTTP/1.1" 200 1109 0.110514 10.0.0.242 - - [2026-01-15 03:30:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.008521 10.0.0.242 - - [2026-01-15 03:30:46] "POST /neutron/port HTTP/1.1" 200 1119 0.017331 10.0.0.242 - - [2026-01-15 03:30:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006954 10.0.0.242 - - [2026-01-15 03:30:46] "GET /virtual-machine/76500ae1-a9a0-4540-8d30-9a855b881e2a HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2026-01-15 03:30:47] "GET /virtual-machine/76500ae1-a9a0-4540-8d30-9a855b881e2a HTTP/1.1" 200 1292 0.035113 10.0.0.242 - - [2026-01-15 03:30:47] "GET /virtual-machine-interface/e24961e5-0050-41fe-8f0e-2d2a92ca71f3 HTTP/1.1" 200 2972 0.006050 10.0.0.242 - - [2026-01-15 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.242 - - [2026-01-15 03:30:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004057 10.0.0.242 - - [2026-01-15 03:30:47] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003101 10.0.0.242 - - [2026-01-15 03:30:47] "GET /virtual-network/d888f9bb-0b0e-483f-81c6-e645a291c317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005377 10.0.0.242 - - [2026-01-15 03:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.242 - - [2026-01-15 03:30:50] "GET /virtual-network/d888f9bb-0b0e-483f-81c6-e645a291c317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005154 10.0.0.242 - - [2026-01-15 03:30:50] "POST /neutron/port HTTP/1.1" 200 1119 0.017116 10.0.0.242 - - [2026-01-15 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.242 - - [2026-01-15 03:30:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004041 10.0.0.242 - - [2026-01-15 03:30:52] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003096 10.0.0.242 - - [2026-01-15 03:30:52] "GET /virtual-network/d888f9bb-0b0e-483f-81c6-e645a291c317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006399 10.0.0.242 - - [2026-01-15 03:30:53] "POST /neutron/port HTTP/1.1" 200 1119 0.016486 10.0.0.242 - - [2026-01-15 03:30:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.009423 10.0.0.242 - - [2026-01-15 03:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2026-01-15 03:30:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003274 10.0.0.242 - - [2026-01-15 03:30:54] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.011517 10.0.0.242 - - [2026-01-15 03:30:54] "POST /neutron/network HTTP/1.1" 200 839 0.006845 10.0.0.242 - - [2026-01-15 03:30:55] "POST /neutron/port HTTP/1.1" 200 1109 0.020274 10.0.0.73 - - [2026-01-15 03:30:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003110 10.0.0.73 - - [2026-01-15 03:30:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009081 10.0.0.73 - - [2026-01-15 03:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008187 10.0.0.242 - - [2026-01-15 03:30:56] "POST /neutron/network HTTP/1.1" 200 151 0.125583 10.0.0.73 - - [2026-01-15 03:30:58] "DELETE /project/8a542f6465cf46df87e7647598a31ff9 HTTP/1.1" 404 173 0.004003 10.0.0.73 - - [2026-01-15 03:30:58] "DELETE /project/45b353d4-7d80-432a-ac46-27bc187e4e2d HTTP/1.1" 404 177 0.003539 10.0.0.242 - - [2026-01-15 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.73 - - [2026-01-15 03:30:59] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.242 - - [2026-01-15 03:30:59] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038193 10.0.0.73 - - [2026-01-15 03:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008462 10.0.0.242 - - [2026-01-15 03:31:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.217186 10.0.0.242 - - [2026-01-15 03:31:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001264 10.0.0.242 - - [2026-01-15 03:31:00] "GET /virtual-network/088c5c4c-3d37-46d7-951c-ee299e533232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006748 10.0.0.242 - - [2026-01-15 03:31:00] "GET /virtual-network/088c5c4c-3d37-46d7-951c-ee299e533232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005489 10.0.0.242 - - [2026-01-15 03:31:00] "POST /neutron/network HTTP/1.1" 200 824 0.007075 10.0.0.242 - - [2026-01-15 03:31:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001707 10.0.0.73 - - [2026-01-15 03:31:00] "POST /ref-update HTTP/1.1" 200 156 0.022673 10.0.0.73 - - [2026-01-15 03:31:01] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.242 - - [2026-01-15 03:31:01] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.092940 10.0.0.242 - - [2026-01-15 03:31:01] "POST /neutron/network HTTP/1.1" 200 824 0.007113 10.0.0.242 - - [2026-01-15 03:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.006947 10.0.0.242 - - [2026-01-15 03:31:02] "POST /neutron/port HTTP/1.1" 200 1060 0.049476 10.0.0.242 - - [2026-01-15 03:31:03] "POST /neutron/port HTTP/1.1" 200 1124 0.019379 10.0.0.242 - - [2026-01-15 03:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.242 - - [2026-01-15 03:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006655 10.0.0.242 - - [2026-01-15 03:31:07] "POST /neutron/port HTTP/1.1" 200 1124 0.019536 10.0.0.242 - - [2026-01-15 03:31:07] "GET /virtual-machine/e18fa28c-77c4-462f-a5f7-fc11092fbc52 HTTP/1.1" 200 1293 0.005229 10.0.0.242 - - [2026-01-15 03:31:07] "GET /virtual-machine-interface/1240cfbb-684a-4327-b7cd-fd1e19707187 HTTP/1.1" 200 2941 0.005739 10.0.0.242 - - [2026-01-15 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.242 - - [2026-01-15 03:31:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003285 10.0.0.242 - - [2026-01-15 03:31:07] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003177 10.0.0.242 - - [2026-01-15 03:31:07] "GET /virtual-network/088c5c4c-3d37-46d7-951c-ee299e533232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008623 10.0.0.242 - - [2026-01-15 03:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.242 - - [2026-01-15 03:31:10] "GET /virtual-network/088c5c4c-3d37-46d7-951c-ee299e533232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005320 10.0.0.242 - - [2026-01-15 03:31:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010423 10.0.0.242 - - [2026-01-15 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.242 - - [2026-01-15 03:31:14] "GET /virtual-network/088c5c4c-3d37-46d7-951c-ee299e533232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005662 10.0.0.242 - - [2026-01-15 03:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.242 - - [2026-01-15 03:31:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003751 10.0.0.242 - - [2026-01-15 03:31:16] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002986 10.0.0.242 - - [2026-01-15 03:31:16] "GET /virtual-network/088c5c4c-3d37-46d7-951c-ee299e533232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005561 10.0.0.242 - - [2026-01-15 03:31:19] "POST /neutron/port HTTP/1.1" 200 1124 0.018085 10.0.0.242 - - [2026-01-15 03:31:21] "POST /neutron/network HTTP/1.1" 200 824 0.007124 10.0.0.242 - - [2026-01-15 03:31:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004474 10.0.0.242 - - [2026-01-15 03:31:23] "POST /network-ipams HTTP/1.1" 200 541 0.025857 10.0.0.242 - - [2026-01-15 03:31:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003346 10.0.0.242 - - [2026-01-15 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.242 - - [2026-01-15 03:31:24] "GET /network-ipam/2305f4a2-aa79-4ad1-a2d4-bddfd120cbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.007726 10.0.0.242 - - [2026-01-15 03:31:24] "PUT /network-ipam/2305f4a2-aa79-4ad1-a2d4-bddfd120cbec HTTP/1.1" 200 258 0.013901 10.0.0.242 - - [2026-01-15 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.73 - - [2026-01-15 03:31:24] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.242 - - [2026-01-15 03:31:24] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051263 10.0.0.73 - - [2026-01-15 03:31:24] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.242 - - [2026-01-15 03:31:24] "POST /neutron/network HTTP/1.1" 200 605 0.124970 10.0.0.73 - - [2026-01-15 03:31:24] "POST /route-targets HTTP/1.1" 200 327 0.016409 10.0.0.242 - - [2026-01-15 03:31:25] "POST /neutron/network HTTP/1.1" 200 994 0.011256 10.0.0.242 - - [2026-01-15 03:31:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.000937 10.0.0.242 - - [2026-01-15 03:31:25] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004521 10.0.0.242 - - [2026-01-15 03:31:25] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005728 10.0.0.242 - - [2026-01-15 03:31:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008481 10.0.0.242 - - [2026-01-15 03:31:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.010220 10.0.0.73 - - [2026-01-15 03:31:25] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.242 - - [2026-01-15 03:31:25] "POST /neutron/port HTTP/1.1" 200 1017 0.246172 10.0.0.242 - - [2026-01-15 03:31:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001160 10.0.0.242 - - [2026-01-15 03:31:26] "POST /neutron/network HTTP/1.1" 200 994 0.007911 10.0.0.242 - - [2026-01-15 03:31:26] "POST /neutron/port HTTP/1.1" 200 1017 0.011821 10.0.0.242 - - [2026-01-15 03:31:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001729 10.0.0.242 - - [2026-01-15 03:31:26] "POST /neutron/port HTTP/1.1" 200 1017 0.011085 10.0.0.242 - - [2026-01-15 03:31:26] "POST /neutron/port HTTP/1.1" 200 1017 0.012050 10.0.0.242 - - [2026-01-15 03:31:26] "POST /neutron/port HTTP/1.1" 200 1017 0.015415 10.0.0.242 - - [2026-01-15 03:31:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001605 10.0.0.242 - - [2026-01-15 03:31:26] "POST /neutron/port HTTP/1.1" 200 1017 0.016498 10.0.0.242 - - [2026-01-15 03:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.026164 10.0.0.242 - - [2026-01-15 03:31:27] "POST /neutron/network HTTP/1.1" 200 1004 0.008591 10.0.0.242 - - [2026-01-15 03:31:27] "POST /neutron/network HTTP/1.1" 200 994 0.014728 10.0.0.242 - - [2026-01-15 03:31:27] "POST /neutron/port HTTP/1.1" 200 1017 0.012718 10.0.0.242 - - [2026-01-15 03:31:27] "POST /neutron/port HTTP/1.1" 200 1119 0.019221 10.0.0.242 - - [2026-01-15 03:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.73 - - [2026-01-15 03:31:28] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.242 - - [2026-01-15 03:31:28] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.084590 10.0.0.242 - - [2026-01-15 03:31:28] "POST /neutron/port HTTP/1.1" 200 2086 0.024007 10.0.0.242 - - [2026-01-15 03:31:29] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005387 10.0.0.242 - - [2026-01-15 03:31:29] "POST /neutron/network HTTP/1.1" 200 1004 0.005886 10.0.0.242 - - [2026-01-15 03:31:29] "POST /neutron/port HTTP/1.1" 200 1055 0.015543 10.0.0.242 - - [2026-01-15 03:31:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.242 - - [2026-01-15 03:31:30] "GET /obj-perms HTTP/1.1" 200 5049 0.089940 10.0.0.242 - - [2026-01-15 03:31:30] "POST /neutron/network HTTP/1.1" 200 994 0.008150 10.0.0.242 - - [2026-01-15 03:31:31] "POST /neutron/port HTTP/1.1" 200 1119 0.015547 10.0.0.242 - - [2026-01-15 03:31:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006780 10.0.0.242 - - [2026-01-15 03:31:31] "GET /virtual-machine/e9c042c6-b9a4-42c9-8b87-d8497d3ad60c HTTP/1.1" 200 1289 0.005870 10.0.0.242 - - [2026-01-15 03:31:31] "GET /virtual-machine-interface/4b9d3385-ff03-4a72-84ab-8a8ceead64ba HTTP/1.1" 200 2940 0.006005 10.0.0.242 - - [2026-01-15 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.242 - - [2026-01-15 03:31:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004106 10.0.0.242 - - [2026-01-15 03:31:31] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005114 10.0.0.242 - - [2026-01-15 03:31:31] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005711 10.0.0.242 - - [2026-01-15 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.242 - - [2026-01-15 03:31:34] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005808 10.0.0.242 - - [2026-01-15 03:31:36] "POST /neutron/network HTTP/1.1" 200 1004 0.007163 10.0.0.242 - - [2026-01-15 03:31:36] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.242 - - [2026-01-15 03:31:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007654 10.0.0.242 - - [2026-01-15 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.242 - - [2026-01-15 03:31:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004136 10.0.0.242 - - [2026-01-15 03:31:38] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003694 10.0.0.242 - - [2026-01-15 03:31:38] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006991 10.0.0.242 - - [2026-01-15 03:31:38] "POST /neutron/port HTTP/1.1" 200 1119 0.023015 10.0.0.242 - - [2026-01-15 03:31:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007828 10.0.0.242 - - [2026-01-15 03:31:39] "GET /virtual-machine/8ee452dd-2c38-4141-b6e3-11062c162df1 HTTP/1.1" 200 1289 0.007440 10.0.0.242 - - [2026-01-15 03:31:39] "GET /virtual-machine-interface/62b46cdc-b570-407a-996f-d7a9ab8e0795 HTTP/1.1" 200 2941 0.005391 10.0.0.242 - - [2026-01-15 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.242 - - [2026-01-15 03:31:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003363 10.0.0.242 - - [2026-01-15 03:31:39] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003387 10.0.0.242 - - [2026-01-15 03:31:39] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006475 10.0.0.242 - - [2026-01-15 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2026-01-15 03:31:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003520 10.0.0.242 - - [2026-01-15 03:31:40] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002924 10.0.0.242 - - [2026-01-15 03:31:40] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008298 10.0.0.242 - - [2026-01-15 03:31:40] "POST /neutron/port HTTP/1.1" 200 1119 0.019318 10.0.0.242 - - [2026-01-15 03:31:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006089 10.0.0.242 - - [2026-01-15 03:31:45] "POST /neutron/port HTTP/1.1" 200 1119 0.020659 10.0.0.242 - - [2026-01-15 03:31:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007455 10.0.0.242 - - [2026-01-15 03:31:46] "GET /virtual-machine/9e7166fe-89f6-4a7c-8608-8fdcf8330353 HTTP/1.1" 200 1292 0.006074 10.0.0.242 - - [2026-01-15 03:31:46] "GET /virtual-machine-interface/8c861893-082d-4e67-992d-95e6f2b642d7 HTTP/1.1" 200 2942 0.005095 10.0.0.242 - - [2026-01-15 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.242 - - [2026-01-15 03:31:46] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003740 10.0.0.242 - - [2026-01-15 03:31:46] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003615 10.0.0.242 - - [2026-01-15 03:31:46] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006811 10.0.0.242 - - [2026-01-15 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.242 - - [2026-01-15 03:31:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004132 10.0.0.242 - - [2026-01-15 03:31:47] "GET /virtual-networks?parent_id=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003218 10.0.0.242 - - [2026-01-15 03:31:47] "GET /virtual-network/8b76db61-4199-4763-80c7-689e642541d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007181 10.0.0.242 - - [2026-01-15 03:31:55] "POST /neutron/network HTTP/1.1" 200 1004 0.006926 10.0.0.242 - - [2026-01-15 03:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.73 - - [2026-01-15 03:32:03] "GET /obj-perms HTTP/1.1" 200 5075 0.054732 10.0.0.242 - - [2026-01-15 03:32:03] "POST /neutron/port HTTP/1.1" 200 1109 0.018301 10.0.0.242 - - [2026-01-15 03:32:03] "POST /neutron/port HTTP/1.1" 200 1109 0.038934 10.0.0.242 - - [2026-01-15 03:32:03] "POST /neutron/port HTTP/1.1" 200 1109 0.025598 10.0.0.73 - - [2026-01-15 03:32:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005777 10.0.0.73 - - [2026-01-15 03:32:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.73 - - [2026-01-15 03:32:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002510 10.0.0.73 - - [2026-01-15 03:32:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002107 10.0.0.242 - - [2026-01-15 03:32:04] "POST /neutron/network HTTP/1.1" 200 151 0.138593 10.0.0.73 - - [2026-01-15 03:32:04] "DELETE /route-target/41726958-0135-4a2e-ad45-59b8155cf4a3 HTTP/1.1" 200 115 0.033189 10.0.0.242 - - [2026-01-15 03:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.242 - - [2026-01-15 03:32:04] "DELETE /network-ipam/2305f4a2-aa79-4ad1-a2d4-bddfd120cbec HTTP/1.1" 200 115 0.037083 10.0.0.242 - - [2026-01-15 03:32:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.004444 10.0.0.73 - - [2026-01-15 03:32:06] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.242 - - [2026-01-15 03:32:06] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076855 10.0.0.73 - - [2026-01-15 03:32:06] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.242 - - [2026-01-15 03:32:06] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?fields=virtual_networks HTTP/1.1" 200 1031 0.040976 10.0.0.73 - - [2026-01-15 03:32:06] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.242 - - [2026-01-15 03:32:06] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.049807 10.0.0.73 - - [2026-01-15 03:32:06] "GET /projects?obj_uuids=8a542f64-65cf-46df-87e7-647598a31ff9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002334 10.0.0.242 - - [2026-01-15 03:32:06] "GET /project/8a542f64-65cf-46df-87e7-647598a31ff9?fields=security_groups HTTP/1.1" 200 1257 0.058665 10.0.0.242 - - [2026-01-15 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.036355 10.0.0.73 - - [2026-01-15 03:32:07] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.73 - - [2026-01-15 03:32:07] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001962 10.0.0.73 - - [2026-01-15 03:32:07] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046089 10.0.0.73 - - [2026-01-15 03:32:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.001789 10.0.0.73 - - [2026-01-15 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.009251 10.0.0.73 - - [2026-01-15 03:32:07] "POST /security-groups HTTP/1.1" 200 599 0.030416 10.0.0.73 - - [2026-01-15 03:32:07] "POST /projects HTTP/1.1" 200 601 0.242219 10.0.0.73 - - [2026-01-15 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.280256 10.0.0.73 - - [2026-01-15 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 241 0.009435 10.0.0.242 - - [2026-01-15 03:32:08] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.495147 10.0.0.242 - - [2026-01-15 03:32:08] "POST /neutron/port HTTP/1.1" 200 117 0.007103 10.0.0.242 - - [2026-01-15 03:32:09] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.242 - - [2026-01-15 03:32:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.242 - - [2026-01-15 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.083969 10.0.0.73 - - [2026-01-15 03:32:12] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.242 - - [2026-01-15 03:32:12] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036400 10.0.0.73 - - [2026-01-15 03:32:12] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.242 - - [2026-01-15 03:32:12] "POST /neutron/network HTTP/1.1" 200 613 0.174974 10.0.0.73 - - [2026-01-15 03:32:12] "POST /ref-update HTTP/1.1" 200 156 0.023058 10.0.0.73 - - [2026-01-15 03:32:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.083637 10.0.0.242 - - [2026-01-15 03:32:13] "POST /neutron/network HTTP/1.1" 200 1007 0.010598 10.0.0.242 - - [2026-01-15 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001119 10.0.0.242 - - [2026-01-15 03:32:13] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005343 10.0.0.242 - - [2026-01-15 03:32:13] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005615 10.0.0.242 - - [2026-01-15 03:32:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.007995 10.0.0.242 - - [2026-01-15 03:32:14] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005414 10.0.0.33 - - [2026-01-15 03:32:15] "GET /obj-perms HTTP/1.1" 200 5065 0.073352 10.0.0.242 - - [2026-01-15 03:32:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001216 10.0.0.73 - - [2026-01-15 03:32:16] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.242 - - [2026-01-15 03:32:16] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068844 10.0.0.242 - - [2026-01-15 03:32:16] "POST /neutron/network HTTP/1.1" 200 1007 0.035057 10.0.0.242 - - [2026-01-15 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001192 10.0.0.242 - - [2026-01-15 03:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.006843 10.0.0.73 - - [2026-01-15 03:32:17] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.242 - - [2026-01-15 03:32:17] "POST /neutron/port HTTP/1.1" 200 1176 0.339624 10.0.0.242 - - [2026-01-15 03:32:18] "POST /neutron/port HTTP/1.1" 200 1230 0.125242 10.0.0.242 - - [2026-01-15 03:32:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003670 10.0.0.242 - - [2026-01-15 03:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.003260 10.0.0.73 - - [2026-01-15 03:32:18] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.242 - - [2026-01-15 03:32:18] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.081172 10.0.0.242 - - [2026-01-15 03:32:18] "POST /neutron/port HTTP/1.1" 200 1240 0.019699 10.0.0.242 - - [2026-01-15 03:32:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001395 10.0.0.242 - - [2026-01-15 03:32:18] "POST /neutron/port HTTP/1.1" 200 1240 0.020661 10.0.0.242 - - [2026-01-15 03:32:19] "POST /neutron/network HTTP/1.1" 200 1017 0.007878 10.0.0.242 - - [2026-01-15 03:32:19] "POST /neutron/port HTTP/1.1" 200 1176 0.019650 10.0.0.242 - - [2026-01-15 03:32:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.242 - - [2026-01-15 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.73 - - [2026-01-15 03:32:20] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.242 - - [2026-01-15 03:32:20] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.091087 10.0.0.242 - - [2026-01-15 03:32:20] "POST /neutron/network HTTP/1.1" 200 1007 0.009036 10.0.0.242 - - [2026-01-15 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.005781 10.0.0.242 - - [2026-01-15 03:32:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001139 10.0.0.242 - - [2026-01-15 03:32:20] "POST /neutron/network HTTP/1.1" 200 1017 0.008217 10.0.0.242 - - [2026-01-15 03:32:21] "POST /neutron/port HTTP/1.1" 200 1176 0.028598 10.0.0.242 - - [2026-01-15 03:32:21] "POST /neutron/port HTTP/1.1" 200 1240 0.037138 10.0.0.242 - - [2026-01-15 03:32:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013535 10.0.0.73 - - [2026-01-15 03:32:21] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.242 - - [2026-01-15 03:32:21] "POST /neutron/network HTTP/1.1" 200 1007 0.010154 10.0.0.242 - - [2026-01-15 03:32:22] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088418 10.0.0.242 - - [2026-01-15 03:32:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007622 10.0.0.242 - - [2026-01-15 03:32:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007180 10.0.0.242 - - [2026-01-15 03:32:22] "POST /neutron/port HTTP/1.1" 200 1240 0.017169 10.0.0.242 - - [2026-01-15 03:32:22] "GET /virtual-machine/3988f68d-c445-4db3-b4ce-3bdb6d2fbd83 HTTP/1.1" 401 293 0.000384 10.0.0.73 - - [2026-01-15 03:32:22] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.242 - - [2026-01-15 03:32:23] "POST /neutron/port HTTP/1.1" 200 1176 0.288603 10.0.0.242 - - [2026-01-15 03:32:23] "GET /virtual-machine/3988f68d-c445-4db3-b4ce-3bdb6d2fbd83 HTTP/1.1" 200 1300 0.039240 10.0.0.242 - - [2026-01-15 03:32:23] "GET /virtual-machine-interface/1793054e-c0b1-48f7-ad45-04270d09b555 HTTP/1.1" 200 3175 0.005439 10.0.0.242 - - [2026-01-15 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.242 - - [2026-01-15 03:32:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002870 10.0.0.242 - - [2026-01-15 03:32:23] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005116 10.0.0.242 - - [2026-01-15 03:32:23] "POST /neutron/port HTTP/1.1" 200 1230 0.136070 10.0.0.242 - - [2026-01-15 03:32:23] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005703 10.0.0.242 - - [2026-01-15 03:32:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004826 10.0.0.242 - - [2026-01-15 03:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.242 - - [2026-01-15 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.242 - - [2026-01-15 03:32:26] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004978 10.0.0.242 - - [2026-01-15 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.242 - - [2026-01-15 03:32:30] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004968 10.0.0.242 - - [2026-01-15 03:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.242 - - [2026-01-15 03:32:34] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004946 10.0.0.242 - - [2026-01-15 03:32:38] "POST /neutron/port HTTP/1.1" 200 1240 0.015218 10.0.0.242 - - [2026-01-15 03:32:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004204 10.0.0.242 - - [2026-01-15 03:32:38] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.242 - - [2026-01-15 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.242 - - [2026-01-15 03:32:38] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005539 10.0.0.242 - - [2026-01-15 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2026-01-15 03:32:42] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005525 10.0.0.242 - - [2026-01-15 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.242 - - [2026-01-15 03:32:46] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007040 10.0.0.242 - - [2026-01-15 03:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.242 - - [2026-01-15 03:32:51] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004825 10.0.0.242 - - [2026-01-15 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2026-01-15 03:32:55] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005400 10.0.0.73 - - [2026-01-15 03:32:58] "DELETE /project/aec24089c84d48769f546035830c7a54 HTTP/1.1" 404 173 0.003555 10.0.0.73 - - [2026-01-15 03:32:58] "DELETE /project/8a542f64-65cf-46df-87e7-647598a31ff9 HTTP/1.1" 404 177 0.003111 10.0.0.242 - - [2026-01-15 03:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.242 - - [2026-01-15 03:32:59] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005735 10.0.0.242 - - [2026-01-15 03:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.242 - - [2026-01-15 03:33:03] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004926 10.0.0.242 - - [2026-01-15 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2026-01-15 03:33:07] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005693 10.0.0.242 - - [2026-01-15 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009347 10.0.0.242 - - [2026-01-15 03:33:11] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005154 10.0.0.242 - - [2026-01-15 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-15 03:33:15] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005708 10.0.0.242 - - [2026-01-15 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.242 - - [2026-01-15 03:33:19] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007330 10.0.0.242 - - [2026-01-15 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.242 - - [2026-01-15 03:33:23] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005003 10.0.0.242 - - [2026-01-15 03:33:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006811 10.0.0.242 - - [2026-01-15 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.242 - - [2026-01-15 03:33:27] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005262 10.0.0.242 - - [2026-01-15 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.242 - - [2026-01-15 03:33:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003261 10.0.0.242 - - [2026-01-15 03:33:29] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002988 10.0.0.242 - - [2026-01-15 03:33:30] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007220 10.0.0.242 - - [2026-01-15 03:33:30] "POST /neutron/port HTTP/1.1" 200 1240 0.017399 10.0.0.242 - - [2026-01-15 03:33:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007302 10.0.0.242 - - [2026-01-15 03:33:40] "POST /neutron/network HTTP/1.1" 200 1017 0.008380 10.0.0.242 - - [2026-01-15 03:33:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014105 10.0.0.242 - - [2026-01-15 03:33:40] "POST /neutron/network HTTP/1.1" 200 1007 0.009568 10.0.0.242 - - [2026-01-15 03:33:43] "POST /neutron/port HTTP/1.1" 200 1240 0.051130 10.0.0.242 - - [2026-01-15 03:33:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007200 10.0.0.33 - - [2026-01-15 03:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.33 - - [2026-01-15 03:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.73 - - [2026-01-15 03:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.73 - - [2026-01-15 03:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.33 - - [2026-01-15 03:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.33 - - [2026-01-15 03:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.73 - - [2026-01-15 03:33:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.73 - - [2026-01-15 03:33:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.242 - - [2026-01-15 03:33:50] "POST /neutron/port HTTP/1.1" 200 1240 0.015963 10.0.0.242 - - [2026-01-15 03:33:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2026-01-15 03:33:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.242 - - [2026-01-15 03:33:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.242 - - [2026-01-15 03:33:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2026-01-15 03:33:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006550 10.0.0.242 - - [2026-01-15 03:33:56] "POST /neutron/port HTTP/1.1" 200 1240 0.019088 10.0.0.242 - - [2026-01-15 03:33:56] "GET /virtual-machine/0332dd9e-1361-498e-9695-7ed8079c3f74 HTTP/1.1" 200 1299 0.005819 10.0.0.242 - - [2026-01-15 03:33:56] "GET /virtual-machine-interface/997a20d9-f786-46cf-bef1-a31a6b549a6f HTTP/1.1" 200 3176 0.005087 10.0.0.242 - - [2026-01-15 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.242 - - [2026-01-15 03:33:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003728 10.0.0.242 - - [2026-01-15 03:33:56] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002837 10.0.0.242 - - [2026-01-15 03:33:56] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005467 10.0.0.242 - - [2026-01-15 03:33:57] "POST /neutron/port HTTP/1.1" 200 1240 0.047320 10.0.0.242 - - [2026-01-15 03:33:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004358 10.0.0.242 - - [2026-01-15 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.242 - - [2026-01-15 03:33:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003562 10.0.0.242 - - [2026-01-15 03:33:57] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002938 10.0.0.242 - - [2026-01-15 03:33:57] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.242 - - [2026-01-15 03:33:57] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010586 10.0.0.242 - - [2026-01-15 03:33:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007803 10.0.0.242 - - [2026-01-15 03:34:03] "POST /neutron/port HTTP/1.1" 200 1240 0.019079 10.0.0.242 - - [2026-01-15 03:34:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007329 10.0.0.242 - - [2026-01-15 03:34:03] "GET /virtual-machine/4e21e594-5538-4a0e-b6be-7d9d0ff98c02 HTTP/1.1" 200 1300 0.006558 10.0.0.242 - - [2026-01-15 03:34:03] "GET /virtual-machine-interface/e1db5fca-5366-4812-a153-237a6c364918 HTTP/1.1" 200 3176 0.006155 10.0.0.242 - - [2026-01-15 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.242 - - [2026-01-15 03:34:03] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003573 10.0.0.242 - - [2026-01-15 03:34:03] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.010664 10.0.0.242 - - [2026-01-15 03:34:03] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005534 10.0.0.242 - - [2026-01-15 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.242 - - [2026-01-15 03:34:04] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004608 10.0.0.242 - - [2026-01-15 03:34:04] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002968 10.0.0.242 - - [2026-01-15 03:34:04] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005427 10.0.0.242 - - [2026-01-15 03:34:05] "GET /obj-perms HTTP/1.1" 200 5075 0.063695 10.0.0.73 - - [2026-01-15 03:34:29] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.242 - - [2026-01-15 03:34:29] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040674 10.0.0.242 - - [2026-01-15 03:34:29] "POST /fqname-to-id HTTP/1.1" 404 226 0.004226 10.0.0.242 - - [2026-01-15 03:34:29] "POST /interface-route-tables HTTP/1.1" 200 575 0.026242 10.0.0.242 - - [2026-01-15 03:34:30] "GET /interface-route-table/903b4878-e708-4ce7-aaba-1fc155b6d7ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005556 10.0.0.242 - - [2026-01-15 03:34:30] "GET /virtual-machine-interface/1793054e-c0b1-48f7-ad45-04270d09b555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005535 10.0.0.242 - - [2026-01-15 03:34:30] "POST /ref-update HTTP/1.1" 200 156 0.016314 10.0.0.242 - - [2026-01-15 03:34:40] "POST /neutron/network HTTP/1.1" 200 1017 0.007342 10.0.0.242 - - [2026-01-15 03:34:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014365 10.0.0.242 - - [2026-01-15 03:34:40] "POST /neutron/network HTTP/1.1" 200 1007 0.011456 10.0.0.242 - - [2026-01-15 03:34:58] "POST /neutron/network HTTP/1.1" 200 1017 0.006587 10.0.0.242 - - [2026-01-15 03:34:58] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012601 10.0.0.242 - - [2026-01-15 03:34:58] "POST /neutron/network HTTP/1.1" 200 1007 0.008693 10.0.0.73 - - [2026-01-15 03:35:05] "GET /obj-perms HTTP/1.1" 200 5075 0.060432 10.0.0.73 - - [2026-01-15 03:35:23] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.038351 10.0.0.242 - - [2026-01-15 03:35:23] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075505 10.0.0.242 - - [2026-01-15 03:35:23] "POST /fqname-to-id HTTP/1.1" 404 226 0.002465 10.0.0.242 - - [2026-01-15 03:35:23] "POST /interface-route-tables HTTP/1.1" 200 575 0.027465 10.0.0.242 - - [2026-01-15 03:35:23] "GET /interface-route-table/c53a2959-0a7b-4b17-a960-82b189310ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006128 10.0.0.242 - - [2026-01-15 03:35:23] "GET /virtual-machine-interface/997a20d9-f786-46cf-bef1-a31a6b549a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005811 10.0.0.242 - - [2026-01-15 03:35:23] "POST /ref-update HTTP/1.1" 200 156 0.014632 10.0.0.242 - - [2026-01-15 03:35:25] "GET /virtual-machine-interface/e1db5fca-5366-4812-a153-237a6c364918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005737 10.0.0.242 - - [2026-01-15 03:35:25] "PUT /virtual-machine-interface/e1db5fca-5366-4812-a153-237a6c364918 HTTP/1.1" 200 284 0.014592 10.0.0.242 - - [2026-01-15 03:35:25] "GET /virtual-machine-interface/1793054e-c0b1-48f7-ad45-04270d09b555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007338 10.0.0.242 - - [2026-01-15 03:35:25] "PUT /virtual-machine-interface/1793054e-c0b1-48f7-ad45-04270d09b555 HTTP/1.1" 200 284 0.014803 10.0.0.242 - - [2026-01-15 03:35:25] "GET /virtual-machine-interface/997a20d9-f786-46cf-bef1-a31a6b549a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007199 10.0.0.242 - - [2026-01-15 03:35:25] "PUT /virtual-machine-interface/997a20d9-f786-46cf-bef1-a31a6b549a6f HTTP/1.1" 200 284 0.021911 10.0.0.242 - - [2026-01-15 03:35:40] "POST /neutron/network HTTP/1.1" 200 1017 0.006278 10.0.0.242 - - [2026-01-15 03:35:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012903 10.0.0.242 - - [2026-01-15 03:35:40] "POST /neutron/network HTTP/1.1" 200 1007 0.008104 10.0.0.242 - - [2026-01-15 03:35:58] "POST /neutron/network HTTP/1.1" 200 1017 0.008803 10.0.0.242 - - [2026-01-15 03:35:58] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015795 10.0.0.242 - - [2026-01-15 03:35:58] "POST /neutron/network HTTP/1.1" 200 1007 0.011215 10.0.0.33 - - [2026-01-15 03:36:06] "GET /obj-perms HTTP/1.1" 200 5075 0.057929 10.0.0.242 - - [2026-01-15 03:36:25] "POST /neutron/port HTTP/1.1" 200 1240 0.021408 10.0.0.242 - - [2026-01-15 03:36:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007208 10.0.0.242 - - [2026-01-15 03:36:25] "GET /virtual-machine/d07bb325-dd9b-46be-b6c4-19a4e0f1509e HTTP/1.1" 200 1301 0.005461 10.0.0.242 - - [2026-01-15 03:36:25] "GET /virtual-machine-interface/401111dd-156c-4b98-bf1e-3e9f58360242 HTTP/1.1" 200 3175 0.005036 10.0.0.242 - - [2026-01-15 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.242 - - [2026-01-15 03:36:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003190 10.0.0.242 - - [2026-01-15 03:36:25] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002704 10.0.0.242 - - [2026-01-15 03:36:25] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005147 10.0.0.242 - - [2026-01-15 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.242 - - [2026-01-15 03:36:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005042 10.0.0.242 - - [2026-01-15 03:36:26] "GET /virtual-networks?parent_id=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002740 10.0.0.242 - - [2026-01-15 03:36:26] "GET /virtual-network/34aad3e8-0fab-41bb-9367-f4e9118319e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005271 10.0.0.242 - - [2026-01-15 03:36:27] "GET /virtual-machine-interface/401111dd-156c-4b98-bf1e-3e9f58360242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.008867 10.0.0.242 - - [2026-01-15 03:36:27] "PUT /virtual-machine-interface/401111dd-156c-4b98-bf1e-3e9f58360242 HTTP/1.1" 200 284 0.014229 10.0.0.242 - - [2026-01-15 03:36:41] "POST /neutron/network HTTP/1.1" 200 1017 0.035453 10.0.0.242 - - [2026-01-15 03:36:41] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012549 10.0.0.242 - - [2026-01-15 03:36:41] "POST /neutron/network HTTP/1.1" 200 1007 0.008320 10.0.0.242 - - [2026-01-15 03:37:00] "POST /neutron/network HTTP/1.1" 200 1017 0.007836 10.0.0.242 - - [2026-01-15 03:37:00] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014112 10.0.0.242 - - [2026-01-15 03:37:00] "POST /neutron/network HTTP/1.1" 200 1007 0.009544 10.0.0.73 - - [2026-01-15 03:37:06] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.242 - - [2026-01-15 03:37:06] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050843 10.0.0.242 - - [2026-01-15 03:37:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.003460 10.0.0.242 - - [2026-01-15 03:37:06] "POST /interface-route-tables HTTP/1.1" 200 575 0.026811 10.0.0.242 - - [2026-01-15 03:37:06] "GET /interface-route-table/1f2d410b-aa81-4137-acb8-26f1a27a5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007048 10.0.0.242 - - [2026-01-15 03:37:06] "GET /virtual-machine-interface/401111dd-156c-4b98-bf1e-3e9f58360242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005928 10.0.0.242 - - [2026-01-15 03:37:06] "POST /ref-update HTTP/1.1" 200 156 0.013977 10.0.0.242 - - [2026-01-15 03:37:08] "GET /virtual-machine-interface/1793054e-c0b1-48f7-ad45-04270d09b555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006039 10.0.0.242 - - [2026-01-15 03:37:08] "POST /ref-update HTTP/1.1" 200 156 0.018178 10.0.0.242 - - [2026-01-15 03:37:08] "DELETE /interface-route-table/903b4878-e708-4ce7-aaba-1fc155b6d7ac HTTP/1.1" 200 115 0.038225 10.0.0.242 - - [2026-01-15 03:37:09] "POST /neutron/port HTTP/1.1" 200 151 0.227509 10.0.0.242 - - [2026-01-15 03:37:18] "GET /virtual-machine-interface/401111dd-156c-4b98-bf1e-3e9f58360242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.043430 10.0.0.242 - - [2026-01-15 03:37:18] "POST /ref-update HTTP/1.1" 200 156 0.015037 10.0.0.242 - - [2026-01-15 03:37:18] "DELETE /interface-route-table/1f2d410b-aa81-4137-acb8-26f1a27a5431 HTTP/1.1" 200 115 0.027539 10.0.0.242 - - [2026-01-15 03:37:18] "GET /virtual-machine-interface/997a20d9-f786-46cf-bef1-a31a6b549a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.005503 10.0.0.242 - - [2026-01-15 03:37:18] "POST /ref-update HTTP/1.1" 200 156 0.018625 10.0.0.242 - - [2026-01-15 03:37:19] "DELETE /interface-route-table/c53a2959-0a7b-4b17-a960-82b189310ec0 HTTP/1.1" 200 115 0.040673 10.0.0.242 - - [2026-01-15 03:37:19] "POST /neutron/port HTTP/1.1" 200 1240 0.068093 10.0.0.242 - - [2026-01-15 03:37:19] "POST /neutron/port HTTP/1.1" 200 1240 0.032017 10.0.0.242 - - [2026-01-15 03:37:19] "POST /neutron/port HTTP/1.1" 200 1240 0.030121 10.0.0.242 - - [2026-01-15 03:37:21] "POST /neutron/network HTTP/1.1" 200 1007 0.009164 10.0.0.73 - - [2026-01-15 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.043065 10.0.0.73 - - [2026-01-15 03:37:23] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.242 - - [2026-01-15 03:37:23] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076471 10.0.0.73 - - [2026-01-15 03:37:23] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.242 - - [2026-01-15 03:37:23] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?fields=virtual_networks HTTP/1.1" 200 1049 0.059031 10.0.0.73 - - [2026-01-15 03:37:23] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.242 - - [2026-01-15 03:37:23] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.075502 10.0.0.73 - - [2026-01-15 03:37:23] "GET /projects?obj_uuids=aec24089-c84d-4876-9f54-6035830c7a54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.242 - - [2026-01-15 03:37:23] "GET /project/aec24089-c84d-4876-9f54-6035830c7a54?fields=security_groups HTTP/1.1" 200 1283 0.044257 10.0.0.242 - - [2026-01-15 03:37:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.030588 10.0.0.73 - - [2026-01-15 03:37:24] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003175 10.0.0.73 - - [2026-01-15 03:37:24] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.73 - - [2026-01-15 03:37:24] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040648 10.0.0.73 - - [2026-01-15 03:37:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.009577 10.0.0.73 - - [2026-01-15 03:37:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.009284 10.0.0.73 - - [2026-01-15 03:37:24] "POST /security-groups HTTP/1.1" 200 586 0.073558 10.0.0.73 - - [2026-01-15 03:37:24] "POST /projects HTTP/1.1" 200 575 0.297633 10.0.0.73 - - [2026-01-15 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.373735 10.0.0.73 - - [2026-01-15 03:37:24] "POST /access-control-lists HTTP/1.1" 200 591 0.029119 10.0.0.242 - - [2026-01-15 03:37:25] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.578328 10.0.0.242 - - [2026-01-15 03:37:26] "GET / HTTP/1.1" 200 35931 0.001759 10.0.0.73 - - [2026-01-15 03:37:29] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.242 - - [2026-01-15 03:37:29] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.047562 10.0.0.73 - - [2026-01-15 03:37:29] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001359 10.0.0.242 - - [2026-01-15 03:37:29] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?fields=virtual_networks HTTP/1.1" 200 1023 0.040088 10.0.0.73 - - [2026-01-15 03:37:29] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001087 10.0.0.242 - - [2026-01-15 03:37:29] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.050613 10.0.0.73 - - [2026-01-15 03:37:29] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.242 - - [2026-01-15 03:37:29] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?fields=security_groups HTTP/1.1" 200 1244 0.048608 10.0.0.242 - - [2026-01-15 03:37:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.035947 10.0.0.73 - - [2026-01-15 03:37:31] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004972 10.0.0.73 - - [2026-01-15 03:37:31] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.73 - - [2026-01-15 03:37:31] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007666 10.0.0.73 - - [2026-01-15 03:37:31] "POST /id-to-fqname HTTP/1.1" 200 195 0.001154 10.0.0.73 - - [2026-01-15 03:37:31] "POST /fqname-to-id HTTP/1.1" 404 204 0.006959 10.0.0.73 - - [2026-01-15 03:37:31] "POST /security-groups HTTP/1.1" 200 596 0.028372 10.0.0.73 - - [2026-01-15 03:37:31] "POST /fqname-to-id HTTP/1.1" 404 239 0.002823 10.0.0.73 - - [2026-01-15 03:37:31] "POST /projects HTTP/1.1" 200 595 0.223680 10.0.0.73 - - [2026-01-15 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.300851 10.0.0.73 - - [2026-01-15 03:37:31] "POST /access-control-lists HTTP/1.1" 200 599 0.026537 10.0.0.242 - - [2026-01-15 03:37:31] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.453518 10.0.0.242 - - [2026-01-15 03:37:32] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.73 - - [2026-01-15 03:37:35] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001135 10.0.0.242 - - [2026-01-15 03:37:35] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.066992 10.0.0.73 - - [2026-01-15 03:37:35] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000923 10.0.0.242 - - [2026-01-15 03:37:36] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?fields=virtual_networks HTTP/1.1" 200 1043 0.039230 10.0.0.73 - - [2026-01-15 03:37:36] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001194 10.0.0.242 - - [2026-01-15 03:37:36] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.044188 10.0.0.73 - - [2026-01-15 03:37:36] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001179 10.0.0.242 - - [2026-01-15 03:37:36] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?fields=security_groups HTTP/1.1" 200 1274 0.037261 10.0.0.242 - - [2026-01-15 03:37:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.040738 10.0.0.73 - - [2026-01-15 03:37:37] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004704 10.0.0.73 - - [2026-01-15 03:37:37] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.73 - - [2026-01-15 03:37:37] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006500 10.0.0.73 - - [2026-01-15 03:37:37] "POST /id-to-fqname HTTP/1.1" 200 201 0.003267 10.0.0.73 - - [2026-01-15 03:37:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.004515 10.0.0.73 - - [2026-01-15 03:37:37] "POST /security-groups HTTP/1.1" 200 602 0.077577 10.0.0.73 - - [2026-01-15 03:37:37] "POST /projects HTTP/1.1" 200 607 0.276524 10.0.0.73 - - [2026-01-15 03:37:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.015583 10.0.0.73 - - [2026-01-15 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.354848 10.0.0.242 - - [2026-01-15 03:37:37] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.540301 10.0.0.242 - - [2026-01-15 03:37:39] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.73 - - [2026-01-15 03:37:42] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000910 10.0.0.242 - - [2026-01-15 03:37:42] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.042359 10.0.0.73 - - [2026-01-15 03:37:42] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000833 10.0.0.242 - - [2026-01-15 03:37:42] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?fields=virtual_networks HTTP/1.1" 200 1054 0.035756 10.0.0.73 - - [2026-01-15 03:37:42] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001360 10.0.0.242 - - [2026-01-15 03:37:42] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.043003 10.0.0.73 - - [2026-01-15 03:37:42] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.242 - - [2026-01-15 03:37:42] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?fields=security_groups HTTP/1.1" 200 1291 0.048182 10.0.0.242 - - [2026-01-15 03:37:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.032905 10.0.0.73 - - [2026-01-15 03:37:43] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003357 10.0.0.73 - - [2026-01-15 03:37:43] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.73 - - [2026-01-15 03:37:43] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006991 10.0.0.73 - - [2026-01-15 03:37:43] "POST /id-to-fqname HTTP/1.1" 200 187 0.004902 10.0.0.73 - - [2026-01-15 03:37:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.005877 10.0.0.73 - - [2026-01-15 03:37:44] "POST /security-groups HTTP/1.1" 200 588 0.074604 10.0.0.73 - - [2026-01-15 03:37:44] "POST /projects HTTP/1.1" 200 579 0.281476 10.0.0.73 - - [2026-01-15 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.319562 10.0.0.73 - - [2026-01-15 03:37:44] "POST /access-control-lists HTTP/1.1" 200 593 0.027605 10.0.0.242 - - [2026-01-15 03:37:44] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.469909 10.0.0.242 - - [2026-01-15 03:37:45] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.73 - - [2026-01-15 03:37:49] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000848 10.0.0.242 - - [2026-01-15 03:37:49] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.036584 10.0.0.73 - - [2026-01-15 03:37:49] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000833 10.0.0.242 - - [2026-01-15 03:37:49] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?fields=virtual_networks HTTP/1.1" 200 1026 0.126118 10.0.0.73 - - [2026-01-15 03:37:49] "DELETE /access-control-list/cfafb70c-30df-4a89-966f-afa5ee03e094 HTTP/1.1" 200 115 0.052369 10.0.0.73 - - [2026-01-15 03:37:49] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000846 10.0.0.242 - - [2026-01-15 03:37:49] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.058255 10.0.0.73 - - [2026-01-15 03:37:49] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000917 10.0.0.242 - - [2026-01-15 03:37:49] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?fields=security_groups HTTP/1.1" 200 1249 0.057053 10.0.0.242 - - [2026-01-15 03:37:50] "POST /fqname-to-id HTTP/1.1" 404 182 0.029812 10.0.0.73 - - [2026-01-15 03:37:50] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002722 10.0.0.73 - - [2026-01-15 03:37:50] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.73 - - [2026-01-15 03:37:50] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007192 10.0.0.73 - - [2026-01-15 03:37:50] "POST /id-to-fqname HTTP/1.1" 200 184 0.003657 10.0.0.73 - - [2026-01-15 03:37:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.006634 10.0.0.73 - - [2026-01-15 03:37:50] "POST /security-groups HTTP/1.1" 200 585 0.070738 10.0.0.73 - - [2026-01-15 03:37:50] "POST /projects HTTP/1.1" 200 573 0.284463 10.0.0.73 - - [2026-01-15 03:37:50] "POST /access-control-lists HTTP/1.1" 200 590 0.026392 10.0.0.73 - - [2026-01-15 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.359978 10.0.0.242 - - [2026-01-15 03:37:51] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.510167 10.0.0.242 - - [2026-01-15 03:37:52] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.73 - - [2026-01-15 03:37:55] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001062 10.0.0.242 - - [2026-01-15 03:37:55] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.049720 10.0.0.73 - - [2026-01-15 03:37:55] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001243 10.0.0.242 - - [2026-01-15 03:37:55] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?fields=virtual_networks HTTP/1.1" 200 1020 0.057689 10.0.0.73 - - [2026-01-15 03:37:55] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001132 10.0.0.242 - - [2026-01-15 03:37:55] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.039268 10.0.0.73 - - [2026-01-15 03:37:55] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000880 10.0.0.242 - - [2026-01-15 03:37:55] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?fields=security_groups HTTP/1.1" 200 1240 0.036266 10.0.0.242 - - [2026-01-15 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.032591 10.0.0.73 - - [2026-01-15 03:37:56] "GET /projects?obj_uuids=c15bf383-414d-4da0-8129-3a7f2172b805&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003862 10.0.0.73 - - [2026-01-15 03:37:56] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.73 - - [2026-01-15 03:37:56] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006622 10.0.0.73 - - [2026-01-15 03:37:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.001100 10.0.0.73 - - [2026-01-15 03:37:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.007421 10.0.0.73 - - [2026-01-15 03:37:57] "POST /security-groups HTTP/1.1" 200 589 0.077279 10.0.0.73 - - [2026-01-15 03:37:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.003319 10.0.0.73 - - [2026-01-15 03:37:57] "POST /projects HTTP/1.1" 200 581 0.308055 10.0.0.73 - - [2026-01-15 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.391322 10.0.0.73 - - [2026-01-15 03:37:57] "POST /access-control-lists HTTP/1.1" 200 592 0.031271 10.0.0.242 - - [2026-01-15 03:37:57] "GET /project/c15bf383-414d-4da0-8129-3a7f2172b805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.546042 10.0.0.242 - - [2026-01-15 03:37:58] "GET / HTTP/1.1" 200 35931 0.002378 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/af94d94f51b64c44b258adbc11667a14 HTTP/1.1" 404 173 0.015177 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/6a8f66de67774bbf98c00e4ebab7b6a4 HTTP/1.1" 404 173 0.019166 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/c15bf383414d4da081293a7f2172b805 HTTP/1.1" 404 173 0.013512 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/ee7107c8f6644a3d917a87f62bb8f6e9 HTTP/1.1" 404 173 0.020462 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/4e9d2de9a5fd469d8f13ccd515529de6 HTTP/1.1" 404 173 0.013839 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000785 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000715 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000750 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000676 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000817 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/aec24089-c84d-4876-9f54-6035830c7a54 HTTP/1.1" 404 177 0.006833 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /project/4a52c1b2e8544073b2381601b20269cf HTTP/1.1" 404 173 0.007210 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.050824 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001421 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.091678 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.108567 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002304 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.129012 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001116 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001124 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.160740 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000768 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?fields=security_groups HTTP/1.1" 200 1354 0.118976 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?fields=security_groups HTTP/1.1" 200 1396 0.118682 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?fields=security_groups HTTP/1.1" 200 1345 0.087358 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?fields=security_groups HTTP/1.1" 200 1379 0.091563 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?fields=security_groups HTTP/1.1" 200 1349 0.135585 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /security-group/5a4014e3-ffc0-4098-918c-75bf7959b14d HTTP/1.1" 200 115 0.126270 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=4a52c1b2-e854-4073-b238-1601b20269cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002283 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /security-group/5013b2a1-7bfc-4a34-bec8-e29f13b30425 HTTP/1.1" 200 115 0.122500 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001075 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /security-group/db2338f0-0c0a-454a-9fd4-59b3906edb23 HTTP/1.1" 200 115 0.134845 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /security-group/25ca9763-3316-4c97-b2ce-a1318caea791 HTTP/1.1" 200 115 0.158902 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=af94d94f-51b6-4c44-b258-adbc11667a14&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001405 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=4e9d2de9-a5fd-469d-8f13-ccd515529de6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001121 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/4a52c1b2-e854-4073-b238-1601b20269cf?fields=application_policy_sets HTTP/1.1" 200 1393 0.088805 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /security-group/90ee99af-fd7a-4dc4-ae9e-db1fd68dd18b HTTP/1.1" 200 115 0.175424 10.0.0.73 - - [2026-01-15 03:37:59] "GET /projects?obj_uuids=ee7107c8-f664-4a3d-917a-87f62bb8f6e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/af94d94f-51b6-4c44-b258-adbc11667a14?fields=application_policy_sets HTTP/1.1" 200 1418 0.117621 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4?fields=application_policy_sets HTTP/1.1" 200 1435 0.151953 10.0.0.73 - - [2026-01-15 03:37:59] "DELETE /access-control-list/90662df8-b654-4307-b307-67b295a615be HTTP/1.1" 200 115 0.093587 10.0.0.73 - - [2026-01-15 03:37:59] "GET /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6?fields=application_policy_sets HTTP/1.1" 200 1384 0.178260 10.0.0.73 - - [2026-01-15 03:38:00] "GET /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9?fields=application_policy_sets HTTP/1.1" 200 1388 0.189828 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /access-control-list/ad96131b-ac2a-412b-bf72-8fb6126fe9f0 HTTP/1.1" 200 115 0.098963 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /project/4a52c1b2-e854-4073-b238-1601b20269cf HTTP/1.1" 200 115 0.867590 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /project/6a8f66de-6777-4bbf-98c0-0e4ebab7b6a4 HTTP/1.1" 200 115 0.915839 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /project/af94d94f-51b6-4c44-b258-adbc11667a14 HTTP/1.1" 200 115 0.911860 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /project/4e9d2de9-a5fd-469d-8f13-ccd515529de6 HTTP/1.1" 200 115 0.941678 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /project/ee7107c8-f664-4a3d-917a-87f62bb8f6e9 HTTP/1.1" 200 115 0.995170 10.0.0.73 - - [2026-01-15 03:38:00] "DELETE /access-control-list/5ac47f85-298a-4ba7-bec4-f7b120fda929 HTTP/1.1" 200 115 0.044071 10.0.0.73 - - [2026-01-15 03:38:02] "GET /projects?obj_uuids=c15bf383-414d-4da0-8129-3a7f2172b805&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.242 - - [2026-01-15 03:38:02] "GET /project/c15bf383-414d-4da0-8129-3a7f2172b805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039871 10.0.0.73 - - [2026-01-15 03:38:02] "GET /projects?obj_uuids=c15bf383-414d-4da0-8129-3a7f2172b805&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002147 10.0.0.242 - - [2026-01-15 03:38:02] "GET /project/c15bf383-414d-4da0-8129-3a7f2172b805?fields=virtual_networks HTTP/1.1" 200 1028 0.054304 10.0.0.73 - - [2026-01-15 03:38:02] "GET /projects?obj_uuids=c15bf383-414d-4da0-8129-3a7f2172b805&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.242 - - [2026-01-15 03:38:02] "GET /project/c15bf383-414d-4da0-8129-3a7f2172b805?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.064920 10.0.0.73 - - [2026-01-15 03:38:02] "GET /projects?obj_uuids=c15bf383-414d-4da0-8129-3a7f2172b805&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.242 - - [2026-01-15 03:38:02] "GET /project/c15bf383-414d-4da0-8129-3a7f2172b805?fields=security_groups HTTP/1.1" 200 1252 0.041695 10.0.0.242 - - [2026-01-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.038988 10.0.0.73 - - [2026-01-15 03:38:03] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002500 10.0.0.73 - - [2026-01-15 03:38:03] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001775 10.0.0.73 - - [2026-01-15 03:38:03] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009535 10.0.0.73 - - [2026-01-15 03:38:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.006500 10.0.0.73 - - [2026-01-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003172 10.0.0.73 - - [2026-01-15 03:38:03] "POST /security-groups HTTP/1.1" 200 589 0.074754 10.0.0.73 - - [2026-01-15 03:38:04] "POST /projects HTTP/1.1" 200 581 0.297490 10.0.0.73 - - [2026-01-15 03:38:04] "POST /access-control-lists HTTP/1.1" 200 594 0.030011 10.0.0.73 - - [2026-01-15 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.376017 10.0.0.242 - - [2026-01-15 03:38:04] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.536225 10.0.0.242 - - [2026-01-15 03:38:05] "GET / HTTP/1.1" 200 35931 0.001505 10.0.0.242 - - [2026-01-15 03:38:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.242 - - [2026-01-15 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.072084 10.0.0.73 - - [2026-01-15 03:38:07] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.242 - - [2026-01-15 03:38:07] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055880 10.0.0.73 - - [2026-01-15 03:38:07] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.242 - - [2026-01-15 03:38:08] "POST /neutron/network HTTP/1.1" 200 603 0.183347 10.0.0.73 - - [2026-01-15 03:38:08] "POST /route-targets HTTP/1.1" 200 327 0.023152 10.0.0.242 - - [2026-01-15 03:38:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.005095 10.0.0.242 - - [2026-01-15 03:38:08] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005426 10.0.0.242 - - [2026-01-15 03:38:08] "POST /neutron/network HTTP/1.1" 200 821 0.006273 10.0.0.242 - - [2026-01-15 03:38:08] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007003 10.0.0.242 - - [2026-01-15 03:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.242 - - [2026-01-15 03:38:08] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007660 10.0.0.242 - - [2026-01-15 03:38:09] "PUT /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2 HTTP/1.1" 200 264 0.073709 10.0.0.73 - - [2026-01-15 03:38:09] "POST /ref-update HTTP/1.1" 200 156 0.058356 10.0.0.242 - - [2026-01-15 03:38:09] "GET /obj-perms HTTP/1.1" 200 5075 0.451857 10.0.0.242 - - [2026-01-15 03:38:09] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005632 10.0.0.73 - - [2026-01-15 03:38:11] "GET /obj-perms HTTP/1.1" 200 5045 0.081190 10.0.0.242 - - [2026-01-15 03:38:11] "POST /neutron/network HTTP/1.1" 200 821 0.008867 10.0.0.242 - - [2026-01-15 03:38:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001203 10.0.0.73 - - [2026-01-15 03:38:12] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.242 - - [2026-01-15 03:38:13] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.115423 10.0.0.242 - - [2026-01-15 03:38:13] "POST /neutron/network HTTP/1.1" 200 821 0.063721 10.0.0.242 - - [2026-01-15 03:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.008300 10.0.0.242 - - [2026-01-15 03:38:14] "POST /neutron/port HTTP/1.1" 200 1057 0.019059 10.0.0.242 - - [2026-01-15 03:38:14] "POST /neutron/port HTTP/1.1" 200 1121 0.050945 10.0.0.242 - - [2026-01-15 03:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.242 - - [2026-01-15 03:38:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006707 10.0.0.242 - - [2026-01-15 03:38:18] "POST /neutron/port HTTP/1.1" 200 1121 0.015859 10.0.0.242 - - [2026-01-15 03:38:18] "GET /virtual-machine/0866daa5-2802-4449-bafb-3037d9c907cf HTTP/1.1" 401 293 0.000365 10.0.0.242 - - [2026-01-15 03:38:19] "GET /virtual-machine/0866daa5-2802-4449-bafb-3037d9c907cf HTTP/1.1" 200 1289 0.034276 10.0.0.242 - - [2026-01-15 03:38:19] "GET /virtual-machine-interface/5f036c6a-e827-4ba8-a628-9878ddaaa0da HTTP/1.1" 200 2931 0.005937 10.0.0.242 - - [2026-01-15 03:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.242 - - [2026-01-15 03:38:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004262 10.0.0.242 - - [2026-01-15 03:38:19] "GET /virtual-networks?parent_id=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003214 10.0.0.242 - - [2026-01-15 03:38:19] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005271 10.0.0.242 - - [2026-01-15 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.242 - - [2026-01-15 03:38:22] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006010 10.0.0.242 - - [2026-01-15 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.242 - - [2026-01-15 03:38:26] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005947 10.0.0.242 - - [2026-01-15 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.242 - - [2026-01-15 03:38:30] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005128 10.0.0.242 - - [2026-01-15 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.242 - - [2026-01-15 03:38:34] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006724 10.0.0.242 - - [2026-01-15 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.242 - - [2026-01-15 03:38:38] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006626 10.0.0.242 - - [2026-01-15 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.242 - - [2026-01-15 03:38:42] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006586 10.0.0.242 - - [2026-01-15 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.242 - - [2026-01-15 03:38:47] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005631 10.0.0.33 - - [2026-01-15 03:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.33 - - [2026-01-15 03:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.73 - - [2026-01-15 03:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.73 - - [2026-01-15 03:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.33 - - [2026-01-15 03:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.33 - - [2026-01-15 03:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.73 - - [2026-01-15 03:38:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.73 - - [2026-01-15 03:38:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-15 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.242 - - [2026-01-15 03:38:51] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005732 10.0.0.242 - - [2026-01-15 03:38:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-15 03:38:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2026-01-15 03:38:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.242 - - [2026-01-15 03:38:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.242 - - [2026-01-15 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2026-01-15 03:38:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003287 10.0.0.242 - - [2026-01-15 03:38:53] "GET /virtual-networks?parent_id=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002884 10.0.0.242 - - [2026-01-15 03:38:53] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006155 10.0.0.242 - - [2026-01-15 03:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006802 10.0.0.73 - - [2026-01-15 03:39:00] "DELETE /project/0a3e53b37a6c44e29d4e0d66db6d6dbf HTTP/1.1" 404 173 0.003282 10.0.0.73 - - [2026-01-15 03:39:00] "DELETE /project/c15bf383-414d-4da0-8129-3a7f2172b805 HTTP/1.1" 404 177 0.005556 10.0.0.242 - - [2026-01-15 03:39:01] "POST /neutron/port HTTP/1.1" 200 1121 0.077218 10.0.0.242 - - [2026-01-15 03:39:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004086 10.0.0.242 - - [2026-01-15 03:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.242 - - [2026-01-15 03:39:03] "POST /neutron/port HTTP/1.1" 200 1121 0.019120 10.0.0.242 - - [2026-01-15 03:39:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009693 10.0.0.33 - - [2026-01-15 03:39:10] "GET /obj-perms HTTP/1.1" 200 5075 0.079478 10.0.0.242 - - [2026-01-15 03:39:14] "POST /neutron/port HTTP/1.1" 200 1121 0.018348 10.0.0.242 - - [2026-01-15 03:39:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013431 10.0.0.242 - - [2026-01-15 03:39:14] "POST /neutron/network HTTP/1.1" 200 795 0.014362 10.0.0.242 - - [2026-01-15 03:39:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.001358 10.0.0.242 - - [2026-01-15 03:39:14] "GET /virtual-machine/0866daa5-2802-4449-bafb-3037d9c907cf HTTP/1.1" 200 1289 0.004059 10.0.0.242 - - [2026-01-15 03:39:14] "GET /virtual-machine-interface/5f036c6a-e827-4ba8-a628-9878ddaaa0da HTTP/1.1" 200 2931 0.005410 10.0.0.242 - - [2026-01-15 03:39:14] "GET /instance-ip/cd0a4045-5506-4d9c-98a3-9ffd5a7a6164 HTTP/1.1" 200 1616 0.006034 10.0.0.242 - - [2026-01-15 03:39:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.005222 10.0.0.242 - - [2026-01-15 03:39:14] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004621 10.0.0.73 - - [2026-01-15 03:39:14] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.242 - - [2026-01-15 03:39:14] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041673 10.0.0.242 - - [2026-01-15 03:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2026-01-15 03:39:14] "GET /security-group/018145c9-a2e0-4a4c-80ec-8eefe0ec5b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3746 0.007377 10.0.0.242 - - [2026-01-15 03:39:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.098138 10.0.0.242 - - [2026-01-15 03:39:15] "POST /instance-ips HTTP/1.1" 200 357 0.034928 10.0.0.242 - - [2026-01-15 03:39:15] "GET /instance-ip/0d968a02-04ff-4072-83a2-b23ff226e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.006655 10.0.0.242 - - [2026-01-15 03:39:15] "GET /virtual-machine-interface/d4fdbde4-19d9-4243-ae34-1b0864a17343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005998 10.0.0.242 - - [2026-01-15 03:39:15] "GET /virtual-machine-interface/d4fdbde4-19d9-4243-ae34-1b0864a17343?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.016732 10.0.0.242 - - [2026-01-15 03:39:15] "GET /instance-ip/0d968a02-04ff-4072-83a2-b23ff226e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.004747 10.0.0.242 - - [2026-01-15 03:39:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001526 10.0.0.242 - - [2026-01-15 03:39:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009144 10.0.0.242 - - [2026-01-15 03:39:15] "POST /neutron/network HTTP/1.1" 200 821 0.007360 10.0.0.242 - - [2026-01-15 03:39:16] "POST /neutron/port HTTP/1.1" 200 1121 0.023817 10.0.0.242 - - [2026-01-15 03:39:16] "POST /neutron/port HTTP/1.1" 200 117 0.006741 10.0.0.242 - - [2026-01-15 03:39:16] "POST /neutron/port HTTP/1.1" 200 965 0.011460 10.0.0.242 - - [2026-01-15 03:39:16] "POST /neutron/port HTTP/1.1" 200 1067 0.020576 10.0.0.242 - - [2026-01-15 03:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.242 - - [2026-01-15 03:39:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007660 10.0.0.242 - - [2026-01-15 03:39:21] "POST /neutron/port HTTP/1.1" 200 1067 0.015536 10.0.0.242 - - [2026-01-15 03:39:21] "GET /virtual-machine/43f19ceb-cad3-4427-92c7-ac95ccb96524 HTTP/1.1" 200 1268 0.005502 10.0.0.242 - - [2026-01-15 03:39:21] "GET /virtual-machine-interface/d4fdbde4-19d9-4243-ae34-1b0864a17343 HTTP/1.1" 200 2982 0.004754 10.0.0.242 - - [2026-01-15 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.242 - - [2026-01-15 03:39:21] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003607 10.0.0.242 - - [2026-01-15 03:39:21] "GET /virtual-networks?parent_id=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002345 10.0.0.242 - - [2026-01-15 03:39:21] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006250 10.0.0.242 - - [2026-01-15 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.242 - - [2026-01-15 03:39:24] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004891 10.0.0.242 - - [2026-01-15 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.242 - - [2026-01-15 03:39:28] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005133 10.0.0.242 - - [2026-01-15 03:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2026-01-15 03:39:32] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005460 10.0.0.242 - - [2026-01-15 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.242 - - [2026-01-15 03:39:36] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005174 10.0.0.242 - - [2026-01-15 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.242 - - [2026-01-15 03:39:41] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006823 10.0.0.242 - - [2026-01-15 03:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.242 - - [2026-01-15 03:39:45] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005551 10.0.0.242 - - [2026-01-15 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.242 - - [2026-01-15 03:39:49] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005531 10.0.0.242 - - [2026-01-15 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.242 - - [2026-01-15 03:39:53] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005223 10.0.0.242 - - [2026-01-15 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.242 - - [2026-01-15 03:39:57] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005016 10.0.0.242 - - [2026-01-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.242 - - [2026-01-15 03:39:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004826 10.0.0.242 - - [2026-01-15 03:39:59] "GET /virtual-networks?parent_id=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003766 10.0.0.242 - - [2026-01-15 03:39:59] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005395 10.0.0.242 - - [2026-01-15 03:39:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007263 10.0.0.242 - - [2026-01-15 03:40:02] "POST /neutron/network HTTP/1.1" 200 831 0.007682 10.0.0.242 - - [2026-01-15 03:40:02] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.242 - - [2026-01-15 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007259 10.0.0.242 - - [2026-01-15 03:40:10] "POST /neutron/port HTTP/1.1" 200 1067 0.023034 10.0.0.242 - - [2026-01-15 03:40:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007318 10.0.0.242 - - [2026-01-15 03:40:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001223 10.0.0.242 - - [2026-01-15 03:40:20] "POST /neutron/network HTTP/1.1" 200 831 0.006625 10.0.0.73 - - [2026-01-15 03:40:21] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.242 - - [2026-01-15 03:40:21] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.092041 10.0.0.242 - - [2026-01-15 03:40:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009114 10.0.0.242 - - [2026-01-15 03:40:22] "POST /neutron/network HTTP/1.1" 200 831 0.006996 10.0.0.242 - - [2026-01-15 03:40:22] "POST /neutron/port HTTP/1.1" 200 1057 0.017133 10.0.0.242 - - [2026-01-15 03:40:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.242 - - [2026-01-15 03:40:23] "POST /neutron/network HTTP/1.1" 200 821 0.007707 10.0.0.242 - - [2026-01-15 03:40:27] "POST /neutron/port HTTP/1.1" 200 1121 0.023254 10.0.0.242 - - [2026-01-15 03:40:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006647 10.0.0.242 - - [2026-01-15 03:40:27] "GET /virtual-machine/443af2d9-c13f-4c71-89f2-436eb3dd57f3 HTTP/1.1" 200 1289 0.005601 10.0.0.242 - - [2026-01-15 03:40:27] "GET /virtual-machine-interface/b2a0fb59-cad3-490b-9de4-89109d4c54bb HTTP/1.1" 200 2932 0.004630 10.0.0.242 - - [2026-01-15 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2026-01-15 03:40:27] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003478 10.0.0.242 - - [2026-01-15 03:40:27] "GET /virtual-networks?parent_id=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003027 10.0.0.242 - - [2026-01-15 03:40:27] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006083 10.0.0.242 - - [2026-01-15 03:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.242 - - [2026-01-15 03:40:30] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004990 10.0.0.242 - - [2026-01-15 03:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.242 - - [2026-01-15 03:40:34] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005383 10.0.0.242 - - [2026-01-15 03:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.242 - - [2026-01-15 03:40:38] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005429 10.0.0.242 - - [2026-01-15 03:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.242 - - [2026-01-15 03:40:42] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007752 10.0.0.242 - - [2026-01-15 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.242 - - [2026-01-15 03:40:46] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004955 10.0.0.242 - - [2026-01-15 03:40:47] "POST /neutron/network HTTP/1.1" 200 831 0.007766 10.0.0.242 - - [2026-01-15 03:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.242 - - [2026-01-15 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.242 - - [2026-01-15 03:40:51] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005297 10.0.0.242 - - [2026-01-15 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.242 - - [2026-01-15 03:40:55] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005136 10.0.0.242 - - [2026-01-15 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2026-01-15 03:40:59] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005343 10.0.0.242 - - [2026-01-15 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.242 - - [2026-01-15 03:41:03] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004861 10.0.0.242 - - [2026-01-15 03:41:03] "POST /neutron/port HTTP/1.1" 200 1067 0.025315 10.0.0.242 - - [2026-01-15 03:41:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.009258 10.0.0.242 - - [2026-01-15 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007334 10.0.0.242 - - [2026-01-15 03:41:07] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007934 10.0.0.242 - - [2026-01-15 03:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.242 - - [2026-01-15 03:41:11] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005426 10.0.0.242 - - [2026-01-15 03:41:12] "GET /obj-perms HTTP/1.1" 200 5075 0.086998 10.0.0.242 - - [2026-01-15 03:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007824 10.0.0.242 - - [2026-01-15 03:41:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003808 10.0.0.242 - - [2026-01-15 03:41:13] "GET /virtual-networks?parent_id=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002656 10.0.0.242 - - [2026-01-15 03:41:13] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005998 10.0.0.242 - - [2026-01-15 03:41:13] "POST /neutron/port HTTP/1.1" 200 1121 0.015237 10.0.0.242 - - [2026-01-15 03:41:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007562 10.0.0.242 - - [2026-01-15 03:41:28] "POST /neutron/port HTTP/1.1" 200 1121 0.061514 10.0.0.242 - - [2026-01-15 03:41:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006973 10.0.0.242 - - [2026-01-15 03:41:39] "POST /neutron/port HTTP/1.1" 200 1121 0.017611 10.0.0.242 - - [2026-01-15 03:41:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007004 10.0.0.242 - - [2026-01-15 03:41:40] "POST /neutron/port HTTP/1.1" 200 1121 0.019031 10.0.0.242 - - [2026-01-15 03:41:40] "POST /neutron/network HTTP/1.1" 200 821 0.008534 10.0.0.242 - - [2026-01-15 03:41:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001070 10.0.0.242 - - [2026-01-15 03:41:40] "GET /virtual-machine/443af2d9-c13f-4c71-89f2-436eb3dd57f3 HTTP/1.1" 200 1289 0.004010 10.0.0.242 - - [2026-01-15 03:41:40] "GET /virtual-machine-interface/b2a0fb59-cad3-490b-9de4-89109d4c54bb HTTP/1.1" 200 2932 0.005806 10.0.0.242 - - [2026-01-15 03:41:40] "GET /instance-ip/9b350ff1-b207-48f3-b4bc-449817a2b7c4 HTTP/1.1" 200 1616 0.008701 10.0.0.242 - - [2026-01-15 03:41:40] "GET /virtual-machine-interface/b2a0fb59-cad3-490b-9de4-89109d4c54bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.005737 10.0.0.242 - - [2026-01-15 03:41:40] "PUT /virtual-machine-interface/b2a0fb59-cad3-490b-9de4-89109d4c54bb HTTP/1.1" 200 284 0.017347 10.0.0.242 - - [2026-01-15 03:41:48] "POST /neutron/network HTTP/1.1" 200 831 0.039601 10.0.0.242 - - [2026-01-15 03:41:48] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.242 - - [2026-01-15 03:42:04] "POST /neutron/port HTTP/1.1" 200 1121 0.021468 10.0.0.242 - - [2026-01-15 03:42:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.011604 10.0.0.73 - - [2026-01-15 03:42:13] "GET /obj-perms HTTP/1.1" 200 5075 0.070376 10.0.0.242 - - [2026-01-15 03:42:49] "POST /neutron/port HTTP/1.1" 200 1121 0.016324 10.0.0.242 - - [2026-01-15 03:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005611 10.0.0.242 - - [2026-01-15 03:42:49] "POST /neutron/network HTTP/1.1" 200 821 0.006003 10.0.0.242 - - [2026-01-15 03:43:06] "POST /neutron/network HTTP/1.1" 200 831 0.006853 10.0.0.242 - - [2026-01-15 03:43:06] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.33 - - [2026-01-15 03:43:14] "GET /obj-perms HTTP/1.1" 200 5075 0.073063 10.0.0.242 - - [2026-01-15 03:43:17] "DELETE /instance-ip/0d968a02-04ff-4072-83a2-b23ff226e31b HTTP/1.1" 200 115 0.069409 10.0.0.242 - - [2026-01-15 03:43:17] "DELETE /virtual-machine-interface/d4fdbde4-19d9-4243-ae34-1b0864a17343 HTTP/1.1" 200 115 0.101777 10.0.0.242 - - [2026-01-15 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.242 - - [2026-01-15 03:43:17] "GET /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005405 10.0.0.242 - - [2026-01-15 03:43:17] "PUT /virtual-network/5b422133-7d32-4e5d-8629-667b9822efd2 HTTP/1.1" 200 264 0.061113 10.0.0.242 - - [2026-01-15 03:43:17] "POST /neutron/port HTTP/1.1" 200 1121 0.115970 10.0.0.73 - - [2026-01-15 03:43:17] "POST /ref-update HTTP/1.1" 200 156 0.078534 10.0.0.242 - - [2026-01-15 03:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.210686 10.0.0.242 - - [2026-01-15 03:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.186254 10.0.0.73 - - [2026-01-15 03:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007921 10.0.0.73 - - [2026-01-15 03:43:21] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.031173 10.0.0.242 - - [2026-01-15 03:43:21] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.107804 10.0.0.73 - - [2026-01-15 03:43:21] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.242 - - [2026-01-15 03:43:21] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?fields=virtual_networks HTTP/1.1" 200 1027 0.036297 10.0.0.73 - - [2026-01-15 03:43:21] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.242 - - [2026-01-15 03:43:21] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.039030 10.0.0.73 - - [2026-01-15 03:43:21] "GET /projects?obj_uuids=0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.242 - - [2026-01-15 03:43:22] "GET /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf?fields=security_groups HTTP/1.1" 200 1251 0.043723 10.0.0.242 - - [2026-01-15 03:43:22] "POST /neutron/port HTTP/1.1" 200 117 0.004664 10.0.0.242 - - [2026-01-15 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 185 0.042504 10.0.0.73 - - [2026-01-15 03:43:23] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003015 10.0.0.73 - - [2026-01-15 03:43:23] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.73 - - [2026-01-15 03:43:23] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042116 10.0.0.73 - - [2026-01-15 03:43:23] "POST /id-to-fqname HTTP/1.1" 200 187 0.003939 10.0.0.73 - - [2026-01-15 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.005750 10.0.0.73 - - [2026-01-15 03:43:23] "POST /security-groups HTTP/1.1" 200 588 0.074348 10.0.0.73 - - [2026-01-15 03:43:23] "POST /projects HTTP/1.1" 200 579 0.293468 10.0.0.73 - - [2026-01-15 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.329119 10.0.0.73 - - [2026-01-15 03:43:23] "POST /access-control-lists HTTP/1.1" 200 593 0.031511 10.0.0.242 - - [2026-01-15 03:43:23] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.549956 10.0.0.242 - - [2026-01-15 03:43:25] "GET / HTTP/1.1" 200 35931 0.001303 10.0.0.242 - - [2026-01-15 03:43:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.242 - - [2026-01-15 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.064775 10.0.0.73 - - [2026-01-15 03:43:27] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000855 10.0.0.242 - - [2026-01-15 03:43:27] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.033537 10.0.0.73 - - [2026-01-15 03:43:27] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001212 10.0.0.242 - - [2026-01-15 03:43:27] "POST /neutron/network HTTP/1.1" 200 610 0.138703 10.0.0.73 - - [2026-01-15 03:43:27] "POST /route-targets HTTP/1.1" 200 327 0.014392 10.0.0.242 - - [2026-01-15 03:43:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.005152 10.0.0.242 - - [2026-01-15 03:43:28] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008017 10.0.0.242 - - [2026-01-15 03:43:28] "POST /neutron/network HTTP/1.1" 200 828 0.007138 10.0.0.242 - - [2026-01-15 03:43:28] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006423 10.0.0.242 - - [2026-01-15 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003867 10.0.0.242 - - [2026-01-15 03:43:28] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006296 10.0.0.73 - - [2026-01-15 03:43:28] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001110 10.0.0.242 - - [2026-01-15 03:43:28] "POST /neutron/port HTTP/1.1" 200 982 0.249176 10.0.0.242 - - [2026-01-15 03:43:28] "GET /virtual-machine-interface/ff2b6e9f-04f3-4895-b344-6606782330f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006490 10.0.0.242 - - [2026-01-15 03:43:28] "GET /virtual-machine-interface/ff2b6e9f-04f3-4895-b344-6606782330f4?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004553 10.0.0.242 - - [2026-01-15 03:43:28] "GET /instance-ip/4289e0db-8ac5-4e54-82d3-c6587e3eb13d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.004331 10.0.0.242 - - [2026-01-15 03:43:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001183 10.0.0.73 - - [2026-01-15 03:43:29] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000857 10.0.0.242 - - [2026-01-15 03:43:29] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.073694 10.0.0.242 - - [2026-01-15 03:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.006056 10.0.0.242 - - [2026-01-15 03:43:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001238 10.0.0.242 - - [2026-01-15 03:43:30] "POST /neutron/port HTTP/1.1" 200 982 0.012486 10.0.0.242 - - [2026-01-15 03:43:30] "POST /neutron/port HTTP/1.1" 200 982 0.011106 10.0.0.242 - - [2026-01-15 03:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.006894 10.0.0.73 - - [2026-01-15 03:43:30] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000819 10.0.0.242 - - [2026-01-15 03:43:30] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.041476 10.0.0.242 - - [2026-01-15 03:43:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.003384 10.0.0.242 - - [2026-01-15 03:43:30] "POST /interface-route-tables HTTP/1.1" 200 556 0.062981 10.0.0.242 - - [2026-01-15 03:43:30] "GET /interface-route-table/39912d81-4adf-4d30-a4f2-ceade349fd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.018780 10.0.0.242 - - [2026-01-15 03:43:31] "POST /neutron/port HTTP/1.1" 200 1056 0.017211 10.0.0.242 - - [2026-01-15 03:43:31] "POST /neutron/port HTTP/1.1" 200 1120 0.019158 10.0.0.242 - - [2026-01-15 03:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.242 - - [2026-01-15 03:43:31] "POST /neutron/network HTTP/1.1" 200 838 0.006369 10.0.0.242 - - [2026-01-15 03:43:31] "POST /neutron/port HTTP/1.1" 200 1074 0.145823 10.0.0.242 - - [2026-01-15 03:43:31] "POST /neutron/subnet HTTP/1.1" 200 693 0.013202 10.0.0.242 - - [2026-01-15 03:43:31] "GET /virtual-machine-interface/ff2b6e9f-04f3-4895-b344-6606782330f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.005476 10.0.0.242 - - [2026-01-15 03:43:31] "POST /ref-update HTTP/1.1" 200 156 0.014367 10.0.0.242 - - [2026-01-15 03:43:32] "POST /neutron/port HTTP/1.1" 200 1120 0.017943 10.0.0.242 - - [2026-01-15 03:43:37] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009877 10.0.0.242 - - [2026-01-15 03:43:37] "POST /neutron/port HTTP/1.1" 200 1120 0.018471 10.0.0.242 - - [2026-01-15 03:43:37] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007585 10.0.0.242 - - [2026-01-15 03:43:37] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 401 293 0.000407 10.0.0.242 - - [2026-01-15 03:43:37] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 200 1289 0.035640 10.0.0.242 - - [2026-01-15 03:43:37] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 200 1289 0.003979 10.0.0.242 - - [2026-01-15 03:43:37] "GET /virtual-machine-interface/61de879b-4441-46d0-bb8f-583f51193599 HTTP/1.1" 200 2938 0.004853 10.0.0.242 - - [2026-01-15 03:43:37] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 200 1289 0.003170 10.0.0.242 - - [2026-01-15 03:43:37] "GET /virtual-machine-interface/61de879b-4441-46d0-bb8f-583f51193599 HTTP/1.1" 200 2938 0.004998 10.0.0.242 - - [2026-01-15 03:43:38] "GET /instance-ip/ba1f6ae9-91dc-4f15-9009-fbba1ab6616b HTTP/1.1" 200 1618 0.007005 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 200 1289 0.003564 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-machine-interface/61de879b-4441-46d0-bb8f-583f51193599 HTTP/1.1" 200 2938 0.005021 10.0.0.242 - - [2026-01-15 03:43:38] "GET /instance-ip/ba1f6ae9-91dc-4f15-9009-fbba1ab6616b HTTP/1.1" 200 1618 0.004245 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003956 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002497 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008352 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003562 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003421 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005587 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004868 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003313 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006374 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005044 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003212 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007075 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004134 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003143 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006284 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004234 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003331 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005753 10.0.0.242 - - [2026-01-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.242 - - [2026-01-15 03:43:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003945 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002978 10.0.0.242 - - [2026-01-15 03:43:38] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005888 10.0.0.242 - - [2026-01-15 03:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.242 - - [2026-01-15 03:43:42] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007409 10.0.0.242 - - [2026-01-15 03:43:42] "POST /neutron/port HTTP/1.1" 200 1084 0.018981 10.0.0.242 - - [2026-01-15 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 03:43:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004577 10.0.0.242 - - [2026-01-15 03:43:44] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003372 10.0.0.242 - - [2026-01-15 03:43:44] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005328 10.0.0.242 - - [2026-01-15 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.242 - - [2026-01-15 03:43:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003796 10.0.0.242 - - [2026-01-15 03:43:44] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003396 10.0.0.242 - - [2026-01-15 03:43:44] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005891 10.0.0.242 - - [2026-01-15 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.242 - - [2026-01-15 03:43:44] "GET /routing-instance/c9c06718-600c-45e2-bdb2-2500c0eabf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007402 10.0.0.242 - - [2026-01-15 03:43:44] "GET /route-target/5d04027a-65d5-4a1d-8243-1fb7e535f24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005521 10.0.0.242 - - [2026-01-15 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.242 - - [2026-01-15 03:43:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003934 10.0.0.242 - - [2026-01-15 03:43:44] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003768 10.0.0.242 - - [2026-01-15 03:43:44] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005411 10.0.0.242 - - [2026-01-15 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.242 - - [2026-01-15 03:43:44] "GET /routing-instance/c9c06718-600c-45e2-bdb2-2500c0eabf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004468 10.0.0.242 - - [2026-01-15 03:43:44] "GET /route-target/5d04027a-65d5-4a1d-8243-1fb7e535f24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003766 10.0.0.242 - - [2026-01-15 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.242 - - [2026-01-15 03:43:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004669 10.0.0.242 - - [2026-01-15 03:43:45] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002938 10.0.0.242 - - [2026-01-15 03:43:45] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005762 10.0.0.242 - - [2026-01-15 03:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.242 - - [2026-01-15 03:43:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003760 10.0.0.242 - - [2026-01-15 03:43:45] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003525 10.0.0.242 - - [2026-01-15 03:43:45] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008230 10.0.0.242 - - [2026-01-15 03:43:46] "GET /obj-perms HTTP/1.1" 200 5043 0.063645 10.0.0.73 - - [2026-01-15 03:43:46] "GET /obj-perms HTTP/1.1" 200 5043 0.063214 10.0.0.242 - - [2026-01-15 03:43:46] "GET /obj-perms HTTP/1.1" 200 5043 0.004814 10.0.0.73 - - [2026-01-15 03:43:47] "GET /obj-perms HTTP/1.1" 200 5043 0.003505 10.0.0.242 - - [2026-01-15 03:43:47] "POST /neutron/security_group HTTP/1.1" 200 2055 0.019206 10.0.0.242 - - [2026-01-15 03:43:47] "POST /neutron/port HTTP/1.1" 200 1084 0.017354 10.0.0.242 - - [2026-01-15 03:43:47] "GET /virtual-machine/085aaed8-5ea0-4b7c-b484-1b6a45b4531a HTTP/1.1" 200 1266 0.007063 10.0.0.242 - - [2026-01-15 03:43:47] "GET /virtual-machine-interface/ff2b6e9f-04f3-4895-b344-6606782330f4 HTTP/1.1" 200 3151 0.005603 10.0.0.242 - - [2026-01-15 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.242 - - [2026-01-15 03:43:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003945 10.0.0.242 - - [2026-01-15 03:43:47] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002531 10.0.0.242 - - [2026-01-15 03:43:47] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006171 10.0.0.242 - - [2026-01-15 03:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.242 - - [2026-01-15 03:43:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003537 10.0.0.242 - - [2026-01-15 03:43:48] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005969 10.0.0.33 - - [2026-01-15 03:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.242 - - [2026-01-15 03:43:48] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005524 10.0.0.33 - - [2026-01-15 03:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.73 - - [2026-01-15 03:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000625 10.0.0.73 - - [2026-01-15 03:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000904 10.0.0.242 - - [2026-01-15 03:43:49] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007233 10.0.0.242 - - [2026-01-15 03:43:49] "GET /obj-perms HTTP/1.1" 200 5043 0.003731 10.0.0.33 - - [2026-01-15 03:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.33 - - [2026-01-15 03:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.73 - - [2026-01-15 03:43:50] "DELETE /access-control-list/85220f05-8e82-4aec-9564-3cd879bbf4eb HTTP/1.1" 200 115 0.047150 10.0.0.242 - - [2026-01-15 03:43:50] "POST /neutron/port HTTP/1.1" 200 1084 0.019091 10.0.0.242 - - [2026-01-15 03:43:50] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 200 1289 0.005204 10.0.0.242 - - [2026-01-15 03:43:50] "POST /neutron/subnet HTTP/1.1" 200 693 0.007228 10.0.0.73 - - [2026-01-15 03:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.73 - - [2026-01-15 03:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2026-01-15 03:43:50] "POST /neutron/port HTTP/1.1" 200 1120 0.019024 10.0.0.242 - - [2026-01-15 03:43:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.242 - - [2026-01-15 03:43:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.242 - - [2026-01-15 03:43:52] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 404 171 0.003288 10.0.0.242 - - [2026-01-15 03:43:52] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 404 171 0.003365 10.0.0.242 - - [2026-01-15 03:43:52] "GET /virtual-machine/35a6420b-db93-4acd-bbf9-6775f8394130 HTTP/1.1" 404 171 0.002532 10.0.0.242 - - [2026-01-15 03:43:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2026-01-15 03:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.242 - - [2026-01-15 03:43:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004463 10.0.0.242 - - [2026-01-15 03:43:52] "GET /virtual-networks?parent_id=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003035 10.0.0.242 - - [2026-01-15 03:43:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.242 - - [2026-01-15 03:43:52] "GET /virtual-network/b3f79c4b-ab21-42bc-9d86-db2ff62989c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005962 10.0.0.242 - - [2026-01-15 03:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.242 - - [2026-01-15 03:43:52] "GET /routing-instance/c9c06718-600c-45e2-bdb2-2500c0eabf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004335 10.0.0.242 - - [2026-01-15 03:43:53] "GET /route-target/5d04027a-65d5-4a1d-8243-1fb7e535f24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004475 10.0.0.73 - - [2026-01-15 03:43:56] "GET /obj-perms HTTP/1.1" 200 5043 0.003747 10.0.0.242 - - [2026-01-15 03:43:59] "GET /obj-perms HTTP/1.1" 200 5043 0.003625 10.0.0.73 - - [2026-01-15 03:44:00] "DELETE /project/ea581975bb214592a39bfd305f01d9ea HTTP/1.1" 404 173 0.005800 10.0.0.73 - - [2026-01-15 03:44:00] "DELETE /project/0a3e53b3-7a6c-44e2-9d4e-0d66db6d6dbf HTTP/1.1" 404 177 0.004484 10.0.0.73 - - [2026-01-15 03:44:05] "GET /obj-perms HTTP/1.1" 200 5043 0.006133 10.0.0.242 - - [2026-01-15 03:44:05] "GET /obj-perms HTTP/1.1" 200 5043 0.003742 10.0.0.33 - - [2026-01-15 03:44:05] "GET /obj-perms HTTP/1.1" 200 5043 0.061625 10.0.0.242 - - [2026-01-15 03:44:05] "GET /interface-route-table/39912d81-4adf-4d30-a4f2-ceade349fd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004464 10.0.0.242 - - [2026-01-15 03:44:05] "GET /virtual-machine-interface/ff2b6e9f-04f3-4895-b344-6606782330f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.005437 10.0.0.242 - - [2026-01-15 03:44:05] "POST /ref-update HTTP/1.1" 200 156 0.016262 10.0.0.242 - - [2026-01-15 03:44:05] "DELETE /interface-route-table/39912d81-4adf-4d30-a4f2-ceade349fd16 HTTP/1.1" 200 115 0.036274 10.0.0.242 - - [2026-01-15 03:44:05] "POST /neutron/port HTTP/1.1" 200 1074 0.016579 10.0.0.73 - - [2026-01-15 03:44:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005145 10.0.0.73 - - [2026-01-15 03:44:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.242 - - [2026-01-15 03:44:06] "POST /neutron/network HTTP/1.1" 200 151 0.129488 10.0.0.73 - - [2026-01-15 03:44:07] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000884 10.0.0.242 - - [2026-01-15 03:44:07] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.037271 10.0.0.73 - - [2026-01-15 03:44:07] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000830 10.0.0.242 - - [2026-01-15 03:44:07] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?fields=virtual_networks HTTP/1.1" 200 1027 0.052224 10.0.0.73 - - [2026-01-15 03:44:08] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001091 10.0.0.242 - - [2026-01-15 03:44:08] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046479 10.0.0.73 - - [2026-01-15 03:44:08] "GET /projects?obj_uuids=ea581975-bb21-4592-a39b-fd305f01d9ea&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000844 10.0.0.242 - - [2026-01-15 03:44:08] "GET /project/ea581975-bb21-4592-a39b-fd305f01d9ea?fields=security_groups HTTP/1.1" 200 1250 0.040049 10.0.0.242 - - [2026-01-15 03:44:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.038827 10.0.0.73 - - [2026-01-15 03:44:09] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003066 10.0.0.73 - - [2026-01-15 03:44:09] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.73 - - [2026-01-15 03:44:09] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007359 10.0.0.73 - - [2026-01-15 03:44:09] "POST /id-to-fqname HTTP/1.1" 200 194 0.001552 10.0.0.73 - - [2026-01-15 03:44:09] "POST /fqname-to-id HTTP/1.1" 404 203 0.010618 10.0.0.73 - - [2026-01-15 03:44:09] "POST /security-groups HTTP/1.1" 200 595 0.073814 10.0.0.73 - - [2026-01-15 03:44:09] "POST /fqname-to-id HTTP/1.1" 404 238 0.003424 10.0.0.73 - - [2026-01-15 03:44:09] "POST /projects HTTP/1.1" 200 593 0.278805 10.0.0.73 - - [2026-01-15 03:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.319410 10.0.0.242 - - [2026-01-15 03:44:09] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.505176 10.0.0.73 - - [2026-01-15 03:44:09] "POST /access-control-lists HTTP/1.1" 200 598 0.060880 10.0.0.242 - - [2026-01-15 03:44:11] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.242 - - [2026-01-15 03:44:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2026-01-15 03:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.104793 10.0.0.73 - - [2026-01-15 03:44:12] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.242 - - [2026-01-15 03:44:12] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.063688 10.0.0.242 - - [2026-01-15 03:44:12] "POST /neutron/network HTTP/1.1" 200 117 0.053116 10.0.0.242 - - [2026-01-15 03:44:13] "POST /neutron/network HTTP/1.1" 200 825 0.011492 10.0.0.242 - - [2026-01-15 03:44:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001017 10.0.0.242 - - [2026-01-15 03:44:13] "GET /virtual-network/f9e8d235-4c90-49d8-86ba-5c8049576cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005963 10.0.0.242 - - [2026-01-15 03:44:13] "GET /virtual-network/f9e8d235-4c90-49d8-86ba-5c8049576cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005182 10.0.0.242 - - [2026-01-15 03:44:13] "POST /neutron/subnet HTTP/1.1" 200 710 0.009888 10.0.0.242 - - [2026-01-15 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.73 - - [2026-01-15 03:44:13] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000895 10.0.0.242 - - [2026-01-15 03:44:13] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.056932 10.0.0.73 - - [2026-01-15 03:44:13] "POST /route-targets HTTP/1.1" 200 327 0.012511 10.0.0.73 - - [2026-01-15 03:44:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009447 10.0.0.242 - - [2026-01-15 03:44:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.231967 10.0.0.242 - - [2026-01-15 03:44:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.002147 10.0.0.242 - - [2026-01-15 03:44:13] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005513 10.0.0.242 - - [2026-01-15 03:44:13] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008070 10.0.0.242 - - [2026-01-15 03:44:13] "POST /neutron/network HTTP/1.1" 200 827 0.010132 10.0.0.242 - - [2026-01-15 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.73 - - [2026-01-15 03:44:14] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000833 10.0.0.242 - - [2026-01-15 03:44:14] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047682 10.0.0.73 - - [2026-01-15 03:44:14] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.242 - - [2026-01-15 03:44:14] "POST /neutron/network HTTP/1.1" 200 609 0.116473 10.0.0.73 - - [2026-01-15 03:44:14] "POST /ref-update HTTP/1.1" 200 156 0.023464 10.0.0.242 - - [2026-01-15 03:44:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.003186 10.0.0.242 - - [2026-01-15 03:44:14] "GET /virtual-network/eb91e897-f3c0-43ee-a04e-71f7d9b71775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005743 10.0.0.242 - - [2026-01-15 03:44:14] "POST /neutron/network HTTP/1.1" 200 827 0.008305 10.0.0.242 - - [2026-01-15 03:44:14] "GET /virtual-network/eb91e897-f3c0-43ee-a04e-71f7d9b71775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006139 10.0.0.242 - - [2026-01-15 03:44:14] "POST /fqname-to-id HTTP/1.1" 404 214 0.002723 10.0.0.242 - - [2026-01-15 03:44:14] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006099 10.0.0.73 - - [2026-01-15 03:44:14] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000783 10.0.0.242 - - [2026-01-15 03:44:15] "POST /neutron/port HTTP/1.1" 200 989 0.298126 10.0.0.242 - - [2026-01-15 03:44:15] "GET /virtual-machine-interface/3a28d21e-a7ca-4dde-b74d-50066b5c8a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.004917 10.0.0.242 - - [2026-01-15 03:44:15] "GET /virtual-machine-interface/3a28d21e-a7ca-4dde-b74d-50066b5c8a1a?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.004476 10.0.0.242 - - [2026-01-15 03:44:15] "GET /instance-ip/cf9de331-f961-4289-9016-c7be724b4b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004366 10.0.0.242 - - [2026-01-15 03:44:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.002946 10.0.0.242 - - [2026-01-15 03:44:15] "GET /virtual-network/f9e8d235-4c90-49d8-86ba-5c8049576cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006783 10.0.0.73 - - [2026-01-15 03:44:15] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002721 10.0.0.242 - - [2026-01-15 03:44:15] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.060383 10.0.0.242 - - [2026-01-15 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.242 - - [2026-01-15 03:44:15] "GET /security-group/3e56ced3-6078-41ca-96d3-d842b07e90d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.006799 10.0.0.242 - - [2026-01-15 03:44:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.122683 10.0.0.242 - - [2026-01-15 03:44:15] "POST /instance-ips HTTP/1.1" 200 357 0.052532 10.0.0.242 - - [2026-01-15 03:44:15] "GET /virtual-machine-interface/cb898b1c-22d7-41c7-8618-b680c83e9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007753 10.0.0.242 - - [2026-01-15 03:44:15] "GET /virtual-machine-interface/cb898b1c-22d7-41c7-8618-b680c83e9ea6?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.013587 10.0.0.242 - - [2026-01-15 03:44:15] "GET /instance-ip/82c0104f-77cc-4213-9e19-a429b033ae82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.006850 10.0.0.242 - - [2026-01-15 03:44:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.003494 10.0.0.242 - - [2026-01-15 03:44:15] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005515 10.0.0.242 - - [2026-01-15 03:44:16] "GET /virtual-machine-interface/592017af-ff32-4b59-92ff-ad1dc70ba47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008135 10.0.0.242 - - [2026-01-15 03:44:16] "GET /virtual-machine-interface/592017af-ff32-4b59-92ff-ad1dc70ba47e?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.008908 10.0.0.242 - - [2026-01-15 03:44:16] "GET /instance-ip/5d19fec7-5edf-4895-9dad-72f70bfdf0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004914 10.0.0.242 - - [2026-01-15 03:44:16] "POST /fqname-to-id HTTP/1.1" 404 214 0.012260 10.0.0.242 - - [2026-01-15 03:44:16] "GET /virtual-network/f9e8d235-4c90-49d8-86ba-5c8049576cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005524 10.0.0.73 - - [2026-01-15 03:44:16] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.242 - - [2026-01-15 03:44:16] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051184 10.0.0.242 - - [2026-01-15 03:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.242 - - [2026-01-15 03:44:16] "GET /security-group/3e56ced3-6078-41ca-96d3-d842b07e90d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005172 10.0.0.242 - - [2026-01-15 03:44:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.123548 10.0.0.242 - - [2026-01-15 03:44:16] "POST /instance-ips HTTP/1.1" 200 357 0.048107 10.0.0.242 - - [2026-01-15 03:44:16] "GET /virtual-machine-interface/42b5bbb4-ab75-4d8b-8daa-72cca75686ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006621 10.0.0.242 - - [2026-01-15 03:44:16] "GET /virtual-machine-interface/42b5bbb4-ab75-4d8b-8daa-72cca75686ce?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010027 10.0.0.242 - - [2026-01-15 03:44:16] "GET /instance-ip/57e38393-7a55-4c48-b833-68e0dea6396a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.004337 10.0.0.242 - - [2026-01-15 03:44:16] "POST /fqname-to-id HTTP/1.1" 404 214 0.003098 10.0.0.242 - - [2026-01-15 03:44:16] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.011344 10.0.0.242 - - [2026-01-15 03:44:17] "GET /virtual-machine-interface/34935656-99fc-4dfe-a8ef-95ff2479d243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007020 10.0.0.242 - - [2026-01-15 03:44:17] "GET /virtual-machine-interface/34935656-99fc-4dfe-a8ef-95ff2479d243?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.008621 10.0.0.242 - - [2026-01-15 03:44:17] "GET /instance-ip/7033c0eb-5c2d-4651-865a-aba53ac95232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005076 10.0.0.242 - - [2026-01-15 03:44:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.003231 10.0.0.242 - - [2026-01-15 03:44:17] "GET /virtual-network/eb91e897-f3c0-43ee-a04e-71f7d9b71775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006042 10.0.0.73 - - [2026-01-15 03:44:17] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001353 10.0.0.242 - - [2026-01-15 03:44:17] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042845 10.0.0.242 - - [2026-01-15 03:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.242 - - [2026-01-15 03:44:17] "GET /security-group/3e56ced3-6078-41ca-96d3-d842b07e90d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004691 10.0.0.242 - - [2026-01-15 03:44:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.112560 10.0.0.242 - - [2026-01-15 03:44:17] "POST /instance-ips HTTP/1.1" 200 357 0.046454 10.0.0.242 - - [2026-01-15 03:44:17] "GET /virtual-machine-interface/c3c78a89-b231-4e48-b5ae-29163ea6dfbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005705 10.0.0.242 - - [2026-01-15 03:44:17] "GET /virtual-machine-interface/c3c78a89-b231-4e48-b5ae-29163ea6dfbe?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009089 10.0.0.242 - - [2026-01-15 03:44:17] "GET /instance-ip/728c9096-5819-412b-b37a-685b4e242f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004760 10.0.0.242 - - [2026-01-15 03:44:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001183 10.0.0.242 - - [2026-01-15 03:44:19] "POST /neutron/port HTTP/1.1" 200 989 0.011754 10.0.0.242 - - [2026-01-15 03:44:19] "POST /neutron/port HTTP/1.1" 200 989 0.011314 10.0.0.242 - - [2026-01-15 03:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.005296 10.0.0.242 - - [2026-01-15 03:44:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001116 10.0.0.242 - - [2026-01-15 03:44:20] "POST /neutron/port HTTP/1.1" 200 989 0.054708 10.0.0.242 - - [2026-01-15 03:44:20] "POST /neutron/port HTTP/1.1" 200 989 0.010986 10.0.0.242 - - [2026-01-15 03:44:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003528 10.0.0.242 - - [2026-01-15 03:44:20] "POST /neutron/network HTTP/1.1" 200 827 0.006802 10.0.0.73 - - [2026-01-15 03:44:20] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000840 10.0.0.242 - - [2026-01-15 03:44:20] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076480 10.0.0.242 - - [2026-01-15 03:44:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007782 10.0.0.242 - - [2026-01-15 03:44:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001181 10.0.0.242 - - [2026-01-15 03:44:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008931 10.0.0.242 - - [2026-01-15 03:44:21] "POST /neutron/network HTTP/1.1" 200 827 0.057014 10.0.0.242 - - [2026-01-15 03:44:21] "POST /neutron/port HTTP/1.1" 200 989 0.010671 10.0.0.242 - - [2026-01-15 03:44:22] "POST /neutron/port HTTP/1.1" 200 989 0.013008 10.0.0.242 - - [2026-01-15 03:44:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009228 10.0.0.242 - - [2026-01-15 03:44:22] "POST /neutron/port HTTP/1.1" 200 1127 0.054777 10.0.0.242 - - [2026-01-15 03:44:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.015980 10.0.0.242 - - [2026-01-15 03:44:22] "POST /neutron/network HTTP/1.1" 200 827 0.005694 10.0.0.73 - - [2026-01-15 03:44:23] "POST /ref-update HTTP/1.1" 200 156 0.024259 10.0.0.242 - - [2026-01-15 03:44:23] "POST /neutron/port HTTP/1.1" 200 989 0.016354 10.0.0.242 - - [2026-01-15 03:44:23] "POST /neutron/port HTTP/1.1" 200 989 0.019857 10.0.0.242 - - [2026-01-15 03:44:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.021072 10.0.0.242 - - [2026-01-15 03:44:23] "POST /neutron/port HTTP/1.1" 200 1091 0.023309 10.0.0.242 - - [2026-01-15 03:44:23] "POST /neutron/port HTTP/1.1" 200 1091 0.017662 10.0.0.242 - - [2026-01-15 03:44:23] "POST /neutron/network HTTP/1.1" 200 827 0.006004 10.0.0.242 - - [2026-01-15 03:44:23] "GET /virtual-machine/288589f3-0bea-42ea-8691-b17ab5791d45 HTTP/1.1" 401 293 0.000385 10.0.0.242 - - [2026-01-15 03:44:24] "GET /virtual-machine/288589f3-0bea-42ea-8691-b17ab5791d45 HTTP/1.1" 200 1273 0.038873 10.0.0.242 - - [2026-01-15 03:44:24] "GET /virtual-machine-interface/3a28d21e-a7ca-4dde-b74d-50066b5c8a1a HTTP/1.1" 200 3187 0.005645 10.0.0.242 - - [2026-01-15 03:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.242 - - [2026-01-15 03:44:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003432 10.0.0.242 - - [2026-01-15 03:44:24] "GET /virtual-networks?parent_id=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003037 10.0.0.242 - - [2026-01-15 03:44:24] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005987 10.0.0.242 - - [2026-01-15 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.242 - - [2026-01-15 03:44:27] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004679 10.0.0.242 - - [2026-01-15 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.242 - - [2026-01-15 03:44:31] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006782 10.0.0.242 - - [2026-01-15 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.242 - - [2026-01-15 03:44:35] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005242 10.0.0.242 - - [2026-01-15 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.242 - - [2026-01-15 03:44:39] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004972 10.0.0.242 - - [2026-01-15 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-15 03:44:43] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005805 10.0.0.242 - - [2026-01-15 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.242 - - [2026-01-15 03:44:47] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005954 10.0.0.73 - - [2026-01-15 03:44:50] "DELETE /access-control-list/7ae4373b-e388-42f0-99b0-631f547509bc HTTP/1.1" 200 115 0.065923 10.0.0.242 - - [2026-01-15 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.242 - - [2026-01-15 03:44:52] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005230 10.0.0.242 - - [2026-01-15 03:44:52] "POST /neutron/network HTTP/1.1" 200 837 0.006613 10.0.0.242 - - [2026-01-15 03:44:52] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.242 - - [2026-01-15 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.242 - - [2026-01-15 03:44:56] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005028 10.0.0.242 - - [2026-01-15 03:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.242 - - [2026-01-15 03:45:00] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005224 10.0.0.73 - - [2026-01-15 03:45:00] "DELETE /project/dc62393b3df44991bf30dfad2f32a0ad HTTP/1.1" 404 173 0.004220 10.0.0.73 - - [2026-01-15 03:45:00] "DELETE /project/ea581975-bb21-4592-a39b-fd305f01d9ea HTTP/1.1" 404 177 0.003839 10.0.0.242 - - [2026-01-15 03:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.242 - - [2026-01-15 03:45:04] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006635 10.0.0.242 - - [2026-01-15 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.242 - - [2026-01-15 03:45:06] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003708 10.0.0.242 - - [2026-01-15 03:45:06] "GET /virtual-networks?parent_id=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002731 10.0.0.242 - - [2026-01-15 03:45:06] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005883 10.0.0.242 - - [2026-01-15 03:45:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007148 10.0.0.242 - - [2026-01-15 03:45:09] "POST /neutron/network HTTP/1.1" 200 837 0.006397 10.0.0.242 - - [2026-01-15 03:45:09] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.242 - - [2026-01-15 03:45:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007119 10.0.0.73 - - [2026-01-15 03:45:16] "GET /obj-perms HTTP/1.1" 200 5075 0.067424 10.0.0.242 - - [2026-01-15 03:45:18] "POST /neutron/port HTTP/1.1" 200 1091 0.017513 10.0.0.242 - - [2026-01-15 03:45:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009276 10.0.0.242 - - [2026-01-15 03:45:27] "POST /neutron/port HTTP/1.1" 200 1091 0.017836 10.0.0.242 - - [2026-01-15 03:45:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006332 10.0.0.242 - - [2026-01-15 03:45:32] "POST /neutron/port HTTP/1.1" 200 1127 0.016763 10.0.0.242 - - [2026-01-15 03:45:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007527 10.0.0.242 - - [2026-01-15 03:45:32] "GET /virtual-machine/bb0f23ca-c97e-4fa2-b9a8-6a554bd74d61 HTTP/1.1" 200 1297 0.005965 10.0.0.242 - - [2026-01-15 03:45:32] "GET /virtual-machine-interface/9724a143-f32e-4ba1-abff-07837cc56fee HTTP/1.1" 200 2962 0.005206 10.0.0.242 - - [2026-01-15 03:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.242 - - [2026-01-15 03:45:32] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003622 10.0.0.242 - - [2026-01-15 03:45:32] "GET /virtual-networks?parent_id=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003005 10.0.0.242 - - [2026-01-15 03:45:32] "GET /virtual-network/eb91e897-f3c0-43ee-a04e-71f7d9b71775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006305 10.0.0.242 - - [2026-01-15 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.242 - - [2026-01-15 03:45:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005310 10.0.0.242 - - [2026-01-15 03:45:34] "GET /virtual-networks?parent_id=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003027 10.0.0.242 - - [2026-01-15 03:45:34] "GET /virtual-network/eb91e897-f3c0-43ee-a04e-71f7d9b71775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006528 10.0.0.242 - - [2026-01-15 03:45:39] "POST /neutron/port HTTP/1.1" 200 1127 0.018665 10.0.0.242 - - [2026-01-15 03:45:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006837 10.0.0.242 - - [2026-01-15 03:45:44] "POST /neutron/port HTTP/1.1" 200 1091 0.016690 10.0.0.242 - - [2026-01-15 03:45:44] "GET /virtual-machine/792301e7-ce6f-4e2c-9b3f-f6b6d70643e3 HTTP/1.1" 200 1274 0.005561 10.0.0.242 - - [2026-01-15 03:45:44] "GET /virtual-machine-interface/34935656-99fc-4dfe-a8ef-95ff2479d243 HTTP/1.1" 200 3187 0.005079 10.0.0.242 - - [2026-01-15 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.242 - - [2026-01-15 03:45:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004024 10.0.0.242 - - [2026-01-15 03:45:44] "GET /virtual-networks?parent_id=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003259 10.0.0.242 - - [2026-01-15 03:45:45] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006411 10.0.0.242 - - [2026-01-15 03:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.242 - - [2026-01-15 03:45:46] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003460 10.0.0.242 - - [2026-01-15 03:45:46] "GET /virtual-networks?parent_id=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003323 10.0.0.242 - - [2026-01-15 03:45:46] "GET /virtual-network/35a0228e-f93a-433e-8428-7a825360129a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005818 10.0.0.242 - - [2026-01-15 03:45:54] "POST /neutron/port HTTP/1.1" 200 1127 0.017207 10.0.0.242 - - [2026-01-15 03:45:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.008049 10.0.0.242 - - [2026-01-15 03:46:11] "POST /neutron/port HTTP/1.1" 200 1091 0.028507 10.0.0.242 - - [2026-01-15 03:46:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004119 10.0.0.242 - - [2026-01-15 03:46:11] "POST /neutron/network HTTP/1.1" 200 827 0.008830 10.0.0.242 - - [2026-01-15 03:46:17] "GET /obj-perms HTTP/1.1" 200 5075 0.129991 10.0.0.242 - - [2026-01-15 03:46:55] "POST /neutron/network HTTP/1.1" 200 837 0.034548 10.0.0.242 - - [2026-01-15 03:46:55] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.242 - - [2026-01-15 03:47:13] "POST /neutron/port HTTP/1.1" 200 1091 0.024955 10.0.0.242 - - [2026-01-15 03:47:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.011966 10.0.0.242 - - [2026-01-15 03:47:21] "POST /neutron/router HTTP/1.1" 200 598 0.009716 10.0.0.242 - - [2026-01-15 03:47:22] "POST /neutron/router HTTP/1.1" 200 344 0.167337 10.0.0.73 - - [2026-01-15 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006795 10.0.0.242 - - [2026-01-15 03:47:23] "POST /neutron/port HTTP/1.1" 200 1127 0.019456 10.0.0.242 - - [2026-01-15 03:47:24] "DELETE /instance-ip/728c9096-5819-412b-b37a-685b4e242f82 HTTP/1.1" 200 115 0.051874 10.0.0.242 - - [2026-01-15 03:47:24] "DELETE /virtual-machine-interface/c3c78a89-b231-4e48-b5ae-29163ea6dfbe HTTP/1.1" 200 115 0.054574 10.0.0.242 - - [2026-01-15 03:47:24] "POST /neutron/port HTTP/1.1" 200 1081 0.023931 10.0.0.242 - - [2026-01-15 03:47:24] "DELETE /instance-ip/57e38393-7a55-4c48-b833-68e0dea6396a HTTP/1.1" 200 115 0.042591 10.0.0.242 - - [2026-01-15 03:47:24] "DELETE /virtual-machine-interface/42b5bbb4-ab75-4d8b-8daa-72cca75686ce HTTP/1.1" 200 115 0.066231 10.0.0.242 - - [2026-01-15 03:47:24] "POST /neutron/port HTTP/1.1" 200 151 0.119438 10.0.0.242 - - [2026-01-15 03:47:24] "DELETE /instance-ip/82c0104f-77cc-4213-9e19-a429b033ae82 HTTP/1.1" 200 115 0.046764 10.0.0.242 - - [2026-01-15 03:47:25] "DELETE /virtual-machine-interface/cb898b1c-22d7-41c7-8618-b680c83e9ea6 HTTP/1.1" 200 115 0.067676 10.0.0.242 - - [2026-01-15 03:47:25] "POST /neutron/network HTTP/1.1" 200 827 0.009885 10.0.0.73 - - [2026-01-15 03:47:25] "DELETE /route-target/3911432f-7c76-4291-adf3-18dcbd2cc736 HTTP/1.1" 200 115 0.019177 10.0.0.73 - - [2026-01-15 03:47:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.73 - - [2026-01-15 03:47:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.242 - - [2026-01-15 03:47:25] "POST /neutron/network HTTP/1.1" 200 151 0.114030 10.0.0.73 - - [2026-01-15 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.73 - - [2026-01-15 03:47:25] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000871 10.0.0.242 - - [2026-01-15 03:47:25] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053442 10.0.0.73 - - [2026-01-15 03:47:25] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000871 10.0.0.242 - - [2026-01-15 03:47:26] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?fields=virtual_networks HTTP/1.1" 200 1041 0.061298 10.0.0.73 - - [2026-01-15 03:47:26] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001017 10.0.0.242 - - [2026-01-15 03:47:26] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.047984 10.0.0.73 - - [2026-01-15 03:47:26] "GET /projects?obj_uuids=dc62393b-3df4-4991-bf30-dfad2f32a0ad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001004 10.0.0.242 - - [2026-01-15 03:47:26] "GET /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad?fields=security_groups HTTP/1.1" 200 1271 0.047240 10.0.0.242 - - [2026-01-15 03:47:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.059269 10.0.0.73 - - [2026-01-15 03:47:27] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003417 10.0.0.73 - - [2026-01-15 03:47:27] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.73 - - [2026-01-15 03:47:27] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007337 10.0.0.73 - - [2026-01-15 03:47:27] "POST /id-to-fqname HTTP/1.1" 200 189 0.003759 10.0.0.73 - - [2026-01-15 03:47:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.004501 10.0.0.73 - - [2026-01-15 03:47:27] "POST /security-groups HTTP/1.1" 200 590 0.073451 10.0.0.73 - - [2026-01-15 03:47:27] "POST /projects HTTP/1.1" 200 583 0.289133 10.0.0.73 - - [2026-01-15 03:47:27] "POST /access-control-lists HTTP/1.1" 200 595 0.026843 10.0.0.73 - - [2026-01-15 03:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.365333 10.0.0.242 - - [2026-01-15 03:47:27] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.502047 10.0.0.242 - - [2026-01-15 03:47:28] "POST /neutron/port HTTP/1.1" 200 117 0.006449 10.0.0.242 - - [2026-01-15 03:47:28] "POST /neutron/port HTTP/1.1" 400 205 0.003541 10.0.0.242 - - [2026-01-15 03:47:29] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.242 - - [2026-01-15 03:47:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2026-01-15 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.074899 10.0.0.73 - - [2026-01-15 03:47:31] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000886 10.0.0.242 - - [2026-01-15 03:47:31] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.040970 10.0.0.73 - - [2026-01-15 03:47:31] "POST /route-targets HTTP/1.1" 200 327 0.017696 10.0.0.73 - - [2026-01-15 03:47:32] "POST /useragent-kv HTTP/1.1" 200 115 0.011830 10.0.0.242 - - [2026-01-15 03:47:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.250470 10.0.0.242 - - [2026-01-15 03:47:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001230 10.0.0.242 - - [2026-01-15 03:47:32] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004877 10.0.0.242 - - [2026-01-15 03:47:32] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.011666 10.0.0.242 - - [2026-01-15 03:47:32] "POST /neutron/network HTTP/1.1" 200 822 0.007101 10.0.0.242 - - [2026-01-15 03:47:32] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005353 10.0.0.33 - - [2026-01-15 03:47:34] "GET /obj-perms HTTP/1.1" 200 5047 0.073940 10.0.0.242 - - [2026-01-15 03:47:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001461 10.0.0.73 - - [2026-01-15 03:47:35] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000912 10.0.0.242 - - [2026-01-15 03:47:35] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.077992 10.0.0.242 - - [2026-01-15 03:47:35] "POST /neutron/network HTTP/1.1" 200 822 0.005892 10.0.0.242 - - [2026-01-15 03:47:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001192 10.0.0.242 - - [2026-01-15 03:47:36] "POST /neutron/port HTTP/1.1" 200 117 0.006005 10.0.0.73 - - [2026-01-15 03:47:36] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002074 10.0.0.242 - - [2026-01-15 03:47:36] "POST /neutron/port HTTP/1.1" 200 1058 0.331455 10.0.0.242 - - [2026-01-15 03:47:36] "POST /neutron/port HTTP/1.1" 200 1112 0.126046 10.0.0.73 - - [2026-01-15 03:47:37] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001154 10.0.0.242 - - [2026-01-15 03:47:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.013001 10.0.0.242 - - [2026-01-15 03:47:37] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.144570 10.0.0.242 - - [2026-01-15 03:47:37] "POST /neutron/network HTTP/1.1" 200 822 0.014536 10.0.0.242 - - [2026-01-15 03:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.005842 10.0.0.242 - - [2026-01-15 03:47:38] "POST /neutron/network HTTP/1.1" 200 832 0.007656 10.0.0.242 - - [2026-01-15 03:47:38] "POST /neutron/port HTTP/1.1" 200 1058 0.016688 10.0.0.242 - - [2026-01-15 03:47:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003907 10.0.0.242 - - [2026-01-15 03:47:39] "POST /neutron/network HTTP/1.1" 200 822 0.006530 10.0.0.242 - - [2026-01-15 03:47:42] "POST /neutron/port HTTP/1.1" 200 1122 0.019741 10.0.0.242 - - [2026-01-15 03:47:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007530 10.0.0.242 - - [2026-01-15 03:47:43] "GET /virtual-machine/ee5389ab-20d8-4684-92e9-52b017e7d181 HTTP/1.1" 401 293 0.000358 10.0.0.242 - - [2026-01-15 03:47:43] "GET /virtual-machine/ee5389ab-20d8-4684-92e9-52b017e7d181 HTTP/1.1" 200 1292 0.041390 10.0.0.242 - - [2026-01-15 03:47:43] "GET /virtual-machine-interface/fb0c88d0-c911-4670-8b60-80d1a4382cb7 HTTP/1.1" 200 2937 0.006669 10.0.0.242 - - [2026-01-15 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006223 10.0.0.242 - - [2026-01-15 03:47:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004597 10.0.0.242 - - [2026-01-15 03:47:43] "GET /virtual-networks?parent_id=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003033 10.0.0.242 - - [2026-01-15 03:47:43] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006790 10.0.0.242 - - [2026-01-15 03:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.242 - - [2026-01-15 03:47:46] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004786 10.0.0.242 - - [2026-01-15 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2026-01-15 03:47:50] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004898 10.0.0.73 - - [2026-01-15 03:47:51] "DELETE /access-control-list/814d1827-ea2f-4784-905e-ddd2716dfefd HTTP/1.1" 200 115 0.052982 10.0.0.242 - - [2026-01-15 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.242 - - [2026-01-15 03:47:54] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004781 10.0.0.242 - - [2026-01-15 03:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2026-01-15 03:47:59] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004932 10.0.0.73 - - [2026-01-15 03:48:00] "DELETE /project/6dbb5a5b1ddf4858a955c259f569c1f0 HTTP/1.1" 404 173 0.005586 10.0.0.73 - - [2026-01-15 03:48:00] "DELETE /project/dc62393b-3df4-4991-bf30-dfad2f32a0ad HTTP/1.1" 404 177 0.004891 10.0.0.242 - - [2026-01-15 03:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.242 - - [2026-01-15 03:48:03] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005477 10.0.0.242 - - [2026-01-15 03:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.242 - - [2026-01-15 03:48:07] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005333 10.0.0.242 - - [2026-01-15 03:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.242 - - [2026-01-15 03:48:11] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006177 10.0.0.242 - - [2026-01-15 03:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.242 - - [2026-01-15 03:48:15] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005322 10.0.0.73 - - [2026-01-15 03:48:19] "GET /obj-perms HTTP/1.1" 200 5075 0.081887 10.0.0.242 - - [2026-01-15 03:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.242 - - [2026-01-15 03:48:19] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005961 10.0.0.242 - - [2026-01-15 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.242 - - [2026-01-15 03:48:23] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005572 10.0.0.242 - - [2026-01-15 03:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.242 - - [2026-01-15 03:48:27] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005977 10.0.0.242 - - [2026-01-15 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.242 - - [2026-01-15 03:48:31] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005075 10.0.0.242 - - [2026-01-15 03:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.242 - - [2026-01-15 03:48:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003411 10.0.0.242 - - [2026-01-15 03:48:33] "GET /virtual-networks?parent_id=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002372 10.0.0.242 - - [2026-01-15 03:48:33] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005556 10.0.0.242 - - [2026-01-15 03:48:39] "POST /neutron/port HTTP/1.1" 200 1122 0.018119 10.0.0.242 - - [2026-01-15 03:48:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007347 10.0.0.242 - - [2026-01-15 03:48:47] "POST /neutron/port HTTP/1.1" 200 1122 0.049773 10.0.0.33 - - [2026-01-15 03:48:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.33 - - [2026-01-15 03:48:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.73 - - [2026-01-15 03:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.73 - - [2026-01-15 03:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2026-01-15 03:48:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007979 10.0.0.33 - - [2026-01-15 03:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.33 - - [2026-01-15 03:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.73 - - [2026-01-15 03:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.73 - - [2026-01-15 03:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2026-01-15 03:48:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.242 - - [2026-01-15 03:48:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.242 - - [2026-01-15 03:48:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.242 - - [2026-01-15 03:48:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.242 - - [2026-01-15 03:49:00] "POST /neutron/port HTTP/1.1" 200 1122 0.020764 10.0.0.242 - - [2026-01-15 03:49:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009197 10.0.0.242 - - [2026-01-15 03:49:00] "GET /virtual-machine/181b4ef3-c645-4579-a816-923b2631a0d8 HTTP/1.1" 200 1291 0.006498 10.0.0.242 - - [2026-01-15 03:49:00] "GET /virtual-machine-interface/28db3a3e-7313-47d1-9eb9-524150ea713a HTTP/1.1" 200 2936 0.005325 10.0.0.242 - - [2026-01-15 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.242 - - [2026-01-15 03:49:00] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004452 10.0.0.242 - - [2026-01-15 03:49:00] "GET /virtual-networks?parent_id=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005784 10.0.0.242 - - [2026-01-15 03:49:00] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005691 10.0.0.242 - - [2026-01-15 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.242 - - [2026-01-15 03:49:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004136 10.0.0.242 - - [2026-01-15 03:49:01] "GET /virtual-networks?parent_id=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004312 10.0.0.242 - - [2026-01-15 03:49:01] "GET /virtual-network/802cd5f9-62f4-44d8-a9f8-04b7f2e85608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005898 10.0.0.242 - - [2026-01-15 03:49:13] "POST /neutron/port HTTP/1.1" 200 1122 0.018884 10.0.0.242 - - [2026-01-15 03:49:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003988 10.0.0.242 - - [2026-01-15 03:49:13] "POST /neutron/network HTTP/1.1" 200 822 0.013274 10.0.0.242 - - [2026-01-15 03:49:19] "GET /obj-perms HTTP/1.1" 200 5075 0.066389 10.0.0.242 - - [2026-01-15 03:50:15] "POST /neutron/network HTTP/1.1" 200 832 0.035211 10.0.0.242 - - [2026-01-15 03:50:15] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.242 - - [2026-01-15 03:50:23] "POST /neutron/network HTTP/1.1" 400 204 0.012673 10.0.0.242 - - [2026-01-15 03:50:23] "POST /neutron/port HTTP/1.1" 200 1122 0.016525 10.0.0.242 - - [2026-01-15 03:50:23] "POST /neutron/port HTTP/1.1" 200 151 0.209374 10.0.0.73 - - [2026-01-15 03:50:27] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.034680 10.0.0.242 - - [2026-01-15 03:50:27] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.120623 10.0.0.73 - - [2026-01-15 03:50:27] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001324 10.0.0.242 - - [2026-01-15 03:50:27] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?fields=virtual_networks HTTP/1.1" 200 1030 0.035146 10.0.0.73 - - [2026-01-15 03:50:27] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000933 10.0.0.242 - - [2026-01-15 03:50:27] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.052620 10.0.0.73 - - [2026-01-15 03:50:27] "GET /projects?obj_uuids=6dbb5a5b-1ddf-4858-a955-c259f569c1f0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000982 10.0.0.242 - - [2026-01-15 03:50:27] "GET /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0?fields=security_groups HTTP/1.1" 200 1255 0.043555 10.0.0.242 - - [2026-01-15 03:50:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.036400 10.0.0.73 - - [2026-01-15 03:50:28] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002843 10.0.0.73 - - [2026-01-15 03:50:28] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.73 - - [2026-01-15 03:50:28] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058418 10.0.0.73 - - [2026-01-15 03:50:28] "POST /id-to-fqname HTTP/1.1" 200 189 0.001099 10.0.0.73 - - [2026-01-15 03:50:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.007495 10.0.0.73 - - [2026-01-15 03:50:28] "POST /security-groups HTTP/1.1" 200 590 0.075130 10.0.0.73 - - [2026-01-15 03:50:28] "POST /projects HTTP/1.1" 200 583 0.295890 10.0.0.73 - - [2026-01-15 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.340035 10.0.0.73 - - [2026-01-15 03:50:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.046406 10.0.0.242 - - [2026-01-15 03:50:28] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.571957 10.0.0.73 - - [2026-01-15 03:50:29] "POST /access-control-lists HTTP/1.1" 200 593 0.051066 10.0.0.242 - - [2026-01-15 03:50:30] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.242 - - [2026-01-15 03:50:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.242 - - [2026-01-15 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.088414 10.0.0.73 - - [2026-01-15 03:50:32] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000862 10.0.0.242 - - [2026-01-15 03:50:32] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.046002 10.0.0.242 - - [2026-01-15 03:50:32] "POST /neutron/network HTTP/1.1" 200 117 0.042240 10.0.0.242 - - [2026-01-15 03:50:33] "POST /neutron/network HTTP/1.1" 200 822 0.010022 10.0.0.242 - - [2026-01-15 03:50:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001036 10.0.0.242 - - [2026-01-15 03:50:33] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007357 10.0.0.242 - - [2026-01-15 03:50:33] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007059 10.0.0.242 - - [2026-01-15 03:50:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.009215 10.0.0.242 - - [2026-01-15 03:50:34] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005996 10.0.0.33 - - [2026-01-15 03:50:35] "GET /obj-perms HTTP/1.1" 200 5047 0.073091 10.0.0.242 - - [2026-01-15 03:50:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001212 10.0.0.73 - - [2026-01-15 03:50:36] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.242 - - [2026-01-15 03:50:36] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.072466 10.0.0.242 - - [2026-01-15 03:50:37] "POST /neutron/port HTTP/1.1" 200 117 0.006510 10.0.0.242 - - [2026-01-15 03:50:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001227 10.0.0.242 - - [2026-01-15 03:50:37] "POST /neutron/network HTTP/1.1" 200 832 0.006706 10.0.0.242 - - [2026-01-15 03:50:38] "POST /neutron/port HTTP/1.1" 200 1058 0.016793 10.0.0.242 - - [2026-01-15 03:50:38] "POST /neutron/port HTTP/1.1" 200 1122 0.019652 10.0.0.242 - - [2026-01-15 03:50:38] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.73 - - [2026-01-15 03:50:38] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002043 10.0.0.242 - - [2026-01-15 03:50:38] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.081261 10.0.0.242 - - [2026-01-15 03:50:38] "POST /neutron/port HTTP/1.1" 200 1122 0.025661 10.0.0.242 - - [2026-01-15 03:50:38] "POST /neutron/port HTTP/1.1" 200 1122 0.017358 10.0.0.73 - - [2026-01-15 03:50:39] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001336 10.0.0.242 - - [2026-01-15 03:50:39] "POST /neutron/port HTTP/1.1" 200 1058 0.283133 10.0.0.242 - - [2026-01-15 03:50:39] "POST /neutron/port HTTP/1.1" 200 1112 0.097654 10.0.0.242 - - [2026-01-15 03:50:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.008430 10.0.0.242 - - [2026-01-15 03:50:44] "POST /neutron/port HTTP/1.1" 200 1122 0.028298 10.0.0.242 - - [2026-01-15 03:50:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008622 10.0.0.242 - - [2026-01-15 03:50:44] "GET /virtual-machine/3691773c-1d3d-4550-8893-d765f321c68f HTTP/1.1" 401 293 0.000721 10.0.0.242 - - [2026-01-15 03:50:44] "GET /virtual-machine/3691773c-1d3d-4550-8893-d765f321c68f HTTP/1.1" 200 1290 0.037905 10.0.0.242 - - [2026-01-15 03:50:44] "GET /virtual-machine-interface/60e94e0d-b9c4-4733-bca0-4ec174300168 HTTP/1.1" 200 2936 0.008693 10.0.0.242 - - [2026-01-15 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.242 - - [2026-01-15 03:50:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005197 10.0.0.242 - - [2026-01-15 03:50:44] "GET /virtual-networks?parent_id=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003732 10.0.0.242 - - [2026-01-15 03:50:44] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005943 10.0.0.242 - - [2026-01-15 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.242 - - [2026-01-15 03:50:48] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006541 10.0.0.73 - - [2026-01-15 03:50:51] "DELETE /access-control-list/26bbf75f-85a9-4994-816a-cb0cef1842b9 HTTP/1.1" 200 115 0.050175 10.0.0.242 - - [2026-01-15 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.242 - - [2026-01-15 03:50:52] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005321 10.0.0.242 - - [2026-01-15 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.242 - - [2026-01-15 03:50:56] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007406 10.0.0.242 - - [2026-01-15 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2026-01-15 03:51:00] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005261 10.0.0.73 - - [2026-01-15 03:51:01] "DELETE /project/b92e8bb85a3047d79d42222d5e0a0fae HTTP/1.1" 404 173 0.002489 10.0.0.73 - - [2026-01-15 03:51:01] "DELETE /project/6dbb5a5b-1ddf-4858-a955-c259f569c1f0 HTTP/1.1" 404 177 0.004786 10.0.0.242 - - [2026-01-15 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.242 - - [2026-01-15 03:51:04] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005342 10.0.0.242 - - [2026-01-15 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.242 - - [2026-01-15 03:51:08] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005304 10.0.0.242 - - [2026-01-15 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.242 - - [2026-01-15 03:51:12] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006197 10.0.0.242 - - [2026-01-15 03:51:15] "POST /neutron/port HTTP/1.1" 200 1122 0.020213 10.0.0.242 - - [2026-01-15 03:51:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003932 10.0.0.242 - - [2026-01-15 03:51:15] "POST /neutron/network HTTP/1.1" 200 822 0.006578 10.0.0.242 - - [2026-01-15 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.242 - - [2026-01-15 03:51:16] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004822 10.0.0.242 - - [2026-01-15 03:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.242 - - [2026-01-15 03:51:20] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006679 10.0.0.73 - - [2026-01-15 03:51:22] "GET /obj-perms HTTP/1.1" 200 5075 0.082307 10.0.0.242 - - [2026-01-15 03:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.242 - - [2026-01-15 03:51:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003897 10.0.0.242 - - [2026-01-15 03:51:24] "GET /virtual-networks?parent_id=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002605 10.0.0.242 - - [2026-01-15 03:51:24] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006137 10.0.0.242 - - [2026-01-15 03:51:30] "POST /neutron/port HTTP/1.1" 200 1122 0.016744 10.0.0.242 - - [2026-01-15 03:51:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006230 10.0.0.242 - - [2026-01-15 03:51:35] "POST /neutron/port HTTP/1.1" 200 1122 0.016364 10.0.0.242 - - [2026-01-15 03:51:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007748 10.0.0.242 - - [2026-01-15 03:51:45] "POST /neutron/port HTTP/1.1" 200 1122 0.017367 10.0.0.242 - - [2026-01-15 03:51:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006875 10.0.0.242 - - [2026-01-15 03:51:46] "GET /virtual-machine/5db5c2b2-b1cb-4476-addb-e304d3a560ef HTTP/1.1" 200 1291 0.005476 10.0.0.242 - - [2026-01-15 03:51:46] "GET /virtual-machine-interface/7ec738c7-9435-4a57-a700-8f1ae10efb68 HTTP/1.1" 200 2936 0.005975 10.0.0.242 - - [2026-01-15 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.242 - - [2026-01-15 03:51:46] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004050 10.0.0.242 - - [2026-01-15 03:51:46] "GET /virtual-networks?parent_id=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003031 10.0.0.242 - - [2026-01-15 03:51:46] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005843 10.0.0.242 - - [2026-01-15 03:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.242 - - [2026-01-15 03:51:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003461 10.0.0.242 - - [2026-01-15 03:51:47] "GET /virtual-networks?parent_id=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002586 10.0.0.242 - - [2026-01-15 03:51:47] "GET /virtual-network/7ff54eab-2692-4344-b3e4-624b0301a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005311 10.0.0.242 - - [2026-01-15 03:52:13] "POST /neutron/port HTTP/1.1" 200 1122 0.018569 10.0.0.242 - - [2026-01-15 03:52:13] "POST /neutron/port HTTP/1.1" 200 1122 0.024743 10.0.0.242 - - [2026-01-15 03:52:15] "POST /neutron/network HTTP/1.1" 200 822 0.007167 10.0.0.73 - - [2026-01-15 03:52:15] "DELETE /route-target/359dbd3e-7964-46a5-b62e-b962d3e4107e HTTP/1.1" 200 115 0.038388 10.0.0.73 - - [2026-01-15 03:52:16] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001043 10.0.0.242 - - [2026-01-15 03:52:17] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.046240 10.0.0.73 - - [2026-01-15 03:52:17] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001015 10.0.0.242 - - [2026-01-15 03:52:17] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?fields=virtual_networks HTTP/1.1" 200 1031 0.048767 10.0.0.73 - - [2026-01-15 03:52:17] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000955 10.0.0.242 - - [2026-01-15 03:52:17] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043182 10.0.0.73 - - [2026-01-15 03:52:17] "GET /projects?obj_uuids=b92e8bb8-5a30-47d7-9d42-222d5e0a0fae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001218 10.0.0.242 - - [2026-01-15 03:52:17] "GET /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae?fields=security_groups HTTP/1.1" 200 1256 0.042212 10.0.0.242 - - [2026-01-15 03:52:22] "GET /obj-perms HTTP/1.1" 200 5075 0.074082 10.0.0.242 - - [2026-01-15 03:52:34] "GET / HTTP/1.1" 200 35931 0.001818 10.0.0.242 - - [2026-01-15 03:52:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000542 10.0.0.242 - - [2026-01-15 03:52:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.062188 10.0.0.73 - - [2026-01-15 03:52:35] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002572 10.0.0.73 - - [2026-01-15 03:52:35] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001515 10.0.0.73 - - [2026-01-15 03:52:35] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009580 10.0.0.73 - - [2026-01-15 03:52:36] "POST /id-to-fqname HTTP/1.1" 200 203 0.001045 10.0.0.73 - - [2026-01-15 03:52:36] "POST /fqname-to-id HTTP/1.1" 404 212 0.012340 10.0.0.73 - - [2026-01-15 03:52:36] "POST /security-groups HTTP/1.1" 200 604 0.070583 10.0.0.73 - - [2026-01-15 03:52:36] "POST /projects HTTP/1.1" 200 611 0.280153 10.0.0.73 - - [2026-01-15 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.313077 10.0.0.73 - - [2026-01-15 03:52:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.010087 10.0.0.242 - - [2026-01-15 03:52:36] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.478605 10.0.0.242 - - [2026-01-15 03:52:37] "GET / HTTP/1.1" 200 35931 0.002237 10.0.0.242 - - [2026-01-15 03:52:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2026-01-15 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.084275 10.0.0.73 - - [2026-01-15 03:52:38] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000836 10.0.0.242 - - [2026-01-15 03:52:38] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.031543 10.0.0.73 - - [2026-01-15 03:52:38] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000866 10.0.0.242 - - [2026-01-15 03:52:39] "POST /neutron/network HTTP/1.1" 200 620 0.157324 10.0.0.73 - - [2026-01-15 03:52:39] "POST /ref-update HTTP/1.1" 200 156 0.022874 10.0.0.242 - - [2026-01-15 03:52:39] "POST /id-to-fqname HTTP/1.1" 200 234 0.002884 10.0.0.242 - - [2026-01-15 03:52:39] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005725 10.0.0.242 - - [2026-01-15 03:52:39] "POST /neutron/network HTTP/1.1" 200 839 0.005971 10.0.0.242 - - [2026-01-15 03:52:39] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005256 10.0.0.242 - - [2026-01-15 03:52:39] "POST /id-to-fqname HTTP/1.1" 200 234 0.001236 10.0.0.242 - - [2026-01-15 03:52:39] "POST /neutron/network HTTP/1.1" 200 849 0.006510 10.0.0.73 - - [2026-01-15 03:52:40] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000869 10.0.0.242 - - [2026-01-15 03:52:40] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.069225 10.0.0.242 - - [2026-01-15 03:52:40] "POST /neutron/port HTTP/1.1" 200 117 0.007159 10.0.0.242 - - [2026-01-15 03:52:40] "POST /id-to-fqname HTTP/1.1" 200 234 0.001043 10.0.0.242 - - [2026-01-15 03:52:41] "POST /neutron/network HTTP/1.1" 200 849 0.006673 10.0.0.242 - - [2026-01-15 03:52:41] "POST /neutron/port HTTP/1.1" 200 1073 0.014923 10.0.0.242 - - [2026-01-15 03:52:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003957 10.0.0.73 - - [2026-01-15 03:52:42] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001009 10.0.0.242 - - [2026-01-15 03:52:42] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.102854 10.0.0.242 - - [2026-01-15 03:52:42] "POST /neutron/network HTTP/1.1" 200 839 0.007642 10.0.0.242 - - [2026-01-15 03:52:42] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007176 10.0.0.73 - - [2026-01-15 03:52:42] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000905 10.0.0.242 - - [2026-01-15 03:52:43] "POST /neutron/port HTTP/1.1" 200 1073 0.370417 10.0.0.242 - - [2026-01-15 03:52:43] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013243 10.0.0.242 - - [2026-01-15 03:52:43] "POST /neutron/port HTTP/1.1" 200 1127 0.116083 10.0.0.242 - - [2026-01-15 03:52:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.008110 10.0.0.33 - - [2026-01-15 03:52:44] "GET /obj-perms HTTP/1.1" 200 5075 0.066673 10.0.0.242 - - [2026-01-15 03:52:45] "POST /neutron/port HTTP/1.1" 200 1137 0.022504 10.0.0.242 - - [2026-01-15 03:52:45] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009945 10.0.0.242 - - [2026-01-15 03:52:45] "GET /virtual-machine/978e5482-b531-4972-ace0-99e0d61a6df5 HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2026-01-15 03:52:45] "GET /virtual-machine/978e5482-b531-4972-ace0-99e0d61a6df5 HTTP/1.1" 200 1306 0.038026 10.0.0.242 - - [2026-01-15 03:52:45] "GET /virtual-machine-interface/b1e7729d-1fae-43e2-a257-528ef4875dae HTTP/1.1" 200 3010 0.005433 10.0.0.242 - - [2026-01-15 03:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.242 - - [2026-01-15 03:52:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003147 10.0.0.242 - - [2026-01-15 03:52:45] "GET /virtual-networks?parent_id=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002929 10.0.0.242 - - [2026-01-15 03:52:46] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006356 10.0.0.242 - - [2026-01-15 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.242 - - [2026-01-15 03:52:49] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005297 10.0.0.242 - - [2026-01-15 03:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.242 - - [2026-01-15 03:52:53] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006679 10.0.0.242 - - [2026-01-15 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.242 - - [2026-01-15 03:52:57] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005810 10.0.0.242 - - [2026-01-15 03:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.242 - - [2026-01-15 03:53:01] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005245 10.0.0.73 - - [2026-01-15 03:53:01] "DELETE /project/560db22f7bb84a4b86da851b937bbfe4 HTTP/1.1" 404 173 0.003336 10.0.0.73 - - [2026-01-15 03:53:01] "DELETE /project/b92e8bb8-5a30-47d7-9d42-222d5e0a0fae HTTP/1.1" 404 177 0.005571 10.0.0.242 - - [2026-01-15 03:53:03] "POST /neutron/port HTTP/1.1" 200 1137 0.019876 10.0.0.242 - - [2026-01-15 03:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.242 - - [2026-01-15 03:53:05] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003780 10.0.0.242 - - [2026-01-15 03:53:05] "GET /virtual-networks?parent_id=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004057 10.0.0.242 - - [2026-01-15 03:53:05] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006929 10.0.0.242 - - [2026-01-15 03:53:05] "POST /neutron/port HTTP/1.1" 200 1137 0.023791 10.0.0.242 - - [2026-01-15 03:53:10] "POST /neutron/port HTTP/1.1" 200 1137 0.018986 10.0.0.242 - - [2026-01-15 03:53:10] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008343 10.0.0.242 - - [2026-01-15 03:53:10] "GET /virtual-machine/77a6e354-d04c-43d7-bae2-58234b4eb201 HTTP/1.1" 200 1305 0.008014 10.0.0.242 - - [2026-01-15 03:53:10] "GET /virtual-machine-interface/cfb06b2b-8a1c-4e63-a97b-a56f611817a9 HTTP/1.1" 200 3010 0.006365 10.0.0.242 - - [2026-01-15 03:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.242 - - [2026-01-15 03:53:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005377 10.0.0.242 - - [2026-01-15 03:53:11] "GET /virtual-networks?parent_id=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004474 10.0.0.242 - - [2026-01-15 03:53:11] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007892 10.0.0.242 - - [2026-01-15 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.242 - - [2026-01-15 03:53:12] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003550 10.0.0.242 - - [2026-01-15 03:53:12] "GET /virtual-networks?parent_id=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002874 10.0.0.242 - - [2026-01-15 03:53:12] "GET /virtual-network/381203e3-0b7d-4fb2-b149-d4bef9fb5d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005566 10.0.0.242 - - [2026-01-15 03:53:12] "POST /neutron/port HTTP/1.1" 200 1137 0.018141 10.0.0.242 - - [2026-01-15 03:53:17] "POST /neutron/port HTTP/1.1" 200 1137 0.021948 10.0.0.242 - - [2026-01-15 03:53:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.011533 10.0.0.242 - - [2026-01-15 03:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.242 - - [2026-01-15 03:53:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005085 10.0.0.242 - - [2026-01-15 03:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.242 - - [2026-01-15 03:53:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005703 10.0.0.242 - - [2026-01-15 03:53:18] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.017267 10.0.0.242 - - [2026-01-15 03:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.242 - - [2026-01-15 03:53:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1637 0.004184 10.0.0.242 - - [2026-01-15 03:53:29] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.014919 10.0.0.33 - - [2026-01-15 03:53:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.33 - - [2026-01-15 03:53:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.73 - - [2026-01-15 03:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.73 - - [2026-01-15 03:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.33 - - [2026-01-15 03:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.33 - - [2026-01-15 03:53:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.73 - - [2026-01-15 03:53:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.73 - - [2026-01-15 03:53:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2026-01-15 03:53:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.242 - - [2026-01-15 03:53:51] "GET /global-system-configs HTTP/1.1" 401 293 0.001026 10.0.0.242 - - [2026-01-15 03:53:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.242 - - [2026-01-15 03:53:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.242 - - [2026-01-15 03:54:19] "POST /neutron/port HTTP/1.1" 200 1137 0.023066 10.0.0.242 - - [2026-01-15 03:54:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005663 10.0.0.242 - - [2026-01-15 03:54:19] "POST /neutron/network HTTP/1.1" 200 839 0.011973 10.0.0.73 - - [2026-01-15 03:54:24] "GET /obj-perms HTTP/1.1" 200 5075 0.066292 10.0.0.242 - - [2026-01-15 03:54:25] "POST /neutron/port HTTP/1.1" 200 1137 0.020532 10.0.0.242 - - [2026-01-15 03:54:25] "POST /neutron/port HTTP/1.1" 200 1137 0.016709 10.0.0.242 - - [2026-01-15 03:54:27] "POST /neutron/network HTTP/1.1" 200 839 0.006729 10.0.0.73 - - [2026-01-15 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.73 - - [2026-01-15 03:54:27] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001075 10.0.0.242 - - [2026-01-15 03:54:27] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049600 10.0.0.73 - - [2026-01-15 03:54:27] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000850 10.0.0.242 - - [2026-01-15 03:54:27] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?fields=virtual_networks HTTP/1.1" 200 1057 0.050554 10.0.0.73 - - [2026-01-15 03:54:27] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000855 10.0.0.242 - - [2026-01-15 03:54:27] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.043974 10.0.0.73 - - [2026-01-15 03:54:27] "GET /projects?obj_uuids=560db22f-7bb8-4a4b-86da-851b937bbfe4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001343 10.0.0.242 - - [2026-01-15 03:54:28] "GET /project/560db22f-7bb8-4a4b-86da-851b937bbfe4?fields=security_groups HTTP/1.1" 200 1296 0.060099 10.0.0.242 - - [2026-01-15 03:54:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.035951 10.0.0.73 - - [2026-01-15 03:54:29] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004095 10.0.0.73 - - [2026-01-15 03:54:29] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.73 - - [2026-01-15 03:54:29] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007629 10.0.0.73 - - [2026-01-15 03:54:29] "POST /id-to-fqname HTTP/1.1" 200 209 0.001130 10.0.0.73 - - [2026-01-15 03:54:29] "POST /fqname-to-id HTTP/1.1" 404 217 0.002564 10.0.0.73 - - [2026-01-15 03:54:29] "POST /security-groups HTTP/1.1" 200 609 0.083604 10.0.0.73 - - [2026-01-15 03:54:29] "POST /projects HTTP/1.1" 200 621 0.281933 10.0.0.73 - - [2026-01-15 03:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.333533 10.0.0.73 - - [2026-01-15 03:54:29] "POST /access-control-lists HTTP/1.1" 200 614 0.030731 10.0.0.242 - - [2026-01-15 03:54:29] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.513304 10.0.0.242 - - [2026-01-15 03:54:30] "GET / HTTP/1.1" 200 35931 0.001989 10.0.0.242 - - [2026-01-15 03:54:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.242 - - [2026-01-15 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.100262 10.0.0.73 - - [2026-01-15 03:54:31] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000810 10.0.0.242 - - [2026-01-15 03:54:31] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.039072 10.0.0.73 - - [2026-01-15 03:54:32] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000949 10.0.0.242 - - [2026-01-15 03:54:32] "POST /neutron/network HTTP/1.1" 200 625 0.153150 10.0.0.73 - - [2026-01-15 03:54:32] "POST /route-targets HTTP/1.1" 200 327 0.023202 10.0.0.242 - - [2026-01-15 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 239 0.003171 10.0.0.242 - - [2026-01-15 03:54:32] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006282 10.0.0.242 - - [2026-01-15 03:54:32] "POST /neutron/network HTTP/1.1" 200 842 0.007691 10.0.0.242 - - [2026-01-15 03:54:32] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005331 10.0.0.242 - - [2026-01-15 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 239 0.004621 10.0.0.242 - - [2026-01-15 03:54:33] "POST /neutron/network HTTP/1.1" 200 852 0.009511 10.0.0.73 - - [2026-01-15 03:54:34] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000920 10.0.0.242 - - [2026-01-15 03:54:34] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.077990 10.0.0.242 - - [2026-01-15 03:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.005665 10.0.0.242 - - [2026-01-15 03:54:34] "POST /id-to-fqname HTTP/1.1" 200 239 0.001202 10.0.0.242 - - [2026-01-15 03:54:34] "POST /neutron/network HTTP/1.1" 200 852 0.007212 10.0.0.242 - - [2026-01-15 03:54:35] "POST /neutron/port HTTP/1.1" 200 1076 0.021468 10.0.0.242 - - [2026-01-15 03:54:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.242 - - [2026-01-15 03:54:35] "POST /neutron/network HTTP/1.1" 200 842 0.006104 10.0.0.73 - - [2026-01-15 03:54:35] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000983 10.0.0.242 - - [2026-01-15 03:54:35] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.088024 10.0.0.242 - - [2026-01-15 03:54:35] "POST /neutron/security_group HTTP/1.1" 200 2076 0.016781 10.0.0.73 - - [2026-01-15 03:54:36] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000981 10.0.0.242 - - [2026-01-15 03:54:36] "POST /neutron/port HTTP/1.1" 200 1076 0.303452 10.0.0.242 - - [2026-01-15 03:54:36] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006049 10.0.0.242 - - [2026-01-15 03:54:36] "POST /neutron/port HTTP/1.1" 200 1130 0.127066 10.0.0.242 - - [2026-01-15 03:54:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.007879 10.0.0.242 - - [2026-01-15 03:54:37] "GET /obj-perms HTTP/1.1" 200 5085 0.076849 10.0.0.242 - - [2026-01-15 03:54:38] "POST /neutron/port HTTP/1.1" 200 1140 0.020325 10.0.0.242 - - [2026-01-15 03:54:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007304 10.0.0.242 - - [2026-01-15 03:54:38] "GET /virtual-machine/0113a473-7a8a-40f3-b190-dc2cc72aab5a HTTP/1.1" 401 293 0.000390 10.0.0.242 - - [2026-01-15 03:54:39] "GET /virtual-machine/0113a473-7a8a-40f3-b190-dc2cc72aab5a HTTP/1.1" 200 1308 0.038803 10.0.0.242 - - [2026-01-15 03:54:39] "GET /virtual-machine-interface/6d813b73-4a54-4bcb-89a8-d40150c77ecf HTTP/1.1" 200 3033 0.004951 10.0.0.242 - - [2026-01-15 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.242 - - [2026-01-15 03:54:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003911 10.0.0.242 - - [2026-01-15 03:54:39] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002878 10.0.0.242 - - [2026-01-15 03:54:39] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007591 10.0.0.242 - - [2026-01-15 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2026-01-15 03:54:42] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004650 10.0.0.242 - - [2026-01-15 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.242 - - [2026-01-15 03:54:46] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006167 10.0.0.242 - - [2026-01-15 03:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2026-01-15 03:54:50] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005222 10.0.0.73 - - [2026-01-15 03:54:53] "DELETE /access-control-list/c7cb0581-e735-40c2-8698-73c66eaf1be0 HTTP/1.1" 200 115 0.033319 10.0.0.242 - - [2026-01-15 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.242 - - [2026-01-15 03:54:54] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005604 10.0.0.242 - - [2026-01-15 03:54:55] "POST /neutron/port HTTP/1.1" 200 1140 0.056244 10.0.0.242 - - [2026-01-15 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.242 - - [2026-01-15 03:54:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003902 10.0.0.242 - - [2026-01-15 03:54:56] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002505 10.0.0.242 - - [2026-01-15 03:54:56] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005694 10.0.0.242 - - [2026-01-15 03:54:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007807 10.0.0.73 - - [2026-01-15 03:55:01] "DELETE /project/560db22f-7bb8-4a4b-86da-851b937bbfe4 HTTP/1.1" 404 177 0.003287 10.0.0.73 - - [2026-01-15 03:55:01] "DELETE /project/9541d992ae2e412490b4668cc07c5e2c HTTP/1.1" 404 173 0.005934 10.0.0.242 - - [2026-01-15 03:55:02] "POST /neutron/port HTTP/1.1" 200 1140 0.020336 10.0.0.242 - - [2026-01-15 03:55:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006923 10.0.0.242 - - [2026-01-15 03:55:07] "POST /neutron/port HTTP/1.1" 200 1140 0.024881 10.0.0.242 - - [2026-01-15 03:55:07] "GET /virtual-machine/a2f07b27-462f-41bb-a756-8869272c9f92 HTTP/1.1" 200 1311 0.005843 10.0.0.242 - - [2026-01-15 03:55:07] "GET /virtual-machine-interface/240e3876-1658-45fb-aad7-7b08ad913bfe HTTP/1.1" 200 3034 0.004635 10.0.0.242 - - [2026-01-15 03:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.242 - - [2026-01-15 03:55:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006042 10.0.0.242 - - [2026-01-15 03:55:07] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002965 10.0.0.242 - - [2026-01-15 03:55:07] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006423 10.0.0.242 - - [2026-01-15 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.242 - - [2026-01-15 03:55:08] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003319 10.0.0.242 - - [2026-01-15 03:55:08] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.009054 10.0.0.242 - - [2026-01-15 03:55:08] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005891 10.0.0.242 - - [2026-01-15 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.73 - - [2026-01-15 03:55:09] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002338 10.0.0.242 - - [2026-01-15 03:55:09] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.061389 10.0.0.73 - - [2026-01-15 03:55:09] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000901 10.0.0.242 - - [2026-01-15 03:55:09] "POST /neutron/network HTTP/1.1" 200 625 0.125757 10.0.0.242 - - [2026-01-15 03:55:09] "POST /id-to-fqname HTTP/1.1" 200 239 0.003479 10.0.0.242 - - [2026-01-15 03:55:09] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005660 10.0.0.242 - - [2026-01-15 03:55:09] "POST /neutron/network HTTP/1.1" 200 844 0.009666 10.0.0.242 - - [2026-01-15 03:55:09] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005605 10.0.0.242 - - [2026-01-15 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.73 - - [2026-01-15 03:55:09] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001322 10.0.0.242 - - [2026-01-15 03:55:09] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.063651 10.0.0.242 - - [2026-01-15 03:55:09] "POST /neutron/network HTTP/1.1" 200 117 0.015560 10.0.0.73 - - [2026-01-15 03:55:10] "POST /route-targets HTTP/1.1" 200 327 0.018975 10.0.0.242 - - [2026-01-15 03:55:10] "POST /neutron/network HTTP/1.1" 200 852 0.019039 10.0.0.242 - - [2026-01-15 03:55:10] "POST /id-to-fqname HTTP/1.1" 200 242 0.001018 10.0.0.242 - - [2026-01-15 03:55:10] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006004 10.0.0.242 - - [2026-01-15 03:55:10] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005525 10.0.0.242 - - [2026-01-15 03:55:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.010526 10.0.0.242 - - [2026-01-15 03:55:10] "POST /id-to-fqname HTTP/1.1" 200 239 0.001178 10.0.0.242 - - [2026-01-15 03:55:10] "POST /neutron/network HTTP/1.1" 200 854 0.009883 10.0.0.73 - - [2026-01-15 03:55:11] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001211 10.0.0.242 - - [2026-01-15 03:55:11] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.101225 10.0.0.242 - - [2026-01-15 03:55:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007149 10.0.0.242 - - [2026-01-15 03:55:12] "POST /id-to-fqname HTTP/1.1" 200 242 0.001182 10.0.0.242 - - [2026-01-15 03:55:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007460 10.0.0.73 - - [2026-01-15 03:55:13] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001215 10.0.0.242 - - [2026-01-15 03:55:13] "POST /neutron/port HTTP/1.1" 200 1078 0.331288 10.0.0.242 - - [2026-01-15 03:55:13] "POST /neutron/port HTTP/1.1" 200 1132 0.197247 10.0.0.242 - - [2026-01-15 03:55:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.011164 10.0.0.73 - - [2026-01-15 03:55:14] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000838 10.0.0.242 - - [2026-01-15 03:55:14] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.084319 10.0.0.242 - - [2026-01-15 03:55:14] "POST /neutron/network HTTP/1.1" 200 844 0.008498 10.0.0.242 - - [2026-01-15 03:55:14] "POST /neutron/port HTTP/1.1" 200 117 0.006791 10.0.0.242 - - [2026-01-15 03:55:14] "POST /id-to-fqname HTTP/1.1" 200 239 0.001302 10.0.0.242 - - [2026-01-15 03:55:14] "POST /id-to-fqname HTTP/1.1" 200 239 0.000947 10.0.0.242 - - [2026-01-15 03:55:15] "POST /neutron/network HTTP/1.1" 200 862 0.009946 10.0.0.242 - - [2026-01-15 03:55:15] "POST /neutron/port HTTP/1.1" 200 1080 0.044847 10.0.0.242 - - [2026-01-15 03:55:16] "POST /neutron/port HTTP/1.1" 200 1144 0.029912 10.0.0.242 - - [2026-01-15 03:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.73 - - [2026-01-15 03:55:16] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001204 10.0.0.242 - - [2026-01-15 03:55:16] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.084986 10.0.0.242 - - [2026-01-15 03:55:16] "POST /neutron/network HTTP/1.1" 200 844 0.051854 10.0.0.242 - - [2026-01-15 03:55:17] "POST /neutron/port HTTP/1.1" 200 117 0.011806 10.0.0.242 - - [2026-01-15 03:55:17] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005512 10.0.0.73 - - [2026-01-15 03:55:17] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000877 10.0.0.33 - - [2026-01-15 03:55:18] "GET /obj-perms HTTP/1.1" 200 5085 0.145739 10.0.0.242 - - [2026-01-15 03:55:18] "POST /neutron/port HTTP/1.1" 200 1078 0.291949 10.0.0.242 - - [2026-01-15 03:55:18] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004862 10.0.0.242 - - [2026-01-15 03:55:18] "POST /neutron/port HTTP/1.1" 200 1130 0.141363 10.0.0.242 - - [2026-01-15 03:55:18] "POST /neutron/port HTTP/1.1" 200 1132 0.094346 10.0.0.242 - - [2026-01-15 03:55:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.011436 10.0.0.242 - - [2026-01-15 03:55:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004009 10.0.0.242 - - [2026-01-15 03:55:19] "POST /neutron/network HTTP/1.1" 200 844 0.006757 10.0.0.73 - - [2026-01-15 03:55:19] "GET /obj-perms HTTP/1.1" 200 5085 0.100350 10.0.0.242 - - [2026-01-15 03:55:19] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006207 10.0.0.242 - - [2026-01-15 03:55:19] "GET /obj-perms HTTP/1.1" 200 5085 0.005523 10.0.0.242 - - [2026-01-15 03:55:20] "POST /neutron/port HTTP/1.1" 200 1144 0.024688 10.0.0.242 - - [2026-01-15 03:55:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007436 10.0.0.242 - - [2026-01-15 03:55:20] "GET /virtual-machine/44c67219-d44f-45d3-996b-d4e52f19a124 HTTP/1.1" 200 1310 0.006262 10.0.0.242 - - [2026-01-15 03:55:20] "GET /virtual-machine-interface/c3d8011d-599a-4bd7-98ba-313cee11ed27 HTTP/1.1" 200 3044 0.004903 10.0.0.242 - - [2026-01-15 03:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2026-01-15 03:55:20] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004047 10.0.0.242 - - [2026-01-15 03:55:20] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002527 10.0.0.242 - - [2026-01-15 03:55:20] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.011275 10.0.0.242 - - [2026-01-15 03:55:21] "POST /neutron/network HTTP/1.1" 200 852 0.006984 10.0.0.242 - - [2026-01-15 03:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.242 - - [2026-01-15 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.242 - - [2026-01-15 03:55:23] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005118 10.0.0.33 - - [2026-01-15 03:55:25] "GET /obj-perms HTTP/1.1" 200 5075 0.061655 10.0.0.242 - - [2026-01-15 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.242 - - [2026-01-15 03:55:27] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007252 10.0.0.242 - - [2026-01-15 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.242 - - [2026-01-15 03:55:31] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006144 10.0.0.242 - - [2026-01-15 03:55:35] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007098 10.0.0.242 - - [2026-01-15 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.242 - - [2026-01-15 03:55:35] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007315 10.0.0.242 - - [2026-01-15 03:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.242 - - [2026-01-15 03:55:39] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005489 10.0.0.242 - - [2026-01-15 03:55:40] "POST /neutron/port HTTP/1.1" 200 1144 0.019588 10.0.0.242 - - [2026-01-15 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.242 - - [2026-01-15 03:55:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003957 10.0.0.242 - - [2026-01-15 03:55:41] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003369 10.0.0.242 - - [2026-01-15 03:55:41] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005363 10.0.0.242 - - [2026-01-15 03:55:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008762 10.0.0.242 - - [2026-01-15 03:55:52] "POST /neutron/port HTTP/1.1" 200 1142 0.017031 10.0.0.242 - - [2026-01-15 03:55:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008156 10.0.0.242 - - [2026-01-15 03:55:52] "GET /virtual-machine/0cf83ef2-1789-468a-9f3e-6afb5cd947f5 HTTP/1.1" 200 1309 0.006137 10.0.0.242 - - [2026-01-15 03:55:52] "GET /virtual-machine-interface/4887023f-bda3-4d4c-9ccf-ce88be1270d6 HTTP/1.1" 200 3034 0.005417 10.0.0.242 - - [2026-01-15 03:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.242 - - [2026-01-15 03:55:52] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003457 10.0.0.242 - - [2026-01-15 03:55:52] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002898 10.0.0.242 - - [2026-01-15 03:55:52] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005395 10.0.0.242 - - [2026-01-15 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.242 - - [2026-01-15 03:55:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004127 10.0.0.242 - - [2026-01-15 03:55:53] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003060 10.0.0.242 - - [2026-01-15 03:55:53] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005745 10.0.0.242 - - [2026-01-15 03:55:54] "POST /neutron/port HTTP/1.1" 200 2130 0.023353 10.0.0.242 - - [2026-01-15 03:55:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006982 10.0.0.242 - - [2026-01-15 03:55:54] "POST /neutron/port HTTP/1.1" 200 2130 0.020599 10.0.0.242 - - [2026-01-15 03:55:54] "GET /virtual-machine/9f656940-ccca-4d15-b226-e095bfed082e HTTP/1.1" 200 1587 0.007643 10.0.0.242 - - [2026-01-15 03:55:54] "GET /virtual-machine-interface/122c71a4-5075-4a5e-9612-7e32534542ef HTTP/1.1" 200 3034 0.008544 10.0.0.242 - - [2026-01-15 03:55:54] "GET /virtual-machine-interface/cfbb370e-0bde-4c38-a54b-558f55da0de3 HTTP/1.1" 200 3035 0.005869 10.0.0.242 - - [2026-01-15 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2026-01-15 03:55:54] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003921 10.0.0.242 - - [2026-01-15 03:55:54] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003639 10.0.0.242 - - [2026-01-15 03:55:54] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007180 10.0.0.242 - - [2026-01-15 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.242 - - [2026-01-15 03:55:55] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004198 10.0.0.242 - - [2026-01-15 03:55:55] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003125 10.0.0.242 - - [2026-01-15 03:55:55] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008380 10.0.0.242 - - [2026-01-15 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.242 - - [2026-01-15 03:55:56] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004708 10.0.0.242 - - [2026-01-15 03:55:56] "GET /virtual-networks?parent_id=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003569 10.0.0.242 - - [2026-01-15 03:55:56] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006353 10.0.0.242 - - [2026-01-15 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.242 - - [2026-01-15 03:55:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003188 10.0.0.242 - - [2026-01-15 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.242 - - [2026-01-15 03:55:57] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004570 10.0.0.242 - - [2026-01-15 03:55:57] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.010879 10.0.0.242 - - [2026-01-15 03:55:57] "POST /fqname-to-id HTTP/1.1" 404 217 0.003382 10.0.0.242 - - [2026-01-15 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.73 - - [2026-01-15 03:55:57] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.036133 10.0.0.242 - - [2026-01-15 03:55:57] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.077653 10.0.0.242 - - [2026-01-15 03:55:57] "POST /network-policys HTTP/1.1" 200 539 0.027573 10.0.0.242 - - [2026-01-15 03:55:57] "GET /network-policy/76578598-3fbd-4847-bf17-f8936421125c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006299 10.0.0.242 - - [2026-01-15 03:55:58] "POST /neutron/network HTTP/1.1" 200 936 0.077426 10.0.0.242 - - [2026-01-15 03:55:58] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.007551 10.0.0.242 - - [2026-01-15 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008496 10.0.0.242 - - [2026-01-15 03:55:58] "GET /network-policy/76578598-3fbd-4847-bf17-f8936421125c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004492 10.0.0.242 - - [2026-01-15 03:55:58] "POST /neutron/network HTTP/1.1" 200 938 0.057227 10.0.0.242 - - [2026-01-15 03:55:58] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006044 10.0.0.242 - - [2026-01-15 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006568 10.0.0.242 - - [2026-01-15 03:55:58] "GET /network-policy/76578598-3fbd-4847-bf17-f8936421125c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.003781 10.0.0.73 - - [2026-01-15 03:55:58] "POST /access-control-lists HTTP/1.1" 200 609 0.090930 10.0.0.242 - - [2026-01-15 03:55:58] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.005234 10.0.0.73 - - [2026-01-15 03:55:58] "POST /access-control-lists HTTP/1.1" 200 609 0.076559 10.0.0.242 - - [2026-01-15 03:55:59] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005067 10.0.0.242 - - [2026-01-15 03:55:59] "GET /obj-perms HTTP/1.1" 200 5085 0.003541 10.0.0.73 - - [2026-01-15 03:55:59] "GET /obj-perms HTTP/1.1" 200 5085 0.003146 10.0.0.242 - - [2026-01-15 03:55:59] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.006536 10.0.0.33 - - [2026-01-15 03:56:00] "GET /obj-perms HTTP/1.1" 200 5085 0.004124 10.0.0.242 - - [2026-01-15 03:56:00] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006635 10.0.0.242 - - [2026-01-15 03:56:01] "GET /virtual-network/c2abf055-5fb0-4604-9dea-11f6c1df11ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007526 10.0.0.242 - - [2026-01-15 03:56:01] "POST /neutron/port HTTP/1.1" 200 1142 0.018524 10.0.0.242 - - [2026-01-15 03:56:01] "GET /obj-perms HTTP/1.1" 200 5085 0.003391 10.0.0.73 - - [2026-01-15 03:56:01] "GET /obj-perms HTTP/1.1" 200 5085 0.004171 10.0.0.242 - - [2026-01-15 03:56:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.009428 10.0.0.242 - - [2026-01-15 03:56:17] "GET /obj-perms HTTP/1.1" 200 5085 0.003577 10.0.0.242 - - [2026-01-15 03:56:23] "POST /neutron/port HTTP/1.1" 200 1140 0.016546 10.0.0.242 - - [2026-01-15 03:56:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.242 - - [2026-01-15 03:56:23] "POST /neutron/network HTTP/1.1" 200 936 0.006348 10.0.0.242 - - [2026-01-15 03:57:02] "POST /neutron/network HTTP/1.1" 200 862 0.008862 10.0.0.242 - - [2026-01-15 03:57:02] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.242 - - [2026-01-15 03:57:25] "POST /neutron/port HTTP/1.1" 200 2130 0.026609 10.0.0.242 - - [2026-01-15 03:57:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.008824 10.0.0.242 - - [2026-01-15 03:57:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 10.0.0.242 - - [2026-01-15 03:57:25] "POST /neutron/network HTTP/1.1" 200 938 0.006670 10.0.0.33 - - [2026-01-15 03:57:27] "GET /obj-perms HTTP/1.1" 200 5075 0.071787 10.0.0.242 - - [2026-01-15 03:58:03] "POST /neutron/network HTTP/1.1" 200 948 0.006805 10.0.0.242 - - [2026-01-15 03:58:03] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.242 - - [2026-01-15 03:58:25] "POST /neutron/port HTTP/1.1" 200 1140 0.017420 10.0.0.242 - - [2026-01-15 03:58:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.012285 10.0.0.33 - - [2026-01-15 03:58:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.33 - - [2026-01-15 03:58:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.73 - - [2026-01-15 03:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.73 - - [2026-01-15 03:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.33 - - [2026-01-15 03:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.33 - - [2026-01-15 03:58:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.73 - - [2026-01-15 03:58:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.73 - - [2026-01-15 03:58:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.242 - - [2026-01-15 03:58:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2026-01-15 03:58:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.242 - - [2026-01-15 03:58:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.242 - - [2026-01-15 03:58:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.242 - - [2026-01-15 03:59:05] "POST /neutron/port HTTP/1.1" 200 1144 0.016636 10.0.0.242 - - [2026-01-15 03:59:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.242 - - [2026-01-15 03:59:05] "POST /neutron/network HTTP/1.1" 200 852 0.007324 10.0.0.242 - - [2026-01-15 03:59:25] "POST /neutron/network HTTP/1.1" 200 946 0.008180 10.0.0.242 - - [2026-01-15 03:59:25] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.73 - - [2026-01-15 03:59:28] "GET /obj-perms HTTP/1.1" 200 5075 0.060117 10.0.0.242 - - [2026-01-15 03:59:29] "GET /obj-perms HTTP/1.1" 200 5075 0.065147 10.0.0.242 - - [2026-01-15 03:59:39] "GET /obj-perms HTTP/1.1" 200 5085 0.060804 10.0.0.242 - - [2026-01-15 03:59:41] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.035863 10.0.0.242 - - [2026-01-15 03:59:41] "POST /neutron/network HTTP/1.1" 200 844 0.117190 10.0.0.242 - - [2026-01-15 03:59:42] "GET /virtual-network/d5c28a77-fb41-4d4d-912c-71b6721b9862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.010779 10.0.0.242 - - [2026-01-15 03:59:42] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004956 10.0.0.242 - - [2026-01-15 03:59:42] "POST /neutron/network HTTP/1.1" 200 842 0.068676 10.0.0.242 - - [2026-01-15 03:59:42] "GET /virtual-network/a78c2766-3036-423a-bf86-48cb3dc1ee57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006953 10.0.0.242 - - [2026-01-15 03:59:42] "DELETE /network-policy/76578598-3fbd-4847-bf17-f8936421125c HTTP/1.1" 200 115 0.032663 10.0.0.242 - - [2026-01-15 03:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.242 - - [2026-01-15 03:59:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004870 10.0.0.242 - - [2026-01-15 03:59:42] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.011720 10.0.0.73 - - [2026-01-15 03:59:42] "POST /ref-update HTTP/1.1" 200 156 0.017862 10.0.0.73 - - [2026-01-15 03:59:42] "POST /ref-update HTTP/1.1" 200 156 0.025001 10.0.0.242 - - [2026-01-15 03:59:43] "POST /neutron/network HTTP/1.1" 400 204 0.012459 10.0.0.242 - - [2026-01-15 03:59:44] "POST /neutron/port HTTP/1.1" 200 1142 0.016713 10.0.0.242 - - [2026-01-15 03:59:44] "POST /neutron/port HTTP/1.1" 200 1132 0.021937 10.0.0.242 - - [2026-01-15 03:59:44] "POST /neutron/port HTTP/1.1" 200 151 0.291378 10.0.0.242 - - [2026-01-15 03:59:45] "POST /neutron/network HTTP/1.1" 200 852 0.006944 10.0.0.73 - - [2026-01-15 03:59:46] "DELETE /route-target/0e97b29a-dd2d-4920-a9b0-67803a2d89fb HTTP/1.1" 200 115 0.025712 10.0.0.73 - - [2026-01-15 03:59:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003871 10.0.0.73 - - [2026-01-15 03:59:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003387 10.0.0.242 - - [2026-01-15 03:59:46] "POST /neutron/network HTTP/1.1" 200 151 0.136724 10.0.0.242 - - [2026-01-15 03:59:47] "POST /neutron/port HTTP/1.1" 200 1140 0.018126 10.0.0.242 - - [2026-01-15 03:59:47] "POST /neutron/port HTTP/1.1" 200 1140 0.016754 10.0.0.242 - - [2026-01-15 03:59:49] "POST /neutron/network HTTP/1.1" 200 842 0.009708 10.0.0.73 - - [2026-01-15 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006282 10.0.0.73 - - [2026-01-15 03:59:49] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000890 10.0.0.242 - - [2026-01-15 03:59:49] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.097582 10.0.0.73 - - [2026-01-15 03:59:49] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000928 10.0.0.242 - - [2026-01-15 03:59:49] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?fields=virtual_networks HTTP/1.1" 200 1069 0.047950 10.0.0.73 - - [2026-01-15 03:59:49] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001077 10.0.0.242 - - [2026-01-15 03:59:49] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.061586 10.0.0.73 - - [2026-01-15 03:59:49] "GET /projects?obj_uuids=9541d992-ae2e-4124-90b4-668cc07c5e2c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001074 10.0.0.242 - - [2026-01-15 03:59:49] "GET /project/9541d992-ae2e-4124-90b4-668cc07c5e2c?fields=security_groups HTTP/1.1" 200 1313 0.045487 10.0.0.242 - - [2026-01-15 03:59:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.032301 10.0.0.73 - - [2026-01-15 03:59:50] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002968 10.0.0.73 - - [2026-01-15 03:59:51] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.73 - - [2026-01-15 03:59:51] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052185 10.0.0.73 - - [2026-01-15 03:59:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.008058 10.0.0.73 - - [2026-01-15 03:59:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.006444 10.0.0.73 - - [2026-01-15 03:59:51] "POST /security-groups HTTP/1.1" 200 586 0.071218 10.0.0.73 - - [2026-01-15 03:59:51] "POST /projects HTTP/1.1" 200 575 0.270647 10.0.0.73 - - [2026-01-15 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.306186 10.0.0.73 - - [2026-01-15 03:59:51] "POST /access-control-lists HTTP/1.1" 200 591 0.030613 10.0.0.242 - - [2026-01-15 03:59:51] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.535884 10.0.0.242 - - [2026-01-15 03:59:52] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.73 - - [2026-01-15 03:59:53] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000957 10.0.0.242 - - [2026-01-15 03:59:53] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.053404 10.0.0.73 - - [2026-01-15 03:59:54] "DELETE /access-control-list/c45a8b4a-8c02-4202-92bb-6350b8e9dbec HTTP/1.1" 200 115 0.048287 10.0.0.242 - - [2026-01-15 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.242 - - [2026-01-15 03:59:54] "GET /security-group/9d80bbf6-4040-465e-8835-cabf338e9ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.003782 10.0.0.242 - - [2026-01-15 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.73 - - [2026-01-15 03:59:54] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000994 10.0.0.242 - - [2026-01-15 03:59:54] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.049389 10.0.0.242 - - [2026-01-15 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.242 - - [2026-01-15 03:59:54] "GET /security-group/9d80bbf6-4040-465e-8835-cabf338e9ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.007885 10.0.0.242 - - [2026-01-15 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2026-01-15 03:59:54] "PUT /security-group/9d80bbf6-4040-465e-8835-cabf338e9ed8 HTTP/1.1" 200 262 0.017312 10.0.0.73 - - [2026-01-15 03:59:54] "PUT /access-control-list/02a8643e-fbdb-4001-84e7-81a999c3ddfe HTTP/1.1" 200 272 0.014305 10.0.0.73 - - [2026-01-15 03:59:57] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.242 - - [2026-01-15 03:59:57] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.041212 10.0.0.73 - - [2026-01-15 03:59:57] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000830 10.0.0.242 - - [2026-01-15 03:59:57] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?fields=virtual_networks HTTP/1.1" 200 1023 0.040050 10.0.0.73 - - [2026-01-15 03:59:57] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001148 10.0.0.242 - - [2026-01-15 03:59:57] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.046370 10.0.0.73 - - [2026-01-15 03:59:57] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.242 - - [2026-01-15 03:59:57] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?fields=security_groups HTTP/1.1" 200 1244 0.042527 10.0.0.242 - - [2026-01-15 03:59:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.034094 10.0.0.73 - - [2026-01-15 03:59:58] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002972 10.0.0.73 - - [2026-01-15 03:59:59] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.73 - - [2026-01-15 03:59:59] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006155 10.0.0.73 - - [2026-01-15 03:59:59] "POST /id-to-fqname HTTP/1.1" 200 194 0.002742 10.0.0.73 - - [2026-01-15 03:59:59] "POST /fqname-to-id HTTP/1.1" 404 203 0.005968 10.0.0.73 - - [2026-01-15 03:59:59] "POST /security-groups HTTP/1.1" 200 595 0.027478 10.0.0.73 - - [2026-01-15 03:59:59] "POST /projects HTTP/1.1" 200 593 0.243866 10.0.0.73 - - [2026-01-15 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.280632 10.0.0.73 - - [2026-01-15 03:59:59] "POST /fqname-to-id HTTP/1.1" 404 237 0.014924 10.0.0.242 - - [2026-01-15 03:59:59] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.415836 10.0.0.242 - - [2026-01-15 04:00:00] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.73 - - [2026-01-15 04:00:02] "DELETE /project/cfee93a429224a00bcf85e8ba7563945 HTTP/1.1" 404 173 0.003360 10.0.0.73 - - [2026-01-15 04:00:02] "DELETE /project/2a5f0e26da1845b5aec35c9e66c0718c HTTP/1.1" 404 173 0.006058 10.0.0.73 - - [2026-01-15 04:00:02] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000738 10.0.0.73 - - [2026-01-15 04:00:02] "DELETE /project/9541d992-ae2e-4124-90b4-668cc07c5e2c HTTP/1.1" 404 177 0.006489 10.0.0.73 - - [2026-01-15 04:00:02] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.055429 10.0.0.73 - - [2026-01-15 04:00:02] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.73 - - [2026-01-15 04:00:02] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?fields=security_groups HTTP/1.1" 200 1349 0.043242 10.0.0.73 - - [2026-01-15 04:00:02] "DELETE /security-group/fb734d87-bdac-4f93-a926-c9dd8ab66ae7 HTTP/1.1" 200 115 0.061710 10.0.0.73 - - [2026-01-15 04:00:02] "GET /projects?obj_uuids=cfee93a4-2922-4a00-bcf8-5e8ba7563945&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001413 10.0.0.73 - - [2026-01-15 04:00:02] "GET /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945?fields=application_policy_sets HTTP/1.1" 200 1388 0.077910 10.0.0.73 - - [2026-01-15 04:00:02] "DELETE /access-control-list/e160bb1d-766e-4e1e-bbec-41e9a9c01264 HTTP/1.1" 200 115 0.058647 10.0.0.73 - - [2026-01-15 04:00:02] "DELETE /project/cfee93a4-2922-4a00-bcf8-5e8ba7563945 HTTP/1.1" 200 115 0.471544 10.0.0.242 - - [2026-01-15 04:00:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.001142 10.0.0.242 - - [2026-01-15 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.046144 10.0.0.73 - - [2026-01-15 04:00:03] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000787 10.0.0.242 - - [2026-01-15 04:00:03] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044508 10.0.0.73 - - [2026-01-15 04:00:03] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001290 10.0.0.242 - - [2026-01-15 04:00:03] "POST /neutron/network HTTP/1.1" 200 623 0.197925 10.0.0.242 - - [2026-01-15 04:00:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.002981 10.0.0.242 - - [2026-01-15 04:00:04] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007564 10.0.0.242 - - [2026-01-15 04:00:04] "POST /neutron/network HTTP/1.1" 200 841 0.006182 10.0.0.242 - - [2026-01-15 04:00:04] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005322 10.0.0.242 - - [2026-01-15 04:00:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.001178 10.0.0.242 - - [2026-01-15 04:00:04] "POST /neutron/network HTTP/1.1" 200 851 0.006674 10.0.0.73 - - [2026-01-15 04:00:05] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001314 10.0.0.242 - - [2026-01-15 04:00:05] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.079873 10.0.0.242 - - [2026-01-15 04:00:05] "POST /neutron/port HTTP/1.1" 200 117 0.007429 10.0.0.242 - - [2026-01-15 04:00:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001202 10.0.0.73 - - [2026-01-15 04:00:06] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001068 10.0.0.242 - - [2026-01-15 04:00:06] "POST /neutron/port HTTP/1.1" 200 1063 0.297806 10.0.0.242 - - [2026-01-15 04:00:07] "POST /neutron/port HTTP/1.1" 200 1117 0.147290 10.0.0.242 - - [2026-01-15 04:00:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.013805 10.0.0.242 - - [2026-01-15 04:00:23] "POST /neutron/port HTTP/1.1" 200 1127 0.073624 10.0.0.73 - - [2026-01-15 04:00:32] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.242 - - [2026-01-15 04:00:32] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.078156 10.0.0.242 - - [2026-01-15 04:00:32] "POST /neutron/network HTTP/1.1" 200 841 0.048100 10.0.0.242 - - [2026-01-15 04:00:32] "POST /neutron/port HTTP/1.1" 200 117 0.006123 10.0.0.242 - - [2026-01-15 04:00:32] "POST /neutron/port HTTP/1.1" 200 1127 0.027411 10.0.0.242 - - [2026-01-15 04:00:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009171 10.0.0.242 - - [2026-01-15 04:00:32] "GET /virtual-machine/3d31984f-bbd4-46e7-ac83-b70f2e7dfc31 HTTP/1.1" 401 293 0.000521 10.0.0.242 - - [2026-01-15 04:00:33] "GET /virtual-machine/3d31984f-bbd4-46e7-ac83-b70f2e7dfc31 HTTP/1.1" 200 1296 0.070453 10.0.0.242 - - [2026-01-15 04:00:33] "GET /virtual-machine-interface/8c8980d5-7bbd-4882-9d5a-4c2a9e67697d HTTP/1.1" 200 2983 0.005507 10.0.0.242 - - [2026-01-15 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.242 - - [2026-01-15 04:00:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.013446 10.0.0.242 - - [2026-01-15 04:00:33] "GET /virtual-networks?parent_id=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.011885 10.0.0.242 - - [2026-01-15 04:00:33] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006257 10.0.0.242 - - [2026-01-15 04:00:34] "POST /neutron/port HTTP/1.1" 200 1063 0.083169 10.0.0.242 - - [2026-01-15 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011168 10.0.0.242 - - [2026-01-15 04:00:34] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.013817 10.0.0.242 - - [2026-01-15 04:00:34] "GET /virtual-networks?parent_id=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002534 10.0.0.242 - - [2026-01-15 04:00:34] "POST /neutron/port HTTP/1.1" 200 1127 0.050717 10.0.0.242 - - [2026-01-15 04:00:34] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005133 10.0.0.242 - - [2026-01-15 04:00:34] "POST /neutron/port HTTP/1.1" 200 117 0.002716 10.0.0.242 - - [2026-01-15 04:00:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.021781 10.0.0.242 - - [2026-01-15 04:00:45] "POST /neutron/port HTTP/1.1" 200 1127 0.016436 10.0.0.242 - - [2026-01-15 04:00:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007493 10.0.0.242 - - [2026-01-15 04:01:00] "POST /neutron/port HTTP/1.1" 200 1127 0.021861 10.0.0.242 - - [2026-01-15 04:01:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007832 10.0.0.242 - - [2026-01-15 04:01:16] "POST /neutron/port HTTP/1.1" 200 1127 0.017904 10.0.0.242 - - [2026-01-15 04:01:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007191 10.0.0.242 - - [2026-01-15 04:01:16] "GET /virtual-machine/c0c58773-208f-47d9-a5c2-3314be959634 HTTP/1.1" 200 1297 0.005676 10.0.0.242 - - [2026-01-15 04:01:16] "GET /virtual-machine-interface/caa8ac24-140c-4503-81d2-c2a346006b63 HTTP/1.1" 200 2982 0.006546 10.0.0.242 - - [2026-01-15 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.242 - - [2026-01-15 04:01:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003510 10.0.0.242 - - [2026-01-15 04:01:16] "GET /virtual-networks?parent_id=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003179 10.0.0.242 - - [2026-01-15 04:01:16] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005646 10.0.0.242 - - [2026-01-15 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.242 - - [2026-01-15 04:01:19] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006150 10.0.0.242 - - [2026-01-15 04:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.242 - - [2026-01-15 04:01:23] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005418 10.0.0.242 - - [2026-01-15 04:01:25] "POST /neutron/port HTTP/1.1" 200 1127 0.054239 10.0.0.242 - - [2026-01-15 04:01:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005088 10.0.0.242 - - [2026-01-15 04:01:25] "POST /neutron/network HTTP/1.1" 200 841 0.006781 10.0.0.242 - - [2026-01-15 04:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.242 - - [2026-01-15 04:01:27] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005558 10.0.0.33 - - [2026-01-15 04:01:31] "GET /obj-perms HTTP/1.1" 200 5075 0.086296 10.0.0.242 - - [2026-01-15 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.242 - - [2026-01-15 04:01:31] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004707 10.0.0.242 - - [2026-01-15 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.242 - - [2026-01-15 04:01:35] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005143 10.0.0.242 - - [2026-01-15 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.242 - - [2026-01-15 04:01:40] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004978 10.0.0.242 - - [2026-01-15 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.242 - - [2026-01-15 04:01:44] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005889 10.0.0.242 - - [2026-01-15 04:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2026-01-15 04:01:48] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005945 10.0.0.242 - - [2026-01-15 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.242 - - [2026-01-15 04:01:52] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005419 10.0.0.242 - - [2026-01-15 04:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.242 - - [2026-01-15 04:01:56] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005496 10.0.0.242 - - [2026-01-15 04:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.242 - - [2026-01-15 04:02:00] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005956 10.0.0.242 - - [2026-01-15 04:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.242 - - [2026-01-15 04:02:04] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005312 10.0.0.242 - - [2026-01-15 04:02:07] "POST /neutron/network HTTP/1.1" 200 851 0.006395 10.0.0.242 - - [2026-01-15 04:02:07] "POST /neutron/port HTTP/1.1" 200 117 0.001677 10.0.0.242 - - [2026-01-15 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.242 - - [2026-01-15 04:02:08] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005474 10.0.0.242 - - [2026-01-15 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.242 - - [2026-01-15 04:02:12] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006107 10.0.0.242 - - [2026-01-15 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.242 - - [2026-01-15 04:02:16] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008492 10.0.0.242 - - [2026-01-15 04:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.242 - - [2026-01-15 04:02:21] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005404 10.0.0.242 - - [2026-01-15 04:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.242 - - [2026-01-15 04:02:25] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005879 10.0.0.242 - - [2026-01-15 04:02:27] "POST /neutron/port HTTP/1.1" 200 1127 0.017010 10.0.0.242 - - [2026-01-15 04:02:27] "POST /neutron/subnet HTTP/1.1" 200 693 0.009979 10.0.0.242 - - [2026-01-15 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.242 - - [2026-01-15 04:02:29] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005319 10.0.0.73 - - [2026-01-15 04:02:31] "GET /obj-perms HTTP/1.1" 200 5075 0.064601 10.0.0.242 - - [2026-01-15 04:02:32] "GET /obj-perms HTTP/1.1" 200 5075 0.058656 10.0.0.242 - - [2026-01-15 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.242 - - [2026-01-15 04:02:33] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005041 10.0.0.242 - - [2026-01-15 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2026-01-15 04:02:37] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006249 10.0.0.242 - - [2026-01-15 04:02:40] "POST /neutron/port HTTP/1.1" 200 1127 0.021289 10.0.0.242 - - [2026-01-15 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.242 - - [2026-01-15 04:02:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004640 10.0.0.242 - - [2026-01-15 04:02:41] "GET /virtual-networks?parent_id=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003476 10.0.0.242 - - [2026-01-15 04:02:41] "GET /virtual-network/6d77ca36-3a3a-4ef2-832a-3eb076593c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005317 10.0.0.242 - - [2026-01-15 04:02:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007706 10.0.0.242 - - [2026-01-15 04:02:52] "POST /neutron/port HTTP/1.1" 200 1127 0.018117 10.0.0.242 - - [2026-01-15 04:02:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007136 10.0.0.242 - - [2026-01-15 04:03:07] "POST /neutron/port HTTP/1.1" 200 1127 0.016838 10.0.0.242 - - [2026-01-15 04:03:09] "POST /neutron/port HTTP/1.1" 200 1127 0.019134 10.0.0.242 - - [2026-01-15 04:03:09] "POST /neutron/subnet HTTP/1.1" 200 693 0.009917 10.0.0.242 - - [2026-01-15 04:03:12] "POST /neutron/port HTTP/1.1" 200 1127 0.019122 10.0.0.242 - - [2026-01-15 04:03:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008011 10.0.0.242 - - [2026-01-15 04:03:27] "POST /neutron/port HTTP/1.1" 200 1127 0.021140 10.0.0.242 - - [2026-01-15 04:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003940 10.0.0.242 - - [2026-01-15 04:03:27] "POST /neutron/network HTTP/1.1" 200 841 0.008659 10.0.0.242 - - [2026-01-15 04:03:33] "POST /neutron/port HTTP/1.1" 200 1127 0.018971 10.0.0.242 - - [2026-01-15 04:03:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.003549 10.0.0.242 - - [2026-01-15 04:03:38] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.037901 10.0.0.242 - - [2026-01-15 04:03:39] "GET /bgp-as-a-service/ba798376-b064-43a5-9c57-2ceeed3e32b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1622 0.006355 10.0.0.242 - - [2026-01-15 04:03:39] "GET /virtual-machine-interface/caa8ac24-140c-4503-81d2-c2a346006b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005418 10.0.0.242 - - [2026-01-15 04:03:39] "POST /ref-update HTTP/1.1" 200 156 0.012721 10.0.0.242 - - [2026-01-15 04:03:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.008715 10.0.0.73 - - [2026-01-15 04:03:39] "POST /bgp-routers HTTP/1.1" 200 603 0.105558 10.0.0.73 - - [2026-01-15 04:03:39] "POST /ref-update HTTP/1.1" 200 156 0.016962 10.0.0.33 - - [2026-01-15 04:03:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.33 - - [2026-01-15 04:03:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.73 - - [2026-01-15 04:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.73 - - [2026-01-15 04:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.33 - - [2026-01-15 04:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000611 10.0.0.33 - - [2026-01-15 04:03:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.73 - - [2026-01-15 04:03:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.73 - - [2026-01-15 04:03:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.242 - - [2026-01-15 04:03:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.242 - - [2026-01-15 04:03:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.242 - - [2026-01-15 04:03:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.242 - - [2026-01-15 04:03:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.242 - - [2026-01-15 04:04:11] "POST /neutron/port HTTP/1.1" 200 1127 0.020516 10.0.0.242 - - [2026-01-15 04:04:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005280 10.0.0.242 - - [2026-01-15 04:04:11] "POST /neutron/network HTTP/1.1" 200 841 0.015786 10.0.0.242 - - [2026-01-15 04:04:16] "GET /bgp-as-a-service/ba798376-b064-43a5-9c57-2ceeed3e32b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006441 10.0.0.242 - - [2026-01-15 04:04:16] "GET /virtual-machine-interface/caa8ac24-140c-4503-81d2-c2a346006b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.006409 10.0.0.242 - - [2026-01-15 04:04:16] "POST /ref-update HTTP/1.1" 200 156 0.014134 10.0.0.73 - - [2026-01-15 04:04:16] "POST /ref-update HTTP/1.1" 200 156 0.027533 10.0.0.242 - - [2026-01-15 04:04:16] "DELETE /bgp-as-a-service/ba798376-b064-43a5-9c57-2ceeed3e32b6 HTTP/1.1" 200 115 0.058031 10.0.0.242 - - [2026-01-15 04:04:17] "POST /neutron/port HTTP/1.1" 200 1127 0.020694 10.0.0.242 - - [2026-01-15 04:04:17] "POST /neutron/port HTTP/1.1" 200 1127 0.017885 10.0.0.242 - - [2026-01-15 04:04:19] "POST /neutron/network HTTP/1.1" 200 841 0.007260 10.0.0.73 - - [2026-01-15 04:04:19] "DELETE /route-target/a49be490-d21b-4c37-a446-7779858aad6a HTTP/1.1" 200 115 0.025260 10.0.0.73 - - [2026-01-15 04:04:20] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.032818 10.0.0.242 - - [2026-01-15 04:04:20] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071894 10.0.0.73 - - [2026-01-15 04:04:21] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001381 10.0.0.242 - - [2026-01-15 04:04:21] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?fields=virtual_networks HTTP/1.1" 200 1040 0.046270 10.0.0.73 - - [2026-01-15 04:04:21] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001065 10.0.0.242 - - [2026-01-15 04:04:21] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.040303 10.0.0.73 - - [2026-01-15 04:04:21] "GET /projects?obj_uuids=2a5f0e26-da18-45b5-aec3-5c9e66c0718c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002849 10.0.0.242 - - [2026-01-15 04:04:21] "GET /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c?fields=security_groups HTTP/1.1" 200 1270 0.042771 10.0.0.242 - - [2026-01-15 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.036735 10.0.0.73 - - [2026-01-15 04:04:22] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003683 10.0.0.73 - - [2026-01-15 04:04:22] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001792 10.0.0.73 - - [2026-01-15 04:04:22] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008572 10.0.0.73 - - [2026-01-15 04:04:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.007406 10.0.0.73 - - [2026-01-15 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.004261 10.0.0.73 - - [2026-01-15 04:04:22] "POST /security-groups HTTP/1.1" 200 592 0.035615 10.0.0.73 - - [2026-01-15 04:04:22] "POST /projects HTTP/1.1" 200 587 0.248385 10.0.0.73 - - [2026-01-15 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.005152 10.0.0.73 - - [2026-01-15 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.328112 10.0.0.242 - - [2026-01-15 04:04:22] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.489801 10.0.0.242 - - [2026-01-15 04:04:24] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.242 - - [2026-01-15 04:04:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.242 - - [2026-01-15 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.075070 10.0.0.73 - - [2026-01-15 04:04:26] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.242 - - [2026-01-15 04:04:26] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047830 10.0.0.73 - - [2026-01-15 04:04:26] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.242 - - [2026-01-15 04:04:26] "POST /neutron/network HTTP/1.1" 200 614 0.155460 10.0.0.73 - - [2026-01-15 04:04:26] "POST /ref-update HTTP/1.1" 200 156 0.026238 10.0.0.242 - - [2026-01-15 04:04:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.003244 10.0.0.242 - - [2026-01-15 04:04:27] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005460 10.0.0.242 - - [2026-01-15 04:04:27] "POST /neutron/network HTTP/1.1" 200 832 0.007772 10.0.0.242 - - [2026-01-15 04:04:27] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007411 10.0.0.242 - - [2026-01-15 04:04:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001264 10.0.0.242 - - [2026-01-15 04:04:27] "POST /neutron/network HTTP/1.1" 200 842 0.010545 10.0.0.73 - - [2026-01-15 04:04:28] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.242 - - [2026-01-15 04:04:28] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.135512 10.0.0.242 - - [2026-01-15 04:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.006932 10.0.0.242 - - [2026-01-15 04:04:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001187 10.0.0.242 - - [2026-01-15 04:04:28] "POST /neutron/network HTTP/1.1" 200 842 0.006935 10.0.0.242 - - [2026-01-15 04:04:29] "POST /neutron/port HTTP/1.1" 200 1060 0.033914 10.0.0.73 - - [2026-01-15 04:04:29] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.242 - - [2026-01-15 04:04:29] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.124655 10.0.0.242 - - [2026-01-15 04:04:30] "POST /neutron/port HTTP/1.1" 200 1124 0.046637 10.0.0.242 - - [2026-01-15 04:04:30] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.242 - - [2026-01-15 04:04:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018568 10.0.0.242 - - [2026-01-15 04:04:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001847 10.0.0.242 - - [2026-01-15 04:04:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009862 10.0.0.73 - - [2026-01-15 04:04:30] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.242 - - [2026-01-15 04:04:31] "POST /neutron/port HTTP/1.1" 200 1060 0.557770 10.0.0.73 - - [2026-01-15 04:04:31] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000876 10.0.0.242 - - [2026-01-15 04:04:31] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.171129 10.0.0.242 - - [2026-01-15 04:04:31] "POST /neutron/port HTTP/1.1" 200 1114 0.249823 10.0.0.242 - - [2026-01-15 04:04:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007279 10.0.0.242 - - [2026-01-15 04:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.002232 10.0.0.242 - - [2026-01-15 04:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.028431 10.0.0.242 - - [2026-01-15 04:04:32] "POST /neutron/network HTTP/1.1" 200 842 0.012383 10.0.0.242 - - [2026-01-15 04:04:33] "POST /neutron/port HTTP/1.1" 200 1060 0.034528 10.0.0.242 - - [2026-01-15 04:04:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 10.0.0.242 - - [2026-01-15 04:04:34] "POST /neutron/network HTTP/1.1" 200 832 0.017058 10.0.0.242 - - [2026-01-15 04:04:42] "POST /neutron/port HTTP/1.1" 200 1124 0.019305 10.0.0.242 - - [2026-01-15 04:04:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011037 10.0.0.242 - - [2026-01-15 04:04:58] "POST /neutron/port HTTP/1.1" 200 1124 0.017325 10.0.0.73 - - [2026-01-15 04:05:03] "DELETE /project/2a5f0e26-da18-45b5-aec3-5c9e66c0718c HTTP/1.1" 404 177 0.039735 10.0.0.73 - - [2026-01-15 04:05:03] "DELETE /project/42743c9f4e9447d780670b4584446da9 HTTP/1.1" 404 173 0.065762 10.0.0.242 - - [2026-01-15 04:05:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006835 10.0.0.242 - - [2026-01-15 04:05:12] "POST /neutron/port HTTP/1.1" 200 1124 0.019478 10.0.0.242 - - [2026-01-15 04:05:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.242 - - [2026-01-15 04:05:12] "POST /neutron/network HTTP/1.1" 200 832 0.010632 10.0.0.242 - - [2026-01-15 04:05:13] "POST /neutron/port HTTP/1.1" 200 1124 0.024187 10.0.0.242 - - [2026-01-15 04:05:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007136 10.0.0.242 - - [2026-01-15 04:05:13] "GET /virtual-machine/db11faa4-e2b5-4336-8ee5-69fd8a2ff109 HTTP/1.1" 401 293 0.000374 10.0.0.242 - - [2026-01-15 04:05:14] "GET /virtual-machine/db11faa4-e2b5-4336-8ee5-69fd8a2ff109 HTTP/1.1" 200 1294 0.048595 10.0.0.242 - - [2026-01-15 04:05:14] "GET /virtual-machine-interface/a339d8c3-fc12-41ed-bd87-563a03477f89 HTTP/1.1" 200 2959 0.005565 10.0.0.242 - - [2026-01-15 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2026-01-15 04:05:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003347 10.0.0.242 - - [2026-01-15 04:05:14] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003021 10.0.0.242 - - [2026-01-15 04:05:14] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006058 10.0.0.242 - - [2026-01-15 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.242 - - [2026-01-15 04:05:17] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005485 10.0.0.242 - - [2026-01-15 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.242 - - [2026-01-15 04:05:21] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004955 10.0.0.242 - - [2026-01-15 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006071 10.0.0.242 - - [2026-01-15 04:05:25] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005398 10.0.0.242 - - [2026-01-15 04:05:28] "POST /neutron/network HTTP/1.1" 200 842 0.006469 10.0.0.242 - - [2026-01-15 04:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.242 - - [2026-01-15 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.242 - - [2026-01-15 04:05:29] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004896 10.0.0.242 - - [2026-01-15 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2026-01-15 04:05:33] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005207 10.0.0.242 - - [2026-01-15 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.242 - - [2026-01-15 04:05:38] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006162 10.0.0.242 - - [2026-01-15 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.242 - - [2026-01-15 04:05:42] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004980 10.0.0.242 - - [2026-01-15 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.242 - - [2026-01-15 04:05:46] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006548 10.0.0.242 - - [2026-01-15 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2026-01-15 04:05:50] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005664 10.0.0.242 - - [2026-01-15 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.242 - - [2026-01-15 04:05:54] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005608 10.0.0.242 - - [2026-01-15 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007027 10.0.0.242 - - [2026-01-15 04:05:58] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005859 10.0.0.242 - - [2026-01-15 04:06:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.038281 10.0.0.242 - - [2026-01-15 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.242 - - [2026-01-15 04:06:02] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005077 10.0.0.242 - - [2026-01-15 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006089 10.0.0.242 - - [2026-01-15 04:06:06] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007465 10.0.0.242 - - [2026-01-15 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.242 - - [2026-01-15 04:06:10] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006231 10.0.0.242 - - [2026-01-15 04:06:14] "POST /neutron/network HTTP/1.1" 200 842 0.048845 10.0.0.242 - - [2026-01-15 04:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.242 - - [2026-01-15 04:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.242 - - [2026-01-15 04:06:14] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005574 10.0.0.242 - - [2026-01-15 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.242 - - [2026-01-15 04:06:18] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005799 10.0.0.242 - - [2026-01-15 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006058 10.0.0.242 - - [2026-01-15 04:06:23] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005854 10.0.0.242 - - [2026-01-15 04:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.242 - - [2026-01-15 04:06:27] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008239 10.0.0.242 - - [2026-01-15 04:06:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006711 10.0.0.242 - - [2026-01-15 04:06:30] "POST /neutron/port HTTP/1.1" 200 1124 0.049306 10.0.0.242 - - [2026-01-15 04:06:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.242 - - [2026-01-15 04:06:30] "POST /neutron/network HTTP/1.1" 200 832 0.008357 10.0.0.242 - - [2026-01-15 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.242 - - [2026-01-15 04:06:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004540 10.0.0.242 - - [2026-01-15 04:06:31] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003035 10.0.0.242 - - [2026-01-15 04:06:31] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007123 10.0.0.33 - - [2026-01-15 04:06:35] "GET /obj-perms HTTP/1.1" 200 5075 0.070511 10.0.0.73 - - [2026-01-15 04:06:36] "GET /obj-perms HTTP/1.1" 200 5075 0.122530 10.0.0.242 - - [2026-01-15 04:06:36] "POST /neutron/port HTTP/1.1" 200 1124 0.018554 10.0.0.242 - - [2026-01-15 04:06:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007811 10.0.0.242 - - [2026-01-15 04:06:52] "POST /neutron/port HTTP/1.1" 200 1124 0.018393 10.0.0.242 - - [2026-01-15 04:06:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008467 10.0.0.242 - - [2026-01-15 04:07:07] "POST /neutron/port HTTP/1.1" 200 1124 0.018671 10.0.0.242 - - [2026-01-15 04:07:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009251 10.0.0.242 - - [2026-01-15 04:07:14] "POST /neutron/network HTTP/1.1" 200 842 0.006523 10.0.0.242 - - [2026-01-15 04:07:14] "POST /neutron/port HTTP/1.1" 200 117 0.001812 10.0.0.242 - - [2026-01-15 04:07:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007204 10.0.0.242 - - [2026-01-15 04:07:23] "POST /neutron/port HTTP/1.1" 200 1124 0.018030 10.0.0.242 - - [2026-01-15 04:07:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007349 10.0.0.242 - - [2026-01-15 04:07:23] "GET /virtual-machine/73a20ed0-1ffd-4fa4-a231-4b61624b8bb6 HTTP/1.1" 200 1293 0.005641 10.0.0.242 - - [2026-01-15 04:07:23] "GET /virtual-machine-interface/4868bf5c-c530-4934-9bfc-900439bd8ba7 HTTP/1.1" 200 2958 0.007954 10.0.0.242 - - [2026-01-15 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2026-01-15 04:07:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003705 10.0.0.242 - - [2026-01-15 04:07:23] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003388 10.0.0.242 - - [2026-01-15 04:07:23] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005594 10.0.0.242 - - [2026-01-15 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.242 - - [2026-01-15 04:07:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.076536 10.0.0.242 - - [2026-01-15 04:07:24] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003460 10.0.0.242 - - [2026-01-15 04:07:24] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005477 10.0.0.242 - - [2026-01-15 04:07:25] "POST /neutron/port HTTP/1.1" 200 1124 0.017312 10.0.0.242 - - [2026-01-15 04:07:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008116 10.0.0.242 - - [2026-01-15 04:07:25] "GET /virtual-machine/e59bcc22-fa4f-4604-8cd8-c161a9fd479b HTTP/1.1" 200 1294 0.007471 10.0.0.242 - - [2026-01-15 04:07:25] "GET /virtual-machine-interface/2e1c7b71-8a45-4a4a-a164-7655e9893d24 HTTP/1.1" 200 2958 0.005112 10.0.0.242 - - [2026-01-15 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.242 - - [2026-01-15 04:07:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004759 10.0.0.242 - - [2026-01-15 04:07:25] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003529 10.0.0.242 - - [2026-01-15 04:07:25] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006920 10.0.0.242 - - [2026-01-15 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.242 - - [2026-01-15 04:07:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004706 10.0.0.242 - - [2026-01-15 04:07:26] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003716 10.0.0.242 - - [2026-01-15 04:07:26] "GET /virtual-network/9f9c6e33-95db-4287-b2fd-14517cd6a10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006562 10.0.0.242 - - [2026-01-15 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003222 10.0.0.242 - - [2026-01-15 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2026-01-15 04:07:26] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007002 10.0.0.242 - - [2026-01-15 04:07:26] "POST /control-node-zones HTTP/1.1" 200 569 0.028253 10.0.0.242 - - [2026-01-15 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.242 - - [2026-01-15 04:07:26] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005900 10.0.0.242 - - [2026-01-15 04:07:27] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006619 10.0.0.242 - - [2026-01-15 04:07:27] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.021213 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.008158 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.242 - - [2026-01-15 04:07:27] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006413 10.0.0.242 - - [2026-01-15 04:07:27] "POST /control-node-zones HTTP/1.1" 200 569 0.024833 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.242 - - [2026-01-15 04:07:27] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004745 10.0.0.242 - - [2026-01-15 04:07:27] "GET /control-node-zone/8c8ed66d-c08c-4094-90b9-9d471138973a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005277 10.0.0.242 - - [2026-01-15 04:07:27] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.019263 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003541 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.242 - - [2026-01-15 04:07:27] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006252 10.0.0.242 - - [2026-01-15 04:07:27] "POST /control-node-zones HTTP/1.1" 200 569 0.034741 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.242 - - [2026-01-15 04:07:27] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005726 10.0.0.242 - - [2026-01-15 04:07:27] "GET /control-node-zone/d48591be-75a0-454d-9f6e-d792d6eb9e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005625 10.0.0.242 - - [2026-01-15 04:07:27] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.019726 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.242 - - [2026-01-15 04:07:27] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006212 10.0.0.242 - - [2026-01-15 04:07:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003016 10.0.0.242 - - [2026-01-15 04:07:27] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028176 10.0.0.242 - - [2026-01-15 04:07:28] "POST /neutron/network HTTP/1.1" 200 832 0.005862 10.0.0.242 - - [2026-01-15 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.242 - - [2026-01-15 04:07:28] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004860 10.0.0.242 - - [2026-01-15 04:07:28] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005716 10.0.0.242 - - [2026-01-15 04:07:28] "POST /ref-update HTTP/1.1" 200 156 0.020512 10.0.0.242 - - [2026-01-15 04:07:31] "POST /neutron/port HTTP/1.1" 200 1124 0.019156 10.0.0.242 - - [2026-01-15 04:07:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.010723 10.0.0.242 - - [2026-01-15 04:07:36] "GET /obj-perms HTTP/1.1" 200 5075 0.067263 10.0.0.242 - - [2026-01-15 04:07:46] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006276 10.0.0.242 - - [2026-01-15 04:07:46] "GET /virtual-machine-interface/a339d8c3-fc12-41ed-bd87-563a03477f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005002 10.0.0.242 - - [2026-01-15 04:07:46] "POST /ref-update HTTP/1.1" 200 156 0.011971 10.0.0.73 - - [2026-01-15 04:07:46] "POST /bgp-routers HTTP/1.1" 200 594 0.032411 10.0.0.73 - - [2026-01-15 04:07:46] "POST /ref-update HTTP/1.1" 200 156 0.018446 10.0.0.242 - - [2026-01-15 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.242 - - [2026-01-15 04:07:47] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005347 10.0.0.242 - - [2026-01-15 04:07:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.002707 10.0.0.242 - - [2026-01-15 04:07:48] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030863 10.0.0.242 - - [2026-01-15 04:07:48] "POST /neutron/network HTTP/1.1" 200 832 0.007143 10.0.0.242 - - [2026-01-15 04:07:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.010262 10.0.0.242 - - [2026-01-15 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2026-01-15 04:07:48] "GET /bgp-as-a-service/5fb6371d-6f31-4b15-96d9-5e331cda098b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006124 10.0.0.242 - - [2026-01-15 04:07:48] "GET /control-node-zone/8c8ed66d-c08c-4094-90b9-9d471138973a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004358 10.0.0.242 - - [2026-01-15 04:07:48] "POST /ref-update HTTP/1.1" 200 156 0.019167 10.0.0.242 - - [2026-01-15 04:07:58] "GET /bgp-as-a-service/5fb6371d-6f31-4b15-96d9-5e331cda098b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006366 10.0.0.242 - - [2026-01-15 04:07:58] "GET /virtual-machine-interface/4868bf5c-c530-4934-9bfc-900439bd8ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005255 10.0.0.242 - - [2026-01-15 04:07:58] "POST /ref-update HTTP/1.1" 200 156 0.013392 10.0.0.73 - - [2026-01-15 04:07:58] "POST /ref-update HTTP/1.1" 200 156 0.037821 10.0.0.242 - - [2026-01-15 04:08:11] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007501 10.0.0.242 - - [2026-01-15 04:08:11] "POST /ref-update HTTP/1.1" 200 156 0.030665 10.0.0.242 - - [2026-01-15 04:08:11] "GET /control-node-zone/8c8ed66d-c08c-4094-90b9-9d471138973a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003439 10.0.0.242 - - [2026-01-15 04:08:11] "POST /ref-update HTTP/1.1" 200 156 0.018900 10.0.0.242 - - [2026-01-15 04:08:11] "GET /control-node-zone/d48591be-75a0-454d-9f6e-d792d6eb9e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007177 10.0.0.242 - - [2026-01-15 04:08:11] "POST /ref-update HTTP/1.1" 200 156 0.023521 10.0.0.242 - - [2026-01-15 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.242 - - [2026-01-15 04:08:12] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005043 10.0.0.242 - - [2026-01-15 04:08:12] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003535 10.0.0.242 - - [2026-01-15 04:08:12] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.022892 10.0.0.242 - - [2026-01-15 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.242 - - [2026-01-15 04:08:12] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004941 10.0.0.242 - - [2026-01-15 04:08:12] "GET /control-node-zone/8c8ed66d-c08c-4094-90b9-9d471138973a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004913 10.0.0.242 - - [2026-01-15 04:08:12] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.020425 10.0.0.242 - - [2026-01-15 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.242 - - [2026-01-15 04:08:12] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004964 10.0.0.242 - - [2026-01-15 04:08:12] "GET /control-node-zone/d48591be-75a0-454d-9f6e-d792d6eb9e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007689 10.0.0.242 - - [2026-01-15 04:08:12] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.033995 10.0.0.242 - - [2026-01-15 04:08:14] "POST /neutron/network HTTP/1.1" 200 842 0.007495 10.0.0.242 - - [2026-01-15 04:08:14] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.242 - - [2026-01-15 04:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.242 - - [2026-01-15 04:08:24] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005853 10.0.0.242 - - [2026-01-15 04:08:24] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003316 10.0.0.242 - - [2026-01-15 04:08:24] "POST /ref-update HTTP/1.1" 200 156 0.016024 10.0.0.242 - - [2026-01-15 04:08:24] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003955 10.0.0.242 - - [2026-01-15 04:08:25] "POST /ref-update HTTP/1.1" 200 156 0.019555 10.0.0.242 - - [2026-01-15 04:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.242 - - [2026-01-15 04:08:25] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005647 10.0.0.242 - - [2026-01-15 04:08:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.008766 10.0.0.242 - - [2026-01-15 04:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.242 - - [2026-01-15 04:08:25] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004856 10.0.0.242 - - [2026-01-15 04:08:25] "GET /control-node-zone/d48591be-75a0-454d-9f6e-d792d6eb9e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003536 10.0.0.242 - - [2026-01-15 04:08:25] "POST /ref-update HTTP/1.1" 200 156 0.015247 10.0.0.242 - - [2026-01-15 04:08:28] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006217 10.0.0.242 - - [2026-01-15 04:08:28] "GET /virtual-machine-interface/a339d8c3-fc12-41ed-bd87-563a03477f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008275 10.0.0.242 - - [2026-01-15 04:08:31] "POST /neutron/port HTTP/1.1" 200 1124 0.016955 10.0.0.242 - - [2026-01-15 04:08:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004673 10.0.0.242 - - [2026-01-15 04:08:31] "POST /neutron/network HTTP/1.1" 200 832 0.007621 10.0.0.242 - - [2026-01-15 04:08:41] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004379 10.0.0.242 - - [2026-01-15 04:08:41] "GET /virtual-machine-interface/a339d8c3-fc12-41ed-bd87-563a03477f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008291 10.0.0.242 - - [2026-01-15 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.019019 10.0.0.242 - - [2026-01-15 04:08:41] "GET /bgp-as-a-service/5fb6371d-6f31-4b15-96d9-5e331cda098b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.007776 10.0.0.242 - - [2026-01-15 04:08:41] "GET /virtual-machine-interface/4868bf5c-c530-4934-9bfc-900439bd8ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008606 10.0.0.242 - - [2026-01-15 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.016617 10.0.0.242 - - [2026-01-15 04:08:41] "DELETE /bgp-as-a-service/5fb6371d-6f31-4b15-96d9-5e331cda098b HTTP/1.1" 200 115 0.045406 10.0.0.242 - - [2026-01-15 04:08:41] "GET /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005225 10.0.0.242 - - [2026-01-15 04:08:41] "GET /virtual-machine-interface/a339d8c3-fc12-41ed-bd87-563a03477f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008846 10.0.0.242 - - [2026-01-15 04:08:41] "DELETE /bgp-as-a-service/43e7fe32-b3cd-4238-a9c3-65ccff9edabb HTTP/1.1" 200 115 0.040648 10.0.0.242 - - [2026-01-15 04:08:41] "GET /control-node-zone/d48591be-75a0-454d-9f6e-d792d6eb9e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004081 10.0.0.242 - - [2026-01-15 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.020546 10.0.0.242 - - [2026-01-15 04:08:41] "DELETE /control-node-zone/d48591be-75a0-454d-9f6e-d792d6eb9e6f HTTP/1.1" 200 115 0.027129 10.0.0.242 - - [2026-01-15 04:08:41] "GET /control-node-zone/8c8ed66d-c08c-4094-90b9-9d471138973a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003515 10.0.0.242 - - [2026-01-15 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.018987 10.0.0.73 - - [2026-01-15 04:08:41] "POST /ref-update HTTP/1.1" 404 171 0.050252 10.0.0.242 - - [2026-01-15 04:08:41] "DELETE /control-node-zone/8c8ed66d-c08c-4094-90b9-9d471138973a HTTP/1.1" 200 115 0.049938 10.0.0.242 - - [2026-01-15 04:08:41] "GET /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006520 10.0.0.242 - - [2026-01-15 04:08:42] "DELETE /control-node-zone/0ca7e86f-676c-4d16-bbde-bd82df0eea6f HTTP/1.1" 200 115 0.038798 10.0.0.73 - - [2026-01-15 04:08:42] "POST /ref-update HTTP/1.1" 200 156 0.024535 10.0.0.242 - - [2026-01-15 04:08:42] "POST /neutron/port HTTP/1.1" 200 1124 0.016970 10.0.0.242 - - [2026-01-15 04:08:43] "POST /neutron/port HTTP/1.1" 200 1124 0.017345 10.0.0.242 - - [2026-01-15 04:08:43] "POST /neutron/port HTTP/1.1" 200 151 0.202646 10.0.0.242 - - [2026-01-15 04:08:44] "POST /neutron/network HTTP/1.1" 200 832 0.007908 10.0.0.73 - - [2026-01-15 04:08:44] "DELETE /route-target/62bdccae-c0b5-482e-ad15-2b6a83856a33 HTTP/1.1" 200 115 0.020226 10.0.0.242 - - [2026-01-15 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.73 - - [2026-01-15 04:08:47] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.242 - - [2026-01-15 04:08:47] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046007 10.0.0.73 - - [2026-01-15 04:08:47] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001695 10.0.0.242 - - [2026-01-15 04:08:47] "POST /neutron/network HTTP/1.1" 200 614 0.138970 10.0.0.242 - - [2026-01-15 04:08:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.002997 10.0.0.242 - - [2026-01-15 04:08:48] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006616 10.0.0.242 - - [2026-01-15 04:08:48] "POST /neutron/network HTTP/1.1" 200 835 0.009814 10.0.0.242 - - [2026-01-15 04:08:48] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007804 10.0.0.242 - - [2026-01-15 04:08:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001190 10.0.0.242 - - [2026-01-15 04:08:48] "POST /neutron/network HTTP/1.1" 200 845 0.009211 10.0.0.33 - - [2026-01-15 04:08:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.33 - - [2026-01-15 04:08:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.73 - - [2026-01-15 04:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.73 - - [2026-01-15 04:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.73 - - [2026-01-15 04:08:49] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.242 - - [2026-01-15 04:08:49] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.077773 10.0.0.242 - - [2026-01-15 04:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.008604 10.0.0.242 - - [2026-01-15 04:08:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.001629 10.0.0.33 - - [2026-01-15 04:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000644 10.0.0.33 - - [2026-01-15 04:08:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.242 - - [2026-01-15 04:08:50] "POST /neutron/network HTTP/1.1" 200 845 0.010205 10.0.0.73 - - [2026-01-15 04:08:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.73 - - [2026-01-15 04:08:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000666 10.0.0.242 - - [2026-01-15 04:08:50] "POST /neutron/port HTTP/1.1" 200 1063 0.019348 10.0.0.242 - - [2026-01-15 04:08:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005355 10.0.0.73 - - [2026-01-15 04:08:50] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.242 - - [2026-01-15 04:08:50] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079865 10.0.0.242 - - [2026-01-15 04:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.242 - - [2026-01-15 04:08:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009003 10.0.0.242 - - [2026-01-15 04:08:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001724 10.0.0.242 - - [2026-01-15 04:08:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007392 10.0.0.242 - - [2026-01-15 04:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000607 10.0.0.242 - - [2026-01-15 04:08:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000931 10.0.0.73 - - [2026-01-15 04:08:51] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001113 10.0.0.242 - - [2026-01-15 04:08:52] "POST /neutron/port HTTP/1.1" 200 1063 0.359682 10.0.0.242 - - [2026-01-15 04:08:52] "POST /neutron/port HTTP/1.1" 200 1117 0.107799 10.0.0.242 - - [2026-01-15 04:08:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.008994 10.0.0.73 - - [2026-01-15 04:08:52] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.242 - - [2026-01-15 04:08:52] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083855 10.0.0.242 - - [2026-01-15 04:08:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-15 04:08:52] "POST /neutron/network HTTP/1.1" 200 835 0.111111 10.0.0.242 - - [2026-01-15 04:08:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.242 - - [2026-01-15 04:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.006684 10.0.0.242 - - [2026-01-15 04:08:53] "POST /neutron/port HTTP/1.1" 200 1127 0.021102 10.0.0.242 - - [2026-01-15 04:08:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007381 10.0.0.242 - - [2026-01-15 04:08:53] "GET /virtual-machine/bebc763a-df0e-4ca3-840e-a2ebc67143d8 HTTP/1.1" 200 1293 0.006631 10.0.0.242 - - [2026-01-15 04:08:53] "GET /virtual-machine-interface/363d0b71-3de1-45db-807b-1bdf8d838cf2 HTTP/1.1" 200 2957 0.005695 10.0.0.242 - - [2026-01-15 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.242 - - [2026-01-15 04:08:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004394 10.0.0.242 - - [2026-01-15 04:08:53] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004125 10.0.0.242 - - [2026-01-15 04:08:53] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008207 10.0.0.242 - - [2026-01-15 04:08:54] "POST /neutron/port HTTP/1.1" 200 1063 0.021227 10.0.0.242 - - [2026-01-15 04:08:54] "POST /neutron/port HTTP/1.1" 200 1127 0.020959 10.0.0.242 - - [2026-01-15 04:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.242 - - [2026-01-15 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.242 - - [2026-01-15 04:08:56] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004670 10.0.0.242 - - [2026-01-15 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.242 - - [2026-01-15 04:09:00] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005366 10.0.0.242 - - [2026-01-15 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.242 - - [2026-01-15 04:09:05] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005296 10.0.0.242 - - [2026-01-15 04:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.242 - - [2026-01-15 04:09:09] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005090 10.0.0.242 - - [2026-01-15 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.242 - - [2026-01-15 04:09:13] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005520 10.0.0.242 - - [2026-01-15 04:09:15] "POST /neutron/port HTTP/1.1" 200 1127 0.021972 10.0.0.242 - - [2026-01-15 04:09:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.010547 10.0.0.242 - - [2026-01-15 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.242 - - [2026-01-15 04:09:17] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005534 10.0.0.242 - - [2026-01-15 04:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.242 - - [2026-01-15 04:09:21] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006236 10.0.0.242 - - [2026-01-15 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.242 - - [2026-01-15 04:09:25] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005683 10.0.0.242 - - [2026-01-15 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.044187 10.0.0.242 - - [2026-01-15 04:09:29] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009084 10.0.0.242 - - [2026-01-15 04:09:32] "POST /neutron/port HTTP/1.1" 200 1127 0.023971 10.0.0.242 - - [2026-01-15 04:09:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004193 10.0.0.242 - - [2026-01-15 04:09:32] "POST /neutron/network HTTP/1.1" 200 835 0.009186 10.0.0.242 - - [2026-01-15 04:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.242 - - [2026-01-15 04:09:33] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005112 10.0.0.242 - - [2026-01-15 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2026-01-15 04:09:37] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005295 10.0.0.242 - - [2026-01-15 04:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.242 - - [2026-01-15 04:09:41] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005594 10.0.0.242 - - [2026-01-15 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.242 - - [2026-01-15 04:09:46] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005598 10.0.0.242 - - [2026-01-15 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.242 - - [2026-01-15 04:09:50] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005137 10.0.0.242 - - [2026-01-15 04:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.242 - - [2026-01-15 04:09:54] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006521 10.0.0.242 - - [2026-01-15 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.242 - - [2026-01-15 04:09:58] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005282 10.0.0.242 - - [2026-01-15 04:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2026-01-15 04:10:02] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006173 10.0.0.242 - - [2026-01-15 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.242 - - [2026-01-15 04:10:06] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006841 10.0.0.242 - - [2026-01-15 04:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.242 - - [2026-01-15 04:10:10] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004981 10.0.0.242 - - [2026-01-15 04:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.242 - - [2026-01-15 04:10:14] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.013225 10.0.0.242 - - [2026-01-15 04:10:16] "POST /neutron/port HTTP/1.1" 200 1127 0.017043 10.0.0.242 - - [2026-01-15 04:10:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003696 10.0.0.242 - - [2026-01-15 04:10:16] "POST /neutron/network HTTP/1.1" 200 835 0.006415 10.0.0.242 - - [2026-01-15 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.242 - - [2026-01-15 04:10:18] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005578 10.0.0.242 - - [2026-01-15 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.242 - - [2026-01-15 04:10:22] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005687 10.0.0.242 - - [2026-01-15 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.242 - - [2026-01-15 04:10:27] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005788 10.0.0.242 - - [2026-01-15 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.242 - - [2026-01-15 04:10:31] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005452 10.0.0.242 - - [2026-01-15 04:10:34] "POST /neutron/network HTTP/1.1" 200 845 0.006378 10.0.0.242 - - [2026-01-15 04:10:34] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.242 - - [2026-01-15 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.242 - - [2026-01-15 04:10:35] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006112 10.0.0.242 - - [2026-01-15 04:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007061 10.0.0.242 - - [2026-01-15 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.242 - - [2026-01-15 04:10:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004133 10.0.0.242 - - [2026-01-15 04:10:37] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003224 10.0.0.242 - - [2026-01-15 04:10:37] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007002 10.0.0.33 - - [2026-01-15 04:10:39] "GET /obj-perms HTTP/1.1" 200 5075 0.065406 10.0.0.242 - - [2026-01-15 04:10:42] "POST /neutron/port HTTP/1.1" 200 1127 0.051409 10.0.0.242 - - [2026-01-15 04:10:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006621 10.0.0.242 - - [2026-01-15 04:10:53] "POST /neutron/port HTTP/1.1" 200 1127 0.020757 10.0.0.242 - - [2026-01-15 04:10:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007060 10.0.0.242 - - [2026-01-15 04:11:08] "POST /neutron/port HTTP/1.1" 200 1127 0.025196 10.0.0.242 - - [2026-01-15 04:11:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006436 10.0.0.242 - - [2026-01-15 04:11:17] "POST /neutron/network HTTP/1.1" 200 845 0.039987 10.0.0.242 - - [2026-01-15 04:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.242 - - [2026-01-15 04:11:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007281 10.0.0.242 - - [2026-01-15 04:11:29] "POST /neutron/port HTTP/1.1" 200 1127 0.017442 10.0.0.242 - - [2026-01-15 04:11:34] "POST /neutron/port HTTP/1.1" 200 1127 0.048557 10.0.0.242 - - [2026-01-15 04:11:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.008776 10.0.0.242 - - [2026-01-15 04:11:34] "POST /neutron/port HTTP/1.1" 200 1127 0.021128 10.0.0.242 - - [2026-01-15 04:11:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015448 10.0.0.242 - - [2026-01-15 04:11:40] "POST /neutron/port HTTP/1.1" 200 1127 0.020406 10.0.0.73 - - [2026-01-15 04:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.074747 10.0.0.242 - - [2026-01-15 04:11:40] "GET /virtual-machine/6a73fa85-83b4-4680-8173-8018cbc8570b HTTP/1.1" 200 1292 0.373379 10.0.0.242 - - [2026-01-15 04:11:40] "GET /virtual-machine-interface/12ef0c77-5a66-4a98-9bac-a0ebc1b7e375 HTTP/1.1" 200 2958 0.005963 10.0.0.242 - - [2026-01-15 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.242 - - [2026-01-15 04:11:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005068 10.0.0.242 - - [2026-01-15 04:11:40] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003402 10.0.0.242 - - [2026-01-15 04:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.094030 10.0.0.242 - - [2026-01-15 04:11:40] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006923 10.0.0.242 - - [2026-01-15 04:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.242 - - [2026-01-15 04:11:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004495 10.0.0.242 - - [2026-01-15 04:11:41] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003623 10.0.0.242 - - [2026-01-15 04:11:41] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006387 10.0.0.242 - - [2026-01-15 04:11:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008907 10.0.0.242 - - [2026-01-15 04:11:42] "POST /neutron/port HTTP/1.1" 200 1127 0.019740 10.0.0.242 - - [2026-01-15 04:11:42] "GET /virtual-machine/676dd328-4509-4feb-a6fd-968a74f5c047 HTTP/1.1" 200 1293 0.005750 10.0.0.242 - - [2026-01-15 04:11:42] "GET /virtual-machine-interface/677c92cd-4b38-4c5b-b4e5-6e7bfb6d5351 HTTP/1.1" 200 2958 0.005175 10.0.0.242 - - [2026-01-15 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2026-01-15 04:11:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003968 10.0.0.242 - - [2026-01-15 04:11:42] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003574 10.0.0.242 - - [2026-01-15 04:11:42] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005714 10.0.0.242 - - [2026-01-15 04:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.242 - - [2026-01-15 04:11:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004408 10.0.0.242 - - [2026-01-15 04:11:43] "GET /virtual-networks?parent_id=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003133 10.0.0.242 - - [2026-01-15 04:11:43] "GET /virtual-network/d5747180-f211-4a10-bc32-9a172e49f4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006371 10.0.0.242 - - [2026-01-15 04:11:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006725 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.003571 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.242 - - [2026-01-15 04:11:49] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006206 10.0.0.242 - - [2026-01-15 04:11:49] "POST /control-node-zones HTTP/1.1" 200 569 0.027894 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.242 - - [2026-01-15 04:11:49] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005240 10.0.0.242 - - [2026-01-15 04:11:49] "GET /control-node-zone/8e106175-e604-4206-9d4c-078a0af327c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005580 10.0.0.242 - - [2026-01-15 04:11:49] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.022960 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.003507 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.242 - - [2026-01-15 04:11:49] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006109 10.0.0.242 - - [2026-01-15 04:11:49] "POST /control-node-zones HTTP/1.1" 200 569 0.029728 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.242 - - [2026-01-15 04:11:49] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005561 10.0.0.242 - - [2026-01-15 04:11:49] "GET /control-node-zone/595d13a6-13d1-4514-bc58-26cd37c2b1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005888 10.0.0.242 - - [2026-01-15 04:11:49] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.021589 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.003625 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.242 - - [2026-01-15 04:11:49] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005975 10.0.0.242 - - [2026-01-15 04:11:49] "POST /control-node-zones HTTP/1.1" 200 569 0.028842 10.0.0.242 - - [2026-01-15 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.242 - - [2026-01-15 04:11:49] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005915 10.0.0.242 - - [2026-01-15 04:11:49] "GET /control-node-zone/6bb999fd-3013-46dd-b6b0-df168f0a967c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005855 10.0.0.242 - - [2026-01-15 04:11:50] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.020215 10.0.0.242 - - [2026-01-15 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.242 - - [2026-01-15 04:11:50] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006709 10.0.0.242 - - [2026-01-15 04:11:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.003215 10.0.0.242 - - [2026-01-15 04:11:50] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030548 10.0.0.242 - - [2026-01-15 04:11:50] "POST /neutron/network HTTP/1.1" 200 835 0.006443 10.0.0.242 - - [2026-01-15 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.242 - - [2026-01-15 04:11:50] "GET /bgp-as-a-service/58e97980-f631-408a-bd12-530576ec5f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006164 10.0.0.242 - - [2026-01-15 04:11:50] "GET /control-node-zone/8e106175-e604-4206-9d4c-078a0af327c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003930 10.0.0.242 - - [2026-01-15 04:11:50] "POST /ref-update HTTP/1.1" 200 156 0.013575 10.0.0.242 - - [2026-01-15 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.242 - - [2026-01-15 04:11:50] "GET /bgp-as-a-service/58e97980-f631-408a-bd12-530576ec5f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006293 10.0.0.242 - - [2026-01-15 04:11:50] "GET /control-node-zone/595d13a6-13d1-4514-bc58-26cd37c2b1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003382 10.0.0.242 - - [2026-01-15 04:11:50] "POST /ref-update HTTP/1.1" 200 156 0.020934 10.0.0.242 - - [2026-01-15 04:12:17] "POST /neutron/port HTTP/1.1" 200 1127 0.018286 10.0.0.242 - - [2026-01-15 04:12:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.009797 10.0.0.242 - - [2026-01-15 04:12:17] "GET /bgp-as-a-service/58e97980-f631-408a-bd12-530576ec5f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006563 10.0.0.242 - - [2026-01-15 04:12:17] "GET /virtual-machine-interface/363d0b71-3de1-45db-807b-1bdf8d838cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005606 10.0.0.242 - - [2026-01-15 04:12:17] "POST /ref-update HTTP/1.1" 200 156 0.012132 10.0.0.73 - - [2026-01-15 04:12:17] "POST /bgp-routers HTTP/1.1" 200 594 0.027847 10.0.0.73 - - [2026-01-15 04:12:17] "POST /ref-update HTTP/1.1" 200 156 0.024795 10.0.0.242 - - [2026-01-15 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.242 - - [2026-01-15 04:12:19] "GET /global-system-config/beadeb2f-9705-46ee-9863-af9e6b75e3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006433 10.0.0.242 - - [2026-01-15 04:12:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003902 10.0.0.242 - - [2026-01-15 04:12:19] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.037158 10.0.0.242 - - [2026-01-15 04:12:19] "POST /neutron/network HTTP/1.1" 200 835 0.006566 10.0.0.242 - - [2026-01-15 04:12:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.010365 10.0.0.242 - - [2026-01-15 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.242 - - [2026-01-15 04:12:19] "GET /bgp-as-a-service/a35f44b2-d587-4736-bf06-ce49c4c60453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007108 10.0.0.242 - - [2026-01-15 04:12:19] "GET /control-node-zone/8e106175-e604-4206-9d4c-078a0af327c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005352 10.0.0.242 - - [2026-01-15 04:12:19] "POST /ref-update HTTP/1.1" 200 156 0.016092 10.0.0.242 - - [2026-01-15 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.242 - - [2026-01-15 04:12:19] "GET /bgp-as-a-service/a35f44b2-d587-4736-bf06-ce49c4c60453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007244 10.0.0.242 - - [2026-01-15 04:12:19] "GET /control-node-zone/595d13a6-13d1-4514-bc58-26cd37c2b1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004921 10.0.0.242 - - [2026-01-15 04:12:19] "POST /ref-update HTTP/1.1" 200 156 0.020153 10.0.0.242 - - [2026-01-15 04:12:27] "GET /bgp-as-a-service/a35f44b2-d587-4736-bf06-ce49c4c60453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006234 10.0.0.242 - - [2026-01-15 04:12:27] "GET /virtual-machine-interface/12ef0c77-5a66-4a98-9bac-a0ebc1b7e375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005256 10.0.0.242 - - [2026-01-15 04:12:27] "POST /ref-update HTTP/1.1" 200 156 0.013787 10.0.0.73 - - [2026-01-15 04:12:27] "POST /ref-update HTTP/1.1" 200 156 0.035877 10.0.0.242 - - [2026-01-15 04:12:35] "POST /neutron/network HTTP/1.1" 200 845 0.006647 10.0.0.242 - - [2026-01-15 04:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.242 - - [2026-01-15 04:12:51] "GET /bgp-as-a-service/a35f44b2-d587-4736-bf06-ce49c4c60453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006375 10.0.0.242 - - [2026-01-15 04:12:51] "GET /virtual-machine-interface/12ef0c77-5a66-4a98-9bac-a0ebc1b7e375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.009029 10.0.0.242 - - [2026-01-15 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.017701 10.0.0.242 - - [2026-01-15 04:12:51] "DELETE /bgp-as-a-service/a35f44b2-d587-4736-bf06-ce49c4c60453 HTTP/1.1" 200 115 0.039843 10.0.0.242 - - [2026-01-15 04:12:51] "GET /bgp-as-a-service/58e97980-f631-408a-bd12-530576ec5f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007947 10.0.0.242 - - [2026-01-15 04:12:51] "GET /virtual-machine-interface/363d0b71-3de1-45db-807b-1bdf8d838cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006711 10.0.0.242 - - [2026-01-15 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.013137 10.0.0.242 - - [2026-01-15 04:12:51] "DELETE /bgp-as-a-service/58e97980-f631-408a-bd12-530576ec5f7d HTTP/1.1" 200 115 0.047196 10.0.0.242 - - [2026-01-15 04:12:51] "GET /control-node-zone/6bb999fd-3013-46dd-b6b0-df168f0a967c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004133 10.0.0.242 - - [2026-01-15 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.020568 10.0.0.242 - - [2026-01-15 04:12:51] "DELETE /control-node-zone/6bb999fd-3013-46dd-b6b0-df168f0a967c HTTP/1.1" 200 115 0.025156 10.0.0.242 - - [2026-01-15 04:12:51] "GET /control-node-zone/595d13a6-13d1-4514-bc58-26cd37c2b1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006012 10.0.0.242 - - [2026-01-15 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.024862 10.0.0.73 - - [2026-01-15 04:12:51] "POST /ref-update HTTP/1.1" 404 171 0.004394 10.0.0.242 - - [2026-01-15 04:12:51] "DELETE /control-node-zone/595d13a6-13d1-4514-bc58-26cd37c2b1ac HTTP/1.1" 200 115 0.040143 10.0.0.242 - - [2026-01-15 04:12:51] "GET /control-node-zone/8e106175-e604-4206-9d4c-078a0af327c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003799 10.0.0.242 - - [2026-01-15 04:12:52] "POST /ref-update HTTP/1.1" 200 156 0.028390 10.0.0.73 - - [2026-01-15 04:12:52] "POST /ref-update HTTP/1.1" 200 156 0.024195 10.0.0.242 - - [2026-01-15 04:12:52] "DELETE /control-node-zone/8e106175-e604-4206-9d4c-078a0af327c1 HTTP/1.1" 200 115 0.034469 10.0.0.242 - - [2026-01-15 04:12:52] "POST /neutron/network HTTP/1.1" 400 204 0.020879 10.0.0.242 - - [2026-01-15 04:12:52] "POST /neutron/port HTTP/1.1" 200 1117 0.015280 10.0.0.242 - - [2026-01-15 04:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.235176 10.0.0.242 - - [2026-01-15 04:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.164952 10.0.0.73 - - [2026-01-15 04:12:54] "DELETE /route-target/4e26f977-a755-41f1-bed9-c472f9af583e HTTP/1.1" 200 115 0.031512 10.0.0.73 - - [2026-01-15 04:12:56] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.036097 10.0.0.242 - - [2026-01-15 04:12:56] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.122502 10.0.0.73 - - [2026-01-15 04:12:56] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.242 - - [2026-01-15 04:12:56] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?fields=virtual_networks HTTP/1.1" 200 1033 0.048930 10.0.0.73 - - [2026-01-15 04:12:56] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001698 10.0.0.242 - - [2026-01-15 04:12:56] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.047650 10.0.0.73 - - [2026-01-15 04:12:56] "GET /projects?obj_uuids=42743c9f-4e94-47d7-8067-0b4584446da9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.242 - - [2026-01-15 04:12:56] "GET /project/42743c9f-4e94-47d7-8067-0b4584446da9?fields=security_groups HTTP/1.1" 200 1260 0.035214 10.0.0.242 - - [2026-01-15 04:12:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.041117 10.0.0.73 - - [2026-01-15 04:12:57] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003498 10.0.0.73 - - [2026-01-15 04:12:57] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.73 - - [2026-01-15 04:12:57] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043794 10.0.0.73 - - [2026-01-15 04:12:57] "POST /id-to-fqname HTTP/1.1" 200 183 0.001053 10.0.0.73 - - [2026-01-15 04:12:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.005721 10.0.0.73 - - [2026-01-15 04:12:58] "POST /security-groups HTTP/1.1" 200 584 0.069511 10.0.0.73 - - [2026-01-15 04:12:58] "POST /projects HTTP/1.1" 200 571 0.275940 10.0.0.73 - - [2026-01-15 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.311275 10.0.0.73 - - [2026-01-15 04:12:58] "POST /fqname-to-id HTTP/1.1" 404 226 0.010045 10.0.0.242 - - [2026-01-15 04:12:58] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.494830 10.0.0.242 - - [2026-01-15 04:12:59] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.73 - - [2026-01-15 04:13:02] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002031 10.0.0.73 - - [2026-01-15 04:13:02] "DELETE /access-control-list/757e544d-70fe-4237-a522-ffe029fd4a2e HTTP/1.1" 200 115 0.071268 10.0.0.242 - - [2026-01-15 04:13:02] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.061867 10.0.0.73 - - [2026-01-15 04:13:02] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001346 10.0.0.242 - - [2026-01-15 04:13:02] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?fields=virtual_networks HTTP/1.1" 200 1017 0.053629 10.0.0.73 - - [2026-01-15 04:13:02] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000831 10.0.0.242 - - [2026-01-15 04:13:02] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.039326 10.0.0.73 - - [2026-01-15 04:13:02] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002030 10.0.0.242 - - [2026-01-15 04:13:02] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?fields=security_groups HTTP/1.1" 200 1236 0.041938 10.0.0.73 - - [2026-01-15 04:13:03] "DELETE /project/0739e7b302f648a090b52c449c111a49 HTTP/1.1" 404 173 0.005022 10.0.0.73 - - [2026-01-15 04:13:03] "DELETE /project/42743c9f-4e94-47d7-8067-0b4584446da9 HTTP/1.1" 404 177 0.004269 10.0.0.73 - - [2026-01-15 04:13:03] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000836 10.0.0.73 - - [2026-01-15 04:13:03] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.046697 10.0.0.73 - - [2026-01-15 04:13:03] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001117 10.0.0.73 - - [2026-01-15 04:13:03] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?fields=security_groups HTTP/1.1" 200 1341 0.040658 10.0.0.73 - - [2026-01-15 04:13:04] "DELETE /security-group/3d4b742d-c249-4d52-92a8-5a73274e190f HTTP/1.1" 200 115 0.057507 10.0.0.73 - - [2026-01-15 04:13:04] "GET /projects?obj_uuids=0739e7b3-02f6-48a0-90b5-2c449c111a49&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001153 10.0.0.73 - - [2026-01-15 04:13:04] "GET /project/0739e7b3-02f6-48a0-90b5-2c449c111a49?fields=application_policy_sets HTTP/1.1" 200 1380 0.061502 10.0.0.73 - - [2026-01-15 04:13:04] "DELETE /project/0739e7b3-02f6-48a0-90b5-2c449c111a49 HTTP/1.1" 200 115 0.454771 10.0.0.242 - - [2026-01-15 04:13:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.033820 10.0.0.73 - - [2026-01-15 04:13:04] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003566 10.0.0.73 - - [2026-01-15 04:13:04] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.73 - - [2026-01-15 04:13:04] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006545 10.0.0.73 - - [2026-01-15 04:13:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.001126 10.0.0.73 - - [2026-01-15 04:13:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.008124 10.0.0.73 - - [2026-01-15 04:13:04] "POST /security-groups HTTP/1.1" 200 592 0.031700 10.0.0.73 - - [2026-01-15 04:13:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.007588 10.0.0.73 - - [2026-01-15 04:13:04] "POST /projects HTTP/1.1" 200 587 0.235871 10.0.0.73 - - [2026-01-15 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.282881 10.0.0.73 - - [2026-01-15 04:13:05] "POST /access-control-lists HTTP/1.1" 200 595 0.033660 10.0.0.242 - - [2026-01-15 04:13:05] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.431695 10.0.0.242 - - [2026-01-15 04:13:06] "GET / HTTP/1.1" 200 35931 0.002453 10.0.0.73 - - [2026-01-15 04:13:09] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.242 - - [2026-01-15 04:13:09] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054033 10.0.0.73 - - [2026-01-15 04:13:09] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.242 - - [2026-01-15 04:13:09] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?fields=virtual_networks HTTP/1.1" 200 1033 0.050372 10.0.0.73 - - [2026-01-15 04:13:09] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.242 - - [2026-01-15 04:13:09] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.046743 10.0.0.73 - - [2026-01-15 04:13:09] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001703 10.0.0.242 - - [2026-01-15 04:13:09] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?fields=security_groups HTTP/1.1" 200 1260 0.046947 10.0.0.242 - - [2026-01-15 04:13:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.044512 10.0.0.73 - - [2026-01-15 04:13:11] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003199 10.0.0.73 - - [2026-01-15 04:13:11] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.73 - - [2026-01-15 04:13:11] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006796 10.0.0.73 - - [2026-01-15 04:13:11] "POST /id-to-fqname HTTP/1.1" 200 197 0.001146 10.0.0.73 - - [2026-01-15 04:13:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.007814 10.0.0.73 - - [2026-01-15 04:13:11] "POST /security-groups HTTP/1.1" 200 598 0.094072 10.0.0.73 - - [2026-01-15 04:13:11] "POST /projects HTTP/1.1" 200 599 0.305309 10.0.0.73 - - [2026-01-15 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.374225 10.0.0.73 - - [2026-01-15 04:13:11] "POST /fqname-to-id HTTP/1.1" 404 240 0.015294 10.0.0.242 - - [2026-01-15 04:13:11] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.548896 10.0.0.242 - - [2026-01-15 04:13:13] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.242 - - [2026-01-15 04:13:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.242 - - [2026-01-15 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.096406 10.0.0.242 - - [2026-01-15 04:13:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003448 10.0.0.242 - - [2026-01-15 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008132 10.0.0.242 - - [2026-01-15 04:13:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004321 10.0.0.242 - - [2026-01-15 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.242 - - [2026-01-15 04:13:15] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.013290 10.0.0.242 - - [2026-01-15 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.73 - - [2026-01-15 04:13:15] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000870 10.0.0.242 - - [2026-01-15 04:13:16] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038863 10.0.0.242 - - [2026-01-15 04:13:16] "POST /neutron/network HTTP/1.1" 200 117 0.049489 10.0.0.73 - - [2026-01-15 04:13:16] "POST /ref-update HTTP/1.1" 200 156 0.021825 10.0.0.242 - - [2026-01-15 04:13:16] "POST /neutron/network HTTP/1.1" 200 808 0.008752 10.0.0.242 - - [2026-01-15 04:13:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001087 10.0.0.242 - - [2026-01-15 04:13:16] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005297 10.0.0.242 - - [2026-01-15 04:13:16] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006125 10.0.0.242 - - [2026-01-15 04:13:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.009001 10.0.0.242 - - [2026-01-15 04:13:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001623 10.0.0.73 - - [2026-01-15 04:13:18] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001168 10.0.0.242 - - [2026-01-15 04:13:18] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.089861 10.0.0.242 - - [2026-01-15 04:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.006559 10.0.0.242 - - [2026-01-15 04:13:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001245 10.0.0.242 - - [2026-01-15 04:13:18] "POST /neutron/network HTTP/1.1" 200 818 0.006978 10.0.0.242 - - [2026-01-15 04:13:19] "POST /neutron/port HTTP/1.1" 200 1062 0.016283 10.0.0.242 - - [2026-01-15 04:13:19] "POST /neutron/port HTTP/1.1" 200 1126 0.017074 10.0.0.242 - - [2026-01-15 04:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.73 - - [2026-01-15 04:13:19] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000906 10.0.0.242 - - [2026-01-15 04:13:19] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.085594 10.0.0.242 - - [2026-01-15 04:13:20] "POST /neutron/port HTTP/1.1" 200 1126 0.019408 10.0.0.242 - - [2026-01-15 04:13:20] "POST /neutron/network HTTP/1.1" 200 818 0.013498 10.0.0.242 - - [2026-01-15 04:13:21] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005003 10.0.0.242 - - [2026-01-15 04:13:21] "POST /neutron/port HTTP/1.1" 200 1062 0.016615 10.0.0.242 - - [2026-01-15 04:13:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.242 - - [2026-01-15 04:13:21] "POST /neutron/network HTTP/1.1" 200 808 0.006247 10.0.0.242 - - [2026-01-15 04:13:23] "POST /neutron/port HTTP/1.1" 200 1126 0.016647 10.0.0.242 - - [2026-01-15 04:13:23] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008504 10.0.0.242 - - [2026-01-15 04:13:23] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2026-01-15 04:13:23] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.036412 10.0.0.242 - - [2026-01-15 04:13:23] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.005189 10.0.0.242 - - [2026-01-15 04:13:23] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.005606 10.0.0.242 - - [2026-01-15 04:13:23] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.003654 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.005628 10.0.0.242 - - [2026-01-15 04:13:24] "GET /instance-ip/ede14d11-6425-41c3-8cbd-76da373c60f6 HTTP/1.1" 200 1621 0.007757 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.003702 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.005342 10.0.0.242 - - [2026-01-15 04:13:24] "GET /instance-ip/ede14d11-6425-41c3-8cbd-76da373c60f6 HTTP/1.1" 200 1621 0.005133 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004523 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002805 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006175 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003472 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003388 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005946 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005509 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003931 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006489 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005379 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003489 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005660 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004828 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003119 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006536 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004420 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003322 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005316 10.0.0.242 - - [2026-01-15 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2026-01-15 04:13:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003987 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003118 10.0.0.242 - - [2026-01-15 04:13:24] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005821 10.0.0.242 - - [2026-01-15 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2026-01-15 04:13:28] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004847 10.0.0.242 - - [2026-01-15 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.242 - - [2026-01-15 04:13:32] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005445 10.0.0.242 - - [2026-01-15 04:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.242 - - [2026-01-15 04:13:36] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005711 10.0.0.242 - - [2026-01-15 04:13:37] "POST /neutron/port HTTP/1.1" 200 1126 0.017853 10.0.0.242 - - [2026-01-15 04:13:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003373 10.0.0.242 - - [2026-01-15 04:13:37] "POST /neutron/network HTTP/1.1" 200 808 0.007112 10.0.0.242 - - [2026-01-15 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.242 - - [2026-01-15 04:13:40] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006257 10.0.0.33 - - [2026-01-15 04:13:42] "GET /obj-perms HTTP/1.1" 200 5075 0.065201 10.0.0.242 - - [2026-01-15 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.242 - - [2026-01-15 04:13:44] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005354 10.0.0.242 - - [2026-01-15 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.242 - - [2026-01-15 04:13:48] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006505 10.0.0.33 - - [2026-01-15 04:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.33 - - [2026-01-15 04:13:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.73 - - [2026-01-15 04:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.73 - - [2026-01-15 04:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.33 - - [2026-01-15 04:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.33 - - [2026-01-15 04:13:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.73 - - [2026-01-15 04:13:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.73 - - [2026-01-15 04:13:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.242 - - [2026-01-15 04:13:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.242 - - [2026-01-15 04:13:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.242 - - [2026-01-15 04:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.242 - - [2026-01-15 04:13:52] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006070 10.0.0.242 - - [2026-01-15 04:13:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2026-01-15 04:13:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2026-01-15 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.242 - - [2026-01-15 04:13:56] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006110 10.0.0.242 - - [2026-01-15 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.242 - - [2026-01-15 04:13:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004509 10.0.0.242 - - [2026-01-15 04:13:58] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003357 10.0.0.242 - - [2026-01-15 04:13:58] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005817 10.0.0.242 - - [2026-01-15 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.242 - - [2026-01-15 04:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004780 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003056 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009007 10.0.0.242 - - [2026-01-15 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.242 - - [2026-01-15 04:13:59] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004575 10.0.0.242 - - [2026-01-15 04:13:59] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003627 10.0.0.242 - - [2026-01-15 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.242 - - [2026-01-15 04:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006443 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004179 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007049 10.0.0.242 - - [2026-01-15 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.242 - - [2026-01-15 04:13:59] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006793 10.0.0.242 - - [2026-01-15 04:13:59] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005727 10.0.0.242 - - [2026-01-15 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.242 - - [2026-01-15 04:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003738 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003422 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005558 10.0.0.242 - - [2026-01-15 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.242 - - [2026-01-15 04:13:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005305 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003613 10.0.0.242 - - [2026-01-15 04:13:59] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005738 10.0.0.73 - - [2026-01-15 04:14:00] "GET /obj-perms HTTP/1.1" 200 5063 0.070493 10.0.0.242 - - [2026-01-15 04:14:00] "GET /obj-perms HTTP/1.1" 200 5063 0.069966 10.0.0.242 - - [2026-01-15 04:14:00] "GET /obj-perms HTTP/1.1" 200 5063 0.003518 10.0.0.73 - - [2026-01-15 04:14:00] "GET /obj-perms HTTP/1.1" 200 5063 0.012494 10.0.0.242 - - [2026-01-15 04:14:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004243 10.0.0.242 - - [2026-01-15 04:14:00] "POST /neutron/port HTTP/1.1" 200 1126 0.022044 10.0.0.242 - - [2026-01-15 04:14:01] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007259 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.006770 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.005541 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.007452 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.003943 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.005267 10.0.0.242 - - [2026-01-15 04:14:01] "GET /instance-ip/6e01300c-8621-495b-9fc1-2706dde22620 HTTP/1.1" 200 1620 0.007676 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.004181 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.005849 10.0.0.242 - - [2026-01-15 04:14:01] "GET /instance-ip/6e01300c-8621-495b-9fc1-2706dde22620 HTTP/1.1" 200 1620 0.005264 10.0.0.242 - - [2026-01-15 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.242 - - [2026-01-15 04:14:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004391 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003941 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008617 10.0.0.242 - - [2026-01-15 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.242 - - [2026-01-15 04:14:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005622 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003762 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008154 10.0.0.242 - - [2026-01-15 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.242 - - [2026-01-15 04:14:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006387 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004956 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006815 10.0.0.242 - - [2026-01-15 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.242 - - [2026-01-15 04:14:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005056 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003638 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006539 10.0.0.242 - - [2026-01-15 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.242 - - [2026-01-15 04:14:01] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004097 10.0.0.242 - - [2026-01-15 04:14:01] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002752 10.0.0.242 - - [2026-01-15 04:14:02] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006124 10.0.0.242 - - [2026-01-15 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.242 - - [2026-01-15 04:14:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004695 10.0.0.242 - - [2026-01-15 04:14:02] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003303 10.0.0.242 - - [2026-01-15 04:14:02] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007625 10.0.0.242 - - [2026-01-15 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.242 - - [2026-01-15 04:14:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004594 10.0.0.242 - - [2026-01-15 04:14:02] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003563 10.0.0.242 - - [2026-01-15 04:14:02] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005212 10.0.0.73 - - [2026-01-15 04:14:04] "DELETE /project/8807316e67964a0dafa426d89a56d015 HTTP/1.1" 404 173 0.007549 10.0.0.73 - - [2026-01-15 04:14:04] "DELETE /project/24924ee1702846c0859f440073ee3793 HTTP/1.1" 404 173 0.006614 10.0.0.73 - - [2026-01-15 04:14:04] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000774 10.0.0.73 - - [2026-01-15 04:14:04] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.053857 10.0.0.73 - - [2026-01-15 04:14:04] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.73 - - [2026-01-15 04:14:04] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?fields=security_groups HTTP/1.1" 200 1365 0.056215 10.0.0.73 - - [2026-01-15 04:14:04] "DELETE /security-group/acf3258d-2f78-400b-b1fc-882b95dea0d8 HTTP/1.1" 200 115 0.053614 10.0.0.73 - - [2026-01-15 04:14:04] "GET /projects?obj_uuids=24924ee1-7028-46c0-859f-440073ee3793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001709 10.0.0.73 - - [2026-01-15 04:14:04] "GET /project/24924ee1-7028-46c0-859f-440073ee3793?fields=application_policy_sets HTTP/1.1" 200 1404 0.044904 10.0.0.73 - - [2026-01-15 04:14:04] "DELETE /project/24924ee1-7028-46c0-859f-440073ee3793 HTTP/1.1" 200 115 0.459577 10.0.0.242 - - [2026-01-15 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.242 - - [2026-01-15 04:14:05] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005418 10.0.0.242 - - [2026-01-15 04:14:08] "POST /neutron/port HTTP/1.1" 200 1126 0.055453 10.0.0.242 - - [2026-01-15 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2026-01-15 04:14:09] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005316 10.0.0.242 - - [2026-01-15 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.242 - - [2026-01-15 04:14:13] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005320 10.0.0.242 - - [2026-01-15 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.242 - - [2026-01-15 04:14:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003306 10.0.0.242 - - [2026-01-15 04:14:15] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003127 10.0.0.242 - - [2026-01-15 04:14:15] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006023 10.0.0.242 - - [2026-01-15 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.242 - - [2026-01-15 04:14:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004779 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004412 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005227 10.0.0.242 - - [2026-01-15 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.242 - - [2026-01-15 04:14:16] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005511 10.0.0.242 - - [2026-01-15 04:14:16] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003631 10.0.0.242 - - [2026-01-15 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.242 - - [2026-01-15 04:14:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003842 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003891 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007555 10.0.0.242 - - [2026-01-15 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.242 - - [2026-01-15 04:14:16] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005628 10.0.0.242 - - [2026-01-15 04:14:16] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004416 10.0.0.242 - - [2026-01-15 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.242 - - [2026-01-15 04:14:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003625 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003313 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005645 10.0.0.242 - - [2026-01-15 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.242 - - [2026-01-15 04:14:16] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004044 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002836 10.0.0.242 - - [2026-01-15 04:14:16] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005408 10.0.0.73 - - [2026-01-15 04:14:16] "GET /obj-perms HTTP/1.1" 200 5063 0.004947 10.0.0.242 - - [2026-01-15 04:14:16] "GET /obj-perms HTTP/1.1" 200 5063 0.004801 10.0.0.242 - - [2026-01-15 04:14:17] "GET /obj-perms HTTP/1.1" 200 5063 0.006091 10.0.0.33 - - [2026-01-15 04:14:17] "GET /obj-perms HTTP/1.1" 200 5063 0.073981 10.0.0.73 - - [2026-01-15 04:14:17] "GET /obj-perms HTTP/1.1" 200 5063 0.003903 10.0.0.242 - - [2026-01-15 04:14:17] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.004102 10.0.0.242 - - [2026-01-15 04:14:17] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.006727 10.0.0.242 - - [2026-01-15 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.242 - - [2026-01-15 04:14:17] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003987 10.0.0.242 - - [2026-01-15 04:14:17] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007470 10.0.0.242 - - [2026-01-15 04:14:17] "POST /neutron/port HTTP/1.1" 200 1126 0.016958 10.0.0.242 - - [2026-01-15 04:14:17] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006427 10.0.0.242 - - [2026-01-15 04:14:17] "POST /neutron/subnet HTTP/1.1" 200 675 0.009315 10.0.0.242 - - [2026-01-15 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.242 - - [2026-01-15 04:14:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003864 10.0.0.242 - - [2026-01-15 04:14:18] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003192 10.0.0.242 - - [2026-01-15 04:14:18] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007841 10.0.0.242 - - [2026-01-15 04:14:18] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.006047 10.0.0.242 - - [2026-01-15 04:14:18] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.006708 10.0.0.242 - - [2026-01-15 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.242 - - [2026-01-15 04:14:18] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004529 10.0.0.242 - - [2026-01-15 04:14:18] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003246 10.0.0.242 - - [2026-01-15 04:14:18] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007202 10.0.0.242 - - [2026-01-15 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.242 - - [2026-01-15 04:14:19] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004303 10.0.0.242 - - [2026-01-15 04:14:19] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003636 10.0.0.242 - - [2026-01-15 04:14:19] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007268 10.0.0.242 - - [2026-01-15 04:14:20] "POST /neutron/port HTTP/1.1" 200 1126 0.016362 10.0.0.242 - - [2026-01-15 04:14:25] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007336 10.0.0.242 - - [2026-01-15 04:14:30] "POST /neutron/port HTTP/1.1" 200 1126 0.018064 10.0.0.242 - - [2026-01-15 04:14:35] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007000 10.0.0.242 - - [2026-01-15 04:14:38] "POST /neutron/network HTTP/1.1" 200 818 0.007399 10.0.0.242 - - [2026-01-15 04:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.242 - - [2026-01-15 04:15:17] "POST /neutron/port HTTP/1.1" 200 1126 0.017412 10.0.0.242 - - [2026-01-15 04:15:17] "POST /neutron/subnet HTTP/1.1" 200 675 0.008834 10.0.0.242 - - [2026-01-15 04:15:40] "POST /neutron/port HTTP/1.1" 200 1126 0.017924 10.0.0.242 - - [2026-01-15 04:15:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004766 10.0.0.242 - - [2026-01-15 04:15:40] "POST /neutron/network HTTP/1.1" 200 808 0.006553 10.0.0.242 - - [2026-01-15 04:16:18] "POST /neutron/network HTTP/1.1" 200 818 0.036867 10.0.0.242 - - [2026-01-15 04:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.242 - - [2026-01-15 04:16:26] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008126 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.004052 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.006434 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.005116 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.006992 10.0.0.242 - - [2026-01-15 04:16:26] "GET /instance-ip/ede14d11-6425-41c3-8cbd-76da373c60f6 HTTP/1.1" 200 1621 0.003851 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.003864 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-machine-interface/98d9d088-b079-4096-8e30-acbed2d2dd7f HTTP/1.1" 200 2950 0.005503 10.0.0.242 - - [2026-01-15 04:16:26] "GET /instance-ip/ede14d11-6425-41c3-8cbd-76da373c60f6 HTTP/1.1" 200 1621 0.004865 10.0.0.242 - - [2026-01-15 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.242 - - [2026-01-15 04:16:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004032 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003390 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006997 10.0.0.242 - - [2026-01-15 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2026-01-15 04:16:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005394 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006814 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006266 10.0.0.242 - - [2026-01-15 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.242 - - [2026-01-15 04:16:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004102 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003206 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005835 10.0.0.242 - - [2026-01-15 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2026-01-15 04:16:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005499 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003947 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007714 10.0.0.242 - - [2026-01-15 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.242 - - [2026-01-15 04:16:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005554 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004249 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005522 10.0.0.242 - - [2026-01-15 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.242 - - [2026-01-15 04:16:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004155 10.0.0.242 - - [2026-01-15 04:16:26] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002979 10.0.0.242 - - [2026-01-15 04:16:27] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005633 10.0.0.242 - - [2026-01-15 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.242 - - [2026-01-15 04:16:27] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005934 10.0.0.242 - - [2026-01-15 04:16:27] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003352 10.0.0.242 - - [2026-01-15 04:16:27] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007695 10.0.0.242 - - [2026-01-15 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.242 - - [2026-01-15 04:16:28] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004220 10.0.0.242 - - [2026-01-15 04:16:28] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003144 10.0.0.242 - - [2026-01-15 04:16:28] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005908 10.0.0.242 - - [2026-01-15 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.242 - - [2026-01-15 04:16:28] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003914 10.0.0.242 - - [2026-01-15 04:16:28] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003008 10.0.0.242 - - [2026-01-15 04:16:28] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005248 10.0.0.242 - - [2026-01-15 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.242 - - [2026-01-15 04:16:28] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005503 10.0.0.242 - - [2026-01-15 04:16:28] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006146 10.0.0.242 - - [2026-01-15 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.242 - - [2026-01-15 04:16:28] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003933 10.0.0.242 - - [2026-01-15 04:16:28] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002807 10.0.0.242 - - [2026-01-15 04:16:28] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007654 10.0.0.242 - - [2026-01-15 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.242 - - [2026-01-15 04:16:29] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004512 10.0.0.242 - - [2026-01-15 04:16:29] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004525 10.0.0.242 - - [2026-01-15 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.242 - - [2026-01-15 04:16:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004261 10.0.0.242 - - [2026-01-15 04:16:29] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003186 10.0.0.242 - - [2026-01-15 04:16:29] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005776 10.0.0.242 - - [2026-01-15 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.242 - - [2026-01-15 04:16:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004338 10.0.0.242 - - [2026-01-15 04:16:29] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004935 10.0.0.242 - - [2026-01-15 04:16:29] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005508 10.0.0.242 - - [2026-01-15 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.242 - - [2026-01-15 04:16:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005936 10.0.0.242 - - [2026-01-15 04:16:29] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004560 10.0.0.242 - - [2026-01-15 04:16:29] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007342 10.0.0.73 - - [2026-01-15 04:16:29] "GET /obj-perms HTTP/1.1" 200 5063 0.007152 10.0.0.73 - - [2026-01-15 04:16:35] "GET /obj-perms HTTP/1.1" 200 5063 0.003871 10.0.0.242 - - [2026-01-15 04:16:40] "POST /neutron/network HTTP/1.1" 200 818 0.037717 10.0.0.242 - - [2026-01-15 04:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.001839 10.0.0.73 - - [2026-01-15 04:16:41] "GET /obj-perms HTTP/1.1" 200 5063 0.003877 10.0.0.242 - - [2026-01-15 04:16:41] "GET /obj-perms HTTP/1.1" 200 5063 0.005291 10.0.0.242 - - [2026-01-15 04:16:41] "GET /obj-perms HTTP/1.1" 200 5063 0.004855 10.0.0.33 - - [2026-01-15 04:16:41] "GET /obj-perms HTTP/1.1" 200 5063 0.004010 10.0.0.242 - - [2026-01-15 04:16:42] "GET /obj-perms HTTP/1.1" 200 5063 0.004170 10.0.0.73 - - [2026-01-15 04:16:42] "GET /obj-perms HTTP/1.1" 200 5063 0.004045 10.0.0.242 - - [2026-01-15 04:16:42] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008579 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.005329 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.005215 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.003927 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.005089 10.0.0.242 - - [2026-01-15 04:16:42] "GET /instance-ip/6e01300c-8621-495b-9fc1-2706dde22620 HTTP/1.1" 200 1620 0.005627 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.005798 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.007228 10.0.0.242 - - [2026-01-15 04:16:42] "GET /instance-ip/6e01300c-8621-495b-9fc1-2706dde22620 HTTP/1.1" 200 1620 0.004149 10.0.0.242 - - [2026-01-15 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.242 - - [2026-01-15 04:16:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003604 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002583 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006281 10.0.0.242 - - [2026-01-15 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.242 - - [2026-01-15 04:16:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004633 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007521 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005984 10.0.0.242 - - [2026-01-15 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.242 - - [2026-01-15 04:16:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004567 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004615 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006769 10.0.0.242 - - [2026-01-15 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.242 - - [2026-01-15 04:16:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004699 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002770 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008913 10.0.0.242 - - [2026-01-15 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.242 - - [2026-01-15 04:16:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005415 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005183 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005776 10.0.0.242 - - [2026-01-15 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.242 - - [2026-01-15 04:16:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004342 10.0.0.242 - - [2026-01-15 04:16:42] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003377 10.0.0.242 - - [2026-01-15 04:16:43] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007395 10.0.0.242 - - [2026-01-15 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.242 - - [2026-01-15 04:16:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004307 10.0.0.242 - - [2026-01-15 04:16:43] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003644 10.0.0.242 - - [2026-01-15 04:16:43] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006244 10.0.0.242 - - [2026-01-15 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.242 - - [2026-01-15 04:16:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003932 10.0.0.242 - - [2026-01-15 04:16:44] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004118 10.0.0.242 - - [2026-01-15 04:16:44] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007398 10.0.0.242 - - [2026-01-15 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.242 - - [2026-01-15 04:16:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003681 10.0.0.242 - - [2026-01-15 04:16:44] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003240 10.0.0.242 - - [2026-01-15 04:16:44] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005617 10.0.0.242 - - [2026-01-15 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.242 - - [2026-01-15 04:16:44] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004674 10.0.0.242 - - [2026-01-15 04:16:44] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003828 10.0.0.242 - - [2026-01-15 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.242 - - [2026-01-15 04:16:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003979 10.0.0.242 - - [2026-01-15 04:16:44] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003299 10.0.0.242 - - [2026-01-15 04:16:44] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006548 10.0.0.242 - - [2026-01-15 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.242 - - [2026-01-15 04:16:44] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006176 10.0.0.242 - - [2026-01-15 04:16:45] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004967 10.0.0.242 - - [2026-01-15 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.242 - - [2026-01-15 04:16:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005222 10.0.0.242 - - [2026-01-15 04:16:45] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004062 10.0.0.242 - - [2026-01-15 04:16:45] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005470 10.0.0.242 - - [2026-01-15 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.33 - - [2026-01-15 04:16:45] "GET /obj-perms HTTP/1.1" 200 5075 0.068649 10.0.0.242 - - [2026-01-15 04:16:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005096 10.0.0.242 - - [2026-01-15 04:16:45] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003249 10.0.0.242 - - [2026-01-15 04:16:45] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006026 10.0.0.242 - - [2026-01-15 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.242 - - [2026-01-15 04:16:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004297 10.0.0.242 - - [2026-01-15 04:16:45] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003308 10.0.0.242 - - [2026-01-15 04:16:45] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006222 10.0.0.242 - - [2026-01-15 04:16:45] "GET /obj-perms HTTP/1.1" 200 5063 0.004570 10.0.0.73 - - [2026-01-15 04:16:45] "GET /obj-perms HTTP/1.1" 200 5063 0.003845 10.0.0.242 - - [2026-01-15 04:16:45] "GET /obj-perms HTTP/1.1" 200 5063 0.004630 10.0.0.73 - - [2026-01-15 04:16:45] "GET /obj-perms HTTP/1.1" 200 5063 0.003789 10.0.0.242 - - [2026-01-15 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.242 - - [2026-01-15 04:17:06] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.242 - - [2026-01-15 04:17:06] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003365 10.0.0.242 - - [2026-01-15 04:17:06] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007226 10.0.0.242 - - [2026-01-15 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.242 - - [2026-01-15 04:17:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003390 10.0.0.242 - - [2026-01-15 04:17:07] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002950 10.0.0.242 - - [2026-01-15 04:17:07] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005387 10.0.0.242 - - [2026-01-15 04:17:18] "POST /neutron/network HTTP/1.1" 200 818 0.007265 10.0.0.242 - - [2026-01-15 04:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.242 - - [2026-01-15 04:17:22] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.004290 10.0.0.242 - - [2026-01-15 04:17:22] "GET /virtual-machine-interface/52a0949b-2d7b-4378-9b77-9e7b6e64f730 HTTP/1.1" 200 2949 0.005534 10.0.0.242 - - [2026-01-15 04:17:22] "GET /instance-ip/6e01300c-8621-495b-9fc1-2706dde22620 HTTP/1.1" 200 1620 0.004575 10.0.0.242 - - [2026-01-15 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.242 - - [2026-01-15 04:17:22] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003419 10.0.0.242 - - [2026-01-15 04:17:22] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003014 10.0.0.242 - - [2026-01-15 04:17:22] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005872 10.0.0.242 - - [2026-01-15 04:17:26] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 200 1299 0.004762 10.0.0.242 - - [2026-01-15 04:17:27] "POST /neutron/port HTTP/1.1" 200 1116 0.016267 10.0.0.242 - - [2026-01-15 04:17:28] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003540 10.0.0.242 - - [2026-01-15 04:17:28] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003166 10.0.0.242 - - [2026-01-15 04:17:28] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003801 10.0.0.242 - - [2026-01-15 04:17:29] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003547 10.0.0.242 - - [2026-01-15 04:17:30] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003201 10.0.0.242 - - [2026-01-15 04:17:31] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004135 10.0.0.242 - - [2026-01-15 04:17:32] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003941 10.0.0.242 - - [2026-01-15 04:17:33] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003699 10.0.0.242 - - [2026-01-15 04:17:34] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004201 10.0.0.242 - - [2026-01-15 04:17:34] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003448 10.0.0.242 - - [2026-01-15 04:17:35] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004440 10.0.0.242 - - [2026-01-15 04:17:36] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004793 10.0.0.242 - - [2026-01-15 04:17:37] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003601 10.0.0.242 - - [2026-01-15 04:17:38] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003020 10.0.0.242 - - [2026-01-15 04:17:39] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003242 10.0.0.242 - - [2026-01-15 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.242 - - [2026-01-15 04:17:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003875 10.0.0.242 - - [2026-01-15 04:17:39] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003562 10.0.0.242 - - [2026-01-15 04:17:39] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005965 10.0.0.242 - - [2026-01-15 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.242 - - [2026-01-15 04:17:39] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004485 10.0.0.242 - - [2026-01-15 04:17:39] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003735 10.0.0.242 - - [2026-01-15 04:17:39] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003178 10.0.0.242 - - [2026-01-15 04:17:41] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003872 10.0.0.242 - - [2026-01-15 04:17:42] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004136 10.0.0.242 - - [2026-01-15 04:17:42] "POST /neutron/port HTTP/1.1" 200 1126 0.022731 10.0.0.242 - - [2026-01-15 04:17:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.011702 10.0.0.242 - - [2026-01-15 04:17:43] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004307 10.0.0.242 - - [2026-01-15 04:17:44] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003102 10.0.0.242 - - [2026-01-15 04:17:45] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004253 10.0.0.242 - - [2026-01-15 04:17:45] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003616 10.0.0.242 - - [2026-01-15 04:17:46] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.005661 10.0.0.242 - - [2026-01-15 04:17:46] "GET /obj-perms HTTP/1.1" 200 5075 0.074399 10.0.0.242 - - [2026-01-15 04:17:47] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003545 10.0.0.242 - - [2026-01-15 04:17:48] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003420 10.0.0.242 - - [2026-01-15 04:17:49] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.004252 10.0.0.242 - - [2026-01-15 04:17:50] "GET /virtual-machine/23e19fcb-bd49-42db-ac46-3edccaa49eff HTTP/1.1" 404 171 0.003811 10.0.0.242 - - [2026-01-15 04:17:50] "GET /obj-perms HTTP/1.1" 200 5063 0.003980 10.0.0.73 - - [2026-01-15 04:17:50] "GET /obj-perms HTTP/1.1" 200 5063 0.004119 10.0.0.242 - - [2026-01-15 04:17:50] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 200 1300 0.005019 10.0.0.242 - - [2026-01-15 04:17:50] "POST /neutron/port HTTP/1.1" 200 1126 0.018401 10.0.0.242 - - [2026-01-15 04:17:52] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003155 10.0.0.242 - - [2026-01-15 04:17:52] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.002628 10.0.0.242 - - [2026-01-15 04:17:52] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003409 10.0.0.242 - - [2026-01-15 04:17:52] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003276 10.0.0.242 - - [2026-01-15 04:17:53] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.002907 10.0.0.242 - - [2026-01-15 04:17:54] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.004538 10.0.0.242 - - [2026-01-15 04:17:55] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003798 10.0.0.242 - - [2026-01-15 04:17:56] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003018 10.0.0.242 - - [2026-01-15 04:17:57] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.004117 10.0.0.242 - - [2026-01-15 04:17:57] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.002756 10.0.0.242 - - [2026-01-15 04:17:58] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.002864 10.0.0.242 - - [2026-01-15 04:17:59] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.004459 10.0.0.242 - - [2026-01-15 04:18:00] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003936 10.0.0.242 - - [2026-01-15 04:18:01] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003325 10.0.0.242 - - [2026-01-15 04:18:02] "GET /virtual-machine/8d0d068d-9bfe-44ad-b6b0-b10f1d622a68 HTTP/1.1" 404 171 0.003616 10.0.0.242 - - [2026-01-15 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.242 - - [2026-01-15 04:18:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004255 10.0.0.242 - - [2026-01-15 04:18:02] "GET /virtual-networks?parent_id=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003318 10.0.0.242 - - [2026-01-15 04:18:02] "GET /virtual-network/018209c9-1290-4a0c-928a-86fa7d691e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006686 10.0.0.242 - - [2026-01-15 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2026-01-15 04:18:02] "GET /routing-instance/6517c431-df51-4bc2-b310-338b1d20e29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005064 10.0.0.242 - - [2026-01-15 04:18:02] "GET /route-target/4d417112-95a2-4d66-97c2-a19eff4f09e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006481 10.0.0.33 - - [2026-01-15 04:18:03] "GET /obj-perms HTTP/1.1" 200 5063 0.003783 10.0.0.242 - - [2026-01-15 04:18:09] "GET /obj-perms HTTP/1.1" 200 5063 0.003994 10.0.0.33 - - [2026-01-15 04:18:12] "GET /obj-perms HTTP/1.1" 200 5063 0.003621 10.0.0.242 - - [2026-01-15 04:18:12] "GET /obj-perms HTTP/1.1" 200 5063 0.003758 10.0.0.242 - - [2026-01-15 04:18:12] "POST /neutron/network HTTP/1.1" 200 808 0.006232 10.0.0.73 - - [2026-01-15 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.071214 10.0.0.242 - - [2026-01-15 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.242 - - [2026-01-15 04:18:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003714 10.0.0.242 - - [2026-01-15 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.242 - - [2026-01-15 04:18:13] "PUT /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8 HTTP/1.1" 200 276 0.022682 10.0.0.73 - - [2026-01-15 04:18:15] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.047454 10.0.0.242 - - [2026-01-15 04:18:15] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.162680 10.0.0.73 - - [2026-01-15 04:18:15] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001016 10.0.0.242 - - [2026-01-15 04:18:15] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?fields=virtual_networks HTTP/1.1" 200 1046 0.053817 10.0.0.73 - - [2026-01-15 04:18:15] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000862 10.0.0.242 - - [2026-01-15 04:18:15] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.058341 10.0.0.73 - - [2026-01-15 04:18:15] "GET /projects?obj_uuids=8807316e-6796-4a0d-afa4-26d89a56d015&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000882 10.0.0.242 - - [2026-01-15 04:18:15] "GET /project/8807316e-6796-4a0d-afa4-26d89a56d015?fields=security_groups HTTP/1.1" 200 1279 0.050761 10.0.0.242 - - [2026-01-15 04:18:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.033382 10.0.0.73 - - [2026-01-15 04:18:17] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003716 10.0.0.73 - - [2026-01-15 04:18:17] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.73 - - [2026-01-15 04:18:17] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043024 10.0.0.73 - - [2026-01-15 04:18:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.001204 10.0.0.73 - - [2026-01-15 04:18:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.005483 10.0.0.73 - - [2026-01-15 04:18:17] "POST /security-groups HTTP/1.1" 200 597 0.029100 10.0.0.73 - - [2026-01-15 04:18:17] "POST /projects HTTP/1.1" 200 597 0.240296 10.0.0.73 - - [2026-01-15 04:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.278449 10.0.0.73 - - [2026-01-15 04:18:17] "POST /access-control-lists HTTP/1.1" 200 602 0.025819 10.0.0.242 - - [2026-01-15 04:18:17] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.469791 10.0.0.242 - - [2026-01-15 04:18:18] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.73 - - [2026-01-15 04:18:22] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000854 10.0.0.242 - - [2026-01-15 04:18:22] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042680 10.0.0.73 - - [2026-01-15 04:18:22] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000828 10.0.0.242 - - [2026-01-15 04:18:22] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?fields=virtual_networks HTTP/1.1" 200 1043 0.047071 10.0.0.73 - - [2026-01-15 04:18:22] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.242 - - [2026-01-15 04:18:22] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.038199 10.0.0.73 - - [2026-01-15 04:18:22] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001038 10.0.0.242 - - [2026-01-15 04:18:22] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?fields=security_groups HTTP/1.1" 200 1275 0.038734 10.0.0.242 - - [2026-01-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.041755 10.0.0.73 - - [2026-01-15 04:18:23] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002746 10.0.0.73 - - [2026-01-15 04:18:23] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000816 10.0.0.73 - - [2026-01-15 04:18:23] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006582 10.0.0.73 - - [2026-01-15 04:18:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.004788 10.0.0.73 - - [2026-01-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.006189 10.0.0.73 - - [2026-01-15 04:18:23] "POST /security-groups HTTP/1.1" 200 591 0.036961 10.0.0.73 - - [2026-01-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.004085 10.0.0.73 - - [2026-01-15 04:18:23] "POST /projects HTTP/1.1" 200 585 0.237944 10.0.0.73 - - [2026-01-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.317274 10.0.0.73 - - [2026-01-15 04:18:23] "POST /access-control-lists HTTP/1.1" 200 594 0.033035 10.0.0.242 - - [2026-01-15 04:18:24] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.489276 10.0.0.242 - - [2026-01-15 04:18:25] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.73 - - [2026-01-15 04:18:28] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.242 - - [2026-01-15 04:18:28] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030224 10.0.0.73 - - [2026-01-15 04:18:28] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.242 - - [2026-01-15 04:18:28] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?fields=virtual_networks HTTP/1.1" 200 1032 0.054579 10.0.0.73 - - [2026-01-15 04:18:28] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.242 - - [2026-01-15 04:18:28] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.037858 10.0.0.73 - - [2026-01-15 04:18:28] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.242 - - [2026-01-15 04:18:28] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?fields=security_groups HTTP/1.1" 200 1258 0.041683 10.0.0.242 - - [2026-01-15 04:18:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.039411 10.0.0.73 - - [2026-01-15 04:18:29] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002880 10.0.0.73 - - [2026-01-15 04:18:29] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.73 - - [2026-01-15 04:18:29] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006791 10.0.0.73 - - [2026-01-15 04:18:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.004011 10.0.0.73 - - [2026-01-15 04:18:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.006551 10.0.0.73 - - [2026-01-15 04:18:30] "POST /security-groups HTTP/1.1" 200 599 0.031387 10.0.0.73 - - [2026-01-15 04:18:30] "POST /projects HTTP/1.1" 200 601 0.249773 10.0.0.73 - - [2026-01-15 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.291571 10.0.0.73 - - [2026-01-15 04:18:30] "POST /fqname-to-id HTTP/1.1" 404 241 0.009884 10.0.0.242 - - [2026-01-15 04:18:30] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.450458 10.0.0.242 - - [2026-01-15 04:18:31] "GET / HTTP/1.1" 200 35931 0.003011 10.0.0.242 - - [2026-01-15 04:18:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2026-01-15 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.082533 10.0.0.73 - - [2026-01-15 04:18:32] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.242 - - [2026-01-15 04:18:32] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033700 10.0.0.73 - - [2026-01-15 04:18:33] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.242 - - [2026-01-15 04:18:33] "POST /neutron/network HTTP/1.1" 200 601 0.172936 10.0.0.73 - - [2026-01-15 04:18:33] "POST /ref-update HTTP/1.1" 200 156 0.027839 10.0.0.73 - - [2026-01-15 04:18:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.065033 10.0.0.242 - - [2026-01-15 04:18:33] "POST /neutron/network HTTP/1.1" 200 974 0.015332 10.0.0.242 - - [2026-01-15 04:18:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001626 10.0.0.242 - - [2026-01-15 04:18:34] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007812 10.0.0.242 - - [2026-01-15 04:18:34] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008349 10.0.0.242 - - [2026-01-15 04:18:34] "POST /neutron/subnet HTTP/1.1" 200 716 0.011368 10.0.0.242 - - [2026-01-15 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.73 - - [2026-01-15 04:18:34] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.242 - - [2026-01-15 04:18:34] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050729 10.0.0.73 - - [2026-01-15 04:18:34] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.242 - - [2026-01-15 04:18:34] "POST /neutron/network HTTP/1.1" 200 601 0.154141 10.0.0.242 - - [2026-01-15 04:18:35] "POST /neutron/network HTTP/1.1" 200 975 0.010538 10.0.0.242 - - [2026-01-15 04:18:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001077 10.0.0.242 - - [2026-01-15 04:18:35] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005552 10.0.0.242 - - [2026-01-15 04:18:35] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005277 10.0.0.242 - - [2026-01-15 04:18:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.008075 10.0.0.242 - - [2026-01-15 04:18:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001508 10.0.0.73 - - [2026-01-15 04:18:36] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.242 - - [2026-01-15 04:18:36] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.082052 10.0.0.242 - - [2026-01-15 04:18:36] "POST /neutron/network HTTP/1.1" 200 974 0.040030 10.0.0.242 - - [2026-01-15 04:18:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001151 10.0.0.242 - - [2026-01-15 04:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.006525 10.0.0.73 - - [2026-01-15 04:18:37] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.242 - - [2026-01-15 04:18:37] "POST /neutron/port HTTP/1.1" 200 1152 0.313495 10.0.0.242 - - [2026-01-15 04:18:37] "POST /neutron/port HTTP/1.1" 200 1206 0.123565 10.0.0.242 - - [2026-01-15 04:18:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004648 10.0.0.73 - - [2026-01-15 04:18:38] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.242 - - [2026-01-15 04:18:38] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.091900 10.0.0.242 - - [2026-01-15 04:18:38] "POST /neutron/network HTTP/1.1" 200 975 0.008736 10.0.0.242 - - [2026-01-15 04:18:38] "POST /neutron/port HTTP/1.1" 200 1216 0.018220 10.0.0.242 - - [2026-01-15 04:18:38] "POST /neutron/port HTTP/1.1" 200 1216 0.015814 10.0.0.73 - - [2026-01-15 04:18:38] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.242 - - [2026-01-15 04:18:39] "POST /neutron/port HTTP/1.1" 200 1153 0.348544 10.0.0.242 - - [2026-01-15 04:18:39] "POST /neutron/port HTTP/1.1" 200 1207 0.101451 10.0.0.242 - - [2026-01-15 04:18:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003384 10.0.0.242 - - [2026-01-15 04:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.242 - - [2026-01-15 04:18:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008264 10.0.0.242 - - [2026-01-15 04:18:43] "POST /neutron/port HTTP/1.1" 200 1216 0.018158 10.0.0.242 - - [2026-01-15 04:18:43] "GET /virtual-machine/d7d82fb9-e060-45b7-b02a-3b4b21a98a54 HTTP/1.1" 401 293 0.000396 10.0.0.242 - - [2026-01-15 04:18:44] "POST /neutron/port HTTP/1.1" 200 1216 0.022084 10.0.0.242 - - [2026-01-15 04:18:44] "GET /virtual-machine/d7d82fb9-e060-45b7-b02a-3b4b21a98a54 HTTP/1.1" 200 1301 0.043496 10.0.0.242 - - [2026-01-15 04:18:44] "GET /virtual-machine-interface/f18dfdb7-fa97-4a29-b18a-56c0612c4651 HTTP/1.1" 200 3158 0.004457 10.0.0.242 - - [2026-01-15 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.242 - - [2026-01-15 04:18:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.242 - - [2026-01-15 04:18:44] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003316 10.0.0.242 - - [2026-01-15 04:18:44] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003128 10.0.0.242 - - [2026-01-15 04:18:44] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007176 10.0.0.242 - - [2026-01-15 04:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.242 - - [2026-01-15 04:18:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006788 10.0.0.242 - - [2026-01-15 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.242 - - [2026-01-15 04:18:47] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004736 10.0.0.33 - - [2026-01-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.33 - - [2026-01-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.73 - - [2026-01-15 04:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.73 - - [2026-01-15 04:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.242 - - [2026-01-15 04:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.242 - - [2026-01-15 04:18:49] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004713 10.0.0.242 - - [2026-01-15 04:18:49] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003543 10.0.0.242 - - [2026-01-15 04:18:49] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005887 10.0.0.33 - - [2026-01-15 04:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.33 - - [2026-01-15 04:18:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000937 10.0.0.242 - - [2026-01-15 04:18:50] "POST /neutron/port HTTP/1.1" 200 1217 0.021334 10.0.0.242 - - [2026-01-15 04:18:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007540 10.0.0.242 - - [2026-01-15 04:18:50] "GET /virtual-machine/2126ae10-59a0-459a-9a35-451f1f3282e6 HTTP/1.1" 200 1300 0.009913 10.0.0.242 - - [2026-01-15 04:18:50] "GET /virtual-machine-interface/27438588-7ae3-4eaf-a1f0-041e1c4ad637 HTTP/1.1" 200 3157 0.005336 10.0.0.242 - - [2026-01-15 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2026-01-15 04:18:50] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003931 10.0.0.242 - - [2026-01-15 04:18:50] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004044 10.0.0.242 - - [2026-01-15 04:18:50] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007155 10.0.0.73 - - [2026-01-15 04:18:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.73 - - [2026-01-15 04:18:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.242 - - [2026-01-15 04:18:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.242 - - [2026-01-15 04:18:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.242 - - [2026-01-15 04:18:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.242 - - [2026-01-15 04:18:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2026-01-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.242 - - [2026-01-15 04:18:53] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003993 10.0.0.242 - - [2026-01-15 04:18:53] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003080 10.0.0.242 - - [2026-01-15 04:18:53] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006789 10.0.0.242 - - [2026-01-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 209 0.004025 10.0.0.242 - - [2026-01-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.73 - - [2026-01-15 04:18:53] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.242 - - [2026-01-15 04:18:53] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037010 10.0.0.242 - - [2026-01-15 04:18:53] "POST /network-policys HTTP/1.1" 200 533 0.031837 10.0.0.242 - - [2026-01-15 04:18:53] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007129 10.0.0.242 - - [2026-01-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.242 - - [2026-01-15 04:18:53] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005855 10.0.0.242 - - [2026-01-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2026-01-15 04:18:53] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005316 10.0.0.73 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.017510 10.0.0.73 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006947 10.0.0.242 - - [2026-01-15 04:18:54] "POST /ref-update HTTP/1.1" 200 156 0.067525 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.242 - - [2026-01-15 04:18:54] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005802 10.0.0.242 - - [2026-01-15 04:18:54] "POST /neutron/network HTTP/1.1" 200 1060 0.011597 10.0.0.242 - - [2026-01-15 04:18:54] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006353 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.242 - - [2026-01-15 04:18:54] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004323 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.242 - - [2026-01-15 04:18:54] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008710 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2026-01-15 04:18:54] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005192 10.0.0.73 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.003848 10.0.0.242 - - [2026-01-15 04:18:54] "POST /ref-update HTTP/1.1" 200 156 0.080584 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.242 - - [2026-01-15 04:18:54] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003467 10.0.0.242 - - [2026-01-15 04:18:54] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.012210 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.242 - - [2026-01-15 04:18:54] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004383 10.0.0.242 - - [2026-01-15 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.73 - - [2026-01-15 04:18:54] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001381 10.0.0.242 - - [2026-01-15 04:18:54] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046871 10.0.0.73 - - [2026-01-15 04:18:54] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.242 - - [2026-01-15 04:18:55] "POST /neutron/network HTTP/1.1" 200 585 0.132052 10.0.0.73 - - [2026-01-15 04:18:55] "POST /route-targets HTTP/1.1" 200 327 0.014785 10.0.0.242 - - [2026-01-15 04:18:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.003243 10.0.0.242 - - [2026-01-15 04:18:55] "GET /virtual-network/a8cf0e2f-911a-426e-a0bd-10cff74ceb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007462 10.0.0.242 - - [2026-01-15 04:18:55] "POST /neutron/network HTTP/1.1" 200 799 0.006476 10.0.0.242 - - [2026-01-15 04:18:55] "GET /virtual-network/a8cf0e2f-911a-426e-a0bd-10cff74ceb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005862 10.0.0.242 - - [2026-01-15 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.73 - - [2026-01-15 04:18:55] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.242 - - [2026-01-15 04:18:55] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064381 10.0.0.242 - - [2026-01-15 04:18:55] "POST /neutron/network HTTP/1.1" 200 117 0.016126 10.0.0.73 - - [2026-01-15 04:18:55] "POST /ref-update HTTP/1.1" 200 156 0.032155 10.0.0.242 - - [2026-01-15 04:18:56] "POST /neutron/network HTTP/1.1" 200 799 0.007983 10.0.0.242 - - [2026-01-15 04:18:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001121 10.0.0.242 - - [2026-01-15 04:18:56] "GET /virtual-network/dd87d10f-95d9-4152-b00d-3afc9ed20d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004690 10.0.0.242 - - [2026-01-15 04:18:56] "GET /virtual-network/dd87d10f-95d9-4152-b00d-3afc9ed20d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005366 10.0.0.242 - - [2026-01-15 04:18:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.010787 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 404 239 0.002739 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.73 - - [2026-01-15 04:18:56] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.242 - - [2026-01-15 04:18:56] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036996 10.0.0.242 - - [2026-01-15 04:18:56] "POST /network-policys HTTP/1.1" 200 587 0.030626 10.0.0.242 - - [2026-01-15 04:18:56] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007858 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.242 - - [2026-01-15 04:18:56] "GET /virtual-network/a8cf0e2f-911a-426e-a0bd-10cff74ceb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006700 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006079 10.0.0.242 - - [2026-01-15 04:18:56] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008782 10.0.0.242 - - [2026-01-15 04:18:56] "POST /ref-update HTTP/1.1" 200 156 0.057449 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.242 - - [2026-01-15 04:18:56] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006638 10.0.0.73 - - [2026-01-15 04:18:56] "DELETE /access-control-list/89e4c202-be4d-4dca-abcd-3d24ec8df5a7 HTTP/1.1" 200 115 0.086883 10.0.0.242 - - [2026-01-15 04:18:56] "GET /virtual-network/a8cf0e2f-911a-426e-a0bd-10cff74ceb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.018476 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010881 10.0.0.242 - - [2026-01-15 04:18:56] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008177 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.242 - - [2026-01-15 04:18:56] "GET /virtual-network/dd87d10f-95d9-4152-b00d-3afc9ed20d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.016260 10.0.0.242 - - [2026-01-15 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.014349 10.0.0.242 - - [2026-01-15 04:18:56] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004218 10.0.0.242 - - [2026-01-15 04:18:57] "POST /ref-update HTTP/1.1" 200 156 0.041522 10.0.0.73 - - [2026-01-15 04:18:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.006198 10.0.0.242 - - [2026-01-15 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.242 - - [2026-01-15 04:18:57] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004223 10.0.0.242 - - [2026-01-15 04:18:57] "GET /virtual-network/dd87d10f-95d9-4152-b00d-3afc9ed20d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.010208 10.0.0.242 - - [2026-01-15 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014881 10.0.0.242 - - [2026-01-15 04:18:57] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006438 10.0.0.242 - - [2026-01-15 04:18:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001647 10.0.0.242 - - [2026-01-15 04:18:57] "POST /neutron/port HTTP/1.1" 200 2279 0.023575 10.0.0.73 - - [2026-01-15 04:18:58] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.242 - - [2026-01-15 04:18:58] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070968 10.0.0.242 - - [2026-01-15 04:18:58] "POST /neutron/network HTTP/1.1" 200 912 0.005986 10.0.0.242 - - [2026-01-15 04:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.005689 10.0.0.242 - - [2026-01-15 04:18:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001336 10.0.0.242 - - [2026-01-15 04:18:59] "POST /neutron/network HTTP/1.1" 200 922 0.006835 10.0.0.242 - - [2026-01-15 04:18:59] "POST /neutron/port HTTP/1.1" 200 1063 0.017213 10.0.0.242 - - [2026-01-15 04:18:59] "POST /neutron/port HTTP/1.1" 200 1127 0.018930 10.0.0.242 - - [2026-01-15 04:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.001904 10.0.0.73 - - [2026-01-15 04:19:00] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.242 - - [2026-01-15 04:19:00] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085314 10.0.0.242 - - [2026-01-15 04:19:00] "POST /neutron/port HTTP/1.1" 200 3253 0.039175 10.0.0.242 - - [2026-01-15 04:19:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003663 10.0.0.242 - - [2026-01-15 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.242 - - [2026-01-15 04:19:00] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005119 10.0.0.242 - - [2026-01-15 04:19:01] "POST /neutron/network HTTP/1.1" 200 922 0.006788 10.0.0.73 - - [2026-01-15 04:19:01] "PUT /access-control-list/f1bf59e5-ea80-4a19-8f52-28bf0008f1f1 HTTP/1.1" 200 272 0.014183 10.0.0.242 - - [2026-01-15 04:19:01] "POST /neutron/port HTTP/1.1" 200 1063 0.019930 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003788 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004638 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008437 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.031120 10.0.0.242 - - [2026-01-15 04:19:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006172 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.041623 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008869 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006632 10.0.0.242 - - [2026-01-15 04:19:02] "POST /neutron/network HTTP/1.1" 200 912 0.011730 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.044733 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.045965 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008835 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005168 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.040265 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.056285 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009435 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005031 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.024579 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005548 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005615 10.0.0.242 - - [2026-01-15 04:19:02] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005390 10.0.0.242 - - [2026-01-15 04:19:02] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.039647 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.038202 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008079 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004455 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.043077 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.071566 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.013459 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004165 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.042466 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.042866 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006359 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006306 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.037522 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006091 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005144 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004696 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.050432 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.046652 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.013840 10.0.0.242 - - [2026-01-15 04:19:03] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006948 10.0.0.242 - - [2026-01-15 04:19:03] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.041701 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.050221 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.009734 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004146 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.032177 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.050012 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008813 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007664 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.031572 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003270 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004318 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006358 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.035237 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.048128 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009056 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007214 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.047043 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.045157 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.010680 10.0.0.242 - - [2026-01-15 04:19:04] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.009613 10.0.0.242 - - [2026-01-15 04:19:04] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.047922 10.0.0.242 - - [2026-01-15 04:19:05] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.068491 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /project/05d28838cbaa4b30ba606bddb3d2ca36 HTTP/1.1" 404 173 0.012664 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /project/40803227ebf14d6198372cd7aefa0240 HTTP/1.1" 404 173 0.016665 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /project/974e2f8562ae44de92a6b15f150e865f HTTP/1.1" 404 173 0.010413 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /project/8807316e-6796-4a0d-afa4-26d89a56d015 HTTP/1.1" 404 177 0.009580 10.0.0.73 - - [2026-01-15 04:19:05] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003977 10.0.0.73 - - [2026-01-15 04:19:05] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.73 - - [2026-01-15 04:19:05] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.052395 10.0.0.73 - - [2026-01-15 04:19:05] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.068446 10.0.0.73 - - [2026-01-15 04:19:05] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002370 10.0.0.73 - - [2026-01-15 04:19:05] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.73 - - [2026-01-15 04:19:05] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?fields=security_groups HTTP/1.1" 200 1380 0.061069 10.0.0.73 - - [2026-01-15 04:19:05] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?fields=security_groups HTTP/1.1" 200 1363 0.091186 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /security-group/13e78e7d-0b3b-40c8-b279-dea5777a84ab HTTP/1.1" 200 115 0.074387 10.0.0.73 - - [2026-01-15 04:19:05] "GET /projects?obj_uuids=05d28838-cbaa-4b30-ba60-6bddb3d2ca36&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001260 10.0.0.73 - - [2026-01-15 04:19:05] "GET /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36?fields=application_policy_sets HTTP/1.1" 200 1419 0.050345 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /security-group/0b18ec9b-6e18-41a1-acad-103b96252f73 HTTP/1.1" 200 115 0.095270 10.0.0.73 - - [2026-01-15 04:19:05] "GET /projects?obj_uuids=40803227-ebf1-4d61-9837-2cd7aefa0240&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.73 - - [2026-01-15 04:19:05] "GET /project/40803227-ebf1-4d61-9837-2cd7aefa0240?fields=application_policy_sets HTTP/1.1" 200 1402 0.054334 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /access-control-list/3e1f424a-9d57-48b0-ad88-5931ffe9792e HTTP/1.1" 200 115 0.066563 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /project/05d28838-cbaa-4b30-ba60-6bddb3d2ca36 HTTP/1.1" 200 115 0.534482 10.0.0.73 - - [2026-01-15 04:19:05] "DELETE /project/40803227-ebf1-4d61-9837-2cd7aefa0240 HTTP/1.1" 200 115 0.556580 10.0.0.242 - - [2026-01-15 04:19:13] "POST /neutron/port HTTP/1.1" 200 1127 0.100725 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004420 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006480 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005000 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.030722 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.058108 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005932 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004313 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.044259 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.062433 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008589 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005340 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.036129 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.043903 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007836 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004422 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.022201 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.018511 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006394 10.0.0.242 - - [2026-01-15 04:19:15] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006913 10.0.0.242 - - [2026-01-15 04:19:15] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.035602 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.060159 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004436 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010163 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.036491 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.043608 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006369 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004905 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.056400 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.035610 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005549 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004325 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.037097 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003380 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005186 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004012 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.032700 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.042593 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006353 10.0.0.242 - - [2026-01-15 04:19:16] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004548 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.036965 10.0.0.242 - - [2026-01-15 04:19:16] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.042379 10.0.0.242 - - [2026-01-15 04:19:17] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007630 10.0.0.242 - - [2026-01-15 04:19:17] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005540 10.0.0.242 - - [2026-01-15 04:19:17] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.031134 10.0.0.242 - - [2026-01-15 04:19:17] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.044976 10.0.0.242 - - [2026-01-15 04:19:17] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008828 10.0.0.242 - - [2026-01-15 04:19:17] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003763 10.0.0.242 - - [2026-01-15 04:19:17] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.019884 10.0.0.242 - - [2026-01-15 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.048175 10.0.0.242 - - [2026-01-15 04:19:17] "GET /virtual-network/dd87d10f-95d9-4152-b00d-3afc9ed20d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010652 10.0.0.242 - - [2026-01-15 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.73 - - [2026-01-15 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.030915 10.0.0.242 - - [2026-01-15 04:19:17] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.010355 10.0.0.242 - - [2026-01-15 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.059391 10.0.0.242 - - [2026-01-15 04:19:17] "POST /neutron/network HTTP/1.1" 200 799 0.008595 10.0.0.242 - - [2026-01-15 04:19:17] "GET /virtual-network/a8cf0e2f-911a-426e-a0bd-10cff74ceb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006377 10.0.0.242 - - [2026-01-15 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012896 10.0.0.242 - - [2026-01-15 04:19:17] "GET /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004731 10.0.0.242 - - [2026-01-15 04:19:17] "DELETE /network-policy/fecd3f26-f5b1-41a7-bd2f-04c2f965bb81 HTTP/1.1" 200 115 0.045266 10.0.0.242 - - [2026-01-15 04:19:18] "POST /neutron/port HTTP/1.1" 200 1127 0.017249 10.0.0.242 - - [2026-01-15 04:19:18] "POST /neutron/port HTTP/1.1" 200 151 0.179962 10.0.0.242 - - [2026-01-15 04:19:20] "POST /neutron/network HTTP/1.1" 200 799 0.007521 10.0.0.73 - - [2026-01-15 04:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.73 - - [2026-01-15 04:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004922 10.0.0.73 - - [2026-01-15 04:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003773 10.0.0.242 - - [2026-01-15 04:19:20] "POST /neutron/network HTTP/1.1" 200 151 0.118809 10.0.0.73 - - [2026-01-15 04:19:20] "DELETE /route-target/dbd84a97-f594-4bc0-832e-f12740a3ff10 HTTP/1.1" 200 115 0.036351 10.0.0.242 - - [2026-01-15 04:19:20] "POST /ref-update HTTP/1.1" 200 156 0.077551 10.0.0.242 - - [2026-01-15 04:19:20] "GET /virtual-network/a4121175-df6b-4198-b1d4-f2044c77d113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.012780 10.0.0.242 - - [2026-01-15 04:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.242 - - [2026-01-15 04:19:20] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006949 10.0.0.73 - - [2026-01-15 04:19:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.003338 10.0.0.242 - - [2026-01-15 04:19:20] "POST /ref-update HTTP/1.1" 200 156 0.061243 10.0.0.73 - - [2026-01-15 04:19:20] "DELETE /access-control-list/843369b8-b7c8-4d9b-9a5d-2ea27f2e7b10 HTTP/1.1" 200 115 0.054003 10.0.0.242 - - [2026-01-15 04:19:20] "GET /virtual-network/16c18493-bee0-4082-bc23-b5d09d748e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009830 10.0.0.242 - - [2026-01-15 04:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2026-01-15 04:19:20] "GET /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004333 10.0.0.242 - - [2026-01-15 04:19:20] "DELETE /network-policy/4cee60a3-bb81-47f8-adfb-fa6400fa3496 HTTP/1.1" 200 115 0.038611 10.0.0.242 - - [2026-01-15 04:19:21] "POST /neutron/network HTTP/1.1" 200 975 0.012659 10.0.0.242 - - [2026-01-15 04:19:21] "POST /neutron/port HTTP/1.1" 200 1207 0.014497 10.0.0.242 - - [2026-01-15 04:19:21] "POST /neutron/port HTTP/1.1" 200 1206 0.031027 10.0.0.73 - - [2026-01-15 04:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003969 10.0.0.73 - - [2026-01-15 04:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.73 - - [2026-01-15 04:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.73 - - [2026-01-15 04:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.242 - - [2026-01-15 04:19:23] "POST /neutron/network HTTP/1.1" 200 151 0.138483 10.0.0.73 - - [2026-01-15 04:19:23] "DELETE /route-target/806d57a9-94c4-43d3-b8c9-21b9d81c2fde HTTP/1.1" 200 115 0.022830 10.0.0.242 - - [2026-01-15 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.73 - - [2026-01-15 04:19:24] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.242 - - [2026-01-15 04:19:24] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062827 10.0.0.242 - - [2026-01-15 04:19:24] "POST /neutron/network HTTP/1.1" 200 117 0.012418 10.0.0.73 - - [2026-01-15 04:19:25] "POST /route-targets HTTP/1.1" 200 327 0.011843 10.0.0.73 - - [2026-01-15 04:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009132 10.0.0.242 - - [2026-01-15 04:19:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.200381 10.0.0.242 - - [2026-01-15 04:19:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001675 10.0.0.242 - - [2026-01-15 04:19:25] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005692 10.0.0.242 - - [2026-01-15 04:19:25] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005094 10.0.0.242 - - [2026-01-15 04:19:25] "POST /neutron/network HTTP/1.1" 200 976 0.008418 10.0.0.242 - - [2026-01-15 04:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.73 - - [2026-01-15 04:19:25] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.242 - - [2026-01-15 04:19:25] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061194 10.0.0.242 - - [2026-01-15 04:19:25] "POST /neutron/network HTTP/1.1" 200 117 0.016103 10.0.0.73 - - [2026-01-15 04:19:26] "POST /ref-update HTTP/1.1" 200 156 0.032335 10.0.0.73 - - [2026-01-15 04:19:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.004422 10.0.0.73 - - [2026-01-15 04:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006977 10.0.0.242 - - [2026-01-15 04:19:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.230762 10.0.0.242 - - [2026-01-15 04:19:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001256 10.0.0.242 - - [2026-01-15 04:19:26] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005332 10.0.0.242 - - [2026-01-15 04:19:26] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007627 10.0.0.242 - - [2026-01-15 04:19:26] "POST /neutron/network HTTP/1.1" 200 974 0.012071 10.0.0.242 - - [2026-01-15 04:19:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001734 10.0.0.242 - - [2026-01-15 04:19:26] "POST /neutron/network HTTP/1.1" 200 986 0.007468 10.0.0.73 - - [2026-01-15 04:19:27] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.242 - - [2026-01-15 04:19:27] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071557 10.0.0.242 - - [2026-01-15 04:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.005491 10.0.0.242 - - [2026-01-15 04:19:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001173 10.0.0.242 - - [2026-01-15 04:19:28] "POST /neutron/network HTTP/1.1" 200 986 0.007566 10.0.0.242 - - [2026-01-15 04:19:29] "POST /neutron/port HTTP/1.1" 200 1154 0.019927 10.0.0.73 - - [2026-01-15 04:19:29] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.242 - - [2026-01-15 04:19:29] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.115582 10.0.0.242 - - [2026-01-15 04:19:29] "POST /neutron/port HTTP/1.1" 200 1218 0.023413 10.0.0.242 - - [2026-01-15 04:19:29] "POST /neutron/subnet HTTP/1.1" 200 1277 0.018904 10.0.0.242 - - [2026-01-15 04:19:29] "POST /neutron/network HTTP/1.1" 200 976 0.011880 10.0.0.242 - - [2026-01-15 04:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.006191 10.0.0.242 - - [2026-01-15 04:19:30] "POST /neutron/network HTTP/1.1" 200 984 0.008740 10.0.0.242 - - [2026-01-15 04:19:30] "POST /neutron/port HTTP/1.1" 200 1152 0.019222 10.0.0.242 - - [2026-01-15 04:19:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.242 - - [2026-01-15 04:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.242 - - [2026-01-15 04:19:35] "POST /neutron/port HTTP/1.1" 200 1218 0.018070 10.0.0.242 - - [2026-01-15 04:19:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011847 10.0.0.242 - - [2026-01-15 04:19:35] "GET /virtual-machine/efa0b6d8-9a57-4d9b-8cbd-2830ad125355 HTTP/1.1" 200 1301 0.009115 10.0.0.242 - - [2026-01-15 04:19:35] "GET /virtual-machine-interface/453301cd-0176-40f5-b4bf-09a9277f1480 HTTP/1.1" 200 3157 0.006320 10.0.0.242 - - [2026-01-15 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.242 - - [2026-01-15 04:19:35] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004014 10.0.0.242 - - [2026-01-15 04:19:35] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002901 10.0.0.242 - - [2026-01-15 04:19:35] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006672 10.0.0.242 - - [2026-01-15 04:19:38] "POST /neutron/port HTTP/1.1" 200 1218 0.018300 10.0.0.242 - - [2026-01-15 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.242 - - [2026-01-15 04:19:38] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005122 10.0.0.242 - - [2026-01-15 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.242 - - [2026-01-15 04:19:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004532 10.0.0.242 - - [2026-01-15 04:19:40] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003790 10.0.0.242 - - [2026-01-15 04:19:40] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005549 10.0.0.242 - - [2026-01-15 04:19:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007429 10.0.0.242 - - [2026-01-15 04:19:41] "POST /neutron/port HTTP/1.1" 200 1216 0.024903 10.0.0.242 - - [2026-01-15 04:19:41] "GET /virtual-machine/1c7845e9-4228-4e40-91b1-d406831474a7 HTTP/1.1" 200 1300 0.006106 10.0.0.242 - - [2026-01-15 04:19:41] "GET /virtual-machine-interface/7ef0468a-9d91-4a3b-931f-c9dfa4d2f3a5 HTTP/1.1" 200 3157 0.005377 10.0.0.242 - - [2026-01-15 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.242 - - [2026-01-15 04:19:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004442 10.0.0.242 - - [2026-01-15 04:19:41] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004050 10.0.0.242 - - [2026-01-15 04:19:41] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005548 10.0.0.242 - - [2026-01-15 04:19:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006996 10.0.0.242 - - [2026-01-15 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.242 - - [2026-01-15 04:19:44] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005332 10.0.0.242 - - [2026-01-15 04:19:46] "POST /neutron/network HTTP/1.1" 200 986 0.006151 10.0.0.242 - - [2026-01-15 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.242 - - [2026-01-15 04:19:46] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003730 10.0.0.242 - - [2026-01-15 04:19:46] "POST /neutron/subnet HTTP/1.1" 200 1277 0.014931 10.0.0.242 - - [2026-01-15 04:19:46] "GET /virtual-networks?parent_id=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002633 10.0.0.242 - - [2026-01-15 04:19:46] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005897 10.0.0.242 - - [2026-01-15 04:19:46] "POST /neutron/network HTTP/1.1" 200 976 0.009561 10.0.0.242 - - [2026-01-15 04:19:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.006422 10.0.0.242 - - [2026-01-15 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.73 - - [2026-01-15 04:19:46] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.242 - - [2026-01-15 04:19:46] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057987 10.0.0.242 - - [2026-01-15 04:19:46] "POST /network-policys HTTP/1.1" 200 533 0.028057 10.0.0.242 - - [2026-01-15 04:19:46] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005969 10.0.0.242 - - [2026-01-15 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.242 - - [2026-01-15 04:19:46] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006263 10.0.0.242 - - [2026-01-15 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.242 - - [2026-01-15 04:19:47] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003942 10.0.0.242 - - [2026-01-15 04:19:47] "POST /ref-update HTTP/1.1" 200 156 0.054728 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.242 - - [2026-01-15 04:19:47] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.015874 10.0.0.242 - - [2026-01-15 04:19:47] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.008272 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.242 - - [2026-01-15 04:19:47] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003739 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.242 - - [2026-01-15 04:19:47] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005438 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.242 - - [2026-01-15 04:19:47] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004414 10.0.0.73 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.028375 10.0.0.73 - - [2026-01-15 04:19:47] "PUT /access-control-list/8641529f-8360-4c86-865e-da28178b0962 HTTP/1.1" 200 272 0.033951 10.0.0.242 - - [2026-01-15 04:19:47] "POST /ref-update HTTP/1.1" 200 156 0.082206 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.73 - - [2026-01-15 04:19:47] "POST /ref-update HTTP/1.1" 200 156 0.028114 10.0.0.242 - - [2026-01-15 04:19:47] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003935 10.0.0.242 - - [2026-01-15 04:19:47] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.008942 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.242 - - [2026-01-15 04:19:47] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004455 10.0.0.242 - - [2026-01-15 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.73 - - [2026-01-15 04:19:47] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.242 - - [2026-01-15 04:19:47] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035521 10.0.0.242 - - [2026-01-15 04:19:47] "POST /neutron/network HTTP/1.1" 200 117 0.016861 10.0.0.33 - - [2026-01-15 04:19:48] "GET /obj-perms HTTP/1.1" 200 5075 0.125628 10.0.0.242 - - [2026-01-15 04:19:48] "POST /neutron/network HTTP/1.1" 200 799 0.009218 10.0.0.242 - - [2026-01-15 04:19:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001106 10.0.0.242 - - [2026-01-15 04:19:48] "GET /virtual-network/7c80f738-95f6-442e-9417-d13c4ac86266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005112 10.0.0.242 - - [2026-01-15 04:19:48] "GET /virtual-network/7c80f738-95f6-442e-9417-d13c4ac86266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005576 10.0.0.242 - - [2026-01-15 04:19:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.015383 10.0.0.242 - - [2026-01-15 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.73 - - [2026-01-15 04:19:48] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.242 - - [2026-01-15 04:19:48] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043090 10.0.0.73 - - [2026-01-15 04:19:48] "POST /route-targets HTTP/1.1" 200 327 0.015346 10.0.0.73 - - [2026-01-15 04:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007428 10.0.0.242 - - [2026-01-15 04:19:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.175894 10.0.0.242 - - [2026-01-15 04:19:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001176 10.0.0.242 - - [2026-01-15 04:19:49] "GET /virtual-network/cd720e71-2c0d-487e-9067-7f18b6ff247e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005848 10.0.0.242 - - [2026-01-15 04:19:49] "GET /virtual-network/cd720e71-2c0d-487e-9067-7f18b6ff247e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005419 10.0.0.242 - - [2026-01-15 04:19:49] "POST /neutron/network HTTP/1.1" 200 799 0.007052 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.002909 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.73 - - [2026-01-15 04:19:49] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001335 10.0.0.242 - - [2026-01-15 04:19:49] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058645 10.0.0.242 - - [2026-01-15 04:19:49] "POST /network-policys HTTP/1.1" 200 587 0.028036 10.0.0.242 - - [2026-01-15 04:19:49] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007296 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.242 - - [2026-01-15 04:19:49] "GET /virtual-network/7c80f738-95f6-442e-9417-d13c4ac86266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006200 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2026-01-15 04:19:49] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006177 10.0.0.242 - - [2026-01-15 04:19:49] "POST /ref-update HTTP/1.1" 200 156 0.058587 10.0.0.73 - - [2026-01-15 04:19:49] "POST /access-control-lists HTTP/1.1" 200 554 0.052723 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.242 - - [2026-01-15 04:19:49] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003875 10.0.0.242 - - [2026-01-15 04:19:49] "GET /virtual-network/7c80f738-95f6-442e-9417-d13c4ac86266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006945 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.242 - - [2026-01-15 04:19:49] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004910 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2026-01-15 04:19:49] "GET /virtual-network/cd720e71-2c0d-487e-9067-7f18b6ff247e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008138 10.0.0.242 - - [2026-01-15 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.242 - - [2026-01-15 04:19:49] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004578 10.0.0.242 - - [2026-01-15 04:19:49] "POST /ref-update HTTP/1.1" 200 156 0.068661 10.0.0.242 - - [2026-01-15 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005515 10.0.0.73 - - [2026-01-15 04:19:50] "POST /access-control-lists HTTP/1.1" 200 554 0.042420 10.0.0.242 - - [2026-01-15 04:19:50] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004397 10.0.0.242 - - [2026-01-15 04:19:50] "POST /neutron/network HTTP/1.1" 200 912 0.010629 10.0.0.242 - - [2026-01-15 04:19:50] "GET /virtual-network/cd720e71-2c0d-487e-9067-7f18b6ff247e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008263 10.0.0.242 - - [2026-01-15 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006073 10.0.0.242 - - [2026-01-15 04:19:50] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003674 10.0.0.242 - - [2026-01-15 04:19:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001230 10.0.0.242 - - [2026-01-15 04:19:50] "POST /neutron/network HTTP/1.1" 200 922 0.006779 10.0.0.73 - - [2026-01-15 04:19:51] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.242 - - [2026-01-15 04:19:51] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086390 10.0.0.242 - - [2026-01-15 04:19:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006930 10.0.0.242 - - [2026-01-15 04:19:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001215 10.0.0.242 - - [2026-01-15 04:19:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009187 10.0.0.73 - - [2026-01-15 04:19:52] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.242 - - [2026-01-15 04:19:52] "POST /neutron/port HTTP/1.1" 200 1063 0.286468 10.0.0.242 - - [2026-01-15 04:19:52] "POST /neutron/port HTTP/1.1" 200 1117 0.113658 10.0.0.242 - - [2026-01-15 04:19:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.009114 10.0.0.73 - - [2026-01-15 04:19:53] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.242 - - [2026-01-15 04:19:53] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069258 10.0.0.242 - - [2026-01-15 04:19:53] "POST /neutron/network HTTP/1.1" 200 912 0.006329 10.0.0.242 - - [2026-01-15 04:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.008546 10.0.0.242 - - [2026-01-15 04:19:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003993 10.0.0.242 - - [2026-01-15 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.242 - - [2026-01-15 04:19:53] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006287 10.0.0.242 - - [2026-01-15 04:19:54] "POST /neutron/port HTTP/1.1" 200 1063 0.016925 10.0.0.242 - - [2026-01-15 04:19:54] "POST /neutron/port HTTP/1.1" 200 1127 0.020139 10.0.0.242 - - [2026-01-15 04:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.242 - - [2026-01-15 04:19:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003073 10.0.0.242 - - [2026-01-15 04:19:54] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004678 10.0.0.242 - - [2026-01-15 04:19:54] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003551 10.0.0.242 - - [2026-01-15 04:19:54] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.026571 10.0.0.242 - - [2026-01-15 04:19:54] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.046847 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006912 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007919 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.049266 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.043737 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007942 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003813 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.039876 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.053015 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004233 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004699 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.023160 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003631 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006508 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007185 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.052608 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.044969 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004906 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006806 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.042615 10.0.0.242 - - [2026-01-15 04:19:55] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.045965 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008928 10.0.0.242 - - [2026-01-15 04:19:55] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005630 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.043461 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.034110 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004285 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004444 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.018875 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002975 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004373 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003560 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.030368 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.047499 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004206 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007988 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.051459 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.043095 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006630 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004230 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.041075 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.052492 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007922 10.0.0.242 - - [2026-01-15 04:19:56] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007792 10.0.0.242 - - [2026-01-15 04:19:56] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.026431 10.0.0.242 - - [2026-01-15 04:19:57] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004465 10.0.0.242 - - [2026-01-15 04:19:57] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005224 10.0.0.242 - - [2026-01-15 04:19:57] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.019134 10.0.0.242 - - [2026-01-15 04:19:57] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004747 10.0.0.242 - - [2026-01-15 04:19:57] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005957 10.0.0.242 - - [2026-01-15 04:19:57] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.017572 10.0.0.242 - - [2026-01-15 04:19:57] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006174 10.0.0.242 - - [2026-01-15 04:19:57] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005092 10.0.0.242 - - [2026-01-15 04:19:57] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.023514 10.0.0.242 - - [2026-01-15 04:20:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007511 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.009479 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004749 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004365 10.0.0.242 - - [2026-01-15 04:20:07] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.033609 10.0.0.242 - - [2026-01-15 04:20:07] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.060438 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.016888 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.015407 10.0.0.242 - - [2026-01-15 04:20:07] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.051084 10.0.0.242 - - [2026-01-15 04:20:07] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.066334 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.009658 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004733 10.0.0.242 - - [2026-01-15 04:20:07] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.034278 10.0.0.242 - - [2026-01-15 04:20:07] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.034322 10.0.0.242 - - [2026-01-15 04:20:07] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005652 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005153 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.025436 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004594 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004201 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004759 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.030432 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.050342 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004188 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004048 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.066130 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.052016 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004487 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.012446 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.041928 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.052070 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005063 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004005 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.025235 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003699 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004803 10.0.0.242 - - [2026-01-15 04:20:08] "GET /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005247 10.0.0.242 - - [2026-01-15 04:20:08] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.044787 10.0.0.242 - - [2026-01-15 04:20:09] "PUT /bgp-router/59f8c539-4dbd-4c77-a7a0-aa0444089bb1 HTTP/1.1" 200 254 0.056899 10.0.0.242 - - [2026-01-15 04:20:09] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009642 10.0.0.242 - - [2026-01-15 04:20:09] "GET /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005895 10.0.0.242 - - [2026-01-15 04:20:09] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.042525 10.0.0.242 - - [2026-01-15 04:20:09] "PUT /bgp-router/8fdd6d9f-7133-4ab1-a293-13acc61664c8 HTTP/1.1" 200 254 0.033755 10.0.0.242 - - [2026-01-15 04:20:09] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.010751 10.0.0.242 - - [2026-01-15 04:20:09] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.007044 10.0.0.242 - - [2026-01-15 04:20:09] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.045597 10.0.0.242 - - [2026-01-15 04:20:09] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.041470 10.0.0.242 - - [2026-01-15 04:20:09] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004793 10.0.0.242 - - [2026-01-15 04:20:09] "GET /bgp-router/20081524-7767-46ff-8867-228a32e71492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.008477 10.0.0.242 - - [2026-01-15 04:20:09] "PUT /bgp-router/20081524-7767-46ff-8867-228a32e71492 HTTP/1.1" 200 254 0.023154 10.0.0.242 - - [2026-01-15 04:20:10] "POST /ref-update HTTP/1.1" 200 156 0.075619 10.0.0.242 - - [2026-01-15 04:20:10] "POST /neutron/network HTTP/1.1" 200 799 0.030831 10.0.0.73 - - [2026-01-15 04:20:10] "DELETE /access-control-list/b4bfb711-b2f0-4f01-b8b8-6392b6f238e9 HTTP/1.1" 200 115 0.077850 10.0.0.242 - - [2026-01-15 04:20:10] "GET /virtual-network/cd720e71-2c0d-487e-9067-7f18b6ff247e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.013269 10.0.0.242 - - [2026-01-15 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006120 10.0.0.242 - - [2026-01-15 04:20:10] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007557 10.0.0.242 - - [2026-01-15 04:20:10] "POST /ref-update HTTP/1.1" 200 156 0.093616 10.0.0.73 - - [2026-01-15 04:20:10] "POST /ref-update HTTP/1.1" 200 156 0.052099 10.0.0.242 - - [2026-01-15 04:20:10] "GET /virtual-network/7c80f738-95f6-442e-9417-d13c4ac86266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.013706 10.0.0.242 - - [2026-01-15 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.242 - - [2026-01-15 04:20:10] "GET /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005529 10.0.0.242 - - [2026-01-15 04:20:10] "DELETE /network-policy/124787ff-e4c5-460a-a1ad-dbdf2f57ab4e HTTP/1.1" 200 115 0.043510 10.0.0.242 - - [2026-01-15 04:20:10] "POST /neutron/port HTTP/1.1" 200 1127 0.036711 10.0.0.242 - - [2026-01-15 04:20:10] "POST /neutron/network HTTP/1.1" 400 204 0.025515 10.0.0.242 - - [2026-01-15 04:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.392807 10.0.0.242 - - [2026-01-15 04:20:12] "POST /neutron/network HTTP/1.1" 200 799 0.008730 10.0.0.73 - - [2026-01-15 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016574 10.0.0.242 - - [2026-01-15 04:20:13] "POST /ref-update HTTP/1.1" 200 156 0.065068 10.0.0.242 - - [2026-01-15 04:20:13] "GET /virtual-network/aa3a96cd-0990-4ac4-b7fe-bbf685a5e98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007464 10.0.0.242 - - [2026-01-15 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.73 - - [2026-01-15 04:20:13] "POST /ref-update HTTP/1.1" 200 156 0.024618 10.0.0.242 - - [2026-01-15 04:20:13] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.014128 10.0.0.242 - - [2026-01-15 04:20:13] "POST /ref-update HTTP/1.1" 200 156 0.085986 10.0.0.242 - - [2026-01-15 04:20:13] "POST /neutron/network HTTP/1.1" 200 976 0.019431 10.0.0.242 - - [2026-01-15 04:20:13] "GET /virtual-network/7594b7bd-39c8-4692-8f25-0a1e5fc8b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006523 10.0.0.242 - - [2026-01-15 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007592 10.0.0.242 - - [2026-01-15 04:20:13] "GET /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003797 10.0.0.242 - - [2026-01-15 04:20:13] "DELETE /network-policy/04fe8999-57f9-44c1-8451-e6390dde58c7 HTTP/1.1" 200 115 0.057506 10.0.0.242 - - [2026-01-15 04:20:14] "POST /neutron/port HTTP/1.1" 200 1216 0.020826 10.0.0.242 - - [2026-01-15 04:20:14] "POST /neutron/port HTTP/1.1" 200 151 0.304692 10.0.0.242 - - [2026-01-15 04:20:16] "POST /neutron/network HTTP/1.1" 200 974 0.010314 10.0.0.73 - - [2026-01-15 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005880 10.0.0.73 - - [2026-01-15 04:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002558 10.0.0.73 - - [2026-01-15 04:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004641 10.0.0.73 - - [2026-01-15 04:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.73 - - [2026-01-15 04:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002406 10.0.0.242 - - [2026-01-15 04:20:16] "POST /neutron/network HTTP/1.1" 200 151 0.166509 10.0.0.73 - - [2026-01-15 04:20:16] "DELETE /route-target/95acfef2-8c2a-4456-b3b3-61a2fbdcfd49 HTTP/1.1" 200 115 0.030582 10.0.0.73 - - [2026-01-15 04:20:17] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.242 - - [2026-01-15 04:20:17] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039377 10.0.0.73 - - [2026-01-15 04:20:17] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.242 - - [2026-01-15 04:20:17] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?fields=virtual_networks HTTP/1.1" 200 1049 0.036009 10.0.0.73 - - [2026-01-15 04:20:17] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001629 10.0.0.242 - - [2026-01-15 04:20:18] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.043586 10.0.0.73 - - [2026-01-15 04:20:18] "GET /projects?obj_uuids=974e2f85-62ae-44de-92a6-b15f150e865f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.242 - - [2026-01-15 04:20:18] "GET /project/974e2f85-62ae-44de-92a6-b15f150e865f?fields=security_groups HTTP/1.1" 200 1283 0.039106 10.0.0.242 - - [2026-01-15 04:20:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.033504 10.0.0.73 - - [2026-01-15 04:20:19] "GET /projects?obj_uuids=777b024f-a7b4-48a7-bd31-ac3746f28a7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004431 10.0.0.73 - - [2026-01-15 04:20:19] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001557 10.0.0.73 - - [2026-01-15 04:20:19] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010554 10.0.0.73 - - [2026-01-15 04:20:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.003249 10.0.0.73 - - [2026-01-15 04:20:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003536 10.0.0.73 - - [2026-01-15 04:20:19] "POST /security-groups HTTP/1.1" 200 586 0.030579 10.0.0.73 - - [2026-01-15 04:20:19] "POST /projects HTTP/1.1" 200 575 0.239936 10.0.0.73 - - [2026-01-15 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.297643 10.0.0.73 - - [2026-01-15 04:20:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.011121 10.0.0.242 - - [2026-01-15 04:20:19] "GET /project/777b024f-a7b4-48a7-bd31-ac3746f28a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.468541 10.0.0.242 - - [2026-01-15 04:20:21] "GET / HTTP/1.1" 200 35931 0.001461 10.0.0.242 - - [2026-01-15 04:20:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000703 10.0.0.242 - - [2026-01-15 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.043141 10.0.0.242 - - [2026-01-15 04:20:24] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004204 10.0.0.242 - - [2026-01-15 04:20:24] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003501 10.0.0.242 - - [2026-01-15 04:20:24] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003584 10.0.0.242 - - [2026-01-15 04:20:24] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.012774 10.0.0.242 - - [2026-01-15 04:20:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.033202 10.0.0.73 - - [2026-01-15 04:20:26] "GET /projects?obj_uuids=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002744 10.0.0.73 - - [2026-01-15 04:20:26] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.73 - - [2026-01-15 04:20:26] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006473 10.0.0.73 - - [2026-01-15 04:20:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.001031 10.0.0.73 - - [2026-01-15 04:20:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.007087 10.0.0.73 - - [2026-01-15 04:20:27] "POST /security-groups HTTP/1.1" 200 586 0.041397 10.0.0.73 - - [2026-01-15 04:20:27] "POST /projects HTTP/1.1" 200 575 0.264224 10.0.0.73 - - [2026-01-15 04:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.301360 10.0.0.73 - - [2026-01-15 04:20:27] "POST /access-control-lists HTTP/1.1" 200 591 0.028549 10.0.0.242 - - [2026-01-15 04:20:27] "GET /project/9a4a6512-cbb3-449c-8e6d-741717fdae48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.472669 10.0.0.242 - - [2026-01-15 04:20:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.037174 10.0.0.73 - - [2026-01-15 04:20:27] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002542 10.0.0.73 - - [2026-01-15 04:20:28] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.73 - - [2026-01-15 04:20:28] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007302 10.0.0.73 - - [2026-01-15 04:20:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001970 10.0.0.73 - - [2026-01-15 04:20:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.009053 10.0.0.73 - - [2026-01-15 04:20:28] "POST /security-groups HTTP/1.1" 200 586 0.035804 10.0.0.73 - - [2026-01-15 04:20:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003825 10.0.0.73 - - [2026-01-15 04:20:28] "POST /projects HTTP/1.1" 200 575 0.236438 10.0.0.73 - - [2026-01-15 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.277811 10.0.0.73 - - [2026-01-15 04:20:28] "POST /access-control-lists HTTP/1.1" 200 589 0.035281 10.0.0.242 - - [2026-01-15 04:20:28] "GET /project/64bee98f-ce61-4845-994b-ce2295b73fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.483522 10.0.0.242 - - [2026-01-15 04:20:29] "GET / HTTP/1.1" 200 35931 0.002979 10.0.0.242 - - [2026-01-15 04:20:30] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.242 - - [2026-01-15 04:20:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.004341 10.0.0.242 - - [2026-01-15 04:20:30] "POST /api-access-lists HTTP/1.1" 200 521 0.021880 10.0.0.242 - - [2026-01-15 04:20:30] "GET /api-access-list/691f6ede-e63a-483e-b6e6-0b3092c0b106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005601 10.0.0.242 - - [2026-01-15 04:20:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000568 10.0.0.242 - - [2026-01-15 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.117195 10.0.0.73 - - [2026-01-15 04:20:31] "GET /projects?obj_uuids=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.242 - - [2026-01-15 04:20:31] "GET /project/9a4a6512-cbb3-449c-8e6d-741717fdae48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.065000 10.0.0.242 - - [2026-01-15 04:20:31] "GET /virtual-networks?parent_id=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018792 10.0.0.242 - - [2026-01-15 04:20:32] "POST /virtual-networks HTTP/1.1" 200 568 0.101273 10.0.0.242 - - [2026-01-15 04:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020888 10.0.0.242 - - [2026-01-15 04:20:32] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.016154 10.0.0.73 - - [2026-01-15 04:20:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010964 10.0.0.242 - - [2026-01-15 04:20:32] "POST /ref-update HTTP/1.1" 200 156 0.114983 10.0.0.242 - - [2026-01-15 04:20:32] "GET /virtual-network/6ee1f006-3213-46b3-9a1c-6cd2cf426164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.020577 10.0.0.242 - - [2026-01-15 04:20:32] "POST /neutron/network HTTP/1.1" 200 832 0.062014 10.0.0.242 - - [2026-01-15 04:20:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.242 - - [2026-01-15 04:20:34] "GET /obj-perms HTTP/1.1" 200 4934 0.099952 10.0.0.242 - - [2026-01-15 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.040500 10.0.0.242 - - [2026-01-15 04:20:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.076258 10.0.0.242 - - [2026-01-15 04:20:35] "POST /id-to-fqname HTTP/1.1" 401 293 0.000344 10.0.0.242 - - [2026-01-15 04:20:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.047326 10.0.0.73 - - [2026-01-15 04:20:37] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001278 10.0.0.242 - - [2026-01-15 04:20:37] "GET /project/64bee98f-ce61-4845-994b-ce2295b73fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.090296 10.0.0.242 - - [2026-01-15 04:20:37] "POST /neutron/network HTTP/1.1" 200 832 0.008305 10.0.0.242 - - [2026-01-15 04:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.038206 10.0.0.73 - - [2026-01-15 04:20:38] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001398 10.0.0.242 - - [2026-01-15 04:20:39] "POST /neutron/port HTTP/1.1" 200 1056 0.592600 10.0.0.242 - - [2026-01-15 04:20:39] "POST /neutron/port HTTP/1.1" 200 1110 0.113506 10.0.0.242 - - [2026-01-15 04:20:39] "POST /neutron/subnet HTTP/1.1" 200 652 0.009473 10.0.0.242 - - [2026-01-15 04:20:43] "POST /neutron/port HTTP/1.1" 200 1120 0.023478 10.0.0.242 - - [2026-01-15 04:20:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008734 10.0.0.242 - - [2026-01-15 04:20:43] "POST /neutron/port HTTP/1.1" 200 1120 0.021463 10.0.0.242 - - [2026-01-15 04:20:43] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 401 293 0.000394 10.0.0.242 - - [2026-01-15 04:20:43] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 200 1288 0.056632 10.0.0.242 - - [2026-01-15 04:20:44] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 200 1288 0.021369 10.0.0.242 - - [2026-01-15 04:20:44] "GET /virtual-machine-interface/a8bf7596-fb68-425a-a2e3-77ab0808919b HTTP/1.1" 200 2531 0.025160 10.0.0.242 - - [2026-01-15 04:20:44] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 200 1288 0.018025 10.0.0.242 - - [2026-01-15 04:20:44] "GET /virtual-machine-interface/a8bf7596-fb68-425a-a2e3-77ab0808919b HTTP/1.1" 200 2531 0.022094 10.0.0.242 - - [2026-01-15 04:20:44] "GET /instance-ip/c37bc132-f830-4b2f-8736-4bf3194e9e5f HTTP/1.1" 200 1626 0.019014 10.0.0.242 - - [2026-01-15 04:20:44] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 200 1288 0.018972 10.0.0.242 - - [2026-01-15 04:20:44] "GET /virtual-machine-interface/a8bf7596-fb68-425a-a2e3-77ab0808919b HTTP/1.1" 200 2531 0.024679 10.0.0.242 - - [2026-01-15 04:20:44] "GET /instance-ip/c37bc132-f830-4b2f-8736-4bf3194e9e5f HTTP/1.1" 200 1626 0.019428 10.0.0.242 - - [2026-01-15 04:20:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.017608 10.0.0.242 - - [2026-01-15 04:20:44] "GET / HTTP/1.1" 200 35931 0.002469 10.0.0.242 - - [2026-01-15 04:20:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.039075 10.0.0.242 - - [2026-01-15 04:20:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003931 10.0.0.242 - - [2026-01-15 04:20:45] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016043 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.020589 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.242 - - [2026-01-15 04:20:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004284 10.0.0.242 - - [2026-01-15 04:20:45] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018731 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.021501 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.242 - - [2026-01-15 04:20:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004009 10.0.0.242 - - [2026-01-15 04:20:45] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016628 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.017772 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.242 - - [2026-01-15 04:20:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003962 10.0.0.242 - - [2026-01-15 04:20:45] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017460 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.023183 10.0.0.242 - - [2026-01-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.242 - - [2026-01-15 04:20:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003886 10.0.0.242 - - [2026-01-15 04:20:45] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016719 10.0.0.242 - - [2026-01-15 04:20:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006702 10.0.0.242 - - [2026-01-15 04:20:48] "POST /neutron/network HTTP/1.1" 200 842 0.007498 10.0.0.242 - - [2026-01-15 04:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.73 - - [2026-01-15 04:20:48] "GET /obj-perms HTTP/1.1" 200 5075 0.078657 10.0.0.242 - - [2026-01-15 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.016812 10.0.0.242 - - [2026-01-15 04:20:48] "GET /virtual-network/6ee1f006-3213-46b3-9a1c-6cd2cf426164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.017277 10.0.0.242 - - [2026-01-15 04:20:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.017675 10.0.0.242 - - [2026-01-15 04:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.242 - - [2026-01-15 04:20:50] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003368 10.0.0.242 - - [2026-01-15 04:20:50] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014261 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.017175 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.242 - - [2026-01-15 04:20:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003424 10.0.0.242 - - [2026-01-15 04:20:51] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016067 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 403 361 0.017030 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.242 - - [2026-01-15 04:20:51] "GET /routing-instance/c6b291ba-f13c-4ce2-8c7a-d347dc0c668d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005687 10.0.0.242 - - [2026-01-15 04:20:51] "GET /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018205 10.0.0.242 - - [2026-01-15 04:20:51] "GET /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004562 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.017334 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.242 - - [2026-01-15 04:20:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003860 10.0.0.242 - - [2026-01-15 04:20:51] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014635 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 403 361 0.016609 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.242 - - [2026-01-15 04:20:51] "GET /routing-instance/c6b291ba-f13c-4ce2-8c7a-d347dc0c668d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004049 10.0.0.242 - - [2026-01-15 04:20:51] "GET /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015615 10.0.0.242 - - [2026-01-15 04:20:51] "GET /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003286 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.014974 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.242 - - [2026-01-15 04:20:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002998 10.0.0.242 - - [2026-01-15 04:20:51] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023821 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.014793 10.0.0.242 - - [2026-01-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.242 - - [2026-01-15 04:20:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003885 10.0.0.242 - - [2026-01-15 04:20:51] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016307 10.0.0.242 - - [2026-01-15 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.242 - - [2026-01-15 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.73 - - [2026-01-15 04:20:52] "GET /obj-perms HTTP/1.1" 200 4934 0.081580 10.0.0.242 - - [2026-01-15 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.242 - - [2026-01-15 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.73 - - [2026-01-15 04:20:53] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016002 10.0.0.242 - - [2026-01-15 04:20:53] "GET /obj-perms HTTP/1.1" 200 4934 0.051974 10.0.0.242 - - [2026-01-15 04:20:54] "GET /obj-perms HTTP/1.1" 200 5039 0.091151 10.0.0.242 - - [2026-01-15 04:20:55] "GET /obj-perms HTTP/1.1" 200 4934 0.092889 10.0.0.242 - - [2026-01-15 04:20:55] "GET /obj-perms HTTP/1.1" 200 4934 0.015074 10.0.0.33 - - [2026-01-15 04:20:56] "GET /obj-perms HTTP/1.1" 200 4934 0.097436 10.0.0.242 - - [2026-01-15 04:20:56] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 200 1288 0.017848 10.0.0.242 - - [2026-01-15 04:20:57] "POST /neutron/port HTTP/1.1" 200 1110 0.025644 10.0.0.73 - - [2026-01-15 04:20:57] "DELETE /access-control-list/7f402122-4668-41b1-958b-0c95ba02f2a3 HTTP/1.1" 200 115 0.032180 10.0.0.242 - - [2026-01-15 04:20:58] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 404 171 0.018855 10.0.0.242 - - [2026-01-15 04:20:58] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 404 171 0.013613 10.0.0.242 - - [2026-01-15 04:20:58] "GET /virtual-machine/e5c4930e-c824-49d3-92ec-3efd6da2c19d HTTP/1.1" 404 171 0.015007 10.0.0.242 - - [2026-01-15 04:20:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.016245 10.0.0.242 - - [2026-01-15 04:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.242 - - [2026-01-15 04:20:58] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003371 10.0.0.242 - - [2026-01-15 04:20:58] "GET /virtual-networks?parent_id=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016055 10.0.0.242 - - [2026-01-15 04:20:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.016125 10.0.0.242 - - [2026-01-15 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2026-01-15 04:20:59] "GET /routing-instance/c6b291ba-f13c-4ce2-8c7a-d347dc0c668d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004173 10.0.0.242 - - [2026-01-15 04:20:59] "GET /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014418 10.0.0.242 - - [2026-01-15 04:20:59] "GET /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003718 10.0.0.242 - - [2026-01-15 04:20:59] "GET /obj-perms HTTP/1.1" 200 4934 0.014659 10.0.0.242 - - [2026-01-15 04:20:59] "GET /obj-perms HTTP/1.1" 200 5039 0.004051 10.0.0.33 - - [2026-01-15 04:21:03] "GET /obj-perms HTTP/1.1" 200 5039 0.072864 10.0.0.73 - - [2026-01-15 04:21:05] "DELETE /project/64bee98fce614845994bce2295b73fb0 HTTP/1.1" 404 173 0.005349 10.0.0.73 - - [2026-01-15 04:21:05] "DELETE /project/9a4a6512cbb3449c8e6d741717fdae48 HTTP/1.1" 404 173 0.005624 10.0.0.73 - - [2026-01-15 04:21:05] "DELETE /project/974e2f85-62ae-44de-92a6-b15f150e865f HTTP/1.1" 404 177 0.008569 10.0.0.73 - - [2026-01-15 04:21:05] "DELETE /project/777b024fa7b448a7bd31ac3746f28a7c HTTP/1.1" 404 173 0.005471 10.0.0.242 - - [2026-01-15 04:21:09] "GET /obj-perms HTTP/1.1" 200 5039 0.003644 10.0.0.33 - - [2026-01-15 04:21:12] "GET /obj-perms HTTP/1.1" 200 5039 0.004170 10.0.0.242 - - [2026-01-15 04:21:12] "GET /obj-perms HTTP/1.1" 200 5039 0.004371 10.0.0.73 - - [2026-01-15 04:21:13] "GET /obj-perms HTTP/1.1" 200 5039 0.096260 10.0.0.73 - - [2026-01-15 04:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003563 10.0.0.73 - - [2026-01-15 04:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004962 10.0.0.242 - - [2026-01-15 04:21:13] "DELETE /virtual-network/6ee1f006-3213-46b3-9a1c-6cd2cf426164 HTTP/1.1" 200 115 0.184613 10.0.0.73 - - [2026-01-15 04:21:13] "DELETE /route-target/d88dc2d9-9e1b-4643-b6db-429912f14817 HTTP/1.1" 200 115 0.036003 10.0.0.242 - - [2026-01-15 04:21:13] "DELETE /api-access-list/691f6ede-e63a-483e-b6e6-0b3092c0b106 HTTP/1.1" 200 115 0.046382 10.0.0.73 - - [2026-01-15 04:21:13] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.242 - - [2026-01-15 04:21:13] "GET /project/64bee98f-ce61-4845-994b-ce2295b73fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.051713 10.0.0.73 - - [2026-01-15 04:21:13] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.242 - - [2026-01-15 04:21:13] "GET /project/64bee98f-ce61-4845-994b-ce2295b73fb0?fields=virtual_networks HTTP/1.1" 200 1022 0.051605 10.0.0.73 - - [2026-01-15 04:21:13] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001465 10.0.0.242 - - [2026-01-15 04:21:14] "GET /project/64bee98f-ce61-4845-994b-ce2295b73fb0?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.055871 10.0.0.73 - - [2026-01-15 04:21:14] "GET /projects?obj_uuids=64bee98f-ce61-4845-994b-ce2295b73fb0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.242 - - [2026-01-15 04:21:14] "GET /project/64bee98f-ce61-4845-994b-ce2295b73fb0?fields=security_groups HTTP/1.1" 200 1243 0.042224 10.0.0.73 - - [2026-01-15 04:21:14] "GET /projects?obj_uuids=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.242 - - [2026-01-15 04:21:14] "GET /project/9a4a6512-cbb3-449c-8e6d-741717fdae48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.063236 10.0.0.73 - - [2026-01-15 04:21:14] "GET /projects?obj_uuids=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.242 - - [2026-01-15 04:21:14] "GET /project/9a4a6512-cbb3-449c-8e6d-741717fdae48?fields=virtual_networks HTTP/1.1" 200 1023 0.056645 10.0.0.73 - - [2026-01-15 04:21:14] "GET /projects?obj_uuids=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.242 - - [2026-01-15 04:21:14] "GET /project/9a4a6512-cbb3-449c-8e6d-741717fdae48?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.039006 10.0.0.73 - - [2026-01-15 04:21:15] "GET /projects?obj_uuids=9a4a6512-cbb3-449c-8e6d-741717fdae48&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.242 - - [2026-01-15 04:21:15] "GET /project/9a4a6512-cbb3-449c-8e6d-741717fdae48?fields=security_groups HTTP/1.1" 200 1244 0.047858 10.0.0.242 - - [2026-01-15 04:21:18] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004278 10.0.0.242 - - [2026-01-15 04:21:18] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.010865 10.0.0.73 - - [2026-01-15 04:21:18] "GET /projects?obj_uuids=777b024f-a7b4-48a7-bd31-ac3746f28a7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.242 - - [2026-01-15 04:21:18] "GET /project/777b024f-a7b4-48a7-bd31-ac3746f28a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.040264 10.0.0.73 - - [2026-01-15 04:21:18] "GET /projects?obj_uuids=777b024f-a7b4-48a7-bd31-ac3746f28a7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.242 - - [2026-01-15 04:21:18] "GET /project/777b024f-a7b4-48a7-bd31-ac3746f28a7c?fields=virtual_networks HTTP/1.1" 200 1022 0.044721 10.0.0.73 - - [2026-01-15 04:21:18] "GET /projects?obj_uuids=777b024f-a7b4-48a7-bd31-ac3746f28a7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.242 - - [2026-01-15 04:21:18] "GET /project/777b024f-a7b4-48a7-bd31-ac3746f28a7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.040640 10.0.0.73 - - [2026-01-15 04:21:18] "GET /projects?obj_uuids=777b024f-a7b4-48a7-bd31-ac3746f28a7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.242 - - [2026-01-15 04:21:18] "GET /project/777b024f-a7b4-48a7-bd31-ac3746f28a7c?fields=security_groups HTTP/1.1" 200 1243 0.037492 10.0.0.242 - - [2026-01-15 04:21:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.043099 10.0.0.73 - - [2026-01-15 04:21:19] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003063 10.0.0.73 - - [2026-01-15 04:21:19] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.73 - - [2026-01-15 04:21:19] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007274 10.0.0.73 - - [2026-01-15 04:21:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001062 10.0.0.73 - - [2026-01-15 04:21:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.005159 10.0.0.73 - - [2026-01-15 04:21:19] "POST /security-groups HTTP/1.1" 200 591 0.074969 10.0.0.73 - - [2026-01-15 04:21:19] "POST /projects HTTP/1.1" 200 585 0.272082 10.0.0.73 - - [2026-01-15 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.308907 10.0.0.73 - - [2026-01-15 04:21:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.011133 10.0.0.242 - - [2026-01-15 04:21:20] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.464878 10.0.0.242 - - [2026-01-15 04:21:21] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.242 - - [2026-01-15 04:21:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000594 10.0.0.242 - - [2026-01-15 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.040810 10.0.0.242 - - [2026-01-15 04:21:24] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003710 10.0.0.242 - - [2026-01-15 04:21:24] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003201 10.0.0.242 - - [2026-01-15 04:21:24] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004244 10.0.0.242 - - [2026-01-15 04:21:24] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.012910 10.0.0.242 - - [2026-01-15 04:21:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.033227 10.0.0.73 - - [2026-01-15 04:21:26] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002996 10.0.0.73 - - [2026-01-15 04:21:26] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.73 - - [2026-01-15 04:21:26] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006936 10.0.0.73 - - [2026-01-15 04:21:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.003298 10.0.0.73 - - [2026-01-15 04:21:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.007454 10.0.0.73 - - [2026-01-15 04:21:26] "POST /security-groups HTTP/1.1" 200 591 0.028603 10.0.0.73 - - [2026-01-15 04:21:26] "POST /projects HTTP/1.1" 200 585 0.217132 10.0.0.73 - - [2026-01-15 04:21:26] "POST /access-control-lists HTTP/1.1" 200 596 0.031792 10.0.0.73 - - [2026-01-15 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.295639 10.0.0.242 - - [2026-01-15 04:21:26] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.443989 10.0.0.242 - - [2026-01-15 04:21:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.032110 10.0.0.73 - - [2026-01-15 04:21:27] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002424 10.0.0.73 - - [2026-01-15 04:21:27] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.73 - - [2026-01-15 04:21:27] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007769 10.0.0.73 - - [2026-01-15 04:21:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.004356 10.0.0.73 - - [2026-01-15 04:21:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.004132 10.0.0.73 - - [2026-01-15 04:21:27] "POST /security-groups HTTP/1.1" 200 591 0.033696 10.0.0.73 - - [2026-01-15 04:21:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.005793 10.0.0.73 - - [2026-01-15 04:21:27] "POST /projects HTTP/1.1" 200 585 0.239759 10.0.0.73 - - [2026-01-15 04:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.276030 10.0.0.242 - - [2026-01-15 04:21:27] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.473607 10.0.0.73 - - [2026-01-15 04:21:27] "POST /access-control-lists HTTP/1.1" 200 594 0.073141 10.0.0.242 - - [2026-01-15 04:21:28] "GET / HTTP/1.1" 200 35931 0.002895 10.0.0.242 - - [2026-01-15 04:21:29] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.242 - - [2026-01-15 04:21:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.003932 10.0.0.242 - - [2026-01-15 04:21:30] "POST /api-access-lists HTTP/1.1" 200 521 0.020451 10.0.0.242 - - [2026-01-15 04:21:30] "GET /api-access-list/3c773be6-6e46-4ae4-8a7c-ad322a484392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006107 10.0.0.242 - - [2026-01-15 04:21:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2026-01-15 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.061093 10.0.0.73 - - [2026-01-15 04:21:31] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.242 - - [2026-01-15 04:21:31] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060991 10.0.0.242 - - [2026-01-15 04:21:31] "GET /virtual-networks?parent_id=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028804 10.0.0.242 - - [2026-01-15 04:21:31] "POST /virtual-networks HTTP/1.1" 200 583 0.098980 10.0.0.242 - - [2026-01-15 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.033359 10.0.0.242 - - [2026-01-15 04:21:31] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.036709 10.0.0.73 - - [2026-01-15 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.008392 10.0.0.242 - - [2026-01-15 04:21:31] "POST /ref-update HTTP/1.1" 200 156 0.109735 10.0.0.242 - - [2026-01-15 04:21:32] "POST /neutron/network HTTP/1.1" 200 847 0.072171 10.0.0.242 - - [2026-01-15 04:21:32] "GET /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.020617 10.0.0.242 - - [2026-01-15 04:21:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000592 10.0.0.242 - - [2026-01-15 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.060490 10.0.0.73 - - [2026-01-15 04:21:32] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.242 - - [2026-01-15 04:21:32] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.062927 10.0.0.242 - - [2026-01-15 04:21:32] "GET /virtual-networks?parent_id=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017960 10.0.0.242 - - [2026-01-15 04:21:33] "POST /virtual-networks HTTP/1.1" 200 583 0.105815 10.0.0.242 - - [2026-01-15 04:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.017869 10.0.0.242 - - [2026-01-15 04:21:33] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.022470 10.0.0.73 - - [2026-01-15 04:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002834 10.0.0.242 - - [2026-01-15 04:21:33] "POST /ref-update HTTP/1.1" 200 156 0.079233 10.0.0.242 - - [2026-01-15 04:21:33] "POST /neutron/network HTTP/1.1" 200 847 0.112948 10.0.0.73 - - [2026-01-15 04:21:33] "POST /route-targets HTTP/1.1" 200 327 0.013546 10.0.0.242 - - [2026-01-15 04:21:33] "GET /virtual-network/aafa0243-4fa9-409a-b856-c229b34a3cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.021241 10.0.0.242 - - [2026-01-15 04:21:33] "POST /neutron/subnet HTTP/1.1" 200 674 0.038435 10.0.0.242 - - [2026-01-15 04:21:35] "GET /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.058498 10.0.0.242 - - [2026-01-15 04:21:35] "GET /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.046805 10.0.0.33 - - [2026-01-15 04:21:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000420 10.0.0.73 - - [2026-01-15 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.038162 10.0.0.242 - - [2026-01-15 04:21:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.027652 10.0.0.242 - - [2026-01-15 04:21:38] "GET /obj-perms HTTP/1.1" 200 5049 0.062221 10.0.0.242 - - [2026-01-15 04:21:38] "PUT /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329 HTTP/1.1" 200 264 0.058483 10.0.0.242 - - [2026-01-15 04:21:38] "GET /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013823 10.0.0.242 - - [2026-01-15 04:21:38] "GET /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.047006 10.0.0.33 - - [2026-01-15 04:21:39] "GET /obj-perms HTTP/1.1" 403 257 0.047771 10.0.0.73 - - [2026-01-15 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.242 - - [2026-01-15 04:21:39] "GET /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.018662 10.0.0.242 - - [2026-01-15 04:21:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.035542 10.0.0.242 - - [2026-01-15 04:21:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003898 10.0.0.242 - - [2026-01-15 04:21:40] "PUT /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329 HTTP/1.1" 200 264 0.051571 10.0.0.73 - - [2026-01-15 04:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005893 10.0.0.73 - - [2026-01-15 04:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.242 - - [2026-01-15 04:21:40] "DELETE /virtual-network/aafa0243-4fa9-409a-b856-c229b34a3cf3 HTTP/1.1" 200 115 0.125915 10.0.0.73 - - [2026-01-15 04:21:40] "DELETE /route-target/6adc6aaa-22b4-4eb7-a2cd-501fb3ffb2be HTTP/1.1" 200 115 0.023266 10.0.0.73 - - [2026-01-15 04:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002708 10.0.0.73 - - [2026-01-15 04:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003714 10.0.0.242 - - [2026-01-15 04:21:40] "DELETE /virtual-network/1be46be4-43f2-442d-862e-fdbee8f3d329 HTTP/1.1" 200 115 0.124844 10.0.0.242 - - [2026-01-15 04:21:40] "DELETE /api-access-list/3c773be6-6e46-4ae4-8a7c-ad322a484392 HTTP/1.1" 200 115 0.034614 10.0.0.73 - - [2026-01-15 04:21:40] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.242 - - [2026-01-15 04:21:40] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048083 10.0.0.73 - - [2026-01-15 04:21:40] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.242 - - [2026-01-15 04:21:40] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?fields=virtual_networks HTTP/1.1" 200 1033 0.051882 10.0.0.73 - - [2026-01-15 04:21:41] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.242 - - [2026-01-15 04:21:41] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036932 10.0.0.73 - - [2026-01-15 04:21:41] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000872 10.0.0.242 - - [2026-01-15 04:21:41] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?fields=security_groups HTTP/1.1" 200 1259 0.037034 10.0.0.73 - - [2026-01-15 04:21:41] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.242 - - [2026-01-15 04:21:41] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041914 10.0.0.73 - - [2026-01-15 04:21:41] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.242 - - [2026-01-15 04:21:41] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?fields=virtual_networks HTTP/1.1" 200 1031 0.040285 10.0.0.73 - - [2026-01-15 04:21:41] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.242 - - [2026-01-15 04:21:41] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.037208 10.0.0.73 - - [2026-01-15 04:21:41] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.242 - - [2026-01-15 04:21:41] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?fields=security_groups HTTP/1.1" 200 1257 0.045548 10.0.0.242 - - [2026-01-15 04:21:45] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.242 - - [2026-01-15 04:21:46] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.242 - - [2026-01-15 04:21:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2026-01-15 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.100797 10.0.0.73 - - [2026-01-15 04:21:47] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.242 - - [2026-01-15 04:21:47] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067800 10.0.0.242 - - [2026-01-15 04:21:48] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011508 10.0.0.242 - - [2026-01-15 04:21:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.013437 10.0.0.242 - - [2026-01-15 04:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.022379 10.0.0.73 - - [2026-01-15 04:21:48] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001614 10.0.0.242 - - [2026-01-15 04:21:48] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.024002 10.0.0.242 - - [2026-01-15 04:21:48] "POST /service-templates HTTP/1.1" 403 264 0.013566 10.0.0.242 - - [2026-01-15 04:21:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.004497 10.0.0.242 - - [2026-01-15 04:21:48] "POST /api-access-lists HTTP/1.1" 200 555 0.030376 10.0.0.242 - - [2026-01-15 04:21:48] "GET /api-access-list/4ec80146-b568-48cc-a161-8068e81183a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005615 10.0.0.242 - - [2026-01-15 04:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.026251 10.0.0.73 - - [2026-01-15 04:21:48] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.242 - - [2026-01-15 04:21:48] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060200 10.0.0.242 - - [2026-01-15 04:21:48] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018638 10.0.0.242 - - [2026-01-15 04:21:48] "POST /virtual-networks HTTP/1.1" 200 583 0.099200 10.0.0.73 - - [2026-01-15 04:21:48] "POST /route-targets HTTP/1.1" 200 327 0.021238 10.0.0.242 - - [2026-01-15 04:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.020236 10.0.0.242 - - [2026-01-15 04:21:48] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.026433 10.0.0.73 - - [2026-01-15 04:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002937 10.0.0.242 - - [2026-01-15 04:21:49] "POST /ref-update HTTP/1.1" 200 156 0.092842 10.0.0.33 - - [2026-01-15 04:21:49] "GET /obj-perms HTTP/1.1" 200 5075 0.097463 10.0.0.242 - - [2026-01-15 04:21:49] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.020982 10.0.0.242 - - [2026-01-15 04:21:50] "POST /neutron/network HTTP/1.1" 200 849 0.395575 10.0.0.242 - - [2026-01-15 04:21:50] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006281 10.0.0.242 - - [2026-01-15 04:21:50] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.005230 10.0.0.242 - - [2026-01-15 04:21:50] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006577 10.0.0.73 - - [2026-01-15 04:21:51] "GET /obj-perms HTTP/1.1" 200 5049 0.067116 10.0.0.242 - - [2026-01-15 04:21:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.014766 10.0.0.242 - - [2026-01-15 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014186 10.0.0.73 - - [2026-01-15 04:21:51] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.242 - - [2026-01-15 04:21:51] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021027 10.0.0.242 - - [2026-01-15 04:21:51] "POST /service-templates HTTP/1.1" 403 264 0.012870 10.0.0.242 - - [2026-01-15 04:21:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.003045 10.0.0.242 - - [2026-01-15 04:21:52] "POST /api-access-lists HTTP/1.1" 200 521 0.019920 10.0.0.242 - - [2026-01-15 04:21:52] "GET /api-access-list/7bff18b4-15b4-4eb4-bcf8-6cb58f3a2799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006089 10.0.0.242 - - [2026-01-15 04:21:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.026586 10.0.0.242 - - [2026-01-15 04:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.018527 10.0.0.73 - - [2026-01-15 04:21:52] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.242 - - [2026-01-15 04:21:52] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.024044 10.0.0.242 - - [2026-01-15 04:21:52] "POST /service-templates HTTP/1.1" 200 551 0.044300 10.0.0.242 - - [2026-01-15 04:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.020974 10.0.0.242 - - [2026-01-15 04:21:52] "GET /service-template/a78a9443-b396-4c3f-8c7d-b66bb1a0b8a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.023766 10.0.0.242 - - [2026-01-15 04:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.019540 10.0.0.242 - - [2026-01-15 04:21:52] "GET /service-template/a78a9443-b396-4c3f-8c7d-b66bb1a0b8a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.017917 10.0.0.242 - - [2026-01-15 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.33 - - [2026-01-15 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.036217 10.0.0.73 - - [2026-01-15 04:21:54] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044126 10.0.0.242 - - [2026-01-15 04:21:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.061936 10.0.0.242 - - [2026-01-15 04:21:55] "GET /api-access-list/4ec80146-b568-48cc-a161-8068e81183a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003702 10.0.0.242 - - [2026-01-15 04:21:55] "PUT /api-access-list/4ec80146-b568-48cc-a161-8068e81183a0 HTTP/1.1" 200 264 0.015047 10.0.0.242 - - [2026-01-15 04:21:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.242 - - [2026-01-15 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.048100 10.0.0.73 - - [2026-01-15 04:21:55] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.242 - - [2026-01-15 04:21:55] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064574 10.0.0.242 - - [2026-01-15 04:21:55] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.024336 10.0.0.242 - - [2026-01-15 04:21:55] "POST /virtual-networks HTTP/1.1" 403 263 0.013110 10.0.0.242 - - [2026-01-15 04:21:56] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.019294 10.0.0.242 - - [2026-01-15 04:21:56] "GET /api-access-list/7bff18b4-15b4-4eb4-bcf8-6cb58f3a2799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003377 10.0.0.242 - - [2026-01-15 04:21:56] "PUT /api-access-list/7bff18b4-15b4-4eb4-bcf8-6cb58f3a2799 HTTP/1.1" 200 264 0.011183 10.0.0.242 - - [2026-01-15 04:21:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.013689 10.0.0.242 - - [2026-01-15 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.014320 10.0.0.73 - - [2026-01-15 04:21:56] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.242 - - [2026-01-15 04:21:56] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021205 10.0.0.242 - - [2026-01-15 04:21:56] "POST /service-templates HTTP/1.1" 403 264 0.014452 10.0.0.242 - - [2026-01-15 04:21:56] "GET /api-access-list/4ec80146-b568-48cc-a161-8068e81183a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003506 10.0.0.242 - - [2026-01-15 04:21:56] "PUT /api-access-list/4ec80146-b568-48cc-a161-8068e81183a0 HTTP/1.1" 200 264 0.012554 10.0.0.242 - - [2026-01-15 04:21:56] "GET /api-access-list/7bff18b4-15b4-4eb4-bcf8-6cb58f3a2799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003640 10.0.0.242 - - [2026-01-15 04:21:56] "PUT /api-access-list/7bff18b4-15b4-4eb4-bcf8-6cb58f3a2799 HTTP/1.1" 200 264 0.014841 10.0.0.242 - - [2026-01-15 04:21:57] "GET /obj-perms HTTP/1.1" 403 257 0.015095 10.0.0.73 - - [2026-01-15 04:21:58] "DELETE /access-control-list/67f0dafe-1d08-431b-995f-cf5177d79e9a HTTP/1.1" 200 115 0.055968 10.0.0.73 - - [2026-01-15 04:21:58] "DELETE /access-control-list/7d1c9c43-cea2-4512-a634-a535aeaeff38 HTTP/1.1" 200 115 0.037304 10.0.0.242 - - [2026-01-15 04:21:58] "GET /obj-perms HTTP/1.1" 403 257 0.089697 10.0.0.33 - - [2026-01-15 04:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.33 - - [2026-01-15 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.73 - - [2026-01-15 04:21:59] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015144 10.0.0.73 - - [2026-01-15 04:21:59] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.040636 10.0.0.242 - - [2026-01-15 04:21:59] "GET /obj-perms HTTP/1.1" 403 257 0.013755 10.0.0.242 - - [2026-01-15 04:22:00] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004791 10.0.0.242 - - [2026-01-15 04:22:00] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.023651 10.0.0.242 - - [2026-01-15 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.242 - - [2026-01-15 04:22:00] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.034596 10.0.0.242 - - [2026-01-15 04:22:00] "DELETE /api-access-list/4ec80146-b568-48cc-a161-8068e81183a0 HTTP/1.1" 200 115 0.051565 10.0.0.242 - - [2026-01-15 04:22:00] "DELETE /api-access-list/7bff18b4-15b4-4eb4-bcf8-6cb58f3a2799 HTTP/1.1" 200 115 0.037040 10.0.0.242 - - [2026-01-15 04:22:01] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044581 10.0.0.33 - - [2026-01-15 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.73 - - [2026-01-15 04:22:02] "GET /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047217 10.0.0.242 - - [2026-01-15 04:22:02] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005477 10.0.0.242 - - [2026-01-15 04:22:02] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.016313 10.0.0.242 - - [2026-01-15 04:22:03] "GET /obj-perms HTTP/1.1" 403 257 0.011966 10.0.0.242 - - [2026-01-15 04:22:03] "GET /obj-perms HTTP/1.1" 403 257 0.010269 10.0.0.242 - - [2026-01-15 04:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.015821 10.0.0.242 - - [2026-01-15 04:22:03] "DELETE /service-template/a78a9443-b396-4c3f-8c7d-b66bb1a0b8a0 HTTP/1.1" 200 115 0.036732 10.0.0.242 - - [2026-01-15 04:22:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.026801 10.0.0.73 - - [2026-01-15 04:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.009827 10.0.0.73 - - [2026-01-15 04:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.242 - - [2026-01-15 04:22:03] "DELETE /virtual-network/514033e1-b86c-4db4-9370-9ebb81efc38f HTTP/1.1" 200 115 0.142916 10.0.0.73 - - [2026-01-15 04:22:03] "DELETE /route-target/dbedcabc-4625-43b3-9c03-ab2d8fd38c6a HTTP/1.1" 200 115 0.035715 10.0.0.242 - - [2026-01-15 04:22:03] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004124 10.0.0.242 - - [2026-01-15 04:22:03] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.012909 10.0.0.242 - - [2026-01-15 04:22:03] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006658 10.0.0.242 - - [2026-01-15 04:22:03] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.011924 10.0.0.73 - - [2026-01-15 04:22:05] "DELETE /project/58fede4857fc4917af590eefa12dd26f HTTP/1.1" 404 173 0.012673 10.0.0.73 - - [2026-01-15 04:22:05] "DELETE /project/a7c85b78d9314216b4c51f2b63d5b801 HTTP/1.1" 404 173 0.011928 10.0.0.73 - - [2026-01-15 04:22:05] "DELETE /project/33b7d890e879419d874a00a2397a5237 HTTP/1.1" 404 173 0.009579 10.0.0.73 - - [2026-01-15 04:22:05] "DELETE /project/777b024f-a7b4-48a7-bd31-ac3746f28a7c HTTP/1.1" 404 177 0.008806 10.0.0.73 - - [2026-01-15 04:22:05] "DELETE /project/64bee98f-ce61-4845-994b-ce2295b73fb0 HTTP/1.1" 404 177 0.008091 10.0.0.73 - - [2026-01-15 04:22:05] "DELETE /project/9a4a6512-cbb3-449c-8e6d-741717fdae48 HTTP/1.1" 404 177 0.007327 10.0.0.73 - - [2026-01-15 04:22:05] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000783 10.0.0.73 - - [2026-01-15 04:22:05] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000715 10.0.0.73 - - [2026-01-15 04:22:06] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.063509 10.0.0.73 - - [2026-01-15 04:22:06] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.73 - - [2026-01-15 04:22:06] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.082991 10.0.0.73 - - [2026-01-15 04:22:06] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.73 - - [2026-01-15 04:22:06] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?fields=security_groups HTTP/1.1" 200 1362 0.102529 10.0.0.73 - - [2026-01-15 04:22:06] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?fields=security_groups HTTP/1.1" 200 1364 0.116018 10.0.0.73 - - [2026-01-15 04:22:06] "DELETE /security-group/afcd1b84-2553-4f35-b8af-061d40270ca7 HTTP/1.1" 200 115 0.048943 10.0.0.73 - - [2026-01-15 04:22:06] "GET /projects?obj_uuids=33b7d890-e879-419d-874a-00a2397a5237&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.73 - - [2026-01-15 04:22:06] "GET /project/33b7d890-e879-419d-874a-00a2397a5237?fields=application_policy_sets HTTP/1.1" 200 1401 0.039542 10.0.0.73 - - [2026-01-15 04:22:06] "DELETE /security-group/0477e9ae-b5fe-41ab-ad5e-a684696a4eef HTTP/1.1" 200 115 0.095318 10.0.0.73 - - [2026-01-15 04:22:06] "GET /projects?obj_uuids=a7c85b78-d931-4216-b4c5-1f2b63d5b801&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.73 - - [2026-01-15 04:22:06] "GET /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801?fields=application_policy_sets HTTP/1.1" 200 1403 0.073902 10.0.0.73 - - [2026-01-15 04:22:06] "DELETE /access-control-list/fbd3b767-d05b-4933-9772-ccc8c2aa9093 HTTP/1.1" 200 115 0.084425 10.0.0.73 - - [2026-01-15 04:22:06] "DELETE /project/33b7d890-e879-419d-874a-00a2397a5237 HTTP/1.1" 200 115 0.546800 10.0.0.73 - - [2026-01-15 04:22:06] "DELETE /project/a7c85b78-d931-4216-b4c5-1f2b63d5b801 HTTP/1.1" 200 115 0.598160 10.0.0.242 - - [2026-01-15 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.73 - - [2026-01-15 04:22:06] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.242 - - [2026-01-15 04:22:06] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032382 10.0.0.242 - - [2026-01-15 04:22:06] "POST /neutron/network HTTP/1.1" 200 117 0.125740 10.0.0.73 - - [2026-01-15 04:22:07] "POST /ref-update HTTP/1.1" 200 156 0.050796 10.0.0.242 - - [2026-01-15 04:22:07] "POST /neutron/network HTTP/1.1" 200 862 0.016524 10.0.0.242 - - [2026-01-15 04:22:07] "POST /id-to-fqname HTTP/1.1" 200 240 0.001513 10.0.0.242 - - [2026-01-15 04:22:07] "GET /virtual-network/98d77b30-b5e8-405f-b219-bab2e2e0a67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.013154 10.0.0.242 - - [2026-01-15 04:22:07] "GET /virtual-network/98d77b30-b5e8-405f-b219-bab2e2e0a67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005225 10.0.0.242 - - [2026-01-15 04:22:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.010783 10.0.0.242 - - [2026-01-15 04:22:07] "GET /virtual-network/98d77b30-b5e8-405f-b219-bab2e2e0a67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006901 10.0.0.242 - - [2026-01-15 04:22:07] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.006664 10.0.0.242 - - [2026-01-15 04:22:07] "GET /virtual-network/98d77b30-b5e8-405f-b219-bab2e2e0a67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005811 10.0.0.242 - - [2026-01-15 04:22:08] "POST /fqname-to-id HTTP/1.1" 404 215 0.003707 10.0.0.242 - - [2026-01-15 04:22:08] "POST /api-access-lists HTTP/1.1" 200 555 0.029697 10.0.0.242 - - [2026-01-15 04:22:08] "GET /api-access-list/0d3886d0-3a8a-4968-a172-0ddfce6370df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.007391 10.0.0.242 - - [2026-01-15 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.019525 10.0.0.73 - - [2026-01-15 04:22:08] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.242 - - [2026-01-15 04:22:08] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069036 10.0.0.73 - - [2026-01-15 04:22:09] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002328 10.0.0.242 - - [2026-01-15 04:22:09] "POST /neutron/network HTTP/1.1" 200 645 0.152345 10.0.0.73 - - [2026-01-15 04:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.013015 10.0.0.242 - - [2026-01-15 04:22:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.327070 10.0.0.242 - - [2026-01-15 04:22:09] "POST /id-to-fqname HTTP/1.1" 200 240 0.013810 10.0.0.242 - - [2026-01-15 04:22:09] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019302 10.0.0.242 - - [2026-01-15 04:22:09] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020700 10.0.0.242 - - [2026-01-15 04:22:09] "POST /neutron/network HTTP/1.1" 200 863 0.033193 10.0.0.242 - - [2026-01-15 04:22:10] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006216 10.0.0.242 - - [2026-01-15 04:22:10] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004132 10.0.0.242 - - [2026-01-15 04:22:10] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007648 10.0.0.242 - - [2026-01-15 04:22:10] "GET /obj-perms HTTP/1.1" 200 5049 0.007506 10.0.0.33 - - [2026-01-15 04:22:10] "GET /obj-perms HTTP/1.1" 200 5049 0.157043 10.0.0.242 - - [2026-01-15 04:22:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.017522 10.0.0.73 - - [2026-01-15 04:22:11] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002193 10.0.0.73 - - [2026-01-15 04:22:11] "POST /fqname-to-id HTTP/1.1" 404 264 0.007348 10.0.0.73 - - [2026-01-15 04:22:11] "POST /access-control-lists HTTP/1.1" 200 624 0.048413 10.0.0.73 - - [2026-01-15 04:22:11] "PUT /access-control-list/bdc3335c-c854-4f44-878f-06868272fe61 HTTP/1.1" 200 272 0.024186 10.0.0.242 - - [2026-01-15 04:22:11] "POST /neutron/security_group HTTP/1.1" 200 1426 0.619764 10.0.0.242 - - [2026-01-15 04:22:11] "POST /neutron/security_group HTTP/1.1" 200 1426 0.020546 10.0.0.73 - - [2026-01-15 04:22:12] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.242 - - [2026-01-15 04:22:12] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.133476 10.0.0.242 - - [2026-01-15 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.023300 10.0.0.242 - - [2026-01-15 04:22:12] "GET /security-group/9e619918-aeb1-4b5f-a60e-5b1ce21ccb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.031968 10.0.0.242 - - [2026-01-15 04:22:13] "POST /id-to-fqname HTTP/1.1" 200 240 0.017249 10.0.0.242 - - [2026-01-15 04:22:14] "POST /neutron/network HTTP/1.1" 200 873 0.049421 10.0.0.73 - - [2026-01-15 04:22:15] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001842 10.0.0.242 - - [2026-01-15 04:22:15] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.144810 10.0.0.242 - - [2026-01-15 04:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.044805 10.0.0.242 - - [2026-01-15 04:22:16] "POST /neutron/network HTTP/1.1" 200 863 0.036377 10.0.0.242 - - [2026-01-15 04:22:17] "POST /neutron/port HTTP/1.1" 200 1059 0.052018 10.0.0.242 - - [2026-01-15 04:22:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004245 10.0.0.242 - - [2026-01-15 04:22:17] "POST /neutron/network HTTP/1.1" 200 863 0.006738 10.0.0.242 - - [2026-01-15 04:22:21] "POST /neutron/port HTTP/1.1" 200 1123 0.019627 10.0.0.242 - - [2026-01-15 04:22:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007101 10.0.0.242 - - [2026-01-15 04:22:21] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 200 1293 0.059281 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 200 1293 0.021404 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b HTTP/1.1" 200 3023 0.030707 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 200 1293 0.019046 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b HTTP/1.1" 200 3023 0.024321 10.0.0.242 - - [2026-01-15 04:22:22] "GET /instance-ip/3cf3f8f9-379b-4ab6-828c-96e1b7771cc0 HTTP/1.1" 200 1638 0.022574 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 200 1293 0.017972 10.0.0.242 - - [2026-01-15 04:22:22] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b HTTP/1.1" 200 3023 0.023956 10.0.0.242 - - [2026-01-15 04:22:22] "GET /instance-ip/3cf3f8f9-379b-4ab6-828c-96e1b7771cc0 HTTP/1.1" 200 1638 0.031758 10.0.0.242 - - [2026-01-15 04:22:22] "POST /fqname-to-id HTTP/1.1" 403 354 0.020784 10.0.0.242 - - [2026-01-15 04:22:22] "GET / HTTP/1.1" 200 35931 0.004382 10.0.0.242 - - [2026-01-15 04:22:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000390 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.041714 10.0.0.242 - - [2026-01-15 04:22:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004205 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025428 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021231 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 403 354 0.018604 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.242 - - [2026-01-15 04:22:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006401 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.095824 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018728 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 403 354 0.016668 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.242 - - [2026-01-15 04:22:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003487 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023985 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020091 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 403 354 0.015892 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.242 - - [2026-01-15 04:22:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004743 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021658 10.0.0.242 - - [2026-01-15 04:22:23] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020279 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 403 354 0.016274 10.0.0.242 - - [2026-01-15 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.242 - - [2026-01-15 04:22:23] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004661 10.0.0.242 - - [2026-01-15 04:22:24] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024712 10.0.0.242 - - [2026-01-15 04:22:24] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.025737 10.0.0.242 - - [2026-01-15 04:22:25] "POST /neutron/port HTTP/1.1" 200 1123 0.019724 10.0.0.242 - - [2026-01-15 04:22:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004691 10.0.0.242 - - [2026-01-15 04:22:25] "POST /neutron/network HTTP/1.1" 200 863 0.006526 10.0.0.242 - - [2026-01-15 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.018800 10.0.0.242 - - [2026-01-15 04:22:27] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.026243 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.019224 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.242 - - [2026-01-15 04:22:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004458 10.0.0.242 - - [2026-01-15 04:22:31] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031282 10.0.0.242 - - [2026-01-15 04:22:31] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022641 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.022470 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.242 - - [2026-01-15 04:22:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004783 10.0.0.242 - - [2026-01-15 04:22:31] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024348 10.0.0.242 - - [2026-01-15 04:22:31] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.033313 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.018867 10.0.0.242 - - [2026-01-15 04:22:31] "GET /routing-instance/70421077-f88f-4d58-bc90-9208b7a9778a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022706 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.021250 10.0.0.242 - - [2026-01-15 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2026-01-15 04:22:31] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003967 10.0.0.242 - - [2026-01-15 04:22:31] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026309 10.0.0.242 - - [2026-01-15 04:22:32] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.031528 10.0.0.242 - - [2026-01-15 04:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.015451 10.0.0.242 - - [2026-01-15 04:22:32] "GET /routing-instance/70421077-f88f-4d58-bc90-9208b7a9778a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019801 10.0.0.73 - - [2026-01-15 04:22:32] "GET /obj-perms HTTP/1.1" 403 257 0.015782 10.0.0.73 - - [2026-01-15 04:22:34] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015893 10.0.0.242 - - [2026-01-15 04:22:34] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.029006 10.0.0.242 - - [2026-01-15 04:22:34] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.026828 10.0.0.242 - - [2026-01-15 04:22:34] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.019876 10.0.0.242 - - [2026-01-15 04:22:34] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022816 10.0.0.73 - - [2026-01-15 04:22:34] "GET /obj-perms HTTP/1.1" 403 257 0.016196 10.0.0.242 - - [2026-01-15 04:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.047574 10.0.0.242 - - [2026-01-15 04:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.014512 10.0.0.242 - - [2026-01-15 04:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.046438 10.0.0.73 - - [2026-01-15 04:22:35] "GET /obj-perms HTTP/1.1" 200 5049 0.003581 10.0.0.242 - - [2026-01-15 04:22:36] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.020922 10.0.0.242 - - [2026-01-15 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.014859 10.0.0.73 - - [2026-01-15 04:22:36] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.242 - - [2026-01-15 04:22:36] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068681 10.0.0.242 - - [2026-01-15 04:22:36] "GET /virtual-network/98d77b30-b5e8-405f-b219-bab2e2e0a67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.020360 10.0.0.242 - - [2026-01-15 04:22:36] "GET /floating-ip-pools?parent_id=98d77b30-b5e8-405f-b219-bab2e2e0a67d&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.021342 10.0.0.242 - - [2026-01-15 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.018430 10.0.0.242 - - [2026-01-15 04:22:36] "GET /floating-ip-pool/14051cc7-748d-40ae-8b2c-22d44e5b96d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.022016 10.0.0.73 - - [2026-01-15 04:22:36] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.242 - - [2026-01-15 04:22:36] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059516 10.0.0.242 - - [2026-01-15 04:22:36] "POST /floating-ips HTTP/1.1" 200 616 0.072921 10.0.0.242 - - [2026-01-15 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.022288 10.0.0.242 - - [2026-01-15 04:22:36] "GET /floating-ip/7a8fc478-3458-4570-b59c-00bfb5d8e812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.022835 10.0.0.242 - - [2026-01-15 04:22:36] "GET /floating-ip/7a8fc478-3458-4570-b59c-00bfb5d8e812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.024726 10.0.0.242 - - [2026-01-15 04:22:36] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.020480 10.0.0.242 - - [2026-01-15 04:22:37] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.023540 10.0.0.242 - - [2026-01-15 04:22:37] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.028209 10.0.0.242 - - [2026-01-15 04:22:37] "POST /ref-update HTTP/1.1" 200 156 0.032225 10.0.0.242 - - [2026-01-15 04:22:37] "POST /neutron/floatingip HTTP/1.1" 200 547 0.084395 10.0.0.242 - - [2026-01-15 04:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013700 10.0.0.242 - - [2026-01-15 04:22:37] "GET /routing-instance/2b614e41-d43e-40af-bc58-f3fc23eb282c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.016742 10.0.0.242 - - [2026-01-15 04:22:37] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018408 10.0.0.242 - - [2026-01-15 04:22:37] "POST /neutron/port HTTP/1.1" 200 1113 0.082917 10.0.0.242 - - [2026-01-15 04:22:38] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 200 1293 0.018637 10.0.0.242 - - [2026-01-15 04:22:38] "GET /virtual-machine-interface/1ee887ff-6327-42b6-ae91-9aed8c5a314b HTTP/1.1" 200 3585 0.021135 10.0.0.242 - - [2026-01-15 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.013649 10.0.0.242 - - [2026-01-15 04:22:38] "GET /security-group/9e619918-aeb1-4b5f-a60e-5b1ce21ccb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017225 10.0.0.242 - - [2026-01-15 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.016247 10.0.0.242 - - [2026-01-15 04:22:38] "GET /security-group/9e619918-aeb1-4b5f-a60e-5b1ce21ccb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017504 10.0.0.242 - - [2026-01-15 04:22:38] "POST /neutron/security_group HTTP/1.1" 200 568 0.020188 10.0.0.242 - - [2026-01-15 04:22:38] "DELETE /floating-ip/7a8fc478-3458-4570-b59c-00bfb5d8e812 HTTP/1.1" 200 115 0.061567 10.0.0.242 - - [2026-01-15 04:22:38] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 200 1293 0.026111 10.0.0.242 - - [2026-01-15 04:22:39] "POST /neutron/port HTTP/1.1" 200 151 0.184879 10.0.0.242 - - [2026-01-15 04:22:40] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 404 171 0.017484 10.0.0.242 - - [2026-01-15 04:22:40] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 404 171 0.013560 10.0.0.242 - - [2026-01-15 04:22:40] "GET /virtual-machine/c19d1a67-be74-4ad1-9fb8-29132f31bd55 HTTP/1.1" 404 171 0.014283 10.0.0.242 - - [2026-01-15 04:22:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.017294 10.0.0.242 - - [2026-01-15 04:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.242 - - [2026-01-15 04:22:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003711 10.0.0.242 - - [2026-01-15 04:22:41] "GET /virtual-networks?parent_id=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022239 10.0.0.242 - - [2026-01-15 04:22:41] "GET /virtual-network/5aff8c3f-11f9-45ee-8c6f-53f1402df1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019708 10.0.0.242 - - [2026-01-15 04:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.014862 10.0.0.242 - - [2026-01-15 04:22:41] "GET /routing-instance/70421077-f88f-4d58-bc90-9208b7a9778a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019868 10.0.0.242 - - [2026-01-15 04:22:41] "GET /obj-perms HTTP/1.1" 403 257 0.013814 10.0.0.242 - - [2026-01-15 04:22:41] "GET /obj-perms HTTP/1.1" 403 257 0.047095 10.0.0.73 - - [2026-01-15 04:22:41] "GET /obj-perms HTTP/1.1" 200 5049 0.004514 10.0.0.242 - - [2026-01-15 04:22:48] "GET /obj-perms HTTP/1.1" 200 5049 0.004208 10.0.0.33 - - [2026-01-15 04:22:51] "GET /obj-perms HTTP/1.1" 200 5075 0.058307 10.0.0.73 - - [2026-01-15 04:22:51] "GET /obj-perms HTTP/1.1" 200 5049 0.004274 10.0.0.242 - - [2026-01-15 04:22:54] "GET /obj-perms HTTP/1.1" 200 5049 0.003726 10.0.0.73 - - [2026-01-15 04:23:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004514 10.0.0.242 - - [2026-01-15 04:23:03] "GET /obj-perms HTTP/1.1" 200 5049 0.003823 10.0.0.73 - - [2026-01-15 04:23:03] "DELETE /access-control-list/3c64e422-3e5a-41ea-bf12-9ca9cd065b2b HTTP/1.1" 200 115 0.036181 10.0.0.242 - - [2026-01-15 04:23:03] "POST /fqname-to-id HTTP/1.1" 404 232 0.037461 10.0.0.242 - - [2026-01-15 04:23:04] "POST /neutron/network HTTP/1.1" 200 863 0.039186 10.0.0.73 - - [2026-01-15 04:23:04] "DELETE /route-target/c942ee6b-e717-49ac-8eae-7f88cb9737cb HTTP/1.1" 200 115 0.022950 10.0.0.242 - - [2026-01-15 04:23:04] "DELETE /api-access-list/0d3886d0-3a8a-4968-a172-0ddfce6370df HTTP/1.1" 200 115 0.038744 10.0.0.73 - - [2026-01-15 04:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004767 10.0.0.73 - - [2026-01-15 04:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003871 10.0.0.242 - - [2026-01-15 04:23:05] "POST /neutron/network HTTP/1.1" 200 151 0.169182 10.0.0.242 - - [2026-01-15 04:23:07] "GET /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004342 10.0.0.242 - - [2026-01-15 04:23:07] "PUT /api-access-list/0280f926-9397-4298-9f09-54b4f894d4f9 HTTP/1.1" 200 264 0.016100 10.0.0.73 - - [2026-01-15 04:23:07] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.242 - - [2026-01-15 04:23:07] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059627 10.0.0.73 - - [2026-01-15 04:23:07] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.242 - - [2026-01-15 04:23:07] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?fields=virtual_networks HTTP/1.1" 200 1032 0.059801 10.0.0.73 - - [2026-01-15 04:23:07] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.242 - - [2026-01-15 04:23:07] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.059791 10.0.0.73 - - [2026-01-15 04:23:07] "GET /projects?obj_uuids=58fede48-57fc-4917-af59-0eefa12dd26f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.242 - - [2026-01-15 04:23:07] "GET /project/58fede48-57fc-4917-af59-0eefa12dd26f?fields=security_groups HTTP/1.1" 200 1258 0.041856 10.0.0.73 - - [2026-01-15 04:23:08] "GET /projects?obj_uuids=833d71e7-ed4b-4819-a6cf-12241ae41b31&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000958 10.0.0.242 - - [2026-01-15 04:23:08] "GET /project/833d71e7-ed4b-4819-a6cf-12241ae41b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.045254 [Introspect:8084]10.0.0.242 - - [2026-01-15 04:23:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001036 10.0.0.242 - - [2026-01-15 04:23:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.055140 10.0.0.73 - - [2026-01-15 04:23:12] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004986 10.0.0.73 - - [2026-01-15 04:23:13] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001475 10.0.0.73 - - [2026-01-15 04:23:13] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009622 10.0.0.73 - - [2026-01-15 04:23:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.006668 10.0.0.73 - - [2026-01-15 04:23:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.005328 10.0.0.73 - - [2026-01-15 04:23:13] "POST /security-groups HTTP/1.1" 200 592 0.088625 10.0.0.73 - - [2026-01-15 04:23:13] "POST /projects HTTP/1.1" 200 587 0.321271 10.0.0.73 - - [2026-01-15 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.370768 10.0.0.73 - - [2026-01-15 04:23:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.083383 10.0.0.242 - - [2026-01-15 04:23:13] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.580728 10.0.0.73 - - [2026-01-15 04:23:13] "POST /access-control-lists HTTP/1.1" 200 595 0.036976 10.0.0.242 - - [2026-01-15 04:23:15] "GET / HTTP/1.1" 200 35931 0.003057 10.0.0.242 - - [2026-01-15 04:23:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.242 - - [2026-01-15 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.091509 10.0.0.73 - - [2026-01-15 04:23:17] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.043656 10.0.0.242 - - [2026-01-15 04:23:17] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.112936 10.0.0.73 - - [2026-01-15 04:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006246 10.0.0.242 - - [2026-01-15 04:23:18] "POST /neutron/subnet HTTP/1.1" 200 716 0.280338 10.0.0.242 - - [2026-01-15 04:23:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001222 10.0.0.242 - - [2026-01-15 04:23:18] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005744 10.0.0.242 - - [2026-01-15 04:23:18] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005230 10.0.0.242 - - [2026-01-15 04:23:18] "POST /neutron/network HTTP/1.1" 200 825 0.007243 10.0.0.242 - - [2026-01-15 04:23:19] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006465 10.0.0.242 - - [2026-01-15 04:23:20] "GET /obj-perms HTTP/1.1" 200 5051 0.069952 10.0.0.73 - - [2026-01-15 04:23:21] "GET /obj-perms HTTP/1.1" 200 5051 0.103948 10.0.0.242 - - [2026-01-15 04:23:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001252 10.0.0.73 - - [2026-01-15 04:23:22] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.242 - - [2026-01-15 04:23:22] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.072707 10.0.0.242 - - [2026-01-15 04:23:22] "POST /neutron/network HTTP/1.1" 200 825 0.008884 10.0.0.242 - - [2026-01-15 04:23:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001472 10.0.0.242 - - [2026-01-15 04:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.73 - - [2026-01-15 04:23:23] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.242 - - [2026-01-15 04:23:23] "POST /neutron/port HTTP/1.1" 200 1059 0.284522 10.0.0.242 - - [2026-01-15 04:23:23] "POST /neutron/port HTTP/1.1" 200 1113 0.141816 10.0.0.73 - - [2026-01-15 04:23:23] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.242 - - [2026-01-15 04:23:23] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086218 10.0.0.242 - - [2026-01-15 04:23:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005326 10.0.0.242 - - [2026-01-15 04:23:24] "POST /neutron/network HTTP/1.1" 200 825 0.007088 10.0.0.242 - - [2026-01-15 04:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.010449 10.0.0.242 - - [2026-01-15 04:23:24] "POST /neutron/network HTTP/1.1" 200 835 0.008467 10.0.0.242 - - [2026-01-15 04:23:25] "POST /neutron/port HTTP/1.1" 200 1059 0.016830 10.0.0.242 - - [2026-01-15 04:23:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005597 10.0.0.242 - - [2026-01-15 04:23:25] "POST /neutron/network HTTP/1.1" 200 825 0.006979 10.0.0.242 - - [2026-01-15 04:23:27] "POST /neutron/network HTTP/1.1" 200 835 0.006660 10.0.0.242 - - [2026-01-15 04:23:27] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.242 - - [2026-01-15 04:23:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007275 10.0.0.242 - - [2026-01-15 04:23:29] "POST /neutron/port HTTP/1.1" 200 1123 0.019122 10.0.0.242 - - [2026-01-15 04:23:29] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 401 293 0.000509 10.0.0.242 - - [2026-01-15 04:23:30] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 200 1293 0.041952 10.0.0.242 - - [2026-01-15 04:23:30] "GET /virtual-machine-interface/5d7584b7-a84a-4baa-af82-47cac33b2013 HTTP/1.1" 200 2949 0.006786 10.0.0.242 - - [2026-01-15 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.242 - - [2026-01-15 04:23:30] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003758 10.0.0.242 - - [2026-01-15 04:23:30] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003893 10.0.0.242 - - [2026-01-15 04:23:30] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005846 10.0.0.242 - - [2026-01-15 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.242 - - [2026-01-15 04:23:33] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005165 10.0.0.242 - - [2026-01-15 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.242 - - [2026-01-15 04:23:37] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006576 10.0.0.242 - - [2026-01-15 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.242 - - [2026-01-15 04:23:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007247 10.0.0.242 - - [2026-01-15 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.242 - - [2026-01-15 04:23:45] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005092 10.0.0.33 - - [2026-01-15 04:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.33 - - [2026-01-15 04:23:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.73 - - [2026-01-15 04:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.001805 10.0.0.73 - - [2026-01-15 04:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000838 10.0.0.242 - - [2026-01-15 04:23:49] "POST /neutron/port HTTP/1.1" 200 1123 0.021494 10.0.0.242 - - [2026-01-15 04:23:49] "POST /neutron/subnet HTTP/1.1" 200 690 0.011576 10.0.0.242 - - [2026-01-15 04:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.242 - - [2026-01-15 04:23:49] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005886 10.0.0.33 - - [2026-01-15 04:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.33 - - [2026-01-15 04:23:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.73 - - [2026-01-15 04:23:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.73 - - [2026-01-15 04:23:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.242 - - [2026-01-15 04:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.242 - - [2026-01-15 04:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.242 - - [2026-01-15 04:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.242 - - [2026-01-15 04:23:52] "GET /global-system-configs HTTP/1.1" 401 293 0.001032 10.0.0.242 - - [2026-01-15 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.242 - - [2026-01-15 04:23:53] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004907 10.0.0.242 - - [2026-01-15 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.242 - - [2026-01-15 04:23:57] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005797 10.0.0.73 - - [2026-01-15 04:23:58] "DELETE /access-control-list/25b0ac17-25c8-4994-b9e6-6a70c46e46a4 HTTP/1.1" 200 115 0.034384 10.0.0.242 - - [2026-01-15 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.242 - - [2026-01-15 04:24:02] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004979 10.0.0.242 - - [2026-01-15 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2026-01-15 04:24:04] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003637 10.0.0.242 - - [2026-01-15 04:24:04] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002909 10.0.0.242 - - [2026-01-15 04:24:04] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005960 10.0.0.242 - - [2026-01-15 04:24:04] "POST /neutron/port HTTP/1.1" 200 1123 0.018932 10.0.0.73 - - [2026-01-15 04:24:06] "DELETE /project/d874297e78d14659a27aaff79c089f18 HTTP/1.1" 404 173 0.041706 10.0.0.73 - - [2026-01-15 04:24:06] "DELETE /project/58fede48-57fc-4917-af59-0eefa12dd26f HTTP/1.1" 404 177 0.070158 10.0.0.242 - - [2026-01-15 04:24:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010937 10.0.0.242 - - [2026-01-15 04:24:14] "POST /neutron/port HTTP/1.1" 200 1123 0.021871 10.0.0.242 - - [2026-01-15 04:24:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007593 10.0.0.242 - - [2026-01-15 04:24:25] "POST /neutron/port HTTP/1.1" 200 1123 0.019773 10.0.0.242 - - [2026-01-15 04:24:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006954 10.0.0.242 - - [2026-01-15 04:24:25] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 200 1293 0.005393 10.0.0.242 - - [2026-01-15 04:24:25] "GET /virtual-machine-interface/0b277511-9ab1-4bbf-a933-9f95214d3656 HTTP/1.1" 200 2948 0.005304 10.0.0.242 - - [2026-01-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2026-01-15 04:24:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003991 10.0.0.242 - - [2026-01-15 04:24:25] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003531 10.0.0.242 - - [2026-01-15 04:24:25] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005500 10.0.0.242 - - [2026-01-15 04:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.242 - - [2026-01-15 04:24:26] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004421 10.0.0.242 - - [2026-01-15 04:24:26] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003760 10.0.0.242 - - [2026-01-15 04:24:26] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006380 10.0.0.242 - - [2026-01-15 04:24:27] "POST /neutron/port HTTP/1.1" 200 1123 0.021819 10.0.0.242 - - [2026-01-15 04:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003995 10.0.0.242 - - [2026-01-15 04:24:27] "POST /neutron/network HTTP/1.1" 200 825 0.007081 10.0.0.242 - - [2026-01-15 04:24:35] "POST /neutron/port HTTP/1.1" 200 1123 0.056727 10.0.0.242 - - [2026-01-15 04:24:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016266 10.0.0.242 - - [2026-01-15 04:24:49] "POST /neutron/port HTTP/1.1" 200 1123 0.019258 10.0.0.242 - - [2026-01-15 04:24:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003610 10.0.0.242 - - [2026-01-15 04:24:49] "POST /neutron/network HTTP/1.1" 200 825 0.006777 10.0.0.33 - - [2026-01-15 04:24:52] "GET /obj-perms HTTP/1.1" 200 5075 0.062980 10.0.0.242 - - [2026-01-15 04:25:28] "POST /neutron/network HTTP/1.1" 200 835 0.006610 10.0.0.242 - - [2026-01-15 04:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.242 - - [2026-01-15 04:25:50] "POST /neutron/port HTTP/1.1" 200 1123 0.022697 10.0.0.242 - - [2026-01-15 04:25:50] "POST /neutron/subnet HTTP/1.1" 200 690 0.011622 10.0.0.242 - - [2026-01-15 04:26:28] "POST /neutron/port HTTP/1.1" 200 1123 0.021235 10.0.0.242 - - [2026-01-15 04:26:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.242 - - [2026-01-15 04:26:28] "POST /neutron/network HTTP/1.1" 200 825 0.011090 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 200 1293 0.004250 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-machine-interface/5d7584b7-a84a-4baa-af82-47cac33b2013 HTTP/1.1" 200 2949 0.004791 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 200 1293 0.004790 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-machine-interface/5d7584b7-a84a-4baa-af82-47cac33b2013 HTTP/1.1" 200 2949 0.005196 10.0.0.242 - - [2026-01-15 04:26:37] "GET /instance-ip/0a65531d-5ae3-4d6f-afba-a397eb22212d HTTP/1.1" 200 1620 0.007004 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 200 1293 0.003725 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-machine-interface/5d7584b7-a84a-4baa-af82-47cac33b2013 HTTP/1.1" 200 2949 0.005445 10.0.0.242 - - [2026-01-15 04:26:37] "GET /instance-ip/0a65531d-5ae3-4d6f-afba-a397eb22212d HTTP/1.1" 200 1620 0.004255 10.0.0.242 - - [2026-01-15 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.242 - - [2026-01-15 04:26:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003861 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003773 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005640 10.0.0.242 - - [2026-01-15 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.242 - - [2026-01-15 04:26:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004395 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003627 10.0.0.242 - - [2026-01-15 04:26:37] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007560 10.0.0.242 - - [2026-01-15 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.242 - - [2026-01-15 04:26:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004082 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004014 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006452 10.0.0.242 - - [2026-01-15 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.242 - - [2026-01-15 04:26:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004123 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003556 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005675 10.0.0.242 - - [2026-01-15 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.242 - - [2026-01-15 04:26:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004984 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003525 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006356 10.0.0.242 - - [2026-01-15 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007339 10.0.0.242 - - [2026-01-15 04:26:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004602 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002686 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008007 10.0.0.242 - - [2026-01-15 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2026-01-15 04:26:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003933 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003475 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005859 10.0.0.242 - - [2026-01-15 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.242 - - [2026-01-15 04:26:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005244 10.0.0.242 - - [2026-01-15 04:26:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004298 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006343 10.0.0.242 - - [2026-01-15 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2026-01-15 04:26:39] "GET /routing-instance/a583ccfa-ebb2-4708-ba93-6386ea6ca12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005507 10.0.0.242 - - [2026-01-15 04:26:39] "GET /route-target/1bb86c66-e395-4051-9da2-075e4c394099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004920 10.0.0.242 - - [2026-01-15 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344 10.0.0.242 - - [2026-01-15 04:26:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.011312 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002965 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010910 10.0.0.242 - - [2026-01-15 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.242 - - [2026-01-15 04:26:39] "GET /routing-instance/a583ccfa-ebb2-4708-ba93-6386ea6ca12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005151 10.0.0.242 - - [2026-01-15 04:26:39] "GET /route-target/1bb86c66-e395-4051-9da2-075e4c394099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004784 10.0.0.242 - - [2026-01-15 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.242 - - [2026-01-15 04:26:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004852 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003692 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006129 10.0.0.242 - - [2026-01-15 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.242 - - [2026-01-15 04:26:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004426 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003532 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007223 10.0.0.242 - - [2026-01-15 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.242 - - [2026-01-15 04:26:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004497 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003468 10.0.0.242 - - [2026-01-15 04:26:39] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006695 10.0.0.73 - - [2026-01-15 04:26:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004555 10.0.0.242 - - [2026-01-15 04:26:39] "GET /obj-perms HTTP/1.1" 200 5051 0.003857 10.0.0.242 - - [2026-01-15 04:26:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004581 10.0.0.33 - - [2026-01-15 04:26:40] "GET /obj-perms HTTP/1.1" 200 5051 0.069731 10.0.0.242 - - [2026-01-15 04:26:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003531 10.0.0.73 - - [2026-01-15 04:26:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003983 10.0.0.242 - - [2026-01-15 04:26:40] "POST /neutron/port HTTP/1.1" 200 1123 0.018505 10.0.0.242 - - [2026-01-15 04:26:40] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 200 1293 0.004221 10.0.0.242 - - [2026-01-15 04:26:40] "GET /virtual-machine-interface/0b277511-9ab1-4bbf-a933-9f95214d3656 HTTP/1.1" 200 2948 0.005708 10.0.0.242 - - [2026-01-15 04:26:40] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 200 1293 0.003980 10.0.0.242 - - [2026-01-15 04:26:40] "GET /virtual-machine-interface/0b277511-9ab1-4bbf-a933-9f95214d3656 HTTP/1.1" 200 2948 0.004951 10.0.0.242 - - [2026-01-15 04:26:40] "GET /instance-ip/e908318c-06f5-49ba-af7c-911f60d28e63 HTTP/1.1" 200 1622 0.007022 10.0.0.242 - - [2026-01-15 04:26:40] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 200 1293 0.003871 10.0.0.242 - - [2026-01-15 04:26:40] "GET /virtual-machine-interface/0b277511-9ab1-4bbf-a933-9f95214d3656 HTTP/1.1" 200 2948 0.005873 10.0.0.242 - - [2026-01-15 04:26:40] "GET /instance-ip/e908318c-06f5-49ba-af7c-911f60d28e63 HTTP/1.1" 200 1622 0.005905 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004521 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003517 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005634 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004487 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003024 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006107 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003865 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003355 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005779 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005032 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004907 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005307 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004334 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003600 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005834 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004064 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003384 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006659 10.0.0.242 - - [2026-01-15 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.242 - - [2026-01-15 04:26:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004251 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007147 10.0.0.242 - - [2026-01-15 04:26:41] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005099 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.242 - - [2026-01-15 04:26:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005335 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004736 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005605 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.242 - - [2026-01-15 04:26:42] "GET /routing-instance/a583ccfa-ebb2-4708-ba93-6386ea6ca12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005537 10.0.0.242 - - [2026-01-15 04:26:42] "GET /route-target/1bb86c66-e395-4051-9da2-075e4c394099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005006 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.242 - - [2026-01-15 04:26:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003411 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003153 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006965 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.242 - - [2026-01-15 04:26:42] "GET /routing-instance/a583ccfa-ebb2-4708-ba93-6386ea6ca12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004904 10.0.0.242 - - [2026-01-15 04:26:42] "GET /route-target/1bb86c66-e395-4051-9da2-075e4c394099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004527 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.242 - - [2026-01-15 04:26:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003806 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003570 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006813 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.242 - - [2026-01-15 04:26:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004912 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005293 10.0.0.242 - - [2026-01-15 04:26:42] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005762 10.0.0.242 - - [2026-01-15 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005962 10.0.0.242 - - [2026-01-15 04:26:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004483 10.0.0.242 - - [2026-01-15 04:26:43] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003610 10.0.0.242 - - [2026-01-15 04:26:43] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008135 10.0.0.242 - - [2026-01-15 04:26:43] "GET /obj-perms HTTP/1.1" 200 5051 0.003795 10.0.0.73 - - [2026-01-15 04:26:43] "GET /obj-perms HTTP/1.1" 200 5051 0.004204 10.0.0.242 - - [2026-01-15 04:26:43] "GET /obj-perms HTTP/1.1" 200 5051 0.005007 10.0.0.73 - - [2026-01-15 04:26:43] "GET /obj-perms HTTP/1.1" 200 5051 0.003613 10.0.0.242 - - [2026-01-15 04:26:48] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 200 1293 0.004975 10.0.0.242 - - [2026-01-15 04:26:49] "POST /neutron/port HTTP/1.1" 200 1113 0.014598 10.0.0.242 - - [2026-01-15 04:26:50] "POST /neutron/port HTTP/1.1" 200 1123 0.018232 10.0.0.242 - - [2026-01-15 04:26:50] "POST /neutron/subnet HTTP/1.1" 200 690 0.008280 10.0.0.242 - - [2026-01-15 04:26:50] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 404 171 0.004590 10.0.0.242 - - [2026-01-15 04:26:50] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 404 171 0.003718 10.0.0.242 - - [2026-01-15 04:26:50] "GET /virtual-machine/17fa69e2-b5b2-4ba4-a9ca-b5dee077e5b6 HTTP/1.1" 404 171 0.005641 10.0.0.242 - - [2026-01-15 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.242 - - [2026-01-15 04:26:51] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003833 10.0.0.242 - - [2026-01-15 04:26:51] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002633 10.0.0.242 - - [2026-01-15 04:26:51] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005877 10.0.0.242 - - [2026-01-15 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.242 - - [2026-01-15 04:26:51] "GET /routing-instance/a583ccfa-ebb2-4708-ba93-6386ea6ca12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004248 10.0.0.242 - - [2026-01-15 04:26:51] "GET /route-target/1bb86c66-e395-4051-9da2-075e4c394099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004030 10.0.0.242 - - [2026-01-15 04:26:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004255 10.0.0.73 - - [2026-01-15 04:26:54] "GET /obj-perms HTTP/1.1" 200 5051 0.003626 10.0.0.242 - - [2026-01-15 04:27:00] "GET /obj-perms HTTP/1.1" 200 5051 0.004348 10.0.0.73 - - [2026-01-15 04:27:03] "GET /obj-perms HTTP/1.1" 200 5051 0.004454 10.0.0.242 - - [2026-01-15 04:27:03] "GET /obj-perms HTTP/1.1" 200 5051 0.004541 10.0.0.33 - - [2026-01-15 04:27:03] "GET /obj-perms HTTP/1.1" 200 5051 0.004189 10.0.0.242 - - [2026-01-15 04:27:04] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 200 1293 0.004112 10.0.0.242 - - [2026-01-15 04:27:04] "POST /neutron/port HTTP/1.1" 200 1123 0.016948 10.0.0.242 - - [2026-01-15 04:27:06] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 404 171 0.002803 10.0.0.242 - - [2026-01-15 04:27:06] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 404 171 0.003063 10.0.0.242 - - [2026-01-15 04:27:06] "GET /virtual-machine/1a25e84d-8391-4f82-9d54-35406b3fba93 HTTP/1.1" 404 171 0.002913 10.0.0.242 - - [2026-01-15 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.242 - - [2026-01-15 04:27:06] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004048 10.0.0.242 - - [2026-01-15 04:27:06] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003491 10.0.0.242 - - [2026-01-15 04:27:06] "GET /virtual-network/9b5c50ab-3edd-48d5-8702-19c9cdde8059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006971 10.0.0.242 - - [2026-01-15 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.242 - - [2026-01-15 04:27:06] "GET /routing-instance/a583ccfa-ebb2-4708-ba93-6386ea6ca12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006118 10.0.0.242 - - [2026-01-15 04:27:06] "GET /route-target/1bb86c66-e395-4051-9da2-075e4c394099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004798 10.0.0.242 - - [2026-01-15 04:27:12] "GET /obj-perms HTTP/1.1" 200 5051 0.003510 10.0.0.33 - - [2026-01-15 04:27:13] "GET /obj-perms HTTP/1.1" 200 5051 0.006828 10.0.0.242 - - [2026-01-15 04:27:13] "POST /neutron/network HTTP/1.1" 200 825 0.006614 10.0.0.73 - - [2026-01-15 04:27:13] "DELETE /route-target/1bb86c66-e395-4051-9da2-075e4c394099 HTTP/1.1" 200 115 0.034613 10.0.0.242 - - [2026-01-15 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.003278 10.0.0.242 - - [2026-01-15 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.73 - - [2026-01-15 04:27:16] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.242 - - [2026-01-15 04:27:16] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040845 10.0.0.242 - - [2026-01-15 04:27:16] "POST /network-policys HTTP/1.1" 200 522 0.031664 10.0.0.242 - - [2026-01-15 04:27:16] "GET /network-policy/b0756797-1de2-440b-9926-9d4f53ba5a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005307 10.0.0.242 - - [2026-01-15 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.004029 10.0.0.242 - - [2026-01-15 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.73 - - [2026-01-15 04:27:16] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.242 - - [2026-01-15 04:27:16] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044724 10.0.0.242 - - [2026-01-15 04:27:16] "POST /network-policys HTTP/1.1" 200 522 0.032731 10.0.0.242 - - [2026-01-15 04:27:16] "GET /network-policy/621ec710-888c-4d60-8bf5-2316490ff8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005740 10.0.0.242 - - [2026-01-15 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.73 - - [2026-01-15 04:27:16] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.242 - - [2026-01-15 04:27:16] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.037996 10.0.0.242 - - [2026-01-15 04:27:16] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004470 10.0.0.242 - - [2026-01-15 04:27:16] "POST /virtual-networks HTTP/1.1" 200 546 0.084816 10.0.0.242 - - [2026-01-15 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.242 - - [2026-01-15 04:27:17] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.005726 10.0.0.73 - - [2026-01-15 04:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.011566 10.0.0.242 - - [2026-01-15 04:27:17] "POST /ref-update HTTP/1.1" 200 156 0.086563 10.0.0.242 - - [2026-01-15 04:27:17] "POST /neutron/network HTTP/1.1" 200 809 0.007968 10.0.0.242 - - [2026-01-15 04:27:17] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005331 10.0.0.242 - - [2026-01-15 04:27:17] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005898 10.0.0.242 - - [2026-01-15 04:27:17] "GET /obj-perms HTTP/1.1" 200 5051 0.004726 10.0.0.73 - - [2026-01-15 04:27:17] "GET /obj-perms HTTP/1.1" 200 5051 0.006323 10.0.0.242 - - [2026-01-15 04:27:17] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007075 10.0.0.242 - - [2026-01-15 04:27:18] "PUT /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1 HTTP/1.1" 200 264 0.051908 10.0.0.242 - - [2026-01-15 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.242 - - [2026-01-15 04:27:18] "GET /network-policy/b0756797-1de2-440b-9926-9d4f53ba5a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004397 10.0.0.73 - - [2026-01-15 04:27:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.006894 10.0.0.242 - - [2026-01-15 04:27:18] "POST /ref-update HTTP/1.1" 200 156 0.048770 10.0.0.242 - - [2026-01-15 04:27:18] "POST /neutron/network HTTP/1.1" 200 886 0.007430 10.0.0.242 - - [2026-01-15 04:27:18] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004882 10.0.0.242 - - [2026-01-15 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.013085 10.0.0.242 - - [2026-01-15 04:27:18] "GET /network-policy/b0756797-1de2-440b-9926-9d4f53ba5a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005025 10.0.0.242 - - [2026-01-15 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.73 - - [2026-01-15 04:27:18] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002212 10.0.0.242 - - [2026-01-15 04:27:18] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058475 10.0.0.242 - - [2026-01-15 04:27:18] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004284 10.0.0.242 - - [2026-01-15 04:27:18] "POST /virtual-networks HTTP/1.1" 200 546 0.084893 10.0.0.242 - - [2026-01-15 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009348 10.0.0.73 - - [2026-01-15 04:27:18] "POST /ref-update HTTP/1.1" 200 156 0.033140 10.0.0.242 - - [2026-01-15 04:27:18] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004500 10.0.0.73 - - [2026-01-15 04:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010211 10.0.0.242 - - [2026-01-15 04:27:18] "POST /ref-update HTTP/1.1" 200 156 0.079560 10.0.0.242 - - [2026-01-15 04:27:18] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005008 10.0.0.242 - - [2026-01-15 04:27:18] "POST /neutron/network HTTP/1.1" 200 809 0.007178 10.0.0.242 - - [2026-01-15 04:27:19] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005845 10.0.0.33 - - [2026-01-15 04:27:19] "GET /obj-perms HTTP/1.1" 200 5051 0.003787 10.0.0.242 - - [2026-01-15 04:27:19] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006664 10.0.0.242 - - [2026-01-15 04:27:19] "PUT /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f HTTP/1.1" 200 264 0.054251 10.0.0.242 - - [2026-01-15 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2026-01-15 04:27:19] "GET /network-policy/621ec710-888c-4d60-8bf5-2316490ff8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004208 10.0.0.242 - - [2026-01-15 04:27:19] "POST /ref-update HTTP/1.1" 200 156 0.076766 10.0.0.242 - - [2026-01-15 04:27:19] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012596 10.0.0.242 - - [2026-01-15 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.73 - - [2026-01-15 04:27:19] "POST /ref-update HTTP/1.1" 200 156 0.043864 10.0.0.242 - - [2026-01-15 04:27:19] "GET /network-policy/621ec710-888c-4d60-8bf5-2316490ff8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006382 10.0.0.242 - - [2026-01-15 04:27:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.002021 10.0.0.242 - - [2026-01-15 04:27:20] "POST /neutron/network HTTP/1.1" 200 896 0.007494 10.0.0.73 - - [2026-01-15 04:27:21] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001283 10.0.0.242 - - [2026-01-15 04:27:21] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.093010 10.0.0.242 - - [2026-01-15 04:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.006749 10.0.0.242 - - [2026-01-15 04:27:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001149 10.0.0.242 - - [2026-01-15 04:27:22] "POST /neutron/network HTTP/1.1" 200 896 0.014407 10.0.0.242 - - [2026-01-15 04:27:22] "POST /neutron/port HTTP/1.1" 200 1061 0.016696 10.0.0.242 - - [2026-01-15 04:27:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004414 10.0.0.73 - - [2026-01-15 04:27:23] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.242 - - [2026-01-15 04:27:23] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.102928 10.0.0.242 - - [2026-01-15 04:27:23] "POST /neutron/network HTTP/1.1" 200 886 0.007224 10.0.0.242 - - [2026-01-15 04:27:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006674 10.0.0.242 - - [2026-01-15 04:27:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009361 10.0.0.242 - - [2026-01-15 04:27:24] "POST /neutron/port HTTP/1.1" 200 1061 0.059927 10.0.0.242 - - [2026-01-15 04:27:24] "POST /neutron/port HTTP/1.1" 200 1125 0.017591 10.0.0.242 - - [2026-01-15 04:27:24] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.242 - - [2026-01-15 04:27:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006740 10.0.0.242 - - [2026-01-15 04:27:28] "POST /neutron/port HTTP/1.1" 200 1125 0.020819 10.0.0.242 - - [2026-01-15 04:27:28] "GET /virtual-machine/bdae6a33-ce37-41d6-8272-07ae9f37fd20 HTTP/1.1" 200 1293 0.006896 10.0.0.242 - - [2026-01-15 04:27:28] "GET /virtual-machine-interface/f6b43e9c-790f-4bd2-a250-8cbe16ea5782 HTTP/1.1" 200 2950 0.005219 10.0.0.242 - - [2026-01-15 04:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.242 - - [2026-01-15 04:27:28] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003459 10.0.0.242 - - [2026-01-15 04:27:28] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002785 10.0.0.242 - - [2026-01-15 04:27:29] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005766 10.0.0.242 - - [2026-01-15 04:27:29] "POST /neutron/port HTTP/1.1" 200 1125 0.018532 10.0.0.242 - - [2026-01-15 04:27:29] "POST /neutron/subnet HTTP/1.1" 200 646 0.009290 10.0.0.242 - - [2026-01-15 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2026-01-15 04:27:32] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006023 10.0.0.242 - - [2026-01-15 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.242 - - [2026-01-15 04:27:36] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006389 10.0.0.242 - - [2026-01-15 04:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.242 - - [2026-01-15 04:27:40] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005281 10.0.0.242 - - [2026-01-15 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2026-01-15 04:27:44] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005928 10.0.0.242 - - [2026-01-15 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.242 - - [2026-01-15 04:27:48] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006795 10.0.0.242 - - [2026-01-15 04:27:51] "POST /neutron/port HTTP/1.1" 200 1125 0.022146 10.0.0.242 - - [2026-01-15 04:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.242 - - [2026-01-15 04:27:51] "POST /neutron/network HTTP/1.1" 200 886 0.008444 10.0.0.242 - - [2026-01-15 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.242 - - [2026-01-15 04:27:52] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005059 10.0.0.242 - - [2026-01-15 04:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.242 - - [2026-01-15 04:27:56] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007107 10.0.0.242 - - [2026-01-15 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.242 - - [2026-01-15 04:28:00] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006269 10.0.0.242 - - [2026-01-15 04:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.242 - - [2026-01-15 04:28:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005888 10.0.0.242 - - [2026-01-15 04:28:02] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004324 10.0.0.242 - - [2026-01-15 04:28:02] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006248 10.0.0.242 - - [2026-01-15 04:28:08] "POST /neutron/port HTTP/1.1" 200 1125 0.018969 10.0.0.242 - - [2026-01-15 04:28:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006256 10.0.0.242 - - [2026-01-15 04:28:18] "POST /neutron/port HTTP/1.1" 200 1125 0.055919 10.0.0.242 - - [2026-01-15 04:28:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008643 10.0.0.242 - - [2026-01-15 04:28:24] "POST /neutron/port HTTP/1.1" 200 1125 0.018175 10.0.0.242 - - [2026-01-15 04:28:24] "GET /virtual-machine/77812e99-e9af-4e0b-921d-a6b7ab0cd3dd HTTP/1.1" 200 1293 0.006878 10.0.0.242 - - [2026-01-15 04:28:24] "GET /virtual-machine-interface/eef7e7d0-55a6-46bb-9cd8-03b0ad691415 HTTP/1.1" 200 2950 0.005533 10.0.0.242 - - [2026-01-15 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.038926 10.0.0.242 - - [2026-01-15 04:28:24] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003795 10.0.0.242 - - [2026-01-15 04:28:24] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003112 10.0.0.242 - - [2026-01-15 04:28:24] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006337 10.0.0.242 - - [2026-01-15 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.242 - - [2026-01-15 04:28:25] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004381 10.0.0.242 - - [2026-01-15 04:28:25] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004260 10.0.0.242 - - [2026-01-15 04:28:25] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007353 10.0.0.242 - - [2026-01-15 04:28:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007736 10.0.0.242 - - [2026-01-15 04:28:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016510 10.0.0.242 - - [2026-01-15 04:28:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006723 10.0.0.242 - - [2026-01-15 04:28:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.019717 10.0.0.242 - - [2026-01-15 04:28:36] "POST /neutron/port HTTP/1.1" 200 1125 0.017734 10.0.0.242 - - [2026-01-15 04:28:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007526 10.0.0.33 - - [2026-01-15 04:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.33 - - [2026-01-15 04:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.73 - - [2026-01-15 04:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.73 - - [2026-01-15 04:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.33 - - [2026-01-15 04:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.33 - - [2026-01-15 04:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.73 - - [2026-01-15 04:28:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.73 - - [2026-01-15 04:28:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.242 - - [2026-01-15 04:28:51] "POST /neutron/network HTTP/1.1" 200 896 0.041211 10.0.0.242 - - [2026-01-15 04:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.242 - - [2026-01-15 04:28:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2026-01-15 04:28:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.242 - - [2026-01-15 04:28:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.242 - - [2026-01-15 04:28:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.242 - - [2026-01-15 04:29:33] "POST /neutron/port HTTP/1.1" 200 1125 0.016700 10.0.0.242 - - [2026-01-15 04:29:33] "POST /neutron/subnet HTTP/1.1" 200 646 0.008872 10.0.0.242 - - [2026-01-15 04:29:51] "POST /neutron/port HTTP/1.1" 200 1125 0.018878 10.0.0.242 - - [2026-01-15 04:29:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003411 10.0.0.242 - - [2026-01-15 04:29:51] "POST /neutron/network HTTP/1.1" 200 886 0.007285 10.0.0.73 - - [2026-01-15 04:29:57] "GET /obj-perms HTTP/1.1" 200 5075 0.080878 10.0.0.242 - - [2026-01-15 04:29:57] "GET /obj-perms HTTP/1.1" 200 5075 0.085050 10.0.0.33 - - [2026-01-15 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2026-01-15 04:29:57] "GET /virtual-router/1982cdd1-9922-4ba9-9fde-624192c74c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005888 10.0.0.242 - - [2026-01-15 04:30:34] "POST /neutron/network HTTP/1.1" 200 896 0.007710 10.0.0.242 - - [2026-01-15 04:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.001374 ++ 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 Jan 15 04:30:34 AM UTC 2026 ===================' INFO: =================== Thu Jan 15 04:30:34 AM UTC 2026 =================== ++ 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ 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.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.33:8081 10.0.0.73:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.33:9042 10.0.0.73:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.33:8086 10.0.0.73:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.33:8082 10.0.0.73:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.33:9161 10.0.0.73:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.33:9041 10.0.0.73: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.249,10.20.0.201,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.249,10.20.0.201,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.33:2181,10.0.0.73:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.33:2181 10.0.0.73:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.33:5673,10.0.0.73:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.33:6379 10.0.0.73:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.33:9092 10.0.0.73:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.33,10.0.0.73 ++ 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.242,10.0.0.33,10.0.0.73 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.33,10.0.0.73 +++ local servers=10.0.0.242,10.0.0.33,10.0.0.73 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 3 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.242:9041 10.0.0.33:9041 10.0.0.73:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /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: 01/15/2026 04:30:43.303 7fa6c1b16800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/15/2026 04:30:43.434 7fa6c1b16800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/15/2026 04:30:43.446 7fa6c1b16800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/15/2026 04:30:43.446 7fa6c1b16800 [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.73:8082/ Hit Ctrl-C to quit. 10.0.0.73 - - [2026-01-15 04:30:44] "GET / HTTP/1.1" 503 181 0.000222 10.0.0.73 - - [2026-01-15 04:30:44] "GET / HTTP/1.1" 503 181 0.000131 10.0.0.73 - - [2026-01-15 04:30:45] "GET / HTTP/1.1" 200 45871 0.001723 10.0.0.73 - - [2026-01-15 04:30:45] "GET / HTTP/1.1" 200 45871 0.001096 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.73 - - [2026-01-15 04:30:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000967 10.0.0.73 - - [2026-01-15 04:30:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000278 [Introspect:8084]10.0.0.242 - - [2026-01-15 04:30:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001416 10.0.0.73 - - [2026-01-15 04:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.847365 10.0.0.73 - - [2026-01-15 04:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.73 - - [2026-01-15 04:30:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.517309 10.0.0.73 - - [2026-01-15 04:30:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003180 /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.73 - - [2026-01-15 04:30:46] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000851 10.0.0.73 - - [2026-01-15 04:30:46] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.043946 10.0.0.73 - - [2026-01-15 04:30:46] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000865 10.0.0.73 - - [2026-01-15 04:30:46] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=security_groups HTTP/1.1" 200 1088 0.050324 10.0.0.73 - - [2026-01-15 04:30:46] "GET /projects?obj_uuids=6966520c-938e-4a5e-9011-e97601958f74&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001341 10.0.0.73 - - [2026-01-15 04:30:47] "GET /project/6966520c-938e-4a5e-9011-e97601958f74?fields=application_policy_sets HTTP/1.1" 200 1381 0.058759 10.0.0.73 - - [2026-01-15 04:30:47] "DELETE /project/6966520c-938e-4a5e-9011-e97601958f74 HTTP/1.1" 409 278 0.253986 [Introspect:8084]10.0.0.242 - - [2026-01-15 04:30:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001111 [Introspect:8084]10.0.0.242 - - [2026-01-15 04:30:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001028 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.242 - - [2026-01-15 04:30:52] "POST /neutron/port HTTP/1.1" 200 1125 0.082597 10.0.0.242 - - [2026-01-15 04:30:52] "GET /obj-perms HTTP/1.1" 200 5051 0.591058 10.0.0.242 - - [2026-01-15 04:30:52] "POST /neutron/subnet HTTP/1.1" 200 646 0.020467 10.0.0.242 - - [2026-01-15 04:30:53] "GET /obj-perms HTTP/1.1" 200 5051 0.004172 10.0.0.242 - - [2026-01-15 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.036249 10.0.0.73 - - [2026-01-15 04:30:53] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.242 - - [2026-01-15 04:30:53] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.036935 10.0.0.242 - - [2026-01-15 04:30:53] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003223 10.0.0.242 - - [2026-01-15 04:30:53] "POST /virtual-networks HTTP/1.1" 200 546 0.085351 10.0.0.242 - - [2026-01-15 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.242 - - [2026-01-15 04:30:53] "GET /network-ipam/078d9751-7ca7-4f36-bea2-0b871f0dddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003994 10.0.0.73 - - [2026-01-15 04:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006797 10.0.0.242 - - [2026-01-15 04:30:53] "POST /ref-update HTTP/1.1" 200 156 0.083833 10.0.0.242 - - [2026-01-15 04:30:53] "POST /neutron/network HTTP/1.1" 200 809 0.048240 10.0.0.242 - - [2026-01-15 04:30:53] "GET /virtual-network/5b56c70f-5d90-4d92-839a-9e225977cc79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.006783 10.0.0.242 - - [2026-01-15 04:30:53] "POST /neutron/subnet HTTP/1.1" 200 672 0.011426 10.0.0.73 - - [2026-01-15 04:30:53] "POST /route-targets HTTP/1.1" 200 327 0.075100 10.0.0.242 - - [2026-01-15 04:30:54] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007354 10.0.0.33 - - [2026-01-15 04:30:54] "GET /obj-perms HTTP/1.1" 200 5051 0.085754 10.0.0.242 - - [2026-01-15 04:30:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001522 10.0.0.242 - - [2026-01-15 04:30:55] "POST /neutron/network HTTP/1.1" 200 896 0.007163 10.0.0.73 - - [2026-01-15 04:30:55] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.242 - - [2026-01-15 04:30:56] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074960 10.0.0.242 - - [2026-01-15 04:30:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011412 10.0.0.242 - - [2026-01-15 04:30:56] "POST /neutron/network HTTP/1.1" 200 896 0.006876 10.0.0.242 - - [2026-01-15 04:30:57] "POST /neutron/port HTTP/1.1" 200 1061 0.019801 10.0.0.242 - - [2026-01-15 04:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006259 10.0.0.242 - - [2026-01-15 04:30:57] "POST /neutron/network HTTP/1.1" 200 886 0.007550 10.0.0.242 - - [2026-01-15 04:31:01] "POST /neutron/port HTTP/1.1" 200 1125 0.024306 10.0.0.242 - - [2026-01-15 04:31:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009863 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 200 1293 0.039250 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 200 1293 0.004131 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine-interface/fffb8f27-0cc2-4a01-aa29-38c5e90f0e8d HTTP/1.1" 200 2950 0.007555 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 200 1293 0.005198 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine-interface/fffb8f27-0cc2-4a01-aa29-38c5e90f0e8d HTTP/1.1" 200 2950 0.007153 10.0.0.242 - - [2026-01-15 04:31:02] "GET /instance-ip/19b80b36-b360-4e7b-a507-669c52456a7a HTTP/1.1" 200 1623 0.007821 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 200 1293 0.004898 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-machine-interface/fffb8f27-0cc2-4a01-aa29-38c5e90f0e8d HTTP/1.1" 200 2950 0.007131 10.0.0.242 - - [2026-01-15 04:31:02] "GET /instance-ip/19b80b36-b360-4e7b-a507-669c52456a7a HTTP/1.1" 200 1623 0.005770 10.0.0.242 - - [2026-01-15 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.242 - - [2026-01-15 04:31:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005449 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004261 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008088 10.0.0.242 - - [2026-01-15 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.242 - - [2026-01-15 04:31:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006451 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006462 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008591 10.0.0.242 - - [2026-01-15 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.242 - - [2026-01-15 04:31:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005796 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004425 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009287 10.0.0.242 - - [2026-01-15 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.242 - - [2026-01-15 04:31:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006237 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004577 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006926 10.0.0.242 - - [2026-01-15 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.242 - - [2026-01-15 04:31:02] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005110 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004606 10.0.0.242 - - [2026-01-15 04:31:02] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010003 10.0.0.242 - - [2026-01-15 04:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.242 - - [2026-01-15 04:31:05] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004990 10.0.0.242 - - [2026-01-15 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-15 04:31:09] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005594 10.0.0.242 - - [2026-01-15 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.242 - - [2026-01-15 04:31:14] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005651 10.0.0.242 - - [2026-01-15 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.242 - - [2026-01-15 04:31:18] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004705 10.0.0.242 - - [2026-01-15 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2026-01-15 04:31:22] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005509 10.0.0.242 - - [2026-01-15 04:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.242 - - [2026-01-15 04:31:26] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006230 10.0.0.242 - - [2026-01-15 04:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.242 - - [2026-01-15 04:31:30] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005048 10.0.0.242 - - [2026-01-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.242 - - [2026-01-15 04:31:34] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005316 10.0.0.242 - - [2026-01-15 04:31:35] "POST /neutron/port HTTP/1.1" 200 1125 0.047481 10.0.0.242 - - [2026-01-15 04:31:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.242 - - [2026-01-15 04:31:35] "POST /neutron/network HTTP/1.1" 200 886 0.007346 10.0.0.242 - - [2026-01-15 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.242 - - [2026-01-15 04:31:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004327 10.0.0.242 - - [2026-01-15 04:31:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002845 10.0.0.242 - - [2026-01-15 04:31:38] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006744 10.0.0.242 - - [2026-01-15 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.242 - - [2026-01-15 04:31:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003477 10.0.0.242 - - [2026-01-15 04:31:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003813 10.0.0.242 - - [2026-01-15 04:31:38] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006300 10.0.0.242 - - [2026-01-15 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.242 - - [2026-01-15 04:31:39] "GET /routing-instance/a9118b3c-1308-46b3-aad5-c8b2f534225f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004993 10.0.0.242 - - [2026-01-15 04:31:39] "GET /route-target/61dfdd96-eeec-4b00-b257-0f3296d5bbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004743 10.0.0.242 - - [2026-01-15 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.242 - - [2026-01-15 04:31:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003462 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004495 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005419 10.0.0.242 - - [2026-01-15 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.242 - - [2026-01-15 04:31:39] "GET /routing-instance/a9118b3c-1308-46b3-aad5-c8b2f534225f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005191 10.0.0.242 - - [2026-01-15 04:31:39] "GET /route-target/61dfdd96-eeec-4b00-b257-0f3296d5bbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003908 10.0.0.242 - - [2026-01-15 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.242 - - [2026-01-15 04:31:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004858 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003377 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007329 10.0.0.242 - - [2026-01-15 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.242 - - [2026-01-15 04:31:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004702 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003749 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007131 10.0.0.242 - - [2026-01-15 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.242 - - [2026-01-15 04:31:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004797 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004431 10.0.0.242 - - [2026-01-15 04:31:39] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006883 10.0.0.73 - - [2026-01-15 04:31:39] "GET /obj-perms HTTP/1.1" 200 5051 0.074273 10.0.0.242 - - [2026-01-15 04:31:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004253 10.0.0.242 - - [2026-01-15 04:31:39] "GET /obj-perms HTTP/1.1" 200 5051 0.003427 10.0.0.33 - - [2026-01-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003760 10.0.0.242 - - [2026-01-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004086 10.0.0.73 - - [2026-01-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003379 10.0.0.242 - - [2026-01-15 04:31:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001067 10.0.0.242 - - [2026-01-15 04:31:40] "POST /neutron/network HTTP/1.1" 200 896 0.008032 10.0.0.73 - - [2026-01-15 04:31:41] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.242 - - [2026-01-15 04:31:41] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.090154 10.0.0.242 - - [2026-01-15 04:31:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007137 10.0.0.242 - - [2026-01-15 04:31:42] "POST /neutron/network HTTP/1.1" 200 896 0.006740 10.0.0.242 - - [2026-01-15 04:31:42] "POST /neutron/port HTTP/1.1" 200 1061 0.023217 10.0.0.242 - - [2026-01-15 04:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003840 10.0.0.242 - - [2026-01-15 04:31:43] "POST /neutron/network HTTP/1.1" 200 886 0.008132 10.0.0.242 - - [2026-01-15 04:31:47] "POST /neutron/port HTTP/1.1" 200 1125 0.036854 10.0.0.242 - - [2026-01-15 04:31:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010212 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 200 1293 0.009456 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 200 1293 0.006121 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine-interface/fb2bcb90-3e1e-495d-97d8-a81b9fa6f30a HTTP/1.1" 200 2950 0.005773 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 200 1293 0.004037 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine-interface/fb2bcb90-3e1e-495d-97d8-a81b9fa6f30a HTTP/1.1" 200 2950 0.007916 10.0.0.242 - - [2026-01-15 04:31:47] "GET /instance-ip/cca95241-1229-4a61-b0c0-2e955f2acd71 HTTP/1.1" 200 1624 0.007876 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 200 1293 0.003979 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-machine-interface/fb2bcb90-3e1e-495d-97d8-a81b9fa6f30a HTTP/1.1" 200 2950 0.007453 10.0.0.242 - - [2026-01-15 04:31:47] "GET /instance-ip/cca95241-1229-4a61-b0c0-2e955f2acd71 HTTP/1.1" 200 1624 0.007382 10.0.0.242 - - [2026-01-15 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.242 - - [2026-01-15 04:31:47] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006289 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003960 10.0.0.242 - - [2026-01-15 04:31:47] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007002 10.0.0.242 - - [2026-01-15 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.242 - - [2026-01-15 04:31:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003866 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003395 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007805 10.0.0.242 - - [2026-01-15 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.242 - - [2026-01-15 04:31:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004300 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003267 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004921 10.0.0.242 - - [2026-01-15 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005691 10.0.0.242 - - [2026-01-15 04:31:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005462 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003609 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005377 10.0.0.242 - - [2026-01-15 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2026-01-15 04:31:48] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003874 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003378 10.0.0.242 - - [2026-01-15 04:31:48] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005725 10.0.0.242 - - [2026-01-15 04:31:49] "POST /neutron/port HTTP/1.1" 200 1125 0.060291 10.0.0.242 - - [2026-01-15 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.242 - - [2026-01-15 04:31:51] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010200 10.0.0.242 - - [2026-01-15 04:31:52] "POST /neutron/port HTTP/1.1" 200 1125 0.017089 10.0.0.242 - - [2026-01-15 04:31:52] "POST /neutron/subnet HTTP/1.1" 200 646 0.009698 10.0.0.242 - - [2026-01-15 04:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.242 - - [2026-01-15 04:31:55] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005196 10.0.0.242 - - [2026-01-15 04:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.242 - - [2026-01-15 04:31:59] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005407 10.0.0.242 - - [2026-01-15 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.242 - - [2026-01-15 04:32:03] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005752 10.0.0.242 - - [2026-01-15 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.242 - - [2026-01-15 04:32:07] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005400 10.0.0.242 - - [2026-01-15 04:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.242 - - [2026-01-15 04:32:12] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005145 10.0.0.242 - - [2026-01-15 04:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.242 - - [2026-01-15 04:32:16] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005080 10.0.0.242 - - [2026-01-15 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.242 - - [2026-01-15 04:32:20] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005183 10.0.0.242 - - [2026-01-15 04:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2026-01-15 04:32:24] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005344 10.0.0.242 - - [2026-01-15 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.242 - - [2026-01-15 04:32:28] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006442 10.0.0.242 - - [2026-01-15 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.242 - - [2026-01-15 04:32:32] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006193 10.0.0.242 - - [2026-01-15 04:32:35] "POST /neutron/port HTTP/1.1" 200 1125 0.018865 10.0.0.242 - - [2026-01-15 04:32:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003722 10.0.0.242 - - [2026-01-15 04:32:35] "POST /neutron/network HTTP/1.1" 200 886 0.006541 10.0.0.242 - - [2026-01-15 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2026-01-15 04:32:36] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005098 10.0.0.242 - - [2026-01-15 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.242 - - [2026-01-15 04:32:38] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003373 10.0.0.242 - - [2026-01-15 04:32:38] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002836 10.0.0.242 - - [2026-01-15 04:32:38] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006122 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.242 - - [2026-01-15 04:32:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004586 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002982 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005363 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.242 - - [2026-01-15 04:32:39] "GET /routing-instance/17b6d6c5-2c6f-448d-90e5-2dc8052722c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004144 10.0.0.242 - - [2026-01-15 04:32:39] "GET /route-target/64bd839e-f903-4cfb-8fe5-0c3482d603ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004411 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.242 - - [2026-01-15 04:32:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003671 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002656 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005633 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.242 - - [2026-01-15 04:32:39] "GET /routing-instance/17b6d6c5-2c6f-448d-90e5-2dc8052722c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004326 10.0.0.242 - - [2026-01-15 04:32:39] "GET /route-target/64bd839e-f903-4cfb-8fe5-0c3482d603ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003819 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.242 - - [2026-01-15 04:32:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004053 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004095 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005481 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.242 - - [2026-01-15 04:32:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004507 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003205 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006488 10.0.0.242 - - [2026-01-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.242 - - [2026-01-15 04:32:39] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004196 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003358 10.0.0.242 - - [2026-01-15 04:32:39] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006090 10.0.0.242 - - [2026-01-15 04:32:39] "GET /obj-perms HTTP/1.1" 200 5051 0.003558 10.0.0.73 - - [2026-01-15 04:32:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004862 10.0.0.242 - - [2026-01-15 04:32:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004741 10.0.0.242 - - [2026-01-15 04:32:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003513 10.0.0.33 - - [2026-01-15 04:32:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003919 10.0.0.242 - - [2026-01-15 04:32:40] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 200 1293 0.005183 10.0.0.242 - - [2026-01-15 04:32:40] "GET /virtual-machine-interface/fffb8f27-0cc2-4a01-aa29-38c5e90f0e8d HTTP/1.1" 200 2950 0.004971 10.0.0.242 - - [2026-01-15 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.242 - - [2026-01-15 04:32:40] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003797 10.0.0.242 - - [2026-01-15 04:32:40] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002908 10.0.0.242 - - [2026-01-15 04:32:40] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009217 10.0.0.242 - - [2026-01-15 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.242 - - [2026-01-15 04:32:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003277 10.0.0.242 - - [2026-01-15 04:32:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003559 10.0.0.242 - - [2026-01-15 04:32:41] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005203 10.0.0.242 - - [2026-01-15 04:32:41] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 200 1293 0.004350 10.0.0.242 - - [2026-01-15 04:32:41] "GET /virtual-machine-interface/fb2bcb90-3e1e-495d-97d8-a81b9fa6f30a HTTP/1.1" 200 2950 0.005609 10.0.0.242 - - [2026-01-15 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.242 - - [2026-01-15 04:32:41] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003956 10.0.0.242 - - [2026-01-15 04:32:41] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003880 10.0.0.242 - - [2026-01-15 04:32:41] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010731 10.0.0.242 - - [2026-01-15 04:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.242 - - [2026-01-15 04:32:42] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004610 10.0.0.242 - - [2026-01-15 04:32:42] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003272 10.0.0.242 - - [2026-01-15 04:32:43] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005046 10.0.0.242 - - [2026-01-15 04:32:48] "POST /neutron/port HTTP/1.1" 200 1125 0.020273 10.0.0.242 - - [2026-01-15 04:32:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006499 10.0.0.242 - - [2026-01-15 04:32:52] "POST /neutron/network HTTP/1.1" 200 896 0.006851 10.0.0.242 - - [2026-01-15 04:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.242 - - [2026-01-15 04:32:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008909 10.0.0.242 - - [2026-01-15 04:33:35] "POST /neutron/port HTTP/1.1" 200 1125 0.020927 10.0.0.242 - - [2026-01-15 04:33:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.242 - - [2026-01-15 04:33:35] "POST /neutron/network HTTP/1.1" 200 886 0.008160 10.0.0.242 - - [2026-01-15 04:33:43] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 200 1293 0.004197 10.0.0.242 - - [2026-01-15 04:33:44] "POST /neutron/port HTTP/1.1" 200 151 0.173647 10.0.0.242 - - [2026-01-15 04:33:45] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 404 171 0.004073 10.0.0.242 - - [2026-01-15 04:33:45] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 404 171 0.003148 10.0.0.242 - - [2026-01-15 04:33:45] "GET /virtual-machine/225b2469-668e-4ff4-a377-2aa32a27943a HTTP/1.1" 404 171 0.003610 10.0.0.242 - - [2026-01-15 04:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2026-01-15 04:33:46] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003551 10.0.0.242 - - [2026-01-15 04:33:46] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003609 10.0.0.242 - - [2026-01-15 04:33:46] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005047 10.0.0.242 - - [2026-01-15 04:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.242 - - [2026-01-15 04:33:46] "GET /routing-instance/17b6d6c5-2c6f-448d-90e5-2dc8052722c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005313 10.0.0.242 - - [2026-01-15 04:33:46] "GET /route-target/64bd839e-f903-4cfb-8fe5-0c3482d603ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003510 10.0.0.242 - - [2026-01-15 04:33:46] "GET /obj-perms HTTP/1.1" 200 5051 0.059000 10.0.0.33 - - [2026-01-15 04:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000568 10.0.0.33 - - [2026-01-15 04:33:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.73 - - [2026-01-15 04:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.73 - - [2026-01-15 04:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2026-01-15 04:33:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004164 10.0.0.33 - - [2026-01-15 04:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.33 - - [2026-01-15 04:33:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.73 - - [2026-01-15 04:33:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.73 - - [2026-01-15 04:33:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000801 10.0.0.242 - - [2026-01-15 04:33:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.242 - - [2026-01-15 04:33:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.242 - - [2026-01-15 04:33:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.242 - - [2026-01-15 04:33:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.242 - - [2026-01-15 04:33:54] "POST /neutron/network HTTP/1.1" 200 896 0.006976 10.0.0.242 - - [2026-01-15 04:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.242 - - [2026-01-15 04:33:55] "GET /obj-perms HTTP/1.1" 200 5051 0.004586 10.0.0.242 - - [2026-01-15 04:33:58] "GET /obj-perms HTTP/1.1" 200 5051 0.004274 10.0.0.73 - - [2026-01-15 04:34:01] "GET /obj-perms HTTP/1.1" 200 5075 0.080477 10.0.0.242 - - [2026-01-15 04:34:05] "GET /obj-perms HTTP/1.1" 200 5051 0.005022 10.0.0.242 - - [2026-01-15 04:34:05] "GET /obj-perms HTTP/1.1" 200 5051 0.004195 10.0.0.242 - - [2026-01-15 04:34:05] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 200 1293 0.005471 10.0.0.242 - - [2026-01-15 04:34:05] "POST /neutron/port HTTP/1.1" 200 1115 0.013156 10.0.0.242 - - [2026-01-15 04:34:07] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 404 171 0.003338 10.0.0.242 - - [2026-01-15 04:34:07] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 404 171 0.003373 10.0.0.242 - - [2026-01-15 04:34:07] "GET /virtual-machine/2d0566ed-8b50-456b-b21b-841b485a7a6f HTTP/1.1" 404 171 0.003381 10.0.0.242 - - [2026-01-15 04:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.242 - - [2026-01-15 04:34:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003573 10.0.0.242 - - [2026-01-15 04:34:07] "GET /virtual-networks?parent_id=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004963 10.0.0.242 - - [2026-01-15 04:34:07] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007320 10.0.0.242 - - [2026-01-15 04:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.242 - - [2026-01-15 04:34:07] "GET /routing-instance/a9118b3c-1308-46b3-aad5-c8b2f534225f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004787 10.0.0.242 - - [2026-01-15 04:34:07] "GET /route-target/61dfdd96-eeec-4b00-b257-0f3296d5bbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003813 10.0.0.33 - - [2026-01-15 04:34:08] "GET /obj-perms HTTP/1.1" 200 5051 0.007972 10.0.0.242 - - [2026-01-15 04:34:11] "GET /obj-perms HTTP/1.1" 200 5051 0.003922 10.0.0.73 - - [2026-01-15 04:34:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004921 10.0.0.73 - - [2026-01-15 04:34:11] "POST /useragent-kv HTTP/1.1" 200 115 0.015591 10.0.0.242 - - [2026-01-15 04:34:11] "DELETE /virtual-network/5b56c70f-5d90-4d92-839a-9e225977cc79 HTTP/1.1" 200 115 0.137598 10.0.0.73 - - [2026-01-15 04:34:11] "DELETE /route-target/004b4cf4-213f-4b97-8ba9-529215e52ae3 HTTP/1.1" 200 115 0.033495 10.0.0.242 - - [2026-01-15 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006373 10.0.0.242 - - [2026-01-15 04:34:11] "GET /network-policy/621ec710-888c-4d60-8bf5-2316490ff8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004914 10.0.0.242 - - [2026-01-15 04:34:11] "POST /ref-update HTTP/1.1" 200 156 0.073713 10.0.0.242 - - [2026-01-15 04:34:11] "GET /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009923 10.0.0.242 - - [2026-01-15 04:34:11] "DELETE /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f HTTP/1.1" 409 248 0.027099 10.0.0.242 - - [2026-01-15 04:34:12] "POST /neutron/port HTTP/1.1" 200 1125 0.017761 10.0.0.242 - - [2026-01-15 04:34:12] "POST /neutron/port HTTP/1.1" 200 151 0.217275 10.0.0.73 - - [2026-01-15 04:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005094 10.0.0.73 - - [2026-01-15 04:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004636 10.0.0.242 - - [2026-01-15 04:34:14] "DELETE /virtual-network/a514cb68-8dca-47f8-b557-e313efe9b51f HTTP/1.1" 200 115 0.126577 10.0.0.73 - - [2026-01-15 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.242 - - [2026-01-15 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.242 - - [2026-01-15 04:34:14] "GET /network-policy/b0756797-1de2-440b-9926-9d4f53ba5a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004338 10.0.0.242 - - [2026-01-15 04:34:14] "POST /ref-update HTTP/1.1" 200 156 0.056699 10.0.0.242 - - [2026-01-15 04:34:14] "POST /neutron/network HTTP/1.1" 200 809 0.016983 10.0.0.242 - - [2026-01-15 04:34:14] "GET /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009961 10.0.0.73 - - [2026-01-15 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006783 10.0.0.73 - - [2026-01-15 04:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003903 10.0.0.73 - - [2026-01-15 04:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003245 10.0.0.242 - - [2026-01-15 04:34:14] "DELETE /virtual-network/ccad739b-579d-43c2-a839-ab2e806ae1b1 HTTP/1.1" 200 115 0.127040 10.0.0.242 - - [2026-01-15 04:34:14] "DELETE /network-policy/621ec710-888c-4d60-8bf5-2316490ff8e6 HTTP/1.1" 200 115 0.044219 10.0.0.242 - - [2026-01-15 04:34:14] "DELETE /network-policy/b0756797-1de2-440b-9926-9d4f53ba5a95 HTTP/1.1" 200 115 0.040681 10.0.0.73 - - [2026-01-15 04:34:43] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.242 - - [2026-01-15 04:34:43] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076755 10.0.0.73 - - [2026-01-15 04:34:43] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000843 10.0.0.242 - - [2026-01-15 04:34:43] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?fields=virtual_networks HTTP/1.1" 200 1035 0.037369 10.0.0.73 - - [2026-01-15 04:34:43] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.242 - - [2026-01-15 04:34:43] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043458 10.0.0.73 - - [2026-01-15 04:34:43] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.242 - - [2026-01-15 04:34:43] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?fields=security_groups HTTP/1.1" 200 1262 0.048112 10.0.0.242 - - [2026-01-15 04:34:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.037010 10.0.0.73 - - [2026-01-15 04:34:44] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002948 10.0.0.73 - - [2026-01-15 04:34:44] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.73 - - [2026-01-15 04:34:44] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006990 10.0.0.73 - - [2026-01-15 04:34:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001094 10.0.0.73 - - [2026-01-15 04:34:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.008977 10.0.0.73 - - [2026-01-15 04:34:45] "POST /security-groups HTTP/1.1" 200 591 0.027851 10.0.0.73 - - [2026-01-15 04:34:45] "POST /projects HTTP/1.1" 200 585 0.236613 10.0.0.73 - - [2026-01-15 04:34:45] "POST /access-control-lists HTTP/1.1" 200 596 0.029127 10.0.0.73 - - [2026-01-15 04:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.314775 10.0.0.242 - - [2026-01-15 04:34:45] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.473279 10.0.0.242 - - [2026-01-15 04:34:46] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.73 - - [2026-01-15 04:34:47] "DELETE /project/c35ed7c2a2564024a399134a1dda8460 HTTP/1.1" 404 173 0.004243 10.0.0.73 - - [2026-01-15 04:34:47] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.73 - - [2026-01-15 04:34:47] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.049990 10.0.0.73 - - [2026-01-15 04:34:47] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000882 10.0.0.73 - - [2026-01-15 04:34:47] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?fields=security_groups HTTP/1.1" 200 1367 0.055251 10.0.0.73 - - [2026-01-15 04:34:47] "DELETE /security-group/9e929889-8add-4101-b3ca-a4603eab8bd9 HTTP/1.1" 200 115 0.062110 10.0.0.73 - - [2026-01-15 04:34:47] "GET /projects?obj_uuids=d874297e-78d1-4659-a27a-aff79c089f18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.73 - - [2026-01-15 04:34:47] "DELETE /access-control-list/61507f4e-27ec-4d60-b358-e55c15e93b4e HTTP/1.1" 200 115 0.043901 10.0.0.73 - - [2026-01-15 04:34:47] "GET /project/d874297e-78d1-4659-a27a-aff79c089f18?fields=application_policy_sets HTTP/1.1" 200 1406 0.046258 10.0.0.73 - - [2026-01-15 04:34:47] "DELETE /project/d874297e-78d1-4659-a27a-aff79c089f18 HTTP/1.1" 200 115 0.421101 10.0.0.242 - - [2026-01-15 04:34:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-15 04:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.037167 10.0.0.73 - - [2026-01-15 04:34:48] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.242 - - [2026-01-15 04:34:48] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.049549 10.0.0.73 - - [2026-01-15 04:34:49] "POST /ref-update HTTP/1.1" 200 156 0.027988 10.0.0.73 - - [2026-01-15 04:34:49] "POST /useragent-kv HTTP/1.1" 200 115 0.016665 10.0.0.242 - - [2026-01-15 04:34:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.308588 10.0.0.242 - - [2026-01-15 04:34:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001147 10.0.0.242 - - [2026-01-15 04:34:49] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004992 10.0.0.242 - - [2026-01-15 04:34:49] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006974 10.0.0.242 - - [2026-01-15 04:34:49] "POST /neutron/network HTTP/1.1" 200 826 0.007342 10.0.0.242 - - [2026-01-15 04:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.73 - - [2026-01-15 04:34:49] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.242 - - [2026-01-15 04:34:49] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036888 10.0.0.73 - - [2026-01-15 04:34:49] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.242 - - [2026-01-15 04:34:50] "POST /neutron/network HTTP/1.1" 200 605 0.164480 10.0.0.242 - - [2026-01-15 04:34:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.004009 10.0.0.242 - - [2026-01-15 04:34:50] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005378 10.0.0.242 - - [2026-01-15 04:34:50] "POST /neutron/network HTTP/1.1" 200 823 0.006726 10.0.0.242 - - [2026-01-15 04:34:50] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004791 10.0.0.242 - - [2026-01-15 04:34:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001141 10.0.0.242 - - [2026-01-15 04:34:50] "POST /neutron/network HTTP/1.1" 200 836 0.006275 10.0.0.73 - - [2026-01-15 04:34:51] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.242 - - [2026-01-15 04:34:51] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.083910 10.0.0.242 - - [2026-01-15 04:34:51] "POST /neutron/port HTTP/1.1" 200 117 0.007629 10.0.0.242 - - [2026-01-15 04:34:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001151 10.0.0.242 - - [2026-01-15 04:34:52] "POST /neutron/network HTTP/1.1" 200 836 0.006600 10.0.0.242 - - [2026-01-15 04:34:53] "POST /neutron/port HTTP/1.1" 200 1062 0.017770 10.0.0.73 - - [2026-01-15 04:34:53] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.242 - - [2026-01-15 04:34:53] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.142314 10.0.0.242 - - [2026-01-15 04:34:53] "POST /neutron/port HTTP/1.1" 200 1126 0.019480 10.0.0.242 - - [2026-01-15 04:34:53] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.242 - - [2026-01-15 04:34:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008168 10.0.0.242 - - [2026-01-15 04:34:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008532 10.0.0.242 - - [2026-01-15 04:34:54] "POST /neutron/port HTTP/1.1" 200 1059 0.023430 10.0.0.242 - - [2026-01-15 04:34:54] "POST /neutron/port HTTP/1.1" 200 1123 0.019170 10.0.0.242 - - [2026-01-15 04:34:54] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.242 - - [2026-01-15 04:34:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006868 10.0.0.242 - - [2026-01-15 04:34:59] "POST /neutron/port HTTP/1.1" 200 1126 0.019341 10.0.0.242 - - [2026-01-15 04:34:59] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 401 293 0.000527 10.0.0.242 - - [2026-01-15 04:34:59] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 200 1292 0.044597 10.0.0.242 - - [2026-01-15 04:34:59] "GET /virtual-machine-interface/1d3edfaf-eb30-4476-87bb-8e1923ac5536 HTTP/1.1" 200 2940 0.005398 10.0.0.242 - - [2026-01-15 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.242 - - [2026-01-15 04:34:59] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004975 10.0.0.242 - - [2026-01-15 04:34:59] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004016 10.0.0.242 - - [2026-01-15 04:34:59] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005729 10.0.0.33 - - [2026-01-15 04:35:02] "GET /obj-perms HTTP/1.1" 200 5075 0.073450 10.0.0.242 - - [2026-01-15 04:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.242 - - [2026-01-15 04:35:02] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004829 10.0.0.242 - - [2026-01-15 04:35:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008406 10.0.0.242 - - [2026-01-15 04:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.242 - - [2026-01-15 04:35:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004193 10.0.0.242 - - [2026-01-15 04:35:07] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003328 10.0.0.242 - - [2026-01-15 04:35:07] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005315 10.0.0.242 - - [2026-01-15 04:35:07] "POST /neutron/port HTTP/1.1" 200 1123 0.028219 10.0.0.242 - - [2026-01-15 04:35:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007917 10.0.0.242 - - [2026-01-15 04:35:07] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 200 1291 0.006523 10.0.0.242 - - [2026-01-15 04:35:07] "GET /virtual-machine-interface/bdf6c142-6e25-404d-a505-dbb0a726d2eb HTTP/1.1" 200 2942 0.005984 10.0.0.242 - - [2026-01-15 04:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.242 - - [2026-01-15 04:35:07] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004016 10.0.0.242 - - [2026-01-15 04:35:07] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004455 10.0.0.242 - - [2026-01-15 04:35:07] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005441 10.0.0.242 - - [2026-01-15 04:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.242 - - [2026-01-15 04:35:08] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003971 10.0.0.242 - - [2026-01-15 04:35:08] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003736 10.0.0.242 - - [2026-01-15 04:35:08] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005951 10.0.0.242 - - [2026-01-15 04:35:09] "POST /neutron/port HTTP/1.1" 200 1126 0.025940 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 200 1292 0.004376 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-machine-interface/1d3edfaf-eb30-4476-87bb-8e1923ac5536 HTTP/1.1" 200 2940 0.006551 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 200 1292 0.003879 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-machine-interface/1d3edfaf-eb30-4476-87bb-8e1923ac5536 HTTP/1.1" 200 2940 0.006086 10.0.0.242 - - [2026-01-15 04:35:09] "GET /instance-ip/30e24abd-5ffe-4a12-a9bf-5fd16eb80163 HTTP/1.1" 200 1622 0.009114 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 200 1292 0.020715 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-machine-interface/1d3edfaf-eb30-4476-87bb-8e1923ac5536 HTTP/1.1" 200 2940 0.005436 10.0.0.242 - - [2026-01-15 04:35:09] "GET /instance-ip/30e24abd-5ffe-4a12-a9bf-5fd16eb80163 HTTP/1.1" 200 1622 0.003831 10.0.0.242 - - [2026-01-15 04:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.242 - - [2026-01-15 04:35:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003687 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002973 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006328 10.0.0.242 - - [2026-01-15 04:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.242 - - [2026-01-15 04:35:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004043 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003926 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005701 10.0.0.242 - - [2026-01-15 04:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.242 - - [2026-01-15 04:35:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005490 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003716 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008270 10.0.0.242 - - [2026-01-15 04:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.242 - - [2026-01-15 04:35:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004226 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003234 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005420 10.0.0.242 - - [2026-01-15 04:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.242 - - [2026-01-15 04:35:09] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003393 10.0.0.242 - - [2026-01-15 04:35:09] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003111 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006059 10.0.0.242 - - [2026-01-15 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.242 - - [2026-01-15 04:35:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003947 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003428 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005904 10.0.0.242 - - [2026-01-15 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.242 - - [2026-01-15 04:35:10] "GET /routing-instance/5df93d80-0631-4c6b-b0d1-1ca674325da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006321 10.0.0.242 - - [2026-01-15 04:35:10] "GET /route-target/d8d9b899-19fa-4866-8087-e030e2217f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006953 10.0.0.242 - - [2026-01-15 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006913 10.0.0.242 - - [2026-01-15 04:35:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003910 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004143 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005874 10.0.0.242 - - [2026-01-15 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.242 - - [2026-01-15 04:35:10] "GET /routing-instance/5df93d80-0631-4c6b-b0d1-1ca674325da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004720 10.0.0.242 - - [2026-01-15 04:35:10] "GET /route-target/d8d9b899-19fa-4866-8087-e030e2217f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004014 10.0.0.242 - - [2026-01-15 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.242 - - [2026-01-15 04:35:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003715 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003366 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006626 10.0.0.242 - - [2026-01-15 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2026-01-15 04:35:10] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003968 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003322 10.0.0.242 - - [2026-01-15 04:35:10] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005294 10.0.0.73 - - [2026-01-15 04:35:11] "GET /obj-perms HTTP/1.1" 200 5049 0.091459 10.0.0.242 - - [2026-01-15 04:35:11] "GET /obj-perms HTTP/1.1" 200 5049 0.093488 10.0.0.242 - - [2026-01-15 04:35:12] "GET /obj-perms HTTP/1.1" 200 5049 0.003791 10.0.0.242 - - [2026-01-15 04:35:12] "GET /obj-perms HTTP/1.1" 200 5049 0.003868 10.0.0.73 - - [2026-01-15 04:35:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004143 10.0.0.242 - - [2026-01-15 04:35:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008014 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 200 1291 0.008005 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-machine-interface/bdf6c142-6e25-404d-a505-dbb0a726d2eb HTTP/1.1" 200 2942 0.005974 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 200 1291 0.008057 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-machine-interface/bdf6c142-6e25-404d-a505-dbb0a726d2eb HTTP/1.1" 200 2942 0.005114 10.0.0.242 - - [2026-01-15 04:35:13] "GET /instance-ip/86fa260c-a494-48d2-bac7-5e2a495e4193 HTTP/1.1" 200 1619 0.005950 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 200 1291 0.004418 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-machine-interface/bdf6c142-6e25-404d-a505-dbb0a726d2eb HTTP/1.1" 200 2942 0.005049 10.0.0.242 - - [2026-01-15 04:35:13] "GET /instance-ip/86fa260c-a494-48d2-bac7-5e2a495e4193 HTTP/1.1" 200 1619 0.004366 10.0.0.242 - - [2026-01-15 04:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.242 - - [2026-01-15 04:35:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004732 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003431 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.011910 10.0.0.242 - - [2026-01-15 04:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.242 - - [2026-01-15 04:35:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006492 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005570 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007453 10.0.0.242 - - [2026-01-15 04:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.242 - - [2026-01-15 04:35:13] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005706 10.0.0.242 - - [2026-01-15 04:35:13] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004612 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006554 10.0.0.242 - - [2026-01-15 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.242 - - [2026-01-15 04:35:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003821 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003184 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010171 10.0.0.242 - - [2026-01-15 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.242 - - [2026-01-15 04:35:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003969 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003080 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004940 10.0.0.242 - - [2026-01-15 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.242 - - [2026-01-15 04:35:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005625 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003280 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005692 10.0.0.242 - - [2026-01-15 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.242 - - [2026-01-15 04:35:14] "GET /routing-instance/afe613d5-a8aa-45cf-89c6-8d0f28cabb4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005827 10.0.0.242 - - [2026-01-15 04:35:14] "GET /route-target/ba8b0d9d-2d44-445f-a454-b71edb14165f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005508 10.0.0.242 - - [2026-01-15 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007845 10.0.0.242 - - [2026-01-15 04:35:14] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005605 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006165 10.0.0.242 - - [2026-01-15 04:35:14] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007363 10.0.0.242 - - [2026-01-15 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.242 - - [2026-01-15 04:35:14] "GET /routing-instance/afe613d5-a8aa-45cf-89c6-8d0f28cabb4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.008031 10.0.0.242 - - [2026-01-15 04:35:14] "GET /route-target/ba8b0d9d-2d44-445f-a454-b71edb14165f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005096 10.0.0.242 - - [2026-01-15 04:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.242 - - [2026-01-15 04:35:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005271 10.0.0.242 - - [2026-01-15 04:35:15] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003876 10.0.0.242 - - [2026-01-15 04:35:15] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008251 10.0.0.242 - - [2026-01-15 04:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008060 10.0.0.242 - - [2026-01-15 04:35:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004480 10.0.0.242 - - [2026-01-15 04:35:15] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003907 10.0.0.242 - - [2026-01-15 04:35:15] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007430 10.0.0.242 - - [2026-01-15 04:35:15] "GET /obj-perms HTTP/1.1" 200 5049 0.006711 10.0.0.242 - - [2026-01-15 04:35:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004579 10.0.0.73 - - [2026-01-15 04:35:15] "GET /obj-perms HTTP/1.1" 200 5049 0.005903 10.0.0.33 - - [2026-01-15 04:35:15] "GET /obj-perms HTTP/1.1" 200 5049 0.065892 10.0.0.242 - - [2026-01-15 04:35:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004259 10.0.0.242 - - [2026-01-15 04:35:34] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 200 1291 0.004257 10.0.0.242 - - [2026-01-15 04:35:35] "POST /neutron/port HTTP/1.1" 200 151 0.174610 10.0.0.242 - - [2026-01-15 04:35:35] "POST /neutron/network HTTP/1.1" 200 836 0.006822 10.0.0.242 - - [2026-01-15 04:35:36] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.242 - - [2026-01-15 04:35:36] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 404 171 0.005235 10.0.0.242 - - [2026-01-15 04:35:36] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 404 171 0.003284 10.0.0.242 - - [2026-01-15 04:35:36] "GET /virtual-machine/08cf77fa-82b4-4506-bf5f-00288c3b97d2 HTTP/1.1" 404 171 0.002647 10.0.0.242 - - [2026-01-15 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006205 10.0.0.242 - - [2026-01-15 04:35:36] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005391 10.0.0.242 - - [2026-01-15 04:35:36] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003913 10.0.0.242 - - [2026-01-15 04:35:36] "GET /virtual-network/b41ecdb4-9d32-4bf0-ba66-a85407dcc333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010109 10.0.0.242 - - [2026-01-15 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.242 - - [2026-01-15 04:35:36] "GET /routing-instance/afe613d5-a8aa-45cf-89c6-8d0f28cabb4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005322 10.0.0.242 - - [2026-01-15 04:35:36] "GET /route-target/ba8b0d9d-2d44-445f-a454-b71edb14165f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004744 10.0.0.33 - - [2026-01-15 04:35:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003944 10.0.0.242 - - [2026-01-15 04:35:43] "GET /obj-perms HTTP/1.1" 200 5049 0.005023 10.0.0.242 - - [2026-01-15 04:35:43] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 200 1292 0.003729 10.0.0.242 - - [2026-01-15 04:35:44] "POST /neutron/port HTTP/1.1" 200 1116 0.012730 10.0.0.242 - - [2026-01-15 04:35:45] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 404 171 0.003204 10.0.0.242 - - [2026-01-15 04:35:45] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 404 171 0.003227 10.0.0.242 - - [2026-01-15 04:35:45] "GET /virtual-machine/7b1cdb90-496d-4bac-a79d-e35b4009a05b HTTP/1.1" 404 171 0.002885 10.0.0.242 - - [2026-01-15 04:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2026-01-15 04:35:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004233 10.0.0.242 - - [2026-01-15 04:35:45] "GET /virtual-networks?parent_id=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003348 10.0.0.242 - - [2026-01-15 04:35:45] "GET /virtual-network/f0182893-4354-4836-9c72-a486d02b2cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005141 10.0.0.242 - - [2026-01-15 04:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.242 - - [2026-01-15 04:35:45] "GET /routing-instance/5df93d80-0631-4c6b-b0d1-1ca674325da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004848 10.0.0.242 - - [2026-01-15 04:35:45] "GET /route-target/d8d9b899-19fa-4866-8087-e030e2217f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003671 10.0.0.242 - - [2026-01-15 04:35:46] "GET /obj-perms HTTP/1.1" 200 5049 0.005430 10.0.0.242 - - [2026-01-15 04:35:49] "GET /obj-perms HTTP/1.1" 200 5049 0.004349 10.0.0.242 - - [2026-01-15 04:35:55] "GET /obj-perms HTTP/1.1" 200 5049 0.004197 10.0.0.242 - - [2026-01-15 04:35:58] "GET /obj-perms HTTP/1.1" 200 5049 0.003998 10.0.0.73 - - [2026-01-15 04:36:02] "GET /obj-perms HTTP/1.1" 200 5075 0.068269 10.0.0.242 - - [2026-01-15 04:36:03] "GET /obj-perms HTTP/1.1" 200 5075 0.080487 10.0.0.242 - - [2026-01-15 04:36:04] "GET /obj-perms HTTP/1.1" 200 5049 0.004073 10.0.0.33 - - [2026-01-15 04:36:04] "GET /obj-perms HTTP/1.1" 200 5049 0.003902 10.0.0.73 - - [2026-01-15 04:36:05] "POST /useragent-kv HTTP/1.1" 200 115 0.039894 10.0.0.73 - - [2026-01-15 04:36:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002573 10.0.0.242 - - [2026-01-15 04:36:05] "POST /neutron/network HTTP/1.1" 200 151 0.147035 10.0.0.73 - - [2026-01-15 04:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.089322 10.0.0.73 - - [2026-01-15 04:36:05] "DELETE /route-target/d8d9b899-19fa-4866-8087-e030e2217f84 HTTP/1.1" 200 115 0.023731 10.0.0.73 - - [2026-01-15 04:36:06] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.242 - - [2026-01-15 04:36:06] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039508 10.0.0.73 - - [2026-01-15 04:36:06] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.242 - - [2026-01-15 04:36:06] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?fields=virtual_networks HTTP/1.1" 200 1033 0.038218 10.0.0.73 - - [2026-01-15 04:36:06] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.242 - - [2026-01-15 04:36:06] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.048544 10.0.0.73 - - [2026-01-15 04:36:06] "GET /projects?obj_uuids=c35ed7c2-a256-4024-a399-134a1dda8460&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.242 - - [2026-01-15 04:36:06] "GET /project/c35ed7c2-a256-4024-a399-134a1dda8460?fields=security_groups HTTP/1.1" 200 1259 0.040473 10.0.0.242 - - [2026-01-15 04:36:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.067963 10.0.0.73 - - [2026-01-15 04:36:08] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002866 10.0.0.73 - - [2026-01-15 04:36:08] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.73 - - [2026-01-15 04:36:08] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.065813 10.0.0.73 - - [2026-01-15 04:36:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.001832 10.0.0.73 - - [2026-01-15 04:36:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005983 10.0.0.73 - - [2026-01-15 04:36:08] "POST /security-groups HTTP/1.1" 200 599 0.030478 10.0.0.73 - - [2026-01-15 04:36:08] "POST /projects HTTP/1.1" 200 601 0.245337 10.0.0.73 - - [2026-01-15 04:36:08] "POST /fqname-to-id HTTP/1.1" 404 241 0.005650 10.0.0.73 - - [2026-01-15 04:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.331614 10.0.0.242 - - [2026-01-15 04:36:08] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.592952 10.0.0.242 - - [2026-01-15 04:36:10] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.242 - - [2026-01-15 04:36:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.242 - - [2026-01-15 04:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.079931 10.0.0.73 - - [2026-01-15 04:36:14] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.242 - - [2026-01-15 04:36:14] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052946 10.0.0.242 - - [2026-01-15 04:36:14] "POST /neutron/network HTTP/1.1" 200 117 0.054401 10.0.0.73 - - [2026-01-15 04:36:15] "POST /ref-update HTTP/1.1" 200 156 0.027828 10.0.0.73 - - [2026-01-15 04:36:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.059593 10.0.0.73 - - [2026-01-15 04:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005591 10.0.0.242 - - [2026-01-15 04:36:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.228872 10.0.0.242 - - [2026-01-15 04:36:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001199 10.0.0.242 - - [2026-01-15 04:36:15] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005528 10.0.0.242 - - [2026-01-15 04:36:15] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006349 10.0.0.242 - - [2026-01-15 04:36:15] "POST /neutron/network HTTP/1.1" 200 1006 0.010218 10.0.0.242 - - [2026-01-15 04:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.73 - - [2026-01-15 04:36:15] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.242 - - [2026-01-15 04:36:16] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066953 10.0.0.242 - - [2026-01-15 04:36:16] "POST /neutron/network HTTP/1.1" 200 117 0.015841 10.0.0.73 - - [2026-01-15 04:36:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007902 10.0.0.242 - - [2026-01-15 04:36:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.201207 10.0.0.242 - - [2026-01-15 04:36:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001225 10.0.0.242 - - [2026-01-15 04:36:16] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005118 10.0.0.242 - - [2026-01-15 04:36:16] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005732 10.0.0.242 - - [2026-01-15 04:36:16] "POST /neutron/network HTTP/1.1" 200 1006 0.010262 10.0.0.73 - - [2026-01-15 04:36:17] "DELETE /access-control-list/af16a5ea-4673-485b-9377-0f3504350460 HTTP/1.1" 200 115 0.034000 10.0.0.242 - - [2026-01-15 04:36:17] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006052 10.0.0.242 - - [2026-01-15 04:36:19] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006700 10.0.0.242 - - [2026-01-15 04:36:20] "GET /obj-perms HTTP/1.1" 200 5065 0.073388 10.0.0.73 - - [2026-01-15 04:36:20] "GET /obj-perms HTTP/1.1" 200 5065 0.070609 10.0.0.242 - - [2026-01-15 04:36:20] "POST /neutron/network HTTP/1.1" 200 1006 0.011512 10.0.0.242 - - [2026-01-15 04:36:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001189 10.0.0.242 - - [2026-01-15 04:36:20] "POST /neutron/network HTTP/1.1" 200 1016 0.007794 10.0.0.73 - - [2026-01-15 04:36:21] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001931 10.0.0.242 - - [2026-01-15 04:36:21] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081648 10.0.0.242 - - [2026-01-15 04:36:21] "POST /neutron/port HTTP/1.1" 200 117 0.007517 10.0.0.73 - - [2026-01-15 04:36:22] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001564 10.0.0.242 - - [2026-01-15 04:36:22] "POST /neutron/port HTTP/1.1" 200 1175 0.334847 10.0.0.242 - - [2026-01-15 04:36:22] "POST /neutron/port HTTP/1.1" 200 1229 0.141915 10.0.0.242 - - [2026-01-15 04:36:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004196 10.0.0.242 - - [2026-01-15 04:36:23] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.242 - - [2026-01-15 04:36:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006858 10.0.0.242 - - [2026-01-15 04:36:27] "POST /neutron/port HTTP/1.1" 200 1239 0.019292 10.0.0.242 - - [2026-01-15 04:36:27] "GET /virtual-machine/8486a06c-fdd6-4b39-8202-e14439589d93 HTTP/1.1" 401 293 0.000385 10.0.0.242 - - [2026-01-15 04:36:27] "GET /virtual-machine/8486a06c-fdd6-4b39-8202-e14439589d93 HTTP/1.1" 200 1299 0.041308 10.0.0.242 - - [2026-01-15 04:36:27] "GET /virtual-machine-interface/6145bbe7-13fc-425b-8964-fa2a47098bbf HTTP/1.1" 200 3174 0.006109 10.0.0.242 - - [2026-01-15 04:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.242 - - [2026-01-15 04:36:27] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003748 10.0.0.242 - - [2026-01-15 04:36:27] "GET /virtual-networks?parent_id=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004770 10.0.0.242 - - [2026-01-15 04:36:27] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006917 10.0.0.242 - - [2026-01-15 04:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.242 - - [2026-01-15 04:36:30] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006159 10.0.0.242 - - [2026-01-15 04:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.242 - - [2026-01-15 04:36:34] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004941 10.0.0.242 - - [2026-01-15 04:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.242 - - [2026-01-15 04:36:39] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004896 10.0.0.242 - - [2026-01-15 04:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.242 - - [2026-01-15 04:36:43] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005908 10.0.0.242 - - [2026-01-15 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.242 - - [2026-01-15 04:36:47] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005974 10.0.0.73 - - [2026-01-15 04:36:48] "DELETE /project/5177ea06d55943c6929244b52bf5f3c0 HTTP/1.1" 404 173 0.002260 10.0.0.73 - - [2026-01-15 04:36:48] "DELETE /project/c35ed7c2-a256-4024-a399-134a1dda8460 HTTP/1.1" 404 177 0.004316 10.0.0.242 - - [2026-01-15 04:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2026-01-15 04:36:51] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005655 10.0.0.242 - - [2026-01-15 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.242 - - [2026-01-15 04:36:55] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005586 10.0.0.242 - - [2026-01-15 04:36:58] "POST /neutron/port HTTP/1.1" 200 1239 0.021921 10.0.0.242 - - [2026-01-15 04:36:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003808 10.0.0.242 - - [2026-01-15 04:36:58] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.242 - - [2026-01-15 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.242 - - [2026-01-15 04:36:59] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004754 10.0.0.242 - - [2026-01-15 04:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.242 - - [2026-01-15 04:37:03] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004727 10.0.0.242 - - [2026-01-15 04:37:03] "GET /virtual-networks?parent_id=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003001 10.0.0.242 - - [2026-01-15 04:37:03] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007202 10.0.0.242 - - [2026-01-15 04:37:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006363 10.0.0.33 - - [2026-01-15 04:37:03] "GET /obj-perms HTTP/1.1" 200 5075 0.093450 10.0.0.242 - - [2026-01-15 04:37:14] "POST /neutron/port HTTP/1.1" 200 1239 0.046085 10.0.0.242 - - [2026-01-15 04:37:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.060235 10.0.0.242 - - [2026-01-15 04:37:24] "POST /neutron/port HTTP/1.1" 200 1239 0.018220 10.0.0.242 - - [2026-01-15 04:37:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007767 10.0.0.242 - - [2026-01-15 04:37:30] "POST /neutron/port HTTP/1.1" 200 1239 0.017271 10.0.0.242 - - [2026-01-15 04:37:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007495 10.0.0.242 - - [2026-01-15 04:37:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001744 10.0.0.242 - - [2026-01-15 04:37:30] "GET /virtual-machine/8486a06c-fdd6-4b39-8202-e14439589d93 HTTP/1.1" 200 1299 0.006786 10.0.0.242 - - [2026-01-15 04:37:30] "GET /virtual-machine-interface/6145bbe7-13fc-425b-8964-fa2a47098bbf HTTP/1.1" 200 3174 0.006984 10.0.0.242 - - [2026-01-15 04:37:30] "GET /instance-ip/23d0b69c-fc71-416d-8b3d-b18668b47d5a HTTP/1.1" 200 1655 0.006068 10.0.0.242 - - [2026-01-15 04:37:30] "GET /instance-ip/9fe1fc60-c510-46cf-9be1-33e0c8458352 HTTP/1.1" 200 1638 0.005806 10.0.0.242 - - [2026-01-15 04:37:30] "POST /fqname-to-id HTTP/1.1" 404 218 0.003783 10.0.0.242 - - [2026-01-15 04:37:30] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004835 10.0.0.73 - - [2026-01-15 04:37:30] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.242 - - [2026-01-15 04:37:30] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059226 10.0.0.242 - - [2026-01-15 04:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.242 - - [2026-01-15 04:37:30] "GET /security-group/9010b405-0306-4547-93bf-d8eee735b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005026 10.0.0.242 - - [2026-01-15 04:37:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.080863 10.0.0.242 - - [2026-01-15 04:37:30] "POST /instance-ips HTTP/1.1" 200 357 0.035576 10.0.0.242 - - [2026-01-15 04:37:30] "GET /instance-ip/f751186d-21a1-4850-babf-db999c502c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006397 10.0.0.242 - - [2026-01-15 04:37:30] "POST /instance-ips HTTP/1.1" 200 357 0.033757 10.0.0.242 - - [2026-01-15 04:37:30] "GET /instance-ip/6ee56c3a-b456-4e19-864c-a7f04374c542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.006538 10.0.0.242 - - [2026-01-15 04:37:30] "GET /virtual-machine-interface/4ac822ba-5da1-401a-8dee-360b1fd3a929?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.007019 10.0.0.242 - - [2026-01-15 04:37:30] "GET /virtual-machine-interface/4ac822ba-5da1-401a-8dee-360b1fd3a929?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.009025 10.0.0.242 - - [2026-01-15 04:37:30] "GET /instance-ip/6ee56c3a-b456-4e19-864c-a7f04374c542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.004284 10.0.0.242 - - [2026-01-15 04:37:30] "GET /instance-ip/f751186d-21a1-4850-babf-db999c502c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004577 10.0.0.242 - - [2026-01-15 04:37:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001236 10.0.0.242 - - [2026-01-15 04:37:31] "POST /neutron/port HTTP/1.1" 200 1239 0.025625 10.0.0.242 - - [2026-01-15 04:37:31] "POST /neutron/port HTTP/1.1" 200 1081 0.048361 10.0.0.242 - - [2026-01-15 04:37:31] "POST /neutron/port HTTP/1.1" 200 1081 0.015562 10.0.0.242 - - [2026-01-15 04:37:31] "POST /neutron/port HTTP/1.1" 200 117 0.005676 10.0.0.242 - - [2026-01-15 04:37:32] "POST /neutron/network HTTP/1.1" 200 1016 0.007080 10.0.0.242 - - [2026-01-15 04:37:32] "POST /neutron/port HTTP/1.1" 200 1174 0.161288 10.0.0.242 - - [2026-01-15 04:37:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005481 10.0.0.242 - - [2026-01-15 04:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.001704 10.0.0.242 - - [2026-01-15 04:37:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007416 10.0.0.242 - - [2026-01-15 04:37:37] "POST /neutron/port HTTP/1.1" 200 1184 0.021376 10.0.0.242 - - [2026-01-15 04:37:37] "GET /virtual-machine/2a990f27-a375-48c3-8fa1-4eecb6d5224b HTTP/1.1" 200 1278 0.006009 10.0.0.242 - - [2026-01-15 04:37:37] "GET /virtual-machine-interface/4ac822ba-5da1-401a-8dee-360b1fd3a929 HTTP/1.1" 200 3225 0.006994 10.0.0.242 - - [2026-01-15 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.242 - - [2026-01-15 04:37:37] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003699 10.0.0.242 - - [2026-01-15 04:37:37] "GET /virtual-networks?parent_id=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003616 10.0.0.242 - - [2026-01-15 04:37:37] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009132 10.0.0.242 - - [2026-01-15 04:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.242 - - [2026-01-15 04:37:40] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005654 10.0.0.242 - - [2026-01-15 04:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.242 - - [2026-01-15 04:37:44] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005262 10.0.0.242 - - [2026-01-15 04:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2026-01-15 04:37:48] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005295 10.0.0.242 - - [2026-01-15 04:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.242 - - [2026-01-15 04:37:52] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005523 10.0.0.242 - - [2026-01-15 04:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2026-01-15 04:37:56] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006067 10.0.0.242 - - [2026-01-15 04:37:58] "POST /neutron/port HTTP/1.1" 200 1239 0.017078 10.0.0.242 - - [2026-01-15 04:37:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005009 10.0.0.242 - - [2026-01-15 04:37:58] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.242 - - [2026-01-15 04:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.242 - - [2026-01-15 04:38:00] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005784 10.0.0.242 - - [2026-01-15 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2026-01-15 04:38:04] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005555 10.0.0.242 - - [2026-01-15 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.242 - - [2026-01-15 04:38:09] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005053 10.0.0.242 - - [2026-01-15 04:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.242 - - [2026-01-15 04:38:13] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005351 10.0.0.242 - - [2026-01-15 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.242 - - [2026-01-15 04:38:15] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003936 10.0.0.242 - - [2026-01-15 04:38:15] "GET /virtual-networks?parent_id=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002870 10.0.0.242 - - [2026-01-15 04:38:15] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005276 10.0.0.242 - - [2026-01-15 04:38:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007898 10.0.0.242 - - [2026-01-15 04:38:25] "POST /neutron/port HTTP/1.1" 200 1184 0.020897 10.0.0.242 - - [2026-01-15 04:38:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006277 10.0.0.242 - - [2026-01-15 04:38:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001216 10.0.0.242 - - [2026-01-15 04:38:36] "POST /neutron/port HTTP/1.1" 200 2269 0.021850 10.0.0.73 - - [2026-01-15 04:38:37] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.242 - - [2026-01-15 04:38:37] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086343 10.0.0.242 - - [2026-01-15 04:38:37] "POST /neutron/network HTTP/1.1" 200 1006 0.010390 10.0.0.242 - - [2026-01-15 04:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.011222 10.0.0.73 - - [2026-01-15 04:38:38] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.242 - - [2026-01-15 04:38:38] "POST /neutron/port HTTP/1.1" 200 1175 0.332521 10.0.0.242 - - [2026-01-15 04:38:38] "POST /neutron/port HTTP/1.1" 200 1229 0.168761 10.0.0.242 - - [2026-01-15 04:38:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004296 10.0.0.242 - - [2026-01-15 04:38:39] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.242 - - [2026-01-15 04:38:41] "POST /neutron/port HTTP/1.1" 200 1239 0.020250 10.0.0.242 - - [2026-01-15 04:38:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.242 - - [2026-01-15 04:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.242 - - [2026-01-15 04:38:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007645 10.0.0.242 - - [2026-01-15 04:38:43] "POST /neutron/port HTTP/1.1" 200 1239 0.018239 10.0.0.242 - - [2026-01-15 04:38:43] "GET /virtual-machine/a7a87674-30c1-428d-801a-598c62883762 HTTP/1.1" 200 1300 0.005896 10.0.0.242 - - [2026-01-15 04:38:43] "GET /virtual-machine-interface/f6745c72-c51a-4173-b8ef-47eb1c07be0d HTTP/1.1" 200 3176 0.004871 10.0.0.242 - - [2026-01-15 04:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.242 - - [2026-01-15 04:38:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003744 10.0.0.242 - - [2026-01-15 04:38:43] "GET /virtual-networks?parent_id=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002994 10.0.0.242 - - [2026-01-15 04:38:43] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005810 10.0.0.242 - - [2026-01-15 04:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.242 - - [2026-01-15 04:38:46] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006137 10.0.0.33 - - [2026-01-15 04:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.33 - - [2026-01-15 04:38:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.73 - - [2026-01-15 04:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.73 - - [2026-01-15 04:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.33 - - [2026-01-15 04:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.33 - - [2026-01-15 04:38:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.242 - - [2026-01-15 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.242 - - [2026-01-15 04:38:50] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006190 10.0.0.73 - - [2026-01-15 04:38:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.73 - - [2026-01-15 04:38:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.242 - - [2026-01-15 04:38:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.242 - - [2026-01-15 04:38:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.242 - - [2026-01-15 04:38:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.242 - - [2026-01-15 04:38:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000653 10.0.0.242 - - [2026-01-15 04:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.242 - - [2026-01-15 04:38:54] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005595 10.0.0.242 - - [2026-01-15 04:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.242 - - [2026-01-15 04:38:58] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005151 10.0.0.242 - - [2026-01-15 04:38:59] "POST /neutron/port HTTP/1.1" 200 1184 0.017655 10.0.0.242 - - [2026-01-15 04:38:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003501 10.0.0.242 - - [2026-01-15 04:38:59] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.242 - - [2026-01-15 04:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.242 - - [2026-01-15 04:39:02] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007004 10.0.0.242 - - [2026-01-15 04:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.242 - - [2026-01-15 04:39:06] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006848 10.0.0.242 - - [2026-01-15 04:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.242 - - [2026-01-15 04:39:10] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007227 10.0.0.242 - - [2026-01-15 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.242 - - [2026-01-15 04:39:15] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007576 10.0.0.242 - - [2026-01-15 04:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.242 - - [2026-01-15 04:39:19] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006577 10.0.0.242 - - [2026-01-15 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.242 - - [2026-01-15 04:39:23] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005397 10.0.0.242 - - [2026-01-15 04:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.242 - - [2026-01-15 04:39:27] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005804 10.0.0.242 - - [2026-01-15 04:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.242 - - [2026-01-15 04:39:29] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003960 10.0.0.242 - - [2026-01-15 04:39:29] "GET /virtual-networks?parent_id=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004303 10.0.0.242 - - [2026-01-15 04:39:29] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006694 10.0.0.242 - - [2026-01-15 04:39:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009584 10.0.0.242 - - [2026-01-15 04:39:40] "POST /neutron/port HTTP/1.1" 200 1239 0.017166 10.0.0.242 - - [2026-01-15 04:39:42] "POST /neutron/port HTTP/1.1" 200 1239 0.016821 10.0.0.242 - - [2026-01-15 04:39:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.242 - - [2026-01-15 04:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.242 - - [2026-01-15 04:39:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007314 10.0.0.242 - - [2026-01-15 04:39:50] "POST /neutron/port HTTP/1.1" 200 1239 0.020550 10.0.0.242 - - [2026-01-15 04:39:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008910 10.0.0.242 - - [2026-01-15 04:40:00] "POST /neutron/network HTTP/1.1" 200 1016 0.007112 10.0.0.242 - - [2026-01-15 04:40:00] "POST /neutron/subnet HTTP/1.1" 200 1384 0.019505 10.0.0.242 - - [2026-01-15 04:40:00] "POST /neutron/network HTTP/1.1" 200 1006 0.011796 10.0.0.242 - - [2026-01-15 04:40:01] "POST /neutron/port HTTP/1.1" 200 1239 0.026750 10.0.0.242 - - [2026-01-15 04:40:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007490 10.0.0.242 - - [2026-01-15 04:40:01] "POST /neutron/network HTTP/1.1" 200 980 0.029214 10.0.0.242 - - [2026-01-15 04:40:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001210 10.0.0.242 - - [2026-01-15 04:40:01] "GET /virtual-machine/a7a87674-30c1-428d-801a-598c62883762 HTTP/1.1" 200 1300 0.004578 10.0.0.242 - - [2026-01-15 04:40:01] "GET /virtual-machine-interface/f6745c72-c51a-4173-b8ef-47eb1c07be0d HTTP/1.1" 200 3176 0.005863 10.0.0.242 - - [2026-01-15 04:40:01] "GET /instance-ip/4c4e7398-d3c2-4e70-8b5a-d343324f865c HTTP/1.1" 200 1656 0.007298 10.0.0.242 - - [2026-01-15 04:40:01] "GET /instance-ip/a47055fc-efac-45c5-90cd-f37e9213ba3f HTTP/1.1" 200 1637 0.007029 10.0.0.242 - - [2026-01-15 04:40:01] "POST /fqname-to-id HTTP/1.1" 404 230 0.003713 10.0.0.242 - - [2026-01-15 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.73 - - [2026-01-15 04:40:01] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.242 - - [2026-01-15 04:40:01] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059573 10.0.0.242 - - [2026-01-15 04:40:01] "POST /network-policys HTTP/1.1" 200 569 0.033038 10.0.0.242 - - [2026-01-15 04:40:01] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006619 10.0.0.242 - - [2026-01-15 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.242 - - [2026-01-15 04:40:01] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005194 10.0.0.242 - - [2026-01-15 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.242 - - [2026-01-15 04:40:01] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004698 10.0.0.242 - - [2026-01-15 04:40:01] "POST /ref-update HTTP/1.1" 200 156 0.069179 10.0.0.242 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2026-01-15 04:40:02] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004200 10.0.0.242 - - [2026-01-15 04:40:02] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007002 10.0.0.242 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.242 - - [2026-01-15 04:40:02] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003788 10.0.0.242 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.242 - - [2026-01-15 04:40:02] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006686 10.0.0.242 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.242 - - [2026-01-15 04:40:02] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004468 10.0.0.73 - - [2026-01-15 04:40:02] "POST /access-control-lists HTTP/1.1" 200 596 0.037455 10.0.0.73 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.007144 10.0.0.242 - - [2026-01-15 04:40:02] "POST /ref-update HTTP/1.1" 200 156 0.082803 10.0.0.242 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006844 10.0.0.242 - - [2026-01-15 04:40:02] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003305 10.0.0.73 - - [2026-01-15 04:40:02] "POST /access-control-lists HTTP/1.1" 200 596 0.057693 10.0.0.242 - - [2026-01-15 04:40:02] "POST /neutron/network HTTP/1.1" 200 1110 0.011322 10.0.0.242 - - [2026-01-15 04:40:02] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007504 10.0.0.242 - - [2026-01-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008739 10.0.0.242 - - [2026-01-15 04:40:02] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004111 10.0.0.242 - - [2026-01-15 04:40:02] "GET /virtual-machine-interface/f6745c72-c51a-4173-b8ef-47eb1c07be0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007236 10.0.0.242 - - [2026-01-15 04:40:02] "PUT /virtual-machine-interface/f6745c72-c51a-4173-b8ef-47eb1c07be0d HTTP/1.1" 200 284 0.014458 10.0.0.242 - - [2026-01-15 04:40:02] "GET /virtual-machine-interface/f6745c72-c51a-4173-b8ef-47eb1c07be0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3073 0.006207 10.0.0.242 - - [2026-01-15 04:40:02] "PUT /virtual-machine-interface/f6745c72-c51a-4173-b8ef-47eb1c07be0d HTTP/1.1" 200 284 0.025495 10.0.0.73 - - [2026-01-15 04:40:07] "GET /obj-perms HTTP/1.1" 200 5075 0.071740 10.0.0.242 - - [2026-01-15 04:40:42] "POST /neutron/network HTTP/1.1" 200 1120 0.006578 10.0.0.242 - - [2026-01-15 04:40:42] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015092 10.0.0.242 - - [2026-01-15 04:40:42] "POST /neutron/network HTTP/1.1" 200 1110 0.010381 10.0.0.242 - - [2026-01-15 04:41:02] "POST /neutron/network HTTP/1.1" 200 1120 0.006386 10.0.0.242 - - [2026-01-15 04:41:02] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013756 10.0.0.242 - - [2026-01-15 04:41:02] "POST /neutron/network HTTP/1.1" 200 1110 0.009345 10.0.0.242 - - [2026-01-15 04:41:07] "GET /obj-perms HTTP/1.1" 200 5075 0.065824 10.0.0.33 - - [2026-01-15 04:41:08] "GET /obj-perms HTTP/1.1" 200 5075 0.067365 10.0.0.242 - - [2026-01-15 04:41:44] "POST /neutron/network HTTP/1.1" 200 1120 0.006871 10.0.0.242 - - [2026-01-15 04:41:44] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013348 10.0.0.242 - - [2026-01-15 04:41:44] "POST /neutron/network HTTP/1.1" 200 1110 0.011467 10.0.0.242 - - [2026-01-15 04:42:03] "POST /neutron/network HTTP/1.1" 200 1120 0.042042 10.0.0.242 - - [2026-01-15 04:42:03] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015560 10.0.0.242 - - [2026-01-15 04:42:03] "POST /neutron/network HTTP/1.1" 200 1110 0.010395 10.0.0.242 - - [2026-01-15 04:42:09] "POST /ref-update HTTP/1.1" 200 156 0.099378 10.0.0.242 - - [2026-01-15 04:42:09] "GET /virtual-network/970f7ec3-6265-43fb-94eb-2b458b38886c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008522 10.0.0.242 - - [2026-01-15 04:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.242 - - [2026-01-15 04:42:09] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004122 10.0.0.242 - - [2026-01-15 04:42:09] "POST /ref-update HTTP/1.1" 200 156 0.064072 10.0.0.242 - - [2026-01-15 04:42:10] "GET /virtual-network/583f28b3-9d0f-4818-9a38-00d0979d2f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007244 10.0.0.242 - - [2026-01-15 04:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.242 - - [2026-01-15 04:42:10] "GET /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003562 10.0.0.242 - - [2026-01-15 04:42:10] "DELETE /network-policy/cfc4918a-f73e-4c6e-8360-34873382b83b HTTP/1.1" 200 115 0.048072 10.0.0.73 - - [2026-01-15 04:42:10] "POST /ref-update HTTP/1.1" 200 156 0.090980 10.0.0.242 - - [2026-01-15 04:42:10] "DELETE /instance-ip/6ee56c3a-b456-4e19-864c-a7f04374c542 HTTP/1.1" 200 115 0.063867 10.0.0.242 - - [2026-01-15 04:42:10] "DELETE /instance-ip/f751186d-21a1-4850-babf-db999c502c54 HTTP/1.1" 200 115 0.059878 10.0.0.242 - - [2026-01-15 04:42:10] "DELETE /virtual-machine-interface/4ac822ba-5da1-401a-8dee-360b1fd3a929 HTTP/1.1" 200 115 0.142675 10.0.0.242 - - [2026-01-15 04:42:11] "POST /neutron/port HTTP/1.1" 200 1239 0.071780 10.0.0.242 - - [2026-01-15 04:42:11] "POST /neutron/port HTTP/1.1" 200 1229 0.027521 10.0.0.242 - - [2026-01-15 04:42:11] "POST /neutron/port HTTP/1.1" 400 205 0.005038 10.0.0.242 - - [2026-01-15 04:42:12] "POST /neutron/port HTTP/1.1" 200 151 0.307847 10.0.0.73 - - [2026-01-15 04:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.242 - - [2026-01-15 04:42:13] "POST /neutron/network HTTP/1.1" 200 1006 0.016279 10.0.0.73 - - [2026-01-15 04:42:13] "DELETE /route-target/160ddb29-21c3-4090-8d8e-1529b4d7d206 HTTP/1.1" 200 115 0.025555 10.0.0.73 - - [2026-01-15 04:42:16] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.047609 10.0.0.242 - - [2026-01-15 04:42:17] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.128503 10.0.0.73 - - [2026-01-15 04:42:17] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.242 - - [2026-01-15 04:42:17] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?fields=virtual_networks HTTP/1.1" 200 1048 0.039651 10.0.0.73 - - [2026-01-15 04:42:17] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.242 - - [2026-01-15 04:42:17] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.040448 10.0.0.73 - - [2026-01-15 04:42:17] "GET /projects?obj_uuids=5177ea06-d559-43c6-9292-44b52bf5f3c0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001467 10.0.0.242 - - [2026-01-15 04:42:17] "GET /project/5177ea06-d559-43c6-9292-44b52bf5f3c0?fields=security_groups HTTP/1.1" 200 1282 0.040610 10.0.0.242 - - [2026-01-15 04:42:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.040979 10.0.0.73 - - [2026-01-15 04:42:18] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003100 10.0.0.73 - - [2026-01-15 04:42:18] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.73 - - [2026-01-15 04:42:18] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046879 10.0.0.73 - - [2026-01-15 04:42:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.003232 10.0.0.73 - - [2026-01-15 04:42:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.004625 10.0.0.73 - - [2026-01-15 04:42:18] "POST /security-groups HTTP/1.1" 200 595 0.029301 10.0.0.73 - - [2026-01-15 04:42:18] "POST /projects HTTP/1.1" 200 593 0.232805 10.0.0.73 - - [2026-01-15 04:42:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.008067 10.0.0.73 - - [2026-01-15 04:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.313215 10.0.0.242 - - [2026-01-15 04:42:18] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.512446 10.0.0.242 - - [2026-01-15 04:42:20] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.242 - - [2026-01-15 04:42:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2026-01-15 04:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.078468 10.0.0.73 - - [2026-01-15 04:42:22] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000865 10.0.0.242 - - [2026-01-15 04:42:22] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045813 10.0.0.73 - - [2026-01-15 04:42:22] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001284 10.0.0.242 - - [2026-01-15 04:42:22] "POST /neutron/network HTTP/1.1" 200 609 0.156755 10.0.0.73 - - [2026-01-15 04:42:23] "POST /ref-update HTTP/1.1" 200 156 0.022700 10.0.0.242 - - [2026-01-15 04:42:23] "POST /neutron/network HTTP/1.1" 200 1001 0.010669 10.0.0.242 - - [2026-01-15 04:42:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001151 10.0.0.73 - - [2026-01-15 04:42:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.101331 10.0.0.242 - - [2026-01-15 04:42:23] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004690 10.0.0.242 - - [2026-01-15 04:42:23] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005537 10.0.0.242 - - [2026-01-15 04:42:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.009014 10.0.0.242 - - [2026-01-15 04:42:24] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005726 10.0.0.242 - - [2026-01-15 04:42:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001285 10.0.0.73 - - [2026-01-15 04:42:27] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000905 10.0.0.242 - - [2026-01-15 04:42:27] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.079624 10.0.0.242 - - [2026-01-15 04:42:27] "POST /neutron/network HTTP/1.1" 200 1001 0.009941 10.0.0.242 - - [2026-01-15 04:42:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001707 10.0.0.242 - - [2026-01-15 04:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.007219 10.0.0.73 - - [2026-01-15 04:42:28] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.242 - - [2026-01-15 04:42:28] "POST /neutron/port HTTP/1.1" 200 1170 0.351111 10.0.0.242 - - [2026-01-15 04:42:28] "POST /neutron/port HTTP/1.1" 200 1224 0.104998 10.0.0.242 - - [2026-01-15 04:42:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003433 10.0.0.73 - - [2026-01-15 04:42:29] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000905 10.0.0.242 - - [2026-01-15 04:42:29] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.113029 10.0.0.242 - - [2026-01-15 04:42:29] "POST /neutron/network HTTP/1.1" 200 1001 0.009458 10.0.0.242 - - [2026-01-15 04:42:29] "POST /neutron/port HTTP/1.1" 200 1234 0.019192 10.0.0.242 - - [2026-01-15 04:42:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001131 10.0.0.242 - - [2026-01-15 04:42:29] "POST /neutron/port HTTP/1.1" 200 1234 0.020641 10.0.0.242 - - [2026-01-15 04:42:29] "POST /neutron/network HTTP/1.1" 200 1011 0.007161 10.0.0.242 - - [2026-01-15 04:42:30] "POST /neutron/port HTTP/1.1" 200 1170 0.027277 10.0.0.242 - - [2026-01-15 04:42:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.242 - - [2026-01-15 04:42:30] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.73 - - [2026-01-15 04:42:31] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.242 - - [2026-01-15 04:42:31] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.110371 10.0.0.242 - - [2026-01-15 04:42:31] "POST /neutron/network HTTP/1.1" 200 1001 0.060498 10.0.0.242 - - [2026-01-15 04:42:31] "POST /neutron/port HTTP/1.1" 200 117 0.007419 10.0.0.242 - - [2026-01-15 04:42:31] "POST /neutron/port HTTP/1.1" 200 1234 0.019933 10.0.0.242 - - [2026-01-15 04:42:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007689 10.0.0.242 - - [2026-01-15 04:42:32] "GET /virtual-machine/b1fd9870-2d8c-4503-8c41-2652e4a068a5 HTTP/1.1" 401 293 0.000363 10.0.0.242 - - [2026-01-15 04:42:32] "POST /neutron/port HTTP/1.1" 200 1170 0.031088 10.0.0.242 - - [2026-01-15 04:42:33] "POST /neutron/port HTTP/1.1" 200 1234 0.021492 10.0.0.242 - - [2026-01-15 04:42:33] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013850 10.0.0.242 - - [2026-01-15 04:42:33] "GET /virtual-machine/b1fd9870-2d8c-4503-8c41-2652e4a068a5 HTTP/1.1" 200 1297 0.069654 10.0.0.242 - - [2026-01-15 04:42:33] "GET /virtual-machine-interface/41c54775-8ef1-4696-8436-6ded48e16ca7 HTTP/1.1" 200 3154 0.005115 10.0.0.242 - - [2026-01-15 04:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.242 - - [2026-01-15 04:42:33] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002928 10.0.0.242 - - [2026-01-15 04:42:33] "GET /virtual-networks?parent_id=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004128 10.0.0.242 - - [2026-01-15 04:42:33] "POST /neutron/network HTTP/1.1" 200 1001 0.008441 10.0.0.242 - - [2026-01-15 04:42:33] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005327 10.0.0.242 - - [2026-01-15 04:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2026-01-15 04:42:36] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004936 10.0.0.242 - - [2026-01-15 04:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.242 - - [2026-01-15 04:42:40] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004728 10.0.0.242 - - [2026-01-15 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.242 - - [2026-01-15 04:42:44] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006664 10.0.0.242 - - [2026-01-15 04:42:45] "POST /neutron/network HTTP/1.1" 200 1011 0.007667 10.0.0.242 - - [2026-01-15 04:42:45] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013083 10.0.0.242 - - [2026-01-15 04:42:45] "POST /neutron/network HTTP/1.1" 200 1001 0.010045 10.0.0.73 - - [2026-01-15 04:42:48] "DELETE /project/f30829edc755430d81d8f350b0af29f6 HTTP/1.1" 404 173 0.004248 10.0.0.73 - - [2026-01-15 04:42:48] "DELETE /project/5177ea06-d559-43c6-9292-44b52bf5f3c0 HTTP/1.1" 404 177 0.003533 10.0.0.242 - - [2026-01-15 04:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.242 - - [2026-01-15 04:42:48] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006282 10.0.0.242 - - [2026-01-15 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.242 - - [2026-01-15 04:42:52] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008733 10.0.0.242 - - [2026-01-15 04:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.242 - - [2026-01-15 04:42:56] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005351 10.0.0.242 - - [2026-01-15 04:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.242 - - [2026-01-15 04:43:00] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007112 10.0.0.242 - - [2026-01-15 04:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.242 - - [2026-01-15 04:43:05] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005108 10.0.0.242 - - [2026-01-15 04:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.242 - - [2026-01-15 04:43:09] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005069 10.0.0.73 - - [2026-01-15 04:43:09] "GET /obj-perms HTTP/1.1" 200 5075 0.089026 10.0.0.242 - - [2026-01-15 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.242 - - [2026-01-15 04:43:13] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005315 10.0.0.242 - - [2026-01-15 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.242 - - [2026-01-15 04:43:17] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004830 10.0.0.242 - - [2026-01-15 04:43:17] "GET /virtual-networks?parent_id=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003021 10.0.0.242 - - [2026-01-15 04:43:17] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006566 10.0.0.242 - - [2026-01-15 04:43:22] "POST /neutron/port HTTP/1.1" 200 1234 0.021656 10.0.0.242 - - [2026-01-15 04:43:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007157 10.0.0.242 - - [2026-01-15 04:43:28] "POST /neutron/port HTTP/1.1" 200 1234 0.049612 10.0.0.242 - - [2026-01-15 04:43:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007587 10.0.0.242 - - [2026-01-15 04:43:40] "POST /neutron/port HTTP/1.1" 200 1234 0.019377 10.0.0.242 - - [2026-01-15 04:43:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008361 10.0.0.242 - - [2026-01-15 04:43:43] "POST /neutron/port HTTP/1.1" 200 1234 0.023529 10.0.0.242 - - [2026-01-15 04:43:43] "GET /virtual-machine/e23087b1-051f-4bc1-81ee-1d1aeee7f627 HTTP/1.1" 200 1296 0.006625 10.0.0.242 - - [2026-01-15 04:43:43] "GET /virtual-machine-interface/d4b13baa-4bac-47b3-8f27-635826242622 HTTP/1.1" 200 3156 0.004853 10.0.0.242 - - [2026-01-15 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.242 - - [2026-01-15 04:43:43] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005078 10.0.0.242 - - [2026-01-15 04:43:43] "GET /virtual-networks?parent_id=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003095 10.0.0.242 - - [2026-01-15 04:43:43] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005409 10.0.0.242 - - [2026-01-15 04:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.242 - - [2026-01-15 04:43:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003437 10.0.0.242 - - [2026-01-15 04:43:45] "GET /virtual-networks?parent_id=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003560 10.0.0.242 - - [2026-01-15 04:43:45] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005869 10.0.0.242 - - [2026-01-15 04:43:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008476 10.0.0.242 - - [2026-01-15 04:43:45] "POST /neutron/port HTTP/1.1" 200 1234 0.018120 10.0.0.242 - - [2026-01-15 04:43:45] "GET /virtual-machine/d1274383-3811-4ae3-a19d-a1e8ef50e46d HTTP/1.1" 200 1297 0.005689 10.0.0.242 - - [2026-01-15 04:43:45] "GET /virtual-machine-interface/12d2bb2d-961b-4924-87f1-71619b7d5f8f HTTP/1.1" 200 3154 0.004578 10.0.0.242 - - [2026-01-15 04:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.242 - - [2026-01-15 04:43:45] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003909 10.0.0.242 - - [2026-01-15 04:43:45] "GET /virtual-networks?parent_id=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003289 10.0.0.242 - - [2026-01-15 04:43:45] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005556 10.0.0.242 - - [2026-01-15 04:43:46] "POST /neutron/port HTTP/1.1" 200 1234 0.048053 10.0.0.242 - - [2026-01-15 04:43:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.242 - - [2026-01-15 04:43:46] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.242 - - [2026-01-15 04:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.242 - - [2026-01-15 04:43:46] "GET /global-vrouter-config/07b21ea3-aa7b-47fe-823f-6b25460300c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003418 10.0.0.242 - - [2026-01-15 04:43:46] "GET /virtual-networks?parent_id=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003052 10.0.0.242 - - [2026-01-15 04:43:46] "GET /virtual-network/1bbaaf8a-695d-4991-9892-b85ccf4b9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007090 10.0.0.242 - - [2026-01-15 04:43:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007344 10.0.0.33 - - [2026-01-15 04:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.33 - - [2026-01-15 04:43:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.73 - - [2026-01-15 04:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.73 - - [2026-01-15 04:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.33 - - [2026-01-15 04:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.33 - - [2026-01-15 04:43:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.73 - - [2026-01-15 04:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.73 - - [2026-01-15 04:43:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2026-01-15 04:43:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.242 - - [2026-01-15 04:43:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.242 - - [2026-01-15 04:43:52] "GET /virtual-machine-interface/12d2bb2d-961b-4924-87f1-71619b7d5f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006588 10.0.0.242 - - [2026-01-15 04:43:52] "PUT /virtual-machine-interface/12d2bb2d-961b-4924-87f1-71619b7d5f8f HTTP/1.1" 200 284 0.012877 10.0.0.242 - - [2026-01-15 04:43:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2026-01-15 04:43:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.242 - - [2026-01-15 04:44:03] "POST /neutron/network HTTP/1.1" 200 1011 0.009244 10.0.0.242 - - [2026-01-15 04:44:03] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015746 10.0.0.242 - - [2026-01-15 04:44:03] "POST /neutron/network HTTP/1.1" 200 1001 0.015767 10.0.0.242 - - [2026-01-15 04:44:10] "GET /obj-perms HTTP/1.1" 200 5075 0.078267 10.0.0.33 - - [2026-01-15 04:44:10] "GET /obj-perms HTTP/1.1" 200 5075 0.080626 10.0.0.242 - - [2026-01-15 04:44:46] "POST /neutron/network HTTP/1.1" 200 1011 0.007729 10.0.0.242 - - [2026-01-15 04:44:46] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013011 10.0.0.242 - - [2026-01-15 04:44:46] "POST /neutron/network HTTP/1.1" 200 1001 0.010064 10.0.0.242 - - [2026-01-15 04:45:03] "POST /neutron/network HTTP/1.1" 200 1011 0.007235 10.0.0.242 - - [2026-01-15 04:45:03] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014106 10.0.0.242 - - [2026-01-15 04:45:03] "POST /neutron/network HTTP/1.1" 200 1001 0.010373 10.0.0.242 - - [2026-01-15 04:45:46] "POST /neutron/network HTTP/1.1" 200 1011 0.006881 10.0.0.242 - - [2026-01-15 04:45:46] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012677 10.0.0.242 - - [2026-01-15 04:45:46] "POST /neutron/network HTTP/1.1" 200 1001 0.010072 10.0.0.242 - - [2026-01-15 04:46:05] "POST /neutron/network HTTP/1.1" 200 1011 0.008364 10.0.0.242 - - [2026-01-15 04:46:05] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015289 10.0.0.242 - - [2026-01-15 04:46:05] "POST /neutron/network HTTP/1.1" 200 1001 0.009726 10.0.0.242 - - [2026-01-15 04:46:08] "POST /neutron/port HTTP/1.1" 200 1234 0.017909 10.0.0.242 - - [2026-01-15 04:46:08] "POST /neutron/port HTTP/1.1" 200 1234 0.035735 10.0.0.242 - - [2026-01-15 04:46:09] "POST /neutron/port HTTP/1.1" 200 151 0.344360 10.0.0.242 - - [2026-01-15 04:46:10] "POST /neutron/network HTTP/1.1" 200 1001 0.010112 10.0.0.73 - - [2026-01-15 04:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.73 - - [2026-01-15 04:46:12] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001217 10.0.0.242 - - [2026-01-15 04:46:12] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.048761 10.0.0.73 - - [2026-01-15 04:46:12] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917 10.0.0.242 - - [2026-01-15 04:46:12] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?fields=virtual_networks HTTP/1.1" 200 1040 0.040312 10.0.0.73 - - [2026-01-15 04:46:12] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000867 10.0.0.242 - - [2026-01-15 04:46:12] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.038844 10.0.0.73 - - [2026-01-15 04:46:12] "GET /projects?obj_uuids=f30829ed-c755-430d-81d8-f350b0af29f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001092 10.0.0.242 - - [2026-01-15 04:46:12] "GET /project/f30829ed-c755-430d-81d8-f350b0af29f6?fields=security_groups HTTP/1.1" 200 1270 0.039317 10.0.0.242 - - [2026-01-15 04:46:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.054765 10.0.0.73 - - [2026-01-15 04:46:14] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002759 10.0.0.73 - - [2026-01-15 04:46:14] "GET /domains?obj_uuids=17e89162-e11a-43fe-960d-0f3e5cda0a6b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.73 - - [2026-01-15 04:46:14] "GET /domain/17e89162-e11a-43fe-960d-0f3e5cda0a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006957 10.0.0.73 - - [2026-01-15 04:46:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001034 10.0.0.73 - - [2026-01-15 04:46:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.005502 10.0.0.73 - - [2026-01-15 04:46:14] "POST /security-groups HTTP/1.1" 200 591 0.080714 10.0.0.73 - - [2026-01-15 04:46:14] "POST /projects HTTP/1.1" 200 585 0.290373 10.0.0.73 - - [2026-01-15 04:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.331966 10.0.0.73 - - [2026-01-15 04:46:14] "POST /access-control-lists HTTP/1.1" 200 596 0.027159 10.0.0.242 - - [2026-01-15 04:46:14] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.513507 10.0.0.242 - - [2026-01-15 04:46:16] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.73 - - [2026-01-15 04:46:18] "DELETE /access-control-list/b9181d9f-f431-4ca1-a35b-b25478469a25 HTTP/1.1" 200 115 0.051020 10.0.0.73 - - [2026-01-15 04:46:22] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.242 - - [2026-01-15 04:46:22] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048580 10.0.0.73 - - [2026-01-15 04:46:22] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.242 - - [2026-01-15 04:46:22] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?fields=virtual_networks HTTP/1.1" 200 1032 0.036252 10.0.0.73 - - [2026-01-15 04:46:22] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.242 - - [2026-01-15 04:46:22] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038341 10.0.0.73 - - [2026-01-15 04:46:22] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.242 - - [2026-01-15 04:46:22] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?fields=security_groups HTTP/1.1" 200 1258 0.052384 10.0.0.73 - - [2026-01-15 04:46:48] "DELETE /project/f30829ed-c755-430d-81d8-f350b0af29f6 HTTP/1.1" 404 177 0.007134 10.0.0.73 - - [2026-01-15 04:46:48] "DELETE /project/79603fde5ec243db99f233fb30c42ee9 HTTP/1.1" 404 173 0.004580 10.0.0.73 - - [2026-01-15 04:46:48] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000763 10.0.0.73 - - [2026-01-15 04:46:48] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.034847 10.0.0.73 - - [2026-01-15 04:46:48] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.73 - - [2026-01-15 04:46:48] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?fields=security_groups HTTP/1.1" 200 1363 0.037739 10.0.0.73 - - [2026-01-15 04:46:48] "DELETE /security-group/2efb43b3-e296-4050-ba69-c1262521fdd7 HTTP/1.1" 200 115 0.045601 10.0.0.73 - - [2026-01-15 04:46:48] "GET /projects?obj_uuids=79603fde-5ec2-43db-99f2-33fb30c42ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.73 - - [2026-01-15 04:46:48] "GET /project/79603fde-5ec2-43db-99f2-33fb30c42ee9?fields=application_policy_sets HTTP/1.1" 200 1402 0.054949 10.0.0.73 - - [2026-01-15 04:46:48] "DELETE /access-control-list/1d66ee04-7e29-40c8-a4fd-a8f702494ba6 HTTP/1.1" 200 115 0.034120 10.0.0.73 - - [2026-01-15 04:46:49] "DELETE /project/79603fde-5ec2-43db-99f2-33fb30c42ee9 HTTP/1.1" 200 115 0.387263 10.0.0.73 - - [2026-01-15 04:48:14] "GET /obj-perms HTTP/1.1" 200 5075 0.088803 10.0.0.242 - - [2026-01-15 04:48:15] "GET /obj-perms HTTP/1.1" 200 5075 0.061225 10.0.0.33 - - [2026-01-15 04:48:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.33 - - [2026-01-15 04:48:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.73 - - [2026-01-15 04:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.73 - - [2026-01-15 04:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.33 - - [2026-01-15 04:48:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.33 - - [2026-01-15 04:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.73 - - [2026-01-15 04:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.73 - - [2026-01-15 04:48:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.242 - - [2026-01-15 04:48:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.242 - - [2026-01-15 04:48:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.242 - - [2026-01-15 04:48:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.242 - - [2026-01-15 04:48:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 [Introspect:8084]10.0.0.73 - - [2026-01-15 04:49:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000829 [Introspect:8084]10.0.0.73 - - [2026-01-15 04:49:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.000793 10.0.0.33 - - [2026-01-15 04:49:15] "GET /obj-perms HTTP/1.1" 200 5075 0.102304