++ 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: =================== Mon Jun 30 02:22:25 UTC 2025 ===================' INFO: =================== Mon Jun 30 02:22:25 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.56 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56 ++ ANALYTICSDB_NODES=10.0.0.56 ++ ANALYTICS_SNMP_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ '[' -n '10.0.0.56:8081 ' ']' +++ echo 10.0.0.56:8081 ++ ANALYTICS_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ '[' -n '10.0.0.56:9042 ' ']' +++ echo 10.0.0.56:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.56:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ '[' -n '10.0.0.56:8086 ' ']' +++ echo 10.0.0.56:8086 ++ COLLECTOR_SERVERS=10.0.0.56: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.56 ++ CONFIGDB_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ '[' -n '10.0.0.56:8082 ' ']' +++ echo 10.0.0.56:8082 ++ CONFIG_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ '[' -n '10.0.0.56:9161 ' ']' +++ echo 10.0.0.56:9161 ++ CONFIGDB_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ '[' -n '10.0.0.56:9041 ' ']' +++ echo 10.0.0.56:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.56: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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ '[' -n 10.0.0.56:2181, ']' +++ echo 10.0.0.56:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ '[' -n '10.0.0.56:2181 ' ']' +++ echo 10.0.0.56:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.56:2181 ++ RABBITMQ_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ '[' -n 10.0.0.56:5673, ']' +++ echo 10.0.0.56:5673 ++ RABBITMQ_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ '[' -n '10.0.0.56:6379 ' ']' +++ echo 10.0.0.56:6379 ++ REDIS_SERVERS=10.0.0.56: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.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ '[' -n '10.0.0.56:9092 ' ']' +++ echo 10.0.0.56:9092 ++ KAFKA_SERVERS=10.0.0.56: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.56 ++ 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.56 ++ 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.56 ++ 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.56 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.56 +++ local servers=10.0.0.56 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.56,10.20.0.14,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.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 1 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + [[ cql == \c\q\l ]] ++ echo 10.0.0.56:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.56:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.56:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ set -o posix ++ cut -d = -f 1 ++ set ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 06/30/2025 02:22:33.466 7f5226697608 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/30/2025 02:22:33.609 7f5226697608 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/30/2025 02:22:33.622 7f5226697608 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/30/2025 02:22:33.622 7f5226697608 [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.56:8082/ Hit Ctrl-C to quit. 10.0.0.56 - - [2025-06-30 02:22:37] "GET / HTTP/1.1" 503 181 0.041830 10.0.0.56 - - [2025-06-30 02:22:37] "GET / HTTP/1.1" 503 181 0.000192 10.0.0.56 - - [2025-06-30 02:22:37] "GET / HTTP/1.1" 503 181 0.000230 10.0.0.56 - - [2025-06-30 02:22:38] "GET / HTTP/1.1" 200 35931 0.001418 10.0.0.56 - - [2025-06-30 02:22:38] "GET / HTTP/1.1" 200 45871 0.001578 10.0.0.56 - - [2025-06-30 02:22:38] "GET / HTTP/1.1" 200 45871 0.001238 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.56 - - [2025-06-30 02:22:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.001009 10.0.0.56 - - [2025-06-30 02:22:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000352 10.0.0.56 - - [2025-06-30 02:22:38] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.56 - - [2025-06-30 02:22:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.56 - - [2025-06-30 02:22:39] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.56 - - [2025-06-30 02:22:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-06-30 02:22:39] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.56 - - [2025-06-30 02:22:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.56 - - [2025-06-30 02:22:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.56 - - [2025-06-30 02:22:40] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.56 - - [2025-06-30 02:22:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 2.027068 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.897878 10.0.0.56 - - [2025-06-30 02:22:41] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008037 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.626373 10.0.0.56 - - [2025-06-30 02:22:41] "GET /network-ipam/569bc540-acc9-41fa-95ed-7bf25d7b6ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003828 10.0.0.56 - - [2025-06-30 02:22:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.778472 10.0.0.56 - - [2025-06-30 02:22:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002773 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 196 1.509187 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.004647 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.242132 10.0.0.56 - - [2025-06-30 02:22:41] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005010 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.117320 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003242 10.0.0.56 - - [2025-06-30 02:22:41] "POST /job-templates HTTP/1.1" 200 555 0.073973 10.0.0.56 - - [2025-06-30 02:22:41] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019853 10.0.0.56 - - [2025-06-30 02:22:41] "POST /config-database-nodes HTTP/1.1" 200 617 0.049734 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.003026 10.0.0.56 - - [2025-06-30 02:22:41] "POST /config-nodes HTTP/1.1" 200 599 0.016957 10.0.0.56 - - [2025-06-30 02:22:41] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019897 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.003553 10.0.0.56 - - [2025-06-30 02:22:41] "POST /job-templates HTTP/1.1" 200 563 0.062628 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.003129 10.0.0.56 - - [2025-06-30 02:22:41] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007399 /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.56 - - [2025-06-30 02:22:41] "POST /job-templates HTTP/1.1" 200 545 0.061440 10.0.0.56 - - [2025-06-30 02:22:41] "POST /service-appliance-sets HTTP/1.1" 200 541 0.044072 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.004230 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.56 - - [2025-06-30 02:22:41] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.56 - - [2025-06-30 02:22:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000474 10.0.0.56 - - [2025-06-30 02:22:41] "GET /network-ipam/569bc540-acc9-41fa-95ed-7bf25d7b6ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003701 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.004237 10.0.0.56 - - [2025-06-30 02:22:41] "POST /job-templates HTTP/1.1" 200 577 0.066734 10.0.0.56 - - [2025-06-30 02:22:41] "POST /access-control-lists HTTP/1.1" 200 587 0.038094 10.0.0.56 - - [2025-06-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.004490 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003979 10.0.0.56 - - [2025-06-30 02:22:42] "POST /service-templates HTTP/1.1" 200 511 0.026151 10.0.0.56 - - [2025-06-30 02:22:42] "POST /job-templates HTTP/1.1" 200 579 0.073478 10.0.0.56 - - [2025-06-30 02:22:42] "POST /service-templates HTTP/1.1" 200 501 0.054992 10.0.0.56 - - [2025-06-30 02:22:42] "POST /access-control-lists HTTP/1.1" 200 585 0.053283 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.003361 10.0.0.56 - - [2025-06-30 02:22:42] "POST /service-templates HTTP/1.1" 200 515 0.028497 10.0.0.56 - - [2025-06-30 02:22:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029267 10.0.0.56 - - [2025-06-30 02:22:42] "POST /job-templates HTTP/1.1" 200 583 0.080878 10.0.0.56 - - [2025-06-30 02:22:42] "POST /route-targets HTTP/1.1" 200 327 0.055886 10.0.0.56 - - [2025-06-30 02:22:42] "POST /service-templates HTTP/1.1" 200 535 0.049938 10.0.0.56 - - [2025-06-30 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.016443 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003497 10.0.0.56 - - [2025-06-30 02:22:42] "POST /service-templates HTTP/1.1" 200 507 0.021284 10.0.0.56 - - [2025-06-30 02:22:42] "POST /route-targets HTTP/1.1" 200 327 0.012176 10.0.0.56 - - [2025-06-30 02:22:42] "POST /job-templates HTTP/1.1" 200 559 0.062675 10.0.0.56 - - [2025-06-30 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.032378 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.003009 10.0.0.56 - - [2025-06-30 02:22:42] "POST /route-targets HTTP/1.1" 200 327 0.011801 10.0.0.56 - - [2025-06-30 02:22:42] "POST /job-templates HTTP/1.1" 200 569 0.065574 10.0.0.56 - - [2025-06-30 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.049798 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002999 10.0.0.56 - - [2025-06-30 02:22:42] "POST /route-targets HTTP/1.1" 200 327 0.010811 10.0.0.56 - - [2025-06-30 02:22:42] "POST /job-templates HTTP/1.1" 200 555 0.062349 10.0.0.56 - - [2025-06-30 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.044652 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003005 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.003915 10.0.0.56 - - [2025-06-30 02:22:42] "POST /job-templates HTTP/1.1" 200 555 0.066635 10.0.0.56 - - [2025-06-30 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003016 10.0.0.56 - - [2025-06-30 02:22:42] "POST /access-control-lists HTTP/1.1" 200 551 0.091665 10.0.0.56 - - [2025-06-30 02:22:43] "PUT /access-control-list/6cb72d21-c3c5-4dad-8cb5-24073ac999d9 HTTP/1.1" 200 272 0.010015 10.0.0.56 - - [2025-06-30 02:22:43] "POST /job-templates HTTP/1.1" 200 555 0.066075 10.0.0.56 - - [2025-06-30 02:22:43] "PUT /access-control-list/408c3c05-d705-484f-8cc0-beabc317515f HTTP/1.1" 200 272 0.016273 10.0.0.56 - - [2025-06-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.003083 10.0.0.56 - - [2025-06-30 02:22:43] "POST /job-templates HTTP/1.1" 200 535 0.061287 10.0.0.56 - - [2025-06-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003038 10.0.0.56 - - [2025-06-30 02:22:43] "POST /job-templates HTTP/1.1" 200 559 0.061174 10.0.0.56 - - [2025-06-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003025 10.0.0.56 - - [2025-06-30 02:22:43] "POST /job-templates HTTP/1.1" 200 559 0.065011 10.0.0.56 - - [2025-06-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003150 10.0.0.56 - - [2025-06-30 02:22:43] "POST /job-templates HTTP/1.1" 200 559 0.060827 10.0.0.56 - - [2025-06-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.002930 10.0.0.56 - - [2025-06-30 02:22:43] "POST /job-templates HTTP/1.1" 200 565 0.061274 10.0.0.56 - - [2025-06-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.003314 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 557 0.062795 10.0.0.56 - - [2025-06-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002979 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 555 0.061807 10.0.0.56 - - [2025-06-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003344 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 573 0.061750 10.0.0.56 - - [2025-06-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003082 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 551 0.061301 10.0.0.56 - - [2025-06-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.003122 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 579 0.060724 10.0.0.56 - - [2025-06-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.003051 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 555 0.066647 10.0.0.56 - - [2025-06-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003050 10.0.0.56 - - [2025-06-30 02:22:44] "POST /job-templates HTTP/1.1" 200 559 0.065003 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003991 10.0.0.56 - - [2025-06-30 02:22:45] "POST /job-templates HTTP/1.1" 200 575 0.062082 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003032 10.0.0.56 - - [2025-06-30 02:22:45] "POST /job-templates HTTP/1.1" 200 557 0.061714 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003016 10.0.0.56 - - [2025-06-30 02:22:45] "POST /job-templates HTTP/1.1" 200 559 0.073155 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.003191 10.0.0.56 - - [2025-06-30 02:22:45] "POST /job-templates HTTP/1.1" 200 555 0.062902 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.003132 10.0.0.56 - - [2025-06-30 02:22:45] "POST /job-templates HTTP/1.1" 200 553 0.060830 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.003594 10.0.0.56 - - [2025-06-30 02:22:45] "POST /job-templates HTTP/1.1" 200 553 0.061026 10.0.0.56 - - [2025-06-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.003111 10.0.0.56 - - [2025-06-30 02:22:46] "POST /job-templates HTTP/1.1" 200 553 0.069850 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.003470 10.0.0.56 - - [2025-06-30 02:22:46] "POST /job-templates HTTP/1.1" 200 563 0.061021 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.003817 10.0.0.56 - - [2025-06-30 02:22:46] "POST /job-templates HTTP/1.1" 200 565 0.060757 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.002964 10.0.0.56 - - [2025-06-30 02:22:46] "POST /config-propertiess HTTP/1.1" 200 551 0.026937 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 168 0.003790 10.0.0.56 - - [2025-06-30 02:22:46] "POST /tags HTTP/1.1" 200 321 0.035816 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 166 0.003195 10.0.0.56 - - [2025-06-30 02:22:46] "POST /tags HTTP/1.1" 200 317 0.027895 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 174 0.003167 10.0.0.56 - - [2025-06-30 02:22:46] "POST /tags HTTP/1.1" 200 333 0.022597 10.0.0.56 - - [2025-06-30 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 162 0.003191 10.0.0.56 - - [2025-06-30 02:22:46] "POST /tags HTTP/1.1" 200 309 0.022491 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 174 0.003257 10.0.0.56 - - [2025-06-30 02:22:47] "POST /tags HTTP/1.1" 200 333 0.033136 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003701 10.0.0.56 - - [2025-06-30 02:22:47] "POST /tags HTTP/1.1" 200 313 0.042956 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.56 - - [2025-06-30 02:22:47] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004369 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 169 0.003419 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-06-30 02:22:47] "POST /tags HTTP/1.1" 200 323 0.036377 10.0.0.56 - - [2025-06-30 02:22:47] "PUT /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914 HTTP/1.1" 200 276 0.024278 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.56 - - [2025-06-30 02:22:47] "PUT /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656 HTTP/1.1" 200 274 0.009452 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.002912 10.0.0.56 - - [2025-06-30 02:22:47] "POST /hardwares HTTP/1.1" 200 327 0.013938 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.003403 10.0.0.56 - - [2025-06-30 02:22:47] "POST /hardwares HTTP/1.1" 200 327 0.011415 10.0.0.56 - - [2025-06-30 02:22:47] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.56 - - [2025-06-30 02:22:47] "POST /alarms HTTP/1.1" 401 292 0.000448 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.003138 10.0.0.56 - - [2025-06-30 02:22:47] "POST /hardwares HTTP/1.1" 200 327 0.011643 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.003172 10.0.0.56 - - [2025-06-30 02:22:47] "POST /hardwares HTTP/1.1" 200 327 0.010666 10.0.0.56 - - [2025-06-30 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003173 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 323 0.011039 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002890 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 581 0.035554 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 575 0.023232 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 323 0.010488 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 161 0.002201 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 575 0.017235 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 317 0.014109 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 559 0.017475 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002960 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 555 0.019853 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 323 0.011953 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 557 0.018075 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.003870 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 565 0.021347 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 323 0.011230 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 549 0.019374 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002663 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 323 0.010545 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 557 0.020498 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.003012 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 567 0.020957 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 325 0.013984 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 555 0.021397 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.004304 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 567 0.021116 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 325 0.020420 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.004012 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 575 0.066222 10.0.0.56 - - [2025-06-30 02:22:48] "POST /hardwares HTTP/1.1" 200 325 0.016261 10.0.0.56 - - [2025-06-30 02:22:48] "POST /alarms HTTP/1.1" 200 569 0.024849 10.0.0.56 - - [2025-06-30 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.003475 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 561 0.024199 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 325 0.016819 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002360 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 561 0.019035 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 323 0.012528 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 561 0.016914 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.002836 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 547 0.016203 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 317 0.009813 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 595 0.017782 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002693 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 575 0.016567 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 323 0.010183 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 571 0.014372 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.002670 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 583 0.016237 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 317 0.009219 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002260 10.0.0.56 - - [2025-06-30 02:22:49] "POST /alarms HTTP/1.1" 200 609 0.016571 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 323 0.010466 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 162 0.002884 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 319 0.012406 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 162 0.003111 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 319 0.011156 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.002972 10.0.0.56 - - [2025-06-30 02:22:49] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.56 - - [2025-06-30 02:22:49] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000406 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 325 0.010449 10.0.0.56 - - [2025-06-30 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.003009 10.0.0.56 - - [2025-06-30 02:22:49] "POST /hardwares HTTP/1.1" 200 317 0.010451 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.004045 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 317 0.010605 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.002961 10.0.0.56 - - [2025-06-30 02:22:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021354 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 319 0.017911 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.003182 10.0.0.56 - - [2025-06-30 02:22:50] "PUT /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914 HTTP/1.1" 200 276 0.008174 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 319 0.012053 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.003186 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 319 0.011286 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 158 0.003352 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 311 0.012189 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 158 0.002906 10.0.0.56 - - [2025-06-30 02:22:50] "GET / HTTP/1.1" 200 35931 0.001625 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 311 0.010398 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 160 0.003143 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 315 0.012081 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 154 0.003336 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 303 0.012084 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 158 0.003262 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.022871 10.0.0.56 - - [2025-06-30 02:22:50] "POST /hardwares HTTP/1.1" 200 311 0.012362 10.0.0.56 - - [2025-06-30 02:22:50] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003374 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 155 0.003421 10.0.0.56 - - [2025-06-30 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 305 0.012756 10.0.0.56 - - [2025-06-30 02:22:51] "PUT /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914 HTTP/1.1" 200 276 0.009352 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.003032 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 305 0.010738 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.003581 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 305 0.011226 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.003259 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 305 0.010950 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 156 0.003048 10.0.0.56 - - [2025-06-30 02:22:51] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 307 0.010674 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 156 0.003244 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 307 0.010964 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 156 0.002974 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 307 0.012471 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.002988 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 309 0.012946 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025544 10.0.0.56 - - [2025-06-30 02:22:51] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006047 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.003308 10.0.0.56 - - [2025-06-30 02:22:51] "PUT /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656 HTTP/1.1" 200 274 0.018173 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 311 0.011381 10.0.0.56 - - [2025-06-30 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.003072 10.0.0.56 - - [2025-06-30 02:22:51] "POST /hardwares HTTP/1.1" 200 311 0.012163 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 153 0.003682 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 301 0.012694 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.002914 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 309 0.013890 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003209 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 309 0.016537 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003998 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 309 0.014956 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003659 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 309 0.012015 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003219 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 309 0.157938 10.0.0.56 - - [2025-06-30 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 161 0.003143 10.0.0.56 - - [2025-06-30 02:22:52] "POST /hardwares HTTP/1.1" 200 317 0.090036 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.003796 10.0.0.56 - - [2025-06-30 02:22:53] "POST /hardwares HTTP/1.1" 200 309 0.055825 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.003833 10.0.0.56 - - [2025-06-30 02:22:53] "POST /hardwares HTTP/1.1" 200 309 0.046376 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 154 0.003930 10.0.0.56 - - [2025-06-30 02:22:53] "POST /hardwares HTTP/1.1" 200 303 0.038232 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.003224 10.0.0.56 - - [2025-06-30 02:22:53] "POST /features HTTP/1.1" 200 533 0.035487 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003021 10.0.0.56 - - [2025-06-30 02:22:53] "POST /features HTTP/1.1" 200 523 0.035496 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003371 10.0.0.56 - - [2025-06-30 02:22:53] "POST /features HTTP/1.1" 200 521 0.028082 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003465 10.0.0.56 - - [2025-06-30 02:22:53] "POST /features HTTP/1.1" 200 521 0.026200 10.0.0.56 - - [2025-06-30 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003863 10.0.0.56 - - [2025-06-30 02:22:53] "POST /features HTTP/1.1" 200 531 0.028193 10.0.0.56 - - [2025-06-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.004037 10.0.0.56 - - [2025-06-30 02:22:54] "POST /features HTTP/1.1" 200 521 0.227204 10.0.0.56 - - [2025-06-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.004620 10.0.0.56 - - [2025-06-30 02:22:54] "POST /features HTTP/1.1" 200 539 0.083655 10.0.0.56 - - [2025-06-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.003256 10.0.0.56 - - [2025-06-30 02:22:54] "POST /features HTTP/1.1" 200 525 0.048979 10.0.0.56 - - [2025-06-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.003500 10.0.0.56 - - [2025-06-30 02:22:54] "POST /features HTTP/1.1" 200 519 0.023419 10.0.0.56 - - [2025-06-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.006604 10.0.0.56 - - [2025-06-30 02:22:54] "POST /features HTTP/1.1" 200 517 0.034735 10.0.0.56 - - [2025-06-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.003475 10.0.0.56 - - [2025-06-30 02:22:55] "POST /features HTTP/1.1" 200 533 0.024252 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.003352 10.0.0.56 - - [2025-06-30 02:22:55] "POST /features HTTP/1.1" 200 541 0.035824 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 178 0.002839 10.0.0.56 - - [2025-06-30 02:22:55] "POST /physical-roles HTTP/1.1" 200 521 0.016691 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 179 0.003895 10.0.0.56 - - [2025-06-30 02:22:55] "POST /physical-roles HTTP/1.1" 200 523 0.015511 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.003115 10.0.0.56 - - [2025-06-30 02:22:55] "POST /physical-roles HTTP/1.1" 200 533 0.015468 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 177 0.002854 10.0.0.56 - - [2025-06-30 02:22:55] "POST /physical-roles HTTP/1.1" 200 519 0.017051 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003035 10.0.0.56 - - [2025-06-30 02:22:55] "POST /overlay-roles HTTP/1.1" 200 545 0.022201 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.002989 10.0.0.56 - - [2025-06-30 02:22:55] "POST /overlay-roles HTTP/1.1" 200 531 0.015990 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.002988 10.0.0.56 - - [2025-06-30 02:22:55] "POST /overlay-roles HTTP/1.1" 200 545 0.018576 10.0.0.56 - - [2025-06-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.003488 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 533 0.016878 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003445 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 541 0.015769 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.56 - - [2025-06-30 02:22:56] "PUT /overlay-role/37b0bd7e-dba4-44ff-b0b1-9a5cde2a3109 HTTP/1.1" 200 258 0.009234 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.003942 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 531 0.016880 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 185 0.003972 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 533 0.017207 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.003092 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 529 0.016593 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.003316 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 537 0.016317 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.002918 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 541 0.020311 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 178 0.003075 10.0.0.56 - - [2025-06-30 02:22:56] "POST /overlay-roles HTTP/1.1" 200 519 0.016204 10.0.0.56 - - [2025-06-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003042 10.0.0.56 - - [2025-06-30 02:22:57] "POST /overlay-roles HTTP/1.1" 200 543 0.019638 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.002879 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 533 0.016643 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003307 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 547 0.015361 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.003129 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 549 0.015876 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.004040 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 551 0.015642 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.002785 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 563 0.015732 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.002969 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 547 0.016386 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.003636 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 549 0.017193 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.002921 10.0.0.56 - - [2025-06-30 02:22:57] "POST /role-definitions HTTP/1.1" 200 551 0.018424 10.0.0.56 - - [2025-06-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.002841 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 549 0.019832 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002990 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 561 0.018161 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003855 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 547 0.016868 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.003592 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 549 0.017599 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.003428 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 545 0.016697 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003031 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 547 0.015912 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.002925 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 553 0.016584 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002960 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 555 0.016893 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.003294 10.0.0.56 - - [2025-06-30 02:22:58] "POST /role-definitions HTTP/1.1" 200 533 0.016466 10.0.0.56 - - [2025-06-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.002799 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 543 0.016658 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.003024 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 531 0.016552 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.002867 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 537 0.016444 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.002867 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 547 0.016198 10.0.0.56 - - [2025-06-30 02:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.876554 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002926 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 557 0.015761 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.002849 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 561 0.015670 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.003180 10.0.0.56 - - [2025-06-30 02:22:59] "POST /role-definitions HTTP/1.1" 200 559 0.016069 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003047 10.0.0.56 - - [2025-06-30 02:22:59] "POST /feature-configs HTTP/1.1" 200 537 0.017342 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.002683 10.0.0.56 - - [2025-06-30 02:22:59] "POST /feature-configs HTTP/1.1" 200 562 0.017185 10.0.0.56 - - [2025-06-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003575 10.0.0.56 - - [2025-06-30 02:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.022458 10.0.0.56 - - [2025-06-30 02:23:00] "POST /feature-configs HTTP/1.1" 200 561 0.019244 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.003021 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 547 0.042204 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.003241 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 537 0.015014 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.002860 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 549 0.017617 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.002788 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 541 0.019076 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.002844 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 541 0.019276 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.003220 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 539 0.019227 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.002842 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 531 0.018722 10.0.0.56 - - [2025-06-30 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.003114 10.0.0.56 - - [2025-06-30 02:23:00] "POST /node-profiles HTTP/1.1" 200 533 0.020009 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.004447 10.0.0.56 - - [2025-06-30 02:23:01] "POST /node-profiles HTTP/1.1" 200 557 0.022641 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003077 10.0.0.56 - - [2025-06-30 02:23:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021412 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003493 10.0.0.56 - - [2025-06-30 02:23:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022534 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003810 10.0.0.56 - - [2025-06-30 02:23:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017911 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003690 10.0.0.56 - - [2025-06-30 02:23:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017638 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.004284 10.0.0.56 - - [2025-06-30 02:23:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017079 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003568 10.0.0.56 - - [2025-06-30 02:23:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017722 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.002982 10.0.0.56 - - [2025-06-30 02:23:01] "POST /sflow-profiles HTTP/1.1" 200 532 0.019560 10.0.0.56 - - [2025-06-30 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.003126 10.0.0.56 - - [2025-06-30 02:23:01] "POST /sflow-profiles HTTP/1.1" 200 538 0.018809 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.002947 10.0.0.56 - - [2025-06-30 02:23:02] "POST /sflow-profiles HTTP/1.1" 200 538 0.018476 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002879 10.0.0.56 - - [2025-06-30 02:23:02] "POST /grpc-profiles HTTP/1.1" 200 530 0.017093 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.003029 10.0.0.56 - - [2025-06-30 02:23:02] "POST /snmp-profiles HTTP/1.1" 200 530 0.026516 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.004050 10.0.0.56 - - [2025-06-30 02:23:02] "POST /netconf-profiles HTTP/1.1" 200 542 0.019565 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004095 10.0.0.56 - - [2025-06-30 02:23:02] "POST /device-functional-groups HTTP/1.1" 200 540 0.019093 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003867 10.0.0.56 - - [2025-06-30 02:23:02] "POST /device-functional-groups HTTP/1.1" 200 540 0.022665 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.003374 10.0.0.56 - - [2025-06-30 02:23:02] "POST /device-functional-groups HTTP/1.1" 200 544 0.017518 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003068 10.0.0.56 - - [2025-06-30 02:23:02] "POST /device-functional-groups HTTP/1.1" 200 542 0.018764 10.0.0.56 - - [2025-06-30 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 218 0.002959 10.0.0.56 - - [2025-06-30 02:23:03] "POST /device-functional-groups HTTP/1.1" 200 590 0.016705 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 208 0.002846 10.0.0.56 - - [2025-06-30 02:23:03] "POST /device-functional-groups HTTP/1.1" 200 570 0.017293 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.002787 10.0.0.56 - - [2025-06-30 02:23:03] "POST /device-functional-groups HTTP/1.1" 200 620 0.015586 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.004623 10.0.0.56 - - [2025-06-30 02:23:03] "POST /device-functional-groups HTTP/1.1" 200 566 0.018243 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003343 10.0.0.56 - - [2025-06-30 02:23:03] "POST /device-functional-groups HTTP/1.1" 200 564 0.017103 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.003321 10.0.0.56 - - [2025-06-30 02:23:03] "POST /device-functional-groups HTTP/1.1" 200 574 0.019958 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.003175 10.0.0.56 - - [2025-06-30 02:23:03] "POST /role-configs HTTP/1.1" 200 525 0.016571 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.002714 10.0.0.56 - - [2025-06-30 02:23:03] "POST /role-configs HTTP/1.1" 200 520 0.016244 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.002808 10.0.0.56 - - [2025-06-30 02:23:03] "POST /role-configs HTTP/1.1" 200 522 0.018883 10.0.0.56 - - [2025-06-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.002964 10.0.0.56 - - [2025-06-30 02:23:04] "POST /role-configs HTTP/1.1" 200 522 0.015954 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.003532 10.0.0.56 - - [2025-06-30 02:23:04] "POST /role-configs HTTP/1.1" 200 526 0.017829 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.004991 10.0.0.56 - - [2025-06-30 02:23:04] "POST /role-configs HTTP/1.1" 200 521 0.024262 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002962 10.0.0.56 - - [2025-06-30 02:23:04] "POST /role-configs HTTP/1.1" 200 517 0.021749 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.003092 10.0.0.56 - - [2025-06-30 02:23:04] "POST /role-configs HTTP/1.1" 200 518 0.022197 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-06-30 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.010479 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.56 - - [2025-06-30 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.008531 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.56 - - [2025-06-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.56 - - [2025-06-30 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.007655 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-06-30 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.008684 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.56 - - [2025-06-30 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.56 - - [2025-06-30 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.008424 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.56 - - [2025-06-30 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.008123 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.56 - - [2025-06-30 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.56 - - [2025-06-30 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.56 - - [2025-06-30 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.010583 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.007670 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.007557 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.007374 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.008169 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-06-30 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.56 - - [2025-06-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.006713 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005218 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.007852 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.007506 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.007687 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.56 - - [2025-06-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.56 - - [2025-06-30 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.007732 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-06-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.009886 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-06-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.008393 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.56 - - [2025-06-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.007893 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.56 - - [2025-06-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.56 - - [2025-06-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.006827 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.56 - - [2025-06-30 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.56 - - [2025-06-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.006876 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.007711 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.006957 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.007662 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.56 - - [2025-06-30 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.007360 10.0.0.56 - - [2025-06-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.006597 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.007500 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.006920 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.56 - - [2025-06-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.56 - - [2025-06-30 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-06-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.56 - - [2025-06-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.56 - - [2025-06-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.007224 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.56 - - [2025-06-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.56 - - [2025-06-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.007278 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.56 - - [2025-06-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-06-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.008372 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.006729 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.008333 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.006869 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.009589 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.56 - - [2025-06-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.56 - - [2025-06-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.010842 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.56 - - [2025-06-30 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.009868 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.56 - - [2025-06-30 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.007765 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.56 - - [2025-06-30 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.006766 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.56 - - [2025-06-30 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.007084 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.56 - - [2025-06-30 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.56 - - [2025-06-30 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.56 - - [2025-06-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.008523 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.010686 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.008126 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.56 - - [2025-06-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.008473 10.0.0.56 - - [2025-06-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.007490 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.007776 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.007773 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.007295 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.56 - - [2025-06-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.56 - - [2025-06-30 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-06-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.006782 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.56 - - [2025-06-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.007857 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.56 - - [2025-06-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.007606 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.56 - - [2025-06-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.56 - - [2025-06-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.56 - - [2025-06-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.008533 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.56 - - [2025-06-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.007878 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.007702 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.008253 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.010221 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.56 - - [2025-06-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.008251 10.0.0.56 - - [2025-06-30 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.56 - - [2025-06-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.013185 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.56 - - [2025-06-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.011026 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.56 - - [2025-06-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.010774 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.56 - - [2025-06-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.010044 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.56 - - [2025-06-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.008598 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.56 - - [2025-06-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.008491 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-06-30 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.016369 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.010399 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.008961 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.56 - - [2025-06-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.56 - - [2025-06-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.56 - - [2025-06-30 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.56 - - [2025-06-30 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.007304 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.56 - - [2025-06-30 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.008580 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.56 - - [2025-06-30 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.007392 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.56 - - [2025-06-30 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.009462 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.56 - - [2025-06-30 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-06-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.007353 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.009968 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.007299 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.007295 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.56 - - [2025-06-30 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.007837 10.0.0.56 - - [2025-06-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.007285 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.009006 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.56 - - [2025-06-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.56 - - [2025-06-30 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.56 - - [2025-06-30 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.008757 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.56 - - [2025-06-30 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.009977 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.56 - - [2025-06-30 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.56 - - [2025-06-30 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.007773 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.56 - - [2025-06-30 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.006985 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.56 - - [2025-06-30 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.56 - - [2025-06-30 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.007613 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.007954 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.008463 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.006938 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.007675 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.56 - - [2025-06-30 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.007093 10.0.0.56 - - [2025-06-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.56 - - [2025-06-30 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.56 - - [2025-06-30 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.007726 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.56 - - [2025-06-30 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.56 - - [2025-06-30 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-06-30 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.009060 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.56 - - [2025-06-30 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.007155 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.56 - - [2025-06-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.008331 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.017032 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.011715 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.56 - - [2025-06-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.56 - - [2025-06-30 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.009131 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.56 - - [2025-06-30 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.56 - - [2025-06-30 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.017572 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.56 - - [2025-06-30 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.56 - - [2025-06-30 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.008849 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.56 - - [2025-06-30 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.009356 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.56 - - [2025-06-30 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.56 - - [2025-06-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.56 - - [2025-06-30 02:23:28] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.007909 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.009957 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.009522 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.029073 10.0.0.56 - - [2025-06-30 02:23:28] "GET /routing-instance/3315dc16-dc89-4849-b98c-c62378c197eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004057 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.56 - - [2025-06-30 02:23:28] "POST /bgp-routers HTTP/1.1" 200 620 0.025577 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.56 - - [2025-06-30 02:23:28] "GET /bgp-router/6e2fb3f2-84ae-4580-897f-1adef4785c09?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.007130 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.56 - - [2025-06-30 02:23:28] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006371 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.008384 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003350 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.008037 10.0.0.56 - - [2025-06-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.56 - - [2025-06-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.007239 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.56 - - [2025-06-30 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.56 - - [2025-06-30 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.009785 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.56 - - [2025-06-30 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.007496 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.56 - - [2025-06-30 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.007456 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.56 - - [2025-06-30 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.56 - - [2025-06-30 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.011014 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.56 - - [2025-06-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.009600 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.007411 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.007867 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.007989 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.009027 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.56 - - [2025-06-30 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.56 - - [2025-06-30 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.009357 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.56 - - [2025-06-30 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.56 - - [2025-06-30 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.008824 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.56 - - [2025-06-30 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.56 - - [2025-06-30 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.007299 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.56 - - [2025-06-30 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.56 - - [2025-06-30 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.008477 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.56 - - [2025-06-30 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.007998 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.008151 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.009522 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.010425 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.009170 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.56 - - [2025-06-30 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.008133 10.0.0.56 - - [2025-06-30 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.56 - - [2025-06-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.56 - - [2025-06-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.008263 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-06-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.56 - - [2025-06-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.56 - - [2025-06-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.56 - - [2025-06-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.56 - - [2025-06-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.008215 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.009529 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.009685 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.009161 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.56 - - [2025-06-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.56 - - [2025-06-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.008259 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.011509 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.56 - - [2025-06-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.56 - - [2025-06-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.56 - - [2025-06-30 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.56 - - [2025-06-30 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.010013 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.56 - - [2025-06-30 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.009438 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.56 - - [2025-06-30 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.010443 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.56 - - [2025-06-30 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.56 - - [2025-06-30 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.009777 10.0.0.56 - - [2025-06-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.010879 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.007730 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.008664 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.56 - - [2025-06-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.56 - - [2025-06-30 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.008695 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.56 - - [2025-06-30 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.56 - - [2025-06-30 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.56 - - [2025-06-30 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.010190 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.56 - - [2025-06-30 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.56 - - [2025-06-30 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.56 - - [2025-06-30 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.009064 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.56 - - [2025-06-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.008903 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.008956 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.008800 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.008715 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.56 - - [2025-06-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.56 - - [2025-06-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.007680 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.007386 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.007083 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.007123 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.56 - - [2025-06-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.56 - - [2025-06-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.56 - - [2025-06-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.007193 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.56 - - [2025-06-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.008636 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.56 - - [2025-06-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.007566 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.56 - - [2025-06-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.007064 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.56 - - [2025-06-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.007656 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.56 - - [2025-06-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.010017 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.56 - - [2025-06-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.010734 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.010254 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.010360 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.010661 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.010104 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.008526 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.56 - - [2025-06-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.56 - - [2025-06-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.56 - - [2025-06-30 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.56 - - [2025-06-30 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.56 - - [2025-06-30 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.56 - - [2025-06-30 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.56 - - [2025-06-30 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.008689 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.56 - - [2025-06-30 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.56 - - [2025-06-30 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.56 - - [2025-06-30 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-06-30 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.56 - - [2025-06-30 02:23:44] "POST /network-ipams HTTP/1.1" 200 550 0.017674 10.0.0.56 - - [2025-06-30 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003657 10.0.0.56 - - [2025-06-30 02:23:44] "POST /virtual-networks HTTP/1.1" 200 552 0.095357 10.0.0.56 - - [2025-06-30 02:23:44] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002672 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.002949 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.002759 10.0.0.56 - - [2025-06-30 02:23:44] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003690 10.0.0.56 - - [2025-06-30 02:23:44] "GET /fabric/63120e19-ffaf-424d-adf4-e3d0c49bfeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004674 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003659 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.004242 10.0.0.56 - - [2025-06-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003547 10.0.0.56 - - [2025-06-30 02:23:44] "POST /route-targets HTTP/1.1" 200 327 0.009867 10.0.0.56 - - [2025-06-30 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.009105 10.0.0.56 - - [2025-06-30 02:23:58] "GET / HTTP/1.1" 200 35931 0.002633 10.0.0.56 - - [2025-06-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000824 10.0.0.56 - - [2025-06-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.025216 10.0.0.56 - - [2025-06-30 02:23:59] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006939 10.0.0.56 - - [2025-06-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.003954 10.0.0.56 - - [2025-06-30 02:23:59] "POST /database-nodes HTTP/1.1" 200 603 0.022237 10.0.0.56 - - [2025-06-30 02:24:31] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.56 - - [2025-06-30 02:24:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.56 - - [2025-06-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.025704 10.0.0.56 - - [2025-06-30 02:24:32] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006192 10.0.0.56 - - [2025-06-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003768 10.0.0.56 - - [2025-06-30 02:24:32] "POST /analytics-nodes HTTP/1.1" 200 605 0.016392 10.0.0.56 - - [2025-06-30 02:24:37] "GET / HTTP/1.1" 200 35931 0.003824 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.56 - - [2025-06-30 02:24:43] "GET /obj-perms HTTP/1.1" 200 5056 0.359586 10.0.0.56 - - [2025-06-30 02:24:44] "GET /obj-perms HTTP/1.1" 200 5056 0.056203 10.0.0.56 - - [2025-06-30 02:24:45] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.56 - - [2025-06-30 02:24:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.56 - - [2025-06-30 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.033827 10.0.0.56 - - [2025-06-30 02:24:45] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005984 10.0.0.56 - - [2025-06-30 02:24:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003074 10.0.0.56 - - [2025-06-30 02:24:45] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.018907 10.0.0.56 - - [2025-06-30 02:24:54] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.56 - - [2025-06-30 02:24:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.56 - - [2025-06-30 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.022594 10.0.0.56 - - [2025-06-30 02:24:54] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006860 10.0.0.56 - - [2025-06-30 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003210 10.0.0.56 - - [2025-06-30 02:24:54] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023934 10.0.0.56 - - [2025-06-30 02:25:44] "GET /obj-perms HTTP/1.1" 200 5056 0.044531 10.0.0.56 - - [2025-06-30 02:25:44] "GET /obj-perms HTTP/1.1" 200 5056 0.046565 10.0.0.56 - - [2025-06-30 02:26:23] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.56 - - [2025-06-30 02:26:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.56 - - [2025-06-30 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.024266 10.0.0.56 - - [2025-06-30 02:26:24] "GET /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005500 10.0.0.56 - - [2025-06-30 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.56 - - [2025-06-30 02:26:24] "GET /routing-instance/3315dc16-dc89-4849-b98c-c62378c197eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004426 10.0.0.56 - - [2025-06-30 02:26:24] "PUT /global-system-config/f33a12f5-bcf3-4841-b0be-1a3cbbbb5656 HTTP/1.1" 200 274 0.011565 10.0.0.56 - - [2025-06-30 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.002702 10.0.0.56 - - [2025-06-30 02:26:24] "POST /virtual-routers HTTP/1.1" 200 603 0.020345 10.0.0.56 - - [2025-06-30 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.56 - - [2025-06-30 02:26:24] "GET /virtual-router/464c40d0-6038-4209-acb5-ea086630f6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005407 10.0.0.56 - - [2025-06-30 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.002758 10.0.0.56 - - [2025-06-30 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.56 - - [2025-06-30 02:26:24] "GET /virtual-network/82c601ef-d1d4-480d-8839-5244775d1069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.005024 10.0.0.56 - - [2025-06-30 02:26:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.036999 10.0.0.56 - - [2025-06-30 02:26:25] "PUT /access-control-list/afe94b61-66c1-4176-94f8-e05f3b1ace42 HTTP/1.1" 200 272 0.010363 [Introspect:8084]10.0.0.56 - - [2025-06-30 02:26:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000922 [Introspect:8084]10.0.0.56 - - [2025-06-30 02:26:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001128 [Introspect:8084]10.0.0.56 - - [2025-06-30 02:26:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000867 [Introspect:8084]10.0.0.56 - - [2025-06-30 02:26:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000885 10.0.0.56 - - [2025-06-30 02:26:45] "GET /obj-perms HTTP/1.1" 200 5056 0.046192 10.0.0.56 - - [2025-06-30 02:26:45] "GET /obj-perms HTTP/1.1" 200 5056 0.043708 10.0.0.56 - - [2025-06-30 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.56 - - [2025-06-30 02:26:45] "GET /virtual-router/464c40d0-6038-4209-acb5-ea086630f6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003349 10.0.0.56 - - [2025-06-30 02:27:36] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.56 - - [2025-06-30 02:27:36] "GET /project/bc981a83-d6dd-4f97-97ba-c2164bcc2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.56 - - [2025-06-30 02:27:37] "GET /projects?obj_uuids=bc981a83-d6dd-4f97-97ba-c2164bcc2018&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002558 10.0.0.56 - - [2025-06-30 02:27:37] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.56 - - [2025-06-30 02:27:37] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051012 10.0.0.56 - - [2025-06-30 02:27:37] "POST /id-to-fqname HTTP/1.1" 200 167 0.002203 10.0.0.56 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 176 0.003423 10.0.0.56 - - [2025-06-30 02:27:37] "POST /security-groups HTTP/1.1" 200 568 0.067323 10.0.0.56 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.002730 10.0.0.56 - - [2025-06-30 02:27:37] "POST /projects HTTP/1.1" 200 539 0.233394 10.0.0.56 - - [2025-06-30 02:27:37] "POST /access-control-lists HTTP/1.1" 200 573 0.058523 10.0.0.56 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.308055 10.0.0.56 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003511 10.0.0.56 - - [2025-06-30 02:27:37] "GET /project/bc981a83-d6dd-4f97-97ba-c2164bcc2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.466110 10.0.0.56 - - [2025-06-30 02:27:37] "POST /access-control-lists HTTP/1.1" 200 571 0.064321 [Introspect:8084]10.0.0.56 - - [2025-06-30 02:27:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001298 10.0.0.56 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.022562 10.0.0.56 - - [2025-06-30 02:27:38] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003306 10.0.0.56 - - [2025-06-30 02:27:38] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.56 - - [2025-06-30 02:27:38] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007557 10.0.0.56 - - [2025-06-30 02:27:38] "POST /id-to-fqname HTTP/1.1" 200 201 0.002495 10.0.0.56 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 404 210 0.002762 10.0.0.56 - - [2025-06-30 02:27:38] "POST /security-groups HTTP/1.1" 200 602 0.063890 10.0.0.56 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.002683 10.0.0.56 - - [2025-06-30 02:27:38] "POST /projects HTTP/1.1" 200 607 0.228214 10.0.0.56 - - [2025-06-30 02:27:38] "POST /access-control-lists HTTP/1.1" 200 607 0.057001 10.0.0.56 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.300089 10.0.0.56 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 404 244 0.003637 10.0.0.56 - - [2025-06-30 02:27:38] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.423320 10.0.0.56 - - [2025-06-30 02:27:38] "POST /access-control-lists HTTP/1.1" 200 605 0.064567 10.0.0.56 - - [2025-06-30 02:27:39] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.56 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.56 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.048031 10.0.0.56 - - [2025-06-30 02:27:40] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001281 10.0.0.56 - - [2025-06-30 02:27:40] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.025951 10.0.0.56 - - [2025-06-30 02:27:40] "POST /neutron/network HTTP/1.1" 200 117 0.037969 10.0.0.56 - - [2025-06-30 02:27:41] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.021041 10.0.0.56 - - [2025-06-30 02:27:41] "POST /neutron/network HTTP/1.1" 200 620 0.087730 10.0.0.56 - - [2025-06-30 02:27:41] "POST /route-targets HTTP/1.1" 200 327 0.036092 10.0.0.56 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.015672 10.0.0.56 - - [2025-06-30 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004374 10.0.0.56 - - [2025-06-30 02:27:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.227744 10.0.0.56 - - [2025-06-30 02:27:41] "POST /neutron/network HTTP/1.1" 200 840 0.005980 10.0.0.56 - - [2025-06-30 02:27:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001551 10.0.0.56 - - [2025-06-30 02:27:41] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007393 10.0.0.56 - - [2025-06-30 02:27:41] "POST /neutron/network HTTP/1.1" 200 840 0.005888 10.0.0.56 - - [2025-06-30 02:27:41] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005386 10.0.0.56 - - [2025-06-30 02:27:41] "POST /neutron/network HTTP/1.1" 200 840 0.006363 10.0.0.56 - - [2025-06-30 02:27:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.007547 10.0.0.56 - - [2025-06-30 02:27:41] "GET /domains HTTP/1.1" 401 292 0.000416 10.0.0.56 - - [2025-06-30 02:27:41] "GET /domains HTTP/1.1" 200 280 0.025331 10.0.0.56 - - [2025-06-30 02:27:41] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.56 - - [2025-06-30 02:27:41] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2585 0.015057 10.0.0.56 - - [2025-06-30 02:27:41] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001616 10.0.0.56 - - [2025-06-30 02:27:41] "DELETE /project/2df802096ec6448aa3ebb14a8a7572a1 HTTP/1.1" 404 173 0.027067 10.0.0.56 - - [2025-06-30 02:27:42] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1 HTTP/1.1" 200 2168 0.086861 10.0.0.56 - - [2025-06-30 02:27:42] "DELETE /project/bc981a83d6dd4f9797bac2164bcc2018 HTTP/1.1" 404 173 0.051351 10.0.0.56 - - [2025-06-30 02:27:42] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c HTTP/1.1" 200 2344 0.006926 10.0.0.56 - - [2025-06-30 02:27:42] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c HTTP/1.1" 200 2344 0.006954 10.0.0.56 - - [2025-06-30 02:27:42] "GET /routing-instance/5bdb3cd2-6098-43a6-8824-a898562b4e91 HTTP/1.1" 200 1493 0.006634 10.0.0.56 - - [2025-06-30 02:27:42] "GET /routing-instance/5bdb3cd2-6098-43a6-8824-a898562b4e91 HTTP/1.1" 200 1493 0.006943 10.0.0.56 - - [2025-06-30 02:27:42] "GET /route-target/8c84e6cc-5f17-45fe-8dc6-8e3099a0818e HTTP/1.1" 200 1220 0.004013 10.0.0.56 - - [2025-06-30 02:27:42] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c HTTP/1.1" 200 2344 0.004879 10.0.0.56 - - [2025-06-30 02:27:42] "GET /routing-instance/5bdb3cd2-6098-43a6-8824-a898562b4e91 HTTP/1.1" 200 1493 0.004507 10.0.0.56 - - [2025-06-30 02:27:42] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005522 10.0.0.56 - - [2025-06-30 02:27:42] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c HTTP/1.1" 200 2344 0.005484 10.0.0.56 - - [2025-06-30 02:27:42] "GET /routing-instance/5bdb3cd2-6098-43a6-8824-a898562b4e91 HTTP/1.1" 200 1493 0.004703 10.0.0.56 - - [2025-06-30 02:27:42] "GET /routing-instance/5bdb3cd2-6098-43a6-8824-a898562b4e91 HTTP/1.1" 200 1493 0.004254 10.0.0.56 - - [2025-06-30 02:27:42] "GET /route-target/8c84e6cc-5f17-45fe-8dc6-8e3099a0818e HTTP/1.1" 200 1220 0.004827 10.0.0.56 - - [2025-06-30 02:27:42] "GET /domains HTTP/1.1" 200 280 0.003190 10.0.0.56 - - [2025-06-30 02:27:42] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001689 10.0.0.56 - - [2025-06-30 02:27:42] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2585 0.011228 10.0.0.56 - - [2025-06-30 02:27:42] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001451 10.0.0.56 - - [2025-06-30 02:27:42] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1 HTTP/1.1" 200 2168 0.071421 10.0.0.56 - - [2025-06-30 02:27:42] "GET /virtual-network/230a6c69-4262-4b54-ba87-7cda90214b6c HTTP/1.1" 200 2344 0.005975 10.0.0.56 - - [2025-06-30 02:27:42] "GET /obj-perms HTTP/1.1" 200 5052 0.053314 10.0.0.56 - - [2025-06-30 02:27:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001330 10.0.0.56 - - [2025-06-30 02:27:44] "POST /neutron/network HTTP/1.1" 200 850 0.006109 10.0.0.56 - - [2025-06-30 02:27:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000471 10.0.0.56 - - [2025-06-30 02:27:44] "GET / HTTP/1.1" 200 35931 0.001815 10.0.0.56 - - [2025-06-30 02:27:44] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-06-30 02:27:44] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001160 10.0.0.56 - - [2025-06-30 02:27:44] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.045030 10.0.0.56 - - [2025-06-30 02:27:45] "POST /neutron/network HTTP/1.1" 200 840 0.303388 10.0.0.56 - - [2025-06-30 02:27:45] "GET /obj-perms HTTP/1.1" 200 5056 0.052903 10.0.0.56 - - [2025-06-30 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.005467 10.0.0.56 - - [2025-06-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.004769 10.0.0.56 - - [2025-06-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.004750 10.0.0.56 - - [2025-06-30 02:27:46] "GET /obj-perms HTTP/1.1" 200 5056 0.079933 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/network HTTP/1.1" 200 850 0.006418 10.0.0.56 - - [2025-06-30 02:27:47] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001716 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 1072 0.225884 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 1072 0.032863 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 1072 0.009410 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 1126 0.065323 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 1100 0.013312 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004793 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010829 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.56 - - [2025-06-30 02:27:47] "POST /neutron/network HTTP/1.1" 200 840 0.005643 10.0.0.56 - - [2025-06-30 02:27:51] "POST /neutron/port HTTP/1.1" 200 1100 0.014385 10.0.0.56 - - [2025-06-30 02:27:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006733 10.0.0.56 - - [2025-06-30 02:27:56] "POST /neutron/port HTTP/1.1" 200 1100 0.015824 10.0.0.56 - - [2025-06-30 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006861 10.0.0.56 - - [2025-06-30 02:27:56] "GET /obj-perms HTTP/1.1" 200 5052 0.003551 10.0.0.56 - - [2025-06-30 02:27:56] "GET /global-system-configs HTTP/1.1" 200 322 0.031323 10.0.0.56 - - [2025-06-30 02:27:56] "GET /obj-perms HTTP/1.1" 200 5056 0.061095 10.0.0.56 - - [2025-06-30 02:27:57] "GET /global-system-configs HTTP/1.1" 200 322 0.007002 10.0.0.56 - - [2025-06-30 02:27:57] "GET /obj-perms HTTP/1.1" 200 5056 0.023956 10.0.0.56 - - [2025-06-30 02:27:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003378 10.0.0.56 - - [2025-06-30 02:27:58] "GET /obj-perms HTTP/1.1" 200 5052 0.003337 10.0.0.56 - - [2025-06-30 02:27:59] "GET /obj-perms HTTP/1.1" 200 5052 0.003551 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1100 0.022800 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1100 0.013871 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/network HTTP/1.1" 200 850 0.005805 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003072 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.009472 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.56 - - [2025-06-30 02:27:59] "POST /neutron/network HTTP/1.1" 200 840 0.007156 10.0.0.56 - - [2025-06-30 02:28:00] "GET /obj-perms HTTP/1.1" 200 5052 0.003412 10.0.0.56 - - [2025-06-30 02:28:01] "POST /neutron/network HTTP/1.1" 200 840 0.007440 10.0.0.56 - - [2025-06-30 02:28:01] "POST /neutron/network HTTP/1.1" 400 204 0.012225 10.0.0.56 - - [2025-06-30 02:28:02] "POST /neutron/port HTTP/1.1" 200 1100 0.023001 10.0.0.56 - - [2025-06-30 02:28:02] "POST /neutron/port HTTP/1.1" 200 1126 0.010814 10.0.0.56 - - [2025-06-30 02:28:02] "POST /neutron/port HTTP/1.1" 200 151 0.096878 10.0.0.56 - - [2025-06-30 02:28:02] "POST /neutron/port HTTP/1.1" 200 117 0.028623 10.0.0.56 - - [2025-06-30 02:28:03] "POST /neutron/network HTTP/1.1" 200 840 0.006198 10.0.0.56 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.56 - - [2025-06-30 02:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004836 10.0.0.56 - - [2025-06-30 02:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002124 10.0.0.56 - - [2025-06-30 02:28:03] "POST /neutron/network HTTP/1.1" 200 151 0.088993 10.0.0.56 - - [2025-06-30 02:28:03] "GET /routing-instance/5bdb3cd2-6098-43a6-8824-a898562b4e91 HTTP/1.1" 404 171 0.010413 10.0.0.56 - - [2025-06-30 02:28:03] "DELETE /route-target/8c84e6cc-5f17-45fe-8dc6-8e3099a0818e HTTP/1.1" 200 115 0.031650 10.0.0.56 - - [2025-06-30 02:28:03] "GET /domains HTTP/1.1" 200 280 0.003750 10.0.0.56 - - [2025-06-30 02:28:03] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001786 10.0.0.56 - - [2025-06-30 02:28:03] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2585 0.050616 10.0.0.56 - - [2025-06-30 02:28:03] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001605 10.0.0.56 - - [2025-06-30 02:28:03] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1 HTTP/1.1" 200 1918 0.071836 10.0.0.56 - - [2025-06-30 02:28:03] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.56 - - [2025-06-30 02:28:03] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.023918 10.0.0.56 - - [2025-06-30 02:28:04] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001207 10.0.0.56 - - [2025-06-30 02:28:04] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?fields=virtual_networks HTTP/1.1" 200 1054 0.071421 10.0.0.56 - - [2025-06-30 02:28:04] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001129 10.0.0.56 - - [2025-06-30 02:28:04] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.022568 10.0.0.56 - - [2025-06-30 02:28:04] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001164 10.0.0.56 - - [2025-06-30 02:28:04] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?fields=security_groups HTTP/1.1" 200 1291 0.037755 10.0.0.56 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.023145 10.0.0.56 - - [2025-06-30 02:28:05] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002329 10.0.0.56 - - [2025-06-30 02:28:05] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.56 - - [2025-06-30 02:28:05] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007467 10.0.0.56 - - [2025-06-30 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 202 0.001910 10.0.0.56 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002756 10.0.0.56 - - [2025-06-30 02:28:05] "POST /security-groups HTTP/1.1" 200 603 0.060096 10.0.0.56 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 246 0.002483 10.0.0.56 - - [2025-06-30 02:28:05] "POST /projects HTTP/1.1" 200 609 0.209677 10.0.0.56 - - [2025-06-30 02:28:05] "POST /access-control-lists HTTP/1.1" 200 608 0.055130 10.0.0.56 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.276500 10.0.0.56 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.003020 10.0.0.56 - - [2025-06-30 02:28:05] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.391628 10.0.0.56 - - [2025-06-30 02:28:05] "POST /access-control-lists HTTP/1.1" 200 606 0.060186 10.0.0.56 - - [2025-06-30 02:28:06] "GET / HTTP/1.1" 200 35931 0.002614 10.0.0.56 - - [2025-06-30 02:28:06] "GET /projects?obj_uuids=bc981a83-d6dd-4f97-97ba-c2164bcc2018&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001126 10.0.0.56 - - [2025-06-30 02:28:06] "GET /project/bc981a83-d6dd-4f97-97ba-c2164bcc2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.034087 10.0.0.56 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.56 - - [2025-06-30 02:28:07] "GET /security-group/41eb2b56-1bc5-4f12-bf2d-9066ec703e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004656 10.0.0.56 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.56 - - [2025-06-30 02:28:07] "GET /projects?obj_uuids=bc981a83-d6dd-4f97-97ba-c2164bcc2018&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001122 10.0.0.56 - - [2025-06-30 02:28:07] "GET /project/bc981a83-d6dd-4f97-97ba-c2164bcc2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.027141 10.0.0.56 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-06-30 02:28:07] "GET /security-group/41eb2b56-1bc5-4f12-bf2d-9066ec703e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003950 10.0.0.56 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.56 - - [2025-06-30 02:28:07] "PUT /security-group/41eb2b56-1bc5-4f12-bf2d-9066ec703e6c HTTP/1.1" 200 262 0.014127 10.0.0.56 - - [2025-06-30 02:28:07] "PUT /access-control-list/04a51806-9b13-4697-a1a2-f7acdeedd79e HTTP/1.1" 200 272 0.010096 10.0.0.56 - - [2025-06-30 02:28:07] "PUT /access-control-list/9f4541c6-4524-4f10-8c69-c0b7ed615229 HTTP/1.1" 200 272 0.011883 10.0.0.56 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.56 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.053106 10.0.0.56 - - [2025-06-30 02:28:08] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.56 - - [2025-06-30 02:28:08] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.028617 10.0.0.56 - - [2025-06-30 02:28:08] "POST /neutron/network HTTP/1.1" 200 117 0.027408 10.0.0.56 - - [2025-06-30 02:28:08] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.56 - - [2025-06-30 02:28:08] "POST /neutron/network HTTP/1.1" 200 619 0.065100 10.0.0.56 - - [2025-06-30 02:28:08] "POST /route-targets HTTP/1.1" 200 327 0.011176 10.0.0.56 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.011713 10.0.0.56 - - [2025-06-30 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005064 10.0.0.56 - - [2025-06-30 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.208765 10.0.0.56 - - [2025-06-30 02:28:08] "POST /neutron/network HTTP/1.1" 200 837 0.005977 10.0.0.56 - - [2025-06-30 02:28:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001310 10.0.0.56 - - [2025-06-30 02:28:08] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005253 10.0.0.56 - - [2025-06-30 02:28:08] "POST /neutron/network HTTP/1.1" 200 837 0.005730 10.0.0.56 - - [2025-06-30 02:28:08] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005023 10.0.0.56 - - [2025-06-30 02:28:09] "POST /neutron/network HTTP/1.1" 200 837 0.007954 10.0.0.56 - - [2025-06-30 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.007409 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domains HTTP/1.1" 401 292 0.000561 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domains HTTP/1.1" 200 280 0.022995 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.007825 10.0.0.56 - - [2025-06-30 02:28:09] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.56 - - [2025-06-30 02:28:09] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 2172 0.068447 10.0.0.56 - - [2025-06-30 02:28:09] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 2336 0.005730 10.0.0.56 - - [2025-06-30 02:28:09] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 2336 0.004357 10.0.0.56 - - [2025-06-30 02:28:09] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac HTTP/1.1" 200 1492 0.003459 10.0.0.56 - - [2025-06-30 02:28:09] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac HTTP/1.1" 200 1492 0.003232 10.0.0.56 - - [2025-06-30 02:28:09] "GET /route-target/3b5f459f-8673-4d74-a7b9-1ddfea3cf226 HTTP/1.1" 200 1218 0.003087 10.0.0.56 - - [2025-06-30 02:28:09] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 2336 0.004526 10.0.0.56 - - [2025-06-30 02:28:09] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac HTTP/1.1" 200 1492 0.003447 10.0.0.56 - - [2025-06-30 02:28:09] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004719 10.0.0.56 - - [2025-06-30 02:28:09] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 2336 0.005031 10.0.0.56 - - [2025-06-30 02:28:09] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac HTTP/1.1" 200 1492 0.003147 10.0.0.56 - - [2025-06-30 02:28:09] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac HTTP/1.1" 200 1492 0.002961 10.0.0.56 - - [2025-06-30 02:28:09] "GET /route-target/3b5f459f-8673-4d74-a7b9-1ddfea3cf226 HTTP/1.1" 200 1218 0.002805 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domains HTTP/1.1" 200 280 0.002622 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.56 - - [2025-06-30 02:28:09] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.007095 10.0.0.56 - - [2025-06-30 02:28:09] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.56 - - [2025-06-30 02:28:09] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 2172 0.066401 10.0.0.56 - - [2025-06-30 02:28:09] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 2336 0.004652 10.0.0.56 - - [2025-06-30 02:28:10] "GET /obj-perms HTTP/1.1" 200 5054 0.053782 10.0.0.56 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-06-30 02:28:10] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.56 - - [2025-06-30 02:28:10] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.027424 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/network HTTP/1.1" 200 117 0.009165 10.0.0.56 - - [2025-06-30 02:28:10] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/network HTTP/1.1" 200 619 0.068085 10.0.0.56 - - [2025-06-30 02:28:10] "POST /route-targets HTTP/1.1" 200 327 0.009951 10.0.0.56 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.010055 10.0.0.56 - - [2025-06-30 02:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.211778 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/network HTTP/1.1" 200 839 0.005546 10.0.0.56 - - [2025-06-30 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.005275 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005300 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/network HTTP/1.1" 200 839 0.005726 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004697 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/network HTTP/1.1" 200 839 0.005634 10.0.0.56 - - [2025-06-30 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007743 10.0.0.56 - - [2025-06-30 02:28:10] "GET /domains HTTP/1.1" 200 280 0.002316 10.0.0.56 - - [2025-06-30 02:28:10] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.56 - - [2025-06-30 02:28:10] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.006640 10.0.0.56 - - [2025-06-30 02:28:10] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.56 - - [2025-06-30 02:28:10] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 2400 0.070655 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde HTTP/1.1" 200 2342 0.006128 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde HTTP/1.1" 200 2342 0.004977 10.0.0.56 - - [2025-06-30 02:28:10] "GET /routing-instance/b6be4731-9260-43e9-a1b1-80ea58f57e86 HTTP/1.1" 200 1492 0.004839 10.0.0.56 - - [2025-06-30 02:28:10] "GET /routing-instance/b6be4731-9260-43e9-a1b1-80ea58f57e86 HTTP/1.1" 200 1492 0.003279 10.0.0.56 - - [2025-06-30 02:28:10] "GET /route-target/5d64efc6-b3ce-43de-8ba3-6ea4a681c453 HTTP/1.1" 200 1218 0.002971 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde HTTP/1.1" 200 2342 0.004793 10.0.0.56 - - [2025-06-30 02:28:10] "GET /routing-instance/b6be4731-9260-43e9-a1b1-80ea58f57e86 HTTP/1.1" 200 1492 0.003633 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004664 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde HTTP/1.1" 200 2342 0.004391 10.0.0.56 - - [2025-06-30 02:28:10] "GET /routing-instance/b6be4731-9260-43e9-a1b1-80ea58f57e86 HTTP/1.1" 200 1492 0.003328 10.0.0.56 - - [2025-06-30 02:28:10] "GET /routing-instance/b6be4731-9260-43e9-a1b1-80ea58f57e86 HTTP/1.1" 200 1492 0.003501 10.0.0.56 - - [2025-06-30 02:28:10] "GET /route-target/5d64efc6-b3ce-43de-8ba3-6ea4a681c453 HTTP/1.1" 200 1218 0.002354 10.0.0.56 - - [2025-06-30 02:28:10] "GET /domains HTTP/1.1" 200 280 0.002448 10.0.0.56 - - [2025-06-30 02:28:10] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.56 - - [2025-06-30 02:28:10] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.006686 10.0.0.56 - - [2025-06-30 02:28:10] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.56 - - [2025-06-30 02:28:10] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 2400 0.069180 10.0.0.56 - - [2025-06-30 02:28:10] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde HTTP/1.1" 200 2342 0.005051 10.0.0.56 - - [2025-06-30 02:28:10] "GET /obj-perms HTTP/1.1" 200 5054 0.003536 10.0.0.56 - - [2025-06-30 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001366 10.0.0.56 - - [2025-06-30 02:28:11] "POST /neutron/network HTTP/1.1" 200 849 0.005903 10.0.0.56 - - [2025-06-30 02:28:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000487 10.0.0.56 - - [2025-06-30 02:28:11] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.56 - - [2025-06-30 02:28:11] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.56 - - [2025-06-30 02:28:11] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.56 - - [2025-06-30 02:28:11] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046477 10.0.0.56 - - [2025-06-30 02:28:11] "POST /neutron/network HTTP/1.1" 200 839 0.005201 10.0.0.56 - - [2025-06-30 02:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.005003 10.0.0.56 - - [2025-06-30 02:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.004761 10.0.0.56 - - [2025-06-30 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001495 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/network HTTP/1.1" 200 847 0.005905 10.0.0.56 - - [2025-06-30 02:28:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/network HTTP/1.1" 200 849 0.005520 10.0.0.56 - - [2025-06-30 02:28:12] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.56 - - [2025-06-30 02:28:12] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.56 - - [2025-06-30 02:28:12] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 1073 0.282938 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 1073 0.012198 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 1073 0.022172 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 1127 0.071537 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 1101 0.019254 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.56 - - [2025-06-30 02:28:12] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001561 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.015370 10.0.0.56 - - [2025-06-30 02:28:12] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.076333 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/network HTTP/1.1" 200 839 0.013535 10.0.0.56 - - [2025-06-30 02:28:12] "POST /neutron/network HTTP/1.1" 200 837 0.011513 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/port HTTP/1.1" 200 1101 0.014940 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006614 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.56 - - [2025-06-30 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.56 - - [2025-06-30 02:28:13] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.56 - - [2025-06-30 02:28:13] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.036581 10.0.0.56 - - [2025-06-30 02:28:13] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005425 10.0.0.56 - - [2025-06-30 02:28:13] "GET /floating-ip-pools?parent_id=63bc4c02-c68c-4388-a629-15631a09cd8f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002963 10.0.0.56 - - [2025-06-30 02:28:13] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006697 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 847 0.009362 10.0.0.56 - - [2025-06-30 02:28:13] "POST /floating-ip-pools HTTP/1.1" 200 609 0.048906 10.0.0.56 - - [2025-06-30 02:28:13] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001387 10.0.0.56 - - [2025-06-30 02:28:13] "POST /ref-update HTTP/1.1" 200 156 0.030863 10.0.0.56 - - [2025-06-30 02:28:13] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008852 10.0.0.56 - - [2025-06-30 02:28:13] "GET /domains HTTP/1.1" 200 280 0.003771 10.0.0.56 - - [2025-06-30 02:28:13] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003553 10.0.0.56 - - [2025-06-30 02:28:13] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.018667 10.0.0.56 - - [2025-06-30 02:28:13] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.56 - - [2025-06-30 02:28:13] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 3242 0.080200 10.0.0.56 - - [2025-06-30 02:28:13] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 2927 0.005972 10.0.0.56 - - [2025-06-30 02:28:13] "GET /floating-ip-pool/b87e7173-fbdb-4e6f-b6fd-07a509dd16cb HTTP/1.1" 200 1441 0.003129 10.0.0.56 - - [2025-06-30 02:28:13] "GET /domains HTTP/1.1" 200 280 0.027269 10.0.0.56 - - [2025-06-30 02:28:13] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.56 - - [2025-06-30 02:28:13] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.019455 10.0.0.56 - - [2025-06-30 02:28:13] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/port HTTP/1.1" 200 1071 0.428876 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/port HTTP/1.1" 200 1071 0.011658 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/port HTTP/1.1" 200 1071 0.018237 10.0.0.56 - - [2025-06-30 02:28:13] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 3242 0.083497 10.0.0.56 - - [2025-06-30 02:28:13] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f HTTP/1.1" 200 3148 0.009035 10.0.0.56 - - [2025-06-30 02:28:13] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005241 10.0.0.56 - - [2025-06-30 02:28:13] "POST /neutron/port HTTP/1.1" 200 1125 0.072303 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 1101 0.017251 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010686 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 1099 0.019834 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.010909 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 1101 0.017940 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007359 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/network HTTP/1.1" 200 837 0.005121 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 1101 0.017745 10.0.0.56 - - [2025-06-30 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005955 10.0.0.56 - - [2025-06-30 02:28:14] "GET /virtual-machine/1f29ffe3-ecd8-4433-8303-55164c5b9b68 HTTP/1.1" 200 1303 0.004893 10.0.0.56 - - [2025-06-30 02:28:14] "GET /virtual-machine-interface/c690037a-7cfa-4465-bd9c-20a6ae0580a0 HTTP/1.1" 200 3004 0.005080 10.0.0.56 - - [2025-06-30 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.56 - - [2025-06-30 02:28:14] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003820 10.0.0.56 - - [2025-06-30 02:28:14] "GET /virtual-networks?parent_id=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003966 10.0.0.56 - - [2025-06-30 02:28:14] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005557 10.0.0.56 - - [2025-06-30 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.56 - - [2025-06-30 02:28:17] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005444 10.0.0.56 - - [2025-06-30 02:28:21] "POST /neutron/port HTTP/1.1" 200 1101 0.013827 10.0.0.56 - - [2025-06-30 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005629 10.0.0.56 - - [2025-06-30 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.56 - - [2025-06-30 02:28:21] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005751 10.0.0.56 - - [2025-06-30 02:28:22] "POST /neutron/port HTTP/1.1" 200 1099 0.017285 10.0.0.56 - - [2025-06-30 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005536 10.0.0.56 - - [2025-06-30 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.56 - - [2025-06-30 02:28:23] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003675 10.0.0.56 - - [2025-06-30 02:28:23] "GET /virtual-networks?parent_id=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002912 10.0.0.56 - - [2025-06-30 02:28:23] "GET /virtual-network/5dba99c2-ab4e-4bea-9d79-b6a46e1f5dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005142 10.0.0.56 - - [2025-06-30 02:28:23] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001646 10.0.0.56 - - [2025-06-30 02:28:23] "POST /neutron/floatingip HTTP/1.1" 200 529 0.069877 10.0.0.56 - - [2025-06-30 02:28:23] "POST /neutron/port HTTP/1.1" 200 1101 0.013941 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006318 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/floatingip HTTP/1.1" 200 577 0.032763 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/port HTTP/1.1" 200 1099 0.015140 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006293 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/port HTTP/1.1" 200 1099 0.013130 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006377 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/port HTTP/1.1" 200 1099 0.012847 10.0.0.56 - - [2025-06-30 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005811 10.0.0.56 - - [2025-06-30 02:28:24] "GET /virtual-machine/33cac04f-bfb2-4623-b0ba-050a86cecb5e HTTP/1.1" 200 1304 0.005116 10.0.0.56 - - [2025-06-30 02:28:24] "GET /virtual-machine-interface/c105b7f1-024f-4df5-9c69-c5c1b36b71d0 HTTP/1.1" 200 3004 0.004969 10.0.0.56 - - [2025-06-30 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.56 - - [2025-06-30 02:28:24] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003041 10.0.0.56 - - [2025-06-30 02:28:24] "GET /virtual-networks?parent_id=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003028 10.0.0.56 - - [2025-06-30 02:28:24] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005227 10.0.0.56 - - [2025-06-30 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-06-30 02:28:25] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003386 10.0.0.56 - - [2025-06-30 02:28:25] "GET /virtual-networks?parent_id=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003778 10.0.0.56 - - [2025-06-30 02:28:25] "GET /virtual-network/63bc4c02-c68c-4388-a629-15631a09cd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006006 10.0.0.56 - - [2025-06-30 02:28:25] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009093 10.0.0.56 - - [2025-06-30 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.56 - - [2025-06-30 02:28:25] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002894 10.0.0.56 - - [2025-06-30 02:28:25] "GET /route-target/3b5f459f-8673-4d74-a7b9-1ddfea3cf226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003421 10.0.0.56 - - [2025-06-30 02:28:25] "GET /floating-ip/7324b177-5aee-4980-bd7c-0f872338b91a HTTP/1.1" 200 1888 0.004451 10.0.0.56 - - [2025-06-30 02:28:28] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008711 10.0.0.56 - - [2025-06-30 02:28:28] "POST /neutron/floatingip HTTP/1.1" 200 529 0.022576 10.0.0.56 - - [2025-06-30 02:28:28] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005735 10.0.0.56 - - [2025-06-30 02:28:28] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037489 10.0.0.56 - - [2025-06-30 02:28:28] "GET /floating-ip-pool/b87e7173-fbdb-4e6f-b6fd-07a509dd16cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003188 10.0.0.56 - - [2025-06-30 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.009114 10.0.0.56 - - [2025-06-30 02:28:28] "DELETE /floating-ip-pool/b87e7173-fbdb-4e6f-b6fd-07a509dd16cb HTTP/1.1" 200 115 0.024966 10.0.0.56 - - [2025-06-30 02:28:28] "POST /neutron/network HTTP/1.1" 200 839 0.006312 10.0.0.56 - - [2025-06-30 02:28:28] "POST /neutron/network HTTP/1.1" 400 204 0.011019 10.0.0.56 - - [2025-06-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1099 0.015410 10.0.0.56 - - [2025-06-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1125 0.009663 10.0.0.56 - - [2025-06-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1101 0.023752 10.0.0.56 - - [2025-06-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 1127 0.007762 10.0.0.56 - - [2025-06-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 151 0.122018 10.0.0.56 - - [2025-06-30 02:28:29] "POST /neutron/port HTTP/1.1" 200 151 0.139279 10.0.0.56 - - [2025-06-30 02:28:30] "POST /neutron/network HTTP/1.1" 200 839 0.006340 10.0.0.56 - - [2025-06-30 02:28:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003908 10.0.0.56 - - [2025-06-30 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.56 - - [2025-06-30 02:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003224 10.0.0.56 - - [2025-06-30 02:28:31] "POST /neutron/network HTTP/1.1" 200 151 0.086792 10.0.0.56 - - [2025-06-30 02:28:31] "DELETE /route-target/5d64efc6-b3ce-43de-8ba3-6ea4a681c453 HTTP/1.1" 200 115 0.015767 10.0.0.56 - - [2025-06-30 02:28:31] "GET /routing-instance/b6be4731-9260-43e9-a1b1-80ea58f57e86 HTTP/1.1" 404 171 0.002420 10.0.0.56 - - [2025-06-30 02:28:31] "GET /domains HTTP/1.1" 200 280 0.004394 10.0.0.56 - - [2025-06-30 02:28:31] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.56 - - [2025-06-30 02:28:31] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.051018 10.0.0.56 - - [2025-06-30 02:28:31] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001822 10.0.0.56 - - [2025-06-30 02:28:31] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 2172 0.073603 10.0.0.56 - - [2025-06-30 02:28:31] "POST /neutron/network HTTP/1.1" 200 837 0.007009 10.0.0.56 - - [2025-06-30 02:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006814 10.0.0.56 - - [2025-06-30 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.56 - - [2025-06-30 02:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003702 10.0.0.56 - - [2025-06-30 02:28:31] "POST /neutron/network HTTP/1.1" 200 151 0.085696 10.0.0.56 - - [2025-06-30 02:28:31] "GET /routing-instance/ea8bea71-e36e-4df6-b22b-3091b4a1c9ac HTTP/1.1" 404 171 0.003587 10.0.0.56 - - [2025-06-30 02:28:31] "DELETE /route-target/3b5f459f-8673-4d74-a7b9-1ddfea3cf226 HTTP/1.1" 200 115 0.019524 10.0.0.56 - - [2025-06-30 02:28:31] "GET /domains HTTP/1.1" 200 280 0.002772 10.0.0.56 - - [2025-06-30 02:28:31] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.56 - - [2025-06-30 02:28:31] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2783 0.051070 10.0.0.56 - - [2025-06-30 02:28:31] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002043 10.0.0.56 - - [2025-06-30 02:28:31] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 1922 0.065234 10.0.0.56 - - [2025-06-30 02:28:31] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.56 - - [2025-06-30 02:28:31] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.026414 10.0.0.56 - - [2025-06-30 02:28:31] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.56 - - [2025-06-30 02:28:31] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?fields=virtual_networks HTTP/1.1" 200 1054 0.071111 10.0.0.56 - - [2025-06-30 02:28:31] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.56 - - [2025-06-30 02:28:31] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.027544 10.0.0.56 - - [2025-06-30 02:28:31] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001502 10.0.0.56 - - [2025-06-30 02:28:31] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?fields=security_groups HTTP/1.1" 200 1292 0.027430 10.0.0.56 - - [2025-06-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.024720 10.0.0.56 - - [2025-06-30 02:28:32] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002578 10.0.0.56 - - [2025-06-30 02:28:32] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001495 10.0.0.56 - - [2025-06-30 02:28:32] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007472 10.0.0.56 - - [2025-06-30 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001535 10.0.0.56 - - [2025-06-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.008571 10.0.0.56 - - [2025-06-30 02:28:33] "POST /security-groups HTTP/1.1" 200 586 0.064056 10.0.0.56 - - [2025-06-30 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004469 10.0.0.56 - - [2025-06-30 02:28:33] "POST /projects HTTP/1.1" 200 575 0.227108 10.0.0.56 - - [2025-06-30 02:28:33] "POST /access-control-lists HTTP/1.1" 200 591 0.058699 10.0.0.56 - - [2025-06-30 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.298699 10.0.0.56 - - [2025-06-30 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.002638 10.0.0.56 - - [2025-06-30 02:28:33] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.422579 10.0.0.56 - - [2025-06-30 02:28:33] "POST /access-control-lists HTTP/1.1" 200 589 0.060644 10.0.0.56 - - [2025-06-30 02:28:34] "GET / HTTP/1.1" 200 35931 0.001983 10.0.0.56 - - [2025-06-30 02:28:35] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.56 - - [2025-06-30 02:28:35] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023575 10.0.0.56 - - [2025-06-30 02:28:35] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.56 - - [2025-06-30 02:28:35] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?fields=virtual_networks HTTP/1.1" 200 1021 0.068094 10.0.0.56 - - [2025-06-30 02:28:35] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.56 - - [2025-06-30 02:28:35] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.023971 10.0.0.56 - - [2025-06-30 02:28:35] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.56 - - [2025-06-30 02:28:35] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?fields=security_groups HTTP/1.1" 200 1242 0.023986 10.0.0.56 - - [2025-06-30 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.024220 10.0.0.56 - - [2025-06-30 02:28:36] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002575 10.0.0.56 - - [2025-06-30 02:28:36] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.56 - - [2025-06-30 02:28:36] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007169 10.0.0.56 - - [2025-06-30 02:28:36] "POST /id-to-fqname HTTP/1.1" 200 193 0.001213 10.0.0.56 - - [2025-06-30 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.003607 10.0.0.56 - - [2025-06-30 02:28:36] "POST /security-groups HTTP/1.1" 200 594 0.064073 10.0.0.56 - - [2025-06-30 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 237 0.002661 10.0.0.56 - - [2025-06-30 02:28:36] "POST /projects HTTP/1.1" 200 591 0.224547 10.0.0.56 - - [2025-06-30 02:28:36] "POST /access-control-lists HTTP/1.1" 200 599 0.063366 10.0.0.56 - - [2025-06-30 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.302929 10.0.0.56 - - [2025-06-30 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.002969 10.0.0.56 - - [2025-06-30 02:28:36] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.426675 10.0.0.56 - - [2025-06-30 02:28:37] "POST /access-control-lists HTTP/1.1" 200 597 0.060236 10.0.0.56 - - [2025-06-30 02:28:37] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.56 - - [2025-06-30 02:28:38] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-06-30 02:28:39] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.56 - - [2025-06-30 02:28:39] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054731 10.0.0.56 - - [2025-06-30 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.56 - - [2025-06-30 02:28:39] "GET /security-group/18da83e7-f0c6-438e-9547-31a551cdcd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005040 10.0.0.56 - - [2025-06-30 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.56 - - [2025-06-30 02:28:39] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002017 10.0.0.56 - - [2025-06-30 02:28:39] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022856 10.0.0.56 - - [2025-06-30 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.56 - - [2025-06-30 02:28:39] "GET /security-group/18da83e7-f0c6-438e-9547-31a551cdcd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005357 10.0.0.56 - - [2025-06-30 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-06-30 02:28:39] "PUT /security-group/18da83e7-f0c6-438e-9547-31a551cdcd96 HTTP/1.1" 200 262 0.013081 10.0.0.56 - - [2025-06-30 02:28:39] "PUT /access-control-list/34cb8161-7805-47b4-a060-d9d13c150f2f HTTP/1.1" 200 272 0.011888 10.0.0.56 - - [2025-06-30 02:28:39] "PUT /access-control-list/a287c68a-455f-41cc-8543-b4199567f3b2 HTTP/1.1" 200 272 0.010091 10.0.0.56 - - [2025-06-30 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.002134 10.0.0.56 - - [2025-06-30 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.56 - - [2025-06-30 02:28:39] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.56 - - [2025-06-30 02:28:39] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024424 10.0.0.56 - - [2025-06-30 02:28:39] "POST /neutron/network HTTP/1.1" 200 117 0.030494 10.0.0.56 - - [2025-06-30 02:28:39] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001640 10.0.0.56 - - [2025-06-30 02:28:39] "POST /neutron/network HTTP/1.1" 200 608 0.061174 10.0.0.56 - - [2025-06-30 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 705 0.161451 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 823 0.006597 10.0.0.56 - - [2025-06-30 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001683 10.0.0.56 - - [2025-06-30 02:28:40] "GET /virtual-network/eeac839f-ba5e-4538-8371-3e459e77cb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006295 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 823 0.005758 10.0.0.56 - - [2025-06-30 02:28:40] "GET /virtual-network/eeac839f-ba5e-4538-8371-3e459e77cb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006953 10.0.0.56 - - [2025-06-30 02:28:40] "POST /route-targets HTTP/1.1" 200 327 0.018813 10.0.0.56 - - [2025-06-30 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.016448 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 823 0.005852 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 705 0.007401 10.0.0.56 - - [2025-06-30 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.56 - - [2025-06-30 02:28:40] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.56 - - [2025-06-30 02:28:40] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025662 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 117 0.008906 10.0.0.56 - - [2025-06-30 02:28:40] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 615 0.101545 10.0.0.56 - - [2025-06-30 02:28:40] "POST /route-targets HTTP/1.1" 200 327 0.012581 10.0.0.56 - - [2025-06-30 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.013999 10.0.0.56 - - [2025-06-30 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.187667 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 832 0.005792 10.0.0.56 - - [2025-06-30 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001286 10.0.0.56 - - [2025-06-30 02:28:40] "GET /virtual-network/375cbd73-aeed-4aea-a811-1f97266d4ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004785 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 832 0.005863 10.0.0.56 - - [2025-06-30 02:28:40] "GET /virtual-network/375cbd73-aeed-4aea-a811-1f97266d4ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005535 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 832 0.006039 10.0.0.56 - - [2025-06-30 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.007324 10.0.0.56 - - [2025-06-30 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001626 10.0.0.56 - - [2025-06-30 02:28:41] "POST /neutron/network HTTP/1.1" 200 833 0.006283 10.0.0.56 - - [2025-06-30 02:28:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.56 - - [2025-06-30 02:28:41] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.56 - - [2025-06-30 02:28:41] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000741 10.0.0.56 - - [2025-06-30 02:28:41] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.56 - - [2025-06-30 02:28:41] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047610 10.0.0.56 - - [2025-06-30 02:28:41] "POST /neutron/network HTTP/1.1" 200 823 0.005664 10.0.0.56 - - [2025-06-30 02:28:41] "POST /neutron/port HTTP/1.1" 200 117 0.005000 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/port HTTP/1.1" 200 117 0.005030 10.0.0.56 - - [2025-06-30 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001239 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /project/302107e4ff9e444cb6269c6e58a32243 HTTP/1.1" 404 173 0.017608 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /project/06055f0d37ec4784b0f6cc0a7c266d4d HTTP/1.1" 404 173 0.007510 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /project/c9f6554a0c0c48049cabb2a5c2d7a73c HTTP/1.1" 404 173 0.006331 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001611 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/port HTTP/1.1" 200 117 0.016708 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.072041 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.072773 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.085145 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001114 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001383 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/network HTTP/1.1" 200 842 0.010238 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?fields=security_groups HTTP/1.1" 200 1396 0.078852 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?fields=security_groups HTTP/1.1" 200 1397 0.093510 10.0.0.56 - - [2025-06-30 02:28:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?fields=security_groups HTTP/1.1" 200 1347 0.091998 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /security-group/55cf8bad-bb75-42fc-8c22-862a450f89c5 HTTP/1.1" 200 115 0.070394 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=2df80209-6ec6-448a-a3eb-b14a8a7572a1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001921 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /security-group/277af1cd-4543-4160-b175-2d2df13ce7ba HTTP/1.1" 200 115 0.084103 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /access-control-list/287493ba-738e-4554-8445-b0342dadd76e HTTP/1.1" 200 115 0.054333 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=06055f0d-37ec-4784-b0f6-cc0a7c266d4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001608 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1?fields=application_policy_sets HTTP/1.1" 200 1435 0.060785 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /security-group/6bb88bcb-7f91-448d-80de-baecc1bd6b87 HTTP/1.1" 200 115 0.114008 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=302107e4-ff9e-444c-b626-9c6e58a32243&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /access-control-list/57a5d0a1-9aa2-4022-8121-adbe27db4373 HTTP/1.1" 200 115 0.047190 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/302107e4-ff9e-444c-b626-9c6e58a32243?fields=application_policy_sets HTTP/1.1" 200 1386 0.064327 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d?fields=application_policy_sets HTTP/1.1" 200 1436 0.118221 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/network HTTP/1.1" 200 833 0.030908 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /access-control-list/ef862757-e146-43f3-84f6-94d834f9e707 HTTP/1.1" 200 115 0.067178 10.0.0.56 - - [2025-06-30 02:28:42] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001047 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /access-control-list/5cda7a12-7d72-4481-b2e2-2fad6633828e HTTP/1.1" 200 115 0.053484 10.0.0.56 - - [2025-06-30 02:28:42] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.56 - - [2025-06-30 02:28:42] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /project/2df80209-6ec6-448a-a3eb-b14a8a7572a1 HTTP/1.1" 200 115 0.602773 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /access-control-list/7a9aaa8e-2037-4b75-8e73-9ed84ecbc270 HTTP/1.1" 200 115 0.056484 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /access-control-list/2ece0f13-fb46-4359-8f77-75c4b9ac037f HTTP/1.1" 200 115 0.051099 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /project/302107e4-ff9e-444c-b626-9c6e58a32243 HTTP/1.1" 200 115 0.690104 10.0.0.56 - - [2025-06-30 02:28:42] "DELETE /project/06055f0d-37ec-4784-b0f6-cc0a7c266d4d HTTP/1.1" 200 115 0.708377 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/port HTTP/1.1" 200 1059 0.295006 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/port HTTP/1.1" 200 1059 0.011687 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/port HTTP/1.1" 200 1059 0.012154 10.0.0.56 - - [2025-06-30 02:28:42] "POST /neutron/port HTTP/1.1" 200 1113 0.057707 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/port HTTP/1.1" 200 1087 0.017727 10.0.0.56 - - [2025-06-30 02:28:43] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001064 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002888 10.0.0.56 - - [2025-06-30 02:28:43] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054907 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/subnet HTTP/1.1" 200 679 0.031239 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/network HTTP/1.1" 200 832 0.007955 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.001604 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/network HTTP/1.1" 200 823 0.005541 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/port HTTP/1.1" 200 1087 0.015605 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006554 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.004914 10.0.0.56 - - [2025-06-30 02:28:43] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001244 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/router HTTP/1.1" 200 585 0.075493 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/router HTTP/1.1" 200 585 0.005418 10.0.0.56 - - [2025-06-30 02:28:43] "POST /route-targets HTTP/1.1" 200 327 0.023795 10.0.0.56 - - [2025-06-30 02:28:43] "PUT /logical-router/fd52413b-b9ad-423e-83cd-d68af212db2b HTTP/1.1" 200 262 0.037442 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/router HTTP/1.1" 200 656 0.069447 10.0.0.56 - - [2025-06-30 02:28:43] "GET /logical-router/fd52413b-b9ad-423e-83cd-d68af212db2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.022863 10.0.0.56 - - [2025-06-30 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/router HTTP/1.1" 200 656 0.003292 10.0.0.56 - - [2025-06-30 02:28:43] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.56 - - [2025-06-30 02:28:43] "GET /service-template/b13a15c8-6c48-44c6-b4da-0fe350ad0086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.005302 10.0.0.56 - - [2025-06-30 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.002461 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/network HTTP/1.1" 200 842 0.014601 10.0.0.56 - - [2025-06-30 02:28:43] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002764 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/router HTTP/1.1" 200 344 0.309940 10.0.0.56 - - [2025-06-30 02:28:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012880 10.0.0.56 - - [2025-06-30 02:28:43] "POST /virtual-networks HTTP/1.1" 200 694 0.232431 10.0.0.56 - - [2025-06-30 02:28:43] "POST /ref-update HTTP/1.1" 200 156 0.044951 10.0.0.56 - - [2025-06-30 02:28:43] "POST /neutron/port HTTP/1.1" 200 1087 0.035004 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018888 10.0.0.56 - - [2025-06-30 02:28:44] "POST /route-targets HTTP/1.1" 200 327 0.089543 10.0.0.56 - - [2025-06-30 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.034152 10.0.0.56 - - [2025-06-30 02:28:44] "POST /service-instances HTTP/1.1" 200 670 0.148880 10.0.0.56 - - [2025-06-30 02:28:44] "POST /route-tables HTTP/1.1" 200 582 0.031640 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/port HTTP/1.1" 200 1061 0.460345 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/port HTTP/1.1" 200 1061 0.022593 10.0.0.56 - - [2025-06-30 02:28:44] "PUT /logical-router/fd52413b-b9ad-423e-83cd-d68af212db2b HTTP/1.1" 200 262 0.042452 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/port HTTP/1.1" 200 1061 0.031467 10.0.0.56 - - [2025-06-30 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.041386 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/port HTTP/1.1" 200 1115 0.080582 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015585 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003039 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.010951 10.0.0.56 - - [2025-06-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.56 - - [2025-06-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.56 - - [2025-06-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 832 0.005858 10.0.0.56 - - [2025-06-30 02:28:44] "POST /virtual-machines HTTP/1.1" 200 553 0.013785 10.0.0.56 - - [2025-06-30 02:28:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089205 10.0.0.56 - - [2025-06-30 02:28:44] "POST /chown HTTP/1.1" 200 109 0.007571 10.0.0.56 - - [2025-06-30 02:28:44] "POST /instance-ips HTTP/1.1" 200 551 0.020008 10.0.0.56 - - [2025-06-30 02:28:44] "POST /instance-ips HTTP/1.1" 400 246 0.015652 10.0.0.56 - - [2025-06-30 02:28:44] "POST /chown HTTP/1.1" 200 109 0.007535 10.0.0.56 - - [2025-06-30 02:28:45] "PUT /virtual-machine-interface/557e709a-27a5-4afe-8300-7389176cb01c HTTP/1.1" 200 284 0.011598 10.0.0.56 - - [2025-06-30 02:28:45] "PUT /instance-ip/ec7e8c6e-579b-4eff-9ddb-d66f545573c7 HTTP/1.1" 200 256 0.013297 10.0.0.56 - - [2025-06-30 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.011252 10.0.0.56 - - [2025-06-30 02:28:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.112171 10.0.0.56 - - [2025-06-30 02:28:45] "POST /chown HTTP/1.1" 200 109 0.010154 10.0.0.56 - - [2025-06-30 02:28:45] "POST /instance-ips HTTP/1.1" 200 549 0.047745 10.0.0.56 - - [2025-06-30 02:28:45] "POST /instance-ips HTTP/1.1" 400 316 0.027273 10.0.0.56 - - [2025-06-30 02:28:45] "POST /chown HTTP/1.1" 200 109 0.009309 10.0.0.56 - - [2025-06-30 02:28:45] "PUT /virtual-machine-interface/d302e8eb-40da-4c3b-8b3a-001b12230433 HTTP/1.1" 200 284 0.011208 10.0.0.56 - - [2025-06-30 02:28:45] "PUT /instance-ip/32b832ba-8d7b-4a93-9374-dae1a12b0e9a HTTP/1.1" 200 256 0.013787 10.0.0.56 - - [2025-06-30 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.012506 10.0.0.56 - - [2025-06-30 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.010875 10.0.0.56 - - [2025-06-30 02:28:45] "PUT /routing-instance/a3bcfe8f-92df-4c2d-a6b0-72d9aae2e14e HTTP/1.1" 200 266 0.021869 10.0.0.56 - - [2025-06-30 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.016874 10.0.0.56 - - [2025-06-30 02:28:45] "POST /virtual-machines HTTP/1.1" 200 553 0.014289 10.0.0.56 - - [2025-06-30 02:28:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092372 10.0.0.56 - - [2025-06-30 02:28:46] "POST /chown HTTP/1.1" 200 109 0.010806 10.0.0.56 - - [2025-06-30 02:28:46] "POST /instance-ips HTTP/1.1" 400 246 0.015920 10.0.0.56 - - [2025-06-30 02:28:46] "POST /chown HTTP/1.1" 200 109 0.008434 10.0.0.56 - - [2025-06-30 02:28:46] "PUT /virtual-machine-interface/f980a435-4cfe-4c4c-a565-101d3ca51fd6 HTTP/1.1" 200 284 0.021045 10.0.0.56 - - [2025-06-30 02:28:46] "PUT /instance-ip/ec7e8c6e-579b-4eff-9ddb-d66f545573c7 HTTP/1.1" 200 256 0.013495 10.0.0.56 - - [2025-06-30 02:28:46] "POST /ref-update HTTP/1.1" 200 156 0.012356 10.0.0.56 - - [2025-06-30 02:28:46] "POST /ref-update HTTP/1.1" 200 156 0.017408 10.0.0.56 - - [2025-06-30 02:28:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.117615 10.0.0.56 - - [2025-06-30 02:28:46] "POST /ref-update HTTP/1.1" 200 156 0.042510 10.0.0.56 - - [2025-06-30 02:28:46] "PUT /routing-instance/a3bcfe8f-92df-4c2d-a6b0-72d9aae2e14e HTTP/1.1" 200 266 0.030382 10.0.0.56 - - [2025-06-30 02:28:46] "POST /chown HTTP/1.1" 200 109 0.027000 10.0.0.56 - - [2025-06-30 02:28:46] "GET /obj-perms HTTP/1.1" 200 5056 0.164004 10.0.0.56 - - [2025-06-30 02:28:46] "POST /instance-ips HTTP/1.1" 400 316 0.033769 10.0.0.56 - - [2025-06-30 02:28:46] "POST /chown HTTP/1.1" 200 109 0.028166 10.0.0.56 - - [2025-06-30 02:28:46] "PUT /virtual-machine-interface/e286ccda-f160-4621-9ed0-51bb1efee54e HTTP/1.1" 200 284 0.011661 10.0.0.56 - - [2025-06-30 02:28:46] "PUT /instance-ip/32b832ba-8d7b-4a93-9374-dae1a12b0e9a HTTP/1.1" 200 256 0.014054 10.0.0.56 - - [2025-06-30 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.012930 10.0.0.56 - - [2025-06-30 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.013989 10.0.0.56 - - [2025-06-30 02:28:47] "PUT /routing-instance/a3bcfe8f-92df-4c2d-a6b0-72d9aae2e14e HTTP/1.1" 200 266 0.041464 10.0.0.56 - - [2025-06-30 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.039135 10.0.0.56 - - [2025-06-30 02:28:47] "GET /obj-perms HTTP/1.1" 200 5056 0.059071 10.0.0.56 - - [2025-06-30 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.56 - - [2025-06-30 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.011408 10.0.0.56 - - [2025-06-30 02:28:47] "POST /instance-ips HTTP/1.1" 400 246 0.016050 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.009331 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.012592 10.0.0.56 - - [2025-06-30 02:28:47] "POST /instance-ips HTTP/1.1" 400 316 0.024983 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.008716 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.008337 10.0.0.56 - - [2025-06-30 02:28:47] "POST /instance-ips HTTP/1.1" 400 246 0.022525 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.008596 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.009033 10.0.0.56 - - [2025-06-30 02:28:47] "POST /instance-ips HTTP/1.1" 400 316 0.020374 10.0.0.56 - - [2025-06-30 02:28:47] "POST /chown HTTP/1.1" 200 109 0.007159 10.0.0.56 - - [2025-06-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 1087 0.017598 10.0.0.56 - - [2025-06-30 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006470 10.0.0.56 - - [2025-06-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 1087 0.016017 10.0.0.56 - - [2025-06-30 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009047 10.0.0.56 - - [2025-06-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 1087 0.019761 10.0.0.56 - - [2025-06-30 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008243 10.0.0.56 - - [2025-06-30 02:28:49] "GET /virtual-machine/94daf40d-c2bc-42ff-af5a-f586344d40ef HTTP/1.1" 401 292 0.000621 10.0.0.56 - - [2025-06-30 02:28:49] "GET /virtual-machine/94daf40d-c2bc-42ff-af5a-f586344d40ef HTTP/1.1" 200 1296 0.039722 10.0.0.56 - - [2025-06-30 02:28:49] "GET /virtual-machine-interface/f378ae24-9bbd-4ef0-bf04-4df72a652dc3 HTTP/1.1" 200 2956 0.005087 10.0.0.56 - - [2025-06-30 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.56 - - [2025-06-30 02:28:49] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003034 10.0.0.56 - - [2025-06-30 02:28:49] "GET /virtual-networks?parent_id=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003217 10.0.0.56 - - [2025-06-30 02:28:49] "GET /virtual-network/eeac839f-ba5e-4538-8371-3e459e77cb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005306 10.0.0.56 - - [2025-06-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1087 0.016348 10.0.0.56 - - [2025-06-30 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005713 10.0.0.56 - - [2025-06-30 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-06-30 02:28:52] "GET /virtual-network/eeac839f-ba5e-4538-8371-3e459e77cb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004943 10.0.0.56 - - [2025-06-30 02:28:53] "POST /neutron/port HTTP/1.1" 200 1089 0.014991 10.0.0.56 - - [2025-06-30 02:28:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005234 10.0.0.56 - - [2025-06-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.56 - - [2025-06-30 02:28:55] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003523 10.0.0.56 - - [2025-06-30 02:28:55] "GET /virtual-networks?parent_id=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003314 10.0.0.56 - - [2025-06-30 02:28:55] "GET /virtual-network/eeac839f-ba5e-4538-8371-3e459e77cb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005448 10.0.0.56 - - [2025-06-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015163 10.0.0.56 - - [2025-06-30 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006073 10.0.0.56 - - [2025-06-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014723 10.0.0.56 - - [2025-06-30 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009666 10.0.0.56 - - [2025-06-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014019 10.0.0.56 - - [2025-06-30 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007567 10.0.0.56 - - [2025-06-30 02:28:55] "GET /virtual-machine/66b5fbd4-63c3-4bf8-8906-a3abeb3f6f3b HTTP/1.1" 200 1294 0.004757 10.0.0.56 - - [2025-06-30 02:28:55] "GET /virtual-machine-interface/096f49b8-39de-4688-a25e-0cd9d29d09ce HTTP/1.1" 200 2966 0.005163 10.0.0.56 - - [2025-06-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.56 - - [2025-06-30 02:28:55] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003104 10.0.0.56 - - [2025-06-30 02:28:55] "GET /virtual-networks?parent_id=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003103 10.0.0.56 - - [2025-06-30 02:28:55] "GET /virtual-network/375cbd73-aeed-4aea-a811-1f97266d4ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004949 10.0.0.56 - - [2025-06-30 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.56 - - [2025-06-30 02:28:56] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003668 10.0.0.56 - - [2025-06-30 02:28:56] "GET /virtual-networks?parent_id=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003166 10.0.0.56 - - [2025-06-30 02:28:56] "GET /virtual-network/375cbd73-aeed-4aea-a811-1f97266d4ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005572 10.0.0.56 - - [2025-06-30 02:28:59] "POST /neutron/port HTTP/1.1" 200 1087 0.016639 10.0.0.56 - - [2025-06-30 02:28:59] "POST /neutron/port HTTP/1.1" 200 1087 0.016042 10.0.0.56 - - [2025-06-30 02:28:59] "POST /neutron/network HTTP/1.1" 200 833 0.006783 10.0.0.56 - - [2025-06-30 02:28:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005342 10.0.0.56 - - [2025-06-30 02:28:59] "POST /neutron/subnet HTTP/1.1" 200 679 0.016582 10.0.0.56 - - [2025-06-30 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.56 - - [2025-06-30 02:29:00] "POST /neutron/network HTTP/1.1" 200 823 0.006341 10.0.0.56 - - [2025-06-30 02:29:01] "POST /neutron/router HTTP/1.1" 200 656 0.004502 10.0.0.56 - - [2025-06-30 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.014343 10.0.0.56 - - [2025-06-30 02:29:01] "POST /neutron/router HTTP/1.1" 200 344 0.108973 10.0.0.56 - - [2025-06-30 02:29:01] "POST /neutron/router HTTP/1.1" 200 656 0.005769 10.0.0.56 - - [2025-06-30 02:29:01] "GET /logical-router/fd52413b-b9ad-423e-83cd-d68af212db2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.007807 10.0.0.56 - - [2025-06-30 02:29:01] "GET /service-instance/77eca725-7f4f-4a20-8285-aa783def9cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.005293 10.0.0.56 - - [2025-06-30 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.56 - - [2025-06-30 02:29:01] "POST /neutron/router HTTP/1.1" 200 151 0.068962 10.0.0.56 - - [2025-06-30 02:29:01] "DELETE /route-target/c163937f-c744-4241-acca-6310a4ff1c4d HTTP/1.1" 409 239 0.008649 10.0.0.56 - - [2025-06-30 02:29:01] "PUT /logical-router/fd52413b-b9ad-423e-83cd-d68af212db2b HTTP/1.1" 404 171 0.003476 10.0.0.56 - - [2025-06-30 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.016055 10.0.0.56 - - [2025-06-30 02:29:01] "DELETE /route-table/1e41bd95-52e0-4aff-8484-148f54279377 HTTP/1.1" 200 115 0.035489 10.0.0.56 - - [2025-06-30 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008634 10.0.0.56 - - [2025-06-30 02:29:01] "PUT /routing-instance/a3bcfe8f-92df-4c2d-a6b0-72d9aae2e14e HTTP/1.1" 200 266 0.011774 10.0.0.56 - - [2025-06-30 02:29:01] "GET /virtual-network/b24b5634-bdf9-4561-b64e-bcbed319bd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.014752 10.0.0.56 - - [2025-06-30 02:29:01] "POST /neutron/network HTTP/1.1" 200 832 0.013831 10.0.0.56 - - [2025-06-30 02:29:01] "POST /neutron/network HTTP/1.1" 400 204 0.040827 10.0.0.56 - - [2025-06-30 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.015770 10.0.0.56 - - [2025-06-30 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.56 - - [2025-06-30 02:29:01] "DELETE /instance-ip/32b832ba-8d7b-4a93-9374-dae1a12b0e9a HTTP/1.1" 200 115 0.049553 10.0.0.56 - - [2025-06-30 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.56 - - [2025-06-30 02:29:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.56 - - [2025-06-30 02:29:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.56 - - [2025-06-30 02:29:01] "DELETE /virtual-network/b24b5634-bdf9-4561-b64e-bcbed319bd02 HTTP/1.1" 200 115 0.158013 10.0.0.56 - - [2025-06-30 02:29:01] "DELETE /route-target/5c0faaf9-2010-4da3-aa1c-f3b1b4cddf6f HTTP/1.1" 200 115 0.034883 10.0.0.56 - - [2025-06-30 02:29:01] "DELETE /service-instance/77eca725-7f4f-4a20-8285-aa783def9cdf HTTP/1.1" 200 115 0.051321 10.0.0.56 - - [2025-06-30 02:29:01] "GET /logical-router/fd52413b-b9ad-423e-83cd-d68af212db2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002642 10.0.0.56 - - [2025-06-30 02:29:02] "GET /service-instance/77eca725-7f4f-4a20-8285-aa783def9cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002629 10.0.0.56 - - [2025-06-30 02:29:02] "GET /virtual-machine-interface/f980a435-4cfe-4c4c-a565-101d3ca51fd6?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.006834 10.0.0.56 - - [2025-06-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 1089 0.016348 10.0.0.56 - - [2025-06-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 1115 0.012745 10.0.0.56 - - [2025-06-30 02:29:02] "POST /ref-update HTTP/1.1" 200 156 0.034385 10.0.0.56 - - [2025-06-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 1087 0.024682 10.0.0.56 - - [2025-06-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 1113 0.012445 10.0.0.56 - - [2025-06-30 02:29:02] "GET /instance-ip/ec7e8c6e-579b-4eff-9ddb-d66f545573c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005147 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /virtual-machine-interface/f980a435-4cfe-4c4c-a565-101d3ca51fd6 HTTP/1.1" 200 115 0.080903 10.0.0.56 - - [2025-06-30 02:29:02] "GET /virtual-machine-interface/e286ccda-f160-4621-9ed0-51bb1efee54e?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.005101 10.0.0.56 - - [2025-06-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 151 0.196467 10.0.0.56 - - [2025-06-30 02:29:02] "POST /neutron/port HTTP/1.1" 200 151 0.167902 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /virtual-machine-interface/e286ccda-f160-4621-9ed0-51bb1efee54e HTTP/1.1" 200 115 0.035914 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /virtual-machine/f45fe2e2-1388-459e-aa49-8f37a6e14d67 HTTP/1.1" 200 115 0.022164 10.0.0.56 - - [2025-06-30 02:29:02] "GET /virtual-machine-interface/d302e8eb-40da-4c3b-8b3a-001b12230433?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.006619 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /virtual-machine-interface/d302e8eb-40da-4c3b-8b3a-001b12230433 HTTP/1.1" 200 115 0.036369 10.0.0.56 - - [2025-06-30 02:29:02] "GET /virtual-machine-interface/557e709a-27a5-4afe-8300-7389176cb01c?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1651 0.005858 10.0.0.56 - - [2025-06-30 02:29:02] "POST /ref-update HTTP/1.1" 200 156 0.022418 10.0.0.56 - - [2025-06-30 02:29:02] "GET /instance-ip/ec7e8c6e-579b-4eff-9ddb-d66f545573c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005015 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /instance-ip/ec7e8c6e-579b-4eff-9ddb-d66f545573c7 HTTP/1.1" 200 115 0.028908 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /virtual-machine-interface/557e709a-27a5-4afe-8300-7389176cb01c HTTP/1.1" 200 115 0.040102 10.0.0.56 - - [2025-06-30 02:29:02] "POST /ref-update HTTP/1.1" 200 156 0.011585 10.0.0.56 - - [2025-06-30 02:29:02] "DELETE /virtual-machine/de113c12-4fa3-4403-a55a-0e5efb42fb28 HTTP/1.1" 200 115 0.037655 10.0.0.56 - - [2025-06-30 02:29:03] "POST /neutron/network HTTP/1.1" 200 832 0.006313 10.0.0.56 - - [2025-06-30 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.56 - - [2025-06-30 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.56 - - [2025-06-30 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001650 10.0.0.56 - - [2025-06-30 02:29:03] "POST /neutron/network HTTP/1.1" 200 151 0.071267 10.0.0.56 - - [2025-06-30 02:29:03] "DELETE /route-target/eddcf688-d6a2-4326-9b34-ea44befdcf51 HTTP/1.1" 200 115 0.014989 10.0.0.56 - - [2025-06-30 02:29:03] "POST /neutron/network HTTP/1.1" 200 823 0.005916 10.0.0.56 - - [2025-06-30 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.56 - - [2025-06-30 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.56 - - [2025-06-30 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.56 - - [2025-06-30 02:29:03] "POST /neutron/network HTTP/1.1" 200 151 0.080077 10.0.0.56 - - [2025-06-30 02:29:03] "DELETE /route-target/aac2f19f-f62f-462d-8407-59f77fe9ce83 HTTP/1.1" 200 115 0.017464 10.0.0.56 - - [2025-06-30 02:29:04] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001213 10.0.0.56 - - [2025-06-30 02:29:04] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024759 10.0.0.56 - - [2025-06-30 02:29:04] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001578 10.0.0.56 - - [2025-06-30 02:29:04] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?fields=virtual_networks HTTP/1.1" 200 1038 0.066857 10.0.0.56 - - [2025-06-30 02:29:04] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001270 10.0.0.56 - - [2025-06-30 02:29:04] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.026257 10.0.0.56 - - [2025-06-30 02:29:04] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001129 10.0.0.56 - - [2025-06-30 02:29:04] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?fields=security_groups HTTP/1.1" 200 1267 0.028341 10.0.0.56 - - [2025-06-30 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.022652 10.0.0.56 - - [2025-06-30 02:29:05] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002745 10.0.0.56 - - [2025-06-30 02:29:05] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.56 - - [2025-06-30 02:29:05] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007346 10.0.0.56 - - [2025-06-30 02:29:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.001271 10.0.0.56 - - [2025-06-30 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.002395 10.0.0.56 - - [2025-06-30 02:29:05] "POST /security-groups HTTP/1.1" 200 599 0.071388 10.0.0.56 - - [2025-06-30 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.004894 10.0.0.56 - - [2025-06-30 02:29:05] "POST /projects HTTP/1.1" 200 601 0.220199 10.0.0.56 - - [2025-06-30 02:29:05] "POST /access-control-lists HTTP/1.1" 200 604 0.059850 10.0.0.56 - - [2025-06-30 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.290125 10.0.0.56 - - [2025-06-30 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 241 0.002896 10.0.0.56 - - [2025-06-30 02:29:05] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.411143 10.0.0.56 - - [2025-06-30 02:29:05] "POST /access-control-lists HTTP/1.1" 200 602 0.059956 10.0.0.56 - - [2025-06-30 02:29:06] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.56 - - [2025-06-30 02:29:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.56 - - [2025-06-30 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.049500 10.0.0.56 - - [2025-06-30 02:29:07] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.56 - - [2025-06-30 02:29:07] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.022098 10.0.0.56 - - [2025-06-30 02:29:07] "POST /neutron/network HTTP/1.1" 200 117 0.029087 10.0.0.56 - - [2025-06-30 02:29:07] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001704 10.0.0.56 - - [2025-06-30 02:29:07] "POST /neutron/network HTTP/1.1" 200 613 0.061752 10.0.0.56 - - [2025-06-30 02:29:07] "POST /route-targets HTTP/1.1" 200 327 0.009915 10.0.0.56 - - [2025-06-30 02:29:07] "POST /ref-update HTTP/1.1" 200 156 0.010766 10.0.0.56 - - [2025-06-30 02:29:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002498 10.0.0.56 - - [2025-06-30 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.130322 10.0.0.56 - - [2025-06-30 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.198650 10.0.0.56 - - [2025-06-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.027715 10.0.0.56 - - [2025-06-30 02:29:08] "GET /virtual-network/c6a9c52b-c0d2-41dd-8e97-f46fe66c9ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006600 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 1008 0.006526 10.0.0.56 - - [2025-06-30 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001375 10.0.0.56 - - [2025-06-30 02:29:08] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005067 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 1008 0.009535 10.0.0.56 - - [2025-06-30 02:29:08] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006804 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 1008 0.007595 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.007761 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.008407 10.0.0.56 - - [2025-06-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.56 - - [2025-06-30 02:29:08] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.56 - - [2025-06-30 02:29:08] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.025089 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 117 0.010529 10.0.0.56 - - [2025-06-30 02:29:08] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 613 0.069340 10.0.0.56 - - [2025-06-30 02:29:08] "POST /route-targets HTTP/1.1" 200 327 0.014783 10.0.0.56 - - [2025-06-30 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.011634 10.0.0.56 - - [2025-06-30 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.154190 10.0.0.56 - - [2025-06-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.56 - - [2025-06-30 02:29:08] "GET /virtual-network/c6a9c52b-c0d2-41dd-8e97-f46fe66c9ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004481 10.0.0.56 - - [2025-06-30 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003191 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.157184 10.0.0.56 - - [2025-06-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 1006 0.007465 10.0.0.56 - - [2025-06-30 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001276 10.0.0.56 - - [2025-06-30 02:29:08] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005274 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1006 0.007272 10.0.0.56 - - [2025-06-30 02:29:09] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005718 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1006 0.007352 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.007846 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.007529 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002878 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-06-30 02:29:09] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.56 - - [2025-06-30 02:29:09] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.027868 10.0.0.56 - - [2025-06-30 02:29:09] "POST /network-policys HTTP/1.1" 200 577 0.063988 10.0.0.56 - - [2025-06-30 02:29:09] "GET /network-policy/9b8ed00c-224c-41da-bd98-cee3849f81d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004941 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1008 0.008380 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.006536 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006484 10.0.0.56 - - [2025-06-30 02:29:09] "GET /virtual-network/c6a9c52b-c0d2-41dd-8e97-f46fe66c9ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006537 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1116 0.058695 10.0.0.56 - - [2025-06-30 02:29:09] "POST /access-control-lists HTTP/1.1" 200 596 0.074896 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1116 0.045758 10.0.0.56 - - [2025-06-30 02:29:09] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007460 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.56 - - [2025-06-30 02:29:09] "GET /network-policy/9b8ed00c-224c-41da-bd98-cee3849f81d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003755 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1006 0.008721 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.004302 10.0.0.56 - - [2025-06-30 02:29:09] "GET /virtual-network/c6a9c52b-c0d2-41dd-8e97-f46fe66c9ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007324 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1114 0.118166 10.0.0.56 - - [2025-06-30 02:29:09] "POST /access-control-lists HTTP/1.1" 200 596 0.075675 10.0.0.56 - - [2025-06-30 02:29:09] "POST /neutron/network HTTP/1.1" 200 1114 0.049285 10.0.0.56 - - [2025-06-30 02:29:09] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006839 10.0.0.56 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.56 - - [2025-06-30 02:29:09] "POST /ref-update HTTP/1.1" 200 156 0.010472 10.0.0.56 - - [2025-06-30 02:29:09] "GET /network-policy/9b8ed00c-224c-41da-bd98-cee3849f81d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003680 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domains HTTP/1.1" 401 292 0.000441 10.0.0.56 - - [2025-06-30 02:29:10] "PUT /access-control-list/6bfd9507-4637-431c-8548-7308eac1fb90 HTTP/1.1" 200 272 0.052698 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domains HTTP/1.1" 200 280 0.026737 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2771 0.009668 10.0.0.56 - - [2025-06-30 02:29:10] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.56 - - [2025-06-30 02:29:10] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 2624 0.068095 10.0.0.56 - - [2025-06-30 02:29:10] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853 HTTP/1.1" 200 3510 0.006017 10.0.0.56 - - [2025-06-30 02:29:10] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853 HTTP/1.1" 200 3510 0.004837 10.0.0.56 - - [2025-06-30 02:29:10] "GET /routing-instance/82ede48c-fd1a-4b5d-a8ea-6d7345b3410a HTTP/1.1" 200 1795 0.003580 10.0.0.56 - - [2025-06-30 02:29:10] "GET /routing-instance/82ede48c-fd1a-4b5d-a8ea-6d7345b3410a HTTP/1.1" 200 1795 0.004070 10.0.0.56 - - [2025-06-30 02:29:10] "GET /route-target/adbcafac-6d8f-4166-9fa0-fcf71a250de0 HTTP/1.1" 200 1213 0.003466 10.0.0.56 - - [2025-06-30 02:29:10] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853 HTTP/1.1" 200 3510 0.004912 10.0.0.56 - - [2025-06-30 02:29:10] "GET /routing-instance/82ede48c-fd1a-4b5d-a8ea-6d7345b3410a HTTP/1.1" 200 1795 0.003114 10.0.0.56 - - [2025-06-30 02:29:10] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004915 10.0.0.56 - - [2025-06-30 02:29:10] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853 HTTP/1.1" 200 3510 0.004848 10.0.0.56 - - [2025-06-30 02:29:10] "GET /routing-instance/82ede48c-fd1a-4b5d-a8ea-6d7345b3410a HTTP/1.1" 200 1795 0.003673 10.0.0.56 - - [2025-06-30 02:29:10] "GET /routing-instance/82ede48c-fd1a-4b5d-a8ea-6d7345b3410a HTTP/1.1" 200 1795 0.003795 10.0.0.56 - - [2025-06-30 02:29:10] "GET /route-target/adbcafac-6d8f-4166-9fa0-fcf71a250de0 HTTP/1.1" 200 1213 0.003304 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domains HTTP/1.1" 200 280 0.002772 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.56 - - [2025-06-30 02:29:10] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2771 0.006708 10.0.0.56 - - [2025-06-30 02:29:10] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.56 - - [2025-06-30 02:29:10] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 2624 0.069993 10.0.0.56 - - [2025-06-30 02:29:10] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853 HTTP/1.1" 200 3510 0.004637 10.0.0.56 - - [2025-06-30 02:29:10] "GET /obj-perms HTTP/1.1" 200 5046 0.051347 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domains HTTP/1.1" 200 280 0.003027 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2771 0.007304 10.0.0.56 - - [2025-06-30 02:29:11] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.56 - - [2025-06-30 02:29:11] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 2624 0.074974 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce HTTP/1.1" 200 3504 0.007665 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce HTTP/1.1" 200 3504 0.005453 10.0.0.56 - - [2025-06-30 02:29:11] "GET /routing-instance/17528017-be45-480e-b50b-3e279f0e921f HTTP/1.1" 200 1795 0.004118 10.0.0.56 - - [2025-06-30 02:29:11] "GET /routing-instance/17528017-be45-480e-b50b-3e279f0e921f HTTP/1.1" 200 1795 0.003970 10.0.0.56 - - [2025-06-30 02:29:11] "GET /route-target/bab64bc7-050f-475d-8335-01eb37a6a69e HTTP/1.1" 200 1212 0.003425 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce HTTP/1.1" 200 3504 0.004929 10.0.0.56 - - [2025-06-30 02:29:11] "GET /routing-instance/17528017-be45-480e-b50b-3e279f0e921f HTTP/1.1" 200 1795 0.003810 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005568 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce HTTP/1.1" 200 3504 0.005457 10.0.0.56 - - [2025-06-30 02:29:11] "GET /routing-instance/17528017-be45-480e-b50b-3e279f0e921f HTTP/1.1" 200 1795 0.003570 10.0.0.56 - - [2025-06-30 02:29:11] "GET /routing-instance/17528017-be45-480e-b50b-3e279f0e921f HTTP/1.1" 200 1795 0.003905 10.0.0.56 - - [2025-06-30 02:29:11] "GET /route-target/bab64bc7-050f-475d-8335-01eb37a6a69e HTTP/1.1" 200 1212 0.003140 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domains HTTP/1.1" 200 280 0.003761 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2771 0.007278 10.0.0.56 - - [2025-06-30 02:29:11] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.56 - - [2025-06-30 02:29:11] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 2624 0.070925 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce HTTP/1.1" 200 3504 0.005785 10.0.0.56 - - [2025-06-30 02:29:11] "GET /obj-perms HTTP/1.1" 200 5046 0.004452 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006459 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1114 0.008278 10.0.0.56 - - [2025-06-30 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009058 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/c6a9c52b-c0d2-41dd-8e97-f46fe66c9ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006613 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1006 0.068105 10.0.0.56 - - [2025-06-30 02:29:11] "DELETE /access-control-list/b90b5774-4d31-4b0e-9c4a-a6b2e56b141a HTTP/1.1" 200 115 0.051304 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1006 0.011171 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/3b09bc64-cee6-4b15-a6ad-ea60123173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008276 10.0.0.56 - - [2025-06-30 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.027698 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007556 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1116 0.009360 10.0.0.56 - - [2025-06-30 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010948 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/c6a9c52b-c0d2-41dd-8e97-f46fe66c9ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005128 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1008 0.053663 10.0.0.56 - - [2025-06-30 02:29:11] "DELETE /access-control-list/6bfd9507-4637-431c-8548-7308eac1fb90 HTTP/1.1" 200 115 0.044396 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1008 0.009789 10.0.0.56 - - [2025-06-30 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.012105 10.0.0.56 - - [2025-06-30 02:29:11] "GET /virtual-network/6a3ea15b-cbfd-423c-b28d-b14ab84b3853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005607 10.0.0.56 - - [2025-06-30 02:29:11] "DELETE /network-policy/9b8ed00c-224c-41da-bd98-cee3849f81d0 HTTP/1.1" 200 115 0.028277 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 1006 0.012659 10.0.0.56 - - [2025-06-30 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.56 - - [2025-06-30 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002942 10.0.0.56 - - [2025-06-30 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004400 10.0.0.56 - - [2025-06-30 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002612 10.0.0.56 - - [2025-06-30 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.56 - - [2025-06-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 151 0.105172 10.0.0.56 - - [2025-06-30 02:29:11] "DELETE /route-target/bab64bc7-050f-475d-8335-01eb37a6a69e HTTP/1.1" 200 115 0.028687 10.0.0.56 - - [2025-06-30 02:29:11] "GET /routing-instance/17528017-be45-480e-b50b-3e279f0e921f HTTP/1.1" 404 171 0.003079 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domains HTTP/1.1" 200 280 0.003134 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001659 10.0.0.56 - - [2025-06-30 02:29:11] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2771 0.051262 10.0.0.56 - - [2025-06-30 02:29:11] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001709 10.0.0.56 - - [2025-06-30 02:29:12] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 2144 0.071753 10.0.0.56 - - [2025-06-30 02:29:12] "POST /neutron/network HTTP/1.1" 200 1008 0.007153 10.0.0.56 - - [2025-06-30 02:29:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.56 - - [2025-06-30 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.56 - - [2025-06-30 02:29:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.56 - - [2025-06-30 02:29:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002112 10.0.0.56 - - [2025-06-30 02:29:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001683 10.0.0.56 - - [2025-06-30 02:29:12] "POST /neutron/network HTTP/1.1" 200 151 0.088062 10.0.0.56 - - [2025-06-30 02:29:12] "DELETE /route-target/adbcafac-6d8f-4166-9fa0-fcf71a250de0 HTTP/1.1" 200 115 0.022199 10.0.0.56 - - [2025-06-30 02:29:12] "GET /routing-instance/82ede48c-fd1a-4b5d-a8ea-6d7345b3410a HTTP/1.1" 404 171 0.002450 10.0.0.56 - - [2025-06-30 02:29:12] "GET /domains HTTP/1.1" 200 280 0.002327 10.0.0.56 - - [2025-06-30 02:29:12] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.56 - - [2025-06-30 02:29:12] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2771 0.048357 10.0.0.56 - - [2025-06-30 02:29:12] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.56 - - [2025-06-30 02:29:12] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 1899 0.071155 10.0.0.56 - - [2025-06-30 02:29:12] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.56 - - [2025-06-30 02:29:12] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026033 10.0.0.56 - - [2025-06-30 02:29:12] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.56 - - [2025-06-30 02:29:12] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?fields=virtual_networks HTTP/1.1" 200 1047 0.064088 10.0.0.56 - - [2025-06-30 02:29:12] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.56 - - [2025-06-30 02:29:12] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.024801 10.0.0.56 - - [2025-06-30 02:29:12] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.56 - - [2025-06-30 02:29:12] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?fields=security_groups HTTP/1.1" 200 1281 0.025644 10.0.0.56 - - [2025-06-30 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.023112 10.0.0.56 - - [2025-06-30 02:29:13] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002561 10.0.0.56 - - [2025-06-30 02:29:13] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001894 10.0.0.56 - - [2025-06-30 02:29:13] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011460 10.0.0.56 - - [2025-06-30 02:29:13] "POST /id-to-fqname HTTP/1.1" 200 192 0.001723 10.0.0.56 - - [2025-06-30 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.002672 10.0.0.56 - - [2025-06-30 02:29:13] "POST /security-groups HTTP/1.1" 200 593 0.061326 10.0.0.56 - - [2025-06-30 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.002768 10.0.0.56 - - [2025-06-30 02:29:13] "POST /projects HTTP/1.1" 200 589 0.213134 10.0.0.56 - - [2025-06-30 02:29:13] "POST /access-control-lists HTTP/1.1" 200 598 0.058422 10.0.0.56 - - [2025-06-30 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.281059 10.0.0.56 - - [2025-06-30 02:29:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.003853 10.0.0.56 - - [2025-06-30 02:29:14] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.402406 10.0.0.56 - - [2025-06-30 02:29:14] "POST /access-control-lists HTTP/1.1" 200 596 0.068923 10.0.0.56 - - [2025-06-30 02:29:15] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.56 - - [2025-06-30 02:29:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.56 - - [2025-06-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.051130 10.0.0.56 - - [2025-06-30 02:29:16] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001160 10.0.0.56 - - [2025-06-30 02:29:16] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022354 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 117 0.027857 10.0.0.56 - - [2025-06-30 02:29:16] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001496 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 607 0.063190 10.0.0.56 - - [2025-06-30 02:29:16] "POST /route-targets HTTP/1.1" 200 327 0.012730 10.0.0.56 - - [2025-06-30 02:29:16] "POST /ref-update HTTP/1.1" 200 156 0.012144 10.0.0.56 - - [2025-06-30 02:29:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005051 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.197067 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 825 0.005846 10.0.0.56 - - [2025-06-30 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001303 10.0.0.56 - - [2025-06-30 02:29:16] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005059 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 825 0.005457 10.0.0.56 - - [2025-06-30 02:29:16] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004879 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 825 0.005339 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.006406 10.0.0.56 - - [2025-06-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.56 - - [2025-06-30 02:29:16] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.56 - - [2025-06-30 02:29:16] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023106 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 117 0.008390 10.0.0.56 - - [2025-06-30 02:29:16] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.56 - - [2025-06-30 02:29:16] "POST /neutron/network HTTP/1.1" 200 607 0.059239 10.0.0.56 - - [2025-06-30 02:29:16] "POST /route-targets HTTP/1.1" 200 327 0.013351 10.0.0.56 - - [2025-06-30 02:29:16] "POST /ref-update HTTP/1.1" 200 156 0.012331 10.0.0.56 - - [2025-06-30 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.149971 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 825 0.005342 10.0.0.56 - - [2025-06-30 02:29:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001209 10.0.0.56 - - [2025-06-30 02:29:17] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004802 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 825 0.005806 10.0.0.56 - - [2025-06-30 02:29:17] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004926 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 825 0.006641 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.011107 10.0.0.56 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002319 10.0.0.56 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002206 10.0.0.56 - - [2025-06-30 02:29:17] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.56 - - [2025-06-30 02:29:17] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025597 10.0.0.56 - - [2025-06-30 02:29:17] "POST /network-policys HTTP/1.1" 200 571 0.016177 10.0.0.56 - - [2025-06-30 02:29:17] "GET /network-policy/e8d5489d-a5b8-47b7-8718-9a97719cc4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004770 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 825 0.005625 10.0.0.56 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.003253 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 927 0.038525 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 927 0.005321 10.0.0.56 - - [2025-06-30 02:29:17] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.038345 10.0.0.56 - - [2025-06-30 02:29:17] "POST /access-control-lists HTTP/1.1" 200 590 0.069925 10.0.0.56 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012050 10.0.0.56 - - [2025-06-30 02:29:17] "GET /network-policy/e8d5489d-a5b8-47b7-8718-9a97719cc4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003421 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 825 0.005633 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 927 0.039415 10.0.0.56 - - [2025-06-30 02:29:17] "POST /neutron/network HTTP/1.1" 200 927 0.030435 10.0.0.56 - - [2025-06-30 02:29:17] "PUT /access-control-list/4618d1d0-8b35-434b-862e-ee3063f51348 HTTP/1.1" 200 272 0.058469 10.0.0.56 - - [2025-06-30 02:29:17] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006089 10.0.0.56 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.005401 10.0.0.56 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.56 - - [2025-06-30 02:29:17] "GET /network-policy/e8d5489d-a5b8-47b7-8718-9a97719cc4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002651 10.0.0.56 - - [2025-06-30 02:29:17] "GET /domains HTTP/1.1" 401 292 0.000478 10.0.0.56 - - [2025-06-30 02:29:17] "POST /access-control-lists HTTP/1.1" 200 590 0.060583 10.0.0.56 - - [2025-06-30 02:29:17] "POST /ref-update HTTP/1.1" 200 156 0.010703 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domains HTTP/1.1" 200 280 0.026949 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2959 0.010890 10.0.0.56 - - [2025-06-30 02:29:18] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001449 10.0.0.56 - - [2025-06-30 02:29:18] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 2571 0.084951 10.0.0.56 - - [2025-06-30 02:29:18] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98 HTTP/1.1" 200 2887 0.008792 10.0.0.56 - - [2025-06-30 02:29:18] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98 HTTP/1.1" 200 2887 0.006520 10.0.0.56 - - [2025-06-30 02:29:18] "GET /routing-instance/6da11139-de36-48ad-928e-a277b7058e61 HTTP/1.1" 200 1783 0.004877 10.0.0.56 - - [2025-06-30 02:29:18] "GET /routing-instance/6da11139-de36-48ad-928e-a277b7058e61 HTTP/1.1" 200 1783 0.004423 10.0.0.56 - - [2025-06-30 02:29:18] "GET /route-target/49cb454e-b137-4278-97d1-4a33658dc47c HTTP/1.1" 200 1206 0.004192 10.0.0.56 - - [2025-06-30 02:29:18] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98 HTTP/1.1" 200 2887 0.005590 10.0.0.56 - - [2025-06-30 02:29:18] "GET /routing-instance/6da11139-de36-48ad-928e-a277b7058e61 HTTP/1.1" 200 1783 0.004102 10.0.0.56 - - [2025-06-30 02:29:18] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005931 10.0.0.56 - - [2025-06-30 02:29:18] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98 HTTP/1.1" 200 2887 0.006788 10.0.0.56 - - [2025-06-30 02:29:18] "GET /routing-instance/6da11139-de36-48ad-928e-a277b7058e61 HTTP/1.1" 200 1783 0.005203 10.0.0.56 - - [2025-06-30 02:29:18] "GET /routing-instance/6da11139-de36-48ad-928e-a277b7058e61 HTTP/1.1" 200 1783 0.004992 10.0.0.56 - - [2025-06-30 02:29:18] "GET /route-target/49cb454e-b137-4278-97d1-4a33658dc47c HTTP/1.1" 200 1206 0.004596 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domains HTTP/1.1" 200 280 0.003635 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2959 0.009801 10.0.0.56 - - [2025-06-30 02:29:18] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001448 10.0.0.56 - - [2025-06-30 02:29:18] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 2571 0.086715 10.0.0.56 - - [2025-06-30 02:29:18] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98 HTTP/1.1" 200 2887 0.008721 10.0.0.56 - - [2025-06-30 02:29:18] "GET /obj-perms HTTP/1.1" 200 5034 0.051273 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domains HTTP/1.1" 200 280 0.002741 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.56 - - [2025-06-30 02:29:18] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2959 0.007082 10.0.0.56 - - [2025-06-30 02:29:18] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001280 10.0.0.56 - - [2025-06-30 02:29:19] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 2571 0.069309 10.0.0.56 - - [2025-06-30 02:29:19] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2 HTTP/1.1" 200 2888 0.008206 10.0.0.56 - - [2025-06-30 02:29:19] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2 HTTP/1.1" 200 2888 0.005724 10.0.0.56 - - [2025-06-30 02:29:19] "GET /routing-instance/64f7f870-4aa6-444b-a0c7-b28868b2bb23 HTTP/1.1" 200 1783 0.004100 10.0.0.56 - - [2025-06-30 02:29:19] "GET /routing-instance/64f7f870-4aa6-444b-a0c7-b28868b2bb23 HTTP/1.1" 200 1783 0.004009 10.0.0.56 - - [2025-06-30 02:29:19] "GET /route-target/5a0e6f5b-15bf-4301-b664-cf2121193669 HTTP/1.1" 200 1206 0.003463 10.0.0.56 - - [2025-06-30 02:29:19] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2 HTTP/1.1" 200 2888 0.005300 10.0.0.56 - - [2025-06-30 02:29:19] "GET /routing-instance/64f7f870-4aa6-444b-a0c7-b28868b2bb23 HTTP/1.1" 200 1783 0.004251 10.0.0.56 - - [2025-06-30 02:29:19] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005613 10.0.0.56 - - [2025-06-30 02:29:19] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2 HTTP/1.1" 200 2888 0.005734 10.0.0.56 - - [2025-06-30 02:29:19] "GET /routing-instance/64f7f870-4aa6-444b-a0c7-b28868b2bb23 HTTP/1.1" 200 1783 0.003704 10.0.0.56 - - [2025-06-30 02:29:19] "GET /routing-instance/64f7f870-4aa6-444b-a0c7-b28868b2bb23 HTTP/1.1" 200 1783 0.003854 10.0.0.56 - - [2025-06-30 02:29:19] "GET /route-target/5a0e6f5b-15bf-4301-b664-cf2121193669 HTTP/1.1" 200 1206 0.004375 10.0.0.56 - - [2025-06-30 02:29:19] "GET /domains HTTP/1.1" 200 280 0.003160 10.0.0.56 - - [2025-06-30 02:29:19] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.56 - - [2025-06-30 02:29:19] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2959 0.008632 10.0.0.56 - - [2025-06-30 02:29:19] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.56 - - [2025-06-30 02:29:19] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 2571 0.070387 10.0.0.56 - - [2025-06-30 02:29:19] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2 HTTP/1.1" 200 2888 0.016565 10.0.0.56 - - [2025-06-30 02:29:19] "GET /obj-perms HTTP/1.1" 200 5034 0.003277 10.0.0.56 - - [2025-06-30 02:29:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001752 10.0.0.56 - - [2025-06-30 02:29:19] "POST /neutron/network HTTP/1.1" 200 937 0.006665 10.0.0.56 - - [2025-06-30 02:29:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.56 - - [2025-06-30 02:29:19] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.56 - - [2025-06-30 02:29:19] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.56 - - [2025-06-30 02:29:20] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.56 - - [2025-06-30 02:29:20] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051893 10.0.0.56 - - [2025-06-30 02:29:20] "POST /neutron/network HTTP/1.1" 200 927 0.006275 10.0.0.56 - - [2025-06-30 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.005960 10.0.0.56 - - [2025-06-30 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.008029 10.0.0.56 - - [2025-06-30 02:29:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001355 10.0.0.56 - - [2025-06-30 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.005421 10.0.0.56 - - [2025-06-30 02:29:20] "POST /neutron/network HTTP/1.1" 200 937 0.005986 10.0.0.56 - - [2025-06-30 02:29:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000476 10.0.0.56 - - [2025-06-30 02:29:20] "POST /neutron/network HTTP/1.1" 200 937 0.005920 10.0.0.56 - - [2025-06-30 02:29:20] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001763 10.0.0.56 - - [2025-06-30 02:29:21] "GET / HTTP/1.1" 200 35931 0.003666 10.0.0.56 - - [2025-06-30 02:29:21] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1061 0.242558 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1061 0.009589 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1061 0.010452 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1115 0.068253 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1089 0.018926 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005049 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.012867 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 117 0.002219 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/network HTTP/1.1" 200 927 0.007255 10.0.0.56 - - [2025-06-30 02:29:21] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001700 10.0.0.56 - - [2025-06-30 02:29:21] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059159 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/network HTTP/1.1" 200 927 0.005913 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1089 0.034899 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010180 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 117 0.009418 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1089 0.017377 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008151 10.0.0.56 - - [2025-06-30 02:29:21] "POST /neutron/network HTTP/1.1" 200 937 0.008977 10.0.0.56 - - [2025-06-30 02:29:21] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.56 - - [2025-06-30 02:29:22] "PUT /access-control-list/cb59e1e9-4398-40bb-aaa7-7baaa7a8964b HTTP/1.1" 200 272 0.024488 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/port HTTP/1.1" 200 1061 0.339783 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/port HTTP/1.1" 200 1061 0.040191 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/port HTTP/1.1" 200 1061 0.013360 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/port HTTP/1.1" 200 1115 0.075280 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/port HTTP/1.1" 200 1089 0.023841 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.015373 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.56 - - [2025-06-30 02:29:22] "POST /neutron/network HTTP/1.1" 200 927 0.010582 10.0.0.56 - - [2025-06-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1089 0.020127 10.0.0.56 - - [2025-06-30 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008049 10.0.0.56 - - [2025-06-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1089 0.017618 10.0.0.56 - - [2025-06-30 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006329 10.0.0.56 - - [2025-06-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1089 0.014818 10.0.0.56 - - [2025-06-30 02:29:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006265 10.0.0.56 - - [2025-06-30 02:29:27] "GET /virtual-machine/155aabd5-c205-47a4-ab2c-fdd749b0635b HTTP/1.1" 200 1294 0.004559 10.0.0.56 - - [2025-06-30 02:29:27] "GET /virtual-machine-interface/b4d65463-6f54-4cf8-adce-bb67159f032d HTTP/1.1" 200 2951 0.005185 10.0.0.56 - - [2025-06-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.56 - - [2025-06-30 02:29:27] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003038 10.0.0.56 - - [2025-06-30 02:29:27] "GET /virtual-networks?parent_id=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003235 10.0.0.56 - - [2025-06-30 02:29:27] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005086 10.0.0.56 - - [2025-06-30 02:29:29] "POST /neutron/port HTTP/1.1" 200 1089 0.016203 10.0.0.56 - - [2025-06-30 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006490 10.0.0.56 - - [2025-06-30 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.56 - - [2025-06-30 02:29:30] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005928 10.0.0.56 - - [2025-06-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016531 10.0.0.56 - - [2025-06-30 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005715 10.0.0.56 - - [2025-06-30 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.56 - - [2025-06-30 02:29:32] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006897 10.0.0.56 - - [2025-06-30 02:29:32] "GET /virtual-networks?parent_id=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003788 10.0.0.56 - - [2025-06-30 02:29:32] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006192 10.0.0.56 - - [2025-06-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1089 0.015003 10.0.0.56 - - [2025-06-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006728 10.0.0.56 - - [2025-06-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1089 0.015816 10.0.0.56 - - [2025-06-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006505 10.0.0.56 - - [2025-06-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1089 0.014858 10.0.0.56 - - [2025-06-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007915 10.0.0.56 - - [2025-06-30 02:29:32] "GET /virtual-machine/66330e02-07ce-40fc-9cf7-ad1dd8e434f1 HTTP/1.1" 200 1294 0.004469 10.0.0.56 - - [2025-06-30 02:29:32] "GET /virtual-machine-interface/e401c1ca-d69e-4fc5-878f-e74f82b5db2d HTTP/1.1" 200 2950 0.004910 10.0.0.56 - - [2025-06-30 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.56 - - [2025-06-30 02:29:32] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003207 10.0.0.56 - - [2025-06-30 02:29:33] "GET /virtual-networks?parent_id=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003886 10.0.0.56 - - [2025-06-30 02:29:33] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005745 10.0.0.56 - - [2025-06-30 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.56 - - [2025-06-30 02:29:34] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003631 10.0.0.56 - - [2025-06-30 02:29:34] "GET /virtual-networks?parent_id=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003355 10.0.0.56 - - [2025-06-30 02:29:34] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005357 10.0.0.56 - - [2025-06-30 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-06-30 02:29:38] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.56 - - [2025-06-30 02:29:38] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024614 10.0.0.56 - - [2025-06-30 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.56 - - [2025-06-30 02:29:38] "PUT /network-policy/e8d5489d-a5b8-47b7-8718-9a97719cc4ae HTTP/1.1" 200 262 0.009995 10.0.0.56 - - [2025-06-30 02:29:38] "PUT /access-control-list/4618d1d0-8b35-434b-862e-ee3063f51348 HTTP/1.1" 200 272 0.051413 10.0.0.56 - - [2025-06-30 02:29:38] "POST /ref-update HTTP/1.1" 200 156 0.013569 10.0.0.56 - - [2025-06-30 02:29:38] "PUT /access-control-list/cb59e1e9-4398-40bb-aaa7-7baaa7a8964b HTTP/1.1" 200 272 0.052711 10.0.0.56 - - [2025-06-30 02:29:38] "POST /ref-update HTTP/1.1" 200 156 0.012414 10.0.0.56 - - [2025-06-30 02:29:41] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005604 10.0.0.56 - - [2025-06-30 02:29:41] "POST /neutron/network HTTP/1.1" 200 927 0.006297 10.0.0.56 - - [2025-06-30 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.034830 10.0.0.56 - - [2025-06-30 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.005543 10.0.0.56 - - [2025-06-30 02:29:41] "GET /virtual-network/a4378d8a-b744-449b-9913-afccb96eaea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008011 10.0.0.56 - - [2025-06-30 02:29:41] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004928 10.0.0.56 - - [2025-06-30 02:29:41] "POST /neutron/network HTTP/1.1" 200 927 0.007120 10.0.0.56 - - [2025-06-30 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.065103 10.0.0.56 - - [2025-06-30 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.008295 10.0.0.56 - - [2025-06-30 02:29:41] "GET /virtual-network/eaac571f-dbef-4e51-8071-b1b8bc6f3a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005397 10.0.0.56 - - [2025-06-30 02:29:41] "DELETE /network-policy/e8d5489d-a5b8-47b7-8718-9a97719cc4ae HTTP/1.1" 200 115 0.025844 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/network HTTP/1.1" 200 825 0.006238 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/network HTTP/1.1" 400 204 0.009590 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 1089 0.014660 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 1115 0.010850 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 1089 0.018590 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 1115 0.009224 10.0.0.56 - - [2025-06-30 02:29:42] "DELETE /access-control-list/cb59e1e9-4398-40bb-aaa7-7baaa7a8964b HTTP/1.1" 200 115 0.048668 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 151 0.146072 10.0.0.56 - - [2025-06-30 02:29:42] "DELETE /access-control-list/4618d1d0-8b35-434b-862e-ee3063f51348 HTTP/1.1" 200 115 0.039610 10.0.0.56 - - [2025-06-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 151 0.153927 10.0.0.56 - - [2025-06-30 02:29:42] "DELETE /project/f273497c791e4960bdc1a770a7fc30e2 HTTP/1.1" 404 173 0.010384 10.0.0.56 - - [2025-06-30 02:29:42] "DELETE /project/5bc9352c3b114a99bfc3928e32ee0d33 HTTP/1.1" 404 173 0.009446 10.0.0.56 - - [2025-06-30 02:29:42] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.56 - - [2025-06-30 02:29:42] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000822 10.0.0.56 - - [2025-06-30 02:29:42] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.027734 10.0.0.56 - - [2025-06-30 02:29:42] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.037386 10.0.0.56 - - [2025-06-30 02:29:42] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001155 10.0.0.56 - - [2025-06-30 02:29:42] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.56 - - [2025-06-30 02:29:42] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?fields=security_groups HTTP/1.1" 200 1372 0.045833 10.0.0.56 - - [2025-06-30 02:29:42] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?fields=security_groups HTTP/1.1" 200 1386 0.044748 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /security-group/18da83e7-f0c6-438e-9547-31a551cdcd96 HTTP/1.1" 200 115 0.060710 10.0.0.56 - - [2025-06-30 02:29:43] "GET /projects?obj_uuids=c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001042 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /access-control-list/34cb8161-7805-47b4-a060-d9d13c150f2f HTTP/1.1" 200 115 0.041203 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /security-group/bf8fd3cc-f600-42ab-b71b-06e0a9e7788b HTTP/1.1" 200 115 0.072629 10.0.0.56 - - [2025-06-30 02:29:43] "GET /projects?obj_uuids=5bc9352c-3b11-4a99-bfc3-928e32ee0d33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.56 - - [2025-06-30 02:29:43] "GET /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c?fields=application_policy_sets HTTP/1.1" 200 1411 0.042419 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /access-control-list/a287c68a-455f-41cc-8543-b4199567f3b2 HTTP/1.1" 200 115 0.032952 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /access-control-list/f0f986b9-e68f-4977-9e03-4f0e84f6b080 HTTP/1.1" 200 115 0.023998 10.0.0.56 - - [2025-06-30 02:29:43] "GET /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33?fields=application_policy_sets HTTP/1.1" 200 1425 0.080877 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /access-control-list/9cbbd0f0-32fc-4ef5-8bba-ea7e69043729 HTTP/1.1" 200 115 0.034870 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /project/c9f6554a-0c0c-4804-9cab-b2a5c2d7a73c HTTP/1.1" 200 115 0.365733 10.0.0.56 - - [2025-06-30 02:29:43] "DELETE /project/5bc9352c-3b11-4a99-bfc3-928e32ee0d33 HTTP/1.1" 200 115 0.418352 10.0.0.56 - - [2025-06-30 02:29:44] "POST /neutron/network HTTP/1.1" 200 825 0.005215 10.0.0.56 - - [2025-06-30 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003974 10.0.0.56 - - [2025-06-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.56 - - [2025-06-30 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001936 10.0.0.56 - - [2025-06-30 02:29:44] "POST /neutron/network HTTP/1.1" 200 151 0.070899 10.0.0.56 - - [2025-06-30 02:29:44] "GET /routing-instance/64f7f870-4aa6-444b-a0c7-b28868b2bb23 HTTP/1.1" 404 171 0.003970 10.0.0.56 - - [2025-06-30 02:29:44] "DELETE /route-target/5a0e6f5b-15bf-4301-b664-cf2121193669 HTTP/1.1" 200 115 0.019047 10.0.0.56 - - [2025-06-30 02:29:44] "GET /domains HTTP/1.1" 200 280 0.002307 10.0.0.56 - - [2025-06-30 02:29:44] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.56 - - [2025-06-30 02:29:44] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2576 0.050581 10.0.0.56 - - [2025-06-30 02:29:44] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001653 10.0.0.56 - - [2025-06-30 02:29:44] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 2103 0.065372 10.0.0.56 - - [2025-06-30 02:29:44] "POST /neutron/network HTTP/1.1" 200 825 0.006090 10.0.0.56 - - [2025-06-30 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004095 10.0.0.56 - - [2025-06-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.56 - - [2025-06-30 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001794 10.0.0.56 - - [2025-06-30 02:29:44] "POST /neutron/network HTTP/1.1" 200 151 0.070163 10.0.0.56 - - [2025-06-30 02:29:44] "GET /routing-instance/6da11139-de36-48ad-928e-a277b7058e61 HTTP/1.1" 404 171 0.001861 10.0.0.56 - - [2025-06-30 02:29:44] "DELETE /route-target/49cb454e-b137-4278-97d1-4a33658dc47c HTTP/1.1" 200 115 0.020304 10.0.0.56 - - [2025-06-30 02:29:44] "GET /domains HTTP/1.1" 200 280 0.002632 10.0.0.56 - - [2025-06-30 02:29:44] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.56 - - [2025-06-30 02:29:44] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2576 0.049049 10.0.0.56 - - [2025-06-30 02:29:44] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001580 10.0.0.56 - - [2025-06-30 02:29:44] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 1864 0.069846 10.0.0.56 - - [2025-06-30 02:29:44] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001283 10.0.0.56 - - [2025-06-30 02:29:44] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.030267 10.0.0.56 - - [2025-06-30 02:29:44] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.56 - - [2025-06-30 02:29:44] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?fields=virtual_networks HTTP/1.1" 200 1036 0.063078 10.0.0.56 - - [2025-06-30 02:29:44] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.56 - - [2025-06-30 02:29:44] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026891 10.0.0.56 - - [2025-06-30 02:29:45] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001426 10.0.0.56 - - [2025-06-30 02:29:45] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?fields=security_groups HTTP/1.1" 200 1264 0.024290 10.0.0.56 - - [2025-06-30 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.022281 10.0.0.56 - - [2025-06-30 02:29:45] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002273 10.0.0.56 - - [2025-06-30 02:29:45] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.56 - - [2025-06-30 02:29:45] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007500 10.0.0.56 - - [2025-06-30 02:29:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.001365 10.0.0.56 - - [2025-06-30 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.002746 10.0.0.56 - - [2025-06-30 02:29:46] "POST /security-groups HTTP/1.1" 200 589 0.068152 10.0.0.56 - - [2025-06-30 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.002928 10.0.0.56 - - [2025-06-30 02:29:46] "POST /projects HTTP/1.1" 200 581 0.224229 10.0.0.56 - - [2025-06-30 02:29:46] "POST /access-control-lists HTTP/1.1" 200 594 0.059187 10.0.0.56 - - [2025-06-30 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.295360 10.0.0.56 - - [2025-06-30 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.002800 10.0.0.56 - - [2025-06-30 02:29:46] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.411985 10.0.0.56 - - [2025-06-30 02:29:46] "POST /access-control-lists HTTP/1.1" 200 592 0.059982 10.0.0.56 - - [2025-06-30 02:29:47] "GET / HTTP/1.1" 200 35931 0.003184 10.0.0.56 - - [2025-06-30 02:29:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.56 - - [2025-06-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.333694 10.0.0.56 - - [2025-06-30 02:29:48] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.56 - - [2025-06-30 02:29:48] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033122 10.0.0.56 - - [2025-06-30 02:29:48] "GET /obj-perms HTTP/1.1" 200 5056 0.060257 10.0.0.56 - - [2025-06-30 02:29:48] "POST /neutron/network HTTP/1.1" 200 117 0.270438 10.0.0.56 - - [2025-06-30 02:29:48] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.56 - - [2025-06-30 02:29:48] "GET /obj-perms HTTP/1.1" 200 5056 0.053024 10.0.0.56 - - [2025-06-30 02:29:48] "POST /neutron/network HTTP/1.1" 200 613 0.065034 10.0.0.56 - - [2025-06-30 02:29:49] "POST /route-targets HTTP/1.1" 200 327 0.012274 10.0.0.56 - - [2025-06-30 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.013176 10.0.0.56 - - [2025-06-30 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.56 - - [2025-06-30 02:29:49] "POST /neutron/subnet HTTP/1.1" 200 710 0.170780 10.0.0.56 - - [2025-06-30 02:29:49] "POST /neutron/network HTTP/1.1" 200 829 0.005940 10.0.0.56 - - [2025-06-30 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001430 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005071 10.0.0.56 - - [2025-06-30 02:29:49] "POST /neutron/network HTTP/1.1" 200 829 0.005375 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004974 10.0.0.56 - - [2025-06-30 02:29:49] "POST /neutron/network HTTP/1.1" 200 829 0.005704 10.0.0.56 - - [2025-06-30 02:29:49] "POST /neutron/subnet HTTP/1.1" 200 710 0.006751 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domains HTTP/1.1" 401 292 0.000419 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domains HTTP/1.1" 200 280 0.024436 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2760 0.008427 10.0.0.56 - - [2025-06-30 02:29:49] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.56 - - [2025-06-30 02:29:49] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2080 0.075882 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059 HTTP/1.1" 200 2308 0.005938 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059 HTTP/1.1" 200 2308 0.011183 10.0.0.56 - - [2025-06-30 02:29:49] "GET /routing-instance/101017ef-95e2-4dbd-a5c4-05a308f2694d HTTP/1.1" 200 1493 0.007069 10.0.0.56 - - [2025-06-30 02:29:49] "GET /routing-instance/101017ef-95e2-4dbd-a5c4-05a308f2694d HTTP/1.1" 200 1493 0.003232 10.0.0.56 - - [2025-06-30 02:29:49] "GET /route-target/2b412502-7850-49ec-9aa5-26df34881507 HTTP/1.1" 200 1212 0.002775 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059 HTTP/1.1" 200 2308 0.004310 10.0.0.56 - - [2025-06-30 02:29:49] "GET /routing-instance/101017ef-95e2-4dbd-a5c4-05a308f2694d HTTP/1.1" 200 1493 0.003052 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004424 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059 HTTP/1.1" 200 2308 0.004833 10.0.0.56 - - [2025-06-30 02:29:49] "GET /routing-instance/101017ef-95e2-4dbd-a5c4-05a308f2694d HTTP/1.1" 200 1493 0.003132 10.0.0.56 - - [2025-06-30 02:29:49] "GET /routing-instance/101017ef-95e2-4dbd-a5c4-05a308f2694d HTTP/1.1" 200 1493 0.003311 10.0.0.56 - - [2025-06-30 02:29:49] "GET /route-target/2b412502-7850-49ec-9aa5-26df34881507 HTTP/1.1" 200 1212 0.002794 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domains HTTP/1.1" 200 280 0.002779 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.56 - - [2025-06-30 02:29:49] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2760 0.007528 10.0.0.56 - - [2025-06-30 02:29:49] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.56 - - [2025-06-30 02:29:49] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2080 0.065933 10.0.0.56 - - [2025-06-30 02:29:49] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059 HTTP/1.1" 200 2308 0.005082 10.0.0.56 - - [2025-06-30 02:29:50] "GET /obj-perms HTTP/1.1" 200 5026 0.042659 10.0.0.56 - - [2025-06-30 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.56 - - [2025-06-30 02:29:50] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.56 - - [2025-06-30 02:29:50] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024833 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/network HTTP/1.1" 200 117 0.008787 10.0.0.56 - - [2025-06-30 02:29:50] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/network HTTP/1.1" 200 613 0.065669 10.0.0.56 - - [2025-06-30 02:29:50] "POST /route-targets HTTP/1.1" 200 327 0.011019 10.0.0.56 - - [2025-06-30 02:29:50] "POST /ref-update HTTP/1.1" 200 156 0.010478 10.0.0.56 - - [2025-06-30 02:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005904 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.191274 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/network HTTP/1.1" 200 833 0.005871 10.0.0.56 - - [2025-06-30 02:29:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.56 - - [2025-06-30 02:29:50] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004856 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/network HTTP/1.1" 200 833 0.005553 10.0.0.56 - - [2025-06-30 02:29:50] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004964 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/network HTTP/1.1" 200 833 0.005742 10.0.0.56 - - [2025-06-30 02:29:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007129 10.0.0.56 - - [2025-06-30 02:29:50] "GET /domains HTTP/1.1" 200 280 0.002215 10.0.0.56 - - [2025-06-30 02:29:50] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.56 - - [2025-06-30 02:29:50] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2760 0.007137 10.0.0.56 - - [2025-06-30 02:29:50] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.56 - - [2025-06-30 02:29:51] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2298 0.071091 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b HTTP/1.1" 200 2320 0.006938 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b HTTP/1.1" 200 2320 0.004751 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26 HTTP/1.1" 200 1493 0.005910 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26 HTTP/1.1" 200 1493 0.003370 10.0.0.56 - - [2025-06-30 02:29:51] "GET /route-target/946aa1c5-15ed-4084-9415-fb938b117dfd HTTP/1.1" 200 1213 0.003020 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b HTTP/1.1" 200 2320 0.004619 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26 HTTP/1.1" 200 1493 0.004209 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005942 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b HTTP/1.1" 200 2320 0.004656 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26 HTTP/1.1" 200 1493 0.003565 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26 HTTP/1.1" 200 1493 0.003935 10.0.0.56 - - [2025-06-30 02:29:51] "GET /route-target/946aa1c5-15ed-4084-9415-fb938b117dfd HTTP/1.1" 200 1213 0.003253 10.0.0.56 - - [2025-06-30 02:29:51] "GET /domains HTTP/1.1" 200 280 0.002573 10.0.0.56 - - [2025-06-30 02:29:51] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.56 - - [2025-06-30 02:29:51] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2760 0.008102 10.0.0.56 - - [2025-06-30 02:29:51] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.56 - - [2025-06-30 02:29:51] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2298 0.071157 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b HTTP/1.1" 200 2320 0.004591 10.0.0.56 - - [2025-06-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 5026 0.002710 10.0.0.56 - - [2025-06-30 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.56 - - [2025-06-30 02:29:51] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.56 - - [2025-06-30 02:29:51] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026219 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 117 0.009226 10.0.0.56 - - [2025-06-30 02:29:51] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 615 0.061341 10.0.0.56 - - [2025-06-30 02:29:51] "POST /ref-update HTTP/1.1" 200 156 0.009919 10.0.0.56 - - [2025-06-30 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003521 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.172228 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 832 0.005330 10.0.0.56 - - [2025-06-30 02:29:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001197 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004524 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 832 0.008703 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004696 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/network HTTP/1.1" 200 832 0.006572 10.0.0.56 - - [2025-06-30 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.009723 10.0.0.56 - - [2025-06-30 02:29:51] "GET /domains HTTP/1.1" 200 280 0.003343 10.0.0.56 - - [2025-06-30 02:29:51] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003423 10.0.0.56 - - [2025-06-30 02:29:51] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2760 0.011509 10.0.0.56 - - [2025-06-30 02:29:51] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001575 10.0.0.56 - - [2025-06-30 02:29:51] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2517 0.071952 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2 HTTP/1.1" 200 2317 0.007168 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2 HTTP/1.1" 200 2317 0.005884 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f HTTP/1.1" 200 1497 0.003698 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f HTTP/1.1" 200 1497 0.003392 10.0.0.56 - - [2025-06-30 02:29:51] "GET /route-target/c163937f-c744-4241-acca-6310a4ff1c4d HTTP/1.1" 200 1215 0.003276 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2 HTTP/1.1" 200 2317 0.004675 10.0.0.56 - - [2025-06-30 02:29:51] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f HTTP/1.1" 200 1497 0.003215 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005738 10.0.0.56 - - [2025-06-30 02:29:51] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2 HTTP/1.1" 200 2317 0.004921 10.0.0.56 - - [2025-06-30 02:29:52] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f HTTP/1.1" 200 1497 0.003796 10.0.0.56 - - [2025-06-30 02:29:52] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f HTTP/1.1" 200 1497 0.003482 10.0.0.56 - - [2025-06-30 02:29:52] "GET /route-target/c163937f-c744-4241-acca-6310a4ff1c4d HTTP/1.1" 200 1215 0.003185 10.0.0.56 - - [2025-06-30 02:29:52] "GET /domains HTTP/1.1" 200 280 0.003042 10.0.0.56 - - [2025-06-30 02:29:52] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.56 - - [2025-06-30 02:29:52] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2760 0.006977 10.0.0.56 - - [2025-06-30 02:29:52] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.56 - - [2025-06-30 02:29:52] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2517 0.063097 10.0.0.56 - - [2025-06-30 02:29:52] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2 HTTP/1.1" 200 2317 0.004775 10.0.0.56 - - [2025-06-30 02:29:52] "GET /obj-perms HTTP/1.1" 200 5026 0.002859 10.0.0.56 - - [2025-06-30 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.56 - - [2025-06-30 02:29:52] "POST /neutron/network HTTP/1.1" 200 843 0.005610 10.0.0.56 - - [2025-06-30 02:29:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-06-30 02:29:52] "GET / HTTP/1.1" 200 35931 0.002194 10.0.0.56 - - [2025-06-30 02:29:52] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.56 - - [2025-06-30 02:29:53] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.56 - - [2025-06-30 02:29:53] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053097 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 833 0.006227 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.004494 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.006003 10.0.0.56 - - [2025-06-30 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001459 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 842 0.006166 10.0.0.56 - - [2025-06-30 02:29:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 843 0.005530 10.0.0.56 - - [2025-06-30 02:29:53] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001602 10.0.0.56 - - [2025-06-30 02:29:53] "GET / HTTP/1.1" 200 35931 0.004744 10.0.0.56 - - [2025-06-30 02:29:53] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 1059 0.203874 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 1059 0.008682 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 1059 0.008578 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 1113 0.065269 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 1087 0.015359 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003887 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.011165 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.56 - - [2025-06-30 02:29:53] "POST /neutron/network HTTP/1.1" 200 833 0.005881 10.0.0.56 - - [2025-06-30 02:29:54] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.56 - - [2025-06-30 02:29:54] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049717 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/network HTTP/1.1" 200 832 0.007726 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/port HTTP/1.1" 200 1087 0.038860 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006946 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.006312 10.0.0.56 - - [2025-06-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002529 10.0.0.56 - - [2025-06-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.56 - - [2025-06-30 02:29:54] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.56 - - [2025-06-30 02:29:54] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008375 10.0.0.56 - - [2025-06-30 02:29:54] "POST /service-templates HTTP/1.1" 200 543 0.026055 10.0.0.56 - - [2025-06-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.56 - - [2025-06-30 02:29:54] "GET /service-template/cc7a133e-17c5-4fd5-b845-6a479dca376a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004581 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/network HTTP/1.1" 200 842 0.006177 10.0.0.56 - - [2025-06-30 02:29:54] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.56 - - [2025-06-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.56 - - [2025-06-30 02:29:54] "GET /service-template/cc7a133e-17c5-4fd5-b845-6a479dca376a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007374 10.0.0.56 - - [2025-06-30 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001264 10.0.0.56 - - [2025-06-30 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.002047 10.0.0.56 - - [2025-06-30 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001275 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/port HTTP/1.1" 200 1056 0.242771 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/port HTTP/1.1" 200 1056 0.015270 10.0.0.56 - - [2025-06-30 02:29:54] "POST /neutron/port HTTP/1.1" 200 1056 0.012445 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/port HTTP/1.1" 200 2013 0.061211 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/port HTTP/1.1" 200 1110 0.103679 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009750 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/port HTTP/1.1" 200 1084 0.013363 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003671 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.010823 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 832 0.010246 10.0.0.56 - - [2025-06-30 02:29:55] "POST /neutron/network HTTP/1.1" 200 2219 0.015554 10.0.0.56 - - [2025-06-30 02:29:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000690 10.0.0.56 - - [2025-06-30 02:29:55] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.56 - - [2025-06-30 02:29:55] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.56 - - [2025-06-30 02:29:56] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.56 - - [2025-06-30 02:29:56] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052392 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/network HTTP/1.1" 200 829 0.006694 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/network HTTP/1.1" 200 833 0.005098 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/network HTTP/1.1" 200 832 0.007434 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/port HTTP/1.1" 200 2055 0.025683 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006280 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.006391 10.0.0.56 - - [2025-06-30 02:29:56] "POST /neutron/network HTTP/1.1" 200 2219 0.012959 10.0.0.56 - - [2025-06-30 02:29:57] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004628 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.291470 10.0.0.56 - - [2025-06-30 02:29:57] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1059 0.201318 10.0.0.56 - - [2025-06-30 02:29:57] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1056 0.227545 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.015076 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.007419 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1109 0.082530 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009643 10.0.0.56 - - [2025-06-30 02:29:57] "POST /neutron/port HTTP/1.1" 200 1059 0.008229 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 1113 0.089555 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 1056 0.012531 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 1056 0.012454 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 1110 0.062644 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 3021 0.020026 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003350 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.012107 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/network HTTP/1.1" 200 829 0.005825 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003200 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.010358 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/network HTTP/1.1" 200 833 0.008708 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014710 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/subnet HTTP/1.1" 200 689 0.018962 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.56 - - [2025-06-30 02:29:58] "POST /neutron/network HTTP/1.1" 200 832 0.005213 10.0.0.56 - - [2025-06-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 3021 0.027137 10.0.0.56 - - [2025-06-30 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006352 10.0.0.56 - - [2025-06-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 3021 0.023514 10.0.0.56 - - [2025-06-30 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013216 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 3021 0.021199 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006993 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 3021 0.023819 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006305 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 3021 0.028511 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008710 10.0.0.56 - - [2025-06-30 02:30:02] "GET /virtual-machine/95409ef2-5bb0-464e-8ad8-90db907f1e47 HTTP/1.1" 200 1803 0.010377 10.0.0.56 - - [2025-06-30 02:30:02] "GET /virtual-machine-interface/56c54d0d-c3d2-47b1-810e-8a791cb4080c HTTP/1.1" 200 2947 0.007241 10.0.0.56 - - [2025-06-30 02:30:02] "GET /virtual-machine-interface/a647b8b9-877c-47d1-a458-729ab2f6fe24 HTTP/1.1" 200 2946 0.007548 10.0.0.56 - - [2025-06-30 02:30:02] "GET /virtual-machine-interface/cbaa211f-28df-44f3-836d-f622099e8ec2 HTTP/1.1" 200 2945 0.008481 10.0.0.56 - - [2025-06-30 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.56 - - [2025-06-30 02:30:02] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003343 10.0.0.56 - - [2025-06-30 02:30:02] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002973 10.0.0.56 - - [2025-06-30 02:30:02] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007820 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 1087 0.030959 10.0.0.56 - - [2025-06-30 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006409 10.0.0.56 - - [2025-06-30 02:30:04] "POST /neutron/port HTTP/1.1" 200 1084 0.018775 10.0.0.56 - - [2025-06-30 02:30:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005879 10.0.0.56 - - [2025-06-30 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.56 - - [2025-06-30 02:30:05] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004708 10.0.0.56 - - [2025-06-30 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.56 - - [2025-06-30 02:30:09] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004994 10.0.0.56 - - [2025-06-30 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.56 - - [2025-06-30 02:30:13] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005314 10.0.0.56 - - [2025-06-30 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.56 - - [2025-06-30 02:30:18] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005494 10.0.0.56 - - [2025-06-30 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.56 - - [2025-06-30 02:30:20] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003107 10.0.0.56 - - [2025-06-30 02:30:20] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002912 10.0.0.56 - - [2025-06-30 02:30:20] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005211 10.0.0.56 - - [2025-06-30 02:30:20] "POST /neutron/port HTTP/1.1" 200 3021 0.019798 10.0.0.56 - - [2025-06-30 02:30:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006308 10.0.0.56 - - [2025-06-30 02:30:25] "POST /neutron/port HTTP/1.1" 200 3021 0.021830 10.0.0.56 - - [2025-06-30 02:30:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006128 10.0.0.56 - - [2025-06-30 02:30:30] "POST /neutron/port HTTP/1.1" 200 3021 0.036688 10.0.0.56 - - [2025-06-30 02:30:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005491 10.0.0.56 - - [2025-06-30 02:30:30] "POST /neutron/port HTTP/1.1" 200 3021 0.018703 10.0.0.56 - - [2025-06-30 02:30:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006467 10.0.0.56 - - [2025-06-30 02:30:35] "POST /neutron/port HTTP/1.1" 200 3021 0.021284 10.0.0.56 - - [2025-06-30 02:30:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007346 10.0.0.56 - - [2025-06-30 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.56 - - [2025-06-30 02:30:41] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003157 10.0.0.56 - - [2025-06-30 02:30:41] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002954 10.0.0.56 - - [2025-06-30 02:30:41] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005136 10.0.0.56 - - [2025-06-30 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.56 - - [2025-06-30 02:30:41] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003317 10.0.0.56 - - [2025-06-30 02:30:41] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003177 10.0.0.56 - - [2025-06-30 02:30:41] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005869 10.0.0.56 - - [2025-06-30 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003202 10.0.0.56 - - [2025-06-30 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.56 - - [2025-06-30 02:30:41] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.56 - - [2025-06-30 02:30:41] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027711 10.0.0.56 - - [2025-06-30 02:30:41] "POST /service-instances HTTP/1.1" 200 543 0.063969 10.0.0.56 - - [2025-06-30 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.56 - - [2025-06-30 02:30:41] "GET /service-instance/0e648c75-081c-44eb-9c2a-74ba4a09534d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006131 10.0.0.56 - - [2025-06-30 02:30:42] "POST /port-tuples HTTP/1.1" 200 586 0.026122 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-machine-interface/cbaa211f-28df-44f3-836d-f622099e8ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005751 10.0.0.56 - - [2025-06-30 02:30:42] "PUT /virtual-machine-interface/cbaa211f-28df-44f3-836d-f622099e8ec2 HTTP/1.1" 200 284 0.010926 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.56 - - [2025-06-30 02:30:42] "POST /instance-ips HTTP/1.1" 200 385 0.027419 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-machine-interface/a647b8b9-877c-47d1-a458-729ab2f6fe24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005054 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.019694 10.0.0.56 - - [2025-06-30 02:30:42] "PUT /virtual-machine-interface/a647b8b9-877c-47d1-a458-729ab2f6fe24 HTTP/1.1" 200 284 0.011155 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.014960 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.013813 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-machine-interface/56c54d0d-c3d2-47b1-810e-8a791cb4080c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005123 10.0.0.56 - - [2025-06-30 02:30:42] "POST /instance-ips HTTP/1.1" 200 385 0.024156 10.0.0.56 - - [2025-06-30 02:30:42] "PUT /virtual-machine-interface/56c54d0d-c3d2-47b1-810e-8a791cb4080c HTTP/1.1" 200 284 0.010373 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.010406 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.011758 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.010520 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003125 10.0.0.56 - - [2025-06-30 02:30:42] "POST /neutron/port HTTP/1.1" 200 1087 0.014715 10.0.0.56 - - [2025-06-30 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006030 10.0.0.56 - - [2025-06-30 02:30:42] "POST /instance-ips HTTP/1.1" 200 373 0.021172 10.0.0.56 - - [2025-06-30 02:30:42] "POST /neutron/port HTTP/1.1" 200 1087 0.019097 10.0.0.56 - - [2025-06-30 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007744 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.009016 10.0.0.56 - - [2025-06-30 02:30:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015169 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.013313 10.0.0.56 - - [2025-06-30 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012172 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-machine/791bd2f7-1710-4e36-88bb-a4104c567a9b HTTP/1.1" 200 1289 0.004506 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-machine-interface/eba694cd-82f9-4e5a-9d3d-ff579d8390a7 HTTP/1.1" 200 2946 0.005624 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003376 10.0.0.56 - - [2025-06-30 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.56 - - [2025-06-30 02:30:42] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003070 10.0.0.56 - - [2025-06-30 02:30:42] "POST /instance-ips HTTP/1.1" 200 373 0.016285 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007209 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.008777 10.0.0.56 - - [2025-06-30 02:30:42] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004952 10.0.0.56 - - [2025-06-30 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.008839 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003214 10.0.0.56 - - [2025-06-30 02:30:43] "POST /instance-ips HTTP/1.1" 200 375 0.015063 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.009249 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.007944 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003006 10.0.0.56 - - [2025-06-30 02:30:43] "DELETE /project/a0de57b2d6a94baaab170ff8a60be8fe HTTP/1.1" 404 173 0.004825 10.0.0.56 - - [2025-06-30 02:30:43] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.56 - - [2025-06-30 02:30:43] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.030984 10.0.0.56 - - [2025-06-30 02:30:43] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.56 - - [2025-06-30 02:30:43] "POST /instance-ips HTTP/1.1" 200 375 0.030743 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.012010 10.0.0.56 - - [2025-06-30 02:30:43] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?fields=security_groups HTTP/1.1" 200 1369 0.075127 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.010542 10.0.0.56 - - [2025-06-30 02:30:43] "DELETE /security-group/0d20ba56-af09-4f37-8f2d-7917f7b48475 HTTP/1.1" 200 115 0.036188 10.0.0.56 - - [2025-06-30 02:30:43] "GET /projects?obj_uuids=f273497c-791e-4960-bdc1-a770a7fc30e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.56 - - [2025-06-30 02:30:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003996 10.0.0.56 - - [2025-06-30 02:30:43] "DELETE /access-control-list/082f7d98-889b-407f-b0ff-050335c86064 HTTP/1.1" 200 115 0.037628 10.0.0.56 - - [2025-06-30 02:30:43] "GET /project/f273497c-791e-4960-bdc1-a770a7fc30e2?fields=application_policy_sets HTTP/1.1" 200 1408 0.030261 10.0.0.56 - - [2025-06-30 02:30:43] "DELETE /access-control-list/628325fb-b995-4e6d-9ccb-2c61ba2279fa HTTP/1.1" 200 115 0.018852 10.0.0.56 - - [2025-06-30 02:30:43] "DELETE /project/f273497c-791e-4960-bdc1-a770a7fc30e2 HTTP/1.1" 200 115 0.344051 10.0.0.56 - - [2025-06-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.56 - - [2025-06-30 02:30:44] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003188 10.0.0.56 - - [2025-06-30 02:30:44] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003083 10.0.0.56 - - [2025-06-30 02:30:44] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005415 10.0.0.56 - - [2025-06-30 02:30:44] "POST /neutron/port HTTP/1.1" 200 1084 0.014780 10.0.0.56 - - [2025-06-30 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006277 10.0.0.56 - - [2025-06-30 02:30:44] "POST /neutron/port HTTP/1.1" 200 1084 0.014447 10.0.0.56 - - [2025-06-30 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006170 10.0.0.56 - - [2025-06-30 02:30:44] "POST /neutron/port HTTP/1.1" 200 1084 0.015059 10.0.0.56 - - [2025-06-30 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005930 10.0.0.56 - - [2025-06-30 02:30:44] "GET /virtual-machine/8ed14a33-85e9-4bc1-a3d5-2dce8391c071 HTTP/1.1" 200 1291 0.004797 10.0.0.56 - - [2025-06-30 02:30:44] "GET /virtual-machine-interface/44d568ad-4def-4450-8e45-956400ce57d9 HTTP/1.1" 200 2948 0.005146 10.0.0.56 - - [2025-06-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.56 - - [2025-06-30 02:30:44] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002936 10.0.0.56 - - [2025-06-30 02:30:44] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003448 10.0.0.56 - - [2025-06-30 02:30:44] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005569 10.0.0.56 - - [2025-06-30 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.56 - - [2025-06-30 02:30:45] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003062 10.0.0.56 - - [2025-06-30 02:30:45] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003570 10.0.0.56 - - [2025-06-30 02:30:45] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004956 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002984 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.56 - - [2025-06-30 02:30:46] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.56 - - [2025-06-30 02:30:46] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022680 10.0.0.56 - - [2025-06-30 02:30:46] "POST /network-policys HTTP/1.1" 200 547 0.016270 10.0.0.56 - - [2025-06-30 02:30:46] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004593 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.56 - - [2025-06-30 02:30:46] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005794 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.56 - - [2025-06-30 02:30:46] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003490 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.003577 10.0.0.56 - - [2025-06-30 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.031532 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.56 - - [2025-06-30 02:30:46] "POST /access-control-lists HTTP/1.1" 200 601 0.066978 10.0.0.56 - - [2025-06-30 02:30:46] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004392 10.0.0.56 - - [2025-06-30 02:30:46] "POST /neutron/network HTTP/1.1" 200 921 0.006708 10.0.0.56 - - [2025-06-30 02:30:46] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004717 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.56 - - [2025-06-30 02:30:46] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003802 10.0.0.56 - - [2025-06-30 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.56 - - [2025-06-30 02:30:46] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005881 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.56 - - [2025-06-30 02:30:47] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003989 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 404 244 0.002369 10.0.0.56 - - [2025-06-30 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.051336 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.56 - - [2025-06-30 02:30:47] "POST /access-control-lists HTTP/1.1" 200 604 0.072021 10.0.0.56 - - [2025-06-30 02:30:47] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005240 10.0.0.56 - - [2025-06-30 02:30:47] "POST /routing-instances HTTP/1.1" 200 759 0.015953 10.0.0.56 - - [2025-06-30 02:30:47] "POST /neutron/network HTTP/1.1" 200 920 0.007477 10.0.0.56 - - [2025-06-30 02:30:47] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005235 10.0.0.56 - - [2025-06-30 02:30:47] "POST /route-targets HTTP/1.1" 200 327 0.014189 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.56 - - [2025-06-30 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.013423 10.0.0.56 - - [2025-06-30 02:30:47] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003890 10.0.0.56 - - [2025-06-30 02:30:47] "GET /routing-instance/13720278-13c1-4d2d-9b2d-07e0c6f764d9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003986 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.56 - - [2025-06-30 02:30:47] "GET /routing-instance/13720278-13c1-4d2d-9b2d-07e0c6f764d9?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004201 10.0.0.56 - - [2025-06-30 02:30:47] "GET /service-template/cc7a133e-17c5-4fd5-b845-6a479dca376a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003477 10.0.0.56 - - [2025-06-30 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.010697 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.56 - - [2025-06-30 02:30:47] "POST /routing-instances HTTP/1.1" 200 760 0.018417 10.0.0.56 - - [2025-06-30 02:30:47] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.56 - - [2025-06-30 02:30:47] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038177 10.0.0.56 - - [2025-06-30 02:30:47] "POST /route-targets HTTP/1.1" 200 327 0.010005 10.0.0.56 - - [2025-06-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.56 - - [2025-06-30 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.010398 10.0.0.56 - - [2025-06-30 02:30:47] "GET /service-instance/0e648c75-081c-44eb-9c2a-74ba4a09534d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.004947 10.0.0.56 - - [2025-06-30 02:30:47] "GET /routing-instance/451e1652-ffc1-4280-98d6-58dc79c5ddce?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004182 10.0.0.56 - - [2025-06-30 02:30:47] "GET /domains HTTP/1.1" 200 280 0.003206 10.0.0.56 - - [2025-06-30 02:30:47] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.56 - - [2025-06-30 02:30:47] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2772 0.008502 10.0.0.56 - - [2025-06-30 02:30:47] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.56 - - [2025-06-30 02:30:47] "GET /routing-instance/451e1652-ffc1-4280-98d6-58dc79c5ddce?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003635 10.0.0.56 - - [2025-06-30 02:30:47] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 4233 0.076984 10.0.0.56 - - [2025-06-30 02:30:47] "GET /service-instance/0e648c75-081c-44eb-9c2a-74ba4a09534d HTTP/1.1" 200 3782 0.005167 10.0.0.56 - - [2025-06-30 02:30:47] "PUT /routing-instance/13720278-13c1-4d2d-9b2d-07e0c6f764d9 HTTP/1.1" 200 266 0.020504 10.0.0.56 - - [2025-06-30 02:30:47] "GET /domains HTTP/1.1" 200 280 0.003443 10.0.0.56 - - [2025-06-30 02:30:47] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.56 - - [2025-06-30 02:30:47] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2772 0.007139 10.0.0.56 - - [2025-06-30 02:30:47] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.56 - - [2025-06-30 02:30:47] "PUT /routing-instance/451e1652-ffc1-4280-98d6-58dc79c5ddce HTTP/1.1" 200 266 0.009344 10.0.0.56 - - [2025-06-30 02:30:47] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 4233 0.070577 10.0.0.56 - - [2025-06-30 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.56 - - [2025-06-30 02:30:48] "GET /service-instance/0e648c75-081c-44eb-9c2a-74ba4a09534d HTTP/1.1" 200 3782 0.005696 10.0.0.56 - - [2025-06-30 02:30:48] "GET /port-tuple/f18ebea1-b60e-4916-a4ec-028033316869 HTTP/1.1" 200 1979 0.003631 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine-interface/56c54d0d-c3d2-47b1-810e-8a791cb4080c HTTP/1.1" 200 3802 0.005311 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine-interface/a647b8b9-877c-47d1-a458-729ab2f6fe24 HTTP/1.1" 200 3798 0.005496 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine-interface/cbaa211f-28df-44f3-836d-f622099e8ec2 HTTP/1.1" 200 3815 0.006720 10.0.0.56 - - [2025-06-30 02:30:48] "PUT /access-control-list/9fa61d84-5007-4cff-a64f-e96ec791e46a HTTP/1.1" 200 272 0.012616 10.0.0.56 - - [2025-06-30 02:30:48] "PUT /access-control-list/f64a9131-9e20-4175-a853-e20cd42e65fb HTTP/1.1" 200 272 0.020360 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/port HTTP/1.1" 200 3828 0.057540 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008082 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/port HTTP/1.1" 200 3828 0.033716 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006775 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/port HTTP/1.1" 200 3828 0.030276 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006142 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/port HTTP/1.1" 200 3828 0.030473 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006086 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/network HTTP/1.1" 200 895 0.013364 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/network HTTP/1.1" 200 921 0.005829 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/network HTTP/1.1" 200 803 0.014133 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/network HTTP/1.1" 200 829 0.005191 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/network HTTP/1.1" 200 894 0.012729 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/network HTTP/1.1" 200 920 0.005620 10.0.0.56 - - [2025-06-30 02:30:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001710 10.0.0.56 - - [2025-06-30 02:30:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001469 10.0.0.56 - - [2025-06-30 02:30:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001764 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine/95409ef2-5bb0-464e-8ad8-90db907f1e47 HTTP/1.1" 200 1803 0.004218 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine-interface/56c54d0d-c3d2-47b1-810e-8a791cb4080c HTTP/1.1" 200 3802 0.006371 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine-interface/a647b8b9-877c-47d1-a458-729ab2f6fe24 HTTP/1.1" 200 3798 0.005184 10.0.0.56 - - [2025-06-30 02:30:48] "GET /virtual-machine-interface/cbaa211f-28df-44f3-836d-f622099e8ec2 HTTP/1.1" 200 3815 0.005356 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/37b2943e-57d2-4320-b875-d07ecce7514c HTTP/1.1" 200 1620 0.004833 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/481abb6d-bb60-406a-b689-ce27188222f5 HTTP/1.1" 200 1960 0.003238 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/834100d5-08f5-4f6e-9a27-abe56e0dfe53 HTTP/1.1" 200 1958 0.003225 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/44faf9cc-2423-476d-9c56-61f05c8b6dab HTTP/1.1" 200 1622 0.004452 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/c5b0788a-1023-443b-bc83-19073fbc0cac HTTP/1.1" 200 1955 0.003954 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/d53a307f-ef0c-43d4-9189-47df5e4550c6 HTTP/1.1" 200 1957 0.005715 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/3a12b0b9-35c2-452f-9fc4-e37a9728ad5d HTTP/1.1" 200 1980 0.003593 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/58c5db50-f0e1-41c5-8952-95f4f97ad22c HTTP/1.1" 200 1617 0.004638 10.0.0.56 - - [2025-06-30 02:30:48] "GET /instance-ip/e76f4efb-8528-481d-a695-3a36d3e67208 HTTP/1.1" 200 1979 0.003248 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/port HTTP/1.1" 200 3828 0.034400 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009335 10.0.0.56 - - [2025-06-30 02:30:48] "POST /neutron/port HTTP/1.1" 200 3828 0.032068 10.0.0.56 - - [2025-06-30 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006249 10.0.0.56 - - [2025-06-30 02:30:49] "POST /neutron/port HTTP/1.1" 200 3828 0.030450 10.0.0.56 - - [2025-06-30 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009074 10.0.0.56 - - [2025-06-30 02:30:49] "POST /neutron/port HTTP/1.1" 200 3828 0.039912 10.0.0.56 - - [2025-06-30 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007017 10.0.0.56 - - [2025-06-30 02:30:49] "GET /virtual-machine/95409ef2-5bb0-464e-8ad8-90db907f1e47 HTTP/1.1" 200 1803 0.003737 10.0.0.56 - - [2025-06-30 02:30:49] "GET /virtual-machine-interface/56c54d0d-c3d2-47b1-810e-8a791cb4080c HTTP/1.1" 200 3802 0.005552 10.0.0.56 - - [2025-06-30 02:30:49] "GET /virtual-machine-interface/a647b8b9-877c-47d1-a458-729ab2f6fe24 HTTP/1.1" 200 3798 0.005031 10.0.0.56 - - [2025-06-30 02:30:49] "GET /virtual-machine-interface/cbaa211f-28df-44f3-836d-f622099e8ec2 HTTP/1.1" 200 3815 0.005061 10.0.0.56 - - [2025-06-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006539 10.0.0.56 - - [2025-06-30 02:30:49] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003114 10.0.0.56 - - [2025-06-30 02:30:49] "GET /obj-perms HTTP/1.1" 200 5056 0.046544 10.0.0.56 - - [2025-06-30 02:30:49] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002963 10.0.0.56 - - [2025-06-30 02:30:49] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005394 10.0.0.56 - - [2025-06-30 02:30:49] "GET /obj-perms HTTP/1.1" 200 5056 0.044780 10.0.0.56 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.56 - - [2025-06-30 02:30:50] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002789 10.0.0.56 - - [2025-06-30 02:30:50] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003296 10.0.0.56 - - [2025-06-30 02:30:50] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005298 10.0.0.56 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.56 - - [2025-06-30 02:30:50] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003480 10.0.0.56 - - [2025-06-30 02:30:50] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003012 10.0.0.56 - - [2025-06-30 02:30:50] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005369 10.0.0.56 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.56 - - [2025-06-30 02:30:50] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003661 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002800 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005191 10.0.0.56 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.56 - - [2025-06-30 02:30:51] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003982 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003254 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005655 10.0.0.56 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.56 - - [2025-06-30 02:30:51] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003606 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004419 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005416 10.0.0.56 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-06-30 02:30:51] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003712 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002866 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005458 10.0.0.56 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.56 - - [2025-06-30 02:30:51] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003687 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003020 10.0.0.56 - - [2025-06-30 02:30:51] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005254 10.0.0.56 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.56 - - [2025-06-30 02:30:51] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003608 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003128 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-network/9892b04a-9c44-486e-82b5-04157cfc3059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005780 10.0.0.56 - - [2025-06-30 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.56 - - [2025-06-30 02:30:52] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003113 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003330 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006154 10.0.0.56 - - [2025-06-30 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.56 - - [2025-06-30 02:30:52] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003637 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003568 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005614 10.0.0.56 - - [2025-06-30 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.56 - - [2025-06-30 02:30:52] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003919 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003087 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005200 10.0.0.56 - - [2025-06-30 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-06-30 02:30:52] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003773 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-networks?parent_id=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002968 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006528 10.0.0.56 - - [2025-06-30 02:30:52] "GET /virtual-machine/95409ef2-5bb0-464e-8ad8-90db907f1e47 HTTP/1.1" 200 1803 0.003701 10.0.0.56 - - [2025-06-30 02:30:52] "GET /domains HTTP/1.1" 200 280 0.002717 10.0.0.56 - - [2025-06-30 02:30:52] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.56 - - [2025-06-30 02:30:52] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2772 0.008622 10.0.0.56 - - [2025-06-30 02:30:53] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.56 - - [2025-06-30 02:30:53] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 4233 0.066478 10.0.0.56 - - [2025-06-30 02:30:53] "GET /service-instance/0e648c75-081c-44eb-9c2a-74ba4a09534d HTTP/1.1" 200 3782 0.003693 10.0.0.56 - - [2025-06-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.56 - - [2025-06-30 02:30:53] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003429 10.0.0.56 - - [2025-06-30 02:30:53] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005334 10.0.0.56 - - [2025-06-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.56 - - [2025-06-30 02:30:53] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003768 10.0.0.56 - - [2025-06-30 02:30:53] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005044 10.0.0.56 - - [2025-06-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.56 - - [2025-06-30 02:30:53] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006220 10.0.0.56 - - [2025-06-30 02:30:53] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?fields=routing_instances HTTP/1.1" 200 1682 0.006945 10.0.0.56 - - [2025-06-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.56 - - [2025-06-30 02:30:53] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005346 10.0.0.56 - - [2025-06-30 02:30:53] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?fields=routing_instances HTTP/1.1" 200 1687 0.007311 10.0.0.56 - - [2025-06-30 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.031274 10.0.0.56 - - [2025-06-30 02:30:57] "DELETE /access-control-list/f64a9131-9e20-4175-a853-e20cd42e65fb HTTP/1.1" 200 115 0.027804 10.0.0.56 - - [2025-06-30 02:30:57] "POST /neutron/network HTTP/1.1" 200 832 0.008032 10.0.0.56 - - [2025-06-30 02:30:57] "GET /virtual-network/8219262a-74bc-4c64-aaff-0645f0a89da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004847 10.0.0.56 - - [2025-06-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.56 - - [2025-06-30 02:30:57] "DELETE /routing-instance/13720278-13c1-4d2d-9b2d-07e0c6f764d9 HTTP/1.1" 200 115 0.027505 10.0.0.56 - - [2025-06-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.56 - - [2025-06-30 02:30:57] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003540 10.0.0.56 - - [2025-06-30 02:30:57] "DELETE /route-target/d90186bb-825e-42d9-9c52-4054eaf974c6 HTTP/1.1" 200 115 0.015460 10.0.0.56 - - [2025-06-30 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.030595 10.0.0.56 - - [2025-06-30 02:30:57] "DELETE /routing-instance/451e1652-ffc1-4280-98d6-58dc79c5ddce HTTP/1.1" 200 115 0.047924 10.0.0.56 - - [2025-06-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.56 - - [2025-06-30 02:30:57] "POST /neutron/network HTTP/1.1" 200 833 0.007236 10.0.0.56 - - [2025-06-30 02:30:57] "GET /virtual-network/5aa84806-e27e-494d-9e10-9d4a873ef36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004975 10.0.0.56 - - [2025-06-30 02:30:57] "DELETE /route-target/78a65420-6f12-402b-ac4e-abe1fc4b3282 HTTP/1.1" 200 115 0.012022 10.0.0.56 - - [2025-06-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009490 10.0.0.56 - - [2025-06-30 02:30:57] "DELETE /access-control-list/9fa61d84-5007-4cff-a64f-e96ec791e46a HTTP/1.1" 200 115 0.025789 10.0.0.56 - - [2025-06-30 02:30:58] "GET /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003716 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /network-policy/9ec7919e-cd6e-474c-8c74-d14e4494b704 HTTP/1.1" 200 115 0.024710 10.0.0.56 - - [2025-06-30 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /service-instance/0e648c75-081c-44eb-9c2a-74ba4a09534d HTTP/1.1" 200 115 0.041895 10.0.0.56 - - [2025-06-30 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.015446 10.0.0.56 - - [2025-06-30 02:30:58] "GET /domains HTTP/1.1" 200 280 0.003576 10.0.0.56 - - [2025-06-30 02:30:58] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.56 - - [2025-06-30 02:30:58] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2772 0.011671 10.0.0.56 - - [2025-06-30 02:30:58] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /instance-ip/e76f4efb-8528-481d-a695-3a36d3e67208 HTTP/1.1" 200 115 0.036246 10.0.0.56 - - [2025-06-30 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.012167 10.0.0.56 - - [2025-06-30 02:30:58] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 3759 0.067521 10.0.0.56 - - [2025-06-30 02:30:58] "GET /virtual-machine/95409ef2-5bb0-464e-8ad8-90db907f1e47 HTTP/1.1" 200 1803 0.004307 10.0.0.56 - - [2025-06-30 02:30:58] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003581 10.0.0.56 - - [2025-06-30 02:30:58] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002167 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /instance-ip/d53a307f-ef0c-43d4-9189-47df5e4550c6 HTTP/1.1" 200 115 0.025001 10.0.0.56 - - [2025-06-30 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.008330 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /instance-ip/c5b0788a-1023-443b-bc83-19073fbc0cac HTTP/1.1" 200 115 0.018847 10.0.0.56 - - [2025-06-30 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.009953 10.0.0.56 - - [2025-06-30 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /service-template/cc7a133e-17c5-4fd5-b845-6a479dca376a HTTP/1.1" 200 115 0.034843 10.0.0.56 - - [2025-06-30 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.006278 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /instance-ip/3a12b0b9-35c2-452f-9fc4-e37a9728ad5d HTTP/1.1" 200 115 0.032550 10.0.0.56 - - [2025-06-30 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.014215 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /instance-ip/481abb6d-bb60-406a-b689-ce27188222f5 HTTP/1.1" 200 115 0.031135 10.0.0.56 - - [2025-06-30 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.012183 10.0.0.56 - - [2025-06-30 02:30:58] "DELETE /instance-ip/834100d5-08f5-4f6e-9a27-abe56e0dfe53 HTTP/1.1" 200 115 0.029996 10.0.0.56 - - [2025-06-30 02:30:58] "POST /neutron/network HTTP/1.1" 200 832 0.008049 10.0.0.56 - - [2025-06-30 02:30:58] "POST /neutron/network HTTP/1.1" 400 204 0.009540 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1084 0.014778 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1110 0.008837 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1087 0.027615 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.117735 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1113 0.008771 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.126023 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 3021 0.036612 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1110 0.009790 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.111341 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1113 0.012530 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.126758 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009910 10.0.0.56 - - [2025-06-30 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.133301 10.0.0.56 - - [2025-06-30 02:31:00] "POST /neutron/network HTTP/1.1" 200 832 0.005948 10.0.0.56 - - [2025-06-30 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.56 - - [2025-06-30 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.56 - - [2025-06-30 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001848 10.0.0.56 - - [2025-06-30 02:31:00] "POST /neutron/network HTTP/1.1" 200 151 0.083492 10.0.0.56 - - [2025-06-30 02:31:00] "DELETE /route-target/c163937f-c744-4241-acca-6310a4ff1c4d HTTP/1.1" 200 115 0.014389 10.0.0.56 - - [2025-06-30 02:31:00] "GET /routing-instance/70728bc6-6dcd-4aed-9a22-9e9ae715355f HTTP/1.1" 404 171 0.007947 10.0.0.56 - - [2025-06-30 02:31:00] "GET /domains HTTP/1.1" 200 280 0.002343 10.0.0.56 - - [2025-06-30 02:31:00] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.56 - - [2025-06-30 02:31:00] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2572 0.050090 10.0.0.56 - - [2025-06-30 02:31:00] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001546 10.0.0.56 - - [2025-06-30 02:31:01] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2298 0.072610 10.0.0.56 - - [2025-06-30 02:31:01] "POST /neutron/network HTTP/1.1" 200 833 0.007321 10.0.0.56 - - [2025-06-30 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004335 10.0.0.56 - - [2025-06-30 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.56 - - [2025-06-30 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001900 10.0.0.56 - - [2025-06-30 02:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.089487 10.0.0.56 - - [2025-06-30 02:31:01] "GET /routing-instance/dc47166d-8a4a-4cf2-85ed-1af6e2260f26 HTTP/1.1" 404 171 0.002026 10.0.0.56 - - [2025-06-30 02:31:01] "DELETE /route-target/946aa1c5-15ed-4084-9415-fb938b117dfd HTTP/1.1" 200 115 0.018615 10.0.0.56 - - [2025-06-30 02:31:01] "GET /domains HTTP/1.1" 200 280 0.003365 10.0.0.56 - - [2025-06-30 02:31:01] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.56 - - [2025-06-30 02:31:01] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2572 0.055242 10.0.0.56 - - [2025-06-30 02:31:01] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001599 10.0.0.56 - - [2025-06-30 02:31:01] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 2080 0.076632 10.0.0.56 - - [2025-06-30 02:31:01] "POST /neutron/network HTTP/1.1" 200 829 0.006926 10.0.0.56 - - [2025-06-30 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.56 - - [2025-06-30 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003745 10.0.0.56 - - [2025-06-30 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 10.0.0.56 - - [2025-06-30 02:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.090765 10.0.0.56 - - [2025-06-30 02:31:01] "DELETE /route-target/2b412502-7850-49ec-9aa5-26df34881507 HTTP/1.1" 200 115 0.024280 10.0.0.56 - - [2025-06-30 02:31:01] "GET /routing-instance/101017ef-95e2-4dbd-a5c4-05a308f2694d HTTP/1.1" 404 171 0.004179 10.0.0.56 - - [2025-06-30 02:31:01] "GET /domains HTTP/1.1" 200 280 0.002604 10.0.0.56 - - [2025-06-30 02:31:01] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.56 - - [2025-06-30 02:31:01] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2572 0.049577 10.0.0.56 - - [2025-06-30 02:31:01] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002975 10.0.0.56 - - [2025-06-30 02:31:01] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 1840 0.079197 10.0.0.56 - - [2025-06-30 02:31:01] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.56 - - [2025-06-30 02:31:01] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024405 10.0.0.56 - - [2025-06-30 02:31:01] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.56 - - [2025-06-30 02:31:02] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?fields=virtual_networks HTTP/1.1" 200 1028 0.076548 10.0.0.56 - - [2025-06-30 02:31:02] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.56 - - [2025-06-30 02:31:02] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.026745 10.0.0.56 - - [2025-06-30 02:31:02] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.56 - - [2025-06-30 02:31:02] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?fields=security_groups HTTP/1.1" 200 1252 0.031583 10.0.0.56 - - [2025-06-30 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.022462 10.0.0.56 - - [2025-06-30 02:31:03] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002373 10.0.0.56 - - [2025-06-30 02:31:03] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.56 - - [2025-06-30 02:31:03] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007185 10.0.0.56 - - [2025-06-30 02:31:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.002419 10.0.0.56 - - [2025-06-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.004348 10.0.0.56 - - [2025-06-30 02:31:03] "POST /security-groups HTTP/1.1" 200 592 0.063717 10.0.0.56 - - [2025-06-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002519 10.0.0.56 - - [2025-06-30 02:31:03] "POST /projects HTTP/1.1" 200 587 0.230305 10.0.0.56 - - [2025-06-30 02:31:03] "POST /access-control-lists HTTP/1.1" 200 597 0.057169 10.0.0.56 - - [2025-06-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.297907 10.0.0.56 - - [2025-06-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002714 10.0.0.56 - - [2025-06-30 02:31:03] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.417243 10.0.0.56 - - [2025-06-30 02:31:03] "POST /access-control-lists HTTP/1.1" 200 595 0.060170 10.0.0.56 - - [2025-06-30 02:31:04] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.56 - - [2025-06-30 02:31:05] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000837 10.0.0.56 - - [2025-06-30 02:31:06] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.56 - - [2025-06-30 02:31:06] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045094 10.0.0.56 - - [2025-06-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002417 10.0.0.56 - - [2025-06-30 02:31:06] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018399 10.0.0.56 - - [2025-06-30 02:31:06] "GET /virtual-DNS/f69eba7a-41e0-49e4-8493-e5bd5dad8af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004573 10.0.0.56 - - [2025-06-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.56 - - [2025-06-30 02:31:06] "GET /virtual-DNS/f69eba7a-41e0-49e4-8493-e5bd5dad8af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003797 10.0.0.56 - - [2025-06-30 02:31:06] "GET /domains HTTP/1.1" 401 292 0.000452 10.0.0.56 - - [2025-06-30 02:31:06] "GET /domains HTTP/1.1" 200 280 0.027192 10.0.0.56 - - [2025-06-30 02:31:06] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.56 - - [2025-06-30 02:31:06] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2959 0.009549 10.0.0.56 - - [2025-06-30 02:31:06] "GET /virtual-DNS/f69eba7a-41e0-49e4-8493-e5bd5dad8af5 HTTP/1.1" 200 1437 0.003834 10.0.0.56 - - [2025-06-30 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002416 10.0.0.56 - - [2025-06-30 02:31:06] "POST /network-ipams HTTP/1.1" 200 514 0.015257 10.0.0.56 - - [2025-06-30 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002838 10.0.0.56 - - [2025-06-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.56 - - [2025-06-30 02:31:06] "GET /network-ipam/917e4d11-2f3a-4dd9-80e8-5ebdfbd26dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.004543 10.0.0.56 - - [2025-06-30 02:31:06] "PUT /network-ipam/917e4d11-2f3a-4dd9-80e8-5ebdfbd26dde HTTP/1.1" 200 258 0.009774 10.0.0.56 - - [2025-06-30 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.008371 10.0.0.56 - - [2025-06-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.56 - - [2025-06-30 02:31:07] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001504 10.0.0.56 - - [2025-06-30 02:31:07] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025784 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 117 0.028523 10.0.0.56 - - [2025-06-30 02:31:07] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 618 0.070761 10.0.0.56 - - [2025-06-30 02:31:07] "POST /route-targets HTTP/1.1" 200 327 0.011404 10.0.0.56 - - [2025-06-30 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.009900 10.0.0.56 - - [2025-06-30 02:31:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.154444 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 833 0.005297 10.0.0.56 - - [2025-06-30 02:31:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001080 10.0.0.56 - - [2025-06-30 02:31:07] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004492 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 833 0.005096 10.0.0.56 - - [2025-06-30 02:31:07] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004965 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 833 0.005529 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.006402 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 807 0.009629 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 833 0.005424 10.0.0.56 - - [2025-06-30 02:31:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001209 10.0.0.56 - - [2025-06-30 02:31:07] "POST /neutron/network HTTP/1.1" 200 843 0.005597 10.0.0.56 - - [2025-06-30 02:31:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.56 - - [2025-06-30 02:31:08] "GET / HTTP/1.1" 200 35931 0.002768 10.0.0.56 - - [2025-06-30 02:31:08] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.56 - - [2025-06-30 02:31:08] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.56 - - [2025-06-30 02:31:08] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049000 10.0.0.56 - - [2025-06-30 02:31:08] "POST /neutron/network HTTP/1.1" 200 833 0.005782 10.0.0.56 - - [2025-06-30 02:31:08] "POST /neutron/port HTTP/1.1" 200 117 0.004642 10.0.0.56 - - [2025-06-30 02:31:08] "POST /neutron/port HTTP/1.1" 200 117 0.005321 10.0.0.56 - - [2025-06-30 02:31:08] "POST /neutron/port HTTP/1.1" 200 117 0.006037 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/network HTTP/1.1" 200 843 0.005604 10.0.0.56 - - [2025-06-30 02:31:09] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 1058 0.197175 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 1058 0.010990 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 1058 0.009584 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 1112 0.051879 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 1086 0.015188 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003294 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.009620 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.56 - - [2025-06-30 02:31:09] "POST /neutron/network HTTP/1.1" 200 833 0.006014 10.0.0.56 - - [2025-06-30 02:31:13] "POST /neutron/port HTTP/1.1" 200 1086 0.014179 10.0.0.56 - - [2025-06-30 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006515 10.0.0.56 - - [2025-06-30 02:31:13] "POST /neutron/port HTTP/1.1" 200 1086 0.013775 10.0.0.56 - - [2025-06-30 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005984 10.0.0.56 - - [2025-06-30 02:31:13] "POST /neutron/port HTTP/1.1" 200 1086 0.013229 10.0.0.56 - - [2025-06-30 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006102 10.0.0.56 - - [2025-06-30 02:31:13] "GET /virtual-machine/eea9e712-8525-4195-977e-c318968005c2 HTTP/1.1" 200 1294 0.004303 10.0.0.56 - - [2025-06-30 02:31:13] "GET /virtual-machine-interface/716d4abd-3def-4263-9213-13241d5fec21 HTTP/1.1" 200 2963 0.004575 10.0.0.56 - - [2025-06-30 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.56 - - [2025-06-30 02:31:14] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003239 10.0.0.56 - - [2025-06-30 02:31:14] "GET /virtual-networks?parent_id=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002884 10.0.0.56 - - [2025-06-30 02:31:14] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008882 10.0.0.56 - - [2025-06-30 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.56 - - [2025-06-30 02:31:17] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005276 10.0.0.56 - - [2025-06-30 02:31:17] "POST /neutron/port HTTP/1.1" 200 1086 0.016443 10.0.0.56 - - [2025-06-30 02:31:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006386 10.0.0.56 - - [2025-06-30 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.56 - - [2025-06-30 02:31:19] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004106 10.0.0.56 - - [2025-06-30 02:31:19] "GET /virtual-networks?parent_id=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003012 10.0.0.56 - - [2025-06-30 02:31:19] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005388 10.0.0.56 - - [2025-06-30 02:31:23] "POST /neutron/network HTTP/1.1" 200 807 0.009931 10.0.0.56 - - [2025-06-30 02:31:23] "POST /neutron/network HTTP/1.1" 200 833 0.005112 10.0.0.56 - - [2025-06-30 02:31:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001148 10.0.0.56 - - [2025-06-30 02:31:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014412 10.0.0.56 - - [2025-06-30 02:31:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005841 10.0.0.56 - - [2025-06-30 02:31:24] "POST /neutron/network HTTP/1.1" 200 843 0.005632 10.0.0.56 - - [2025-06-30 02:31:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.56 - - [2025-06-30 02:31:24] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.56 - - [2025-06-30 02:31:24] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.56 - - [2025-06-30 02:31:24] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.56 - - [2025-06-30 02:31:24] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044109 10.0.0.56 - - [2025-06-30 02:31:24] "POST /neutron/network HTTP/1.1" 200 833 0.005662 10.0.0.56 - - [2025-06-30 02:31:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016785 10.0.0.56 - - [2025-06-30 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007711 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.005486 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.004990 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/network HTTP/1.1" 200 843 0.006173 10.0.0.56 - - [2025-06-30 02:31:25] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 1058 0.188529 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 1058 0.011399 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 1058 0.009128 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 1112 0.053167 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 1086 0.017691 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003390 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/subnet HTTP/1.1" 200 685 0.011585 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.56 - - [2025-06-30 02:31:25] "POST /neutron/network HTTP/1.1" 200 833 0.007329 10.0.0.56 - - [2025-06-30 02:31:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014443 10.0.0.56 - - [2025-06-30 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006871 10.0.0.56 - - [2025-06-30 02:31:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015366 10.0.0.56 - - [2025-06-30 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006483 10.0.0.56 - - [2025-06-30 02:31:30] "POST /neutron/port HTTP/1.1" 200 1086 0.016848 10.0.0.56 - - [2025-06-30 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006402 10.0.0.56 - - [2025-06-30 02:31:30] "GET /virtual-machine/380e3d35-3ef4-4fb2-bd8f-5828de69bc34 HTTP/1.1" 200 1293 0.004783 10.0.0.56 - - [2025-06-30 02:31:30] "GET /virtual-machine-interface/4038fa63-ca1e-4ee4-b437-a0257540895f HTTP/1.1" 200 2963 0.004907 10.0.0.56 - - [2025-06-30 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.56 - - [2025-06-30 02:31:30] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003128 10.0.0.56 - - [2025-06-30 02:31:30] "GET /virtual-networks?parent_id=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003282 10.0.0.56 - - [2025-06-30 02:31:30] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005891 10.0.0.56 - - [2025-06-30 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.56 - - [2025-06-30 02:31:33] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005270 10.0.0.56 - - [2025-06-30 02:31:34] "POST /neutron/port HTTP/1.1" 200 1086 0.015170 10.0.0.56 - - [2025-06-30 02:31:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007192 10.0.0.56 - - [2025-06-30 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-06-30 02:31:35] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003408 10.0.0.56 - - [2025-06-30 02:31:35] "GET /virtual-networks?parent_id=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003280 10.0.0.56 - - [2025-06-30 02:31:35] "GET /virtual-network/bb791bc1-82a4-4a1e-94ec-ab0bf29725d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005473 10.0.0.56 - - [2025-06-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.56 - - [2025-06-30 02:31:41] "DELETE /virtual-DNS/f69eba7a-41e0-49e4-8493-e5bd5dad8af5 HTTP/1.1" 409 235 0.005462 10.0.0.56 - - [2025-06-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.002663 10.0.0.56 - - [2025-06-30 02:31:41] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015928 10.0.0.56 - - [2025-06-30 02:31:41] "GET /virtual-DNS-record/2508f277-87e7-43a6-bdde-cff6e5671215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004971 10.0.0.56 - - [2025-06-30 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.56 - - [2025-06-30 02:31:41] "GET /virtual-DNS-record/2508f277-87e7-43a6-bdde-cff6e5671215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003367 10.0.0.56 - - [2025-06-30 02:31:42] "GET /domains HTTP/1.1" 200 280 0.002984 10.0.0.56 - - [2025-06-30 02:31:42] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.56 - - [2025-06-30 02:31:42] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2959 0.007236 10.0.0.56 - - [2025-06-30 02:31:42] "GET /virtual-DNS/f69eba7a-41e0-49e4-8493-e5bd5dad8af5 HTTP/1.1" 200 1906 0.005117 10.0.0.56 - - [2025-06-30 02:31:42] "GET /virtual-DNS-record/2508f277-87e7-43a6-bdde-cff6e5671215 HTTP/1.1" 200 1335 0.003273 10.0.0.56 - - [2025-06-30 02:31:43] "DELETE /project/508da26b3f1141a1b7b6f6ad9335b78b HTTP/1.1" 404 173 0.007804 10.0.0.56 - - [2025-06-30 02:31:43] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001525 10.0.0.56 - - [2025-06-30 02:31:43] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.027827 10.0.0.56 - - [2025-06-30 02:31:43] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.56 - - [2025-06-30 02:31:43] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?fields=security_groups HTTP/1.1" 200 1357 0.061764 10.0.0.56 - - [2025-06-30 02:31:43] "DELETE /security-group/a22200a9-0015-4d70-8561-3a23f5fc3e16 HTTP/1.1" 200 115 0.038914 10.0.0.56 - - [2025-06-30 02:31:43] "GET /projects?obj_uuids=a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.56 - - [2025-06-30 02:31:43] "DELETE /access-control-list/121cded4-dd0d-40d0-969c-42c43ff71e1f HTTP/1.1" 200 115 0.027646 10.0.0.56 - - [2025-06-30 02:31:43] "GET /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe?fields=application_policy_sets HTTP/1.1" 200 1396 0.036260 10.0.0.56 - - [2025-06-30 02:31:43] "DELETE /access-control-list/ff79d988-528b-4fa2-98c6-c02a05f31ca2 HTTP/1.1" 200 115 0.033612 10.0.0.56 - - [2025-06-30 02:31:44] "DELETE /project/a0de57b2-d6a9-4baa-ab17-0ff8a60be8fe HTTP/1.1" 200 115 0.323722 10.0.0.56 - - [2025-06-30 02:31:47] "DELETE /virtual-DNS-record/2508f277-87e7-43a6-bdde-cff6e5671215 HTTP/1.1" 200 115 0.026760 10.0.0.56 - - [2025-06-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.005003 10.0.0.56 - - [2025-06-30 02:31:47] "POST /neutron/network HTTP/1.1" 200 833 0.005780 10.0.0.56 - - [2025-06-30 02:31:47] "POST /neutron/network HTTP/1.1" 400 204 0.014416 10.0.0.56 - - [2025-06-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1086 0.014395 10.0.0.56 - - [2025-06-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1112 0.009410 10.0.0.56 - - [2025-06-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1086 0.014558 10.0.0.56 - - [2025-06-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 1112 0.009502 10.0.0.56 - - [2025-06-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.113862 10.0.0.56 - - [2025-06-30 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.101141 10.0.0.56 - - [2025-06-30 02:31:49] "POST /neutron/network HTTP/1.1" 200 833 0.006466 10.0.0.56 - - [2025-06-30 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.56 - - [2025-06-30 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.56 - - [2025-06-30 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001982 10.0.0.56 - - [2025-06-30 02:31:49] "POST /neutron/network HTTP/1.1" 200 151 0.212879 10.0.0.56 - - [2025-06-30 02:31:49] "DELETE /route-target/faf50c67-d7aa-4101-8863-85b435dfbc97 HTTP/1.1" 200 115 0.077146 10.0.0.56 - - [2025-06-30 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006123 10.0.0.56 - - [2025-06-30 02:31:49] "DELETE /network-ipam/917e4d11-2f3a-4dd9-80e8-5ebdfbd26dde HTTP/1.1" 200 115 0.029205 10.0.0.56 - - [2025-06-30 02:31:50] "DELETE /virtual-DNS/f69eba7a-41e0-49e4-8493-e5bd5dad8af5 HTTP/1.1" 200 115 0.049199 10.0.0.56 - - [2025-06-30 02:31:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.005310 10.0.0.56 - - [2025-06-30 02:31:50] "GET /obj-perms HTTP/1.1" 200 5056 0.082031 10.0.0.56 - - [2025-06-30 02:31:50] "GET /domains HTTP/1.1" 200 280 0.005416 10.0.0.56 - - [2025-06-30 02:31:50] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.56 - - [2025-06-30 02:31:50] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2575 0.009083 10.0.0.56 - - [2025-06-30 02:31:50] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.56 - - [2025-06-30 02:31:50] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036856 10.0.0.56 - - [2025-06-30 02:31:50] "GET /obj-perms HTTP/1.1" 200 5056 0.050010 10.0.0.56 - - [2025-06-30 02:31:50] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.56 - - [2025-06-30 02:31:50] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?fields=virtual_networks HTTP/1.1" 200 1033 0.068662 10.0.0.56 - - [2025-06-30 02:31:50] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.56 - - [2025-06-30 02:31:50] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027930 10.0.0.56 - - [2025-06-30 02:31:50] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.56 - - [2025-06-30 02:31:50] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?fields=security_groups HTTP/1.1" 200 1260 0.026573 10.0.0.56 - - [2025-06-30 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.024279 10.0.0.56 - - [2025-06-30 02:31:51] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003185 10.0.0.56 - - [2025-06-30 02:31:51] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.56 - - [2025-06-30 02:31:51] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007087 10.0.0.56 - - [2025-06-30 02:31:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.001419 10.0.0.56 - - [2025-06-30 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.003806 10.0.0.56 - - [2025-06-30 02:31:51] "POST /security-groups HTTP/1.1" 200 592 0.059801 10.0.0.56 - - [2025-06-30 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.002817 10.0.0.56 - - [2025-06-30 02:31:51] "POST /projects HTTP/1.1" 200 587 0.217081 10.0.0.56 - - [2025-06-30 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.289605 10.0.0.56 - - [2025-06-30 02:31:51] "POST /access-control-lists HTTP/1.1" 200 597 0.076037 10.0.0.56 - - [2025-06-30 02:31:51] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.412551 10.0.0.56 - - [2025-06-30 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.010016 10.0.0.56 - - [2025-06-30 02:31:52] "POST /access-control-lists HTTP/1.1" 200 595 0.059792 10.0.0.56 - - [2025-06-30 02:31:52] "GET / HTTP/1.1" 200 35931 0.002070 10.0.0.56 - - [2025-06-30 02:31:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.56 - - [2025-06-30 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.064433 10.0.0.56 - - [2025-06-30 02:31:53] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.56 - - [2025-06-30 02:31:53] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021503 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 117 0.027138 10.0.0.56 - - [2025-06-30 02:31:54] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001550 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 606 0.067802 10.0.0.56 - - [2025-06-30 02:31:54] "POST /route-targets HTTP/1.1" 200 327 0.010512 10.0.0.56 - - [2025-06-30 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.011777 10.0.0.56 - - [2025-06-30 02:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004167 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.167384 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 827 0.007033 10.0.0.56 - - [2025-06-30 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001207 10.0.0.56 - - [2025-06-30 02:31:54] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004733 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 827 0.005612 10.0.0.56 - - [2025-06-30 02:31:54] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004490 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 827 0.006771 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.008436 10.0.0.56 - - [2025-06-30 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001201 10.0.0.56 - - [2025-06-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 837 0.006008 10.0.0.56 - - [2025-06-30 02:31:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.56 - - [2025-06-30 02:31:55] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.56 - - [2025-06-30 02:31:55] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.56 - - [2025-06-30 02:31:55] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.56 - - [2025-06-30 02:31:55] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049303 10.0.0.56 - - [2025-06-30 02:31:55] "POST /neutron/network HTTP/1.1" 200 827 0.005305 10.0.0.56 - - [2025-06-30 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.005057 10.0.0.56 - - [2025-06-30 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.004853 10.0.0.56 - - [2025-06-30 02:31:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001427 10.0.0.56 - - [2025-06-30 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.006493 10.0.0.56 - - [2025-06-30 02:31:55] "POST /neutron/network HTTP/1.1" 200 837 0.005766 10.0.0.56 - - [2025-06-30 02:31:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.56 - - [2025-06-30 02:31:55] "POST /neutron/network HTTP/1.1" 200 837 0.006206 10.0.0.56 - - [2025-06-30 02:31:55] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.56 - - [2025-06-30 02:31:56] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.56 - - [2025-06-30 02:31:56] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1063 0.222669 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1063 0.008823 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1063 0.007867 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1117 0.061270 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1091 0.018607 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003472 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.010356 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 827 0.005404 10.0.0.56 - - [2025-06-30 02:31:56] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.56 - - [2025-06-30 02:31:56] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048114 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/network HTTP/1.1" 200 827 0.005715 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1091 0.018165 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011640 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/port HTTP/1.1" 200 1091 0.016378 10.0.0.56 - - [2025-06-30 02:31:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010180 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/network HTTP/1.1" 200 837 0.007004 10.0.0.56 - - [2025-06-30 02:31:57] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001243 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 1063 0.236463 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 1063 0.015165 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 1063 0.013675 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 1117 0.103312 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 1091 0.014592 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003553 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.012156 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.56 - - [2025-06-30 02:31:57] "POST /neutron/network HTTP/1.1" 200 827 0.005693 10.0.0.56 - - [2025-06-30 02:32:01] "POST /neutron/port HTTP/1.1" 200 1091 0.018420 10.0.0.56 - - [2025-06-30 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008217 10.0.0.56 - - [2025-06-30 02:32:01] "POST /neutron/port HTTP/1.1" 200 1091 0.018984 10.0.0.56 - - [2025-06-30 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006361 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/port HTTP/1.1" 200 1091 0.027743 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008740 10.0.0.56 - - [2025-06-30 02:32:02] "GET /virtual-machine/bc50a51b-2ce0-4bdc-94cc-96191346dc7f HTTP/1.1" 401 292 0.000503 10.0.0.56 - - [2025-06-30 02:32:02] "GET /virtual-machine/bc50a51b-2ce0-4bdc-94cc-96191346dc7f HTTP/1.1" 200 1294 0.029363 10.0.0.56 - - [2025-06-30 02:32:02] "GET /virtual-machine-interface/e70b12fd-ca70-4889-bf44-294dc2b08668 HTTP/1.1" 200 2946 0.005197 10.0.0.56 - - [2025-06-30 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-06-30 02:32:02] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005019 10.0.0.56 - - [2025-06-30 02:32:02] "GET /virtual-networks?parent_id=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002947 10.0.0.56 - - [2025-06-30 02:32:02] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005270 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/port HTTP/1.1" 200 1091 0.020947 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/port HTTP/1.1" 200 1091 0.017567 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/network HTTP/1.1" 200 837 0.005911 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003388 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.011102 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.56 - - [2025-06-30 02:32:02] "POST /neutron/network HTTP/1.1" 200 827 0.006045 10.0.0.56 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 1091 0.015408 10.0.0.56 - - [2025-06-30 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005375 10.0.0.56 - - [2025-06-30 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.56 - - [2025-06-30 02:32:05] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005078 10.0.0.56 - - [2025-06-30 02:32:06] "POST /neutron/port HTTP/1.1" 200 1091 0.015600 10.0.0.56 - - [2025-06-30 02:32:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005099 10.0.0.56 - - [2025-06-30 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.56 - - [2025-06-30 02:32:07] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003157 10.0.0.56 - - [2025-06-30 02:32:07] "GET /virtual-networks?parent_id=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002940 10.0.0.56 - - [2025-06-30 02:32:07] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005105 10.0.0.56 - - [2025-06-30 02:32:08] "POST /neutron/port HTTP/1.1" 200 1091 0.015166 10.0.0.56 - - [2025-06-30 02:32:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007679 10.0.0.56 - - [2025-06-30 02:32:08] "POST /neutron/port HTTP/1.1" 200 1091 0.019170 10.0.0.56 - - [2025-06-30 02:32:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006899 10.0.0.56 - - [2025-06-30 02:32:08] "POST /neutron/port HTTP/1.1" 200 1091 0.021153 10.0.0.56 - - [2025-06-30 02:32:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008119 10.0.0.56 - - [2025-06-30 02:32:08] "GET /virtual-machine/fb143de2-22e1-4676-b9a7-1f6d8a509a7b HTTP/1.1" 200 1294 0.006752 10.0.0.56 - - [2025-06-30 02:32:08] "GET /virtual-machine-interface/c20a3a85-caaf-40a8-942e-359010f03bec HTTP/1.1" 200 2946 0.007355 10.0.0.56 - - [2025-06-30 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.56 - - [2025-06-30 02:32:08] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003511 10.0.0.56 - - [2025-06-30 02:32:08] "GET /virtual-networks?parent_id=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003819 10.0.0.56 - - [2025-06-30 02:32:08] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008203 10.0.0.56 - - [2025-06-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.56 - - [2025-06-30 02:32:09] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003507 10.0.0.56 - - [2025-06-30 02:32:09] "GET /virtual-networks?parent_id=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002937 10.0.0.56 - - [2025-06-30 02:32:09] "GET /virtual-network/b4308f13-080d-42d0-982f-2651ad5a6d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005395 10.0.0.56 - - [2025-06-30 02:32:14] "POST /neutron/network HTTP/1.1" 200 827 0.006797 10.0.0.56 - - [2025-06-30 02:32:14] "POST /neutron/network HTTP/1.1" 400 204 0.009565 10.0.0.56 - - [2025-06-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 1091 0.016317 10.0.0.56 - - [2025-06-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 1117 0.009448 10.0.0.56 - - [2025-06-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 1091 0.031966 10.0.0.56 - - [2025-06-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 1117 0.011305 10.0.0.56 - - [2025-06-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 151 0.152160 10.0.0.56 - - [2025-06-30 02:32:15] "POST /neutron/port HTTP/1.1" 200 151 0.136808 10.0.0.56 - - [2025-06-30 02:32:16] "POST /neutron/network HTTP/1.1" 200 827 0.007684 10.0.0.56 - - [2025-06-30 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.56 - - [2025-06-30 02:32:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001911 10.0.0.56 - - [2025-06-30 02:32:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002709 10.0.0.56 - - [2025-06-30 02:32:16] "POST /neutron/network HTTP/1.1" 200 151 0.081384 10.0.0.56 - - [2025-06-30 02:32:16] "DELETE /route-target/d404f00c-26c6-44d1-9fb5-51f862db1fd3 HTTP/1.1" 200 115 0.017272 10.0.0.56 - - [2025-06-30 02:32:16] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.56 - - [2025-06-30 02:32:16] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026111 10.0.0.56 - - [2025-06-30 02:32:16] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.56 - - [2025-06-30 02:32:17] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?fields=virtual_networks HTTP/1.1" 200 1034 0.065447 10.0.0.56 - - [2025-06-30 02:32:17] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002476 10.0.0.56 - - [2025-06-30 02:32:17] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.032098 10.0.0.56 - - [2025-06-30 02:32:17] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001818 10.0.0.56 - - [2025-06-30 02:32:17] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?fields=security_groups HTTP/1.1" 200 1261 0.032982 10.0.0.56 - - [2025-06-30 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.022402 10.0.0.56 - - [2025-06-30 02:32:18] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003014 10.0.0.56 - - [2025-06-30 02:32:18] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.56 - - [2025-06-30 02:32:18] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008376 10.0.0.56 - - [2025-06-30 02:32:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001173 10.0.0.56 - - [2025-06-30 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.002487 10.0.0.56 - - [2025-06-30 02:32:18] "POST /security-groups HTTP/1.1" 200 591 0.059671 10.0.0.56 - - [2025-06-30 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002726 10.0.0.56 - - [2025-06-30 02:32:18] "POST /projects HTTP/1.1" 200 585 0.202501 10.0.0.56 - - [2025-06-30 02:32:18] "POST /access-control-lists HTTP/1.1" 200 596 0.057383 10.0.0.56 - - [2025-06-30 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.278696 10.0.0.56 - - [2025-06-30 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.003758 10.0.0.56 - - [2025-06-30 02:32:18] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.410968 10.0.0.56 - - [2025-06-30 02:32:18] "POST /access-control-lists HTTP/1.1" 200 594 0.060413 10.0.0.56 - - [2025-06-30 02:32:19] "GET / HTTP/1.1" 200 35931 0.002117 10.0.0.56 - - [2025-06-30 02:32:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.56 - - [2025-06-30 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.052980 10.0.0.56 - - [2025-06-30 02:32:20] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001254 10.0.0.56 - - [2025-06-30 02:32:20] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.034973 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 117 0.027387 10.0.0.56 - - [2025-06-30 02:32:20] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 625 0.074319 10.0.0.56 - - [2025-06-30 02:32:20] "POST /route-targets HTTP/1.1" 200 327 0.010311 10.0.0.56 - - [2025-06-30 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.010443 10.0.0.56 - - [2025-06-30 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004300 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.177149 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 839 0.005210 10.0.0.56 - - [2025-06-30 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001136 10.0.0.56 - - [2025-06-30 02:32:20] "GET /virtual-network/0d4301ad-0861-4c9b-a916-0ef889d7d3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004759 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 839 0.006264 10.0.0.56 - - [2025-06-30 02:32:20] "GET /virtual-network/0d4301ad-0861-4c9b-a916-0ef889d7d3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005185 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 839 0.005999 10.0.0.56 - - [2025-06-30 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.007363 10.0.0.56 - - [2025-06-30 02:32:21] "POST /neutron/network HTTP/1.1" 200 839 0.005515 10.0.0.56 - - [2025-06-30 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001550 10.0.0.56 - - [2025-06-30 02:32:21] "POST /neutron/network HTTP/1.1" 200 849 0.006605 10.0.0.56 - - [2025-06-30 02:32:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.56 - - [2025-06-30 02:32:21] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.56 - - [2025-06-30 02:32:21] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000442 10.0.0.56 - - [2025-06-30 02:32:21] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.56 - - [2025-06-30 02:32:21] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052791 10.0.0.56 - - [2025-06-30 02:32:21] "POST /neutron/network HTTP/1.1" 200 839 0.010475 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.006220 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.006239 10.0.0.56 - - [2025-06-30 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-06-30 02:32:22] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004009 10.0.0.56 - - [2025-06-30 02:32:22] "PUT /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914 HTTP/1.1" 200 276 0.010184 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.004961 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 849 0.005524 10.0.0.56 - - [2025-06-30 02:32:22] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 1055 0.205473 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008722 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008377 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 1109 0.053854 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 1083 0.015790 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003044 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.010510 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.56 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 839 0.005747 10.0.0.56 - - [2025-06-30 02:32:27] "POST /neutron/port HTTP/1.1" 200 1083 0.014725 10.0.0.56 - - [2025-06-30 02:32:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006295 10.0.0.56 - - [2025-06-30 02:32:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013756 10.0.0.56 - - [2025-06-30 02:32:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005926 10.0.0.56 - - [2025-06-30 02:32:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015153 10.0.0.56 - - [2025-06-30 02:32:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006408 10.0.0.56 - - [2025-06-30 02:32:27] "GET /virtual-machine/303f9c3e-bd8a-4e38-b940-08ca5a7d42e2 HTTP/1.1" 401 292 0.000417 10.0.0.56 - - [2025-06-30 02:32:27] "GET /virtual-machine/303f9c3e-bd8a-4e38-b940-08ca5a7d42e2 HTTP/1.1" 200 1292 0.026648 10.0.0.56 - - [2025-06-30 02:32:27] "GET /virtual-machine-interface/03872371-ab29-4882-9020-6980dd6b41e0 HTTP/1.1" 200 2969 0.004902 10.0.0.56 - - [2025-06-30 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.56 - - [2025-06-30 02:32:27] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003496 10.0.0.56 - - [2025-06-30 02:32:28] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002897 10.0.0.56 - - [2025-06-30 02:32:28] "GET /virtual-network/0d4301ad-0861-4c9b-a916-0ef889d7d3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006678 10.0.0.56 - - [2025-06-30 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.56 - - [2025-06-30 02:32:31] "GET /virtual-network/0d4301ad-0861-4c9b-a916-0ef889d7d3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005426 10.0.0.56 - - [2025-06-30 02:32:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014732 10.0.0.56 - - [2025-06-30 02:32:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004989 10.0.0.56 - - [2025-06-30 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.56 - - [2025-06-30 02:32:33] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002758 10.0.0.56 - - [2025-06-30 02:32:33] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002742 10.0.0.56 - - [2025-06-30 02:32:33] "GET /virtual-network/0d4301ad-0861-4c9b-a916-0ef889d7d3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005179 10.0.0.56 - - [2025-06-30 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011961 10.0.0.56 - - [2025-06-30 02:32:35] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003893 10.0.0.56 - - [2025-06-30 02:32:35] "PUT /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914 HTTP/1.1" 200 276 0.008747 10.0.0.56 - - [2025-06-30 02:32:35] "POST /neutron/network HTTP/1.1" 200 839 0.007199 10.0.0.56 - - [2025-06-30 02:32:35] "POST /neutron/network HTTP/1.1" 400 204 0.011730 10.0.0.56 - - [2025-06-30 02:32:36] "POST /neutron/port HTTP/1.1" 200 1083 0.015199 10.0.0.56 - - [2025-06-30 02:32:36] "POST /neutron/port HTTP/1.1" 200 1109 0.008006 10.0.0.56 - - [2025-06-30 02:32:36] "POST /neutron/port HTTP/1.1" 200 151 0.096484 10.0.0.56 - - [2025-06-30 02:32:37] "POST /neutron/network HTTP/1.1" 200 839 0.007442 10.0.0.56 - - [2025-06-30 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-06-30 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002206 10.0.0.56 - - [2025-06-30 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003541 10.0.0.56 - - [2025-06-30 02:32:37] "POST /neutron/network HTTP/1.1" 200 151 0.077825 10.0.0.56 - - [2025-06-30 02:32:37] "DELETE /route-target/cce9cc73-1ac1-40de-9708-3f0795f34ff7 HTTP/1.1" 200 115 0.015371 10.0.0.56 - - [2025-06-30 02:32:38] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002669 10.0.0.56 - - [2025-06-30 02:32:38] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914 HTTP/1.1" 200 1826 0.003256 10.0.0.56 - - [2025-06-30 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-06-30 02:32:38] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001774 10.0.0.56 - - [2025-06-30 02:32:38] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.024879 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 117 0.006860 10.0.0.56 - - [2025-06-30 02:32:38] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 605 0.060261 10.0.0.56 - - [2025-06-30 02:32:38] "POST /route-targets HTTP/1.1" 200 327 0.011442 10.0.0.56 - - [2025-06-30 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.014705 10.0.0.56 - - [2025-06-30 02:32:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.133288 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 825 0.005695 10.0.0.56 - - [2025-06-30 02:32:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001231 10.0.0.56 - - [2025-06-30 02:32:38] "GET /virtual-network/ec7b43e9-e8f6-4a4c-a921-369363891467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004675 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 825 0.005794 10.0.0.56 - - [2025-06-30 02:32:38] "GET /virtual-network/ec7b43e9-e8f6-4a4c-a921-369363891467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005483 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 825 0.006065 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.006670 10.0.0.56 - - [2025-06-30 02:32:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001212 10.0.0.56 - - [2025-06-30 02:32:38] "POST /neutron/network HTTP/1.1" 200 835 0.005490 10.0.0.56 - - [2025-06-30 02:32:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.56 - - [2025-06-30 02:32:39] "GET / HTTP/1.1" 200 35931 0.002817 10.0.0.56 - - [2025-06-30 02:32:39] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000419 10.0.0.56 - - [2025-06-30 02:32:39] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.56 - - [2025-06-30 02:32:39] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046271 10.0.0.56 - - [2025-06-30 02:32:39] "POST /neutron/network HTTP/1.1" 200 825 0.005154 10.0.0.56 - - [2025-06-30 02:32:39] "POST /neutron/port HTTP/1.1" 200 117 0.004825 10.0.0.56 - - [2025-06-30 02:32:39] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.56 - - [2025-06-30 02:32:39] "POST /neutron/port HTTP/1.1" 200 117 0.007917 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/network HTTP/1.1" 200 835 0.005657 10.0.0.56 - - [2025-06-30 02:32:40] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/port HTTP/1.1" 200 1061 0.195198 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/port HTTP/1.1" 200 1061 0.008977 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/port HTTP/1.1" 200 1061 0.008929 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/port HTTP/1.1" 200 1115 0.055058 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/port HTTP/1.1" 200 1089 0.015741 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.013105 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.56 - - [2025-06-30 02:32:40] "POST /neutron/network HTTP/1.1" 200 825 0.006345 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /project/67451d9dccfc49879b7dcb1d0db8828e HTTP/1.1" 404 173 0.041769 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /project/d1389f70d59a408695217149121f9729 HTTP/1.1" 404 173 0.062078 10.0.0.56 - - [2025-06-30 02:32:44] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001561 10.0.0.56 - - [2025-06-30 02:32:44] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.56 - - [2025-06-30 02:32:44] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.096743 10.0.0.56 - - [2025-06-30 02:32:44] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.56 - - [2025-06-30 02:32:44] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?fields=security_groups HTTP/1.1" 200 1365 0.024888 10.0.0.56 - - [2025-06-30 02:32:44] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.108336 10.0.0.56 - - [2025-06-30 02:32:44] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /security-group/be56ee26-31d3-4feb-8326-824606ce038b HTTP/1.1" 200 115 0.054664 10.0.0.56 - - [2025-06-30 02:32:44] "GET /projects?obj_uuids=508da26b-3f11-41a1-b7b6-f6ad9335b78b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.56 - - [2025-06-30 02:32:44] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?fields=security_groups HTTP/1.1" 200 1366 0.076580 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /access-control-list/c28e45f0-fa79-4d7e-96ff-40cbc6f40e17 HTTP/1.1" 200 115 0.058899 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /access-control-list/15bc8fb3-c8ad-439c-928c-a9953159efcd HTTP/1.1" 200 115 0.024727 10.0.0.56 - - [2025-06-30 02:32:44] "GET /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b?fields=application_policy_sets HTTP/1.1" 200 1404 0.082899 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /security-group/79dc1e1f-c8ed-4e18-9949-9dc9a9d00c98 HTTP/1.1" 200 115 0.054354 10.0.0.56 - - [2025-06-30 02:32:44] "GET /projects?obj_uuids=d1389f70-d59a-4086-9521-7149121f9729&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001936 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /access-control-list/0c14d62b-7acb-4b99-be40-1fe4985524be HTTP/1.1" 200 115 0.028068 10.0.0.56 - - [2025-06-30 02:32:44] "GET /project/d1389f70-d59a-4086-9521-7149121f9729?fields=application_policy_sets HTTP/1.1" 200 1405 0.034119 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /access-control-list/a0df1881-c42a-4cd4-bec4-ac9ab4cb67a0 HTTP/1.1" 200 115 0.033367 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /project/508da26b-3f11-41a1-b7b6-f6ad9335b78b HTTP/1.1" 200 115 0.472478 10.0.0.56 - - [2025-06-30 02:32:44] "DELETE /project/d1389f70-d59a-4086-9521-7149121f9729 HTTP/1.1" 200 115 0.516376 10.0.0.56 - - [2025-06-30 02:32:44] "POST /neutron/port HTTP/1.1" 200 1089 0.014647 10.0.0.56 - - [2025-06-30 02:32:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006906 10.0.0.56 - - [2025-06-30 02:32:44] "POST /neutron/port HTTP/1.1" 200 1089 0.014724 10.0.0.56 - - [2025-06-30 02:32:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005646 10.0.0.56 - - [2025-06-30 02:32:45] "POST /neutron/port HTTP/1.1" 200 1089 0.013580 10.0.0.56 - - [2025-06-30 02:32:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005792 10.0.0.56 - - [2025-06-30 02:32:45] "GET /virtual-machine/dfa20d36-15f4-402c-813e-7eda22a46436 HTTP/1.1" 200 1292 0.005742 10.0.0.56 - - [2025-06-30 02:32:45] "GET /virtual-machine-interface/36379387-cda6-4ad3-9848-e1a3e0c0668c HTTP/1.1" 200 2940 0.004739 10.0.0.56 - - [2025-06-30 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.56 - - [2025-06-30 02:32:45] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003150 10.0.0.56 - - [2025-06-30 02:32:45] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003216 10.0.0.56 - - [2025-06-30 02:32:45] "GET /virtual-network/ec7b43e9-e8f6-4a4c-a921-369363891467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005813 10.0.0.56 - - [2025-06-30 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.56 - - [2025-06-30 02:32:48] "GET /virtual-network/ec7b43e9-e8f6-4a4c-a921-369363891467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005318 10.0.0.56 - - [2025-06-30 02:32:48] "POST /neutron/port HTTP/1.1" 200 1089 0.014338 10.0.0.56 - - [2025-06-30 02:32:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005314 10.0.0.56 - - [2025-06-30 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.56 - - [2025-06-30 02:32:50] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002831 10.0.0.56 - - [2025-06-30 02:32:50] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003286 10.0.0.56 - - [2025-06-30 02:32:50] "GET /virtual-network/ec7b43e9-e8f6-4a4c-a921-369363891467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008485 10.0.0.56 - - [2025-06-30 02:32:50] "GET /obj-perms HTTP/1.1" 200 5056 0.044868 10.0.0.56 - - [2025-06-30 02:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.042361 10.0.0.56 - - [2025-06-30 02:32:52] "POST /neutron/network HTTP/1.1" 200 825 0.005620 10.0.0.56 - - [2025-06-30 02:32:52] "POST /neutron/network HTTP/1.1" 400 204 0.009382 10.0.0.56 - - [2025-06-30 02:32:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015281 10.0.0.56 - - [2025-06-30 02:32:53] "POST /neutron/port HTTP/1.1" 200 1115 0.009425 10.0.0.56 - - [2025-06-30 02:32:53] "POST /neutron/port HTTP/1.1" 200 151 0.085356 10.0.0.56 - - [2025-06-30 02:32:54] "POST /neutron/network HTTP/1.1" 200 825 0.005512 10.0.0.56 - - [2025-06-30 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.56 - - [2025-06-30 02:32:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001939 10.0.0.56 - - [2025-06-30 02:32:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002937 10.0.0.56 - - [2025-06-30 02:32:54] "POST /neutron/network HTTP/1.1" 200 151 0.074436 10.0.0.56 - - [2025-06-30 02:32:54] "DELETE /route-target/d288528e-b612-4e69-954c-a665119bb9de HTTP/1.1" 200 115 0.015641 10.0.0.56 - - [2025-06-30 02:32:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002815 10.0.0.56 - - [2025-06-30 02:32:55] "POST /network-ipams HTTP/1.1" 200 541 0.015998 10.0.0.56 - - [2025-06-30 02:32:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002787 10.0.0.56 - - [2025-06-30 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.56 - - [2025-06-30 02:32:55] "GET /network-ipam/3d1cd613-7284-49fe-9e93-1251407b9005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004575 10.0.0.56 - - [2025-06-30 02:32:55] "PUT /network-ipam/3d1cd613-7284-49fe-9e93-1251407b9005 HTTP/1.1" 200 258 0.008932 10.0.0.56 - - [2025-06-30 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.56 - - [2025-06-30 02:32:55] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.56 - - [2025-06-30 02:32:55] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.021428 10.0.0.56 - - [2025-06-30 02:32:55] "POST /neutron/network HTTP/1.1" 200 117 0.007391 10.0.0.56 - - [2025-06-30 02:32:55] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.56 - - [2025-06-30 02:32:55] "POST /neutron/network HTTP/1.1" 200 605 0.061437 10.0.0.56 - - [2025-06-30 02:32:55] "POST /route-targets HTTP/1.1" 200 327 0.011747 10.0.0.56 - - [2025-06-30 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.56 - - [2025-06-30 02:32:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.56 - - [2025-06-30 02:32:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.175758 10.0.0.56 - - [2025-06-30 02:32:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003760 10.0.0.56 - - [2025-06-30 02:32:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.160725 10.0.0.56 - - [2025-06-30 02:32:55] "POST /neutron/network HTTP/1.1" 200 994 0.007224 10.0.0.56 - - [2025-06-30 02:32:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001189 10.0.0.56 - - [2025-06-30 02:32:55] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004655 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.006896 10.0.0.56 - - [2025-06-30 02:32:56] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004336 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.009645 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006689 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006419 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.006575 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.007001 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.007154 10.0.0.56 - - [2025-06-30 02:32:56] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001401 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 1017 0.149757 10.0.0.56 - - [2025-06-30 02:32:56] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.56 - - [2025-06-30 02:32:56] "GET /global-system-configs HTTP/1.1" 200 322 0.043604 10.0.0.56 - - [2025-06-30 02:32:56] "GET /obj-perms HTTP/1.1" 200 5056 0.077700 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 1017 0.163779 10.0.0.56 - - [2025-06-30 02:32:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001375 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008332 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 1017 0.025272 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.006377 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007301 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.004984 10.0.0.56 - - [2025-06-30 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.004781 10.0.0.56 - - [2025-06-30 02:32:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.005289 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007788 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007510 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 994 0.006662 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007279 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007622 10.0.0.56 - - [2025-06-30 02:32:57] "GET /global-system-configs HTTP/1.1" 200 322 0.030341 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009344 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.006105 10.0.0.56 - - [2025-06-30 02:32:57] "GET /obj-perms HTTP/1.1" 200 5056 0.107265 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.008471 10.0.0.56 - - [2025-06-30 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001398 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.005768 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 1004 0.008683 10.0.0.56 - - [2025-06-30 02:32:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-06-30 02:32:57] "GET / HTTP/1.1" 200 35931 0.001705 10.0.0.56 - - [2025-06-30 02:32:57] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000423 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.031471 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 1004 0.007184 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.006988 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008409 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 1004 0.010982 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009239 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.018201 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009330 10.0.0.56 - - [2025-06-30 02:32:57] "POST /neutron/port HTTP/1.1" 200 1109 0.112085 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 1109 0.115168 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 1083 0.016905 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 1083 0.017187 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.012668 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003895 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.56 - - [2025-06-30 02:32:58] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 994 0.007836 10.0.0.56 - - [2025-06-30 02:32:58] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.056038 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.034598 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 994 0.009743 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 994 0.007092 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 2050 0.020416 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006565 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.005789 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domains HTTP/1.1" 200 280 0.002829 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001635 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2574 0.011352 10.0.0.56 - - [2025-06-30 02:32:58] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002084 10.0.0.56 - - [2025-06-30 02:32:58] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e HTTP/1.1" 200 2841 0.078052 10.0.0.56 - - [2025-06-30 02:32:58] "GET /network-ipam/3d1cd613-7284-49fe-9e93-1251407b9005 HTTP/1.1" 200 2600 0.004621 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domains HTTP/1.1" 200 280 0.002523 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2574 0.006862 10.0.0.56 - - [2025-06-30 02:32:58] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.56 - - [2025-06-30 02:32:58] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e HTTP/1.1" 200 2841 0.091158 10.0.0.56 - - [2025-06-30 02:32:58] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24 HTTP/1.1" 200 3778 0.006624 10.0.0.56 - - [2025-06-30 02:32:58] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24 HTTP/1.1" 200 3778 0.006155 10.0.0.56 - - [2025-06-30 02:32:58] "GET /routing-instance/1b79ecb4-6da7-40e5-8ec2-eafdf2e686a3 HTTP/1.1" 200 2380 0.004036 10.0.0.56 - - [2025-06-30 02:32:58] "GET /routing-instance/1b79ecb4-6da7-40e5-8ec2-eafdf2e686a3 HTTP/1.1" 200 2380 0.004897 10.0.0.56 - - [2025-06-30 02:32:58] "GET /route-target/e4a25ef4-556f-4e33-9c6f-84a87dc2786c HTTP/1.1" 200 1205 0.003837 10.0.0.56 - - [2025-06-30 02:32:58] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24 HTTP/1.1" 200 3778 0.005005 10.0.0.56 - - [2025-06-30 02:32:58] "GET /routing-instance/1b79ecb4-6da7-40e5-8ec2-eafdf2e686a3 HTTP/1.1" 200 2380 0.003991 10.0.0.56 - - [2025-06-30 02:32:58] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006805 10.0.0.56 - - [2025-06-30 02:32:58] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24 HTTP/1.1" 200 3778 0.008461 10.0.0.56 - - [2025-06-30 02:32:58] "GET /routing-instance/1b79ecb4-6da7-40e5-8ec2-eafdf2e686a3 HTTP/1.1" 200 2380 0.013560 10.0.0.56 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 1004 0.023334 10.0.0.56 - - [2025-06-30 02:32:58] "GET /routing-instance/1b79ecb4-6da7-40e5-8ec2-eafdf2e686a3 HTTP/1.1" 200 2380 0.004230 10.0.0.56 - - [2025-06-30 02:32:58] "GET /route-target/e4a25ef4-556f-4e33-9c6f-84a87dc2786c HTTP/1.1" 200 1205 0.004350 10.0.0.56 - - [2025-06-30 02:32:58] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domains HTTP/1.1" 200 280 0.019977 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.56 - - [2025-06-30 02:32:58] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2574 0.010479 10.0.0.56 - - [2025-06-30 02:32:58] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.56 - - [2025-06-30 02:32:59] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e HTTP/1.1" 200 3085 0.099219 10.0.0.56 - - [2025-06-30 02:32:59] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24 HTTP/1.1" 200 4036 0.009686 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1055 0.264531 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1055 0.010439 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1055 0.016906 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1109 0.103268 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1083 0.017189 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006204 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.023646 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/network HTTP/1.1" 200 994 0.008160 10.0.0.56 - - [2025-06-30 02:32:59] "GET /obj-perms HTTP/1.1" 200 5030 0.093885 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1083 0.020128 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.020792 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1083 0.020438 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007130 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1083 0.037315 10.0.0.56 - - [2025-06-30 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011635 10.0.0.56 - - [2025-06-30 02:32:59] "GET /virtual-machine/4d84fa74-6de8-4827-90f9-f20dbdf107b3 HTTP/1.1" 200 1288 0.005113 10.0.0.56 - - [2025-06-30 02:32:59] "GET /virtual-machine-interface/6eaf290e-ad6a-453b-8dc9-c6884b55d51c HTTP/1.1" 200 2940 0.004652 10.0.0.56 - - [2025-06-30 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.56 - - [2025-06-30 02:32:59] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003030 10.0.0.56 - - [2025-06-30 02:32:59] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003214 10.0.0.56 - - [2025-06-30 02:33:00] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005371 10.0.0.56 - - [2025-06-30 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.56 - - [2025-06-30 02:33:03] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005636 10.0.0.56 - - [2025-06-30 02:33:07] "POST /neutron/port HTTP/1.1" 200 1083 0.037755 10.0.0.56 - - [2025-06-30 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006063 10.0.0.56 - - [2025-06-30 02:33:07] "POST /neutron/port HTTP/1.1" 200 1083 0.025048 10.0.0.56 - - [2025-06-30 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007046 10.0.0.56 - - [2025-06-30 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.56 - - [2025-06-30 02:33:07] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005522 10.0.0.56 - - [2025-06-30 02:33:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014266 10.0.0.56 - - [2025-06-30 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005674 10.0.0.56 - - [2025-06-30 02:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.56 - - [2025-06-30 02:33:09] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002914 10.0.0.56 - - [2025-06-30 02:33:09] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003361 10.0.0.56 - - [2025-06-30 02:33:09] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005531 10.0.0.56 - - [2025-06-30 02:33:09] "POST /neutron/port HTTP/1.1" 200 1083 0.014338 10.0.0.56 - - [2025-06-30 02:33:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005970 10.0.0.56 - - [2025-06-30 02:33:09] "POST /neutron/port HTTP/1.1" 200 1083 0.015693 10.0.0.56 - - [2025-06-30 02:33:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006077 10.0.0.56 - - [2025-06-30 02:33:09] "POST /neutron/port HTTP/1.1" 200 1083 0.016076 10.0.0.56 - - [2025-06-30 02:33:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006926 10.0.0.56 - - [2025-06-30 02:33:09] "GET /virtual-machine/54cf8659-52a8-47ca-8b7c-0216d8f6a9f7 HTTP/1.1" 200 1288 0.004826 10.0.0.56 - - [2025-06-30 02:33:09] "GET /virtual-machine-interface/bde29af8-8827-454a-9e15-c5daa66fee67 HTTP/1.1" 200 2941 0.004971 10.0.0.56 - - [2025-06-30 02:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.56 - - [2025-06-30 02:33:09] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003159 10.0.0.56 - - [2025-06-30 02:33:10] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005383 10.0.0.56 - - [2025-06-30 02:33:10] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005189 10.0.0.56 - - [2025-06-30 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.56 - - [2025-06-30 02:33:11] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003727 10.0.0.56 - - [2025-06-30 02:33:11] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003041 10.0.0.56 - - [2025-06-30 02:33:11] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005314 10.0.0.56 - - [2025-06-30 02:33:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014867 10.0.0.56 - - [2025-06-30 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005884 10.0.0.56 - - [2025-06-30 02:33:11] "POST /neutron/port HTTP/1.1" 200 1083 0.015284 10.0.0.56 - - [2025-06-30 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006127 10.0.0.56 - - [2025-06-30 02:33:11] "POST /neutron/port HTTP/1.1" 200 1083 0.013269 10.0.0.56 - - [2025-06-30 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007012 10.0.0.56 - - [2025-06-30 02:33:11] "GET /virtual-machine/67a0c923-dc8f-47d3-a164-3296892005f1 HTTP/1.1" 200 1292 0.004693 10.0.0.56 - - [2025-06-30 02:33:11] "GET /virtual-machine-interface/a0f833d9-3391-4df1-810c-9b770e77bee0 HTTP/1.1" 200 2940 0.005130 10.0.0.56 - - [2025-06-30 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.56 - - [2025-06-30 02:33:11] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003480 10.0.0.56 - - [2025-06-30 02:33:11] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003408 10.0.0.56 - - [2025-06-30 02:33:11] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005610 10.0.0.56 - - [2025-06-30 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.56 - - [2025-06-30 02:33:12] "GET /global-vrouter-config/647b0a13-54d9-4f79-906c-d40d516e5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002925 10.0.0.56 - - [2025-06-30 02:33:13] "GET /virtual-networks?parent_id=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003195 10.0.0.56 - - [2025-06-30 02:33:13] "GET /virtual-network/69cd40c7-575d-4758-a489-05916ea87b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007575 10.0.0.56 - - [2025-06-30 02:33:28] "POST /neutron/port HTTP/1.1" 200 1109 0.015083 10.0.0.56 - - [2025-06-30 02:33:28] "POST /neutron/port HTTP/1.1" 200 1109 0.009363 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 151 0.112229 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 1109 0.010122 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 1109 0.010980 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 1083 0.023853 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 1109 0.007966 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 151 0.141958 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/network HTTP/1.1" 200 994 0.008837 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/network HTTP/1.1" 400 204 0.019615 10.0.0.56 - - [2025-06-30 02:33:29] "POST /neutron/port HTTP/1.1" 200 151 0.142400 10.0.0.56 - - [2025-06-30 02:33:31] "POST /neutron/network HTTP/1.1" 200 994 0.007254 10.0.0.56 - - [2025-06-30 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007536 10.0.0.56 - - [2025-06-30 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.56 - - [2025-06-30 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.56 - - [2025-06-30 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001704 10.0.0.56 - - [2025-06-30 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002015 10.0.0.56 - - [2025-06-30 02:33:31] "POST /neutron/network HTTP/1.1" 200 151 0.106982 10.0.0.56 - - [2025-06-30 02:33:31] "DELETE /route-target/e4a25ef4-556f-4e33-9c6f-84a87dc2786c HTTP/1.1" 200 115 0.022552 10.0.0.56 - - [2025-06-30 02:33:31] "GET /routing-instance/1b79ecb4-6da7-40e5-8ec2-eafdf2e686a3 HTTP/1.1" 404 171 0.004080 10.0.0.56 - - [2025-06-30 02:33:31] "GET /domains HTTP/1.1" 200 280 0.003590 10.0.0.56 - - [2025-06-30 02:33:31] "GET /domains?obj_uuids=b2c4e208-97f0-44aa-9108-0cd1ce8aea7a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002122 10.0.0.56 - - [2025-06-30 02:33:31] "GET /domain/b2c4e208-97f0-44aa-9108-0cd1ce8aea7a HTTP/1.1" 200 2574 0.053358 10.0.0.56 - - [2025-06-30 02:33:31] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.56 - - [2025-06-30 02:33:31] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e HTTP/1.1" 200 2084 0.067794 10.0.0.56 - - [2025-06-30 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.56 - - [2025-06-30 02:33:31] "DELETE /network-ipam/3d1cd613-7284-49fe-9e93-1251407b9005 HTTP/1.1" 200 115 0.026240 10.0.0.56 - - [2025-06-30 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.002448 10.0.0.56 - - [2025-06-30 02:33:32] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.56 - - [2025-06-30 02:33:32] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054033 10.0.0.56 - - [2025-06-30 02:33:32] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.56 - - [2025-06-30 02:33:32] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?fields=virtual_networks HTTP/1.1" 200 1031 0.071979 10.0.0.56 - - [2025-06-30 02:33:32] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.56 - - [2025-06-30 02:33:32] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.026649 10.0.0.56 - - [2025-06-30 02:33:32] "GET /projects?obj_uuids=67451d9d-ccfc-4987-9b7d-cb1d0db8828e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.56 - - [2025-06-30 02:33:32] "GET /project/67451d9d-ccfc-4987-9b7d-cb1d0db8828e?fields=security_groups HTTP/1.1" 200 1257 0.027833