++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jul 17 02:19:32 UTC 2025 ===================' INFO: =================== Thu Jul 17 02:19:32 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33: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.201 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.201 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ 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.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 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.33 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.33,10.20.0.201,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.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.201,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/17/2025 02:19:41.951 7fa0024d6108 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/17/2025 02:19:42.095 7fa0024d6108 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/17/2025 02:19:42.108 7fa0024d6108 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/17/2025 02:19:42.108 7fa0024d6108 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2025-07-17 02:19:44] "GET / HTTP/1.1" 503 181 0.000276 10.0.0.33 - - [2025-07-17 02:19:44] "GET / HTTP/1.1" 503 181 0.000165 10.0.0.33 - - [2025-07-17 02:19:45] "GET / HTTP/1.1" 200 45871 0.001962 10.0.0.33 - - [2025-07-17 02:19:45] "GET / HTTP/1.1" 200 45871 0.001297 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.33 - - [2025-07-17 02:19:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000760 10.0.0.33 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000312 10.0.0.33 - - [2025-07-17 02:19:46] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.33 - - [2025-07-17 02:19:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.610668 10.0.0.33 - - [2025-07-17 02:19:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005075 10.0.0.33 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.347987 10.0.0.33 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.33 - - [2025-07-17 02:19:47] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.33 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000713 10.0.0.33 - - [2025-07-17 02:19:47] "GET / HTTP/1.1" 200 35931 0.002418 10.0.0.33 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2025-07-17 02:19:47] "GET / HTTP/1.1" 200 35931 0.001656 10.0.0.33 - - [2025-07-17 02:19:47] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.33 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.33 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.326490 10.0.0.33 - - [2025-07-17 02:19:47] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007389 10.0.0.33 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003876 10.0.0.33 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2025-07-17 02:19:48] "POST /config-nodes HTTP/1.1" 200 599 0.036319 10.0.0.33 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.333272 10.0.0.33 - - [2025-07-17 02:19:48] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012167 10.0.0.33 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.004113 10.0.0.33 - - [2025-07-17 02:19:48] "POST /config-database-nodes HTTP/1.1" 200 617 0.021530 10.0.0.33 - - [2025-07-17 02:19:48] "GET / HTTP/1.1" 200 35931 0.002104 10.0.0.33 - - [2025-07-17 02:19:48] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.676060 10.0.0.33 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.33 - - [2025-07-17 02:19:48] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006602 10.0.0.33 - - [2025-07-17 02:19:48] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021207 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.003181 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.33 - - [2025-07-17 02:19:49] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006411 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.631045 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.351170 10.0.0.33 - - [2025-07-17 02:19:49] "GET /network-ipam/82f513b4-0b54-4fed-a4e1-dbef38c7657e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003650 10.0.0.33 - - [2025-07-17 02:19:49] "POST /service-appliance-sets HTTP/1.1" 200 541 0.020496 10.0.0.33 - - [2025-07-17 02:19:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.049869 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.33 - - [2025-07-17 02:19:49] "POST /job-templates HTTP/1.1" 200 555 0.070536 10.0.0.33 - - [2025-07-17 02:19:49] "GET /network-ipam/82f513b4-0b54-4fed-a4e1-dbef38c7657e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004307 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.003306 10.0.0.33 - - [2025-07-17 02:19:49] "POST /job-templates HTTP/1.1" 200 563 0.062279 10.0.0.33 - - [2025-07-17 02:19:49] "POST /service-templates HTTP/1.1" 200 511 0.021691 10.0.0.33 - - [2025-07-17 02:19:49] "POST /service-templates HTTP/1.1" 200 501 0.018569 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.003263 10.0.0.33 - - [2025-07-17 02:19:49] "POST /service-templates HTTP/1.1" 200 515 0.031998 10.0.0.33 - - [2025-07-17 02:19:49] "POST /job-templates HTTP/1.1" 200 545 0.077091 10.0.0.33 - - [2025-07-17 02:19:49] "POST /service-templates HTTP/1.1" 200 535 0.018434 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003690 10.0.0.33 - - [2025-07-17 02:19:49] "POST /service-templates HTTP/1.1" 200 507 0.016591 10.0.0.33 - - [2025-07-17 02:19:49] "POST /job-templates HTTP/1.1" 200 577 0.061544 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.002787 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.003409 10.0.0.33 - - [2025-07-17 02:19:49] "POST /access-control-lists HTTP/1.1" 200 587 0.036493 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.003023 10.0.0.33 - - [2025-07-17 02:19:49] "POST /job-templates HTTP/1.1" 200 579 0.061407 10.0.0.33 - - [2025-07-17 02:19:49] "POST /access-control-lists HTTP/1.1" 200 585 0.020858 10.0.0.33 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.002869 10.0.0.33 - - [2025-07-17 02:19:50] "POST /job-templates HTTP/1.1" 200 583 0.076420 10.0.0.33 - - [2025-07-17 02:19:50] "POST /route-targets HTTP/1.1" 200 327 0.041173 10.0.0.33 - - [2025-07-17 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.013775 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.003707 10.0.0.33 - - [2025-07-17 02:19:50] "POST /route-targets HTTP/1.1" 200 327 0.014941 10.0.0.33 - - [2025-07-17 02:19:50] "POST /job-templates HTTP/1.1" 200 559 0.066134 10.0.0.33 - - [2025-07-17 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.028870 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.003230 10.0.0.33 - - [2025-07-17 02:19:50] "POST /route-targets HTTP/1.1" 200 327 0.011821 10.0.0.33 - - [2025-07-17 02:19:50] "POST /job-templates HTTP/1.1" 200 569 0.063416 10.0.0.33 - - [2025-07-17 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.046893 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003355 10.0.0.33 - - [2025-07-17 02:19:50] "POST /route-targets HTTP/1.1" 200 327 0.011012 10.0.0.33 - - [2025-07-17 02:19:50] "POST /job-templates HTTP/1.1" 200 555 0.073906 10.0.0.33 - - [2025-07-17 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.061045 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003879 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.003495 10.0.0.33 - - [2025-07-17 02:19:50] "POST /job-templates HTTP/1.1" 200 555 0.068113 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003196 10.0.0.33 - - [2025-07-17 02:19:50] "POST /access-control-lists HTTP/1.1" 200 551 0.096789 10.0.0.33 - - [2025-07-17 02:19:50] "PUT /access-control-list/5bb4b20c-7dfa-44d1-91ad-f87aefee050d HTTP/1.1" 200 272 0.012767 10.0.0.33 - - [2025-07-17 02:19:50] "POST /job-templates HTTP/1.1" 200 555 0.070115 10.0.0.33 - - [2025-07-17 02:19:50] "PUT /access-control-list/56767e77-c70b-42fe-8a9c-84fa86e30e16 HTTP/1.1" 200 272 0.014229 10.0.0.33 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.003087 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 535 0.069273 10.0.0.33 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003053 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 559 0.069501 10.0.0.33 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003895 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 559 0.061010 10.0.0.33 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003328 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 559 0.065424 10.0.0.33 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.003523 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 565 0.061207 10.0.0.33 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003581 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 557 0.065781 10.0.0.33 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.004966 10.0.0.33 - - [2025-07-17 02:19:51] "POST /job-templates HTTP/1.1" 200 555 0.062606 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003559 10.0.0.33 - - [2025-07-17 02:19:52] "POST /job-templates HTTP/1.1" 200 573 0.066156 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003228 10.0.0.33 - - [2025-07-17 02:19:52] "POST /job-templates HTTP/1.1" 200 551 0.061603 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 208 0.003685 10.0.0.33 - - [2025-07-17 02:19:52] "POST /job-templates HTTP/1.1" 200 579 0.064423 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003236 10.0.0.33 - - [2025-07-17 02:19:52] "POST /job-templates HTTP/1.1" 200 555 0.060725 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003363 10.0.0.33 - - [2025-07-17 02:19:52] "POST /job-templates HTTP/1.1" 200 559 0.061590 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.003608 10.0.0.33 - - [2025-07-17 02:19:52] "POST /job-templates HTTP/1.1" 200 575 0.066724 10.0.0.33 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.003644 10.0.0.33 - - [2025-07-17 02:19:53] "POST /job-templates HTTP/1.1" 200 557 0.065705 10.0.0.33 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.003162 10.0.0.33 - - [2025-07-17 02:19:53] "POST /job-templates HTTP/1.1" 200 559 0.076127 10.0.0.33 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.003442 10.0.0.33 - - [2025-07-17 02:19:53] "POST /job-templates HTTP/1.1" 200 555 0.065176 10.0.0.33 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.003103 10.0.0.33 - - [2025-07-17 02:19:53] "POST /job-templates HTTP/1.1" 200 553 0.065217 10.0.0.33 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.003125 10.0.0.33 - - [2025-07-17 02:19:53] "POST /job-templates HTTP/1.1" 200 553 0.063833 10.0.0.33 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.003330 10.0.0.33 - - [2025-07-17 02:19:53] "POST /job-templates HTTP/1.1" 200 553 0.066207 10.0.0.33 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.002941 10.0.0.33 - - [2025-07-17 02:19:54] "POST /job-templates HTTP/1.1" 200 563 0.061198 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.003212 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005823 10.0.0.33 - - [2025-07-17 02:19:54] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.020497 10.0.0.33 - - [2025-07-17 02:19:54] "POST /job-templates HTTP/1.1" 200 565 0.065625 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003379 10.0.0.33 - - [2025-07-17 02:19:54] "PUT /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75 HTTP/1.1" 200 276 0.010866 10.0.0.33 - - [2025-07-17 02:19:54] "POST /config-propertiess HTTP/1.1" 200 551 0.020868 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 168 0.003141 10.0.0.33 - - [2025-07-17 02:19:54] "POST /tags HTTP/1.1" 200 321 0.035117 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 166 0.003188 10.0.0.33 - - [2025-07-17 02:19:54] "POST /tags HTTP/1.1" 200 317 0.023570 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 174 0.003053 10.0.0.33 - - [2025-07-17 02:19:54] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.33 - - [2025-07-17 02:19:54] "POST /alarms HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-07-17 02:19:54] "POST /tags HTTP/1.1" 200 333 0.028831 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.003051 10.0.0.33 - - [2025-07-17 02:19:54] "POST /tags HTTP/1.1" 200 309 0.021740 10.0.0.33 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 174 0.003394 10.0.0.33 - - [2025-07-17 02:19:54] "POST /tags HTTP/1.1" 200 333 0.026110 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.003018 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 581 0.041610 10.0.0.33 - - [2025-07-17 02:19:55] "POST /tags HTTP/1.1" 200 313 0.040694 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 575 0.021420 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 169 0.003381 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 575 0.017988 10.0.0.33 - - [2025-07-17 02:19:55] "POST /tags HTTP/1.1" 200 323 0.027799 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 559 0.015706 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 555 0.018220 10.0.0.33 - - [2025-07-17 02:19:55] "PUT /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046 HTTP/1.1" 200 274 0.009380 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 557 0.015757 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003114 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 565 0.017993 10.0.0.33 - - [2025-07-17 02:19:55] "POST /hardwares HTTP/1.1" 200 327 0.010731 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003062 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 549 0.021504 10.0.0.33 - - [2025-07-17 02:19:55] "POST /hardwares HTTP/1.1" 200 327 0.012197 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 557 0.018983 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003239 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 567 0.019130 10.0.0.33 - - [2025-07-17 02:19:55] "POST /hardwares HTTP/1.1" 200 327 0.012795 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 555 0.017633 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.002625 10.0.0.33 - - [2025-07-17 02:19:55] "POST /hardwares HTTP/1.1" 200 327 0.010719 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 567 0.020457 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.004353 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 575 0.061528 10.0.0.33 - - [2025-07-17 02:19:55] "POST /hardwares HTTP/1.1" 200 323 0.014291 10.0.0.33 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.002472 10.0.0.33 - - [2025-07-17 02:19:55] "POST /alarms HTTP/1.1" 200 569 0.026133 10.0.0.33 - - [2025-07-17 02:19:55] "POST /hardwares HTTP/1.1" 200 323 0.014206 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 561 0.018751 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 161 0.004049 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 561 0.025485 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 317 0.014498 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.002987 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 561 0.023445 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.019376 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 547 0.026629 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.003433 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 595 0.020704 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.012757 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 575 0.018145 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.002545 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.012083 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 571 0.021359 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.004670 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 583 0.018610 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 325 0.012079 10.0.0.33 - - [2025-07-17 02:19:56] "POST /alarms HTTP/1.1" 200 609 0.019230 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.003002 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 325 0.011955 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.003748 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 325 0.013942 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.003692 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 325 0.012933 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.004430 10.0.0.33 - - [2025-07-17 02:19:56] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.33 - - [2025-07-17 02:19:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000470 10.0.0.33 - - [2025-07-17 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.015127 10.0.0.33 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 161 0.004367 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 317 0.014175 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.003861 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 323 0.015636 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003006 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 317 0.013012 10.0.0.33 - - [2025-07-17 02:19:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.033768 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.004294 10.0.0.33 - - [2025-07-17 02:19:57] "PUT /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75 HTTP/1.1" 200 276 0.014174 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 323 0.019571 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.003361 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 319 0.014046 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.003340 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 319 0.012600 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003070 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 325 0.012134 10.0.0.33 - - [2025-07-17 02:19:57] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003072 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 317 0.012226 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003159 10.0.0.33 - - [2025-07-17 02:19:57] "POST /hardwares HTTP/1.1" 200 317 0.013685 10.0.0.33 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.003345 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.010413 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003090 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.023830 10.0.0.33 - - [2025-07-17 02:19:58] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004167 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.011861 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.002854 10.0.0.33 - - [2025-07-17 02:19:58] "PUT /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75 HTTP/1.1" 200 276 0.008832 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.010939 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 158 0.003841 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 311 0.013213 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 158 0.003048 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 311 0.010385 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 160 0.004073 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 315 0.013265 10.0.0.33 - - [2025-07-17 02:19:58] "GET / HTTP/1.1" 200 35931 0.002495 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 154 0.004018 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 303 0.012262 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 158 0.003004 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 311 0.012680 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 155 0.003392 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 305 0.010951 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 155 0.003151 10.0.0.33 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.023718 10.0.0.33 - - [2025-07-17 02:19:58] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.005810 10.0.0.33 - - [2025-07-17 02:19:58] "POST /hardwares HTTP/1.1" 200 305 0.013874 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 155 0.002995 10.0.0.33 - - [2025-07-17 02:19:59] "PUT /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046 HTTP/1.1" 200 274 0.018961 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 305 0.011013 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 155 0.003052 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 305 0.012450 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 156 0.003183 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 307 0.012897 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 156 0.003122 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 307 0.013322 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 156 0.003233 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 307 0.011135 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 157 0.003191 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 309 0.019923 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.004769 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 311 0.011436 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003937 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 311 0.012279 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 153 0.003348 10.0.0.33 - - [2025-07-17 02:19:59] "POST /hardwares HTTP/1.1" 200 301 0.011656 10.0.0.33 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 157 0.003062 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.163069 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003171 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.025446 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003620 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.018213 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003716 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.013386 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.004746 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.017621 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 161 0.003452 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 317 0.041992 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003176 10.0.0.33 - - [2025-07-17 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.020112 10.0.0.33 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003682 10.0.0.33 - - [2025-07-17 02:20:01] "POST /hardwares HTTP/1.1" 200 309 0.014755 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 154 0.006392 10.0.0.33 - - [2025-07-17 02:20:01] "POST /hardwares HTTP/1.1" 200 303 0.016317 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.003794 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 533 0.026154 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 185 0.006601 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 523 0.022036 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003214 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 521 0.046550 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003224 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 521 0.019804 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.003012 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 531 0.018707 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003781 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 521 0.016745 10.0.0.33 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003423 10.0.0.33 - - [2025-07-17 02:20:01] "POST /features HTTP/1.1" 200 539 0.021292 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.004490 10.0.0.33 - - [2025-07-17 02:20:02] "POST /features HTTP/1.1" 200 525 0.020011 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003213 10.0.0.33 - - [2025-07-17 02:20:02] "POST /features HTTP/1.1" 200 519 0.019686 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.003696 10.0.0.33 - - [2025-07-17 02:20:02] "POST /features HTTP/1.1" 200 517 0.027539 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.003745 10.0.0.33 - - [2025-07-17 02:20:02] "POST /features HTTP/1.1" 200 533 0.020504 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003413 10.0.0.33 - - [2025-07-17 02:20:02] "POST /features HTTP/1.1" 200 541 0.024010 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 178 0.003819 10.0.0.33 - - [2025-07-17 02:20:02] "POST /physical-roles HTTP/1.1" 200 521 0.019999 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 179 0.003314 10.0.0.33 - - [2025-07-17 02:20:02] "POST /physical-roles HTTP/1.1" 200 523 0.023384 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003086 10.0.0.33 - - [2025-07-17 02:20:02] "POST /physical-roles HTTP/1.1" 200 533 0.020828 10.0.0.33 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 177 0.003242 10.0.0.33 - - [2025-07-17 02:20:03] "POST /physical-roles HTTP/1.1" 200 519 0.028275 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.003470 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 545 0.035545 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.003105 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 531 0.016460 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.003104 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 545 0.019798 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.003357 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 533 0.017765 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.003104 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 541 0.020428 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2025-07-17 02:20:03] "PUT /overlay-role/ac4715b4-ac30-4093-bd36-d702217a7d52 HTTP/1.1" 200 258 0.036552 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.004446 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 531 0.025737 10.0.0.33 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.004760 10.0.0.33 - - [2025-07-17 02:20:03] "POST /overlay-roles HTTP/1.1" 200 533 0.020462 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.003230 10.0.0.33 - - [2025-07-17 02:20:04] "POST /overlay-roles HTTP/1.1" 200 529 0.026615 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.003307 10.0.0.33 - - [2025-07-17 02:20:04] "POST /overlay-roles HTTP/1.1" 200 537 0.029483 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003933 10.0.0.33 - - [2025-07-17 02:20:04] "POST /overlay-roles HTTP/1.1" 200 541 0.020080 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 178 0.003176 10.0.0.33 - - [2025-07-17 02:20:04] "POST /overlay-roles HTTP/1.1" 200 519 0.018792 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.003391 10.0.0.33 - - [2025-07-17 02:20:04] "POST /overlay-roles HTTP/1.1" 200 543 0.016478 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 182 0.003920 10.0.0.33 - - [2025-07-17 02:20:04] "POST /role-definitions HTTP/1.1" 200 533 0.019330 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.002900 10.0.0.33 - - [2025-07-17 02:20:04] "POST /role-definitions HTTP/1.1" 200 547 0.023053 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.002933 10.0.0.33 - - [2025-07-17 02:20:04] "POST /role-definitions HTTP/1.1" 200 549 0.017432 10.0.0.33 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.002830 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 551 0.017521 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.002957 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 563 0.017852 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003069 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 547 0.018729 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003144 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 549 0.017544 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.003458 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 551 0.017389 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003062 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 549 0.019134 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.003033 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 561 0.020416 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003531 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 547 0.017692 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003187 10.0.0.33 - - [2025-07-17 02:20:05] "POST /role-definitions HTTP/1.1" 200 549 0.018779 10.0.0.33 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.003139 10.0.0.33 - - [2025-07-17 02:20:06] "GET /global-system-configs HTTP/1.1" 200 322 0.872156 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 545 0.016107 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.002865 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 547 0.026971 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.002945 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 553 0.017143 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003164 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 555 0.027478 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 182 0.003041 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 533 0.017442 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 187 0.002907 10.0.0.33 - - [2025-07-17 02:20:06] "GET /global-system-configs HTTP/1.1" 200 322 0.027753 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 543 0.020293 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 181 0.002986 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 531 0.020089 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003044 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 537 0.017155 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003165 10.0.0.33 - - [2025-07-17 02:20:06] "POST /role-definitions HTTP/1.1" 200 547 0.017374 10.0.0.33 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.002977 10.0.0.33 - - [2025-07-17 02:20:07] "POST /role-definitions HTTP/1.1" 200 557 0.035110 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.003219 10.0.0.33 - - [2025-07-17 02:20:07] "POST /role-definitions HTTP/1.1" 200 561 0.015534 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.003013 10.0.0.33 - - [2025-07-17 02:20:07] "POST /role-definitions HTTP/1.1" 200 559 0.015651 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.002901 10.0.0.33 - - [2025-07-17 02:20:07] "POST /feature-configs HTTP/1.1" 200 537 0.016937 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 212 0.003799 10.0.0.33 - - [2025-07-17 02:20:07] "POST /feature-configs HTTP/1.1" 200 562 0.022702 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.003595 10.0.0.33 - - [2025-07-17 02:20:07] "POST /feature-configs HTTP/1.1" 200 561 0.016291 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.002870 10.0.0.33 - - [2025-07-17 02:20:07] "POST /node-profiles HTTP/1.1" 200 547 0.017024 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.003163 10.0.0.33 - - [2025-07-17 02:20:07] "POST /node-profiles HTTP/1.1" 200 537 0.017370 10.0.0.33 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.002934 10.0.0.33 - - [2025-07-17 02:20:07] "POST /node-profiles HTTP/1.1" 200 549 0.017266 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003591 10.0.0.33 - - [2025-07-17 02:20:08] "POST /node-profiles HTTP/1.1" 200 541 0.016138 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.002987 10.0.0.33 - - [2025-07-17 02:20:08] "POST /node-profiles HTTP/1.1" 200 541 0.016032 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.003255 10.0.0.33 - - [2025-07-17 02:20:08] "POST /node-profiles HTTP/1.1" 200 539 0.018862 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.002967 10.0.0.33 - - [2025-07-17 02:20:08] "POST /node-profiles HTTP/1.1" 200 531 0.017409 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.002864 10.0.0.33 - - [2025-07-17 02:20:08] "POST /node-profiles HTTP/1.1" 200 533 0.017397 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.002980 10.0.0.33 - - [2025-07-17 02:20:08] "POST /node-profiles HTTP/1.1" 200 557 0.017175 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.002781 10.0.0.33 - - [2025-07-17 02:20:08] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016047 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003482 10.0.0.33 - - [2025-07-17 02:20:08] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015834 10.0.0.33 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.002982 10.0.0.33 - - [2025-07-17 02:20:08] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016020 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003057 10.0.0.33 - - [2025-07-17 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016181 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003024 10.0.0.33 - - [2025-07-17 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021910 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003020 10.0.0.33 - - [2025-07-17 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016553 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.002799 10.0.0.33 - - [2025-07-17 02:20:09] "POST /sflow-profiles HTTP/1.1" 200 532 0.016937 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.002871 10.0.0.33 - - [2025-07-17 02:20:09] "POST /sflow-profiles HTTP/1.1" 200 538 0.017366 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.003212 10.0.0.33 - - [2025-07-17 02:20:09] "POST /sflow-profiles HTTP/1.1" 200 538 0.018952 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.002745 10.0.0.33 - - [2025-07-17 02:20:09] "POST /grpc-profiles HTTP/1.1" 200 530 0.015887 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.003624 10.0.0.33 - - [2025-07-17 02:20:09] "POST /snmp-profiles HTTP/1.1" 200 530 0.035682 10.0.0.33 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.003883 10.0.0.33 - - [2025-07-17 02:20:09] "POST /netconf-profiles HTTP/1.1" 200 542 0.017873 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003055 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 540 0.017429 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002923 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 540 0.016071 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.002924 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 544 0.018559 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003188 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 542 0.018554 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 218 0.003808 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 590 0.016806 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.003387 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 570 0.019411 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003037 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 620 0.018753 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003019 10.0.0.33 - - [2025-07-17 02:20:10] "POST /device-functional-groups HTTP/1.1" 200 566 0.021612 10.0.0.33 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.004463 10.0.0.33 - - [2025-07-17 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 564 0.020098 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.003157 10.0.0.33 - - [2025-07-17 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 574 0.021899 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.004030 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 525 0.024806 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003607 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 520 0.017714 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.004180 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 522 0.018414 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003259 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 522 0.017195 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.003037 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 526 0.016370 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.002910 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 521 0.015421 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003059 10.0.0.33 - - [2025-07-17 02:20:11] "POST /role-configs HTTP/1.1" 200 517 0.018045 10.0.0.33 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003715 10.0.0.33 - - [2025-07-17 02:20:12] "POST /role-configs HTTP/1.1" 200 518 0.019588 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.009687 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.33 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.009654 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.33 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.33 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.009411 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.33 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.010599 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.33 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.33 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.009308 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.33 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.009338 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.33 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.009737 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.33 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.008457 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.33 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.33 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.010651 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.33 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007869 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.33 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.010533 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007192 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.008128 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007814 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.009071 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.33 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.012038 10.0.0.33 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010100 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.011422 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009883 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.33 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010572 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.33 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.009324 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.33 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008777 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.33 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.33 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008400 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.33 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007757 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.33 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008594 10.0.0.33 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009335 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.008882 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.33 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.33 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.33 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.33 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.33 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.33 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.33 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007810 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.33 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.33 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007809 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007173 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008352 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008161 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007683 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.33 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.33 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.008029 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.010469 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009018 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.33 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.33 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009097 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.33 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.33 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.33 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.007506 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.33 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.007497 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.33 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009170 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.33 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.008092 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.33 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.010155 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.009168 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.009831 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.007594 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.010677 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.33 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.010868 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.33 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.011686 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.33 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.012391 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.33 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.011423 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.33 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.009179 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.33 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.011755 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.33 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.008049 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.33 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007366 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007423 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007772 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008889 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.33 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.33 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008086 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007477 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008634 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008714 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007953 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.33 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.33 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.010405 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.33 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.009113 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.33 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008761 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.33 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.009767 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.33 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.010746 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.33 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.007354 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.33 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008116 10.0.0.33 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007408 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007556 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008382 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007048 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.33 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.33 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008482 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.33 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007822 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.33 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.33 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.009603 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.33 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.008262 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.33 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007117 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.33 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007277 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007823 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007288 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.33 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.33 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008355 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008082 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008922 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.33 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.33 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008589 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.33 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.008012 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.33 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.33 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007097 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.33 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.33 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.008049 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.33 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009003 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.33 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.008286 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007455 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.012238 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.33 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.33 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010941 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.33 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008486 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.33 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007923 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.33 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007434 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.33 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.33 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.010861 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.33 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.009707 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.33 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.007562 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006684 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009674 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.013171 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.33 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.007864 10.0.0.33 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.33 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.33 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.008102 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.33 - - [2025-07-17 02:20:35] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.33 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.33 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.33 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.017157 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.029033 10.0.0.33 - - [2025-07-17 02:20:35] "GET /routing-instance/d336bd3f-5d80-4b4b-a6ad-d49c44e314ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004052 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2025-07-17 02:20:35] "POST /bgp-routers HTTP/1.1" 200 620 0.024255 10.0.0.33 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.33 - - [2025-07-17 02:20:35] "GET /bgp-router/5d54a601-9fde-4f25-9d8d-641a70637cf5?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005730 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.33 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.33 - - [2025-07-17 02:20:35] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.006235 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003208 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.007201 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.007124 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008431 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.33 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.33 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.007951 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.008420 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.007290 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.33 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.007816 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.33 - - [2025-07-17 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.010247 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.33 - - [2025-07-17 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.33 - - [2025-07-17 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009231 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.33 - - [2025-07-17 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009725 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.33 - - [2025-07-17 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009077 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.33 - - [2025-07-17 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.33 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.33 - - [2025-07-17 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.33 - - [2025-07-17 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.33 - - [2025-07-17 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.010102 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.33 - - [2025-07-17 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.33 - - [2025-07-17 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2025-07-17 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.010642 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.33 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.010461 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.011260 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009009 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.33 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.33 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009163 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009752 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009287 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.011220 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.011124 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.008961 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.33 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.33 - - [2025-07-17 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.011716 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.33 - - [2025-07-17 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.33 - - [2025-07-17 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009234 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.33 - - [2025-07-17 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.33 - - [2025-07-17 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009943 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.33 - - [2025-07-17 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.33 - - [2025-07-17 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.33 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2025-07-17 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.009865 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.33 - - [2025-07-17 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.010070 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.33 - - [2025-07-17 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.012187 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.33 - - [2025-07-17 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.33 - - [2025-07-17 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.33 - - [2025-07-17 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.009983 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.33 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.009482 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.009488 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.010835 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.008690 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.008744 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.33 - - [2025-07-17 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.33 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.007961 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.008760 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.009628 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.012144 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.33 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.33 - - [2025-07-17 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.009111 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.33 - - [2025-07-17 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.009691 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.33 - - [2025-07-17 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.008421 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.33 - - [2025-07-17 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.010093 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.33 - - [2025-07-17 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.33 - - [2025-07-17 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.010749 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.33 - - [2025-07-17 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.33 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.008373 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.009506 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.008324 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.33 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.33 - - [2025-07-17 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.007409 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.33 - - [2025-07-17 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.007496 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.33 - - [2025-07-17 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.33 - - [2025-07-17 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.007393 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.33 - - [2025-07-17 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.009302 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.33 - - [2025-07-17 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.010064 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.33 - - [2025-07-17 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.009627 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.33 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.007484 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010195 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010401 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010258 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.33 - - [2025-07-17 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010341 10.0.0.33 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.33 - - [2025-07-17 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.010935 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.33 - - [2025-07-17 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.013074 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2025-07-17 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.33 - - [2025-07-17 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.008477 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.33 - - [2025-07-17 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.010839 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.33 - - [2025-07-17 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.33 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.33 - - [2025-07-17 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.009009 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.33 - - [2025-07-17 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.009120 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.33 - - [2025-07-17 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.010651 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.33 - - [2025-07-17 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.33 - - [2025-07-17 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.008092 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.33 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.33 - - [2025-07-17 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.33 - - [2025-07-17 02:20:51] "POST /network-ipams HTTP/1.1" 200 550 0.017099 10.0.0.33 - - [2025-07-17 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005855 10.0.0.33 - - [2025-07-17 02:20:51] "POST /virtual-networks HTTP/1.1" 200 552 0.100147 10.0.0.33 - - [2025-07-17 02:20:52] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002975 10.0.0.33 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.003386 10.0.0.33 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 178 0.003119 10.0.0.33 - - [2025-07-17 02:20:52] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003011 10.0.0.33 - - [2025-07-17 02:20:52] "GET /fabric/7d7801bd-eb9c-491a-8ddb-d6bc9f621587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004429 10.0.0.33 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.002793 10.0.0.33 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003168 10.0.0.33 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003395 10.0.0.33 - - [2025-07-17 02:20:52] "POST /route-targets HTTP/1.1" 200 327 0.011874 10.0.0.33 - - [2025-07-17 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.011435 10.0.0.33 - - [2025-07-17 02:21:06] "GET / HTTP/1.1" 200 35931 0.002181 10.0.0.33 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.025704 10.0.0.33 - - [2025-07-17 02:21:06] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007909 10.0.0.33 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.003586 10.0.0.33 - - [2025-07-17 02:21:06] "POST /database-nodes HTTP/1.1" 200 603 0.019199 10.0.0.33 - - [2025-07-17 02:21:39] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.33 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.33 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.025366 10.0.0.33 - - [2025-07-17 02:21:39] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005758 10.0.0.33 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003117 10.0.0.33 - - [2025-07-17 02:21:40] "POST /analytics-nodes HTTP/1.1" 200 605 0.019203 10.0.0.33 - - [2025-07-17 02:21:45] "GET / HTTP/1.1" 200 35931 0.001946 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.33 - - [2025-07-17 02:21:50] "GET /obj-perms HTTP/1.1" 200 5056 0.352985 10.0.0.33 - - [2025-07-17 02:21:51] "GET /obj-perms HTTP/1.1" 200 5056 0.048346 10.0.0.33 - - [2025-07-17 02:21:53] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.33 - - [2025-07-17 02:21:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2025-07-17 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.029320 10.0.0.33 - - [2025-07-17 02:21:53] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007843 10.0.0.33 - - [2025-07-17 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003514 10.0.0.33 - - [2025-07-17 02:21:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024483 10.0.0.33 - - [2025-07-17 02:22:02] "GET / HTTP/1.1" 200 35931 0.002858 10.0.0.33 - - [2025-07-17 02:22:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.001021 10.0.0.33 - - [2025-07-17 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.028706 10.0.0.33 - - [2025-07-17 02:22:02] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005925 10.0.0.33 - - [2025-07-17 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.002960 10.0.0.33 - - [2025-07-17 02:22:03] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023539 10.0.0.33 - - [2025-07-17 02:22:51] "GET /obj-perms HTTP/1.1" 200 5056 0.047423 10.0.0.33 - - [2025-07-17 02:22:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051646 10.0.0.33 - - [2025-07-17 02:23:33] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.33 - - [2025-07-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2025-07-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.023004 10.0.0.33 - - [2025-07-17 02:23:33] "GET /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005738 10.0.0.33 - - [2025-07-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.33 - - [2025-07-17 02:23:33] "GET /routing-instance/d336bd3f-5d80-4b4b-a6ad-d49c44e314ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003805 10.0.0.33 - - [2025-07-17 02:23:33] "PUT /global-system-config/84dfe8a9-6f4e-40f9-87a2-77651b48c046 HTTP/1.1" 200 274 0.011232 10.0.0.33 - - [2025-07-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.002836 10.0.0.33 - - [2025-07-17 02:23:33] "POST /virtual-routers HTTP/1.1" 200 603 0.018528 10.0.0.33 - - [2025-07-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.33 - - [2025-07-17 02:23:33] "GET /virtual-router/7288861c-d38b-4c1a-a636-e3918b4975af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005940 10.0.0.33 - - [2025-07-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.003309 10.0.0.33 - - [2025-07-17 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.33 - - [2025-07-17 02:23:34] "GET /virtual-network/d42cfea9-b715-4159-9dd9-6b0273776a53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005404 10.0.0.33 - - [2025-07-17 02:23:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.046671 10.0.0.33 - - [2025-07-17 02:23:34] "PUT /access-control-list/89bce475-f39f-41dc-8878-3ecd6d91d779 HTTP/1.1" 200 272 0.011712 [Introspect:8084]10.0.0.33 - - [2025-07-17 02:23:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001125 [Introspect:8084]10.0.0.33 - - [2025-07-17 02:23:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001321 [Introspect:8084]10.0.0.33 - - [2025-07-17 02:23:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000905 [Introspect:8084]10.0.0.33 - - [2025-07-17 02:23:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000934 10.0.0.33 - - [2025-07-17 02:23:52] "GET /obj-perms HTTP/1.1" 200 5056 0.043218 10.0.0.33 - - [2025-07-17 02:23:52] "GET /obj-perms HTTP/1.1" 200 5056 0.041150 10.0.0.33 - - [2025-07-17 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.33 - - [2025-07-17 02:23:52] "GET /virtual-router/7288861c-d38b-4c1a-a636-e3918b4975af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003625 10.0.0.33 - - [2025-07-17 02:24:32] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.33 - - [2025-07-17 02:24:33] "GET /project/f95c7000-c5d7-485f-b9e8-0940542746a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000521 10.0.0.33 - - [2025-07-17 02:24:33] "GET /projects?obj_uuids=f95c7000-c5d7-485f-b9e8-0940542746a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002512 10.0.0.33 - - [2025-07-17 02:24:33] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.33 - - [2025-07-17 02:24:33] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047668 10.0.0.33 - - [2025-07-17 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 167 0.001742 10.0.0.33 - - [2025-07-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 176 0.003763 10.0.0.33 - - [2025-07-17 02:24:34] "POST /security-groups HTTP/1.1" 200 568 0.064133 10.0.0.33 - - [2025-07-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002807 10.0.0.33 - - [2025-07-17 02:24:34] "POST /projects HTTP/1.1" 200 539 0.248589 10.0.0.33 - - [2025-07-17 02:24:34] "POST /access-control-lists HTTP/1.1" 200 573 0.056911 10.0.0.33 - - [2025-07-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.320344 10.0.0.33 - - [2025-07-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003141 10.0.0.33 - - [2025-07-17 02:24:34] "GET /project/f95c7000-c5d7-485f-b9e8-0940542746a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.475226 10.0.0.33 - - [2025-07-17 02:24:34] "POST /access-control-lists HTTP/1.1" 200 571 0.060838 [Introspect:8084]10.0.0.33 - - [2025-07-17 02:24:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001099 10.0.0.33 - - [2025-07-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.023195 10.0.0.33 - - [2025-07-17 02:24:35] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003120 10.0.0.33 - - [2025-07-17 02:24:35] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.33 - - [2025-07-17 02:24:35] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007146 10.0.0.33 - - [2025-07-17 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.001190 10.0.0.33 - - [2025-07-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.002820 10.0.0.33 - - [2025-07-17 02:24:35] "POST /security-groups HTTP/1.1" 200 602 0.063599 10.0.0.33 - - [2025-07-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.002657 10.0.0.33 - - [2025-07-17 02:24:35] "POST /projects HTTP/1.1" 200 607 0.215764 10.0.0.33 - - [2025-07-17 02:24:35] "POST /access-control-lists HTTP/1.1" 200 607 0.065990 10.0.0.33 - - [2025-07-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.287252 10.0.0.33 - - [2025-07-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.002955 10.0.0.33 - - [2025-07-17 02:24:35] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.408933 10.0.0.33 - - [2025-07-17 02:24:35] "POST /access-control-lists HTTP/1.1" 200 605 0.064317 10.0.0.33 - - [2025-07-17 02:24:36] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.33 - - [2025-07-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.33 - - [2025-07-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.051119 10.0.0.33 - - [2025-07-17 02:24:37] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001152 10.0.0.33 - - [2025-07-17 02:24:37] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.026401 10.0.0.33 - - [2025-07-17 02:24:37] "POST /neutron/network HTTP/1.1" 200 117 0.038019 10.0.0.33 - - [2025-07-17 02:24:37] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001051 10.0.0.33 - - [2025-07-17 02:24:38] "POST /neutron/network HTTP/1.1" 200 620 0.097304 10.0.0.33 - - [2025-07-17 02:24:38] "POST /route-targets HTTP/1.1" 200 327 0.017611 10.0.0.33 - - [2025-07-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.013788 10.0.0.33 - - [2025-07-17 02:24:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003399 10.0.0.33 - - [2025-07-17 02:24:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.139114 10.0.0.33 - - [2025-07-17 02:24:38] "POST /neutron/network HTTP/1.1" 200 839 0.005622 10.0.0.33 - - [2025-07-17 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001240 10.0.0.33 - - [2025-07-17 02:24:38] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004993 10.0.0.33 - - [2025-07-17 02:24:38] "POST /neutron/network HTTP/1.1" 200 839 0.006634 10.0.0.33 - - [2025-07-17 02:24:38] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.013242 10.0.0.33 - - [2025-07-17 02:24:38] "POST /neutron/network HTTP/1.1" 200 839 0.006182 10.0.0.33 - - [2025-07-17 02:24:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.012792 10.0.0.33 - - [2025-07-17 02:24:38] "GET /domains HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2025-07-17 02:24:38] "GET /domains HTTP/1.1" 200 280 0.024343 10.0.0.33 - - [2025-07-17 02:24:38] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001578 10.0.0.33 - - [2025-07-17 02:24:38] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2584 0.013163 10.0.0.33 - - [2025-07-17 02:24:38] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001084 10.0.0.33 - - [2025-07-17 02:24:38] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9 HTTP/1.1" 200 2167 0.075264 10.0.0.33 - - [2025-07-17 02:24:38] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4 HTTP/1.1" 200 2341 0.006090 10.0.0.33 - - [2025-07-17 02:24:38] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4 HTTP/1.1" 200 2341 0.004738 10.0.0.33 - - [2025-07-17 02:24:38] "GET /routing-instance/acd4aad0-292d-428b-8600-6c5cfe851fac HTTP/1.1" 200 1494 0.003628 10.0.0.33 - - [2025-07-17 02:24:38] "GET /routing-instance/acd4aad0-292d-428b-8600-6c5cfe851fac HTTP/1.1" 200 1494 0.003362 10.0.0.33 - - [2025-07-17 02:24:38] "GET /route-target/df697cb9-6b05-47a9-a9e7-8fa3c64020a7 HTTP/1.1" 200 1220 0.003772 10.0.0.33 - - [2025-07-17 02:24:38] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4 HTTP/1.1" 200 2341 0.005336 10.0.0.33 - - [2025-07-17 02:24:38] "GET /routing-instance/acd4aad0-292d-428b-8600-6c5cfe851fac HTTP/1.1" 200 1494 0.003709 10.0.0.33 - - [2025-07-17 02:24:38] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005252 10.0.0.33 - - [2025-07-17 02:24:39] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4 HTTP/1.1" 200 2341 0.005649 10.0.0.33 - - [2025-07-17 02:24:39] "GET /routing-instance/acd4aad0-292d-428b-8600-6c5cfe851fac HTTP/1.1" 200 1494 0.003820 10.0.0.33 - - [2025-07-17 02:24:39] "GET /routing-instance/acd4aad0-292d-428b-8600-6c5cfe851fac HTTP/1.1" 200 1494 0.003504 10.0.0.33 - - [2025-07-17 02:24:39] "GET /route-target/df697cb9-6b05-47a9-a9e7-8fa3c64020a7 HTTP/1.1" 200 1220 0.003774 10.0.0.33 - - [2025-07-17 02:24:39] "GET /domains HTTP/1.1" 200 280 0.005522 10.0.0.33 - - [2025-07-17 02:24:39] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.33 - - [2025-07-17 02:24:39] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2584 0.008484 10.0.0.33 - - [2025-07-17 02:24:39] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001149 10.0.0.33 - - [2025-07-17 02:24:39] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9 HTTP/1.1" 200 2167 0.065963 10.0.0.33 - - [2025-07-17 02:24:39] "GET /virtual-network/812ac534-90f0-49c0-bcd3-6792aa5f21c4 HTTP/1.1" 200 2341 0.004967 10.0.0.33 - - [2025-07-17 02:24:39] "GET /obj-perms HTTP/1.1" 200 5052 0.051300 10.0.0.33 - - [2025-07-17 02:24:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.002310 10.0.0.33 - - [2025-07-17 02:24:41] "POST /neutron/network HTTP/1.1" 200 849 0.006229 10.0.0.33 - - [2025-07-17 02:24:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000604 10.0.0.33 - - [2025-07-17 02:24:41] "GET / HTTP/1.1" 200 35931 0.001511 10.0.0.33 - - [2025-07-17 02:24:41] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2025-07-17 02:24:41] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001124 10.0.0.33 - - [2025-07-17 02:24:41] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048913 10.0.0.33 - - [2025-07-17 02:24:42] "POST /neutron/network HTTP/1.1" 200 839 0.029985 10.0.0.33 - - [2025-07-17 02:24:42] "POST /neutron/port HTTP/1.1" 200 117 0.005856 10.0.0.33 - - [2025-07-17 02:24:42] "POST /neutron/port HTTP/1.1" 200 117 0.005211 10.0.0.33 - - [2025-07-17 02:24:42] "POST /neutron/port HTTP/1.1" 200 117 0.005458 10.0.0.33 - - [2025-07-17 02:24:43] "POST /neutron/network HTTP/1.1" 200 849 0.006030 10.0.0.33 - - [2025-07-17 02:24:43] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.33 - - [2025-07-17 02:24:43] "POST /neutron/port HTTP/1.1" 200 1071 0.233331 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 1071 0.035804 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 1071 0.010954 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 1125 0.081388 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 1099 0.015404 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004589 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.007482 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.33 - - [2025-07-17 02:24:44] "POST /neutron/network HTTP/1.1" 200 839 0.005721 10.0.0.33 - - [2025-07-17 02:24:47] "POST /neutron/port HTTP/1.1" 200 1099 0.012377 10.0.0.33 - - [2025-07-17 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007096 10.0.0.33 - - [2025-07-17 02:24:49] "DELETE /project/f95c7000c5d7485fb9e80940542746a2 HTTP/1.1" 404 173 0.025660 10.0.0.33 - - [2025-07-17 02:24:49] "DELETE /project/3ddfc870c5214c05ba44f8b04ea4c3f9 HTTP/1.1" 404 173 0.038519 10.0.0.33 - - [2025-07-17 02:24:52] "POST /neutron/port HTTP/1.1" 200 1099 0.012279 10.0.0.33 - - [2025-07-17 02:24:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006264 10.0.0.33 - - [2025-07-17 02:24:52] "GET /obj-perms HTTP/1.1" 200 5052 0.004013 10.0.0.33 - - [2025-07-17 02:24:53] "GET /obj-perms HTTP/1.1" 200 5056 0.052279 10.0.0.33 - - [2025-07-17 02:24:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053622 10.0.0.33 - - [2025-07-17 02:24:53] "GET /obj-perms HTTP/1.1" 200 5052 0.003597 10.0.0.33 - - [2025-07-17 02:24:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003275 10.0.0.33 - - [2025-07-17 02:24:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003276 10.0.0.33 - - [2025-07-17 02:24:56] "GET /obj-perms HTTP/1.1" 200 5052 0.004802 10.0.0.33 - - [2025-07-17 02:24:58] "POST /neutron/network HTTP/1.1" 200 839 0.005905 10.0.0.33 - - [2025-07-17 02:24:58] "POST /neutron/network HTTP/1.1" 400 204 0.014161 10.0.0.33 - - [2025-07-17 02:24:58] "POST /neutron/port HTTP/1.1" 200 1099 0.011343 10.0.0.33 - - [2025-07-17 02:24:58] "POST /neutron/port HTTP/1.1" 200 1125 0.008949 10.0.0.33 - - [2025-07-17 02:24:58] "POST /neutron/port HTTP/1.1" 200 151 0.151979 10.0.0.33 - - [2025-07-17 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.027788 10.0.0.33 - - [2025-07-17 02:25:00] "POST /neutron/network HTTP/1.1" 200 839 0.006915 10.0.0.33 - - [2025-07-17 02:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.028208 10.0.0.33 - - [2025-07-17 02:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.33 - - [2025-07-17 02:25:00] "POST /neutron/network HTTP/1.1" 200 151 0.106968 10.0.0.33 - - [2025-07-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.044065 10.0.0.33 - - [2025-07-17 02:25:00] "GET /routing-instance/acd4aad0-292d-428b-8600-6c5cfe851fac HTTP/1.1" 404 171 0.003119 10.0.0.33 - - [2025-07-17 02:25:00] "GET /domains HTTP/1.1" 200 280 0.004433 10.0.0.33 - - [2025-07-17 02:25:00] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.33 - - [2025-07-17 02:25:00] "DELETE /route-target/df697cb9-6b05-47a9-a9e7-8fa3c64020a7 HTTP/1.1" 200 115 0.023510 10.0.0.33 - - [2025-07-17 02:25:00] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2584 0.050976 10.0.0.33 - - [2025-07-17 02:25:00] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.33 - - [2025-07-17 02:25:00] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9 HTTP/1.1" 200 1917 0.066263 10.0.0.33 - - [2025-07-17 02:25:00] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001690 10.0.0.33 - - [2025-07-17 02:25:00] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.033894 10.0.0.33 - - [2025-07-17 02:25:00] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000998 10.0.0.33 - - [2025-07-17 02:25:00] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?fields=virtual_networks HTTP/1.1" 200 1053 0.069570 10.0.0.33 - - [2025-07-17 02:25:00] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001116 10.0.0.33 - - [2025-07-17 02:25:00] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.026327 10.0.0.33 - - [2025-07-17 02:25:00] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001620 10.0.0.33 - - [2025-07-17 02:25:00] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?fields=security_groups HTTP/1.1" 200 1290 0.028620 10.0.0.33 - - [2025-07-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.023937 10.0.0.33 - - [2025-07-17 02:25:01] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002808 10.0.0.33 - - [2025-07-17 02:25:01] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.33 - - [2025-07-17 02:25:01] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007163 10.0.0.33 - - [2025-07-17 02:25:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.001706 10.0.0.33 - - [2025-07-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.002553 10.0.0.33 - - [2025-07-17 02:25:02] "POST /security-groups HTTP/1.1" 200 603 0.072091 10.0.0.33 - - [2025-07-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.002726 10.0.0.33 - - [2025-07-17 02:25:02] "POST /projects HTTP/1.1" 200 609 0.246356 10.0.0.33 - - [2025-07-17 02:25:02] "POST /access-control-lists HTTP/1.1" 200 608 0.061459 10.0.0.33 - - [2025-07-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.319398 10.0.0.33 - - [2025-07-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.003074 10.0.0.33 - - [2025-07-17 02:25:02] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.437381 10.0.0.33 - - [2025-07-17 02:25:02] "POST /access-control-lists HTTP/1.1" 200 606 0.068150 10.0.0.33 - - [2025-07-17 02:25:03] "GET /global-system-configs HTTP/1.1" 200 322 0.235248 10.0.0.33 - - [2025-07-17 02:25:03] "GET / HTTP/1.1" 200 35931 0.002237 10.0.0.33 - - [2025-07-17 02:25:03] "GET /obj-perms HTTP/1.1" 200 5056 0.294209 10.0.0.33 - - [2025-07-17 02:25:03] "GET /global-system-configs HTTP/1.1" 200 322 0.002960 10.0.0.33 - - [2025-07-17 02:25:03] "GET /projects?obj_uuids=f95c7000-c5d7-485f-b9e8-0940542746a2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001001 10.0.0.33 - - [2025-07-17 02:25:03] "GET /project/f95c7000-c5d7-485f-b9e8-0940542746a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.035266 10.0.0.33 - - [2025-07-17 02:25:03] "GET /obj-perms HTTP/1.1" 200 5056 0.086956 10.0.0.33 - - [2025-07-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.33 - - [2025-07-17 02:25:04] "GET /security-group/2aaa86ff-00d9-4448-9075-10fb77119307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005159 10.0.0.33 - - [2025-07-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.33 - - [2025-07-17 02:25:04] "GET /projects?obj_uuids=f95c7000-c5d7-485f-b9e8-0940542746a2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001093 10.0.0.33 - - [2025-07-17 02:25:04] "GET /project/f95c7000-c5d7-485f-b9e8-0940542746a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024958 10.0.0.33 - - [2025-07-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.33 - - [2025-07-17 02:25:04] "GET /security-group/2aaa86ff-00d9-4448-9075-10fb77119307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003972 10.0.0.33 - - [2025-07-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2025-07-17 02:25:04] "PUT /security-group/2aaa86ff-00d9-4448-9075-10fb77119307 HTTP/1.1" 200 262 0.013824 10.0.0.33 - - [2025-07-17 02:25:04] "PUT /access-control-list/0cd4ca0f-2bc4-46a4-9f1e-1e08944a7523 HTTP/1.1" 200 272 0.008693 10.0.0.33 - - [2025-07-17 02:25:04] "PUT /access-control-list/61c3d9bd-d18c-4a5f-a440-f045629d8b49 HTTP/1.1" 200 272 0.008677 10.0.0.33 - - [2025-07-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.33 - - [2025-07-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.053651 10.0.0.33 - - [2025-07-17 02:25:05] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.33 - - [2025-07-17 02:25:05] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.024362 10.0.0.33 - - [2025-07-17 02:25:05] "POST /neutron/network HTTP/1.1" 200 117 0.027586 10.0.0.33 - - [2025-07-17 02:25:05] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.33 - - [2025-07-17 02:25:05] "POST /neutron/network HTTP/1.1" 200 619 0.066989 10.0.0.33 - - [2025-07-17 02:25:05] "POST /route-targets HTTP/1.1" 200 327 0.012494 10.0.0.33 - - [2025-07-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.012610 10.0.0.33 - - [2025-07-17 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007413 10.0.0.33 - - [2025-07-17 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.199291 10.0.0.33 - - [2025-07-17 02:25:05] "POST /neutron/network HTTP/1.1" 200 838 0.006474 10.0.0.33 - - [2025-07-17 02:25:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001646 10.0.0.33 - - [2025-07-17 02:25:05] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006017 10.0.0.33 - - [2025-07-17 02:25:05] "POST /neutron/network HTTP/1.1" 200 838 0.008690 10.0.0.33 - - [2025-07-17 02:25:05] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007059 10.0.0.33 - - [2025-07-17 02:25:06] "POST /neutron/network HTTP/1.1" 200 838 0.006243 10.0.0.33 - - [2025-07-17 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.007882 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domains HTTP/1.1" 401 292 0.000435 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domains HTTP/1.1" 200 280 0.023794 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.010247 10.0.0.33 - - [2025-07-17 02:25:06] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.33 - - [2025-07-17 02:25:06] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 2173 0.076418 10.0.0.33 - - [2025-07-17 02:25:06] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 2340 0.006614 10.0.0.33 - - [2025-07-17 02:25:06] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 2340 0.004940 10.0.0.33 - - [2025-07-17 02:25:06] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d HTTP/1.1" 200 1492 0.003721 10.0.0.33 - - [2025-07-17 02:25:06] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d HTTP/1.1" 200 1492 0.003857 10.0.0.33 - - [2025-07-17 02:25:06] "GET /route-target/2de33291-b01a-4e35-9097-aa0d1c0c8061 HTTP/1.1" 200 1218 0.003494 10.0.0.33 - - [2025-07-17 02:25:06] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 2340 0.005135 10.0.0.33 - - [2025-07-17 02:25:06] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d HTTP/1.1" 200 1492 0.003668 10.0.0.33 - - [2025-07-17 02:25:06] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005234 10.0.0.33 - - [2025-07-17 02:25:06] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 2340 0.005775 10.0.0.33 - - [2025-07-17 02:25:06] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d HTTP/1.1" 200 1492 0.003466 10.0.0.33 - - [2025-07-17 02:25:06] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d HTTP/1.1" 200 1492 0.003365 10.0.0.33 - - [2025-07-17 02:25:06] "GET /route-target/2de33291-b01a-4e35-9097-aa0d1c0c8061 HTTP/1.1" 200 1218 0.003725 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domains HTTP/1.1" 200 280 0.002926 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.33 - - [2025-07-17 02:25:06] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.007670 10.0.0.33 - - [2025-07-17 02:25:06] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001664 10.0.0.33 - - [2025-07-17 02:25:06] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 2173 0.069003 10.0.0.33 - - [2025-07-17 02:25:06] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 2340 0.006495 10.0.0.33 - - [2025-07-17 02:25:07] "GET /obj-perms HTTP/1.1" 200 5054 0.046701 10.0.0.33 - - [2025-07-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.33 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.33 - - [2025-07-17 02:25:07] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.032973 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 117 0.009998 10.0.0.33 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 619 0.072030 10.0.0.33 - - [2025-07-17 02:25:07] "POST /route-targets HTTP/1.1" 200 327 0.021438 10.0.0.33 - - [2025-07-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.011015 10.0.0.33 - - [2025-07-17 02:25:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004840 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.141692 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 839 0.005480 10.0.0.33 - - [2025-07-17 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001301 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006580 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 839 0.008124 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007475 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 839 0.005599 10.0.0.33 - - [2025-07-17 02:25:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.007339 10.0.0.33 - - [2025-07-17 02:25:07] "GET /domains HTTP/1.1" 200 280 0.002581 10.0.0.33 - - [2025-07-17 02:25:07] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.33 - - [2025-07-17 02:25:07] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.007253 10.0.0.33 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.33 - - [2025-07-17 02:25:07] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 2401 0.080122 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0 HTTP/1.1" 200 2342 0.007717 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0 HTTP/1.1" 200 2342 0.004880 10.0.0.33 - - [2025-07-17 02:25:07] "GET /routing-instance/6a3f7657-94d9-4747-84ef-a5a3dd1cc97b HTTP/1.1" 200 1490 0.004171 10.0.0.33 - - [2025-07-17 02:25:07] "GET /routing-instance/6a3f7657-94d9-4747-84ef-a5a3dd1cc97b HTTP/1.1" 200 1490 0.003573 10.0.0.33 - - [2025-07-17 02:25:07] "GET /route-target/7569a8ac-b85f-4bf5-b942-01f51cbf3387 HTTP/1.1" 200 1218 0.003090 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0 HTTP/1.1" 200 2342 0.004716 10.0.0.33 - - [2025-07-17 02:25:07] "GET /routing-instance/6a3f7657-94d9-4747-84ef-a5a3dd1cc97b HTTP/1.1" 200 1490 0.003509 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005320 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0 HTTP/1.1" 200 2342 0.004904 10.0.0.33 - - [2025-07-17 02:25:07] "GET /routing-instance/6a3f7657-94d9-4747-84ef-a5a3dd1cc97b HTTP/1.1" 200 1490 0.003507 10.0.0.33 - - [2025-07-17 02:25:07] "GET /routing-instance/6a3f7657-94d9-4747-84ef-a5a3dd1cc97b HTTP/1.1" 200 1490 0.003770 10.0.0.33 - - [2025-07-17 02:25:07] "GET /route-target/7569a8ac-b85f-4bf5-b942-01f51cbf3387 HTTP/1.1" 200 1218 0.003220 10.0.0.33 - - [2025-07-17 02:25:07] "GET /domains HTTP/1.1" 200 280 0.002624 10.0.0.33 - - [2025-07-17 02:25:07] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.33 - - [2025-07-17 02:25:07] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.006594 10.0.0.33 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.33 - - [2025-07-17 02:25:07] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 2401 0.066097 10.0.0.33 - - [2025-07-17 02:25:07] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0 HTTP/1.1" 200 2342 0.005558 10.0.0.33 - - [2025-07-17 02:25:07] "GET /obj-perms HTTP/1.1" 200 5054 0.003515 10.0.0.33 - - [2025-07-17 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001404 10.0.0.33 - - [2025-07-17 02:25:08] "POST /neutron/network HTTP/1.1" 200 849 0.006448 10.0.0.33 - - [2025-07-17 02:25:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000704 10.0.0.33 - - [2025-07-17 02:25:08] "GET / HTTP/1.1" 200 35931 0.002609 10.0.0.33 - - [2025-07-17 02:25:08] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.33 - - [2025-07-17 02:25:08] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.33 - - [2025-07-17 02:25:08] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052282 10.0.0.33 - - [2025-07-17 02:25:08] "POST /neutron/network HTTP/1.1" 200 839 0.005200 10.0.0.33 - - [2025-07-17 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.005021 10.0.0.33 - - [2025-07-17 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.005678 10.0.0.33 - - [2025-07-17 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001386 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.012380 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/network HTTP/1.1" 200 848 0.005928 10.0.0.33 - - [2025-07-17 02:25:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/network HTTP/1.1" 200 849 0.007509 10.0.0.33 - - [2025-07-17 02:25:09] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001714 10.0.0.33 - - [2025-07-17 02:25:09] "GET / HTTP/1.1" 200 35931 0.003218 10.0.0.33 - - [2025-07-17 02:25:09] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.006255 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1073 0.303342 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1073 0.016809 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1073 0.009722 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1127 0.098449 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1101 0.015351 10.0.0.33 - - [2025-07-17 02:25:09] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008083 10.0.0.33 - - [2025-07-17 02:25:09] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067019 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/subnet HTTP/1.1" 200 704 0.008261 10.0.0.33 - - [2025-07-17 02:25:09] "POST /neutron/network HTTP/1.1" 200 838 0.008337 10.0.0.33 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001749 10.0.0.33 - - [2025-07-17 02:25:10] "POST /neutron/network HTTP/1.1" 200 839 0.007293 10.0.0.33 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 1101 0.015976 10.0.0.33 - - [2025-07-17 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006899 10.0.0.33 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.004779 10.0.0.33 - - [2025-07-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.33 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001394 10.0.0.33 - - [2025-07-17 02:25:10] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043862 10.0.0.33 - - [2025-07-17 02:25:10] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005337 10.0.0.33 - - [2025-07-17 02:25:10] "GET /floating-ip-pools?parent_id=a5406de8-df64-4e72-a9cd-a1d2ac012820&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002936 10.0.0.33 - - [2025-07-17 02:25:10] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005776 10.0.0.33 - - [2025-07-17 02:25:10] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023546 10.0.0.33 - - [2025-07-17 02:25:10] "POST /neutron/network HTTP/1.1" 200 848 0.008968 10.0.0.33 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001407 10.0.0.33 - - [2025-07-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.017124 10.0.0.33 - - [2025-07-17 02:25:10] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006330 10.0.0.33 - - [2025-07-17 02:25:10] "GET /domains HTTP/1.1" 200 280 0.004741 10.0.0.33 - - [2025-07-17 02:25:10] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001651 10.0.0.33 - - [2025-07-17 02:25:10] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.034412 10.0.0.33 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001801 10.0.0.33 - - [2025-07-17 02:25:10] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 3243 0.090605 10.0.0.33 - - [2025-07-17 02:25:10] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 2931 0.008823 10.0.0.33 - - [2025-07-17 02:25:10] "GET /floating-ip-pool/9df783f2-14a3-4a08-b39b-f68529fdaaff HTTP/1.1" 200 1441 0.005142 10.0.0.33 - - [2025-07-17 02:25:10] "GET /domains HTTP/1.1" 200 280 0.023216 10.0.0.33 - - [2025-07-17 02:25:10] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002085 10.0.0.33 - - [2025-07-17 02:25:10] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.020796 10.0.0.33 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.33 - - [2025-07-17 02:25:11] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 3243 0.105179 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1072 0.459694 10.0.0.33 - - [2025-07-17 02:25:11] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820 HTTP/1.1" 200 3152 0.008324 10.0.0.33 - - [2025-07-17 02:25:11] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008040 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1072 0.017257 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1072 0.014010 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1101 0.018842 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.034239 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1126 0.135844 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1101 0.017893 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1100 0.017841 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007135 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003749 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.008341 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/network HTTP/1.1" 200 838 0.007118 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1101 0.012244 10.0.0.33 - - [2025-07-17 02:25:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010626 10.0.0.33 - - [2025-07-17 02:25:11] "GET /virtual-machine/e33034a8-7391-4c65-9e55-ea474839a6fa HTTP/1.1" 200 1305 0.009903 10.0.0.33 - - [2025-07-17 02:25:11] "GET /virtual-machine-interface/23bf66f5-ef1b-437e-b84d-276ae8602be9 HTTP/1.1" 200 3003 0.006981 10.0.0.33 - - [2025-07-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.33 - - [2025-07-17 02:25:11] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005203 10.0.0.33 - - [2025-07-17 02:25:11] "GET /virtual-networks?parent_id=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003418 10.0.0.33 - - [2025-07-17 02:25:11] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007264 10.0.0.33 - - [2025-07-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.33 - - [2025-07-17 02:25:14] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005930 10.0.0.33 - - [2025-07-17 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.33 - - [2025-07-17 02:25:18] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005299 10.0.0.33 - - [2025-07-17 02:25:19] "POST /neutron/port HTTP/1.1" 200 1101 0.010838 10.0.0.33 - - [2025-07-17 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005978 10.0.0.33 - - [2025-07-17 02:25:19] "POST /neutron/port HTTP/1.1" 200 1100 0.012518 10.0.0.33 - - [2025-07-17 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006181 10.0.0.33 - - [2025-07-17 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2025-07-17 02:25:20] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003280 10.0.0.33 - - [2025-07-17 02:25:20] "GET /virtual-networks?parent_id=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003923 10.0.0.33 - - [2025-07-17 02:25:20] "GET /virtual-network/399eaf8a-9b8c-4c2b-8ddd-2a8e27ef41e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005411 10.0.0.33 - - [2025-07-17 02:25:21] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/floatingip HTTP/1.1" 200 530 0.081908 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/port HTTP/1.1" 200 1101 0.014480 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005583 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/floatingip HTTP/1.1" 200 578 0.040807 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/port HTTP/1.1" 200 1100 0.011450 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005939 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/port HTTP/1.1" 200 1100 0.011865 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006226 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/port HTTP/1.1" 200 1100 0.015045 10.0.0.33 - - [2025-07-17 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009128 10.0.0.33 - - [2025-07-17 02:25:21] "GET /virtual-machine/805d9e1a-fba7-4bcb-8b54-b2488b9a59de HTTP/1.1" 200 1304 0.006328 10.0.0.33 - - [2025-07-17 02:25:21] "GET /virtual-machine-interface/d101110d-5e76-4bc5-9f48-25e942d15f41 HTTP/1.1" 200 3004 0.007318 10.0.0.33 - - [2025-07-17 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.33 - - [2025-07-17 02:25:21] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003345 10.0.0.33 - - [2025-07-17 02:25:21] "GET /virtual-networks?parent_id=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004495 10.0.0.33 - - [2025-07-17 02:25:21] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005478 10.0.0.33 - - [2025-07-17 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.33 - - [2025-07-17 02:25:22] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004220 10.0.0.33 - - [2025-07-17 02:25:22] "GET /virtual-networks?parent_id=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003675 10.0.0.33 - - [2025-07-17 02:25:22] "GET /virtual-network/a5406de8-df64-4e72-a9cd-a1d2ac012820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007479 10.0.0.33 - - [2025-07-17 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009330 10.0.0.33 - - [2025-07-17 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.33 - - [2025-07-17 02:25:22] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003201 10.0.0.33 - - [2025-07-17 02:25:23] "GET /route-target/2de33291-b01a-4e35-9097-aa0d1c0c8061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004037 10.0.0.33 - - [2025-07-17 02:25:23] "GET /floating-ip/0dfe476b-9827-41b1-a269-e33e7f6a5e28 HTTP/1.1" 200 1889 0.004830 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009107 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 530 0.017126 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005638 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030196 10.0.0.33 - - [2025-07-17 02:25:26] "GET /floating-ip-pool/9df783f2-14a3-4a08-b39b-f68529fdaaff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004369 10.0.0.33 - - [2025-07-17 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.33 - - [2025-07-17 02:25:26] "DELETE /floating-ip-pool/9df783f2-14a3-4a08-b39b-f68529fdaaff HTTP/1.1" 200 115 0.023958 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/network HTTP/1.1" 200 839 0.007367 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/network HTTP/1.1" 400 204 0.018222 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/port HTTP/1.1" 200 1100 0.013069 10.0.0.33 - - [2025-07-17 02:25:26] "POST /neutron/port HTTP/1.1" 200 1126 0.010711 10.0.0.33 - - [2025-07-17 02:25:27] "POST /neutron/port HTTP/1.1" 200 1101 0.017221 10.0.0.33 - - [2025-07-17 02:25:27] "POST /neutron/port HTTP/1.1" 200 1127 0.014622 10.0.0.33 - - [2025-07-17 02:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.125850 10.0.0.33 - - [2025-07-17 02:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.149729 10.0.0.33 - - [2025-07-17 02:25:28] "POST /neutron/network HTTP/1.1" 200 839 0.007168 10.0.0.33 - - [2025-07-17 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.33 - - [2025-07-17 02:25:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.33 - - [2025-07-17 02:25:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002042 10.0.0.33 - - [2025-07-17 02:25:28] "POST /neutron/network HTTP/1.1" 200 151 0.092611 10.0.0.33 - - [2025-07-17 02:25:28] "DELETE /route-target/7569a8ac-b85f-4bf5-b942-01f51cbf3387 HTTP/1.1" 200 115 0.018677 10.0.0.33 - - [2025-07-17 02:25:28] "GET /routing-instance/6a3f7657-94d9-4747-84ef-a5a3dd1cc97b HTTP/1.1" 404 171 0.002257 10.0.0.33 - - [2025-07-17 02:25:28] "GET /domains HTTP/1.1" 200 280 0.002543 10.0.0.33 - - [2025-07-17 02:25:28] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.33 - - [2025-07-17 02:25:28] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.049812 10.0.0.33 - - [2025-07-17 02:25:28] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.33 - - [2025-07-17 02:25:28] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 2173 0.070177 10.0.0.33 - - [2025-07-17 02:25:28] "POST /neutron/network HTTP/1.1" 200 838 0.005698 10.0.0.33 - - [2025-07-17 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006689 10.0.0.33 - - [2025-07-17 02:25:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.33 - - [2025-07-17 02:25:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.33 - - [2025-07-17 02:25:28] "POST /neutron/network HTTP/1.1" 200 151 0.081774 10.0.0.33 - - [2025-07-17 02:25:28] "DELETE /route-target/2de33291-b01a-4e35-9097-aa0d1c0c8061 HTTP/1.1" 200 115 0.017778 10.0.0.33 - - [2025-07-17 02:25:28] "GET /routing-instance/9f64229d-ce4a-48d9-b756-c52016f71a7d HTTP/1.1" 404 171 0.004159 10.0.0.33 - - [2025-07-17 02:25:28] "GET /domains HTTP/1.1" 200 280 0.002256 10.0.0.33 - - [2025-07-17 02:25:28] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.33 - - [2025-07-17 02:25:29] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2782 0.049866 10.0.0.33 - - [2025-07-17 02:25:29] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001793 10.0.0.33 - - [2025-07-17 02:25:29] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 1923 0.077802 10.0.0.33 - - [2025-07-17 02:25:29] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.33 - - [2025-07-17 02:25:29] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029266 10.0.0.33 - - [2025-07-17 02:25:29] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.33 - - [2025-07-17 02:25:29] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?fields=virtual_networks HTTP/1.1" 200 1055 0.068080 10.0.0.33 - - [2025-07-17 02:25:29] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001430 10.0.0.33 - - [2025-07-17 02:25:29] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.023726 10.0.0.33 - - [2025-07-17 02:25:29] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.33 - - [2025-07-17 02:25:29] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?fields=security_groups HTTP/1.1" 200 1293 0.026280 10.0.0.33 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.025642 10.0.0.33 - - [2025-07-17 02:25:30] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002449 10.0.0.33 - - [2025-07-17 02:25:30] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.33 - - [2025-07-17 02:25:30] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007885 10.0.0.33 - - [2025-07-17 02:25:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.001272 10.0.0.33 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.004929 10.0.0.33 - - [2025-07-17 02:25:30] "POST /security-groups HTTP/1.1" 200 586 0.059959 10.0.0.33 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003529 10.0.0.33 - - [2025-07-17 02:25:30] "POST /projects HTTP/1.1" 200 575 0.221447 10.0.0.33 - - [2025-07-17 02:25:30] "POST /access-control-lists HTTP/1.1" 200 591 0.057387 10.0.0.33 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.292525 10.0.0.33 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002655 10.0.0.33 - - [2025-07-17 02:25:30] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.411057 10.0.0.33 - - [2025-07-17 02:25:30] "POST /access-control-lists HTTP/1.1" 200 589 0.064671 10.0.0.33 - - [2025-07-17 02:25:31] "GET / HTTP/1.1" 200 35931 0.002178 10.0.0.33 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.33 - - [2025-07-17 02:25:33] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.038635 10.0.0.33 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.33 - - [2025-07-17 02:25:33] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?fields=virtual_networks HTTP/1.1" 200 1019 0.074654 10.0.0.33 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001539 10.0.0.33 - - [2025-07-17 02:25:33] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.028760 10.0.0.33 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182 10.0.0.33 - - [2025-07-17 02:25:33] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?fields=security_groups HTTP/1.1" 200 1240 0.028053 10.0.0.33 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.027080 10.0.0.33 - - [2025-07-17 02:25:34] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002481 10.0.0.33 - - [2025-07-17 02:25:34] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.33 - - [2025-07-17 02:25:34] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007402 10.0.0.33 - - [2025-07-17 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 193 0.001244 10.0.0.33 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.003652 10.0.0.33 - - [2025-07-17 02:25:34] "POST /security-groups HTTP/1.1" 200 594 0.062537 10.0.0.33 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 237 0.006142 10.0.0.33 - - [2025-07-17 02:25:34] "POST /projects HTTP/1.1" 200 591 0.221363 10.0.0.33 - - [2025-07-17 02:25:34] "POST /access-control-lists HTTP/1.1" 200 599 0.060951 10.0.0.33 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.293878 10.0.0.33 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 236 0.002919 10.0.0.33 - - [2025-07-17 02:25:34] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.420744 10.0.0.33 - - [2025-07-17 02:25:34] "POST /access-control-lists HTTP/1.1" 200 597 0.059877 10.0.0.33 - - [2025-07-17 02:25:35] "GET / HTTP/1.1" 200 35931 0.002635 10.0.0.33 - - [2025-07-17 02:25:36] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.33 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001272 10.0.0.33 - - [2025-07-17 02:25:37] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052366 10.0.0.33 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.33 - - [2025-07-17 02:25:37] "GET /security-group/69d06440-c00e-478a-8f58-9b1928061408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004975 10.0.0.33 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.33 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001423 10.0.0.33 - - [2025-07-17 02:25:37] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023508 10.0.0.33 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.33 - - [2025-07-17 02:25:37] "GET /security-group/69d06440-c00e-478a-8f58-9b1928061408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003839 10.0.0.33 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.33 - - [2025-07-17 02:25:37] "PUT /security-group/69d06440-c00e-478a-8f58-9b1928061408 HTTP/1.1" 200 262 0.013971 10.0.0.33 - - [2025-07-17 02:25:37] "PUT /access-control-list/498c5e1d-3406-411e-9a90-981893934f81 HTTP/1.1" 200 272 0.009133 10.0.0.33 - - [2025-07-17 02:25:37] "PUT /access-control-list/86a7d0d9-dfb6-4adc-a008-99eb618aad13 HTTP/1.1" 200 272 0.009030 10.0.0.33 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.002809 10.0.0.33 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.33 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001328 10.0.0.33 - - [2025-07-17 02:25:37] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026587 10.0.0.33 - - [2025-07-17 02:25:37] "POST /neutron/network HTTP/1.1" 200 117 0.028869 10.0.0.33 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001065 10.0.0.33 - - [2025-07-17 02:25:37] "POST /neutron/network HTTP/1.1" 200 608 0.067206 10.0.0.33 - - [2025-07-17 02:25:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.33 - - [2025-07-17 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.187282 10.0.0.33 - - [2025-07-17 02:25:37] "POST /neutron/network HTTP/1.1" 200 827 0.005099 10.0.0.33 - - [2025-07-17 02:25:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001254 10.0.0.33 - - [2025-07-17 02:25:37] "GET /virtual-network/323fb180-3ffc-45a9-adcb-88b88e3d9465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004911 10.0.0.33 - - [2025-07-17 02:25:38] "POST /route-targets HTTP/1.1" 200 327 0.009942 10.0.0.33 - - [2025-07-17 02:25:38] "POST /ref-update HTTP/1.1" 200 156 0.012339 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 827 0.006649 10.0.0.33 - - [2025-07-17 02:25:38] "GET /virtual-network/323fb180-3ffc-45a9-adcb-88b88e3d9465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005126 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 827 0.005586 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.007325 10.0.0.33 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.33 - - [2025-07-17 02:25:38] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001321 10.0.0.33 - - [2025-07-17 02:25:38] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026006 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 117 0.011339 10.0.0.33 - - [2025-07-17 02:25:38] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001891 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 615 0.108365 10.0.0.33 - - [2025-07-17 02:25:38] "POST /route-targets HTTP/1.1" 200 327 0.012543 10.0.0.33 - - [2025-07-17 02:25:38] "POST /ref-update HTTP/1.1" 200 156 0.013775 10.0.0.33 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004092 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.167424 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 834 0.005702 10.0.0.33 - - [2025-07-17 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001271 10.0.0.33 - - [2025-07-17 02:25:38] "GET /virtual-network/4ff62441-6352-4a29-b4eb-f8eb992e4d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004699 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 834 0.005430 10.0.0.33 - - [2025-07-17 02:25:38] "GET /virtual-network/4ff62441-6352-4a29-b4eb-f8eb992e4d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004824 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 834 0.005999 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.008379 10.0.0.33 - - [2025-07-17 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001181 10.0.0.33 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 837 0.006236 10.0.0.33 - - [2025-07-17 02:25:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2025-07-17 02:25:39] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.33 - - [2025-07-17 02:25:39] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2025-07-17 02:25:39] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001207 10.0.0.33 - - [2025-07-17 02:25:39] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.059552 10.0.0.33 - - [2025-07-17 02:25:39] "POST /neutron/network HTTP/1.1" 200 827 0.005538 10.0.0.33 - - [2025-07-17 02:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.005652 10.0.0.33 - - [2025-07-17 02:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.33 - - [2025-07-17 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001412 10.0.0.33 - - [2025-07-17 02:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.005798 10.0.0.33 - - [2025-07-17 02:25:39] "POST /neutron/network HTTP/1.1" 200 844 0.005935 10.0.0.33 - - [2025-07-17 02:25:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000469 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/network HTTP/1.1" 200 837 0.005695 10.0.0.33 - - [2025-07-17 02:25:40] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001183 10.0.0.33 - - [2025-07-17 02:25:40] "GET / HTTP/1.1" 200 35931 0.002209 10.0.0.33 - - [2025-07-17 02:25:40] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 1063 0.248119 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 1063 0.013699 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 1063 0.013951 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 1117 0.084738 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 1091 0.014434 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004292 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.009850 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.001885 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/network HTTP/1.1" 200 827 0.008461 10.0.0.33 - - [2025-07-17 02:25:40] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001635 10.0.0.33 - - [2025-07-17 02:25:40] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073790 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/network HTTP/1.1" 200 834 0.007814 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017437 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008612 10.0.0.33 - - [2025-07-17 02:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.005766 10.0.0.33 - - [2025-07-17 02:25:41] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001193 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/router HTTP/1.1" 200 585 0.058465 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/router HTTP/1.1" 200 585 0.006485 10.0.0.33 - - [2025-07-17 02:25:41] "POST /route-targets HTTP/1.1" 200 327 0.021821 10.0.0.33 - - [2025-07-17 02:25:41] "PUT /logical-router/60b2eb12-a0f6-4871-9313-0054ead0a18b HTTP/1.1" 200 262 0.044319 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/router HTTP/1.1" 200 656 0.053555 10.0.0.33 - - [2025-07-17 02:25:41] "GET /logical-router/60b2eb12-a0f6-4871-9313-0054ead0a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.020469 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/router HTTP/1.1" 200 656 0.004828 10.0.0.33 - - [2025-07-17 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.33 - - [2025-07-17 02:25:41] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001401 10.0.0.33 - - [2025-07-17 02:25:41] "GET /service-template/5ca57594-25ea-4f1c-9319-e9015ad351c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006730 10.0.0.33 - - [2025-07-17 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.002744 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/network HTTP/1.1" 200 844 0.025506 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/router HTTP/1.1" 200 344 0.311561 10.0.0.33 - - [2025-07-17 02:25:41] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001228 10.0.0.33 - - [2025-07-17 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.027328 10.0.0.33 - - [2025-07-17 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.019740 10.0.0.33 - - [2025-07-17 02:25:41] "POST /virtual-networks HTTP/1.1" 200 694 0.204607 10.0.0.33 - - [2025-07-17 02:25:41] "POST /route-targets HTTP/1.1" 200 327 0.040793 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/port HTTP/1.1" 200 1091 0.067815 10.0.0.33 - - [2025-07-17 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011939 10.0.0.33 - - [2025-07-17 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.052461 10.0.0.33 - - [2025-07-17 02:25:41] "POST /service-instances HTTP/1.1" 200 670 0.127489 10.0.0.33 - - [2025-07-17 02:25:41] "POST /route-tables HTTP/1.1" 200 582 0.087400 10.0.0.33 - - [2025-07-17 02:25:41] "PUT /logical-router/60b2eb12-a0f6-4871-9313-0054ead0a18b HTTP/1.1" 200 262 0.025055 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/port HTTP/1.1" 200 1063 0.507708 10.0.0.33 - - [2025-07-17 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.027969 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/port HTTP/1.1" 200 1063 0.015528 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/port HTTP/1.1" 200 1063 0.017465 10.0.0.33 - - [2025-07-17 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.33 - - [2025-07-17 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/port HTTP/1.1" 200 1117 0.095332 10.0.0.33 - - [2025-07-17 02:25:42] "POST /virtual-machines HTTP/1.1" 200 553 0.018750 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017877 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003398 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.008990 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.33 - - [2025-07-17 02:25:42] "POST /neutron/network HTTP/1.1" 200 834 0.029910 10.0.0.33 - - [2025-07-17 02:25:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.110635 10.0.0.33 - - [2025-07-17 02:25:42] "POST /chown HTTP/1.1" 200 109 0.009820 10.0.0.33 - - [2025-07-17 02:25:42] "POST /instance-ips HTTP/1.1" 200 551 0.026201 10.0.0.33 - - [2025-07-17 02:25:42] "POST /instance-ips HTTP/1.1" 400 246 0.020594 10.0.0.33 - - [2025-07-17 02:25:42] "POST /chown HTTP/1.1" 200 109 0.027248 10.0.0.33 - - [2025-07-17 02:25:42] "PUT /virtual-machine-interface/cdd04d20-049c-4369-aa5f-ca2fafb28bec HTTP/1.1" 200 284 0.012602 10.0.0.33 - - [2025-07-17 02:25:42] "PUT /instance-ip/1c065997-3f52-45a6-9b60-a32989ad4477 HTTP/1.1" 200 256 0.012950 10.0.0.33 - - [2025-07-17 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.012250 10.0.0.33 - - [2025-07-17 02:25:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.105088 10.0.0.33 - - [2025-07-17 02:25:43] "POST /chown HTTP/1.1" 200 109 0.010116 10.0.0.33 - - [2025-07-17 02:25:43] "POST /instance-ips HTTP/1.1" 200 549 0.031643 10.0.0.33 - - [2025-07-17 02:25:43] "POST /instance-ips HTTP/1.1" 400 316 0.015504 10.0.0.33 - - [2025-07-17 02:25:43] "POST /chown HTTP/1.1" 200 109 0.010900 10.0.0.33 - - [2025-07-17 02:25:43] "PUT /virtual-machine-interface/4d7c788e-3f50-4be7-b60a-273207cdcf6d HTTP/1.1" 200 284 0.010465 10.0.0.33 - - [2025-07-17 02:25:43] "PUT /instance-ip/c0fa4639-582f-4473-a74e-c847a5255401 HTTP/1.1" 200 256 0.013089 10.0.0.33 - - [2025-07-17 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.014089 10.0.0.33 - - [2025-07-17 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.015908 10.0.0.33 - - [2025-07-17 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.025664 10.0.0.33 - - [2025-07-17 02:25:43] "PUT /routing-instance/f497fcee-a015-469c-a988-0691d89aa250 HTTP/1.1" 200 266 0.031357 10.0.0.33 - - [2025-07-17 02:25:43] "POST /virtual-machines HTTP/1.1" 200 553 0.013867 10.0.0.33 - - [2025-07-17 02:25:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.111995 10.0.0.33 - - [2025-07-17 02:25:43] "POST /chown HTTP/1.1" 200 109 0.006833 10.0.0.33 - - [2025-07-17 02:25:43] "POST /instance-ips HTTP/1.1" 400 246 0.031693 10.0.0.33 - - [2025-07-17 02:25:43] "POST /chown HTTP/1.1" 200 109 0.008011 10.0.0.33 - - [2025-07-17 02:25:43] "PUT /virtual-machine-interface/f0046322-c376-4364-90c9-bd4e3d2a16bd HTTP/1.1" 200 284 0.018563 10.0.0.33 - - [2025-07-17 02:25:44] "PUT /instance-ip/1c065997-3f52-45a6-9b60-a32989ad4477 HTTP/1.1" 200 256 0.018808 10.0.0.33 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.016715 10.0.0.33 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.010636 10.0.0.33 - - [2025-07-17 02:25:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.085754 10.0.0.33 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.012460 10.0.0.33 - - [2025-07-17 02:25:44] "PUT /routing-instance/f497fcee-a015-469c-a988-0691d89aa250 HTTP/1.1" 200 266 0.017668 10.0.0.33 - - [2025-07-17 02:25:44] "POST /chown HTTP/1.1" 200 109 0.012331 10.0.0.33 - - [2025-07-17 02:25:44] "POST /instance-ips HTTP/1.1" 400 316 0.017760 10.0.0.33 - - [2025-07-17 02:25:44] "POST /chown HTTP/1.1" 200 109 0.007373 10.0.0.33 - - [2025-07-17 02:25:44] "PUT /virtual-machine-interface/a5c55598-f426-49ae-aa03-effdc0baf004 HTTP/1.1" 200 284 0.011627 10.0.0.33 - - [2025-07-17 02:25:44] "PUT /instance-ip/c0fa4639-582f-4473-a74e-c847a5255401 HTTP/1.1" 200 256 0.018522 10.0.0.33 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.012923 10.0.0.33 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.012316 10.0.0.33 - - [2025-07-17 02:25:44] "PUT /routing-instance/f497fcee-a015-469c-a988-0691d89aa250 HTTP/1.1" 200 266 0.019711 10.0.0.33 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.012194 10.0.0.33 - - [2025-07-17 02:25:46] "POST /neutron/port HTTP/1.1" 200 1091 0.012670 10.0.0.33 - - [2025-07-17 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006319 10.0.0.33 - - [2025-07-17 02:25:46] "POST /neutron/port HTTP/1.1" 200 1091 0.012805 10.0.0.33 - - [2025-07-17 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006047 10.0.0.33 - - [2025-07-17 02:25:46] "POST /neutron/port HTTP/1.1" 200 1091 0.012240 10.0.0.33 - - [2025-07-17 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006533 10.0.0.33 - - [2025-07-17 02:25:46] "GET /virtual-machine/5ee0ac68-21dd-440a-8dfb-eb39a2148b00 HTTP/1.1" 401 292 0.000661 10.0.0.33 - - [2025-07-17 02:25:47] "GET /virtual-machine/5ee0ac68-21dd-440a-8dfb-eb39a2148b00 HTTP/1.1" 200 1295 0.029282 10.0.0.33 - - [2025-07-17 02:25:47] "GET /virtual-machine-interface/e048e7d6-7c38-48ff-9b49-47193571d902 HTTP/1.1" 200 2956 0.004983 10.0.0.33 - - [2025-07-17 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.33 - - [2025-07-17 02:25:47] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003841 10.0.0.33 - - [2025-07-17 02:25:47] "GET /virtual-networks?parent_id=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003543 10.0.0.33 - - [2025-07-17 02:25:47] "GET /virtual-network/323fb180-3ffc-45a9-adcb-88b88e3d9465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006413 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /project/0b5d4703cd6445258146a04b63a73b22 HTTP/1.1" 404 173 0.013009 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /project/5bbf97b75a064214b418e7fb8a04d570 HTTP/1.1" 404 173 0.010487 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /project/3243c028e46e417e9816501a457f9598 HTTP/1.1" 404 173 0.005381 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001091 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.062582 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.065860 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.098580 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001085 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?fields=security_groups HTTP/1.1" 200 1398 0.042914 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?fields=security_groups HTTP/1.1" 200 1345 0.087916 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?fields=security_groups HTTP/1.1" 200 1395 0.075939 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /security-group/d54f7e1a-d11f-4ec5-a4a8-99869e17fdc1 HTTP/1.1" 200 115 0.110452 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /access-control-list/7623db3f-9a60-4922-ad6d-14a87a46ad3b HTTP/1.1" 200 115 0.064512 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=5bbf97b7-5a06-4214-b418-e7fb8a04d570&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /security-group/f98f08e1-b3bf-4dac-8092-12bee7529d2c HTTP/1.1" 200 115 0.140302 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570?fields=application_policy_sets HTTP/1.1" 200 1437 0.063842 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=0b5d4703-cd64-4525-8146-a04b63a73b22&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /access-control-list/884940c1-96d4-457c-94d9-74d752e82c85 HTTP/1.1" 200 115 0.066632 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /security-group/52ad178a-6502-4857-ab63-41e5843e5441 HTTP/1.1" 200 115 0.129094 10.0.0.33 - - [2025-07-17 02:25:49] "POST /neutron/port HTTP/1.1" 200 1091 0.045232 10.0.0.33 - - [2025-07-17 02:25:49] "GET /projects?obj_uuids=3ddfc870-c521-4c05-ba44-f8b04ea4c3f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001058 10.0.0.33 - - [2025-07-17 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007083 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/0b5d4703-cd64-4525-8146-a04b63a73b22?fields=application_policy_sets HTTP/1.1" 200 1384 0.059031 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /access-control-list/e12c7db5-9811-4804-bcf5-13a666739022 HTTP/1.1" 200 115 0.057355 10.0.0.33 - - [2025-07-17 02:25:49] "GET /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9?fields=application_policy_sets HTTP/1.1" 200 1434 0.119018 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /access-control-list/0760f361-e62e-48db-9048-16a0e2fb6701 HTTP/1.1" 200 115 0.067176 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /access-control-list/355d7791-10fe-4253-9b0c-a487f2d9de13 HTTP/1.1" 200 115 0.057197 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /project/5bbf97b7-5a06-4214-b418-e7fb8a04d570 HTTP/1.1" 200 115 0.614293 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /project/0b5d4703-cd64-4525-8146-a04b63a73b22 HTTP/1.1" 200 115 0.631413 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /access-control-list/fbed8117-c6b0-4c38-b5a2-6ea64db11b73 HTTP/1.1" 200 115 0.036091 10.0.0.33 - - [2025-07-17 02:25:49] "DELETE /project/3ddfc870-c521-4c05-ba44-f8b04ea4c3f9 HTTP/1.1" 200 115 0.682855 10.0.0.33 - - [2025-07-17 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.33 - - [2025-07-17 02:25:50] "GET /virtual-network/323fb180-3ffc-45a9-adcb-88b88e3d9465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004903 10.0.0.33 - - [2025-07-17 02:25:51] "POST /neutron/port HTTP/1.1" 200 1091 0.012853 10.0.0.33 - - [2025-07-17 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006158 10.0.0.33 - - [2025-07-17 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2025-07-17 02:25:52] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004030 10.0.0.33 - - [2025-07-17 02:25:52] "GET /virtual-networks?parent_id=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003160 10.0.0.33 - - [2025-07-17 02:25:52] "GET /virtual-network/323fb180-3ffc-45a9-adcb-88b88e3d9465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005527 10.0.0.33 - - [2025-07-17 02:25:53] "POST /neutron/port HTTP/1.1" 200 1091 0.012406 10.0.0.33 - - [2025-07-17 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006237 10.0.0.33 - - [2025-07-17 02:25:53] "POST /neutron/port HTTP/1.1" 200 1091 0.013001 10.0.0.33 - - [2025-07-17 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008000 10.0.0.33 - - [2025-07-17 02:25:53] "POST /neutron/port HTTP/1.1" 200 1091 0.017411 10.0.0.33 - - [2025-07-17 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013901 10.0.0.33 - - [2025-07-17 02:25:53] "GET /virtual-machine/fc858180-a59a-48da-aa97-584f5280121c HTTP/1.1" 200 1296 0.006124 10.0.0.33 - - [2025-07-17 02:25:53] "GET /virtual-machine-interface/360e6c5e-892a-4f6e-87d8-438321766537 HTTP/1.1" 200 2966 0.005747 10.0.0.33 - - [2025-07-17 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.33 - - [2025-07-17 02:25:53] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003891 10.0.0.33 - - [2025-07-17 02:25:53] "GET /virtual-networks?parent_id=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003277 10.0.0.33 - - [2025-07-17 02:25:53] "GET /virtual-network/4ff62441-6352-4a29-b4eb-f8eb992e4d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006974 10.0.0.33 - - [2025-07-17 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.048212 10.0.0.33 - - [2025-07-17 02:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.048403 10.0.0.33 - - [2025-07-17 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.33 - - [2025-07-17 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.007661 10.0.0.33 - - [2025-07-17 02:25:54] "POST /instance-ips HTTP/1.1" 400 246 0.017747 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.007673 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.007420 10.0.0.33 - - [2025-07-17 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.33 - - [2025-07-17 02:25:54] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003122 10.0.0.33 - - [2025-07-17 02:25:54] "POST /instance-ips HTTP/1.1" 400 316 0.026181 10.0.0.33 - - [2025-07-17 02:25:54] "GET /virtual-networks?parent_id=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002861 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.014345 10.0.0.33 - - [2025-07-17 02:25:54] "GET /virtual-network/4ff62441-6352-4a29-b4eb-f8eb992e4d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.015927 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.007323 10.0.0.33 - - [2025-07-17 02:25:54] "POST /instance-ips HTTP/1.1" 400 246 0.020350 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.008172 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.013756 10.0.0.33 - - [2025-07-17 02:25:54] "POST /instance-ips HTTP/1.1" 400 316 0.017413 10.0.0.33 - - [2025-07-17 02:25:54] "POST /chown HTTP/1.1" 200 109 0.013126 10.0.0.33 - - [2025-07-17 02:25:58] "POST /neutron/router HTTP/1.1" 200 656 0.004149 10.0.0.33 - - [2025-07-17 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.015230 10.0.0.33 - - [2025-07-17 02:25:58] "POST /neutron/router HTTP/1.1" 200 344 0.102057 10.0.0.33 - - [2025-07-17 02:25:58] "POST /neutron/router HTTP/1.1" 200 656 0.005457 10.0.0.33 - - [2025-07-17 02:25:58] "GET /logical-router/60b2eb12-a0f6-4871-9313-0054ead0a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.003324 10.0.0.33 - - [2025-07-17 02:25:58] "GET /service-instance/2cf51896-fd38-449e-9b45-c78c6ffe1cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003370 10.0.0.33 - - [2025-07-17 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.33 - - [2025-07-17 02:25:58] "POST /neutron/router HTTP/1.1" 200 151 0.053700 10.0.0.33 - - [2025-07-17 02:25:58] "DELETE /route-target/1b7c63ae-2ffa-4d57-8d09-0bb137958cb7 HTTP/1.1" 409 239 0.007119 10.0.0.33 - - [2025-07-17 02:25:58] "PUT /logical-router/60b2eb12-a0f6-4871-9313-0054ead0a18b HTTP/1.1" 404 171 0.002857 10.0.0.33 - - [2025-07-17 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.013204 10.0.0.33 - - [2025-07-17 02:25:58] "DELETE /route-table/07c15b69-3fd7-4912-b307-14136c68dcd6 HTTP/1.1" 200 115 0.038040 10.0.0.33 - - [2025-07-17 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439 10.0.0.33 - - [2025-07-17 02:25:58] "PUT /routing-instance/f497fcee-a015-469c-a988-0691d89aa250 HTTP/1.1" 200 266 0.011651 10.0.0.33 - - [2025-07-17 02:25:58] "POST /neutron/network HTTP/1.1" 200 834 0.006778 10.0.0.33 - - [2025-07-17 02:25:58] "GET /virtual-network/aad8d987-4b8a-4613-91e1-a0ea06992514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006605 10.0.0.33 - - [2025-07-17 02:25:58] "POST /neutron/network HTTP/1.1" 400 204 0.052279 10.0.0.33 - - [2025-07-17 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.010595 10.0.0.33 - - [2025-07-17 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.011152 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /instance-ip/c0fa4639-582f-4473-a74e-c847a5255401 HTTP/1.1" 200 115 0.042914 10.0.0.33 - - [2025-07-17 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.33 - - [2025-07-17 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.012766 10.0.0.33 - - [2025-07-17 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002250 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /virtual-network/aad8d987-4b8a-4613-91e1-a0ea06992514 HTTP/1.1" 200 115 0.125985 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /route-target/f7969753-8270-4a27-b994-d1c91c10e082 HTTP/1.1" 200 115 0.020245 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /service-instance/2cf51896-fd38-449e-9b45-c78c6ffe1cdb HTTP/1.1" 200 115 0.027751 10.0.0.33 - - [2025-07-17 02:25:59] "GET /logical-router/60b2eb12-a0f6-4871-9313-0054ead0a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002241 10.0.0.33 - - [2025-07-17 02:25:59] "GET /service-instance/2cf51896-fd38-449e-9b45-c78c6ffe1cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003978 10.0.0.33 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1091 0.012543 10.0.0.33 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1117 0.018093 10.0.0.33 - - [2025-07-17 02:25:59] "GET /virtual-machine-interface/cdd04d20-049c-4369-aa5f-ca2fafb28bec?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.009098 10.0.0.33 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1091 0.015037 10.0.0.33 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1117 0.011045 10.0.0.33 - - [2025-07-17 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.027864 10.0.0.33 - - [2025-07-17 02:25:59] "GET /instance-ip/1c065997-3f52-45a6-9b60-a32989ad4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003734 10.0.0.33 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 151 0.184591 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /virtual-machine-interface/cdd04d20-049c-4369-aa5f-ca2fafb28bec HTTP/1.1" 200 115 0.065047 10.0.0.33 - - [2025-07-17 02:25:59] "GET /virtual-machine-interface/4d7c788e-3f50-4be7-b60a-273207cdcf6d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.007120 10.0.0.33 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 151 0.163996 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /virtual-machine-interface/4d7c788e-3f50-4be7-b60a-273207cdcf6d HTTP/1.1" 200 115 0.027019 10.0.0.33 - - [2025-07-17 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.012405 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /virtual-machine/12755c53-fa54-436d-904b-8d7257b6d83b HTTP/1.1" 200 115 0.020271 10.0.0.33 - - [2025-07-17 02:25:59] "GET /virtual-machine-interface/f0046322-c376-4364-90c9-bd4e3d2a16bd?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.006489 10.0.0.33 - - [2025-07-17 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.014423 10.0.0.33 - - [2025-07-17 02:25:59] "GET /instance-ip/1c065997-3f52-45a6-9b60-a32989ad4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005451 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /instance-ip/1c065997-3f52-45a6-9b60-a32989ad4477 HTTP/1.1" 200 115 0.022138 10.0.0.33 - - [2025-07-17 02:25:59] "DELETE /virtual-machine-interface/f0046322-c376-4364-90c9-bd4e3d2a16bd HTTP/1.1" 200 115 0.031538 10.0.0.33 - - [2025-07-17 02:26:00] "GET /virtual-machine-interface/a5c55598-f426-49ae-aa03-effdc0baf004?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.005727 10.0.0.33 - - [2025-07-17 02:26:00] "DELETE /virtual-machine-interface/a5c55598-f426-49ae-aa03-effdc0baf004 HTTP/1.1" 200 115 0.031818 10.0.0.33 - - [2025-07-17 02:26:00] "DELETE /virtual-machine/cb89f4c5-408e-4ec1-ba7f-ae222aa1bf8c HTTP/1.1" 200 115 0.018708 10.0.0.33 - - [2025-07-17 02:26:00] "POST /neutron/network HTTP/1.1" 200 834 0.006207 10.0.0.33 - - [2025-07-17 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005611 10.0.0.33 - - [2025-07-17 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.33 - - [2025-07-17 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.33 - - [2025-07-17 02:26:01] "POST /neutron/network HTTP/1.1" 200 151 0.084863 10.0.0.33 - - [2025-07-17 02:26:01] "DELETE /route-target/98a7ff12-2f27-4f85-ab77-292904b98fbd HTTP/1.1" 200 115 0.021768 10.0.0.33 - - [2025-07-17 02:26:01] "POST /neutron/network HTTP/1.1" 200 827 0.007068 10.0.0.33 - - [2025-07-17 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006076 10.0.0.33 - - [2025-07-17 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004219 10.0.0.33 - - [2025-07-17 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.33 - - [2025-07-17 02:26:01] "POST /neutron/network HTTP/1.1" 200 151 0.104272 10.0.0.33 - - [2025-07-17 02:26:01] "DELETE /route-target/33dd73bc-e284-4e47-88f1-f50e4633d2d7 HTTP/1.1" 200 115 0.021477 10.0.0.33 - - [2025-07-17 02:26:01] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.33 - - [2025-07-17 02:26:01] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024777 10.0.0.33 - - [2025-07-17 02:26:01] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.33 - - [2025-07-17 02:26:01] "GET /project/3243c028-e46e-417e-9816-501a457f9598?fields=virtual_networks HTTP/1.1" 200 1037 0.068806 10.0.0.33 - - [2025-07-17 02:26:01] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001622 10.0.0.33 - - [2025-07-17 02:26:01] "GET /project/3243c028-e46e-417e-9816-501a457f9598?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.032542 10.0.0.33 - - [2025-07-17 02:26:01] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001155 10.0.0.33 - - [2025-07-17 02:26:01] "GET /project/3243c028-e46e-417e-9816-501a457f9598?fields=security_groups HTTP/1.1" 200 1266 0.026893 10.0.0.33 - - [2025-07-17 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.026601 10.0.0.33 - - [2025-07-17 02:26:02] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003275 10.0.0.33 - - [2025-07-17 02:26:02] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.33 - - [2025-07-17 02:26:02] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007714 10.0.0.33 - - [2025-07-17 02:26:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.001338 10.0.0.33 - - [2025-07-17 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002757 10.0.0.33 - - [2025-07-17 02:26:02] "POST /security-groups HTTP/1.1" 200 599 0.063756 10.0.0.33 - - [2025-07-17 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.003057 10.0.0.33 - - [2025-07-17 02:26:02] "POST /projects HTTP/1.1" 200 601 0.213493 10.0.0.33 - - [2025-07-17 02:26:02] "POST /access-control-lists HTTP/1.1" 200 604 0.060382 10.0.0.33 - - [2025-07-17 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.288007 10.0.0.33 - - [2025-07-17 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 241 0.003384 10.0.0.33 - - [2025-07-17 02:26:02] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.410637 10.0.0.33 - - [2025-07-17 02:26:03] "POST /access-control-lists HTTP/1.1" 200 602 0.059396 10.0.0.33 - - [2025-07-17 02:26:04] "GET / HTTP/1.1" 200 35931 0.002226 10.0.0.33 - - [2025-07-17 02:26:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000771 10.0.0.33 - - [2025-07-17 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.057996 10.0.0.33 - - [2025-07-17 02:26:05] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.33 - - [2025-07-17 02:26:05] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.023474 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/network HTTP/1.1" 200 117 0.028893 10.0.0.33 - - [2025-07-17 02:26:05] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001657 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/network HTTP/1.1" 200 613 0.069573 10.0.0.33 - - [2025-07-17 02:26:05] "POST /route-targets HTTP/1.1" 200 327 0.010080 10.0.0.33 - - [2025-07-17 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.014957 10.0.0.33 - - [2025-07-17 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.132971 10.0.0.33 - - [2025-07-17 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005581 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.194771 10.0.0.33 - - [2025-07-17 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.032279 10.0.0.33 - - [2025-07-17 02:26:05] "GET /virtual-network/99f7c202-c48b-4d29-9909-e939c785198e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007333 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/network HTTP/1.1" 200 1007 0.006934 10.0.0.33 - - [2025-07-17 02:26:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001260 10.0.0.33 - - [2025-07-17 02:26:05] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004860 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/network HTTP/1.1" 200 1007 0.011448 10.0.0.33 - - [2025-07-17 02:26:05] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004958 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/network HTTP/1.1" 200 1007 0.007902 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.007728 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.063749 10.0.0.33 - - [2025-07-17 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.33 - - [2025-07-17 02:26:05] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358 10.0.0.33 - - [2025-07-17 02:26:05] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.027644 10.0.0.33 - - [2025-07-17 02:26:05] "POST /neutron/network HTTP/1.1" 200 117 0.009110 10.0.0.33 - - [2025-07-17 02:26:05] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/network HTTP/1.1" 200 613 0.073674 10.0.0.33 - - [2025-07-17 02:26:06] "POST /route-targets HTTP/1.1" 200 327 0.012667 10.0.0.33 - - [2025-07-17 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.011641 10.0.0.33 - - [2025-07-17 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.201870 10.0.0.33 - - [2025-07-17 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.33 - - [2025-07-17 02:26:06] "GET /virtual-network/99f7c202-c48b-4d29-9909-e939c785198e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004611 10.0.0.33 - - [2025-07-17 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004611 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.169676 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/network HTTP/1.1" 200 1007 0.007557 10.0.0.33 - - [2025-07-17 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001287 10.0.0.33 - - [2025-07-17 02:26:06] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005893 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/network HTTP/1.1" 200 1007 0.007763 10.0.0.33 - - [2025-07-17 02:26:06] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006610 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/network HTTP/1.1" 200 1007 0.007616 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.008103 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.008212 10.0.0.33 - - [2025-07-17 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002729 10.0.0.33 - - [2025-07-17 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.33 - - [2025-07-17 02:26:06] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.33 - - [2025-07-17 02:26:06] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026616 10.0.0.33 - - [2025-07-17 02:26:06] "POST /network-policys HTTP/1.1" 200 577 0.059774 10.0.0.33 - - [2025-07-17 02:26:06] "GET /network-policy/c5d4b904-d149-40f5-8738-86d6d9caf3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005031 10.0.0.33 - - [2025-07-17 02:26:06] "POST /neutron/network HTTP/1.1" 200 1007 0.007930 10.0.0.33 - - [2025-07-17 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.003480 10.0.0.33 - - [2025-07-17 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/99f7c202-c48b-4d29-9909-e939c785198e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007329 10.0.0.33 - - [2025-07-17 02:26:07] "POST /neutron/network HTTP/1.1" 200 1115 0.060002 10.0.0.33 - - [2025-07-17 02:26:07] "POST /neutron/network HTTP/1.1" 200 1115 0.008698 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.043150 10.0.0.33 - - [2025-07-17 02:26:07] "POST /access-control-lists HTTP/1.1" 200 596 0.096753 10.0.0.33 - - [2025-07-17 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.33 - - [2025-07-17 02:26:07] "GET /network-policy/c5d4b904-d149-40f5-8738-86d6d9caf3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003736 10.0.0.33 - - [2025-07-17 02:26:07] "POST /neutron/network HTTP/1.1" 200 1007 0.006995 10.0.0.33 - - [2025-07-17 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008672 10.0.0.33 - - [2025-07-17 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.006451 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/99f7c202-c48b-4d29-9909-e939c785198e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.009295 10.0.0.33 - - [2025-07-17 02:26:07] "POST /neutron/network HTTP/1.1" 200 1115 0.066141 10.0.0.33 - - [2025-07-17 02:26:07] "POST /access-control-lists HTTP/1.1" 200 596 0.080830 10.0.0.33 - - [2025-07-17 02:26:07] "POST /neutron/network HTTP/1.1" 200 1115 0.055855 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006962 10.0.0.33 - - [2025-07-17 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.33 - - [2025-07-17 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.012137 10.0.0.33 - - [2025-07-17 02:26:07] "GET /network-policy/c5d4b904-d149-40f5-8738-86d6d9caf3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003973 10.0.0.33 - - [2025-07-17 02:26:07] "GET /domains HTTP/1.1" 401 292 0.000506 10.0.0.33 - - [2025-07-17 02:26:07] "PUT /access-control-list/beed0c5c-b47a-4e93-9ae6-ff565e003c72 HTTP/1.1" 200 272 0.055136 10.0.0.33 - - [2025-07-17 02:26:07] "GET /domains HTTP/1.1" 200 280 0.029506 10.0.0.33 - - [2025-07-17 02:26:07] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.33 - - [2025-07-17 02:26:07] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2770 0.008362 10.0.0.33 - - [2025-07-17 02:26:07] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.33 - - [2025-07-17 02:26:07] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 2624 0.070768 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58 HTTP/1.1" 200 3508 0.006101 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58 HTTP/1.1" 200 3508 0.005585 10.0.0.33 - - [2025-07-17 02:26:07] "GET /routing-instance/f9350cb8-4224-4501-92be-22147bcfddb5 HTTP/1.1" 200 1796 0.003859 10.0.0.33 - - [2025-07-17 02:26:07] "GET /routing-instance/f9350cb8-4224-4501-92be-22147bcfddb5 HTTP/1.1" 200 1796 0.004205 10.0.0.33 - - [2025-07-17 02:26:07] "GET /route-target/53e5c173-2741-4e4a-8120-5a5e364c39d8 HTTP/1.1" 200 1211 0.003234 10.0.0.33 - - [2025-07-17 02:26:07] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58 HTTP/1.1" 200 3508 0.005090 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/f9350cb8-4224-4501-92be-22147bcfddb5 HTTP/1.1" 200 1796 0.004279 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005157 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58 HTTP/1.1" 200 3508 0.006955 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/f9350cb8-4224-4501-92be-22147bcfddb5 HTTP/1.1" 200 1796 0.004188 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/f9350cb8-4224-4501-92be-22147bcfddb5 HTTP/1.1" 200 1796 0.003271 10.0.0.33 - - [2025-07-17 02:26:08] "GET /route-target/53e5c173-2741-4e4a-8120-5a5e364c39d8 HTTP/1.1" 200 1211 0.003124 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domains HTTP/1.1" 200 280 0.003026 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001717 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2770 0.008767 10.0.0.33 - - [2025-07-17 02:26:08] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.33 - - [2025-07-17 02:26:08] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 2624 0.074760 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58 HTTP/1.1" 200 3508 0.004977 10.0.0.33 - - [2025-07-17 02:26:08] "GET /obj-perms HTTP/1.1" 200 5046 0.048643 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domains HTTP/1.1" 200 280 0.002835 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2770 0.007819 10.0.0.33 - - [2025-07-17 02:26:08] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.33 - - [2025-07-17 02:26:08] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 2624 0.074944 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c HTTP/1.1" 200 3507 0.009835 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c HTTP/1.1" 200 3507 0.005228 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/a8c09e96-0e4c-463d-9270-1f31d4a075ca HTTP/1.1" 200 1796 0.003586 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/a8c09e96-0e4c-463d-9270-1f31d4a075ca HTTP/1.1" 200 1796 0.003704 10.0.0.33 - - [2025-07-17 02:26:08] "GET /route-target/ebc1d3a6-86bb-4f6c-9eb2-cf1b85d6f008 HTTP/1.1" 200 1213 0.003675 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c HTTP/1.1" 200 3507 0.005190 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/a8c09e96-0e4c-463d-9270-1f31d4a075ca HTTP/1.1" 200 1796 0.003804 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005069 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c HTTP/1.1" 200 3507 0.005307 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/a8c09e96-0e4c-463d-9270-1f31d4a075ca HTTP/1.1" 200 1796 0.003624 10.0.0.33 - - [2025-07-17 02:26:08] "GET /routing-instance/a8c09e96-0e4c-463d-9270-1f31d4a075ca HTTP/1.1" 200 1796 0.003615 10.0.0.33 - - [2025-07-17 02:26:08] "GET /route-target/ebc1d3a6-86bb-4f6c-9eb2-cf1b85d6f008 HTTP/1.1" 200 1213 0.003454 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domains HTTP/1.1" 200 280 0.003036 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.33 - - [2025-07-17 02:26:08] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2770 0.007459 10.0.0.33 - - [2025-07-17 02:26:08] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.33 - - [2025-07-17 02:26:08] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 2624 0.074023 10.0.0.33 - - [2025-07-17 02:26:08] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c HTTP/1.1" 200 3507 0.005399 10.0.0.33 - - [2025-07-17 02:26:08] "GET /obj-perms HTTP/1.1" 200 5046 0.003131 10.0.0.33 - - [2025-07-17 02:26:09] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006079 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1115 0.007349 10.0.0.33 - - [2025-07-17 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010255 10.0.0.33 - - [2025-07-17 02:26:09] "GET /virtual-network/99f7c202-c48b-4d29-9909-e939c785198e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007236 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1007 0.069981 10.0.0.33 - - [2025-07-17 02:26:09] "DELETE /access-control-list/e60f81a1-6acc-4493-8a0a-487a7db13b8e HTTP/1.1" 200 115 0.061266 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1007 0.009521 10.0.0.33 - - [2025-07-17 02:26:09] "GET /virtual-network/314c5ff0-d345-4e8f-b3a9-c4a27fae477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006068 10.0.0.33 - - [2025-07-17 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.017329 10.0.0.33 - - [2025-07-17 02:26:09] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.008646 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1115 0.008722 10.0.0.33 - - [2025-07-17 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821 10.0.0.33 - - [2025-07-17 02:26:09] "GET /virtual-network/99f7c202-c48b-4d29-9909-e939c785198e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.011115 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1007 0.061458 10.0.0.33 - - [2025-07-17 02:26:09] "DELETE /access-control-list/beed0c5c-b47a-4e93-9ae6-ff565e003c72 HTTP/1.1" 200 115 0.046477 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1007 0.010188 10.0.0.33 - - [2025-07-17 02:26:09] "GET /virtual-network/a2fd7d8a-b45c-4576-9912-03daf8ccbc58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006801 10.0.0.33 - - [2025-07-17 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.025836 10.0.0.33 - - [2025-07-17 02:26:09] "DELETE /network-policy/c5d4b904-d149-40f5-8738-86d6d9caf3e0 HTTP/1.1" 200 115 0.031815 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1007 0.011626 10.0.0.33 - - [2025-07-17 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002265 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004206 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002255 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002141 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 151 0.095515 10.0.0.33 - - [2025-07-17 02:26:09] "DELETE /route-target/ebc1d3a6-86bb-4f6c-9eb2-cf1b85d6f008 HTTP/1.1" 200 115 0.028800 10.0.0.33 - - [2025-07-17 02:26:09] "GET /routing-instance/a8c09e96-0e4c-463d-9270-1f31d4a075ca HTTP/1.1" 404 171 0.002853 10.0.0.33 - - [2025-07-17 02:26:09] "GET /domains HTTP/1.1" 200 280 0.002473 10.0.0.33 - - [2025-07-17 02:26:09] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.33 - - [2025-07-17 02:26:09] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2770 0.051200 10.0.0.33 - - [2025-07-17 02:26:09] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001777 10.0.0.33 - - [2025-07-17 02:26:09] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 2144 0.072634 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 1007 0.008521 10.0.0.33 - - [2025-07-17 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007427 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004726 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003643 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003428 10.0.0.33 - - [2025-07-17 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003156 10.0.0.33 - - [2025-07-17 02:26:09] "POST /neutron/network HTTP/1.1" 200 151 0.117970 10.0.0.33 - - [2025-07-17 02:26:09] "DELETE /route-target/53e5c173-2741-4e4a-8120-5a5e364c39d8 HTTP/1.1" 200 115 0.039814 10.0.0.33 - - [2025-07-17 02:26:09] "GET /routing-instance/f9350cb8-4224-4501-92be-22147bcfddb5 HTTP/1.1" 404 171 0.004987 10.0.0.33 - - [2025-07-17 02:26:09] "GET /domains HTTP/1.1" 200 280 0.003916 10.0.0.33 - - [2025-07-17 02:26:09] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.33 - - [2025-07-17 02:26:09] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2770 0.049727 10.0.0.33 - - [2025-07-17 02:26:09] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.33 - - [2025-07-17 02:26:09] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 1899 0.087999 10.0.0.33 - - [2025-07-17 02:26:10] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.33 - - [2025-07-17 02:26:10] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.028668 10.0.0.33 - - [2025-07-17 02:26:10] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.33 - - [2025-07-17 02:26:10] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?fields=virtual_networks HTTP/1.1" 200 1047 0.080432 10.0.0.33 - - [2025-07-17 02:26:10] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001491 10.0.0.33 - - [2025-07-17 02:26:10] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.028567 10.0.0.33 - - [2025-07-17 02:26:10] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.33 - - [2025-07-17 02:26:10] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?fields=security_groups HTTP/1.1" 200 1281 0.028332 10.0.0.33 - - [2025-07-17 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.030682 10.0.0.33 - - [2025-07-17 02:26:11] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002504 10.0.0.33 - - [2025-07-17 02:26:11] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001541 10.0.0.33 - - [2025-07-17 02:26:11] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007837 10.0.0.33 - - [2025-07-17 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.001181 10.0.0.33 - - [2025-07-17 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.005703 10.0.0.33 - - [2025-07-17 02:26:11] "POST /security-groups HTTP/1.1" 200 593 0.067331 10.0.0.33 - - [2025-07-17 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.003080 10.0.0.33 - - [2025-07-17 02:26:11] "POST /projects HTTP/1.1" 200 589 0.221033 10.0.0.33 - - [2025-07-17 02:26:11] "POST /access-control-lists HTTP/1.1" 200 598 0.057515 10.0.0.33 - - [2025-07-17 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.296366 10.0.0.33 - - [2025-07-17 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.003145 10.0.0.33 - - [2025-07-17 02:26:11] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.419047 10.0.0.33 - - [2025-07-17 02:26:11] "POST /access-control-lists HTTP/1.1" 200 596 0.060123 10.0.0.33 - - [2025-07-17 02:26:12] "GET / HTTP/1.1" 200 35931 0.003040 10.0.0.33 - - [2025-07-17 02:26:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.33 - - [2025-07-17 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.074704 10.0.0.33 - - [2025-07-17 02:26:13] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001956 10.0.0.33 - - [2025-07-17 02:26:14] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.032470 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 117 0.031696 10.0.0.33 - - [2025-07-17 02:26:14] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002332 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 607 0.078610 10.0.0.33 - - [2025-07-17 02:26:14] "POST /route-targets HTTP/1.1" 200 327 0.013620 10.0.0.33 - - [2025-07-17 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.016235 10.0.0.33 - - [2025-07-17 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003248 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.187228 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 826 0.005609 10.0.0.33 - - [2025-07-17 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.33 - - [2025-07-17 02:26:14] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005301 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 826 0.005476 10.0.0.33 - - [2025-07-17 02:26:14] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005004 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 826 0.005531 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.007286 10.0.0.33 - - [2025-07-17 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002352 10.0.0.33 - - [2025-07-17 02:26:14] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000986 10.0.0.33 - - [2025-07-17 02:26:14] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022794 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 117 0.010515 10.0.0.33 - - [2025-07-17 02:26:14] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001588 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 607 0.069832 10.0.0.33 - - [2025-07-17 02:26:14] "POST /route-targets HTTP/1.1" 200 327 0.013541 10.0.0.33 - - [2025-07-17 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.014393 10.0.0.33 - - [2025-07-17 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003766 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.200957 10.0.0.33 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 828 0.005906 10.0.0.33 - - [2025-07-17 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001398 10.0.0.33 - - [2025-07-17 02:26:15] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005516 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 828 0.006440 10.0.0.33 - - [2025-07-17 02:26:15] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005268 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 828 0.006075 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.007702 10.0.0.33 - - [2025-07-17 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002442 10.0.0.33 - - [2025-07-17 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.33 - - [2025-07-17 02:26:15] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.33 - - [2025-07-17 02:26:15] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.032484 10.0.0.33 - - [2025-07-17 02:26:15] "POST /network-policys HTTP/1.1" 200 571 0.018728 10.0.0.33 - - [2025-07-17 02:26:15] "GET /network-policy/c6ee6989-9c83-40b0-93dd-c8f6a3a64162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004924 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 826 0.006653 10.0.0.33 - - [2025-07-17 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.005375 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 928 0.044928 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 928 0.042099 10.0.0.33 - - [2025-07-17 02:26:15] "POST /access-control-lists HTTP/1.1" 200 590 0.064385 10.0.0.33 - - [2025-07-17 02:26:15] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005056 10.0.0.33 - - [2025-07-17 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.33 - - [2025-07-17 02:26:15] "GET /network-policy/c6ee6989-9c83-40b0-93dd-c8f6a3a64162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003536 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 828 0.005473 10.0.0.33 - - [2025-07-17 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.002362 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 930 0.035972 10.0.0.33 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 930 0.045751 10.0.0.33 - - [2025-07-17 02:26:15] "POST /access-control-lists HTTP/1.1" 200 590 0.061655 10.0.0.33 - - [2025-07-17 02:26:15] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005210 10.0.0.33 - - [2025-07-17 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.33 - - [2025-07-17 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.010164 10.0.0.33 - - [2025-07-17 02:26:15] "GET /network-policy/c6ee6989-9c83-40b0-93dd-c8f6a3a64162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004884 10.0.0.33 - - [2025-07-17 02:26:15] "GET /domains HTTP/1.1" 401 292 0.000580 10.0.0.33 - - [2025-07-17 02:26:16] "PUT /access-control-list/4dafc8e2-7672-422e-affd-aa5a11b911cf HTTP/1.1" 200 272 0.054591 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domains HTTP/1.1" 200 280 0.026495 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.009059 10.0.0.33 - - [2025-07-17 02:26:16] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001105 10.0.0.33 - - [2025-07-17 02:26:16] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 2571 0.073783 10.0.0.33 - - [2025-07-17 02:26:16] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf HTTP/1.1" 200 2891 0.006444 10.0.0.33 - - [2025-07-17 02:26:16] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf HTTP/1.1" 200 2891 0.005169 10.0.0.33 - - [2025-07-17 02:26:16] "GET /routing-instance/637db845-e8f4-4185-8a44-b2465d3daec3 HTTP/1.1" 200 1782 0.004390 10.0.0.33 - - [2025-07-17 02:26:16] "GET /routing-instance/637db845-e8f4-4185-8a44-b2465d3daec3 HTTP/1.1" 200 1782 0.004591 10.0.0.33 - - [2025-07-17 02:26:16] "GET /route-target/3ef712c5-1b73-422a-b5fb-048ad9707267 HTTP/1.1" 200 1206 0.004573 10.0.0.33 - - [2025-07-17 02:26:16] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf HTTP/1.1" 200 2891 0.006704 10.0.0.33 - - [2025-07-17 02:26:16] "GET /routing-instance/637db845-e8f4-4185-8a44-b2465d3daec3 HTTP/1.1" 200 1782 0.005310 10.0.0.33 - - [2025-07-17 02:26:16] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007658 10.0.0.33 - - [2025-07-17 02:26:16] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf HTTP/1.1" 200 2891 0.007199 10.0.0.33 - - [2025-07-17 02:26:16] "GET /routing-instance/637db845-e8f4-4185-8a44-b2465d3daec3 HTTP/1.1" 200 1782 0.003392 10.0.0.33 - - [2025-07-17 02:26:16] "GET /routing-instance/637db845-e8f4-4185-8a44-b2465d3daec3 HTTP/1.1" 200 1782 0.003582 10.0.0.33 - - [2025-07-17 02:26:16] "GET /route-target/3ef712c5-1b73-422a-b5fb-048ad9707267 HTTP/1.1" 200 1206 0.003159 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domains HTTP/1.1" 200 280 0.002801 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002000 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.009957 10.0.0.33 - - [2025-07-17 02:26:16] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.33 - - [2025-07-17 02:26:16] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 2571 0.072594 10.0.0.33 - - [2025-07-17 02:26:16] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf HTTP/1.1" 200 2891 0.005725 10.0.0.33 - - [2025-07-17 02:26:16] "GET /obj-perms HTTP/1.1" 200 5034 0.045703 10.0.0.33 - - [2025-07-17 02:26:16] "GET /domains HTTP/1.1" 200 280 0.002767 10.0.0.33 - - [2025-07-17 02:26:17] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.33 - - [2025-07-17 02:26:17] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.008425 10.0.0.33 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.33 - - [2025-07-17 02:26:17] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 2571 0.070326 10.0.0.33 - - [2025-07-17 02:26:17] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309 HTTP/1.1" 200 2896 0.007199 10.0.0.33 - - [2025-07-17 02:26:17] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309 HTTP/1.1" 200 2896 0.005072 10.0.0.33 - - [2025-07-17 02:26:17] "GET /routing-instance/74def40f-5f3e-4d86-9043-9b13e97196c1 HTTP/1.1" 200 1783 0.005462 10.0.0.33 - - [2025-07-17 02:26:17] "GET /routing-instance/74def40f-5f3e-4d86-9043-9b13e97196c1 HTTP/1.1" 200 1783 0.005130 10.0.0.33 - - [2025-07-17 02:26:17] "GET /route-target/b6750d25-f5bb-48d2-8f9c-723b73e1f202 HTTP/1.1" 200 1207 0.004387 10.0.0.33 - - [2025-07-17 02:26:17] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309 HTTP/1.1" 200 2896 0.004642 10.0.0.33 - - [2025-07-17 02:26:17] "GET /routing-instance/74def40f-5f3e-4d86-9043-9b13e97196c1 HTTP/1.1" 200 1783 0.003314 10.0.0.33 - - [2025-07-17 02:26:17] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004784 10.0.0.33 - - [2025-07-17 02:26:17] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309 HTTP/1.1" 200 2896 0.004562 10.0.0.33 - - [2025-07-17 02:26:17] "GET /routing-instance/74def40f-5f3e-4d86-9043-9b13e97196c1 HTTP/1.1" 200 1783 0.003093 10.0.0.33 - - [2025-07-17 02:26:17] "GET /routing-instance/74def40f-5f3e-4d86-9043-9b13e97196c1 HTTP/1.1" 200 1783 0.003617 10.0.0.33 - - [2025-07-17 02:26:17] "GET /route-target/b6750d25-f5bb-48d2-8f9c-723b73e1f202 HTTP/1.1" 200 1207 0.003192 10.0.0.33 - - [2025-07-17 02:26:17] "GET /domains HTTP/1.1" 200 280 0.003736 10.0.0.33 - - [2025-07-17 02:26:17] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.33 - - [2025-07-17 02:26:17] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.009025 10.0.0.33 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.33 - - [2025-07-17 02:26:17] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 2571 0.070007 10.0.0.33 - - [2025-07-17 02:26:17] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309 HTTP/1.1" 200 2896 0.005136 10.0.0.33 - - [2025-07-17 02:26:17] "GET /obj-perms HTTP/1.1" 200 5034 0.003251 10.0.0.33 - - [2025-07-17 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001311 10.0.0.33 - - [2025-07-17 02:26:17] "POST /neutron/network HTTP/1.1" 200 938 0.007328 10.0.0.33 - - [2025-07-17 02:26:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2025-07-17 02:26:17] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.33 - - [2025-07-17 02:26:17] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.33 - - [2025-07-17 02:26:18] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.33 - - [2025-07-17 02:26:18] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048295 10.0.0.33 - - [2025-07-17 02:26:18] "POST /neutron/network HTTP/1.1" 200 928 0.005616 10.0.0.33 - - [2025-07-17 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.005389 10.0.0.33 - - [2025-07-17 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.007497 10.0.0.33 - - [2025-07-17 02:26:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001591 10.0.0.33 - - [2025-07-17 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.005556 10.0.0.33 - - [2025-07-17 02:26:18] "POST /neutron/network HTTP/1.1" 200 940 0.007174 10.0.0.33 - - [2025-07-17 02:26:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2025-07-17 02:26:18] "POST /neutron/network HTTP/1.1" 200 938 0.006970 10.0.0.33 - - [2025-07-17 02:26:18] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001569 10.0.0.33 - - [2025-07-17 02:26:19] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1062 0.231007 10.0.0.33 - - [2025-07-17 02:26:19] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1062 0.010922 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1062 0.009777 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1116 0.075585 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.010957 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003316 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008806 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 928 0.007342 10.0.0.33 - - [2025-07-17 02:26:19] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002363 10.0.0.33 - - [2025-07-17 02:26:19] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044534 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 930 0.005734 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.014471 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006770 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.005342 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.012519 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008658 10.0.0.33 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 940 0.006380 10.0.0.33 - - [2025-07-17 02:26:19] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.33 - - [2025-07-17 02:26:20] "PUT /access-control-list/a094d5b0-3864-446f-beb9-050fb55df142 HTTP/1.1" 200 272 0.065826 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1064 0.324739 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1064 0.019397 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1064 0.014869 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1118 0.107105 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1092 0.020241 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.007253 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.001956 10.0.0.33 - - [2025-07-17 02:26:20] "POST /neutron/network HTTP/1.1" 200 930 0.007587 10.0.0.33 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.010993 10.0.0.33 - - [2025-07-17 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006060 10.0.0.33 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.011973 10.0.0.33 - - [2025-07-17 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006119 10.0.0.33 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.014476 10.0.0.33 - - [2025-07-17 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007699 10.0.0.33 - - [2025-07-17 02:26:24] "GET /virtual-machine/0ea37e2c-c098-45c9-9102-1868d91c0506 HTTP/1.1" 200 1294 0.006534 10.0.0.33 - - [2025-07-17 02:26:24] "GET /virtual-machine-interface/f9a5d678-e45a-4a72-8003-76abd5bef7cf HTTP/1.1" 200 2950 0.007647 10.0.0.33 - - [2025-07-17 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.33 - - [2025-07-17 02:26:25] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003176 10.0.0.33 - - [2025-07-17 02:26:25] "GET /virtual-networks?parent_id=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002897 10.0.0.33 - - [2025-07-17 02:26:25] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006514 10.0.0.33 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 1090 0.012397 10.0.0.33 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006619 10.0.0.33 - - [2025-07-17 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.33 - - [2025-07-17 02:26:28] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005400 10.0.0.33 - - [2025-07-17 02:26:29] "POST /neutron/port HTTP/1.1" 200 1092 0.012011 10.0.0.33 - - [2025-07-17 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006770 10.0.0.33 - - [2025-07-17 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.33 - - [2025-07-17 02:26:30] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003484 10.0.0.33 - - [2025-07-17 02:26:30] "GET /virtual-networks?parent_id=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003550 10.0.0.33 - - [2025-07-17 02:26:30] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006030 10.0.0.33 - - [2025-07-17 02:26:30] "POST /neutron/port HTTP/1.1" 200 1092 0.012020 10.0.0.33 - - [2025-07-17 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006711 10.0.0.33 - - [2025-07-17 02:26:30] "POST /neutron/port HTTP/1.1" 200 1092 0.015992 10.0.0.33 - - [2025-07-17 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006932 10.0.0.33 - - [2025-07-17 02:26:30] "POST /neutron/port HTTP/1.1" 200 1092 0.013732 10.0.0.33 - - [2025-07-17 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007043 10.0.0.33 - - [2025-07-17 02:26:30] "GET /virtual-machine/1e730660-5313-48ef-8197-f3cf2ab248b2 HTTP/1.1" 200 1293 0.005192 10.0.0.33 - - [2025-07-17 02:26:30] "GET /virtual-machine-interface/be11c827-363b-4a05-9ac3-8c7d857539d7 HTTP/1.1" 200 2951 0.005577 10.0.0.33 - - [2025-07-17 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.33 - - [2025-07-17 02:26:30] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003538 10.0.0.33 - - [2025-07-17 02:26:31] "GET /virtual-networks?parent_id=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003207 10.0.0.33 - - [2025-07-17 02:26:31] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005293 10.0.0.33 - - [2025-07-17 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.33 - - [2025-07-17 02:26:32] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003605 10.0.0.33 - - [2025-07-17 02:26:32] "GET /virtual-networks?parent_id=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002910 10.0.0.33 - - [2025-07-17 02:26:32] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005364 10.0.0.33 - - [2025-07-17 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.33 - - [2025-07-17 02:26:36] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001229 10.0.0.33 - - [2025-07-17 02:26:36] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033412 10.0.0.33 - - [2025-07-17 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.33 - - [2025-07-17 02:26:36] "PUT /network-policy/c6ee6989-9c83-40b0-93dd-c8f6a3a64162 HTTP/1.1" 200 262 0.012944 10.0.0.33 - - [2025-07-17 02:26:36] "PUT /access-control-list/a094d5b0-3864-446f-beb9-050fb55df142 HTTP/1.1" 200 272 0.055883 10.0.0.33 - - [2025-07-17 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.012324 10.0.0.33 - - [2025-07-17 02:26:36] "PUT /access-control-list/4dafc8e2-7672-422e-affd-aa5a11b911cf HTTP/1.1" 200 272 0.053196 10.0.0.33 - - [2025-07-17 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.012046 10.0.0.33 - - [2025-07-17 02:26:40] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006712 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 930 0.011492 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 828 0.060988 10.0.0.33 - - [2025-07-17 02:26:40] "DELETE /access-control-list/a094d5b0-3864-446f-beb9-050fb55df142 HTTP/1.1" 200 115 0.042444 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 828 0.008029 10.0.0.33 - - [2025-07-17 02:26:40] "GET /virtual-network/631a79d4-27c6-46ab-959a-5bcc5d8db309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008469 10.0.0.33 - - [2025-07-17 02:26:40] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009524 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 928 0.005726 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 826 0.063398 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 826 0.007299 10.0.0.33 - - [2025-07-17 02:26:40] "GET /virtual-network/d8932d37-a38d-4179-a1db-1a3c57faf6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006749 10.0.0.33 - - [2025-07-17 02:26:40] "DELETE /network-policy/c6ee6989-9c83-40b0-93dd-c8f6a3a64162 HTTP/1.1" 200 115 0.023234 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 200 828 0.017874 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/network HTTP/1.1" 400 204 0.021162 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/port HTTP/1.1" 200 1092 0.012660 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/port HTTP/1.1" 200 1118 0.014299 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/port HTTP/1.1" 200 1090 0.015342 10.0.0.33 - - [2025-07-17 02:26:40] "DELETE /access-control-list/4dafc8e2-7672-422e-affd-aa5a11b911cf HTTP/1.1" 200 115 0.050784 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/port HTTP/1.1" 200 1116 0.015015 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/port HTTP/1.1" 200 151 0.182546 10.0.0.33 - - [2025-07-17 02:26:40] "POST /neutron/port HTTP/1.1" 200 151 0.136678 10.0.0.33 - - [2025-07-17 02:26:42] "POST /neutron/network HTTP/1.1" 200 828 0.005970 10.0.0.33 - - [2025-07-17 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003926 10.0.0.33 - - [2025-07-17 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.33 - - [2025-07-17 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003842 10.0.0.33 - - [2025-07-17 02:26:42] "POST /neutron/network HTTP/1.1" 200 151 0.083148 10.0.0.33 - - [2025-07-17 02:26:42] "DELETE /route-target/b6750d25-f5bb-48d2-8f9c-723b73e1f202 HTTP/1.1" 200 115 0.017046 10.0.0.33 - - [2025-07-17 02:26:42] "GET /routing-instance/74def40f-5f3e-4d86-9043-9b13e97196c1 HTTP/1.1" 404 171 0.002488 10.0.0.33 - - [2025-07-17 02:26:42] "GET /domains HTTP/1.1" 200 280 0.002408 10.0.0.33 - - [2025-07-17 02:26:42] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.33 - - [2025-07-17 02:26:42] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.048228 10.0.0.33 - - [2025-07-17 02:26:42] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.33 - - [2025-07-17 02:26:42] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 2103 0.072177 10.0.0.33 - - [2025-07-17 02:26:42] "POST /neutron/network HTTP/1.1" 200 826 0.005560 10.0.0.33 - - [2025-07-17 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003920 10.0.0.33 - - [2025-07-17 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.33 - - [2025-07-17 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002127 10.0.0.33 - - [2025-07-17 02:26:42] "POST /neutron/network HTTP/1.1" 200 151 0.077520 10.0.0.33 - - [2025-07-17 02:26:42] "GET /routing-instance/637db845-e8f4-4185-8a44-b2465d3daec3 HTTP/1.1" 404 171 0.003466 10.0.0.33 - - [2025-07-17 02:26:42] "DELETE /route-target/3ef712c5-1b73-422a-b5fb-048ad9707267 HTTP/1.1" 200 115 0.017502 10.0.0.33 - - [2025-07-17 02:26:42] "GET /domains HTTP/1.1" 200 280 0.002531 10.0.0.33 - - [2025-07-17 02:26:42] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.33 - - [2025-07-17 02:26:42] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.050271 10.0.0.33 - - [2025-07-17 02:26:42] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001582 10.0.0.33 - - [2025-07-17 02:26:42] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 1864 0.069588 10.0.0.33 - - [2025-07-17 02:26:43] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.33 - - [2025-07-17 02:26:43] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023553 10.0.0.33 - - [2025-07-17 02:26:43] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.33 - - [2025-07-17 02:26:43] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?fields=virtual_networks HTTP/1.1" 200 1036 0.068667 10.0.0.33 - - [2025-07-17 02:26:43] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.33 - - [2025-07-17 02:26:43] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027446 10.0.0.33 - - [2025-07-17 02:26:43] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.33 - - [2025-07-17 02:26:43] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?fields=security_groups HTTP/1.1" 200 1264 0.024906 10.0.0.33 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.024382 10.0.0.33 - - [2025-07-17 02:26:44] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002566 10.0.0.33 - - [2025-07-17 02:26:44] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.33 - - [2025-07-17 02:26:44] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007589 10.0.0.33 - - [2025-07-17 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.001244 10.0.0.33 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.002606 10.0.0.33 - - [2025-07-17 02:26:44] "POST /security-groups HTTP/1.1" 200 589 0.064039 10.0.0.33 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.002683 10.0.0.33 - - [2025-07-17 02:26:44] "POST /projects HTTP/1.1" 200 581 0.215800 10.0.0.33 - - [2025-07-17 02:26:44] "POST /access-control-lists HTTP/1.1" 200 594 0.060485 10.0.0.33 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.291676 10.0.0.33 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.002908 10.0.0.33 - - [2025-07-17 02:26:44] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.412957 10.0.0.33 - - [2025-07-17 02:26:44] "POST /access-control-lists HTTP/1.1" 200 592 0.063297 10.0.0.33 - - [2025-07-17 02:26:45] "GET / HTTP/1.1" 200 35931 0.002395 10.0.0.33 - - [2025-07-17 02:26:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.33 - - [2025-07-17 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.055804 10.0.0.33 - - [2025-07-17 02:26:46] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.33 - - [2025-07-17 02:26:46] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024071 10.0.0.33 - - [2025-07-17 02:26:46] "POST /neutron/network HTTP/1.1" 200 117 0.027086 10.0.0.33 - - [2025-07-17 02:26:46] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001545 10.0.0.33 - - [2025-07-17 02:26:46] "POST /neutron/network HTTP/1.1" 200 613 0.080260 10.0.0.33 - - [2025-07-17 02:26:47] "POST /route-targets HTTP/1.1" 200 327 0.010812 10.0.0.33 - - [2025-07-17 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.012178 10.0.0.33 - - [2025-07-17 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003796 10.0.0.33 - - [2025-07-17 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.179949 10.0.0.33 - - [2025-07-17 02:26:47] "POST /neutron/network HTTP/1.1" 200 833 0.006265 10.0.0.33 - - [2025-07-17 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001247 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004952 10.0.0.33 - - [2025-07-17 02:26:47] "POST /neutron/network HTTP/1.1" 200 833 0.005733 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004827 10.0.0.33 - - [2025-07-17 02:26:47] "POST /neutron/network HTTP/1.1" 200 833 0.005848 10.0.0.33 - - [2025-07-17 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.007046 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domains HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domains HTTP/1.1" 200 280 0.025487 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001572 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 3142 0.010494 10.0.0.33 - - [2025-07-17 02:26:47] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001608 10.0.0.33 - - [2025-07-17 02:26:47] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2079 0.075126 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473 HTTP/1.1" 200 2320 0.007061 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473 HTTP/1.1" 200 2320 0.004967 10.0.0.33 - - [2025-07-17 02:26:47] "GET /routing-instance/403c8b32-fe8a-40ee-a822-c275788fe2cf HTTP/1.1" 200 1493 0.005472 10.0.0.33 - - [2025-07-17 02:26:47] "GET /routing-instance/403c8b32-fe8a-40ee-a822-c275788fe2cf HTTP/1.1" 200 1493 0.005129 10.0.0.33 - - [2025-07-17 02:26:47] "GET /route-target/9cc1f158-cee3-44a5-89ec-72c38e09d3b2 HTTP/1.1" 200 1212 0.004114 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473 HTTP/1.1" 200 2320 0.004393 10.0.0.33 - - [2025-07-17 02:26:47] "GET /routing-instance/403c8b32-fe8a-40ee-a822-c275788fe2cf HTTP/1.1" 200 1493 0.003065 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004735 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473 HTTP/1.1" 200 2320 0.004498 10.0.0.33 - - [2025-07-17 02:26:47] "GET /routing-instance/403c8b32-fe8a-40ee-a822-c275788fe2cf HTTP/1.1" 200 1493 0.003023 10.0.0.33 - - [2025-07-17 02:26:47] "GET /routing-instance/403c8b32-fe8a-40ee-a822-c275788fe2cf HTTP/1.1" 200 1493 0.003453 10.0.0.33 - - [2025-07-17 02:26:47] "GET /route-target/9cc1f158-cee3-44a5-89ec-72c38e09d3b2 HTTP/1.1" 200 1212 0.002787 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domains HTTP/1.1" 200 280 0.002671 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.33 - - [2025-07-17 02:26:47] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 3142 0.007689 10.0.0.33 - - [2025-07-17 02:26:47] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.33 - - [2025-07-17 02:26:47] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2079 0.072108 10.0.0.33 - - [2025-07-17 02:26:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473 HTTP/1.1" 200 2320 0.007037 10.0.0.33 - - [2025-07-17 02:26:48] "GET /obj-perms HTTP/1.1" 200 5026 0.048054 10.0.0.33 - - [2025-07-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.33 - - [2025-07-17 02:26:48] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.33 - - [2025-07-17 02:26:48] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028044 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/network HTTP/1.1" 200 117 0.010230 10.0.0.33 - - [2025-07-17 02:26:48] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/network HTTP/1.1" 200 613 0.070223 10.0.0.33 - - [2025-07-17 02:26:48] "POST /route-targets HTTP/1.1" 200 327 0.010506 10.0.0.33 - - [2025-07-17 02:26:48] "POST /ref-update HTTP/1.1" 200 156 0.010246 10.0.0.33 - - [2025-07-17 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002049 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.201193 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/network HTTP/1.1" 200 833 0.005856 10.0.0.33 - - [2025-07-17 02:26:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001339 10.0.0.33 - - [2025-07-17 02:26:48] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005378 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/network HTTP/1.1" 200 833 0.005492 10.0.0.33 - - [2025-07-17 02:26:48] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004884 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/network HTTP/1.1" 200 833 0.005837 10.0.0.33 - - [2025-07-17 02:26:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.006909 10.0.0.33 - - [2025-07-17 02:26:48] "GET /domains HTTP/1.1" 200 280 0.002994 10.0.0.33 - - [2025-07-17 02:26:48] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.33 - - [2025-07-17 02:26:48] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 3142 0.009897 10.0.0.33 - - [2025-07-17 02:26:48] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.33 - - [2025-07-17 02:26:49] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2297 0.065507 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef HTTP/1.1" 200 2321 0.006054 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef HTTP/1.1" 200 2321 0.005213 10.0.0.33 - - [2025-07-17 02:26:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d HTTP/1.1" 200 1493 0.004092 10.0.0.33 - - [2025-07-17 02:26:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d HTTP/1.1" 200 1493 0.003447 10.0.0.33 - - [2025-07-17 02:26:49] "GET /route-target/648ad36c-acd1-4415-8e36-9f57418bc909 HTTP/1.1" 200 1212 0.003298 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef HTTP/1.1" 200 2321 0.004763 10.0.0.33 - - [2025-07-17 02:26:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d HTTP/1.1" 200 1493 0.004090 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004851 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef HTTP/1.1" 200 2321 0.004771 10.0.0.33 - - [2025-07-17 02:26:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d HTTP/1.1" 200 1493 0.003086 10.0.0.33 - - [2025-07-17 02:26:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d HTTP/1.1" 200 1493 0.003871 10.0.0.33 - - [2025-07-17 02:26:49] "GET /route-target/648ad36c-acd1-4415-8e36-9f57418bc909 HTTP/1.1" 200 1212 0.002843 10.0.0.33 - - [2025-07-17 02:26:49] "GET /domains HTTP/1.1" 200 280 0.002557 10.0.0.33 - - [2025-07-17 02:26:49] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.33 - - [2025-07-17 02:26:49] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 3142 0.006838 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.33 - - [2025-07-17 02:26:49] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2297 0.078103 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef HTTP/1.1" 200 2321 0.005029 10.0.0.33 - - [2025-07-17 02:26:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003111 10.0.0.33 - - [2025-07-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.33 - - [2025-07-17 02:26:49] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026769 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/network HTTP/1.1" 200 117 0.009907 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/network HTTP/1.1" 200 615 0.065938 10.0.0.33 - - [2025-07-17 02:26:49] "POST /ref-update HTTP/1.1" 200 156 0.020525 10.0.0.33 - - [2025-07-17 02:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002143 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.154134 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/network HTTP/1.1" 200 834 0.006811 10.0.0.33 - - [2025-07-17 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001221 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004855 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/network HTTP/1.1" 200 834 0.005685 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005016 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/network HTTP/1.1" 200 834 0.005955 10.0.0.33 - - [2025-07-17 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.007080 10.0.0.33 - - [2025-07-17 02:26:49] "GET /domains HTTP/1.1" 200 280 0.002362 10.0.0.33 - - [2025-07-17 02:26:49] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.33 - - [2025-07-17 02:26:49] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 3142 0.007295 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001708 10.0.0.33 - - [2025-07-17 02:26:49] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2516 0.073148 10.0.0.33 - - [2025-07-17 02:26:49] "DELETE /project/9a7712a8607140dc8f3ca60eccf2b4f0 HTTP/1.1" 404 173 0.013581 10.0.0.33 - - [2025-07-17 02:26:49] "DELETE /project/fb086d4b4fef453a89e16e9bc2d0453c HTTP/1.1" 404 173 0.008181 10.0.0.33 - - [2025-07-17 02:26:49] "DELETE /project/f2cbdcb0200342ee81cdc7b1d8bcf9c6 HTTP/1.1" 404 173 0.004053 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7 HTTP/1.1" 200 2323 0.019059 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000931 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000848 10.0.0.33 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.33 - - [2025-07-17 02:26:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7 HTTP/1.1" 200 2323 0.009472 10.0.0.33 - - [2025-07-17 02:26:49] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5 HTTP/1.1" 200 1497 0.004486 10.0.0.33 - - [2025-07-17 02:26:50] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5 HTTP/1.1" 200 1497 0.017852 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/3243c028-e46e-417e-9816-501a457f9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.059950 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.060463 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.066768 10.0.0.33 - - [2025-07-17 02:26:50] "GET /route-target/1b7c63ae-2ffa-4d57-8d09-0bb137958cb7 HTTP/1.1" 200 1214 0.008312 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000836 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000833 10.0.0.33 - - [2025-07-17 02:26:50] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7 HTTP/1.1" 200 2323 0.008810 10.0.0.33 - - [2025-07-17 02:26:50] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5 HTTP/1.1" 200 1497 0.004507 10.0.0.33 - - [2025-07-17 02:26:50] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008381 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/3243c028-e46e-417e-9816-501a457f9598?fields=security_groups HTTP/1.1" 200 1371 0.054500 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?fields=security_groups HTTP/1.1" 200 1386 0.058245 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?fields=security_groups HTTP/1.1" 200 1369 0.060729 10.0.0.33 - - [2025-07-17 02:26:50] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7 HTTP/1.1" 200 2323 0.006125 10.0.0.33 - - [2025-07-17 02:26:50] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5 HTTP/1.1" 200 1497 0.003602 10.0.0.33 - - [2025-07-17 02:26:50] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5 HTTP/1.1" 200 1497 0.005043 10.0.0.33 - - [2025-07-17 02:26:50] "GET /route-target/1b7c63ae-2ffa-4d57-8d09-0bb137958cb7 HTTP/1.1" 200 1214 0.004927 10.0.0.33 - - [2025-07-17 02:26:50] "GET /domains HTTP/1.1" 200 280 0.003737 10.0.0.33 - - [2025-07-17 02:26:50] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.33 - - [2025-07-17 02:26:50] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 3142 0.015495 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /security-group/69d06440-c00e-478a-8f58-9b1928061408 HTTP/1.1" 200 115 0.086995 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=3243c028-e46e-417e-9816-501a457f9598&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001174 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /security-group/a85a22f5-e0c1-415f-a762-bd13f9ef3227 HTTP/1.1" 200 115 0.095628 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /security-group/fec33c85-8df6-4595-adfd-1014f61d1b43 HTTP/1.1" 200 115 0.101929 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=fb086d4b-4fef-453a-89e1-6e9bc2d0453c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /access-control-list/498c5e1d-3406-411e-9a90-981893934f81 HTTP/1.1" 200 115 0.074687 10.0.0.33 - - [2025-07-17 02:26:50] "GET /projects?obj_uuids=9a7712a8-6071-40dc-8f3c-a60eccf2b4f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001057 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/3243c028-e46e-417e-9816-501a457f9598?fields=application_policy_sets HTTP/1.1" 200 1410 0.054793 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2516 0.094855 10.0.0.33 - - [2025-07-17 02:26:50] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7 HTTP/1.1" 200 2323 0.005596 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /access-control-list/86a7d0d9-dfb6-4adc-a008-99eb618aad13 HTTP/1.1" 200 115 0.049173 10.0.0.33 - - [2025-07-17 02:26:50] "GET /obj-perms HTTP/1.1" 200 5026 0.005956 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c?fields=application_policy_sets HTTP/1.1" 200 1425 0.109728 10.0.0.33 - - [2025-07-17 02:26:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001226 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0?fields=application_policy_sets HTTP/1.1" 200 1408 0.115619 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /access-control-list/646fd57b-e631-47ae-aa2b-fe1c1f5dfc74 HTTP/1.1" 200 115 0.086848 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /access-control-list/7094b546-bc1f-4461-8f2b-4b5396e12eed HTTP/1.1" 200 115 0.072819 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /project/3243c028-e46e-417e-9816-501a457f9598 HTTP/1.1" 200 115 0.560805 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /access-control-list/48968375-e1fe-408d-a933-ad786abf1c50 HTTP/1.1" 200 115 0.040362 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /project/fb086d4b-4fef-453a-89e1-6e9bc2d0453c HTTP/1.1" 200 115 0.611941 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /project/9a7712a8-6071-40dc-8f3c-a60eccf2b4f0 HTTP/1.1" 200 115 0.627835 10.0.0.33 - - [2025-07-17 02:26:50] "DELETE /access-control-list/0770e275-20a4-4483-983a-6a5959eeb636 HTTP/1.1" 200 115 0.024009 10.0.0.33 - - [2025-07-17 02:26:50] "POST /neutron/network HTTP/1.1" 200 843 0.005967 10.0.0.33 - - [2025-07-17 02:26:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000469 10.0.0.33 - - [2025-07-17 02:26:50] "GET / HTTP/1.1" 200 35931 0.001965 10.0.0.33 - - [2025-07-17 02:26:50] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2025-07-17 02:26:51] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.33 - - [2025-07-17 02:26:51] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.052707 10.0.0.33 - - [2025-07-17 02:26:51] "POST /neutron/network HTTP/1.1" 200 833 0.006988 10.0.0.33 - - [2025-07-17 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.004948 10.0.0.33 - - [2025-07-17 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.005112 10.0.0.33 - - [2025-07-17 02:26:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001434 10.0.0.33 - - [2025-07-17 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.005468 10.0.0.33 - - [2025-07-17 02:26:51] "POST /neutron/network HTTP/1.1" 200 844 0.005930 10.0.0.33 - - [2025-07-17 02:26:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000470 10.0.0.33 - - [2025-07-17 02:26:51] "POST /neutron/network HTTP/1.1" 200 843 0.006076 10.0.0.33 - - [2025-07-17 02:26:51] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.33 - - [2025-07-17 02:26:52] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.33 - - [2025-07-17 02:26:52] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000573 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1059 0.213831 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1059 0.009926 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1059 0.008641 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1113 0.063612 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1087 0.012141 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003610 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.006641 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 833 0.005990 10.0.0.33 - - [2025-07-17 02:26:52] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.33 - - [2025-07-17 02:26:52] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056870 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 834 0.009674 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1087 0.025385 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008808 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 117 0.006507 10.0.0.33 - - [2025-07-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003458 10.0.0.33 - - [2025-07-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.33 - - [2025-07-17 02:26:52] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.33 - - [2025-07-17 02:26:52] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014091 10.0.0.33 - - [2025-07-17 02:26:52] "POST /service-templates HTTP/1.1" 200 543 0.038956 10.0.0.33 - - [2025-07-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.33 - - [2025-07-17 02:26:52] "GET /service-template/e5be926b-b6b0-4bb7-b0d6-1278edbb82e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004875 10.0.0.33 - - [2025-07-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 844 0.007657 10.0.0.33 - - [2025-07-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.33 - - [2025-07-17 02:26:53] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001530 10.0.0.33 - - [2025-07-17 02:26:53] "GET /service-template/e5be926b-b6b0-4bb7-b0d6-1278edbb82e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006030 10.0.0.33 - - [2025-07-17 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001287 10.0.0.33 - - [2025-07-17 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.33 - - [2025-07-17 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.003526 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 1058 0.378357 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 2003 0.032764 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014099 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 1058 0.023308 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 1058 0.010003 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 1112 0.082304 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 1086 0.011775 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004666 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.007637 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.33 - - [2025-07-17 02:26:53] "POST /neutron/network HTTP/1.1" 200 834 0.005721 10.0.0.33 - - [2025-07-17 02:26:54] "POST /neutron/network HTTP/1.1" 200 2225 0.026340 10.0.0.33 - - [2025-07-17 02:26:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2025-07-17 02:26:54] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.33 - - [2025-07-17 02:26:54] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.33 - - [2025-07-17 02:26:54] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.33 - - [2025-07-17 02:26:54] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.053423 10.0.0.33 - - [2025-07-17 02:26:54] "POST /neutron/network HTTP/1.1" 200 833 0.014013 10.0.0.33 - - [2025-07-17 02:26:54] "POST /neutron/network HTTP/1.1" 200 833 0.007071 10.0.0.33 - - [2025-07-17 02:26:54] "POST /neutron/network HTTP/1.1" 200 834 0.007151 10.0.0.33 - - [2025-07-17 02:26:55] "POST /neutron/port HTTP/1.1" 200 2057 0.039274 10.0.0.33 - - [2025-07-17 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011754 10.0.0.33 - - [2025-07-17 02:26:55] "POST /neutron/port HTTP/1.1" 200 117 0.005342 10.0.0.33 - - [2025-07-17 02:26:55] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.33 - - [2025-07-17 02:26:55] "GET /obj-perms HTTP/1.1" 200 5056 0.053545 10.0.0.33 - - [2025-07-17 02:26:55] "POST /neutron/network HTTP/1.1" 200 2225 0.022585 10.0.0.33 - - [2025-07-17 02:26:55] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.33 - - [2025-07-17 02:26:55] "GET /obj-perms HTTP/1.1" 200 5056 0.085545 10.0.0.33 - - [2025-07-17 02:26:55] "POST /neutron/port HTTP/1.1" 200 1059 0.388957 10.0.0.33 - - [2025-07-17 02:26:55] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001861 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1059 0.251692 10.0.0.33 - - [2025-07-17 02:26:56] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1058 0.299385 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1059 0.013198 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1059 0.013024 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1113 0.131303 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1059 0.010219 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1059 0.009466 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1113 0.107598 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1058 0.009372 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1058 0.009735 10.0.0.33 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 1112 0.070619 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 3027 0.016082 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003675 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 704 0.008010 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/network HTTP/1.1" 200 833 0.006129 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005329 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.007695 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/network HTTP/1.1" 200 833 0.005560 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003604 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.007895 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.33 - - [2025-07-17 02:26:57] "POST /neutron/network HTTP/1.1" 200 834 0.005620 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 3027 0.019548 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010128 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 3027 0.019341 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006283 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 3027 0.021505 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009019 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 3027 0.016431 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006610 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 3027 0.017251 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007320 10.0.0.33 - - [2025-07-17 02:27:00] "GET /virtual-machine/3b3a5f70-7438-4fbc-a7e0-1bbe507c1d25 HTTP/1.1" 200 1802 0.006111 10.0.0.33 - - [2025-07-17 02:27:00] "GET /virtual-machine-interface/25b7a19c-8cd2-44c6-8f6a-c33e5f6cccde HTTP/1.1" 200 2945 0.005097 10.0.0.33 - - [2025-07-17 02:27:00] "GET /virtual-machine-interface/416160b1-edaa-4c3a-b301-83bdcb42d26d HTTP/1.1" 200 2948 0.005524 10.0.0.33 - - [2025-07-17 02:27:00] "GET /virtual-machine-interface/95b486d9-97cc-4911-a7f8-9614d20f7b4a HTTP/1.1" 200 2946 0.005318 10.0.0.33 - - [2025-07-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.33 - - [2025-07-17 02:27:00] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003159 10.0.0.33 - - [2025-07-17 02:27:00] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004261 10.0.0.33 - - [2025-07-17 02:27:00] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006271 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 1087 0.014955 10.0.0.33 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006551 10.0.0.33 - - [2025-07-17 02:27:03] "POST /neutron/port HTTP/1.1" 200 1086 0.012615 10.0.0.33 - - [2025-07-17 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006012 10.0.0.33 - - [2025-07-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.33 - - [2025-07-17 02:27:04] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005031 10.0.0.33 - - [2025-07-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.33 - - [2025-07-17 02:27:08] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005402 10.0.0.33 - - [2025-07-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.33 - - [2025-07-17 02:27:12] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005209 10.0.0.33 - - [2025-07-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.33 - - [2025-07-17 02:27:16] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003347 10.0.0.33 - - [2025-07-17 02:27:16] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002782 10.0.0.33 - - [2025-07-17 02:27:16] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005514 10.0.0.33 - - [2025-07-17 02:27:16] "POST /neutron/port HTTP/1.1" 200 3027 0.016618 10.0.0.33 - - [2025-07-17 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006435 10.0.0.33 - - [2025-07-17 02:27:21] "POST /neutron/port HTTP/1.1" 200 3027 0.016678 10.0.0.33 - - [2025-07-17 02:27:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006137 10.0.0.33 - - [2025-07-17 02:27:26] "POST /neutron/port HTTP/1.1" 200 3027 0.027489 10.0.0.33 - - [2025-07-17 02:27:26] "POST /neutron/port HTTP/1.1" 200 3027 0.025351 10.0.0.33 - - [2025-07-17 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007256 10.0.0.33 - - [2025-07-17 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008859 10.0.0.33 - - [2025-07-17 02:27:32] "POST /neutron/port HTTP/1.1" 200 3027 0.016441 10.0.0.33 - - [2025-07-17 02:27:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006055 10.0.0.33 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.33 - - [2025-07-17 02:27:37] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003227 10.0.0.33 - - [2025-07-17 02:27:37] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002969 10.0.0.33 - - [2025-07-17 02:27:37] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007636 10.0.0.33 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.33 - - [2025-07-17 02:27:37] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003627 10.0.0.33 - - [2025-07-17 02:27:37] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003275 10.0.0.33 - - [2025-07-17 02:27:37] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005214 10.0.0.33 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.002779 10.0.0.33 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.33 - - [2025-07-17 02:27:37] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.33 - - [2025-07-17 02:27:38] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039975 10.0.0.33 - - [2025-07-17 02:27:38] "POST /service-instances HTTP/1.1" 200 543 0.063785 10.0.0.33 - - [2025-07-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.33 - - [2025-07-17 02:27:38] "GET /service-instance/100782f9-241f-49bb-9b24-587c1afcfad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005607 10.0.0.33 - - [2025-07-17 02:27:38] "POST /port-tuples HTTP/1.1" 200 586 0.022250 10.0.0.33 - - [2025-07-17 02:27:38] "GET /virtual-machine-interface/25b7a19c-8cd2-44c6-8f6a-c33e5f6cccde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.007320 10.0.0.33 - - [2025-07-17 02:27:38] "PUT /virtual-machine-interface/25b7a19c-8cd2-44c6-8f6a-c33e5f6cccde HTTP/1.1" 200 284 0.012174 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.33 - - [2025-07-17 02:27:38] "POST /instance-ips HTTP/1.1" 200 385 0.025308 10.0.0.33 - - [2025-07-17 02:27:38] "GET /virtual-machine-interface/95b486d9-97cc-4911-a7f8-9614d20f7b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.007797 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.019139 10.0.0.33 - - [2025-07-17 02:27:38] "PUT /virtual-machine-interface/95b486d9-97cc-4911-a7f8-9614d20f7b4a HTTP/1.1" 200 284 0.016411 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.014681 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.010220 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007992 10.0.0.33 - - [2025-07-17 02:27:38] "GET /virtual-machine-interface/416160b1-edaa-4c3a-b301-83bdcb42d26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.005621 10.0.0.33 - - [2025-07-17 02:27:38] "POST /instance-ips HTTP/1.1" 200 385 0.029643 10.0.0.33 - - [2025-07-17 02:27:38] "PUT /virtual-machine-interface/416160b1-edaa-4c3a-b301-83bdcb42d26d HTTP/1.1" 200 284 0.009432 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006090 10.0.0.33 - - [2025-07-17 02:27:38] "POST /neutron/port HTTP/1.1" 200 1087 0.015604 10.0.0.33 - - [2025-07-17 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006812 10.0.0.33 - - [2025-07-17 02:27:38] "POST /instance-ips HTTP/1.1" 200 373 0.014912 10.0.0.33 - - [2025-07-17 02:27:38] "POST /neutron/port HTTP/1.1" 200 1087 0.011128 10.0.0.33 - - [2025-07-17 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005907 10.0.0.33 - - [2025-07-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.010102 10.0.0.33 - - [2025-07-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 1087 0.010474 10.0.0.33 - - [2025-07-17 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006513 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.33 - - [2025-07-17 02:27:39] "GET /virtual-machine/021e406b-21eb-42f6-981d-775d27bf5a0d HTTP/1.1" 200 1289 0.010041 10.0.0.33 - - [2025-07-17 02:27:39] "GET /virtual-machine-interface/c6e61e4d-f7b9-4917-b1d8-2400f656d2b0 HTTP/1.1" 200 2946 0.004764 10.0.0.33 - - [2025-07-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.33 - - [2025-07-17 02:27:39] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005194 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003082 10.0.0.33 - - [2025-07-17 02:27:39] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003778 10.0.0.33 - - [2025-07-17 02:27:39] "POST /instance-ips HTTP/1.1" 200 373 0.015529 10.0.0.33 - - [2025-07-17 02:27:39] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005416 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008815 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002918 10.0.0.33 - - [2025-07-17 02:27:39] "POST /instance-ips HTTP/1.1" 200 375 0.015262 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002925 10.0.0.33 - - [2025-07-17 02:27:39] "POST /instance-ips HTTP/1.1" 200 375 0.015752 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.33 - - [2025-07-17 02:27:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002960 10.0.0.33 - - [2025-07-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.33 - - [2025-07-17 02:27:40] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004677 10.0.0.33 - - [2025-07-17 02:27:40] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004842 10.0.0.33 - - [2025-07-17 02:27:40] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008002 10.0.0.33 - - [2025-07-17 02:27:40] "POST /neutron/port HTTP/1.1" 200 1086 0.012888 10.0.0.33 - - [2025-07-17 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008665 10.0.0.33 - - [2025-07-17 02:27:40] "POST /neutron/port HTTP/1.1" 200 1086 0.012921 10.0.0.33 - - [2025-07-17 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006297 10.0.0.33 - - [2025-07-17 02:27:40] "POST /neutron/port HTTP/1.1" 200 1086 0.012290 10.0.0.33 - - [2025-07-17 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006685 10.0.0.33 - - [2025-07-17 02:27:40] "GET /virtual-machine/108885fd-094d-4755-9ca2-f43cc8bf10ee HTTP/1.1" 200 1290 0.004764 10.0.0.33 - - [2025-07-17 02:27:40] "GET /virtual-machine-interface/881b940d-ba97-4a1f-a5c0-4c918fb0b01e HTTP/1.1" 200 2948 0.004837 10.0.0.33 - - [2025-07-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.33 - - [2025-07-17 02:27:40] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003034 10.0.0.33 - - [2025-07-17 02:27:40] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003474 10.0.0.33 - - [2025-07-17 02:27:40] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005383 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 1087 0.010972 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 1087 0.011883 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/network HTTP/1.1" 200 843 0.008111 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003736 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.008012 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.33 - - [2025-07-17 02:27:41] "POST /neutron/network HTTP/1.1" 200 833 0.005541 10.0.0.33 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.33 - - [2025-07-17 02:27:42] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004527 10.0.0.33 - - [2025-07-17 02:27:42] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003208 10.0.0.33 - - [2025-07-17 02:27:42] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005543 10.0.0.33 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002930 10.0.0.33 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.33 - - [2025-07-17 02:27:42] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.33 - - [2025-07-17 02:27:42] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028803 10.0.0.33 - - [2025-07-17 02:27:42] "POST /network-policys HTTP/1.1" 200 547 0.017378 10.0.0.33 - - [2025-07-17 02:27:42] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005259 10.0.0.33 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2025-07-17 02:27:42] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005477 10.0.0.33 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.33 - - [2025-07-17 02:27:42] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003756 10.0.0.33 - - [2025-07-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.026067 10.0.0.33 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.33 - - [2025-07-17 02:27:42] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004033 10.0.0.33 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 921 0.006989 10.0.0.33 - - [2025-07-17 02:27:43] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005090 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.002491 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.33 - - [2025-07-17 02:27:43] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.008306 10.0.0.33 - - [2025-07-17 02:27:43] "POST /access-control-lists HTTP/1.1" 200 601 0.062260 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.33 - - [2025-07-17 02:27:43] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005352 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.33 - - [2025-07-17 02:27:43] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003853 10.0.0.33 - - [2025-07-17 02:27:43] "PUT /access-control-list/ce0523ab-eeb0-49ea-8a90-4f6e6f40ca6f HTTP/1.1" 200 272 0.015417 10.0.0.33 - - [2025-07-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.038182 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.005531 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.33 - - [2025-07-17 02:27:43] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.020911 10.0.0.33 - - [2025-07-17 02:27:43] "POST /access-control-lists HTTP/1.1" 200 604 0.063892 10.0.0.33 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 922 0.008509 10.0.0.33 - - [2025-07-17 02:27:43] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004429 10.0.0.33 - - [2025-07-17 02:27:43] "POST /routing-instances HTTP/1.1" 200 759 0.023735 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.33 - - [2025-07-17 02:27:43] "POST /route-targets HTTP/1.1" 200 327 0.011129 10.0.0.33 - - [2025-07-17 02:27:43] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004985 10.0.0.33 - - [2025-07-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.012552 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.33 - - [2025-07-17 02:27:43] "GET /routing-instance/7c8f95aa-59b5-4f91-9cf9-8f3d858545bd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.006665 10.0.0.33 - - [2025-07-17 02:27:43] "GET /service-template/e5be926b-b6b0-4bb7-b0d6-1278edbb82e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004791 10.0.0.33 - - [2025-07-17 02:27:43] "GET /routing-instance/7c8f95aa-59b5-4f91-9cf9-8f3d858545bd?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004616 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.33 - - [2025-07-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.012645 10.0.0.33 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.33 - - [2025-07-17 02:27:43] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.034685 10.0.0.33 - - [2025-07-17 02:27:43] "POST /routing-instances HTTP/1.1" 200 760 0.025882 10.0.0.33 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.33 - - [2025-07-17 02:27:44] "POST /route-targets HTTP/1.1" 200 327 0.012523 10.0.0.33 - - [2025-07-17 02:27:44] "GET /service-instance/100782f9-241f-49bb-9b24-587c1afcfad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005239 10.0.0.33 - - [2025-07-17 02:27:44] "GET /domains HTTP/1.1" 200 280 0.002988 10.0.0.33 - - [2025-07-17 02:27:44] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.33 - - [2025-07-17 02:27:44] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2771 0.011476 10.0.0.33 - - [2025-07-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.023360 10.0.0.33 - - [2025-07-17 02:27:44] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.33 - - [2025-07-17 02:27:44] "GET /routing-instance/b46e392f-ef90-4a58-8040-29b58472efe9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004722 10.0.0.33 - - [2025-07-17 02:27:44] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 4232 0.089399 10.0.0.33 - - [2025-07-17 02:27:44] "GET /routing-instance/b46e392f-ef90-4a58-8040-29b58472efe9?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005706 10.0.0.33 - - [2025-07-17 02:27:44] "GET /service-instance/100782f9-241f-49bb-9b24-587c1afcfad9 HTTP/1.1" 200 3782 0.007257 10.0.0.33 - - [2025-07-17 02:27:44] "GET /domains HTTP/1.1" 200 280 0.003323 10.0.0.33 - - [2025-07-17 02:27:44] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.33 - - [2025-07-17 02:27:44] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2771 0.009230 10.0.0.33 - - [2025-07-17 02:27:44] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.33 - - [2025-07-17 02:27:44] "PUT /routing-instance/7c8f95aa-59b5-4f91-9cf9-8f3d858545bd HTTP/1.1" 200 266 0.009839 10.0.0.33 - - [2025-07-17 02:27:44] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 4232 0.066208 10.0.0.33 - - [2025-07-17 02:27:44] "GET /service-instance/100782f9-241f-49bb-9b24-587c1afcfad9 HTTP/1.1" 200 3782 0.005430 10.0.0.33 - - [2025-07-17 02:27:44] "PUT /routing-instance/b46e392f-ef90-4a58-8040-29b58472efe9 HTTP/1.1" 200 266 0.013278 10.0.0.33 - - [2025-07-17 02:27:44] "GET /port-tuple/a3c10fb6-0995-476e-8230-f3c27bf479ec HTTP/1.1" 200 1978 0.008234 10.0.0.33 - - [2025-07-17 02:27:44] "GET /virtual-machine-interface/25b7a19c-8cd2-44c6-8f6a-c33e5f6cccde HTTP/1.1" 200 3815 0.005919 10.0.0.33 - - [2025-07-17 02:27:44] "GET /virtual-machine-interface/416160b1-edaa-4c3a-b301-83bdcb42d26d HTTP/1.1" 200 3803 0.005704 10.0.0.33 - - [2025-07-17 02:27:44] "GET /virtual-machine-interface/95b486d9-97cc-4911-a7f8-9614d20f7b4a HTTP/1.1" 200 3798 0.005316 10.0.0.33 - - [2025-07-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.33 - - [2025-07-17 02:27:44] "PUT /access-control-list/99585432-f517-4207-bde5-6d3a9a3cf2ad HTTP/1.1" 200 272 0.014447 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 3834 0.044650 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006430 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 3834 0.027846 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006066 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 3834 0.034626 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006243 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 3834 0.032044 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007035 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 895 0.011406 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 921 0.005332 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 807 0.014320 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 833 0.005579 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 896 0.012412 10.0.0.33 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 922 0.005289 10.0.0.33 - - [2025-07-17 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001783 10.0.0.33 - - [2025-07-17 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001465 10.0.0.33 - - [2025-07-17 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001978 10.0.0.33 - - [2025-07-17 02:27:44] "GET /virtual-machine/3b3a5f70-7438-4fbc-a7e0-1bbe507c1d25 HTTP/1.1" 200 1802 0.004864 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine-interface/25b7a19c-8cd2-44c6-8f6a-c33e5f6cccde HTTP/1.1" 200 3815 0.005647 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine-interface/416160b1-edaa-4c3a-b301-83bdcb42d26d HTTP/1.1" 200 3803 0.005505 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine-interface/95b486d9-97cc-4911-a7f8-9614d20f7b4a HTTP/1.1" 200 3798 0.005169 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/00ac38a7-f623-4770-af63-55a7602107e0 HTTP/1.1" 200 1976 0.005645 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/add49c8d-30ca-4374-bb7b-c422762c8fac HTTP/1.1" 200 1623 0.004936 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/c0500f14-fd9c-4569-a2d1-a01d466c309c HTTP/1.1" 200 1981 0.003415 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/866d6283-1ab3-4395-bb29-e3b1bc57671a HTTP/1.1" 200 1960 0.003585 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/dbd2c01c-0d85-4522-955c-cd5ea326f63b HTTP/1.1" 200 1959 0.004915 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/fbc1d3a3-9279-4011-a09b-44cf7b906fa9 HTTP/1.1" 200 1623 0.010168 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/4124501f-f672-4de7-a2b3-4551b34a741b HTTP/1.1" 200 1956 0.005291 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/4dd27b48-8b1a-484f-8ef4-b400766c8bbf HTTP/1.1" 200 1622 0.004896 10.0.0.33 - - [2025-07-17 02:27:45] "GET /instance-ip/928121d3-d34a-4ffc-92b2-f95518ab7b8a HTTP/1.1" 200 1955 0.003917 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 3834 0.039471 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008358 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 3834 0.027687 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006727 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 3834 0.027677 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006476 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 3834 0.025691 10.0.0.33 - - [2025-07-17 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006445 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine/3b3a5f70-7438-4fbc-a7e0-1bbe507c1d25 HTTP/1.1" 200 1802 0.003684 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine-interface/25b7a19c-8cd2-44c6-8f6a-c33e5f6cccde HTTP/1.1" 200 3815 0.004936 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine-interface/416160b1-edaa-4c3a-b301-83bdcb42d26d HTTP/1.1" 200 3803 0.005316 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-machine-interface/95b486d9-97cc-4911-a7f8-9614d20f7b4a HTTP/1.1" 200 3798 0.005297 10.0.0.33 - - [2025-07-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.33 - - [2025-07-17 02:27:45] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003130 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003172 10.0.0.33 - - [2025-07-17 02:27:45] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006121 10.0.0.33 - - [2025-07-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.33 - - [2025-07-17 02:27:46] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003514 10.0.0.33 - - [2025-07-17 02:27:46] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003207 10.0.0.33 - - [2025-07-17 02:27:46] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005413 10.0.0.33 - - [2025-07-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.33 - - [2025-07-17 02:27:47] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003579 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003191 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005702 10.0.0.33 - - [2025-07-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.33 - - [2025-07-17 02:27:47] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003695 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003126 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005467 10.0.0.33 - - [2025-07-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.33 - - [2025-07-17 02:27:47] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003946 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002961 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006720 10.0.0.33 - - [2025-07-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.33 - - [2025-07-17 02:27:47] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003201 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003572 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005307 10.0.0.33 - - [2025-07-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.33 - - [2025-07-17 02:27:47] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003640 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003108 10.0.0.33 - - [2025-07-17 02:27:47] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005334 10.0.0.33 - - [2025-07-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.33 - - [2025-07-17 02:27:48] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003413 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003185 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005412 10.0.0.33 - - [2025-07-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.33 - - [2025-07-17 02:27:48] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004005 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003094 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-network/e30c2585-51b8-4acd-8056-689db6001473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005468 10.0.0.33 - - [2025-07-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.33 - - [2025-07-17 02:27:48] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002926 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003262 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005379 10.0.0.33 - - [2025-07-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.33 - - [2025-07-17 02:27:48] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003746 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003752 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005551 10.0.0.33 - - [2025-07-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.33 - - [2025-07-17 02:27:48] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003736 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002911 10.0.0.33 - - [2025-07-17 02:27:48] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005774 10.0.0.33 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.33 - - [2025-07-17 02:27:49] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005388 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-networks?parent_id=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003928 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007457 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-machine/3b3a5f70-7438-4fbc-a7e0-1bbe507c1d25 HTTP/1.1" 200 1802 0.005352 10.0.0.33 - - [2025-07-17 02:27:49] "GET /domains HTTP/1.1" 200 280 0.003664 10.0.0.33 - - [2025-07-17 02:27:49] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.33 - - [2025-07-17 02:27:49] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2771 0.007982 10.0.0.33 - - [2025-07-17 02:27:49] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001706 10.0.0.33 - - [2025-07-17 02:27:49] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 4232 0.072759 10.0.0.33 - - [2025-07-17 02:27:49] "GET /service-instance/100782f9-241f-49bb-9b24-587c1afcfad9 HTTP/1.1" 200 3782 0.003876 10.0.0.33 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.33 - - [2025-07-17 02:27:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003471 10.0.0.33 - - [2025-07-17 02:27:49] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005235 10.0.0.33 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.33 - - [2025-07-17 02:27:49] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004670 10.0.0.33 - - [2025-07-17 02:27:49] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005679 10.0.0.33 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005852 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?fields=routing_instances HTTP/1.1" 200 1683 0.006893 10.0.0.33 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005750 10.0.0.33 - - [2025-07-17 02:27:49] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?fields=routing_instances HTTP/1.1" 200 1687 0.011207 10.0.0.33 - - [2025-07-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.038280 10.0.0.33 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 834 0.006842 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /access-control-list/99585432-f517-4207-bde5-6d3a9a3cf2ad HTTP/1.1" 200 115 0.043972 10.0.0.33 - - [2025-07-17 02:27:54] "GET /virtual-network/48551b2f-f1ca-4db2-b180-6b8c0afbe7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012911 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /routing-instance/7c8f95aa-59b5-4f91-9cf9-8f3d858545bd HTTP/1.1" 200 115 0.026756 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007128 10.0.0.33 - - [2025-07-17 02:27:54] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004077 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /route-target/10e9bf3b-bb07-43fa-ab97-2f65297b3e69 HTTP/1.1" 200 115 0.019489 10.0.0.33 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.057910 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /routing-instance/b46e392f-ef90-4a58-8040-29b58472efe9 HTTP/1.1" 200 115 0.062855 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.33 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 833 0.006585 10.0.0.33 - - [2025-07-17 02:27:54] "GET /virtual-network/a0c6ccb7-b613-48f5-bfcf-c1424dbe71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005831 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /route-target/edad0192-8946-437c-ab84-d1f4238c259c HTTP/1.1" 200 115 0.019620 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /access-control-list/ce0523ab-eeb0-49ea-8a90-4f6e6f40ca6f HTTP/1.1" 200 115 0.020774 10.0.0.33 - - [2025-07-17 02:27:54] "GET /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003853 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /network-policy/5cdc6beb-8492-4069-beb3-82ccea5b65bf HTTP/1.1" 200 115 0.023202 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /service-instance/100782f9-241f-49bb-9b24-587c1afcfad9 HTTP/1.1" 200 115 0.044470 10.0.0.33 - - [2025-07-17 02:27:54] "GET /domains HTTP/1.1" 200 280 0.003234 10.0.0.33 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.018332 10.0.0.33 - - [2025-07-17 02:27:54] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001812 10.0.0.33 - - [2025-07-17 02:27:54] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2771 0.015628 10.0.0.33 - - [2025-07-17 02:27:54] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001776 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /instance-ip/dbd2c01c-0d85-4522-955c-cd5ea326f63b HTTP/1.1" 200 115 0.037766 10.0.0.33 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.011786 10.0.0.33 - - [2025-07-17 02:27:54] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 3758 0.073359 10.0.0.33 - - [2025-07-17 02:27:54] "GET /virtual-machine/3b3a5f70-7438-4fbc-a7e0-1bbe507c1d25 HTTP/1.1" 200 1802 0.008686 10.0.0.33 - - [2025-07-17 02:27:54] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003716 10.0.0.33 - - [2025-07-17 02:27:54] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004836 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /instance-ip/4124501f-f672-4de7-a2b3-4551b34a741b HTTP/1.1" 200 115 0.035119 10.0.0.33 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.011823 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /instance-ip/928121d3-d34a-4ffc-92b2-f95518ab7b8a HTTP/1.1" 200 115 0.020568 10.0.0.33 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.019878 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /service-template/e5be926b-b6b0-4bb7-b0d6-1278edbb82e7 HTTP/1.1" 200 115 0.036581 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /instance-ip/866d6283-1ab3-4395-bb29-e3b1bc57671a HTTP/1.1" 200 115 0.036563 10.0.0.33 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.004392 10.0.0.33 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.018223 10.0.0.33 - - [2025-07-17 02:27:54] "DELETE /instance-ip/c0500f14-fd9c-4569-a2d1-a01d466c309c HTTP/1.1" 200 115 0.020463 10.0.0.33 - - [2025-07-17 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.016302 10.0.0.33 - - [2025-07-17 02:27:55] "DELETE /instance-ip/00ac38a7-f623-4770-af63-55a7602107e0 HTTP/1.1" 200 115 0.033932 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/network HTTP/1.1" 200 834 0.014205 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/network HTTP/1.1" 400 204 0.013513 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 1086 0.013905 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 1112 0.009191 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 1087 0.016236 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 1113 0.010449 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 151 0.181411 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 3027 0.031284 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 151 0.163307 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 1113 0.009307 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 151 0.104851 10.0.0.33 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 1113 0.012332 10.0.0.33 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 151 0.106983 10.0.0.33 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 1112 0.013600 10.0.0.33 - - [2025-07-17 02:27:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054049 10.0.0.33 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 151 0.107640 10.0.0.33 - - [2025-07-17 02:27:56] "GET /obj-perms HTTP/1.1" 200 5056 0.055696 10.0.0.33 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 834 0.006179 10.0.0.33 - - [2025-07-17 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.33 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.33 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001987 10.0.0.33 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 151 0.083473 10.0.0.33 - - [2025-07-17 02:27:57] "DELETE /route-target/1b7c63ae-2ffa-4d57-8d09-0bb137958cb7 HTTP/1.1" 200 115 0.024284 10.0.0.33 - - [2025-07-17 02:27:57] "GET /routing-instance/2b61d9fa-3832-4b68-a33f-8b8cbb8889c5 HTTP/1.1" 404 171 0.002788 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domains HTTP/1.1" 200 280 0.002448 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2571 0.053066 10.0.0.33 - - [2025-07-17 02:27:57] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.33 - - [2025-07-17 02:27:57] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2297 0.070626 10.0.0.33 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 833 0.005582 10.0.0.33 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003556 10.0.0.33 - - [2025-07-17 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.33 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.33 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 151 0.088348 10.0.0.33 - - [2025-07-17 02:27:57] "GET /routing-instance/386a4a6f-3945-4f7c-bfd2-baa4d4874c1d HTTP/1.1" 404 171 0.002566 10.0.0.33 - - [2025-07-17 02:27:57] "DELETE /route-target/648ad36c-acd1-4415-8e36-9f57418bc909 HTTP/1.1" 200 115 0.022305 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domains HTTP/1.1" 200 280 0.003589 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2571 0.049524 10.0.0.33 - - [2025-07-17 02:27:57] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001622 10.0.0.33 - - [2025-07-17 02:27:57] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 2079 0.071623 10.0.0.33 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 833 0.005349 10.0.0.33 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003601 10.0.0.33 - - [2025-07-17 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.33 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001747 10.0.0.33 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 151 0.088857 10.0.0.33 - - [2025-07-17 02:27:57] "GET /routing-instance/403c8b32-fe8a-40ee-a822-c275788fe2cf HTTP/1.1" 404 171 0.002814 10.0.0.33 - - [2025-07-17 02:27:57] "DELETE /route-target/9cc1f158-cee3-44a5-89ec-72c38e09d3b2 HTTP/1.1" 200 115 0.014982 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domains HTTP/1.1" 200 280 0.001903 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.33 - - [2025-07-17 02:27:57] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2571 0.047578 10.0.0.33 - - [2025-07-17 02:27:57] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001589 10.0.0.33 - - [2025-07-17 02:27:57] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 1839 0.068973 10.0.0.33 - - [2025-07-17 02:27:58] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.33 - - [2025-07-17 02:27:58] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028205 10.0.0.33 - - [2025-07-17 02:27:58] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001632 10.0.0.33 - - [2025-07-17 02:27:58] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?fields=virtual_networks HTTP/1.1" 200 1027 0.067517 10.0.0.33 - - [2025-07-17 02:27:58] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.33 - - [2025-07-17 02:27:58] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.022858 10.0.0.33 - - [2025-07-17 02:27:58] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001651 10.0.0.33 - - [2025-07-17 02:27:58] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?fields=security_groups HTTP/1.1" 200 1251 0.027552 10.0.0.33 - - [2025-07-17 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.023605 10.0.0.33 - - [2025-07-17 02:27:59] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002382 10.0.0.33 - - [2025-07-17 02:27:59] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.33 - - [2025-07-17 02:27:59] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006993 10.0.0.33 - - [2025-07-17 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.002803 10.0.0.33 - - [2025-07-17 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.003623 10.0.0.33 - - [2025-07-17 02:27:59] "POST /security-groups HTTP/1.1" 200 592 0.059550 10.0.0.33 - - [2025-07-17 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.002461 10.0.0.33 - - [2025-07-17 02:27:59] "POST /projects HTTP/1.1" 200 587 0.211962 10.0.0.33 - - [2025-07-17 02:27:59] "POST /access-control-lists HTTP/1.1" 200 597 0.058441 10.0.0.33 - - [2025-07-17 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.285536 10.0.0.33 - - [2025-07-17 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.003037 10.0.0.33 - - [2025-07-17 02:27:59] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.404092 10.0.0.33 - - [2025-07-17 02:27:59] "POST /access-control-lists HTTP/1.1" 200 595 0.064254 10.0.0.33 - - [2025-07-17 02:28:00] "GET / HTTP/1.1" 200 35931 0.002233 10.0.0.33 - - [2025-07-17 02:28:01] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000522 10.0.0.33 - - [2025-07-17 02:28:02] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.33 - - [2025-07-17 02:28:02] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049634 10.0.0.33 - - [2025-07-17 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.002544 10.0.0.33 - - [2025-07-17 02:28:02] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018410 10.0.0.33 - - [2025-07-17 02:28:02] "GET /virtual-DNS/3ab62998-f1eb-4cac-803d-27a2cefb6eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.005126 10.0.0.33 - - [2025-07-17 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.33 - - [2025-07-17 02:28:02] "GET /virtual-DNS/3ab62998-f1eb-4cac-803d-27a2cefb6eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.004820 10.0.0.33 - - [2025-07-17 02:28:02] "GET /domains HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2025-07-17 02:28:02] "GET /domains HTTP/1.1" 200 280 0.026624 10.0.0.33 - - [2025-07-17 02:28:02] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.33 - - [2025-07-17 02:28:02] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.008927 10.0.0.33 - - [2025-07-17 02:28:02] "GET /virtual-DNS/3ab62998-f1eb-4cac-803d-27a2cefb6eed HTTP/1.1" 200 1436 0.004112 10.0.0.33 - - [2025-07-17 02:28:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002498 10.0.0.33 - - [2025-07-17 02:28:02] "POST /network-ipams HTTP/1.1" 200 514 0.016583 10.0.0.33 - - [2025-07-17 02:28:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003637 10.0.0.33 - - [2025-07-17 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.33 - - [2025-07-17 02:28:03] "GET /network-ipam/eb8b0ec4-551f-4ce0-9d81-79d75408acd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005017 10.0.0.33 - - [2025-07-17 02:28:03] "PUT /network-ipam/eb8b0ec4-551f-4ce0-9d81-79d75408acd7 HTTP/1.1" 200 258 0.010151 10.0.0.33 - - [2025-07-17 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.009437 10.0.0.33 - - [2025-07-17 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.33 - - [2025-07-17 02:28:03] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001584 10.0.0.33 - - [2025-07-17 02:28:03] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029142 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 117 0.029227 10.0.0.33 - - [2025-07-17 02:28:03] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 618 0.066759 10.0.0.33 - - [2025-07-17 02:28:03] "POST /route-targets HTTP/1.1" 200 327 0.010779 10.0.0.33 - - [2025-07-17 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.011563 10.0.0.33 - - [2025-07-17 02:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002663 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/subnet HTTP/1.1" 200 711 0.155634 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 833 0.005121 10.0.0.33 - - [2025-07-17 02:28:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001785 10.0.0.33 - - [2025-07-17 02:28:03] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006788 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 833 0.005820 10.0.0.33 - - [2025-07-17 02:28:03] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004946 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 833 0.006423 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/subnet HTTP/1.1" 200 711 0.007830 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 807 0.010143 10.0.0.33 - - [2025-07-17 02:28:03] "POST /neutron/network HTTP/1.1" 200 833 0.005054 10.0.0.33 - - [2025-07-17 02:28:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001130 10.0.0.33 - - [2025-07-17 02:28:04] "POST /neutron/network HTTP/1.1" 200 843 0.006285 10.0.0.33 - - [2025-07-17 02:28:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2025-07-17 02:28:04] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.33 - - [2025-07-17 02:28:04] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.33 - - [2025-07-17 02:28:04] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001192 10.0.0.33 - - [2025-07-17 02:28:04] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045457 10.0.0.33 - - [2025-07-17 02:28:04] "POST /neutron/network HTTP/1.1" 200 833 0.005295 10.0.0.33 - - [2025-07-17 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.004799 10.0.0.33 - - [2025-07-17 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.33 - - [2025-07-17 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.006127 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/network HTTP/1.1" 200 843 0.005517 10.0.0.33 - - [2025-07-17 02:28:05] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1058 0.213019 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1058 0.009320 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1058 0.008223 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1112 0.053792 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1086 0.011546 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003196 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.007174 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.33 - - [2025-07-17 02:28:05] "POST /neutron/network HTTP/1.1" 200 833 0.005564 10.0.0.33 - - [2025-07-17 02:28:09] "POST /neutron/port HTTP/1.1" 200 1086 0.010855 10.0.0.33 - - [2025-07-17 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008425 10.0.0.33 - - [2025-07-17 02:28:10] "POST /neutron/port HTTP/1.1" 200 1086 0.015746 10.0.0.33 - - [2025-07-17 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009403 10.0.0.33 - - [2025-07-17 02:28:10] "POST /neutron/port HTTP/1.1" 200 1086 0.011853 10.0.0.33 - - [2025-07-17 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006578 10.0.0.33 - - [2025-07-17 02:28:10] "GET /virtual-machine/11d1a6ff-b887-4e5a-9997-fb42f9740b6d HTTP/1.1" 200 1293 0.004519 10.0.0.33 - - [2025-07-17 02:28:10] "GET /virtual-machine-interface/8add419f-3343-4dee-8803-cb8d331cd573 HTTP/1.1" 200 2963 0.005374 10.0.0.33 - - [2025-07-17 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.33 - - [2025-07-17 02:28:10] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004966 10.0.0.33 - - [2025-07-17 02:28:10] "GET /virtual-networks?parent_id=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003382 10.0.0.33 - - [2025-07-17 02:28:10] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005408 10.0.0.33 - - [2025-07-17 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.33 - - [2025-07-17 02:28:13] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005000 10.0.0.33 - - [2025-07-17 02:28:13] "POST /neutron/port HTTP/1.1" 200 1086 0.010637 10.0.0.33 - - [2025-07-17 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005316 10.0.0.33 - - [2025-07-17 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.33 - - [2025-07-17 02:28:15] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003593 10.0.0.33 - - [2025-07-17 02:28:15] "GET /virtual-networks?parent_id=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002971 10.0.0.33 - - [2025-07-17 02:28:15] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005511 10.0.0.33 - - [2025-07-17 02:28:20] "POST /neutron/network HTTP/1.1" 200 807 0.011143 10.0.0.33 - - [2025-07-17 02:28:20] "POST /neutron/network HTTP/1.1" 200 833 0.005315 10.0.0.33 - - [2025-07-17 02:28:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001248 10.0.0.33 - - [2025-07-17 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.010983 10.0.0.33 - - [2025-07-17 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005836 10.0.0.33 - - [2025-07-17 02:28:20] "POST /neutron/network HTTP/1.1" 200 843 0.006079 10.0.0.33 - - [2025-07-17 02:28:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2025-07-17 02:28:20] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.33 - - [2025-07-17 02:28:20] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2025-07-17 02:28:21] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001210 10.0.0.33 - - [2025-07-17 02:28:21] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052303 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 833 0.005619 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014351 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009154 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 117 0.006769 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 117 0.007097 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 843 0.006149 10.0.0.33 - - [2025-07-17 02:28:21] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001249 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1058 0.195916 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1058 0.012316 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1058 0.012339 10.0.0.33 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1112 0.081191 10.0.0.33 - - [2025-07-17 02:28:22] "POST /neutron/port HTTP/1.1" 200 1086 0.015073 10.0.0.33 - - [2025-07-17 02:28:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004999 10.0.0.33 - - [2025-07-17 02:28:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.009232 10.0.0.33 - - [2025-07-17 02:28:22] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.33 - - [2025-07-17 02:28:22] "POST /neutron/network HTTP/1.1" 200 833 0.007504 10.0.0.33 - - [2025-07-17 02:28:26] "POST /neutron/port HTTP/1.1" 200 1086 0.010486 10.0.0.33 - - [2025-07-17 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005676 10.0.0.33 - - [2025-07-17 02:28:26] "POST /neutron/port HTTP/1.1" 200 1086 0.012878 10.0.0.33 - - [2025-07-17 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006469 10.0.0.33 - - [2025-07-17 02:28:26] "POST /neutron/port HTTP/1.1" 200 1086 0.013258 10.0.0.33 - - [2025-07-17 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006498 10.0.0.33 - - [2025-07-17 02:28:26] "GET /virtual-machine/ab9f1734-fd22-4626-a82f-463a874ed4ff HTTP/1.1" 200 1294 0.004949 10.0.0.33 - - [2025-07-17 02:28:26] "GET /virtual-machine-interface/3d40bcca-cc7b-4c9d-8f05-0c0d2ba9c7c0 HTTP/1.1" 200 2963 0.005010 10.0.0.33 - - [2025-07-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.33 - - [2025-07-17 02:28:26] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003408 10.0.0.33 - - [2025-07-17 02:28:26] "GET /virtual-networks?parent_id=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003383 10.0.0.33 - - [2025-07-17 02:28:26] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005243 10.0.0.33 - - [2025-07-17 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2025-07-17 02:28:29] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005440 10.0.0.33 - - [2025-07-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1086 0.012897 10.0.0.33 - - [2025-07-17 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005282 10.0.0.33 - - [2025-07-17 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.33 - - [2025-07-17 02:28:31] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003646 10.0.0.33 - - [2025-07-17 02:28:31] "GET /virtual-networks?parent_id=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002912 10.0.0.33 - - [2025-07-17 02:28:32] "GET /virtual-network/ef65adf2-8fd6-4a1a-bfbf-21548321f7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005664 10.0.0.33 - - [2025-07-17 02:28:32] "POST /neutron/port HTTP/1.1" 200 1086 0.012343 10.0.0.33 - - [2025-07-17 02:28:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006680 10.0.0.33 - - [2025-07-17 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.33 - - [2025-07-17 02:28:43] "DELETE /virtual-DNS/3ab62998-f1eb-4cac-803d-27a2cefb6eed HTTP/1.1" 409 235 0.006203 10.0.0.33 - - [2025-07-17 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.002705 10.0.0.33 - - [2025-07-17 02:28:43] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018962 10.0.0.33 - - [2025-07-17 02:28:43] "GET /virtual-DNS-record/11f4763c-b9ad-439c-9ece-c77b447c8c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004719 10.0.0.33 - - [2025-07-17 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.33 - - [2025-07-17 02:28:43] "GET /virtual-DNS-record/11f4763c-b9ad-439c-9ece-c77b447c8c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003402 10.0.0.33 - - [2025-07-17 02:28:43] "GET /domains HTTP/1.1" 200 280 0.002667 10.0.0.33 - - [2025-07-17 02:28:43] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.33 - - [2025-07-17 02:28:43] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2958 0.006860 10.0.0.33 - - [2025-07-17 02:28:43] "GET /virtual-DNS/3ab62998-f1eb-4cac-803d-27a2cefb6eed HTTP/1.1" 200 1905 0.003736 10.0.0.33 - - [2025-07-17 02:28:43] "GET /virtual-DNS-record/11f4763c-b9ad-439c-9ece-c77b447c8c44 HTTP/1.1" 200 1335 0.002959 10.0.0.33 - - [2025-07-17 02:28:48] "DELETE /virtual-DNS-record/11f4763c-b9ad-439c-9ece-c77b447c8c44 HTTP/1.1" 200 115 0.020648 10.0.0.33 - - [2025-07-17 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003133 10.0.0.33 - - [2025-07-17 02:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.007417 10.0.0.33 - - [2025-07-17 02:28:48] "POST /neutron/network HTTP/1.1" 400 204 0.010906 10.0.0.33 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1086 0.013363 10.0.0.33 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1112 0.009948 10.0.0.33 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1086 0.019377 10.0.0.33 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1112 0.008772 10.0.0.33 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 151 0.143392 10.0.0.33 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 151 0.116523 10.0.0.33 - - [2025-07-17 02:28:50] "DELETE /project/39944de3adc04d7dbf48ec6c2a76050e HTTP/1.1" 404 173 0.004837 10.0.0.33 - - [2025-07-17 02:28:50] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.33 - - [2025-07-17 02:28:50] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.030711 10.0.0.33 - - [2025-07-17 02:28:50] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001565 10.0.0.33 - - [2025-07-17 02:28:50] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?fields=security_groups HTTP/1.1" 200 1356 0.077015 10.0.0.33 - - [2025-07-17 02:28:50] "DELETE /security-group/2db4f4dc-cca0-48e4-962e-c83b8aad327e HTTP/1.1" 200 115 0.044288 10.0.0.33 - - [2025-07-17 02:28:50] "GET /projects?obj_uuids=f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001456 10.0.0.33 - - [2025-07-17 02:28:50] "DELETE /access-control-list/536c132b-70b0-485f-8823-e4e19976b581 HTTP/1.1" 200 115 0.043272 10.0.0.33 - - [2025-07-17 02:28:50] "GET /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6?fields=application_policy_sets HTTP/1.1" 200 1395 0.046594 10.0.0.33 - - [2025-07-17 02:28:50] "DELETE /access-control-list/8b9d30c9-a42d-4e6d-b729-fcf68cae19ce HTTP/1.1" 200 115 0.040112 10.0.0.33 - - [2025-07-17 02:28:50] "POST /neutron/network HTTP/1.1" 200 833 0.011188 10.0.0.33 - - [2025-07-17 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.33 - - [2025-07-17 02:28:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.33 - - [2025-07-17 02:28:51] "DELETE /project/f2cbdcb0-2003-42ee-81cd-c7b1d8bcf9c6 HTTP/1.1" 200 115 0.494225 10.0.0.33 - - [2025-07-17 02:28:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004312 10.0.0.33 - - [2025-07-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 151 0.213907 10.0.0.33 - - [2025-07-17 02:28:51] "DELETE /route-target/faeed74a-738a-4ec1-9d40-0877124f1f5f HTTP/1.1" 200 115 0.031314 10.0.0.33 - - [2025-07-17 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.33 - - [2025-07-17 02:28:51] "DELETE /network-ipam/eb8b0ec4-551f-4ce0-9d81-79d75408acd7 HTTP/1.1" 200 115 0.030275 10.0.0.33 - - [2025-07-17 02:28:51] "DELETE /virtual-DNS/3ab62998-f1eb-4cac-803d-27a2cefb6eed HTTP/1.1" 200 115 0.023544 10.0.0.33 - - [2025-07-17 02:28:51] "POST /fqname-to-id HTTP/1.1" 404 180 0.003175 10.0.0.33 - - [2025-07-17 02:28:51] "GET /domains HTTP/1.1" 200 280 0.003850 10.0.0.33 - - [2025-07-17 02:28:51] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.33 - - [2025-07-17 02:28:51] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2574 0.008911 10.0.0.33 - - [2025-07-17 02:28:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.33 - - [2025-07-17 02:28:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028300 10.0.0.33 - - [2025-07-17 02:28:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001563 10.0.0.33 - - [2025-07-17 02:28:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?fields=virtual_networks HTTP/1.1" 200 1033 0.071759 10.0.0.33 - - [2025-07-17 02:28:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001509 10.0.0.33 - - [2025-07-17 02:28:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027168 10.0.0.33 - - [2025-07-17 02:28:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.33 - - [2025-07-17 02:28:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?fields=security_groups HTTP/1.1" 200 1260 0.024968 10.0.0.33 - - [2025-07-17 02:28:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.030071 10.0.0.33 - - [2025-07-17 02:28:52] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002663 10.0.0.33 - - [2025-07-17 02:28:52] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001932 10.0.0.33 - - [2025-07-17 02:28:52] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009204 10.0.0.33 - - [2025-07-17 02:28:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001308 10.0.0.33 - - [2025-07-17 02:28:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.004430 10.0.0.33 - - [2025-07-17 02:28:53] "POST /security-groups HTTP/1.1" 200 592 0.064082 10.0.0.33 - - [2025-07-17 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.002844 10.0.0.33 - - [2025-07-17 02:28:53] "POST /projects HTTP/1.1" 200 587 0.215529 10.0.0.33 - - [2025-07-17 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.288604 10.0.0.33 - - [2025-07-17 02:28:53] "POST /access-control-lists HTTP/1.1" 200 597 0.071539 10.0.0.33 - - [2025-07-17 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003546 10.0.0.33 - - [2025-07-17 02:28:53] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.446776 10.0.0.33 - - [2025-07-17 02:28:53] "POST /access-control-lists HTTP/1.1" 200 595 0.065179 10.0.0.33 - - [2025-07-17 02:28:54] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.33 - - [2025-07-17 02:28:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.33 - - [2025-07-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.067681 10.0.0.33 - - [2025-07-17 02:28:55] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.33 - - [2025-07-17 02:28:55] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036832 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/network HTTP/1.1" 200 117 0.031975 10.0.0.33 - - [2025-07-17 02:28:55] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001532 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/network HTTP/1.1" 200 606 0.064304 10.0.0.33 - - [2025-07-17 02:28:55] "POST /route-targets HTTP/1.1" 200 327 0.012405 10.0.0.33 - - [2025-07-17 02:28:55] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.33 - - [2025-07-17 02:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002998 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.136033 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/network HTTP/1.1" 200 825 0.005708 10.0.0.33 - - [2025-07-17 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001227 10.0.0.33 - - [2025-07-17 02:28:55] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004671 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/network HTTP/1.1" 200 825 0.005600 10.0.0.33 - - [2025-07-17 02:28:55] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004860 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/network HTTP/1.1" 200 825 0.006118 10.0.0.33 - - [2025-07-17 02:28:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.006720 10.0.0.33 - - [2025-07-17 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001190 10.0.0.33 - - [2025-07-17 02:28:56] "POST /neutron/network HTTP/1.1" 200 835 0.005995 10.0.0.33 - - [2025-07-17 02:28:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.33 - - [2025-07-17 02:28:56] "GET / HTTP/1.1" 200 35931 0.001715 10.0.0.33 - - [2025-07-17 02:28:56] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.33 - - [2025-07-17 02:28:56] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.33 - - [2025-07-17 02:28:56] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055005 10.0.0.33 - - [2025-07-17 02:28:56] "GET /obj-perms HTTP/1.1" 200 5056 0.070537 10.0.0.33 - - [2025-07-17 02:28:56] "POST /neutron/network HTTP/1.1" 200 825 0.005831 10.0.0.33 - - [2025-07-17 02:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.005925 10.0.0.33 - - [2025-07-17 02:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.007279 10.0.0.33 - - [2025-07-17 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.002138 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 117 0.006028 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 835 0.008623 10.0.0.33 - - [2025-07-17 02:28:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000577 10.0.0.33 - - [2025-07-17 02:28:57] "GET /obj-perms HTTP/1.1" 200 5056 0.048821 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 835 0.005600 10.0.0.33 - - [2025-07-17 02:28:57] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.33 - - [2025-07-17 02:28:57] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.33 - - [2025-07-17 02:28:57] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 1061 0.232679 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 1061 0.014677 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 1061 0.010704 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 1115 0.070359 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 1089 0.013785 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004816 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.008881 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/port HTTP/1.1" 200 117 0.001831 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 825 0.011154 10.0.0.33 - - [2025-07-17 02:28:57] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.33 - - [2025-07-17 02:28:57] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052104 10.0.0.33 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 825 0.006023 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1089 0.023431 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008581 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.004935 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1089 0.015610 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018345 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/network HTTP/1.1" 200 835 0.006365 10.0.0.33 - - [2025-07-17 02:28:58] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1061 0.219345 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1061 0.012960 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1061 0.012204 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1115 0.067545 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 1089 0.011590 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007599 10.0.0.33 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.001721 10.0.0.33 - - [2025-07-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 825 0.005737 10.0.0.33 - - [2025-07-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1089 0.011735 10.0.0.33 - - [2025-07-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006360 10.0.0.33 - - [2025-07-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1089 0.012085 10.0.0.33 - - [2025-07-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006526 10.0.0.33 - - [2025-07-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1089 0.011220 10.0.0.33 - - [2025-07-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006465 10.0.0.33 - - [2025-07-17 02:29:03] "GET /virtual-machine/8784103e-51b4-4fd2-828a-46525af5ffb2 HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2025-07-17 02:29:03] "GET /virtual-machine/8784103e-51b4-4fd2-828a-46525af5ffb2 HTTP/1.1" 200 1292 0.027072 10.0.0.33 - - [2025-07-17 02:29:03] "GET /virtual-machine-interface/d58fedcf-8da5-4020-a446-c5674a73ca82 HTTP/1.1" 200 2946 0.005110 10.0.0.33 - - [2025-07-17 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.33 - - [2025-07-17 02:29:03] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003581 10.0.0.33 - - [2025-07-17 02:29:03] "GET /virtual-networks?parent_id=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003468 10.0.0.33 - - [2025-07-17 02:29:04] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008237 10.0.0.33 - - [2025-07-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1089 0.011821 10.0.0.33 - - [2025-07-17 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006200 10.0.0.33 - - [2025-07-17 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.33 - - [2025-07-17 02:29:07] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005198 10.0.0.33 - - [2025-07-17 02:29:07] "POST /neutron/port HTTP/1.1" 200 1089 0.012650 10.0.0.33 - - [2025-07-17 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005513 10.0.0.33 - - [2025-07-17 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.33 - - [2025-07-17 02:29:09] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003104 10.0.0.33 - - [2025-07-17 02:29:09] "GET /virtual-networks?parent_id=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003833 10.0.0.33 - - [2025-07-17 02:29:09] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005128 10.0.0.33 - - [2025-07-17 02:29:09] "POST /neutron/port HTTP/1.1" 200 1089 0.012211 10.0.0.33 - - [2025-07-17 02:29:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006715 10.0.0.33 - - [2025-07-17 02:29:09] "POST /neutron/port HTTP/1.1" 200 1089 0.017965 10.0.0.33 - - [2025-07-17 02:29:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013547 10.0.0.33 - - [2025-07-17 02:29:09] "POST /neutron/port HTTP/1.1" 200 1089 0.015492 10.0.0.33 - - [2025-07-17 02:29:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006207 10.0.0.33 - - [2025-07-17 02:29:09] "GET /virtual-machine/1db85a3c-e83e-4f40-bf33-523d79ff6486 HTTP/1.1" 200 1293 0.005280 10.0.0.33 - - [2025-07-17 02:29:09] "GET /virtual-machine-interface/273e14e3-0f5b-41f8-8000-098a4ecd5103 HTTP/1.1" 200 2944 0.005364 10.0.0.33 - - [2025-07-17 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.33 - - [2025-07-17 02:29:09] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003171 10.0.0.33 - - [2025-07-17 02:29:09] "GET /virtual-networks?parent_id=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003257 10.0.0.33 - - [2025-07-17 02:29:09] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006248 10.0.0.33 - - [2025-07-17 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.33 - - [2025-07-17 02:29:11] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003735 10.0.0.33 - - [2025-07-17 02:29:11] "GET /virtual-networks?parent_id=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004558 10.0.0.33 - - [2025-07-17 02:29:11] "GET /virtual-network/6ce1ebd7-9048-44ba-b33f-289d7bad261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006677 10.0.0.33 - - [2025-07-17 02:29:15] "POST /neutron/network HTTP/1.1" 200 825 0.012290 10.0.0.33 - - [2025-07-17 02:29:15] "POST /neutron/network HTTP/1.1" 400 204 0.010206 10.0.0.33 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1089 0.012561 10.0.0.33 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1115 0.009451 10.0.0.33 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1089 0.012872 10.0.0.33 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1115 0.012966 10.0.0.33 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 151 0.141490 10.0.0.33 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 151 0.144082 10.0.0.33 - - [2025-07-17 02:29:17] "POST /neutron/network HTTP/1.1" 200 825 0.006316 10.0.0.33 - - [2025-07-17 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.33 - - [2025-07-17 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002091 10.0.0.33 - - [2025-07-17 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001816 10.0.0.33 - - [2025-07-17 02:29:18] "POST /neutron/network HTTP/1.1" 200 151 0.082981 10.0.0.33 - - [2025-07-17 02:29:18] "DELETE /route-target/c9f4e184-e45f-4135-b3ea-1eb77225b9cd HTTP/1.1" 200 115 0.018689 10.0.0.33 - - [2025-07-17 02:29:18] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.33 - - [2025-07-17 02:29:18] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026951 10.0.0.33 - - [2025-07-17 02:29:18] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.33 - - [2025-07-17 02:29:18] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?fields=virtual_networks HTTP/1.1" 200 1034 0.070510 10.0.0.33 - - [2025-07-17 02:29:18] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001580 10.0.0.33 - - [2025-07-17 02:29:18] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025631 10.0.0.33 - - [2025-07-17 02:29:18] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.33 - - [2025-07-17 02:29:18] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?fields=security_groups HTTP/1.1" 200 1261 0.025832 10.0.0.33 - - [2025-07-17 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.025412 10.0.0.33 - - [2025-07-17 02:29:19] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002449 10.0.0.33 - - [2025-07-17 02:29:19] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.33 - - [2025-07-17 02:29:19] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007337 10.0.0.33 - - [2025-07-17 02:29:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001239 10.0.0.33 - - [2025-07-17 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.001995 10.0.0.33 - - [2025-07-17 02:29:19] "POST /security-groups HTTP/1.1" 200 591 0.065284 10.0.0.33 - - [2025-07-17 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003376 10.0.0.33 - - [2025-07-17 02:29:19] "POST /projects HTTP/1.1" 200 585 0.224758 10.0.0.33 - - [2025-07-17 02:29:19] "POST /access-control-lists HTTP/1.1" 200 596 0.062407 10.0.0.33 - - [2025-07-17 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.292431 10.0.0.33 - - [2025-07-17 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.003016 10.0.0.33 - - [2025-07-17 02:29:19] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.413531 10.0.0.33 - - [2025-07-17 02:29:19] "POST /access-control-lists HTTP/1.1" 200 594 0.064207 10.0.0.33 - - [2025-07-17 02:29:20] "GET / HTTP/1.1" 200 35931 0.002099 10.0.0.33 - - [2025-07-17 02:29:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.33 - - [2025-07-17 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.051527 10.0.0.33 - - [2025-07-17 02:29:21] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.33 - - [2025-07-17 02:29:21] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.022671 10.0.0.33 - - [2025-07-17 02:29:21] "POST /neutron/network HTTP/1.1" 200 117 0.028926 10.0.0.33 - - [2025-07-17 02:29:21] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001618 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 625 0.057379 10.0.0.33 - - [2025-07-17 02:29:22] "POST /route-targets HTTP/1.1" 200 327 0.009577 10.0.0.33 - - [2025-07-17 02:29:22] "POST /ref-update HTTP/1.1" 200 156 0.016381 10.0.0.33 - - [2025-07-17 02:29:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004400 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.187809 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 839 0.006903 10.0.0.33 - - [2025-07-17 02:29:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001281 10.0.0.33 - - [2025-07-17 02:29:22] "GET /virtual-network/af1973b5-0a31-44b1-8fa2-e7a60403dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004972 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 839 0.006113 10.0.0.33 - - [2025-07-17 02:29:22] "GET /virtual-network/af1973b5-0a31-44b1-8fa2-e7a60403dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006388 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 839 0.007633 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.007389 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 839 0.005539 10.0.0.33 - - [2025-07-17 02:29:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001254 10.0.0.33 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 849 0.006570 10.0.0.33 - - [2025-07-17 02:29:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000463 10.0.0.33 - - [2025-07-17 02:29:22] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.33 - - [2025-07-17 02:29:22] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2025-07-17 02:29:23] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.33 - - [2025-07-17 02:29:23] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048460 10.0.0.33 - - [2025-07-17 02:29:23] "POST /neutron/network HTTP/1.1" 200 839 0.005258 10.0.0.33 - - [2025-07-17 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.005561 10.0.0.33 - - [2025-07-17 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.005049 10.0.0.33 - - [2025-07-17 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.33 - - [2025-07-17 02:29:23] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003354 10.0.0.33 - - [2025-07-17 02:29:23] "PUT /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75 HTTP/1.1" 200 276 0.009437 10.0.0.33 - - [2025-07-17 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.33 - - [2025-07-17 02:29:23] "POST /neutron/network HTTP/1.1" 200 849 0.006456 10.0.0.33 - - [2025-07-17 02:29:23] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/port HTTP/1.1" 200 1055 0.202202 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/port HTTP/1.1" 200 1055 0.012574 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/port HTTP/1.1" 200 1055 0.009326 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/port HTTP/1.1" 200 1109 0.063683 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/port HTTP/1.1" 200 1083 0.011981 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.006684 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.33 - - [2025-07-17 02:29:24] "POST /neutron/network HTTP/1.1" 200 839 0.005165 10.0.0.33 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1083 0.011417 10.0.0.33 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006265 10.0.0.33 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1083 0.011042 10.0.0.33 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007186 10.0.0.33 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1083 0.011266 10.0.0.33 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007332 10.0.0.33 - - [2025-07-17 02:29:29] "GET /virtual-machine/dfca2ec6-fe94-43a3-a44c-93b00cf59419 HTTP/1.1" 401 292 0.000444 10.0.0.33 - - [2025-07-17 02:29:29] "GET /virtual-machine/dfca2ec6-fe94-43a3-a44c-93b00cf59419 HTTP/1.1" 200 1293 0.026116 10.0.0.33 - - [2025-07-17 02:29:29] "GET /virtual-machine-interface/f7a854d6-21d7-4043-8829-e16906294d7b HTTP/1.1" 200 2970 0.004972 10.0.0.33 - - [2025-07-17 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.33 - - [2025-07-17 02:29:29] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002922 10.0.0.33 - - [2025-07-17 02:29:29] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003024 10.0.0.33 - - [2025-07-17 02:29:29] "GET /virtual-network/af1973b5-0a31-44b1-8fa2-e7a60403dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005231 10.0.0.33 - - [2025-07-17 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.33 - - [2025-07-17 02:29:32] "GET /virtual-network/af1973b5-0a31-44b1-8fa2-e7a60403dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005118 10.0.0.33 - - [2025-07-17 02:29:32] "POST /neutron/port HTTP/1.1" 200 1083 0.011759 10.0.0.33 - - [2025-07-17 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005418 10.0.0.33 - - [2025-07-17 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.33 - - [2025-07-17 02:29:34] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003400 10.0.0.33 - - [2025-07-17 02:29:34] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002744 10.0.0.33 - - [2025-07-17 02:29:34] "GET /virtual-network/af1973b5-0a31-44b1-8fa2-e7a60403dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005403 10.0.0.33 - - [2025-07-17 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.33 - - [2025-07-17 02:29:36] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003653 10.0.0.33 - - [2025-07-17 02:29:36] "PUT /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75 HTTP/1.1" 200 276 0.008703 10.0.0.33 - - [2025-07-17 02:29:36] "POST /neutron/network HTTP/1.1" 200 839 0.005640 10.0.0.33 - - [2025-07-17 02:29:36] "POST /neutron/network HTTP/1.1" 400 204 0.010425 10.0.0.33 - - [2025-07-17 02:29:37] "POST /neutron/port HTTP/1.1" 200 1083 0.014641 10.0.0.33 - - [2025-07-17 02:29:37] "POST /neutron/port HTTP/1.1" 200 1109 0.009354 10.0.0.33 - - [2025-07-17 02:29:37] "POST /neutron/port HTTP/1.1" 200 151 0.090417 10.0.0.33 - - [2025-07-17 02:29:38] "POST /neutron/network HTTP/1.1" 200 839 0.005358 10.0.0.33 - - [2025-07-17 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.33 - - [2025-07-17 02:29:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.33 - - [2025-07-17 02:29:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003735 10.0.0.33 - - [2025-07-17 02:29:39] "POST /neutron/network HTTP/1.1" 200 151 0.091031 10.0.0.33 - - [2025-07-17 02:29:39] "DELETE /route-target/5ea9af16-9712-4bab-9377-d0607c6bee6a HTTP/1.1" 200 115 0.020138 10.0.0.33 - - [2025-07-17 02:29:39] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002735 10.0.0.33 - - [2025-07-17 02:29:39] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75 HTTP/1.1" 200 1826 0.004136 10.0.0.33 - - [2025-07-17 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.33 - - [2025-07-17 02:29:39] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.33 - - [2025-07-17 02:29:39] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.025336 10.0.0.33 - - [2025-07-17 02:29:39] "POST /neutron/network HTTP/1.1" 200 117 0.007699 10.0.0.33 - - [2025-07-17 02:29:39] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.33 - - [2025-07-17 02:29:39] "POST /neutron/network HTTP/1.1" 200 605 0.065910 10.0.0.33 - - [2025-07-17 02:29:39] "POST /route-targets HTTP/1.1" 200 327 0.013224 10.0.0.33 - - [2025-07-17 02:29:39] "POST /ref-update HTTP/1.1" 200 156 0.013583 10.0.0.33 - - [2025-07-17 02:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005144 10.0.0.33 - - [2025-07-17 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.179267 10.0.0.33 - - [2025-07-17 02:29:40] "POST /neutron/network HTTP/1.1" 200 825 0.005612 10.0.0.33 - - [2025-07-17 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001340 10.0.0.33 - - [2025-07-17 02:29:40] "GET /virtual-network/31fb0366-5d48-49fb-882a-b9cfbbb062f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005266 10.0.0.33 - - [2025-07-17 02:29:40] "POST /neutron/network HTTP/1.1" 200 825 0.006685 10.0.0.33 - - [2025-07-17 02:29:40] "GET /virtual-network/31fb0366-5d48-49fb-882a-b9cfbbb062f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005277 10.0.0.33 - - [2025-07-17 02:29:40] "POST /neutron/network HTTP/1.1" 200 825 0.005883 10.0.0.33 - - [2025-07-17 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.008112 10.0.0.33 - - [2025-07-17 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001554 10.0.0.33 - - [2025-07-17 02:29:40] "POST /neutron/network HTTP/1.1" 200 835 0.006127 10.0.0.33 - - [2025-07-17 02:29:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000565 10.0.0.33 - - [2025-07-17 02:29:40] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.33 - - [2025-07-17 02:29:40] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2025-07-17 02:29:41] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.33 - - [2025-07-17 02:29:41] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051617 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.005884 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.005073 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.005296 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.005136 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/network HTTP/1.1" 200 835 0.005946 10.0.0.33 - - [2025-07-17 02:29:41] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001416 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 1061 0.206383 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 1061 0.012777 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 1061 0.009216 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 1115 0.063657 10.0.0.33 - - [2025-07-17 02:29:41] "POST /neutron/port HTTP/1.1" 200 1089 0.011093 10.0.0.33 - - [2025-07-17 02:29:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.33 - - [2025-07-17 02:29:42] "POST /neutron/subnet HTTP/1.1" 200 704 0.007291 10.0.0.33 - - [2025-07-17 02:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.33 - - [2025-07-17 02:29:42] "POST /neutron/network HTTP/1.1" 200 825 0.005320 10.0.0.33 - - [2025-07-17 02:29:46] "POST /neutron/port HTTP/1.1" 200 1089 0.012903 10.0.0.33 - - [2025-07-17 02:29:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007477 10.0.0.33 - - [2025-07-17 02:29:46] "POST /neutron/port HTTP/1.1" 200 1089 0.012433 10.0.0.33 - - [2025-07-17 02:29:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006006 10.0.0.33 - - [2025-07-17 02:29:46] "POST /neutron/port HTTP/1.1" 200 1089 0.012311 10.0.0.33 - - [2025-07-17 02:29:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006236 10.0.0.33 - - [2025-07-17 02:29:46] "GET /virtual-machine/0d127aa7-aeb6-4f68-bdd3-04b115e02f42 HTTP/1.1" 200 1291 0.004682 10.0.0.33 - - [2025-07-17 02:29:46] "GET /virtual-machine-interface/80535bc1-fd5c-4d61-8569-49368c940497 HTTP/1.1" 200 2939 0.004773 10.0.0.33 - - [2025-07-17 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.33 - - [2025-07-17 02:29:46] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004539 10.0.0.33 - - [2025-07-17 02:29:46] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004632 10.0.0.33 - - [2025-07-17 02:29:46] "GET /virtual-network/31fb0366-5d48-49fb-882a-b9cfbbb062f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006477 10.0.0.33 - - [2025-07-17 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.33 - - [2025-07-17 02:29:49] "GET /virtual-network/31fb0366-5d48-49fb-882a-b9cfbbb062f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004938 10.0.0.33 - - [2025-07-17 02:29:50] "POST /neutron/port HTTP/1.1" 200 1089 0.015126 10.0.0.33 - - [2025-07-17 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007998 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /project/c36094f0f6bf4abbb1f71fe7f34b1d10 HTTP/1.1" 404 173 0.056856 10.0.0.33 - - [2025-07-17 02:29:51] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.33 - - [2025-07-17 02:29:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001081 10.0.0.33 - - [2025-07-17 02:29:51] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.036983 10.0.0.33 - - [2025-07-17 02:29:51] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001322 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /project/3ab7d2261c3c4803bca8c5614b11c86e HTTP/1.1" 404 173 0.115758 10.0.0.33 - - [2025-07-17 02:29:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.041923 10.0.0.33 - - [2025-07-17 02:29:51] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?fields=security_groups HTTP/1.1" 200 1366 0.075062 10.0.0.33 - - [2025-07-17 02:29:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001578 10.0.0.33 - - [2025-07-17 02:29:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?fields=security_groups HTTP/1.1" 200 1365 0.084600 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /security-group/797cf44b-0ff4-4e9b-8089-e498db49e715 HTTP/1.1" 200 115 0.059076 10.0.0.33 - - [2025-07-17 02:29:51] "GET /projects?obj_uuids=c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /access-control-list/eb6c9427-ea26-4c9d-b4d8-4501501db084 HTTP/1.1" 200 115 0.040272 10.0.0.33 - - [2025-07-17 02:29:51] "GET /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10?fields=application_policy_sets HTTP/1.1" 200 1405 0.043772 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /access-control-list/c5feadba-b671-4446-b8d1-24d7d8def50b HTTP/1.1" 200 115 0.036657 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /security-group/aa58dcd7-1d3b-472b-96c2-1acd56ce3a63 HTTP/1.1" 200 115 0.065480 10.0.0.33 - - [2025-07-17 02:29:51] "GET /projects?obj_uuids=39944de3-adc0-4d7d-bf48-ec6c2a76050e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /access-control-list/173e3355-f302-470a-8a87-a90901b09ca9 HTTP/1.1" 200 115 0.040768 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /access-control-list/ffd0b57a-8b60-4670-accd-be5129280059 HTTP/1.1" 200 115 0.020136 10.0.0.33 - - [2025-07-17 02:29:51] "GET /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e?fields=application_policy_sets HTTP/1.1" 200 1404 0.077293 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /project/c36094f0-f6bf-4abb-b1f7-1fe7f34b1d10 HTTP/1.1" 200 115 0.481893 10.0.0.33 - - [2025-07-17 02:29:51] "DELETE /project/39944de3-adc0-4d7d-bf48-ec6c2a76050e HTTP/1.1" 200 115 0.568722 10.0.0.33 - - [2025-07-17 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.33 - - [2025-07-17 02:29:51] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003369 10.0.0.33 - - [2025-07-17 02:29:51] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003236 10.0.0.33 - - [2025-07-17 02:29:52] "GET /virtual-network/31fb0366-5d48-49fb-882a-b9cfbbb062f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006368 10.0.0.33 - - [2025-07-17 02:29:53] "POST /neutron/network HTTP/1.1" 200 825 0.006505 10.0.0.33 - - [2025-07-17 02:29:53] "POST /neutron/network HTTP/1.1" 400 204 0.009352 10.0.0.33 - - [2025-07-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 1089 0.022021 10.0.0.33 - - [2025-07-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 1115 0.009933 10.0.0.33 - - [2025-07-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 151 0.100113 10.0.0.33 - - [2025-07-17 02:29:55] "POST /neutron/network HTTP/1.1" 200 825 0.006170 10.0.0.33 - - [2025-07-17 02:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.33 - - [2025-07-17 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006553 10.0.0.33 - - [2025-07-17 02:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002607 10.0.0.33 - - [2025-07-17 02:29:56] "POST /neutron/network HTTP/1.1" 200 151 0.082078 10.0.0.33 - - [2025-07-17 02:29:56] "DELETE /route-target/1d3d335b-93f8-4ddc-96b2-0c1634388519 HTTP/1.1" 200 115 0.013139 10.0.0.33 - - [2025-07-17 02:29:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003313 10.0.0.33 - - [2025-07-17 02:29:56] "POST /network-ipams HTTP/1.1" 200 541 0.018736 10.0.0.33 - - [2025-07-17 02:29:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003417 10.0.0.33 - - [2025-07-17 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.33 - - [2025-07-17 02:29:56] "GET /network-ipam/a472d268-c446-481c-bcaa-2aa8ee0a3a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006262 10.0.0.33 - - [2025-07-17 02:29:56] "PUT /network-ipam/a472d268-c446-481c-bcaa-2aa8ee0a3a42 HTTP/1.1" 200 258 0.009705 10.0.0.33 - - [2025-07-17 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.33 - - [2025-07-17 02:29:56] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001454 10.0.0.33 - - [2025-07-17 02:29:56] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026564 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/network HTTP/1.1" 200 117 0.008648 10.0.0.33 - - [2025-07-17 02:29:57] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001280 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/network HTTP/1.1" 200 605 0.066563 10.0.0.33 - - [2025-07-17 02:29:57] "POST /route-targets HTTP/1.1" 200 327 0.009790 10.0.0.33 - - [2025-07-17 02:29:57] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.33 - - [2025-07-17 02:29:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003461 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.195557 10.0.0.33 - - [2025-07-17 02:29:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.136181 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.010078 10.0.0.33 - - [2025-07-17 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001324 10.0.0.33 - - [2025-07-17 02:29:57] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005353 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.007134 10.0.0.33 - - [2025-07-17 02:29:57] "GET /obj-perms HTTP/1.1" 200 5056 0.048643 10.0.0.33 - - [2025-07-17 02:29:57] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005446 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.007710 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.007346 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.006956 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.007435 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.008096 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.006868 10.0.0.33 - - [2025-07-17 02:29:57] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.33 - - [2025-07-17 02:29:57] "POST /neutron/port HTTP/1.1" 200 1017 0.174569 10.0.0.33 - - [2025-07-17 02:29:57] "GET /obj-perms HTTP/1.1" 200 5056 0.049447 10.0.0.33 - - [2025-07-17 02:29:57] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.156315 10.0.0.33 - - [2025-07-17 02:29:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001295 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.007983 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.031830 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/network HTTP/1.1" 200 994 0.007401 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.007883 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.004882 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.004798 10.0.0.33 - - [2025-07-17 02:29:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001946 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.004984 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008914 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.007850 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/network HTTP/1.1" 200 994 0.007382 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.007678 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.012471 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 1017 0.009254 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.010029 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.005288 10.0.0.33 - - [2025-07-17 02:29:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001469 10.0.0.33 - - [2025-07-17 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.006029 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/network HTTP/1.1" 200 1004 0.010287 10.0.0.33 - - [2025-07-17 02:29:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2025-07-17 02:29:59] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.33 - - [2025-07-17 02:29:59] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1017 0.033221 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009242 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/network HTTP/1.1" 200 1004 0.009170 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/network HTTP/1.1" 200 1004 0.007072 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009127 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007242 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1017 0.012242 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1017 0.014376 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1109 0.132132 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1109 0.126981 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1083 0.015854 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 1083 0.013735 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004153 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003640 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.014328 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.011551 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.33 - - [2025-07-17 02:29:59] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 117 0.000969 10.0.0.33 - - [2025-07-17 02:29:59] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065031 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/network HTTP/1.1" 200 994 0.012806 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/network HTTP/1.1" 200 994 0.013144 10.0.0.33 - - [2025-07-17 02:29:59] "POST /neutron/network HTTP/1.1" 200 994 0.017208 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/port HTTP/1.1" 200 2050 0.015750 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007015 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/port HTTP/1.1" 200 117 0.005409 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domains HTTP/1.1" 200 280 0.004338 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.033562 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2573 0.048104 10.0.0.33 - - [2025-07-17 02:30:00] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002646 10.0.0.33 - - [2025-07-17 02:30:00] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e HTTP/1.1" 200 2841 0.095724 10.0.0.33 - - [2025-07-17 02:30:00] "GET /network-ipam/a472d268-c446-481c-bcaa-2aa8ee0a3a42 HTTP/1.1" 200 2601 0.008950 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domains HTTP/1.1" 200 280 0.002862 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2573 0.008132 10.0.0.33 - - [2025-07-17 02:30:00] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.33 - - [2025-07-17 02:30:00] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e HTTP/1.1" 200 2841 0.083566 10.0.0.33 - - [2025-07-17 02:30:00] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a HTTP/1.1" 200 3778 0.009103 10.0.0.33 - - [2025-07-17 02:30:00] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a HTTP/1.1" 200 3778 0.005551 10.0.0.33 - - [2025-07-17 02:30:00] "GET /routing-instance/5e6c3820-64b5-4381-af16-ef5cadd5cf9a HTTP/1.1" 200 2380 0.011256 10.0.0.33 - - [2025-07-17 02:30:00] "GET /routing-instance/5e6c3820-64b5-4381-af16-ef5cadd5cf9a HTTP/1.1" 200 2380 0.005176 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008886 10.0.0.33 - - [2025-07-17 02:30:00] "GET /route-target/e329c165-f13b-416b-bf3c-ad8ec49915d3 HTTP/1.1" 200 1205 0.005296 10.0.0.33 - - [2025-07-17 02:30:00] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a HTTP/1.1" 200 3778 0.006756 10.0.0.33 - - [2025-07-17 02:30:00] "GET /routing-instance/5e6c3820-64b5-4381-af16-ef5cadd5cf9a HTTP/1.1" 200 2380 0.005237 10.0.0.33 - - [2025-07-17 02:30:00] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.33 - - [2025-07-17 02:30:00] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005111 10.0.0.33 - - [2025-07-17 02:30:00] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a HTTP/1.1" 200 3778 0.005300 10.0.0.33 - - [2025-07-17 02:30:00] "GET /routing-instance/5e6c3820-64b5-4381-af16-ef5cadd5cf9a HTTP/1.1" 200 2380 0.015146 10.0.0.33 - - [2025-07-17 02:30:00] "GET /routing-instance/5e6c3820-64b5-4381-af16-ef5cadd5cf9a HTTP/1.1" 200 2380 0.006845 10.0.0.33 - - [2025-07-17 02:30:00] "GET /route-target/e329c165-f13b-416b-bf3c-ad8ec49915d3 HTTP/1.1" 200 1205 0.005568 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domains HTTP/1.1" 200 280 0.004848 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002082 10.0.0.33 - - [2025-07-17 02:30:00] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2573 0.027422 10.0.0.33 - - [2025-07-17 02:30:00] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.33 - - [2025-07-17 02:30:00] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e HTTP/1.1" 200 3085 0.070109 10.0.0.33 - - [2025-07-17 02:30:00] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a HTTP/1.1" 200 4036 0.012352 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/port HTTP/1.1" 200 1055 0.365796 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/port HTTP/1.1" 200 1055 0.011052 10.0.0.33 - - [2025-07-17 02:30:00] "POST /neutron/port HTTP/1.1" 200 1055 0.015716 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/port HTTP/1.1" 200 1109 0.108541 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/port HTTP/1.1" 200 1083 0.032195 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012162 10.0.0.33 - - [2025-07-17 02:30:01] "GET /obj-perms HTTP/1.1" 200 5030 0.094122 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/subnet HTTP/1.1" 200 673 0.017381 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/port HTTP/1.1" 200 117 0.001918 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/network HTTP/1.1" 200 994 0.009208 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/port HTTP/1.1" 200 1083 0.018477 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010182 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/port HTTP/1.1" 200 1083 0.033470 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018305 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/port HTTP/1.1" 200 1083 0.026464 10.0.0.33 - - [2025-07-17 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010074 10.0.0.33 - - [2025-07-17 02:30:01] "GET /virtual-machine/693d4abf-b111-4d36-973b-e71d3ef74795 HTTP/1.1" 200 1288 0.007989 10.0.0.33 - - [2025-07-17 02:30:01] "GET /virtual-machine-interface/a6cd5419-a70a-4a77-b998-4064ce0410e8 HTTP/1.1" 200 2941 0.014205 10.0.0.33 - - [2025-07-17 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.33 - - [2025-07-17 02:30:01] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003963 10.0.0.33 - - [2025-07-17 02:30:01] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004252 10.0.0.33 - - [2025-07-17 02:30:01] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005989 10.0.0.33 - - [2025-07-17 02:30:03] "GET /global-system-configs HTTP/1.1" 200 322 0.032904 10.0.0.33 - - [2025-07-17 02:30:03] "GET /obj-perms HTTP/1.1" 200 5056 0.075667 10.0.0.33 - - [2025-07-17 02:30:03] "GET /global-system-configs HTTP/1.1" 200 322 0.030558 10.0.0.33 - - [2025-07-17 02:30:03] "GET /obj-perms HTTP/1.1" 200 5056 0.068275 10.0.0.33 - - [2025-07-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.33 - - [2025-07-17 02:30:04] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005269 10.0.0.33 - - [2025-07-17 02:30:09] "POST /neutron/port HTTP/1.1" 200 1083 0.044365 10.0.0.33 - - [2025-07-17 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006027 10.0.0.33 - - [2025-07-17 02:30:09] "POST /neutron/port HTTP/1.1" 200 1083 0.015592 10.0.0.33 - - [2025-07-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.33 - - [2025-07-17 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007929 10.0.0.33 - - [2025-07-17 02:30:09] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006490 10.0.0.33 - - [2025-07-17 02:30:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011736 10.0.0.33 - - [2025-07-17 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005852 10.0.0.33 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.33 - - [2025-07-17 02:30:11] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003295 10.0.0.33 - - [2025-07-17 02:30:11] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003525 10.0.0.33 - - [2025-07-17 02:30:11] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005743 10.0.0.33 - - [2025-07-17 02:30:11] "POST /neutron/port HTTP/1.1" 200 1083 0.012017 10.0.0.33 - - [2025-07-17 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005688 10.0.0.33 - - [2025-07-17 02:30:11] "POST /neutron/port HTTP/1.1" 200 1083 0.012182 10.0.0.33 - - [2025-07-17 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007181 10.0.0.33 - - [2025-07-17 02:30:11] "POST /neutron/port HTTP/1.1" 200 1083 0.011883 10.0.0.33 - - [2025-07-17 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006346 10.0.0.33 - - [2025-07-17 02:30:11] "GET /virtual-machine/39b3fac9-d88f-4f32-bef5-49abeff783a9 HTTP/1.1" 200 1288 0.005325 10.0.0.33 - - [2025-07-17 02:30:11] "GET /virtual-machine-interface/f3df0c03-63ed-4c98-af6c-0dd5f9136499 HTTP/1.1" 200 2941 0.004931 10.0.0.33 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.33 - - [2025-07-17 02:30:11] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003499 10.0.0.33 - - [2025-07-17 02:30:11] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003139 10.0.0.33 - - [2025-07-17 02:30:11] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006030 10.0.0.33 - - [2025-07-17 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.33 - - [2025-07-17 02:30:13] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004498 10.0.0.33 - - [2025-07-17 02:30:13] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003351 10.0.0.33 - - [2025-07-17 02:30:13] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005854 10.0.0.33 - - [2025-07-17 02:30:13] "POST /neutron/port HTTP/1.1" 200 1083 0.011302 10.0.0.33 - - [2025-07-17 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006572 10.0.0.33 - - [2025-07-17 02:30:13] "POST /neutron/port HTTP/1.1" 200 1083 0.011249 10.0.0.33 - - [2025-07-17 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006475 10.0.0.33 - - [2025-07-17 02:30:13] "POST /neutron/port HTTP/1.1" 200 1083 0.019688 10.0.0.33 - - [2025-07-17 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006412 10.0.0.33 - - [2025-07-17 02:30:13] "GET /virtual-machine/ee2f7917-550f-4275-aefb-82587a527ca2 HTTP/1.1" 200 1293 0.004992 10.0.0.33 - - [2025-07-17 02:30:13] "GET /virtual-machine-interface/16e99b83-3839-4e46-b588-a6eee10190a8 HTTP/1.1" 200 2940 0.005517 10.0.0.33 - - [2025-07-17 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.33 - - [2025-07-17 02:30:13] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003025 10.0.0.33 - - [2025-07-17 02:30:13] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003273 10.0.0.33 - - [2025-07-17 02:30:13] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005085 10.0.0.33 - - [2025-07-17 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.33 - - [2025-07-17 02:30:14] "GET /global-vrouter-config/8ee349ab-9bac-4698-86cd-d04b625e1c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003082 10.0.0.33 - - [2025-07-17 02:30:14] "GET /virtual-networks?parent_id=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003132 10.0.0.33 - - [2025-07-17 02:30:14] "GET /virtual-network/5b362b7f-506d-49ab-bcbb-9ba8319abf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005621 10.0.0.33 - - [2025-07-17 02:30:30] "POST /neutron/port HTTP/1.1" 200 1109 0.010725 10.0.0.33 - - [2025-07-17 02:30:30] "POST /neutron/port HTTP/1.1" 200 1109 0.011246 10.0.0.33 - - [2025-07-17 02:30:30] "POST /neutron/port HTTP/1.1" 200 151 0.135829 10.0.0.33 - - [2025-07-17 02:30:30] "POST /neutron/port HTTP/1.1" 200 1109 0.015421 10.0.0.33 - - [2025-07-17 02:30:30] "POST /neutron/port HTTP/1.1" 200 1109 0.017979 10.0.0.33 - - [2025-07-17 02:30:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014961 10.0.0.33 - - [2025-07-17 02:30:31] "POST /neutron/port HTTP/1.1" 200 1109 0.023672 10.0.0.33 - - [2025-07-17 02:30:31] "POST /neutron/port HTTP/1.1" 200 151 0.130193 10.0.0.33 - - [2025-07-17 02:30:31] "POST /neutron/network HTTP/1.1" 200 994 0.009018 10.0.0.33 - - [2025-07-17 02:30:31] "POST /neutron/network HTTP/1.1" 400 204 0.015422 10.0.0.33 - - [2025-07-17 02:30:31] "POST /neutron/port HTTP/1.1" 200 151 0.143743 10.0.0.33 - - [2025-07-17 02:30:33] "POST /neutron/network HTTP/1.1" 200 994 0.008519 10.0.0.33 - - [2025-07-17 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006807 10.0.0.33 - - [2025-07-17 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.33 - - [2025-07-17 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.33 - - [2025-07-17 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001938 10.0.0.33 - - [2025-07-17 02:30:33] "POST /neutron/network HTTP/1.1" 200 151 0.113881 10.0.0.33 - - [2025-07-17 02:30:33] "GET /routing-instance/5e6c3820-64b5-4381-af16-ef5cadd5cf9a HTTP/1.1" 404 171 0.002595 10.0.0.33 - - [2025-07-17 02:30:33] "GET /domains HTTP/1.1" 200 280 0.004261 10.0.0.33 - - [2025-07-17 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.038382 10.0.0.33 - - [2025-07-17 02:30:33] "GET /domains?obj_uuids=31eeaee1-41bd-4342-b367-0fef12138452&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.33 - - [2025-07-17 02:30:33] "DELETE /route-target/e329c165-f13b-416b-bf3c-ad8ec49915d3 HTTP/1.1" 200 115 0.017103 10.0.0.33 - - [2025-07-17 02:30:33] "GET /domain/31eeaee1-41bd-4342-b367-0fef12138452 HTTP/1.1" 200 2573 0.050333 10.0.0.33 - - [2025-07-17 02:30:33] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.33 - - [2025-07-17 02:30:33] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e HTTP/1.1" 200 2084 0.071788 10.0.0.33 - - [2025-07-17 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.33 - - [2025-07-17 02:30:33] "DELETE /network-ipam/a472d268-c446-481c-bcaa-2aa8ee0a3a42 HTTP/1.1" 200 115 0.025159 10.0.0.33 - - [2025-07-17 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.002590 10.0.0.33 - - [2025-07-17 02:30:33] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.33 - - [2025-07-17 02:30:33] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050395 10.0.0.33 - - [2025-07-17 02:30:33] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.33 - - [2025-07-17 02:30:33] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?fields=virtual_networks HTTP/1.1" 200 1031 0.073043 10.0.0.33 - - [2025-07-17 02:30:34] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.33 - - [2025-07-17 02:30:34] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.031135 10.0.0.33 - - [2025-07-17 02:30:34] "GET /projects?obj_uuids=3ab7d226-1c3c-4803-bca8-c5614b11c86e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001593 10.0.0.33 - - [2025-07-17 02:30:34] "GET /project/3ab7d226-1c3c-4803-bca8-c5614b11c86e?fields=security_groups HTTP/1.1" 200 1257 0.031649 10.0.0.33 - - [2025-07-17 02:30:35] "POST /neutron/port HTTP/1.1" 200 117 0.005017 10.0.0.33 - - [2025-07-17 02:30:35] "POST /neutron/port HTTP/1.1" 400 205 0.003187 10.0.0.33 - - [2025-07-17 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.005744 10.0.0.33 - - [2025-07-17 02:30:36] "POST /neutron/port HTTP/1.1" 400 205 0.003757 10.0.0.33 - - [2025-07-17 02:30:42] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.33 - - [2025-07-17 02:30:42] "GET /project/f95c7000-c5d7-485f-b9e8-0940542746a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000613 10.0.0.33 - - [2025-07-17 02:30:42] "GET /projects?obj_uuids=f95c7000-c5d7-485f-b9e8-0940542746a2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001257 10.0.0.33 - - [2025-07-17 02:30:42] "GET /project/f95c7000-c5d7-485f-b9e8-0940542746a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.050416 [Introspect:8084]10.0.0.33 - - [2025-07-17 02:30:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001195 10.0.0.33 - - [2025-07-17 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.030025 10.0.0.33 - - [2025-07-17 02:30:43] "GET /projects?obj_uuids=bd362f84-f21a-4db7-96bf-51e7695aee81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002728