++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 1 02:18:46 UTC 2025 ===================' INFO: =================== Thu May 1 02:18:46 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.254 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.254 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254 ++ ANALYTICSDB_NODES=10.0.0.254 ++ ANALYTICS_SNMP_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ '[' -n '10.0.0.254:8081 ' ']' +++ echo 10.0.0.254:8081 ++ ANALYTICS_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ '[' -n '10.0.0.254:9042 ' ']' +++ echo 10.0.0.254:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.254:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ '[' -n '10.0.0.254:8086 ' ']' +++ echo 10.0.0.254:8086 ++ COLLECTOR_SERVERS=10.0.0.254: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.254 ++ CONFIGDB_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ '[' -n '10.0.0.254:8082 ' ']' +++ echo 10.0.0.254:8082 ++ CONFIG_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ '[' -n '10.0.0.254:9161 ' ']' +++ echo 10.0.0.254:9161 ++ CONFIGDB_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ '[' -n '10.0.0.254:9041 ' ']' +++ echo 10.0.0.254:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.254: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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ '[' -n 10.0.0.254:2181, ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ '[' -n '10.0.0.254:2181 ' ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.254:2181 ++ RABBITMQ_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ '[' -n 10.0.0.254:5673, ']' +++ echo 10.0.0.254:5673 ++ RABBITMQ_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ '[' -n '10.0.0.254:6379 ' ']' +++ echo 10.0.0.254:6379 ++ REDIS_SERVERS=10.0.0.254: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.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ '[' -n '10.0.0.254:9092 ' ']' +++ echo 10.0.0.254:9092 ++ KAFKA_SERVERS=10.0.0.254: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.254 ++ 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.254 ++ 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_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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.254 ++ 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.254 ++ cut -d , -f 1 + local cassandra=10.0.0.254 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.254 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.254 +++ local servers=10.0.0.254 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.254,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.254,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ echo 10.0.0.254 1 +++ return ++ local ip=10.0.0.254 ++ [[ -z 10.0.0.254 ]] ++ echo 10.0.0.254 + host_ip=10.0.0.254 + [[ cql == \c\q\l ]] ++ echo 10.0.0.254:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.254:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.254:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/01/2025 02:18:54.528 7f9044fa7cc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/01/2025 02:18:54.693 7f9044fa7cc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/01/2025 02:18:54.706 7f9044fa7cc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/01/2025 02:18:54.706 7f9044fa7cc8 [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.254:8082/ Hit Ctrl-C to quit. 10.0.0.254 - - [2025-05-01 02:18:58] "GET / HTTP/1.1" 503 181 0.000400 10.0.0.254 - - [2025-05-01 02:18:58] "GET / HTTP/1.1" 503 181 0.000170 10.0.0.254 - - [2025-05-01 02:18:58] "GET / HTTP/1.1" 200 36215 0.037585 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.254 - - [2025-05-01 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000612 10.0.0.254 - - [2025-05-01 02:18:59] "GET / HTTP/1.1" 200 36215 0.001430 10.0.0.254 - - [2025-05-01 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.321000 10.0.0.254 - - [2025-05-01 02:18:59] "GET / HTTP/1.1" 200 45871 0.001140 10.0.0.254 - - [2025-05-01 02:18:59] "GET / HTTP/1.1" 200 45871 0.001234 10.0.0.254 - - [2025-05-01 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000312 10.0.0.254 - - [2025-05-01 02:18:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000268 10.0.0.254 - - [2025-05-01 02:18:59] "POST /job-templates HTTP/1.1" 200 557 0.069922 10.0.0.254 - - [2025-05-01 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.005074 10.0.0.254 - - [2025-05-01 02:18:59] "POST /job-templates HTTP/1.1" 200 565 0.064971 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 191 0.002883 10.0.0.254 - - [2025-05-01 02:19:00] "POST /job-templates HTTP/1.1" 200 547 0.060586 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.002698 10.0.0.254 - - [2025-05-01 02:19:00] "POST /job-templates HTTP/1.1" 200 579 0.069830 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.002795 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.296002 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.254 - - [2025-05-01 02:19:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.030162 10.0.0.254 - - [2025-05-01 02:19:00] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002572 10.0.0.254 - - [2025-05-01 02:19:00] "POST /job-templates HTTP/1.1" 200 581 0.075076 10.0.0.254 - - [2025-05-01 02:19:00] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000371 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.002961 10.0.0.254 - - [2025-05-01 02:19:00] "POST /job-templates HTTP/1.1" 200 585 0.061163 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.002749 10.0.0.254 - - [2025-05-01 02:19:00] "POST /job-templates HTTP/1.1" 200 561 0.064830 10.0.0.254 - - [2025-05-01 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 203 0.002937 10.0.0.254 - - [2025-05-01 02:19:00] "POST /job-templates HTTP/1.1" 200 571 0.069327 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.002757 /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.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024457 10.0.0.254 - - [2025-05-01 02:19:01] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.043113 10.0.0.254 - - [2025-05-01 02:19:01] "POST /job-templates HTTP/1.1" 200 557 0.074624 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002719 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.002180 10.0.0.254 - - [2025-05-01 02:19:01] "POST /config-nodes HTTP/1.1" 200 601 0.019604 10.0.0.254 - - [2025-05-01 02:19:01] "POST /job-templates HTTP/1.1" 200 557 0.061361 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003280 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.254 - - [2025-05-01 02:19:01] "POST /job-templates HTTP/1.1" 200 557 0.059201 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.002771 10.0.0.254 - - [2025-05-01 02:19:01] "GET / HTTP/1.1" 200 36215 0.002275 10.0.0.254 - - [2025-05-01 02:19:01] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000353 10.0.0.254 - - [2025-05-01 02:19:01] "POST /job-templates HTTP/1.1" 200 537 0.082967 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003198 10.0.0.254 - - [2025-05-01 02:19:01] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.254 - - [2025-05-01 02:19:01] "POST /job-templates HTTP/1.1" 200 561 0.064958 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.002926 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.254 - - [2025-05-01 02:19:01] "POST /job-templates HTTP/1.1" 200 561 0.075774 10.0.0.254 - - [2025-05-01 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.002861 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.303451 10.0.0.254 - - [2025-05-01 02:19:02] "GET /network-ipam/eeba119f-b233-408f-aba1-be64f93a88ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003665 10.0.0.254 - - [2025-05-01 02:19:02] "POST /job-templates HTTP/1.1" 200 561 0.060907 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.002648 10.0.0.254 - - [2025-05-01 02:19:02] "POST /job-templates HTTP/1.1" 200 567 0.060471 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.002605 10.0.0.254 - - [2025-05-01 02:19:02] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.315698 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.026084 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.254 - - [2025-05-01 02:19:02] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.014103 10.0.0.254 - - [2025-05-01 02:19:02] "POST /job-templates HTTP/1.1" 200 559 0.059743 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003564 10.0.0.254 - - [2025-05-01 02:19:02] "POST /service-appliance-sets HTTP/1.1" 200 555 0.015872 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.001961 10.0.0.254 - - [2025-05-01 02:19:02] "POST /job-templates HTTP/1.1" 200 557 0.057461 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.002778 10.0.0.254 - - [2025-05-01 02:19:02] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005341 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.002050 10.0.0.254 - - [2025-05-01 02:19:02] "POST /access-control-lists HTTP/1.1" 200 589 0.016771 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.002466 10.0.0.254 - - [2025-05-01 02:19:02] "POST /job-templates HTTP/1.1" 200 575 0.061564 10.0.0.254 - - [2025-05-01 02:19:02] "POST /service-appliance-sets HTTP/1.1" 200 543 0.059736 10.0.0.254 - - [2025-05-01 02:19:02] "POST /access-control-lists HTTP/1.1" 200 587 0.015930 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002535 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.254 - - [2025-05-01 02:19:02] "GET /network-ipam/eeba119f-b233-408f-aba1-be64f93a88ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003745 10.0.0.254 - - [2025-05-01 02:19:02] "POST /route-targets HTTP/1.1" 200 328 0.010108 10.0.0.254 - - [2025-05-01 02:19:02] "POST /job-templates HTTP/1.1" 200 553 0.068386 10.0.0.254 - - [2025-05-01 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.014246 10.0.0.254 - - [2025-05-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 208 0.002113 10.0.0.254 - - [2025-05-01 02:19:02] "POST /service-templates HTTP/1.1" 200 513 0.016194 10.0.0.254 - - [2025-05-01 02:19:02] "POST /route-targets HTTP/1.1" 200 328 0.016614 10.0.0.254 - - [2025-05-01 02:19:02] "POST /service-templates HTTP/1.1" 200 503 0.022893 10.0.0.254 - - [2025-05-01 02:19:03] "POST /job-templates HTTP/1.1" 200 581 0.066864 10.0.0.254 - - [2025-05-01 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.050740 10.0.0.254 - - [2025-05-01 02:19:03] "POST /service-templates HTTP/1.1" 200 517 0.041041 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003044 10.0.0.254 - - [2025-05-01 02:19:03] "POST /route-targets HTTP/1.1" 200 328 0.010065 10.0.0.254 - - [2025-05-01 02:19:03] "POST /service-templates HTTP/1.1" 200 537 0.016954 10.0.0.254 - - [2025-05-01 02:19:03] "POST /job-templates HTTP/1.1" 200 557 0.058725 10.0.0.254 - - [2025-05-01 02:19:03] "POST /service-templates HTTP/1.1" 200 509 0.040447 10.0.0.254 - - [2025-05-01 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.042363 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.003414 10.0.0.254 - - [2025-05-01 02:19:03] "POST /route-targets HTTP/1.1" 200 328 0.011371 10.0.0.254 - - [2025-05-01 02:19:03] "POST /job-templates HTTP/1.1" 200 561 0.057597 10.0.0.254 - - [2025-05-01 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.034901 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.002710 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.002450 10.0.0.254 - - [2025-05-01 02:19:03] "GET / HTTP/1.1" 200 36215 0.001481 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.254 - - [2025-05-01 02:19:03] "POST /job-templates HTTP/1.1" 200 577 0.065807 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.002496 10.0.0.254 - - [2025-05-01 02:19:03] "POST /access-control-lists HTTP/1.1" 200 553 0.105358 10.0.0.254 - - [2025-05-01 02:19:03] "POST /job-templates HTTP/1.1" 200 559 0.058020 10.0.0.254 - - [2025-05-01 02:19:03] "PUT /access-control-list/4cf06185-c324-4f49-99a3-2881cd2fcf95 HTTP/1.1" 200 273 0.049184 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.002847 10.0.0.254 - - [2025-05-01 02:19:03] "PUT /access-control-list/10b673b3-2ef2-4f2a-9748-51ba3f269fef HTTP/1.1" 200 273 0.008694 10.0.0.254 - - [2025-05-01 02:19:03] "POST /job-templates HTTP/1.1" 200 561 0.060837 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.019977 10.0.0.254 - - [2025-05-01 02:19:03] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005092 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.002230 10.0.0.254 - - [2025-05-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.023997 10.0.0.254 - - [2025-05-01 02:19:04] "POST /job-templates HTTP/1.1" 200 557 0.064271 10.0.0.254 - - [2025-05-01 02:19:04] "POST /config-database-nodes HTTP/1.1" 200 619 0.025815 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.002931 10.0.0.254 - - [2025-05-01 02:19:04] "POST /job-templates HTTP/1.1" 200 555 0.056733 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.002708 10.0.0.254 - - [2025-05-01 02:19:04] "POST /job-templates HTTP/1.1" 200 555 0.056956 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.002719 10.0.0.254 - - [2025-05-01 02:19:04] "POST /job-templates HTTP/1.1" 200 555 0.072903 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.002895 10.0.0.254 - - [2025-05-01 02:19:04] "POST /job-templates HTTP/1.1" 200 565 0.056640 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.018689 10.0.0.254 - - [2025-05-01 02:19:04] "POST /job-templates HTTP/1.1" 200 567 0.056391 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.002775 10.0.0.254 - - [2025-05-01 02:19:04] "POST /config-propertiess HTTP/1.1" 200 553 0.015251 10.0.0.254 - - [2025-05-01 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 168 0.002831 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 322 0.028973 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.002898 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 318 0.018923 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 174 0.002803 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 334 0.020854 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 162 0.002946 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 310 0.018384 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 174 0.002333 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 334 0.017702 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.002832 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 314 0.019115 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 169 0.002731 10.0.0.254 - - [2025-05-01 02:19:05] "POST /tags HTTP/1.1" 200 324 0.021583 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.254 - - [2025-05-01 02:19:05] "PUT /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0 HTTP/1.1" 200 275 0.009556 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.002472 10.0.0.254 - - [2025-05-01 02:19:05] "POST /hardwares HTTP/1.1" 200 328 0.010412 10.0.0.254 - - [2025-05-01 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.002785 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 328 0.009394 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 166 0.002989 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 328 0.017993 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 166 0.002775 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 328 0.009898 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.002756 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 324 0.010608 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.002431 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 324 0.009811 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.002773 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 318 0.010559 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.002652 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 324 0.009839 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.003101 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 324 0.009834 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.003188 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 324 0.009959 10.0.0.254 - - [2025-05-01 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 165 0.002841 10.0.0.254 - - [2025-05-01 02:19:06] "POST /hardwares HTTP/1.1" 200 326 0.028080 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 165 0.003393 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 326 0.010012 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 165 0.002684 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 326 0.009949 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 165 0.002836 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 326 0.009691 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.002375 10.0.0.254 - - [2025-05-01 02:19:07] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.002719 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 324 0.012259 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 161 0.002117 10.0.0.254 - - [2025-05-01 02:19:07] "PUT /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd HTTP/1.1" 200 277 0.009324 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 318 0.009858 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.002680 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 324 0.010002 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 161 0.003461 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 318 0.009525 10.0.0.254 - - [2025-05-01 02:19:07] "GET / HTTP/1.1" 200 36215 0.001412 10.0.0.254 - - [2025-05-01 02:19:07] "POST /alarms HTTP/1.1" 401 293 0.000412 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.002641 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 324 0.009620 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.002598 10.0.0.254 - - [2025-05-01 02:19:07] "POST /hardwares HTTP/1.1" 200 320 0.010057 10.0.0.254 - - [2025-05-01 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.006096 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 320 0.009753 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 165 0.002621 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 583 0.033356 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 577 0.013552 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 326 0.008154 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.002270 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 577 0.025522 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 318 0.009164 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 561 0.012429 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.002516 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 557 0.015558 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 318 0.009083 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 559 0.013766 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.002018 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 567 0.013956 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 320 0.007670 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.002148 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 551 0.014778 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 320 0.011936 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 559 0.017293 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.002685 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 569 0.014065 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 320 0.008429 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 557 0.013760 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 158 0.002049 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 569 0.014610 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 312 0.008510 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 158 0.001750 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 577 0.056396 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 312 0.008952 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 571 0.013761 10.0.0.254 - - [2025-05-01 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 160 0.001994 10.0.0.254 - - [2025-05-01 02:19:08] "POST /hardwares HTTP/1.1" 200 316 0.009953 10.0.0.254 - - [2025-05-01 02:19:08] "POST /alarms HTTP/1.1" 200 563 0.018862 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 154 0.002478 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 563 0.017904 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 304 0.009183 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 563 0.014006 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 158 0.002325 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 549 0.013921 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 312 0.008474 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 597 0.013939 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.001962 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 306 0.009747 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 577 0.017492 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.003369 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 573 0.013160 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 306 0.008792 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 585 0.013251 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.002295 10.0.0.254 - - [2025-05-01 02:19:09] "POST /alarms HTTP/1.1" 200 611 0.015093 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 306 0.008953 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.003036 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 306 0.009876 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 156 0.003111 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 308 0.010322 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 156 0.002729 10.0.0.254 - - [2025-05-01 02:19:09] "GET / HTTP/1.1" 200 36215 0.002280 10.0.0.254 - - [2025-05-01 02:19:09] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000343 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 308 0.009369 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 156 0.002645 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 308 0.009736 10.0.0.254 - - [2025-05-01 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.002808 10.0.0.254 - - [2025-05-01 02:19:09] "POST /hardwares HTTP/1.1" 200 310 0.010660 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 158 0.002736 10.0.0.254 - - [2025-05-01 02:19:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023380 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 312 0.014017 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 158 0.003700 10.0.0.254 - - [2025-05-01 02:19:10] "PUT /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd HTTP/1.1" 200 277 0.007241 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 312 0.009315 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 153 0.002985 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 302 0.011494 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003250 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 310 0.021447 10.0.0.254 - - [2025-05-01 02:19:10] "GET / HTTP/1.1" 200 36215 0.001852 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.002498 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 310 0.010388 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.002754 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 310 0.010065 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003085 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 310 0.009662 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.002576 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.019841 10.0.0.254 - - [2025-05-01 02:19:10] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002907 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 310 0.012568 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 161 0.002052 10.0.0.254 - - [2025-05-01 02:19:10] "PUT /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd HTTP/1.1" 200 277 0.007717 10.0.0.254 - - [2025-05-01 02:19:10] "POST /hardwares HTTP/1.1" 200 318 0.015790 10.0.0.254 - - [2025-05-01 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.002914 10.0.0.254 - - [2025-05-01 02:19:11] "POST /hardwares HTTP/1.1" 200 310 0.019204 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.002756 10.0.0.254 - - [2025-05-01 02:19:11] "POST /hardwares HTTP/1.1" 200 310 0.028381 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 154 0.002738 10.0.0.254 - - [2025-05-01 02:19:11] "GET / HTTP/1.1" 200 36215 0.001610 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000328 10.0.0.254 - - [2025-05-01 02:19:11] "POST /hardwares HTTP/1.1" 200 304 0.019500 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.002548 10.0.0.254 - - [2025-05-01 02:19:11] "POST /features HTTP/1.1" 200 535 0.024552 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.002689 10.0.0.254 - - [2025-05-01 02:19:11] "POST /features HTTP/1.1" 200 525 0.027453 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002714 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.020200 10.0.0.254 - - [2025-05-01 02:19:11] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006188 10.0.0.254 - - [2025-05-01 02:19:11] "POST /features HTTP/1.1" 200 523 0.038658 10.0.0.254 - - [2025-05-01 02:19:11] "PUT /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0 HTTP/1.1" 200 275 0.013286 10.0.0.254 - - [2025-05-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002329 10.0.0.254 - - [2025-05-01 02:19:11] "POST /features HTTP/1.1" 200 523 0.104125 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.002758 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 533 0.020865 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003048 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 523 0.015270 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.002668 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 541 0.029471 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.002221 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 527 0.015884 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.002927 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 521 0.020722 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 182 0.019397 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 519 0.014983 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.002726 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 535 0.014437 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.002729 10.0.0.254 - - [2025-05-01 02:19:12] "POST /features HTTP/1.1" 200 543 0.015610 10.0.0.254 - - [2025-05-01 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 178 0.003014 10.0.0.254 - - [2025-05-01 02:19:13] "POST /physical-roles HTTP/1.1" 200 523 0.015577 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 179 0.002569 10.0.0.254 - - [2025-05-01 02:19:13] "POST /physical-roles HTTP/1.1" 200 525 0.018091 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.003047 10.0.0.254 - - [2025-05-01 02:19:13] "POST /physical-roles HTTP/1.1" 200 535 0.021496 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 177 0.003964 10.0.0.254 - - [2025-05-01 02:19:13] "POST /physical-roles HTTP/1.1" 200 521 0.015918 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.003024 10.0.0.254 - - [2025-05-01 02:19:13] "POST /overlay-roles HTTP/1.1" 200 547 0.018849 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.002743 10.0.0.254 - - [2025-05-01 02:19:13] "POST /overlay-roles HTTP/1.1" 200 533 0.016306 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.003487 10.0.0.254 - - [2025-05-01 02:19:13] "POST /overlay-roles HTTP/1.1" 200 547 0.020560 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 185 0.004364 10.0.0.254 - - [2025-05-01 02:19:13] "POST /overlay-roles HTTP/1.1" 200 535 0.017852 10.0.0.254 - - [2025-05-01 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.002821 10.0.0.254 - - [2025-05-01 02:19:13] "POST /overlay-roles HTTP/1.1" 200 543 0.018699 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010647 10.0.0.254 - - [2025-05-01 02:19:14] "PUT /overlay-role/3e45751f-e23b-44e1-9968-7000004bc1eb HTTP/1.1" 200 259 0.009879 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003072 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 533 0.020453 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 185 0.002910 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 535 0.020484 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.003303 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 531 0.015246 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 187 0.003406 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 539 0.015125 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.002843 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 543 0.016573 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 178 0.002697 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 521 0.017413 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.002698 10.0.0.254 - - [2025-05-01 02:19:14] "POST /overlay-roles HTTP/1.1" 200 545 0.015400 10.0.0.254 - - [2025-05-01 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.002582 10.0.0.254 - - [2025-05-01 02:19:14] "POST /role-definitions HTTP/1.1" 200 535 0.025506 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.002879 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 549 0.038113 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.002829 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 551 0.016196 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003995 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 553 0.016532 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003134 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 565 0.013513 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.002587 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 549 0.018237 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.002970 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 551 0.186681 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.002707 10.0.0.254 - - [2025-05-01 02:19:15] "POST /role-definitions HTTP/1.1" 200 553 0.019045 10.0.0.254 - - [2025-05-01 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.003260 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 551 0.016021 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003381 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 563 0.022152 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.002971 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 549 0.015877 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.003565 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 551 0.014498 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.002657 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 547 0.019070 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003063 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 549 0.016098 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.002820 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 555 0.014867 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.002663 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 557 0.015373 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 182 0.002752 10.0.0.254 - - [2025-05-01 02:19:16] "POST /role-definitions HTTP/1.1" 200 535 0.013426 10.0.0.254 - - [2025-05-01 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.002560 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 545 0.016832 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 181 0.003174 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 533 0.014883 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.002737 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 539 0.014684 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.002406 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 549 0.016325 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002660 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 559 0.014650 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.002624 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 563 0.015611 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.002949 10.0.0.254 - - [2025-05-01 02:19:17] "POST /role-definitions HTTP/1.1" 200 561 0.015386 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.002692 10.0.0.254 - - [2025-05-01 02:19:17] "POST /feature-configs HTTP/1.1" 200 539 0.033386 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.002790 10.0.0.254 - - [2025-05-01 02:19:17] "POST /feature-configs HTTP/1.1" 200 564 0.014706 10.0.0.254 - - [2025-05-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.002701 10.0.0.254 - - [2025-05-01 02:19:18] "GET /global-system-configs HTTP/1.1" 200 323 0.590319 10.0.0.254 - - [2025-05-01 02:19:18] "GET /global-system-configs HTTP/1.1" 200 323 0.037366 10.0.0.254 - - [2025-05-01 02:19:18] "POST /feature-configs HTTP/1.1" 200 563 0.014441 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.002698 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 549 0.015553 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 187 0.002735 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 539 0.015323 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003159 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 551 0.014959 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.002744 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 543 0.015029 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.002794 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 543 0.015256 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.002254 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 541 0.014553 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 184 0.002397 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 533 0.014987 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 185 0.002645 10.0.0.254 - - [2025-05-01 02:19:18] "POST /node-profiles HTTP/1.1" 200 535 0.015556 10.0.0.254 - - [2025-05-01 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.002764 10.0.0.254 - - [2025-05-01 02:19:19] "POST /node-profiles HTTP/1.1" 200 559 0.014516 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002661 10.0.0.254 - - [2025-05-01 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014386 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002612 10.0.0.254 - - [2025-05-01 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014449 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002950 10.0.0.254 - - [2025-05-01 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014129 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002408 10.0.0.254 - - [2025-05-01 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014564 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002731 10.0.0.254 - - [2025-05-01 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015417 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002207 10.0.0.254 - - [2025-05-01 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014848 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.002448 10.0.0.254 - - [2025-05-01 02:19:19] "POST /sflow-profiles HTTP/1.1" 200 534 0.014672 10.0.0.254 - - [2025-05-01 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.002565 10.0.0.254 - - [2025-05-01 02:19:19] "POST /sflow-profiles HTTP/1.1" 200 540 0.026955 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.002715 10.0.0.254 - - [2025-05-01 02:19:20] "POST /sflow-profiles HTTP/1.1" 200 540 0.013968 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.003011 10.0.0.254 - - [2025-05-01 02:19:20] "POST /grpc-profiles HTTP/1.1" 200 532 0.014377 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.002654 10.0.0.254 - - [2025-05-01 02:19:20] "POST /snmp-profiles HTTP/1.1" 200 532 0.015123 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.002734 10.0.0.254 - - [2025-05-01 02:19:20] "POST /netconf-profiles HTTP/1.1" 200 544 0.013988 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.002742 10.0.0.254 - - [2025-05-01 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 542 0.013864 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.002616 10.0.0.254 - - [2025-05-01 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 542 0.014585 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.002597 10.0.0.254 - - [2025-05-01 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 546 0.013340 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.002887 10.0.0.254 - - [2025-05-01 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 544 0.016536 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 218 0.002930 10.0.0.254 - - [2025-05-01 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 592 0.015047 10.0.0.254 - - [2025-05-01 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.002811 10.0.0.254 - - [2025-05-01 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 572 0.014114 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.002620 10.0.0.254 - - [2025-05-01 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 622 0.014190 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.002482 10.0.0.254 - - [2025-05-01 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 568 0.014464 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.002763 10.0.0.254 - - [2025-05-01 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 566 0.013901 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.002590 10.0.0.254 - - [2025-05-01 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 576 0.014064 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.002894 10.0.0.254 - - [2025-05-01 02:19:21] "POST /role-configs HTTP/1.1" 200 527 0.013792 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.002997 10.0.0.254 - - [2025-05-01 02:19:21] "POST /role-configs HTTP/1.1" 200 522 0.014291 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.002396 10.0.0.254 - - [2025-05-01 02:19:21] "POST /role-configs HTTP/1.1" 200 524 0.014035 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.002451 10.0.0.254 - - [2025-05-01 02:19:21] "POST /role-configs HTTP/1.1" 200 524 0.016879 10.0.0.254 - - [2025-05-01 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.002412 10.0.0.254 - - [2025-05-01 02:19:22] "POST /role-configs HTTP/1.1" 200 528 0.013863 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.002605 10.0.0.254 - - [2025-05-01 02:19:22] "POST /role-configs HTTP/1.1" 200 523 0.014162 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.002570 10.0.0.254 - - [2025-05-01 02:19:22] "POST /role-configs HTTP/1.1" 200 519 0.013352 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.002299 10.0.0.254 - - [2025-05-01 02:19:22] "POST /role-configs HTTP/1.1" 200 520 0.014142 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.254 - - [2025-05-01 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.008254 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.254 - - [2025-05-01 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.007392 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.254 - - [2025-05-01 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.254 - - [2025-05-01 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.254 - - [2025-05-01 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.007143 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.254 - - [2025-05-01 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.254 - - [2025-05-01 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.254 - - [2025-05-01 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.006834 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.254 - - [2025-05-01 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.007294 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.254 - - [2025-05-01 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.254 - - [2025-05-01 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.254 - - [2025-05-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.006370 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.006875 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.006378 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.005994 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.006170 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.254 - - [2025-05-01 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.254 - - [2025-05-01 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008489 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.007837 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.006481 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.006572 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.006548 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.006328 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.254 - - [2025-05-01 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.254 - - [2025-05-01 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.006930 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.254 - - [2025-05-01 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008253 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.254 - - [2025-05-01 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.006621 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.254 - - [2025-05-01 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.254 - - [2025-05-01 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.006508 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.254 - - [2025-05-01 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.006532 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.254 - - [2025-05-01 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.006961 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.254 - - [2025-05-01 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.006656 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.006417 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.007722 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.006429 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.007441 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.006557 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.254 - - [2025-05-01 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.006849 10.0.0.254 - - [2025-05-01 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.006749 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.006373 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.006158 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.006599 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.006347 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.007344 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.254 - - [2025-05-01 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.254 - - [2025-05-01 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.006890 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.254 - - [2025-05-01 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.006539 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.254 - - [2025-05-01 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.254 - - [2025-05-01 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.006379 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.254 - - [2025-05-01 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.006696 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.254 - - [2025-05-01 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.254 - - [2025-05-01 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.006840 10.0.0.254 - - [2025-05-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.006250 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.006821 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.006296 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.006514 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.006189 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.254 - - [2025-05-01 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.007151 10.0.0.254 - - [2025-05-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.254 - - [2025-05-01 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.006498 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.254 - - [2025-05-01 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.006552 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.254 - - [2025-05-01 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.007387 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-05-01 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.007002 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.254 - - [2025-05-01 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.006541 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.254 - - [2025-05-01 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.254 - - [2025-05-01 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.007372 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.006910 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.007968 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.006484 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.006773 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.007274 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.254 - - [2025-05-01 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.006040 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.254 - - [2025-05-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.005997 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.006078 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.006764 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.006120 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.006335 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.254 - - [2025-05-01 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.006480 10.0.0.254 - - [2025-05-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006187 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006305 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006400 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006514 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006540 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006893 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.254 - - [2025-05-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.254 - - [2025-05-01 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.006508 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-05-01 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.006476 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.254 - - [2025-05-01 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.006519 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.254 - - [2025-05-01 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.006597 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.254 - - [2025-05-01 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.006475 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.254 - - [2025-05-01 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.006343 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.254 - - [2025-05-01 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.007616 10.0.0.254 - - [2025-05-01 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.006256 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007541 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.006613 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.006383 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.006393 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.006016 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.254 - - [2025-05-01 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.254 - - [2025-05-01 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.254 - - [2025-05-01 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.006997 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.254 - - [2025-05-01 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.006779 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.254 - - [2025-05-01 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.006496 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.254 - - [2025-05-01 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.006742 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.254 - - [2025-05-01 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.254 - - [2025-05-01 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.254 - - [2025-05-01 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.007940 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.007841 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.006393 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.006384 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.007662 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.254 - - [2025-05-01 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.007821 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.254 - - [2025-05-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.006286 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.006306 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.006914 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.006359 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.006358 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.006555 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.254 - - [2025-05-01 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.254 - - [2025-05-01 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.254 - - [2025-05-01 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.006129 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.254 - - [2025-05-01 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.006878 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.254 - - [2025-05-01 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.254 - - [2025-05-01 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.006826 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.254 - - [2025-05-01 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.037393 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.254 - - [2025-05-01 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.254 - - [2025-05-01 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.006084 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.006469 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.006477 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.006497 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.007412 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.006260 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.254 - - [2025-05-01 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.254 - - [2025-05-01 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.006562 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.254 - - [2025-05-01 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.009403 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011150 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.254 - - [2025-05-01 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.006652 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.254 - - [2025-05-01 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.006145 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.254 - - [2025-05-01 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.006456 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.254 - - [2025-05-01 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007345 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.254 - - [2025-05-01 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007061 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.254 - - [2025-05-01 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.006517 10.0.0.254 - - [2025-05-01 02:19:43] "GET / HTTP/1.1" 200 36215 0.001551 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007179 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.019639 10.0.0.254 - - [2025-05-01 02:19:43] "GET /routing-instance/57fdd07d-6027-4112-9a05-5414e8b0da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.002988 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.254 - - [2025-05-01 02:19:43] "POST /bgp-routers HTTP/1.1" 200 622 0.015785 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007346 10.0.0.254 - - [2025-05-01 02:19:43] "GET /bgp-router/1b1bc1f9-beda-46bc-a18c-7b1df7c1d735?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.004935 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001888 10.0.0.254 - - [2025-05-01 02:19:43] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006280 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008895 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002898 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007888 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.254 - - [2025-05-01 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.006555 10.0.0.254 - - [2025-05-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.007290 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.006794 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.006850 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.006691 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.006680 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.006757 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.254 - - [2025-05-01 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.254 - - [2025-05-01 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.006840 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.254 - - [2025-05-01 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.006500 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.254 - - [2025-05-01 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.006430 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.254 - - [2025-05-01 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007217 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.254 - - [2025-05-01 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.006929 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.254 - - [2025-05-01 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.254 - - [2025-05-01 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.006975 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.254 - - [2025-05-01 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007446 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.006845 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.006650 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.006704 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.006609 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.254 - - [2025-05-01 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.254 - - [2025-05-01 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007438 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.254 - - [2025-05-01 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.006647 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.254 - - [2025-05-01 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.006641 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.254 - - [2025-05-01 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008115 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.254 - - [2025-05-01 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.009628 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.254 - - [2025-05-01 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.254 - - [2025-05-01 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.254 - - [2025-05-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.006553 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.006893 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.007497 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.006641 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007532 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.007062 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.254 - - [2025-05-01 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.254 - - [2025-05-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.254 - - [2025-05-01 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.009930 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.254 - - [2025-05-01 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-05-01 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.006594 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.254 - - [2025-05-01 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.254 - - [2025-05-01 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.006389 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.254 - - [2025-05-01 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.006606 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.254 - - [2025-05-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.019599 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007407 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007217 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.254 - - [2025-05-01 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007564 10.0.0.254 - - [2025-05-01 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007517 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007519 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007063 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007641 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007336 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.254 - - [2025-05-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.254 - - [2025-05-01 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.254 - - [2025-05-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.254 - - [2025-05-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.007206 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.254 - - [2025-05-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.254 - - [2025-05-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.006842 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.254 - - [2025-05-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.006841 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.254 - - [2025-05-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008248 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.254 - - [2025-05-01 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007650 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008279 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007324 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007309 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.254 - - [2025-05-01 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.254 - - [2025-05-01 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007442 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.254 - - [2025-05-01 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007484 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.254 - - [2025-05-01 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008279 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.254 - - [2025-05-01 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.254 - - [2025-05-01 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008215 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.254 - - [2025-05-01 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007278 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.254 - - [2025-05-01 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007553 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.254 - - [2025-05-01 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007301 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007817 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007654 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007426 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.254 - - [2025-05-01 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007186 10.0.0.254 - - [2025-05-01 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007168 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007417 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007148 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.254 - - [2025-05-01 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.254 - - [2025-05-01 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007577 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.254 - - [2025-05-01 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.254 - - [2025-05-01 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.254 - - [2025-05-01 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.254 - - [2025-05-01 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007489 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.254 - - [2025-05-01 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.254 - - [2025-05-01 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008810 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.254 - - [2025-05-01 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007307 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.006836 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009361 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.006409 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.006339 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007497 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.254 - - [2025-05-01 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007164 10.0.0.254 - - [2025-05-01 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.254 - - [2025-05-01 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006557 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.254 - - [2025-05-01 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006576 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.254 - - [2025-05-01 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007388 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.254 - - [2025-05-01 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.011223 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.254 - - [2025-05-01 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.008526 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.254 - - [2025-05-01 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.010497 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.254 - - [2025-05-01 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009045 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008270 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007073 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007297 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009623 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.254 - - [2025-05-01 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007167 10.0.0.254 - - [2025-05-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.254 - - [2025-05-01 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007597 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.254 - - [2025-05-01 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007211 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.254 - - [2025-05-01 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007181 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.254 - - [2025-05-01 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007141 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.254 - - [2025-05-01 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.254 - - [2025-05-01 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-05-01 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.254 - - [2025-05-01 02:20:01] "POST /network-ipams HTTP/1.1" 200 552 0.015811 10.0.0.254 - - [2025-05-01 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003276 10.0.0.254 - - [2025-05-01 02:20:02] "POST /virtual-networks HTTP/1.1" 200 554 0.097405 10.0.0.254 - - [2025-05-01 02:20:02] "POST /route-targets HTTP/1.1" 200 328 0.007740 10.0.0.254 - - [2025-05-01 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007264 10.0.0.254 - - [2025-05-01 02:20:02] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002076 10.0.0.254 - - [2025-05-01 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.002724 10.0.0.254 - - [2025-05-01 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 178 0.003468 10.0.0.254 - - [2025-05-01 02:20:02] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002511 10.0.0.254 - - [2025-05-01 02:20:02] "GET /fabric/a9f162be-153a-4231-9baf-96afae937677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.003798 10.0.0.254 - - [2025-05-01 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.002889 10.0.0.254 - - [2025-05-01 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.002549 10.0.0.254 - - [2025-05-01 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002520 10.0.0.254 - - [2025-05-01 02:20:11] "GET / HTTP/1.1" 200 36215 0.001790 10.0.0.254 - - [2025-05-01 02:20:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.254 - - [2025-05-01 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.021407 10.0.0.254 - - [2025-05-01 02:20:11] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006492 10.0.0.254 - - [2025-05-01 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.002619 10.0.0.254 - - [2025-05-01 02:20:11] "POST /database-nodes HTTP/1.1" 200 605 0.014989 10.0.0.254 - - [2025-05-01 02:20:40] "GET / HTTP/1.1" 200 36215 0.001836 10.0.0.254 - - [2025-05-01 02:20:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.254 - - [2025-05-01 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.020525 10.0.0.254 - - [2025-05-01 02:20:40] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005276 10.0.0.254 - - [2025-05-01 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.002589 10.0.0.254 - - [2025-05-01 02:20:40] "POST /analytics-nodes HTTP/1.1" 200 607 0.014989 10.0.0.254 - - [2025-05-01 02:20:46] "GET / HTTP/1.1" 200 36215 0.001860 10.0.0.254 - - [2025-05-01 02:20:52] "GET / HTTP/1.1" 200 36215 0.001865 10.0.0.254 - - [2025-05-01 02:20:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000400 10.0.0.254 - - [2025-05-01 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.020933 10.0.0.254 - - [2025-05-01 02:20:53] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004979 10.0.0.254 - - [2025-05-01 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.002944 10.0.0.254 - - [2025-05-01 02:20:53] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.032340 10.0.0.254 - - [2025-05-01 02:21:00] "GET / HTTP/1.1" 200 36215 0.001452 10.0.0.254 - - [2025-05-01 02:21:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.254 - - [2025-05-01 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.039049 10.0.0.254 - - [2025-05-01 02:21:01] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006370 10.0.0.254 - - [2025-05-01 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002590 10.0.0.254 - - [2025-05-01 02:21:01] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.015950 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.254 - - [2025-05-01 02:21:04] "GET /obj-perms HTTP/1.1" 200 5075 0.345416 10.0.0.254 - - [2025-05-01 02:21:04] "GET /obj-perms HTTP/1.1" 200 5075 0.041683 10.0.0.254 - - [2025-05-01 02:22:05] "GET /obj-perms HTTP/1.1" 200 5075 0.040909 10.0.0.254 - - [2025-05-01 02:22:05] "GET /obj-perms HTTP/1.1" 200 5075 0.036849 10.0.0.254 - - [2025-05-01 02:22:26] "GET / HTTP/1.1" 200 36215 0.001693 10.0.0.254 - - [2025-05-01 02:22:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.254 - - [2025-05-01 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.021308 10.0.0.254 - - [2025-05-01 02:22:26] "GET /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005555 10.0.0.254 - - [2025-05-01 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.254 - - [2025-05-01 02:22:26] "GET /routing-instance/57fdd07d-6027-4112-9a05-5414e8b0da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003476 10.0.0.254 - - [2025-05-01 02:22:27] "PUT /global-system-config/b12a3f5c-33ca-4732-9ee0-bcb89822f7f0 HTTP/1.1" 200 275 0.009148 10.0.0.254 - - [2025-05-01 02:22:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.002585 10.0.0.254 - - [2025-05-01 02:22:27] "POST /virtual-routers HTTP/1.1" 200 605 0.015091 10.0.0.254 - - [2025-05-01 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.254 - - [2025-05-01 02:22:27] "GET /virtual-router/1c739f8a-fb2f-4543-9442-a1677157a2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004815 10.0.0.254 - - [2025-05-01 02:22:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.002604 10.0.0.254 - - [2025-05-01 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.254 - - [2025-05-01 02:22:27] "GET /virtual-network/5b7132ac-8ed5-4814-9ee4-a6067e3f1615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004942 10.0.0.254 - - [2025-05-01 02:22:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.036315 10.0.0.254 - - [2025-05-01 02:22:27] "PUT /access-control-list/01ebb9c5-05cb-4292-8a8a-4b71754094b2 HTTP/1.1" 200 273 0.009565 [Introspect:8084]10.0.0.254 - - [2025-05-01 02:22:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000822 [Introspect:8084]10.0.0.254 - - [2025-05-01 02:22:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000794 [Introspect:8084]10.0.0.254 - - [2025-05-01 02:22:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000788 [Introspect:8084]10.0.0.254 - - [2025-05-01 02:22:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000820 10.0.0.254 - - [2025-05-01 02:23:05] "GET /obj-perms HTTP/1.1" 200 5075 0.038116 10.0.0.254 - - [2025-05-01 02:23:06] "GET /obj-perms HTTP/1.1" 200 5075 0.036860 10.0.0.254 - - [2025-05-01 02:23:31] "GET / HTTP/1.1" 200 36215 0.001914 10.0.0.254 - - [2025-05-01 02:23:32] "GET /project/0f324542-13c4-488d-a517-bab238d33244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000456 10.0.0.254 - - [2025-05-01 02:23:32] "GET /projects?obj_uuids=0f324542-13c4-488d-a517-bab238d33244&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002350 10.0.0.254 - - [2025-05-01 02:23:32] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.254 - - [2025-05-01 02:23:32] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052517 10.0.0.254 - - [2025-05-01 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.001397 10.0.0.254 - - [2025-05-01 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.002297 10.0.0.254 - - [2025-05-01 02:23:32] "POST /security-groups HTTP/1.1" 200 568 0.059587 10.0.0.254 - - [2025-05-01 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002045 10.0.0.254 - - [2025-05-01 02:23:32] "POST /projects HTTP/1.1" 200 539 0.207071 10.0.0.254 - - [2025-05-01 02:23:32] "POST /access-control-lists HTTP/1.1" 200 575 0.056385 10.0.0.254 - - [2025-05-01 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.271950 10.0.0.254 - - [2025-05-01 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002545 10.0.0.254 - - [2025-05-01 02:23:32] "GET /project/0f324542-13c4-488d-a517-bab238d33244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.419497 10.0.0.254 - - [2025-05-01 02:23:33] "POST /access-control-lists HTTP/1.1" 200 573 0.055898 [Introspect:8084]10.0.0.254 - - [2025-05-01 02:23:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000992 10.0.0.254 - - [2025-05-01 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.018523 10.0.0.254 - - [2025-05-01 02:23:33] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003370 10.0.0.254 - - [2025-05-01 02:23:33] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.254 - - [2025-05-01 02:23:33] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006366 10.0.0.254 - - [2025-05-01 02:23:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.001454 10.0.0.254 - - [2025-05-01 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.002858 10.0.0.254 - - [2025-05-01 02:23:34] "POST /security-groups HTTP/1.1" 200 602 0.060008 10.0.0.254 - - [2025-05-01 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.002743 10.0.0.254 - - [2025-05-01 02:23:34] "POST /projects HTTP/1.1" 200 607 0.201008 10.0.0.254 - - [2025-05-01 02:23:34] "POST /access-control-lists HTTP/1.1" 200 609 0.057535 10.0.0.254 - - [2025-05-01 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.263713 10.0.0.254 - - [2025-05-01 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.002218 10.0.0.254 - - [2025-05-01 02:23:34] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.379422 10.0.0.254 - - [2025-05-01 02:23:34] "POST /access-control-lists HTTP/1.1" 200 607 0.055778 10.0.0.254 - - [2025-05-01 02:23:35] "GET / HTTP/1.1" 200 36215 0.002602 10.0.0.254 - - [2025-05-01 02:23:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.254 - - [2025-05-01 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.044225 10.0.0.254 - - [2025-05-01 02:23:35] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000962 10.0.0.254 - - [2025-05-01 02:23:35] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.021215 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/network HTTP/1.1" 200 117 0.032896 10.0.0.254 - - [2025-05-01 02:23:36] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001050 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/network HTTP/1.1" 200 620 0.066529 10.0.0.254 - - [2025-05-01 02:23:36] "POST /route-targets HTTP/1.1" 200 328 0.011712 10.0.0.254 - - [2025-05-01 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.020330 10.0.0.254 - - [2025-05-01 02:23:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005350 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.137958 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/network HTTP/1.1" 200 839 0.004291 10.0.0.254 - - [2025-05-01 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.000993 10.0.0.254 - - [2025-05-01 02:23:36] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004369 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/network HTTP/1.1" 200 839 0.005156 10.0.0.254 - - [2025-05-01 02:23:36] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004303 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/network HTTP/1.1" 200 839 0.005321 10.0.0.254 - - [2025-05-01 02:23:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.005876 10.0.0.254 - - [2025-05-01 02:23:36] "GET /domains HTTP/1.1" 401 293 0.000320 10.0.0.254 - - [2025-05-01 02:23:36] "GET /domains HTTP/1.1" 200 281 0.022759 10.0.0.254 - - [2025-05-01 02:23:36] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.254 - - [2025-05-01 02:23:36] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2594 0.012774 10.0.0.254 - - [2025-05-01 02:23:36] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000904 10.0.0.254 - - [2025-05-01 02:23:37] "GET /project/113d53ad-9abc-4183-a938-4847085195d1 HTTP/1.1" 200 2174 0.068296 10.0.0.254 - - [2025-05-01 02:23:37] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0 HTTP/1.1" 200 2347 0.005390 10.0.0.254 - - [2025-05-01 02:23:37] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0 HTTP/1.1" 200 2347 0.004104 10.0.0.254 - - [2025-05-01 02:23:37] "GET /routing-instance/cb0bde2c-3c3c-402a-9fb4-ac65b22557c8 HTTP/1.1" 200 1498 0.002811 10.0.0.254 - - [2025-05-01 02:23:37] "GET /routing-instance/cb0bde2c-3c3c-402a-9fb4-ac65b22557c8 HTTP/1.1" 200 1498 0.002548 10.0.0.254 - - [2025-05-01 02:23:37] "GET /route-target/68fb7760-a01c-4e24-acdf-962980fd90e0 HTTP/1.1" 200 1221 0.002386 10.0.0.254 - - [2025-05-01 02:23:37] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0 HTTP/1.1" 200 2347 0.003838 10.0.0.254 - - [2025-05-01 02:23:37] "GET /routing-instance/cb0bde2c-3c3c-402a-9fb4-ac65b22557c8 HTTP/1.1" 200 1498 0.002534 10.0.0.254 - - [2025-05-01 02:23:37] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003947 10.0.0.254 - - [2025-05-01 02:23:37] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0 HTTP/1.1" 200 2347 0.004126 10.0.0.254 - - [2025-05-01 02:23:37] "GET /routing-instance/cb0bde2c-3c3c-402a-9fb4-ac65b22557c8 HTTP/1.1" 200 1498 0.002534 10.0.0.254 - - [2025-05-01 02:23:37] "GET /routing-instance/cb0bde2c-3c3c-402a-9fb4-ac65b22557c8 HTTP/1.1" 200 1498 0.002513 10.0.0.254 - - [2025-05-01 02:23:37] "GET /route-target/68fb7760-a01c-4e24-acdf-962980fd90e0 HTTP/1.1" 200 1221 0.002199 10.0.0.254 - - [2025-05-01 02:23:37] "GET /domains HTTP/1.1" 200 281 0.001878 10.0.0.254 - - [2025-05-01 02:23:37] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.254 - - [2025-05-01 02:23:37] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2594 0.007683 10.0.0.254 - - [2025-05-01 02:23:37] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001128 10.0.0.254 - - [2025-05-01 02:23:37] "GET /project/113d53ad-9abc-4183-a938-4847085195d1 HTTP/1.1" 200 2174 0.067303 10.0.0.254 - - [2025-05-01 02:23:37] "GET /virtual-network/c8fc3da9-96c9-4b8e-acef-87522fa80ab0 HTTP/1.1" 200 2347 0.004310 10.0.0.254 - - [2025-05-01 02:23:37] "GET /obj-perms HTTP/1.1" 200 5071 0.039175 10.0.0.254 - - [2025-05-01 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001196 10.0.0.254 - - [2025-05-01 02:23:38] "POST /neutron/network HTTP/1.1" 200 849 0.005057 10.0.0.254 - - [2025-05-01 02:23:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000394 10.0.0.254 - - [2025-05-01 02:23:39] "GET / HTTP/1.1" 200 36215 0.002590 10.0.0.254 - - [2025-05-01 02:23:39] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000385 10.0.0.254 - - [2025-05-01 02:23:39] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001023 10.0.0.254 - - [2025-05-01 02:23:39] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043219 10.0.0.254 - - [2025-05-01 02:23:40] "POST /neutron/network HTTP/1.1" 200 839 0.021958 10.0.0.254 - - [2025-05-01 02:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.004574 10.0.0.254 - - [2025-05-01 02:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.004433 10.0.0.254 - - [2025-05-01 02:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.004836 10.0.0.254 - - [2025-05-01 02:23:41] "POST /neutron/network HTTP/1.1" 200 849 0.005511 10.0.0.254 - - [2025-05-01 02:23:41] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000999 10.0.0.254 - - [2025-05-01 02:23:41] "POST /neutron/port HTTP/1.1" 200 1071 0.192452 10.0.0.254 - - [2025-05-01 02:23:41] "POST /neutron/port HTTP/1.1" 200 1071 0.027346 10.0.0.254 - - [2025-05-01 02:23:41] "POST /neutron/port HTTP/1.1" 200 1071 0.007731 10.0.0.254 - - [2025-05-01 02:23:41] "POST /neutron/port HTTP/1.1" 200 1125 0.051980 10.0.0.254 - - [2025-05-01 02:23:42] "POST /neutron/port HTTP/1.1" 200 1099 0.011272 10.0.0.254 - - [2025-05-01 02:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002374 10.0.0.254 - - [2025-05-01 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.006937 10.0.0.254 - - [2025-05-01 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.000893 10.0.0.254 - - [2025-05-01 02:23:42] "POST /neutron/network HTTP/1.1" 200 839 0.003948 10.0.0.254 - - [2025-05-01 02:23:45] "POST /neutron/port HTTP/1.1" 200 1099 0.012004 10.0.0.254 - - [2025-05-01 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.004902 10.0.0.254 - - [2025-05-01 02:23:45] "GET /obj-perms HTTP/1.1" 200 5071 0.002393 10.0.0.254 - - [2025-05-01 02:23:46] "GET /obj-perms HTTP/1.1" 200 5071 0.003024 10.0.0.254 - - [2025-05-01 02:23:47] "GET /obj-perms HTTP/1.1" 200 5071 0.003592 10.0.0.254 - - [2025-05-01 02:23:48] "GET /obj-perms HTTP/1.1" 200 5071 0.003422 10.0.0.254 - - [2025-05-01 02:23:49] "GET /obj-perms HTTP/1.1" 200 5071 0.003093 10.0.0.254 - - [2025-05-01 02:23:50] "POST /neutron/network HTTP/1.1" 200 839 0.005264 10.0.0.254 - - [2025-05-01 02:23:50] "POST /neutron/network HTTP/1.1" 400 204 0.008673 10.0.0.254 - - [2025-05-01 02:23:51] "POST /neutron/port HTTP/1.1" 200 1099 0.012787 10.0.0.254 - - [2025-05-01 02:23:51] "POST /neutron/port HTTP/1.1" 200 1125 0.006816 10.0.0.254 - - [2025-05-01 02:23:51] "POST /neutron/port HTTP/1.1" 200 151 0.090032 10.0.0.254 - - [2025-05-01 02:23:52] "POST /neutron/network HTTP/1.1" 200 839 0.005284 10.0.0.254 - - [2025-05-01 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.254 - - [2025-05-01 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001625 10.0.0.254 - - [2025-05-01 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001770 10.0.0.254 - - [2025-05-01 02:23:52] "POST /neutron/network HTTP/1.1" 200 151 0.069846 10.0.0.254 - - [2025-05-01 02:23:52] "DELETE /route-target/68fb7760-a01c-4e24-acdf-962980fd90e0 HTTP/1.1" 200 115 0.020423 10.0.0.254 - - [2025-05-01 02:23:52] "GET /routing-instance/cb0bde2c-3c3c-402a-9fb4-ac65b22557c8 HTTP/1.1" 404 171 0.002999 10.0.0.254 - - [2025-05-01 02:23:52] "GET /domains HTTP/1.1" 200 281 0.001726 10.0.0.254 - - [2025-05-01 02:23:52] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.254 - - [2025-05-01 02:23:53] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2594 0.046757 10.0.0.254 - - [2025-05-01 02:23:53] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000920 10.0.0.254 - - [2025-05-01 02:23:53] "GET /project/113d53ad-9abc-4183-a938-4847085195d1 HTTP/1.1" 200 1923 0.063117 10.0.0.254 - - [2025-05-01 02:23:53] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.254 - - [2025-05-01 02:23:53] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.021871 10.0.0.254 - - [2025-05-01 02:23:53] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.254 - - [2025-05-01 02:23:53] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?fields=virtual_networks HTTP/1.1" 200 1056 0.068421 10.0.0.254 - - [2025-05-01 02:23:53] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.254 - - [2025-05-01 02:23:53] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.023888 10.0.0.254 - - [2025-05-01 02:23:53] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000957 10.0.0.254 - - [2025-05-01 02:23:53] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?fields=security_groups HTTP/1.1" 200 1294 0.023214 10.0.0.254 - - [2025-05-01 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.020298 10.0.0.254 - - [2025-05-01 02:23:54] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002197 10.0.0.254 - - [2025-05-01 02:23:54] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.254 - - [2025-05-01 02:23:54] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007327 10.0.0.254 - - [2025-05-01 02:23:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.001098 10.0.0.254 - - [2025-05-01 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.002113 10.0.0.254 - - [2025-05-01 02:23:54] "POST /security-groups HTTP/1.1" 200 603 0.076144 10.0.0.254 - - [2025-05-01 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 246 0.008432 10.0.0.254 - - [2025-05-01 02:23:54] "POST /projects HTTP/1.1" 200 609 0.227023 10.0.0.254 - - [2025-05-01 02:23:54] "POST /access-control-lists HTTP/1.1" 200 610 0.057071 10.0.0.254 - - [2025-05-01 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.296730 10.0.0.254 - - [2025-05-01 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.002130 10.0.0.254 - - [2025-05-01 02:23:54] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.413929 10.0.0.254 - - [2025-05-01 02:23:54] "POST /access-control-lists HTTP/1.1" 200 608 0.064111 10.0.0.254 - - [2025-05-01 02:23:55] "GET / HTTP/1.1" 200 36215 0.001867 10.0.0.254 - - [2025-05-01 02:23:55] "GET /projects?obj_uuids=0f324542-13c4-488d-a517-bab238d33244&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001015 10.0.0.254 - - [2025-05-01 02:23:56] "GET /project/0f324542-13c4-488d-a517-bab238d33244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022498 10.0.0.254 - - [2025-05-01 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.254 - - [2025-05-01 02:23:56] "GET /security-group/ea4f235e-1d62-452e-a10a-e62832578de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004241 10.0.0.254 - - [2025-05-01 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.254 - - [2025-05-01 02:23:56] "GET /projects?obj_uuids=0f324542-13c4-488d-a517-bab238d33244&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001086 10.0.0.254 - - [2025-05-01 02:23:56] "GET /project/0f324542-13c4-488d-a517-bab238d33244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.027547 10.0.0.254 - - [2025-05-01 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.254 - - [2025-05-01 02:23:56] "GET /security-group/ea4f235e-1d62-452e-a10a-e62832578de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.005020 10.0.0.254 - - [2025-05-01 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.254 - - [2025-05-01 02:23:56] "PUT /security-group/ea4f235e-1d62-452e-a10a-e62832578de8 HTTP/1.1" 200 263 0.014231 10.0.0.254 - - [2025-05-01 02:23:57] "PUT /access-control-list/ad0cad24-63d4-422c-88c8-23f88078adf3 HTTP/1.1" 200 273 0.009609 10.0.0.254 - - [2025-05-01 02:23:57] "PUT /access-control-list/bf1c7727-df8c-4ad9-81f1-a677962017d7 HTTP/1.1" 200 273 0.009741 10.0.0.254 - - [2025-05-01 02:23:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.254 - - [2025-05-01 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.043558 10.0.0.254 - - [2025-05-01 02:23:57] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.254 - - [2025-05-01 02:23:57] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.023373 10.0.0.254 - - [2025-05-01 02:23:57] "POST /neutron/network HTTP/1.1" 200 117 0.024085 10.0.0.254 - - [2025-05-01 02:23:57] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001355 10.0.0.254 - - [2025-05-01 02:23:57] "POST /neutron/network HTTP/1.1" 200 619 0.061216 10.0.0.254 - - [2025-05-01 02:23:57] "POST /route-targets HTTP/1.1" 200 328 0.010679 10.0.0.254 - - [2025-05-01 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.009317 10.0.0.254 - - [2025-05-01 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002723 10.0.0.254 - - [2025-05-01 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.136036 10.0.0.254 - - [2025-05-01 02:23:57] "POST /neutron/network HTTP/1.1" 200 837 0.004566 10.0.0.254 - - [2025-05-01 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001041 10.0.0.254 - - [2025-05-01 02:23:57] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004197 10.0.0.254 - - [2025-05-01 02:23:57] "POST /neutron/network HTTP/1.1" 200 837 0.005046 10.0.0.254 - - [2025-05-01 02:23:57] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004210 10.0.0.254 - - [2025-05-01 02:23:58] "POST /neutron/network HTTP/1.1" 200 837 0.005341 10.0.0.254 - - [2025-05-01 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.008150 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domains HTTP/1.1" 401 293 0.000355 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domains HTTP/1.1" 200 281 0.020725 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2793 0.007093 10.0.0.254 - - [2025-05-01 02:23:58] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.254 - - [2025-05-01 02:23:58] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 2180 0.070013 10.0.0.254 - - [2025-05-01 02:23:58] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 2341 0.005345 10.0.0.254 - - [2025-05-01 02:23:58] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 2341 0.004057 10.0.0.254 - - [2025-05-01 02:23:58] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198 HTTP/1.1" 200 1494 0.002976 10.0.0.254 - - [2025-05-01 02:23:58] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198 HTTP/1.1" 200 1494 0.003776 10.0.0.254 - - [2025-05-01 02:23:58] "GET /route-target/2bb7ad8f-14a3-4948-ab7f-b346db4f94d8 HTTP/1.1" 200 1220 0.003021 10.0.0.254 - - [2025-05-01 02:23:58] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 2341 0.004248 10.0.0.254 - - [2025-05-01 02:23:58] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198 HTTP/1.1" 200 1494 0.002873 10.0.0.254 - - [2025-05-01 02:23:58] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003982 10.0.0.254 - - [2025-05-01 02:23:58] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 2341 0.005229 10.0.0.254 - - [2025-05-01 02:23:58] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198 HTTP/1.1" 200 1494 0.002538 10.0.0.254 - - [2025-05-01 02:23:58] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198 HTTP/1.1" 200 1494 0.002466 10.0.0.254 - - [2025-05-01 02:23:58] "GET /route-target/2bb7ad8f-14a3-4948-ab7f-b346db4f94d8 HTTP/1.1" 200 1220 0.002177 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domains HTTP/1.1" 200 281 0.001975 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.254 - - [2025-05-01 02:23:58] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2793 0.005927 10.0.0.254 - - [2025-05-01 02:23:58] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.254 - - [2025-05-01 02:23:58] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 2180 0.068330 10.0.0.254 - - [2025-05-01 02:23:58] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 2341 0.004309 10.0.0.254 - - [2025-05-01 02:23:58] "GET /obj-perms HTTP/1.1" 200 5073 0.041092 10.0.0.254 - - [2025-05-01 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.254 - - [2025-05-01 02:23:59] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.254 - - [2025-05-01 02:23:59] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024999 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/network HTTP/1.1" 200 117 0.008294 10.0.0.254 - - [2025-05-01 02:23:59] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/network HTTP/1.1" 200 619 0.061361 10.0.0.254 - - [2025-05-01 02:23:59] "POST /route-targets HTTP/1.1" 200 328 0.008448 10.0.0.254 - - [2025-05-01 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.010840 10.0.0.254 - - [2025-05-01 02:23:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.139261 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/network HTTP/1.1" 200 840 0.004760 10.0.0.254 - - [2025-05-01 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001022 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004118 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/network HTTP/1.1" 200 840 0.005114 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004067 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/network HTTP/1.1" 200 840 0.004872 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.006027 10.0.0.254 - - [2025-05-01 02:23:59] "GET /domains HTTP/1.1" 200 281 0.001795 10.0.0.254 - - [2025-05-01 02:23:59] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.254 - - [2025-05-01 02:23:59] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2793 0.005839 10.0.0.254 - - [2025-05-01 02:23:59] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.254 - - [2025-05-01 02:23:59] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 2409 0.078343 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9 HTTP/1.1" 200 2350 0.005372 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9 HTTP/1.1" 200 2350 0.004124 10.0.0.254 - - [2025-05-01 02:23:59] "GET /routing-instance/3ac8b634-3acf-4fea-8262-b48f92678bf7 HTTP/1.1" 200 1493 0.003032 10.0.0.254 - - [2025-05-01 02:23:59] "GET /routing-instance/3ac8b634-3acf-4fea-8262-b48f92678bf7 HTTP/1.1" 200 1493 0.002517 10.0.0.254 - - [2025-05-01 02:23:59] "GET /route-target/4b7479ca-ac20-487e-a974-f13c861098b3 HTTP/1.1" 200 1220 0.002343 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9 HTTP/1.1" 200 2350 0.004279 10.0.0.254 - - [2025-05-01 02:23:59] "GET /routing-instance/3ac8b634-3acf-4fea-8262-b48f92678bf7 HTTP/1.1" 200 1493 0.002503 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004028 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9 HTTP/1.1" 200 2350 0.003882 10.0.0.254 - - [2025-05-01 02:23:59] "GET /routing-instance/3ac8b634-3acf-4fea-8262-b48f92678bf7 HTTP/1.1" 200 1493 0.002523 10.0.0.254 - - [2025-05-01 02:23:59] "GET /routing-instance/3ac8b634-3acf-4fea-8262-b48f92678bf7 HTTP/1.1" 200 1493 0.002902 10.0.0.254 - - [2025-05-01 02:23:59] "GET /route-target/4b7479ca-ac20-487e-a974-f13c861098b3 HTTP/1.1" 200 1220 0.002279 10.0.0.254 - - [2025-05-01 02:23:59] "GET /domains HTTP/1.1" 200 281 0.001704 10.0.0.254 - - [2025-05-01 02:23:59] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.254 - - [2025-05-01 02:23:59] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2793 0.005788 10.0.0.254 - - [2025-05-01 02:23:59] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.254 - - [2025-05-01 02:23:59] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 2409 0.076494 10.0.0.254 - - [2025-05-01 02:23:59] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9 HTTP/1.1" 200 2350 0.004616 10.0.0.254 - - [2025-05-01 02:23:59] "GET /obj-perms HTTP/1.1" 200 5073 0.002899 10.0.0.254 - - [2025-05-01 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001036 10.0.0.254 - - [2025-05-01 02:23:59] "POST /neutron/network HTTP/1.1" 200 850 0.005132 10.0.0.254 - - [2025-05-01 02:23:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000358 10.0.0.254 - - [2025-05-01 02:24:00] "GET / HTTP/1.1" 200 36215 0.001616 10.0.0.254 - - [2025-05-01 02:24:00] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-05-01 02:24:00] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.018353 10.0.0.254 - - [2025-05-01 02:24:00] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058889 10.0.0.254 - - [2025-05-01 02:24:00] "POST /neutron/network HTTP/1.1" 200 840 0.004439 10.0.0.254 - - [2025-05-01 02:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.004785 10.0.0.254 - - [2025-05-01 02:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.004516 10.0.0.254 - - [2025-05-01 02:24:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001122 10.0.0.254 - - [2025-05-01 02:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.004777 10.0.0.254 - - [2025-05-01 02:24:00] "POST /neutron/network HTTP/1.1" 200 847 0.005163 10.0.0.254 - - [2025-05-01 02:24:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000386 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/network HTTP/1.1" 200 850 0.005222 10.0.0.254 - - [2025-05-01 02:24:01] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.254 - - [2025-05-01 02:24:01] "GET / HTTP/1.1" 200 36215 0.002439 10.0.0.254 - - [2025-05-01 02:24:01] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000353 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 1074 0.236866 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 1074 0.013039 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 1074 0.011554 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 1128 0.096069 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /project/3882dbe15722431d9d52e3d895750ac8 HTTP/1.1" 404 173 0.036743 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /project/113d53ad9abc4183a9384847085195d1 HTTP/1.1" 404 173 0.055608 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 1102 0.019101 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /project/0f32454213c4488da517bab238d33244 HTTP/1.1" 404 173 0.066261 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002488 10.0.0.254 - - [2025-05-01 02:24:01] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001025 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.012579 10.0.0.254 - - [2025-05-01 02:24:01] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.034213 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.254 - - [2025-05-01 02:24:01] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001017 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/network HTTP/1.1" 200 840 0.005269 10.0.0.254 - - [2025-05-01 02:24:01] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?fields=security_groups HTTP/1.1" 200 1396 0.028478 10.0.0.254 - - [2025-05-01 02:24:01] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.254 - - [2025-05-01 02:24:01] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.114728 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /security-group/d1ac8ac2-62dc-402f-bf60-223477667ba8 HTTP/1.1" 200 115 0.060240 10.0.0.254 - - [2025-05-01 02:24:01] "GET /projects?obj_uuids=113d53ad-9abc-4183-a938-4847085195d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001018 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/network HTTP/1.1" 200 837 0.006113 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /access-control-list/d58096fa-cbcb-4768-9012-e6d16add1655 HTTP/1.1" 200 115 0.047616 10.0.0.254 - - [2025-05-01 02:24:01] "GET /project/113d53ad-9abc-4183-a938-4847085195d1?fields=application_policy_sets HTTP/1.1" 200 1435 0.039025 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /access-control-list/15508772-5b3f-45ab-8101-3fdfd6c0d878 HTTP/1.1" 200 115 0.030798 10.0.0.254 - - [2025-05-01 02:24:01] "DELETE /project/113d53ad-9abc-4183-a938-4847085195d1 HTTP/1.1" 200 115 0.439438 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/port HTTP/1.1" 200 1102 0.015173 10.0.0.254 - - [2025-05-01 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005091 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.005215 10.0.0.254 - - [2025-05-01 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.254 - - [2025-05-01 02:24:02] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.254 - - [2025-05-01 02:24:02] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032020 10.0.0.254 - - [2025-05-01 02:24:02] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004875 10.0.0.254 - - [2025-05-01 02:24:02] "GET /floating-ip-pools?parent_id=75186309-5613-48ba-af61-5d75451d27ce&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002805 10.0.0.254 - - [2025-05-01 02:24:02] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005045 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/network HTTP/1.1" 200 847 0.005397 10.0.0.254 - - [2025-05-01 02:24:02] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.254 - - [2025-05-01 02:24:02] "POST /floating-ip-pools HTTP/1.1" 200 611 0.064050 10.0.0.254 - - [2025-05-01 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.036200 10.0.0.254 - - [2025-05-01 02:24:02] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.013651 10.0.0.254 - - [2025-05-01 02:24:02] "GET /domains HTTP/1.1" 200 281 0.008646 10.0.0.254 - - [2025-05-01 02:24:02] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001668 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1071 0.296022 10.0.0.254 - - [2025-05-01 02:24:02] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2595 0.015141 10.0.0.254 - - [2025-05-01 02:24:02] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1071 0.008334 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1071 0.007658 10.0.0.254 - - [2025-05-01 02:24:02] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 3254 0.078461 10.0.0.254 - - [2025-05-01 02:24:02] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 3156 0.005903 10.0.0.254 - - [2025-05-01 02:24:02] "GET /floating-ip-pool/1f8d55dc-b3fa-4320-bf82-82d6849c4b51 HTTP/1.1" 200 1444 0.010755 10.0.0.254 - - [2025-05-01 02:24:02] "GET /domains HTTP/1.1" 200 281 0.001837 10.0.0.254 - - [2025-05-01 02:24:02] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.254 - - [2025-05-01 02:24:02] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2595 0.006731 10.0.0.254 - - [2025-05-01 02:24:02] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1125 0.105874 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1099 0.014412 10.0.0.254 - - [2025-05-01 02:24:02] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 3254 0.082618 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009076 10.0.0.254 - - [2025-05-01 02:24:02] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce HTTP/1.1" 200 3156 0.005409 10.0.0.254 - - [2025-05-01 02:24:02] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004336 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.011167 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.000929 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/network HTTP/1.1" 200 837 0.004429 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1102 0.012382 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005303 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1102 0.011828 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005744 10.0.0.254 - - [2025-05-01 02:24:02] "POST /neutron/port HTTP/1.1" 200 1102 0.011752 10.0.0.254 - - [2025-05-01 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004958 10.0.0.254 - - [2025-05-01 02:24:03] "GET /virtual-machine/35609e54-bc29-4cef-afd0-7060b0ac9891 HTTP/1.1" 200 1306 0.004107 10.0.0.254 - - [2025-05-01 02:24:03] "GET /virtual-machine-interface/54c085ae-ac8b-4f03-a228-659f090bb92d HTTP/1.1" 200 3011 0.010111 10.0.0.254 - - [2025-05-01 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.254 - - [2025-05-01 02:24:03] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003180 10.0.0.254 - - [2025-05-01 02:24:03] "GET /virtual-networks?parent_id=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002990 10.0.0.254 - - [2025-05-01 02:24:03] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005047 10.0.0.254 - - [2025-05-01 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.254 - - [2025-05-01 02:24:06] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004922 10.0.0.254 - - [2025-05-01 02:24:06] "GET /obj-perms HTTP/1.1" 200 5075 0.037171 10.0.0.254 - - [2025-05-01 02:24:06] "GET /obj-perms HTTP/1.1" 200 5075 0.039649 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/port HTTP/1.1" 200 1102 0.012472 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/port HTTP/1.1" 200 1102 0.012558 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/network HTTP/1.1" 200 850 0.005622 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002992 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.008207 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.254 - - [2025-05-01 02:24:07] "POST /neutron/network HTTP/1.1" 200 840 0.004441 10.0.0.254 - - [2025-05-01 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.254 - - [2025-05-01 02:24:10] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004772 10.0.0.254 - - [2025-05-01 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.254 - - [2025-05-01 02:24:12] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003646 10.0.0.254 - - [2025-05-01 02:24:12] "GET /virtual-networks?parent_id=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003075 10.0.0.254 - - [2025-05-01 02:24:12] "GET /virtual-network/3de5a689-5c80-4e69-abf7-2ad7a3b7f8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005598 10.0.0.254 - - [2025-05-01 02:24:12] "POST /neutron/port HTTP/1.1" 200 1102 0.037791 10.0.0.254 - - [2025-05-01 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009080 10.0.0.254 - - [2025-05-01 02:24:12] "POST /neutron/port HTTP/1.1" 200 1102 0.029034 10.0.0.254 - - [2025-05-01 02:24:12] "POST /neutron/port HTTP/1.1" 200 1099 0.028864 10.0.0.254 - - [2025-05-01 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007195 10.0.0.254 - - [2025-05-01 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005631 10.0.0.254 - - [2025-05-01 02:24:14] "GET /global-system-configs HTTP/1.1" 200 323 0.005882 10.0.0.254 - - [2025-05-01 02:24:14] "GET /obj-perms HTTP/1.1" 200 5075 0.023686 10.0.0.254 - - [2025-05-01 02:24:14] "GET /global-system-configs HTTP/1.1" 200 323 0.002555 10.0.0.254 - - [2025-05-01 02:24:14] "GET /obj-perms HTTP/1.1" 200 5075 0.025403 10.0.0.254 - - [2025-05-01 02:24:17] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.254 - - [2025-05-01 02:24:17] "POST /neutron/floatingip HTTP/1.1" 200 529 0.053565 10.0.0.254 - - [2025-05-01 02:24:17] "POST /neutron/port HTTP/1.1" 200 1102 0.012689 10.0.0.254 - - [2025-05-01 02:24:17] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004459 10.0.0.254 - - [2025-05-01 02:24:17] "POST /neutron/floatingip HTTP/1.1" 200 578 0.026921 10.0.0.254 - - [2025-05-01 02:24:17] "POST /neutron/port HTTP/1.1" 200 1099 0.012763 10.0.0.254 - - [2025-05-01 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005157 10.0.0.254 - - [2025-05-01 02:24:18] "POST /neutron/port HTTP/1.1" 200 1099 0.012366 10.0.0.254 - - [2025-05-01 02:24:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004754 10.0.0.254 - - [2025-05-01 02:24:18] "POST /neutron/port HTTP/1.1" 200 1099 0.012266 10.0.0.254 - - [2025-05-01 02:24:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004859 10.0.0.254 - - [2025-05-01 02:24:18] "GET /virtual-machine/725d71f0-67c4-4e36-ba95-9e9da138330e HTTP/1.1" 200 1306 0.003984 10.0.0.254 - - [2025-05-01 02:24:18] "GET /virtual-machine-interface/98e0ce6b-2498-408e-9922-430685a859b2 HTTP/1.1" 200 3012 0.004042 10.0.0.254 - - [2025-05-01 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.254 - - [2025-05-01 02:24:18] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002506 10.0.0.254 - - [2025-05-01 02:24:18] "GET /virtual-networks?parent_id=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002998 10.0.0.254 - - [2025-05-01 02:24:18] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004882 10.0.0.254 - - [2025-05-01 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.254 - - [2025-05-01 02:24:19] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002559 10.0.0.254 - - [2025-05-01 02:24:19] "GET /virtual-networks?parent_id=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002600 10.0.0.254 - - [2025-05-01 02:24:19] "GET /virtual-network/75186309-5613-48ba-af61-5d75451d27ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004724 10.0.0.254 - - [2025-05-01 02:24:19] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008091 10.0.0.254 - - [2025-05-01 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001979 10.0.0.254 - - [2025-05-01 02:24:19] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002620 10.0.0.254 - - [2025-05-01 02:24:19] "GET /route-target/2bb7ad8f-14a3-4948-ab7f-b346db4f94d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003534 10.0.0.254 - - [2025-05-01 02:24:19] "GET /floating-ip/2a9e4163-5dbb-42b7-95a7-52bb4334052f HTTP/1.1" 200 1894 0.004328 10.0.0.254 - - [2025-05-01 02:24:22] "POST /neutron/floatingip HTTP/1.1" 200 578 0.007959 10.0.0.254 - - [2025-05-01 02:24:22] "POST /neutron/floatingip HTTP/1.1" 200 529 0.013191 10.0.0.254 - - [2025-05-01 02:24:22] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004281 10.0.0.254 - - [2025-05-01 02:24:22] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032671 10.0.0.254 - - [2025-05-01 02:24:22] "GET /floating-ip-pool/1f8d55dc-b3fa-4320-bf82-82d6849c4b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002561 10.0.0.254 - - [2025-05-01 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.006187 10.0.0.254 - - [2025-05-01 02:24:22] "DELETE /floating-ip-pool/1f8d55dc-b3fa-4320-bf82-82d6849c4b51 HTTP/1.1" 200 115 0.017587 10.0.0.254 - - [2025-05-01 02:24:22] "POST /neutron/network HTTP/1.1" 200 840 0.006793 10.0.0.254 - - [2025-05-01 02:24:22] "POST /neutron/network HTTP/1.1" 400 204 0.010972 10.0.0.254 - - [2025-05-01 02:24:23] "POST /neutron/port HTTP/1.1" 200 1099 0.013815 10.0.0.254 - - [2025-05-01 02:24:23] "POST /neutron/port HTTP/1.1" 200 1125 0.007726 10.0.0.254 - - [2025-05-01 02:24:23] "POST /neutron/port HTTP/1.1" 200 1102 0.020965 10.0.0.254 - - [2025-05-01 02:24:23] "POST /neutron/port HTTP/1.1" 200 1128 0.011730 10.0.0.254 - - [2025-05-01 02:24:23] "POST /neutron/port HTTP/1.1" 200 151 0.112631 10.0.0.254 - - [2025-05-01 02:24:23] "POST /neutron/port HTTP/1.1" 200 151 0.097378 10.0.0.254 - - [2025-05-01 02:24:24] "POST /neutron/network HTTP/1.1" 200 840 0.005183 10.0.0.254 - - [2025-05-01 02:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004331 10.0.0.254 - - [2025-05-01 02:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001898 10.0.0.254 - - [2025-05-01 02:24:24] "POST /neutron/network HTTP/1.1" 200 151 0.083205 10.0.0.254 - - [2025-05-01 02:24:24] "GET /routing-instance/3ac8b634-3acf-4fea-8262-b48f92678bf7 HTTP/1.1" 404 171 0.002027 10.0.0.254 - - [2025-05-01 02:24:24] "GET /domains HTTP/1.1" 200 281 0.001878 10.0.0.254 - - [2025-05-01 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.034265 10.0.0.254 - - [2025-05-01 02:24:24] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.254 - - [2025-05-01 02:24:24] "DELETE /route-target/4b7479ca-ac20-487e-a974-f13c861098b3 HTTP/1.1" 200 115 0.011589 10.0.0.254 - - [2025-05-01 02:24:24] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2595 0.048176 10.0.0.254 - - [2025-05-01 02:24:24] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002019 10.0.0.254 - - [2025-05-01 02:24:24] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 2180 0.080378 10.0.0.254 - - [2025-05-01 02:24:24] "POST /neutron/network HTTP/1.1" 200 837 0.004901 10.0.0.254 - - [2025-05-01 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.254 - - [2025-05-01 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.254 - - [2025-05-01 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001767 10.0.0.254 - - [2025-05-01 02:24:25] "POST /neutron/network HTTP/1.1" 200 151 0.085575 10.0.0.254 - - [2025-05-01 02:24:25] "DELETE /route-target/2bb7ad8f-14a3-4948-ab7f-b346db4f94d8 HTTP/1.1" 200 115 0.017174 10.0.0.254 - - [2025-05-01 02:24:25] "GET /routing-instance/caa5813d-f9ec-47a0-8051-9dffcd250198 HTTP/1.1" 404 171 0.004667 10.0.0.254 - - [2025-05-01 02:24:25] "GET /domains HTTP/1.1" 200 281 0.002506 10.0.0.254 - - [2025-05-01 02:24:25] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.254 - - [2025-05-01 02:24:25] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2595 0.054069 10.0.0.254 - - [2025-05-01 02:24:25] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.254 - - [2025-05-01 02:24:25] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 1929 0.065125 10.0.0.254 - - [2025-05-01 02:24:25] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.254 - - [2025-05-01 02:24:25] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.023138 10.0.0.254 - - [2025-05-01 02:24:25] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.254 - - [2025-05-01 02:24:25] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?fields=virtual_networks HTTP/1.1" 200 1058 0.062423 10.0.0.254 - - [2025-05-01 02:24:25] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.254 - - [2025-05-01 02:24:25] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.024770 10.0.0.254 - - [2025-05-01 02:24:25] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.254 - - [2025-05-01 02:24:25] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?fields=security_groups HTTP/1.1" 200 1297 0.023623 10.0.0.254 - - [2025-05-01 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.020134 10.0.0.254 - - [2025-05-01 02:24:26] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002213 10.0.0.254 - - [2025-05-01 02:24:26] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.254 - - [2025-05-01 02:24:26] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006532 10.0.0.254 - - [2025-05-01 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.001207 10.0.0.254 - - [2025-05-01 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.003730 10.0.0.254 - - [2025-05-01 02:24:26] "POST /security-groups HTTP/1.1" 200 586 0.059544 10.0.0.254 - - [2025-05-01 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002245 10.0.0.254 - - [2025-05-01 02:24:26] "POST /projects HTTP/1.1" 200 575 0.206686 10.0.0.254 - - [2025-05-01 02:24:26] "POST /access-control-lists HTTP/1.1" 200 593 0.060683 10.0.0.254 - - [2025-05-01 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.274378 10.0.0.254 - - [2025-05-01 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002214 10.0.0.254 - - [2025-05-01 02:24:26] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.383263 10.0.0.254 - - [2025-05-01 02:24:26] "POST /access-control-lists HTTP/1.1" 200 591 0.064144 10.0.0.254 - - [2025-05-01 02:24:27] "GET / HTTP/1.1" 200 36215 0.001995 10.0.0.254 - - [2025-05-01 02:24:28] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.254 - - [2025-05-01 02:24:28] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026633 10.0.0.254 - - [2025-05-01 02:24:28] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.254 - - [2025-05-01 02:24:28] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?fields=virtual_networks HTTP/1.1" 200 1025 0.069206 10.0.0.254 - - [2025-05-01 02:24:28] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.254 - - [2025-05-01 02:24:29] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.023133 10.0.0.254 - - [2025-05-01 02:24:29] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.254 - - [2025-05-01 02:24:29] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?fields=security_groups HTTP/1.1" 200 1247 0.020232 10.0.0.254 - - [2025-05-01 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.019132 10.0.0.254 - - [2025-05-01 02:24:29] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002023 10.0.0.254 - - [2025-05-01 02:24:29] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.254 - - [2025-05-01 02:24:29] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050232 10.0.0.254 - - [2025-05-01 02:24:29] "POST /id-to-fqname HTTP/1.1" 200 193 0.001113 10.0.0.254 - - [2025-05-01 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.003194 10.0.0.254 - - [2025-05-01 02:24:30] "POST /security-groups HTTP/1.1" 200 594 0.059363 10.0.0.254 - - [2025-05-01 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 237 0.002147 10.0.0.254 - - [2025-05-01 02:24:30] "POST /projects HTTP/1.1" 200 591 0.197440 10.0.0.254 - - [2025-05-01 02:24:30] "POST /access-control-lists HTTP/1.1" 200 601 0.053892 10.0.0.254 - - [2025-05-01 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.268067 10.0.0.254 - - [2025-05-01 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.002427 10.0.0.254 - - [2025-05-01 02:24:30] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.418607 10.0.0.254 - - [2025-05-01 02:24:30] "POST /access-control-lists HTTP/1.1" 200 599 0.059612 10.0.0.254 - - [2025-05-01 02:24:31] "GET / HTTP/1.1" 200 36215 0.001844 10.0.0.254 - - [2025-05-01 02:24:32] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-05-01 02:24:32] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001079 10.0.0.254 - - [2025-05-01 02:24:32] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041557 10.0.0.254 - - [2025-05-01 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001962 10.0.0.254 - - [2025-05-01 02:24:32] "GET /security-group/7f7292b8-3890-4794-92ae-d08dc4520361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004712 10.0.0.254 - - [2025-05-01 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.254 - - [2025-05-01 02:24:32] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001762 10.0.0.254 - - [2025-05-01 02:24:32] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.021482 10.0.0.254 - - [2025-05-01 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.254 - - [2025-05-01 02:24:32] "GET /security-group/7f7292b8-3890-4794-92ae-d08dc4520361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003462 10.0.0.254 - - [2025-05-01 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.254 - - [2025-05-01 02:24:32] "PUT /security-group/7f7292b8-3890-4794-92ae-d08dc4520361 HTTP/1.1" 200 263 0.012022 10.0.0.254 - - [2025-05-01 02:24:32] "PUT /access-control-list/24b2577e-af5c-4f4c-9a4f-7d80db519173 HTTP/1.1" 200 273 0.007744 10.0.0.254 - - [2025-05-01 02:24:32] "PUT /access-control-list/7bb36b4c-0b6a-4e66-babe-b23258ed5aad HTTP/1.1" 200 273 0.007955 10.0.0.254 - - [2025-05-01 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002239 10.0.0.254 - - [2025-05-01 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.254 - - [2025-05-01 02:24:33] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001356 10.0.0.254 - - [2025-05-01 02:24:33] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020489 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 117 0.026068 10.0.0.254 - - [2025-05-01 02:24:33] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 608 0.065500 10.0.0.254 - - [2025-05-01 02:24:33] "POST /route-targets HTTP/1.1" 200 328 0.008627 10.0.0.254 - - [2025-05-01 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.012491 10.0.0.254 - - [2025-05-01 02:24:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003138 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.202157 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 828 0.004806 10.0.0.254 - - [2025-05-01 02:24:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001076 10.0.0.254 - - [2025-05-01 02:24:33] "GET /virtual-network/2719188b-fd6f-450f-b817-e1371da76dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004386 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 828 0.005897 10.0.0.254 - - [2025-05-01 02:24:33] "GET /virtual-network/2719188b-fd6f-450f-b817-e1371da76dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004357 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 828 0.005374 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.005482 10.0.0.254 - - [2025-05-01 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.254 - - [2025-05-01 02:24:33] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.254 - - [2025-05-01 02:24:33] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020699 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 117 0.008337 10.0.0.254 - - [2025-05-01 02:24:33] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.254 - - [2025-05-01 02:24:33] "POST /neutron/network HTTP/1.1" 200 615 0.074248 10.0.0.254 - - [2025-05-01 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004223 10.0.0.254 - - [2025-05-01 02:24:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.167458 10.0.0.254 - - [2025-05-01 02:24:34] "POST /neutron/network HTTP/1.1" 200 836 0.004496 10.0.0.254 - - [2025-05-01 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001029 10.0.0.254 - - [2025-05-01 02:24:34] "GET /virtual-network/d40da8bd-40bf-4d75-86e9-16a81e87496d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004184 10.0.0.254 - - [2025-05-01 02:24:34] "POST /neutron/network HTTP/1.1" 200 836 0.006891 10.0.0.254 - - [2025-05-01 02:24:34] "GET /virtual-network/d40da8bd-40bf-4d75-86e9-16a81e87496d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004881 10.0.0.254 - - [2025-05-01 02:24:34] "POST /neutron/network HTTP/1.1" 200 836 0.005035 10.0.0.254 - - [2025-05-01 02:24:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.005685 10.0.0.254 - - [2025-05-01 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.000988 10.0.0.254 - - [2025-05-01 02:24:34] "POST /route-targets HTTP/1.1" 200 328 0.008862 10.0.0.254 - - [2025-05-01 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.010192 10.0.0.254 - - [2025-05-01 02:24:34] "POST /neutron/network HTTP/1.1" 200 838 0.004599 10.0.0.254 - - [2025-05-01 02:24:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000374 10.0.0.254 - - [2025-05-01 02:24:34] "GET / HTTP/1.1" 200 36215 0.001793 10.0.0.254 - - [2025-05-01 02:24:34] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.254 - - [2025-05-01 02:24:35] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.254 - - [2025-05-01 02:24:35] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042880 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/network HTTP/1.1" 200 828 0.004348 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.004462 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.003993 10.0.0.254 - - [2025-05-01 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001066 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.004864 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/network HTTP/1.1" 200 846 0.005091 10.0.0.254 - - [2025-05-01 02:24:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/network HTTP/1.1" 200 838 0.005239 10.0.0.254 - - [2025-05-01 02:24:35] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.254 - - [2025-05-01 02:24:35] "GET / HTTP/1.1" 200 36215 0.002369 10.0.0.254 - - [2025-05-01 02:24:35] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000528 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 1064 0.205828 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 1064 0.007665 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 1064 0.008844 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 1118 0.055438 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 1092 0.012254 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002501 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.010090 10.0.0.254 - - [2025-05-01 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.000906 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/network HTTP/1.1" 200 828 0.004277 10.0.0.254 - - [2025-05-01 02:24:36] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001019 10.0.0.254 - - [2025-05-01 02:24:36] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052391 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/network HTTP/1.1" 200 836 0.004274 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/port HTTP/1.1" 200 1092 0.020804 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006423 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.254 - - [2025-05-01 02:24:36] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000992 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/router HTTP/1.1" 200 585 0.055930 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/router HTTP/1.1" 200 585 0.002790 10.0.0.254 - - [2025-05-01 02:24:36] "POST /route-targets HTTP/1.1" 200 328 0.021626 10.0.0.254 - - [2025-05-01 02:24:36] "PUT /logical-router/9b41c0bb-7809-4b94-9f3f-295d7e9693d7 HTTP/1.1" 200 263 0.035550 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/router HTTP/1.1" 200 656 0.037174 10.0.0.254 - - [2025-05-01 02:24:36] "GET /logical-router/9b41c0bb-7809-4b94-9f3f-295d7e9693d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.008109 10.0.0.254 - - [2025-05-01 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006722 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/router HTTP/1.1" 200 656 0.006111 10.0.0.254 - - [2025-05-01 02:24:36] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.254 - - [2025-05-01 02:24:36] "GET /service-template/c016aa85-b3c5-4fb1-86f6-b1df0a59734e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.003435 10.0.0.254 - - [2025-05-01 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.002228 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/network HTTP/1.1" 200 846 0.015366 10.0.0.254 - - [2025-05-01 02:24:36] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001515 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/router HTTP/1.1" 200 344 0.345796 10.0.0.254 - - [2025-05-01 02:24:36] "POST /useragent-kv HTTP/1.1" 200 115 0.011521 10.0.0.254 - - [2025-05-01 02:24:36] "POST /virtual-networks HTTP/1.1" 200 696 0.203395 10.0.0.254 - - [2025-05-01 02:24:36] "POST /route-targets HTTP/1.1" 200 328 0.021096 10.0.0.254 - - [2025-05-01 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.098093 10.0.0.254 - - [2025-05-01 02:24:36] "POST /neutron/port HTTP/1.1" 200 1092 0.086865 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.033091 10.0.0.254 - - [2025-05-01 02:24:37] "POST /service-instances HTTP/1.1" 200 672 0.160432 10.0.0.254 - - [2025-05-01 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.027155 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/port HTTP/1.1" 200 1065 0.460775 10.0.0.254 - - [2025-05-01 02:24:37] "POST /route-tables HTTP/1.1" 200 584 0.032793 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/port HTTP/1.1" 200 1065 0.011958 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/port HTTP/1.1" 200 1065 0.007389 10.0.0.254 - - [2025-05-01 02:24:37] "PUT /logical-router/9b41c0bb-7809-4b94-9f3f-295d7e9693d7 HTTP/1.1" 200 263 0.019704 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/port HTTP/1.1" 200 1119 0.069527 10.0.0.254 - - [2025-05-01 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.017941 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/port HTTP/1.1" 200 1093 0.012709 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002469 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.009336 10.0.0.254 - - [2025-05-01 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.000860 10.0.0.254 - - [2025-05-01 02:24:37] "POST /neutron/network HTTP/1.1" 200 836 0.004570 10.0.0.254 - - [2025-05-01 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.254 - - [2025-05-01 02:24:37] "POST /virtual-machines HTTP/1.1" 200 554 0.014028 10.0.0.254 - - [2025-05-01 02:24:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.095705 10.0.0.254 - - [2025-05-01 02:24:37] "POST /chown HTTP/1.1" 200 109 0.007051 10.0.0.254 - - [2025-05-01 02:24:37] "POST /instance-ips HTTP/1.1" 200 552 0.024142 10.0.0.254 - - [2025-05-01 02:24:37] "POST /instance-ips HTTP/1.1" 400 246 0.013144 10.0.0.254 - - [2025-05-01 02:24:37] "POST /chown HTTP/1.1" 200 109 0.007837 10.0.0.254 - - [2025-05-01 02:24:37] "PUT /virtual-machine-interface/45ab9e82-4944-4160-9257-a62292757c3a HTTP/1.1" 200 285 0.009210 10.0.0.254 - - [2025-05-01 02:24:37] "PUT /instance-ip/1fba7ee4-7a6c-45f4-9b62-e46102e6a1d7 HTTP/1.1" 200 257 0.013684 10.0.0.254 - - [2025-05-01 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.011667 10.0.0.254 - - [2025-05-01 02:24:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.104656 10.0.0.254 - - [2025-05-01 02:24:38] "POST /chown HTTP/1.1" 200 109 0.006647 10.0.0.254 - - [2025-05-01 02:24:38] "POST /instance-ips HTTP/1.1" 200 550 0.024658 10.0.0.254 - - [2025-05-01 02:24:38] "POST /instance-ips HTTP/1.1" 400 316 0.013021 10.0.0.254 - - [2025-05-01 02:24:38] "POST /chown HTTP/1.1" 200 109 0.006967 10.0.0.254 - - [2025-05-01 02:24:38] "PUT /virtual-machine-interface/d98b95bc-a07c-4a73-b388-69ab59a22f01 HTTP/1.1" 200 285 0.008578 10.0.0.254 - - [2025-05-01 02:24:38] "PUT /instance-ip/d9ce91c7-7aaf-4c3c-ad4b-b1fa8c5add00 HTTP/1.1" 200 257 0.010560 10.0.0.254 - - [2025-05-01 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.012120 10.0.0.254 - - [2025-05-01 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.008872 10.0.0.254 - - [2025-05-01 02:24:38] "PUT /routing-instance/83115147-4ac0-4856-975c-1ff17fdb7b95 HTTP/1.1" 200 267 0.011672 10.0.0.254 - - [2025-05-01 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.254 - - [2025-05-01 02:24:38] "POST /virtual-machines HTTP/1.1" 200 554 0.013693 10.0.0.254 - - [2025-05-01 02:24:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.091825 10.0.0.254 - - [2025-05-01 02:24:38] "POST /chown HTTP/1.1" 200 109 0.006153 10.0.0.254 - - [2025-05-01 02:24:38] "POST /instance-ips HTTP/1.1" 400 246 0.013215 10.0.0.254 - - [2025-05-01 02:24:39] "POST /chown HTTP/1.1" 200 109 0.008759 10.0.0.254 - - [2025-05-01 02:24:39] "PUT /virtual-machine-interface/9e23a684-2232-4034-aba8-e69a17dd2057 HTTP/1.1" 200 285 0.008969 10.0.0.254 - - [2025-05-01 02:24:39] "PUT /instance-ip/1fba7ee4-7a6c-45f4-9b62-e46102e6a1d7 HTTP/1.1" 200 257 0.011170 10.0.0.254 - - [2025-05-01 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.009905 10.0.0.254 - - [2025-05-01 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.009908 10.0.0.254 - - [2025-05-01 02:24:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085944 10.0.0.254 - - [2025-05-01 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.017444 10.0.0.254 - - [2025-05-01 02:24:39] "PUT /routing-instance/83115147-4ac0-4856-975c-1ff17fdb7b95 HTTP/1.1" 200 267 0.019027 10.0.0.254 - - [2025-05-01 02:24:39] "POST /chown HTTP/1.1" 200 109 0.009307 10.0.0.254 - - [2025-05-01 02:24:39] "POST /instance-ips HTTP/1.1" 400 316 0.012222 10.0.0.254 - - [2025-05-01 02:24:39] "POST /chown HTTP/1.1" 200 109 0.007413 10.0.0.254 - - [2025-05-01 02:24:39] "PUT /virtual-machine-interface/9317c01c-d2e2-4828-8ee2-b8d08b5f2f90 HTTP/1.1" 200 285 0.011177 10.0.0.254 - - [2025-05-01 02:24:39] "PUT /instance-ip/d9ce91c7-7aaf-4c3c-ad4b-b1fa8c5add00 HTTP/1.1" 200 257 0.011565 10.0.0.254 - - [2025-05-01 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.012150 10.0.0.254 - - [2025-05-01 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.010628 10.0.0.254 - - [2025-05-01 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.254 - - [2025-05-01 02:24:39] "PUT /routing-instance/83115147-4ac0-4856-975c-1ff17fdb7b95 HTTP/1.1" 200 267 0.011856 10.0.0.254 - - [2025-05-01 02:24:42] "POST /neutron/port HTTP/1.1" 200 1092 0.012489 10.0.0.254 - - [2025-05-01 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005284 10.0.0.254 - - [2025-05-01 02:24:42] "POST /neutron/port HTTP/1.1" 200 1092 0.012506 10.0.0.254 - - [2025-05-01 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005057 10.0.0.254 - - [2025-05-01 02:24:42] "POST /neutron/port HTTP/1.1" 200 1092 0.012391 10.0.0.254 - - [2025-05-01 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004786 10.0.0.254 - - [2025-05-01 02:24:42] "GET /virtual-machine/cc418901-92aa-41d3-beb9-97e00cc3718f HTTP/1.1" 401 293 0.000365 10.0.0.254 - - [2025-05-01 02:24:42] "GET /virtual-machine/cc418901-92aa-41d3-beb9-97e00cc3718f HTTP/1.1" 200 1298 0.022405 10.0.0.254 - - [2025-05-01 02:24:42] "GET /virtual-machine-interface/10f56c9e-46b8-4c61-b6d3-1adfdc48521a HTTP/1.1" 200 2963 0.004796 10.0.0.254 - - [2025-05-01 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.254 - - [2025-05-01 02:24:42] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002715 10.0.0.254 - - [2025-05-01 02:24:42] "GET /virtual-networks?parent_id=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002843 10.0.0.254 - - [2025-05-01 02:24:42] "GET /virtual-network/2719188b-fd6f-450f-b817-e1371da76dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004882 10.0.0.254 - - [2025-05-01 02:24:44] "POST /neutron/port HTTP/1.1" 200 1092 0.014742 10.0.0.254 - - [2025-05-01 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006515 10.0.0.254 - - [2025-05-01 02:24:45] "POST /neutron/port HTTP/1.1" 200 1093 0.012564 10.0.0.254 - - [2025-05-01 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004650 10.0.0.254 - - [2025-05-01 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.254 - - [2025-05-01 02:24:45] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002695 10.0.0.254 - - [2025-05-01 02:24:45] "GET /virtual-networks?parent_id=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002738 10.0.0.254 - - [2025-05-01 02:24:45] "GET /virtual-network/2719188b-fd6f-450f-b817-e1371da76dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006794 10.0.0.254 - - [2025-05-01 02:24:46] "POST /neutron/port HTTP/1.1" 200 1093 0.012373 10.0.0.254 - - [2025-05-01 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004706 10.0.0.254 - - [2025-05-01 02:24:46] "POST /neutron/port HTTP/1.1" 200 1093 0.012449 10.0.0.254 - - [2025-05-01 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005223 10.0.0.254 - - [2025-05-01 02:24:46] "POST /neutron/port HTTP/1.1" 200 1093 0.012244 10.0.0.254 - - [2025-05-01 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005720 10.0.0.254 - - [2025-05-01 02:24:46] "GET /virtual-machine/c26c0af8-42d0-4dde-bd7c-95d8d313fb3d HTTP/1.1" 200 1298 0.004632 10.0.0.254 - - [2025-05-01 02:24:46] "GET /virtual-machine-interface/68441bdd-ae0c-4654-aeb0-57b0ae0c6546 HTTP/1.1" 200 2975 0.004137 10.0.0.254 - - [2025-05-01 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.254 - - [2025-05-01 02:24:46] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002854 10.0.0.254 - - [2025-05-01 02:24:46] "GET /virtual-networks?parent_id=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002678 10.0.0.254 - - [2025-05-01 02:24:46] "GET /virtual-network/d40da8bd-40bf-4d75-86e9-16a81e87496d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004708 10.0.0.254 - - [2025-05-01 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.254 - - [2025-05-01 02:24:47] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002555 10.0.0.254 - - [2025-05-01 02:24:47] "GET /virtual-networks?parent_id=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002592 10.0.0.254 - - [2025-05-01 02:24:47] "GET /virtual-network/d40da8bd-40bf-4d75-86e9-16a81e87496d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004783 10.0.0.254 - - [2025-05-01 02:24:51] "POST /neutron/router HTTP/1.1" 200 656 0.004812 10.0.0.254 - - [2025-05-01 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.009300 10.0.0.254 - - [2025-05-01 02:24:51] "POST /neutron/router HTTP/1.1" 200 344 0.080034 10.0.0.254 - - [2025-05-01 02:24:51] "POST /neutron/router HTTP/1.1" 200 656 0.004302 10.0.0.254 - - [2025-05-01 02:24:51] "GET /logical-router/9b41c0bb-7809-4b94-9f3f-295d7e9693d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.005426 10.0.0.254 - - [2025-05-01 02:24:51] "GET /service-instance/2fe9d1a0-e5fa-4a6d-ad9e-7850afceabde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.003071 10.0.0.254 - - [2025-05-01 02:24:51] "POST /neutron/router HTTP/1.1" 200 151 0.054375 10.0.0.254 - - [2025-05-01 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.254 - - [2025-05-01 02:24:51] "DELETE /route-target/e1082ee1-ba3e-468c-ae49-1f0e5cfe9a98 HTTP/1.1" 409 240 0.005898 10.0.0.254 - - [2025-05-01 02:24:51] "PUT /logical-router/9b41c0bb-7809-4b94-9f3f-295d7e9693d7 HTTP/1.1" 404 171 0.002198 10.0.0.254 - - [2025-05-01 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.021044 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /route-table/c5fdb298-9778-484f-9b50-e914741b7633 HTTP/1.1" 200 115 0.033043 10.0.0.254 - - [2025-05-01 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/network HTTP/1.1" 200 836 0.004948 10.0.0.254 - - [2025-05-01 02:24:52] "PUT /routing-instance/83115147-4ac0-4856-975c-1ff17fdb7b95 HTTP/1.1" 200 267 0.021782 10.0.0.254 - - [2025-05-01 02:24:52] "GET /virtual-network/4af6bbb7-e6d7-4a01-a410-5df0a893a44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007883 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/network HTTP/1.1" 400 204 0.036615 10.0.0.254 - - [2025-05-01 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008995 10.0.0.254 - - [2025-05-01 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008869 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /instance-ip/d9ce91c7-7aaf-4c3c-ad4b-b1fa8c5add00 HTTP/1.1" 200 115 0.064560 10.0.0.254 - - [2025-05-01 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006380 10.0.0.254 - - [2025-05-01 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002714 10.0.0.254 - - [2025-05-01 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /virtual-network/4af6bbb7-e6d7-4a01-a410-5df0a893a44c HTTP/1.1" 200 115 0.135398 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /route-target/00abf7cf-1f47-4eb2-8959-cb426df31350 HTTP/1.1" 200 115 0.031048 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /service-instance/2fe9d1a0-e5fa-4a6d-ad9e-7850afceabde HTTP/1.1" 200 115 0.038551 10.0.0.254 - - [2025-05-01 02:24:52] "GET /logical-router/9b41c0bb-7809-4b94-9f3f-295d7e9693d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002767 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/port HTTP/1.1" 200 1093 0.017539 10.0.0.254 - - [2025-05-01 02:24:52] "GET /service-instance/2fe9d1a0-e5fa-4a6d-ad9e-7850afceabde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002832 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/port HTTP/1.1" 200 1119 0.008853 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/port HTTP/1.1" 200 1092 0.025448 10.0.0.254 - - [2025-05-01 02:24:52] "GET /virtual-machine-interface/9e23a684-2232-4034-aba8-e69a17dd2057?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1657 0.007088 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/port HTTP/1.1" 200 1118 0.020458 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/port HTTP/1.1" 200 151 0.133144 10.0.0.254 - - [2025-05-01 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.024366 10.0.0.254 - - [2025-05-01 02:24:52] "GET /instance-ip/1fba7ee4-7a6c-45f4-9b62-e46102e6a1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005302 10.0.0.254 - - [2025-05-01 02:24:52] "POST /neutron/port HTTP/1.1" 200 151 0.127820 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /virtual-machine-interface/9e23a684-2232-4034-aba8-e69a17dd2057 HTTP/1.1" 200 115 0.033124 10.0.0.254 - - [2025-05-01 02:24:52] "GET /virtual-machine-interface/9317c01c-d2e2-4828-8ee2-b8d08b5f2f90?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1336 0.005945 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /virtual-machine-interface/9317c01c-d2e2-4828-8ee2-b8d08b5f2f90 HTTP/1.1" 200 115 0.027022 10.0.0.254 - - [2025-05-01 02:24:52] "DELETE /virtual-machine/47457a39-7f70-43f5-a718-d2ae86ce2bd2 HTTP/1.1" 200 115 0.013515 10.0.0.254 - - [2025-05-01 02:24:52] "GET /virtual-machine-interface/d98b95bc-a07c-4a73-b388-69ab59a22f01?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1336 0.004695 10.0.0.254 - - [2025-05-01 02:24:53] "DELETE /virtual-machine-interface/d98b95bc-a07c-4a73-b388-69ab59a22f01 HTTP/1.1" 200 115 0.025429 10.0.0.254 - - [2025-05-01 02:24:53] "GET /virtual-machine-interface/45ab9e82-4944-4160-9257-a62292757c3a?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.004955 10.0.0.254 - - [2025-05-01 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.010121 10.0.0.254 - - [2025-05-01 02:24:53] "GET /instance-ip/1fba7ee4-7a6c-45f4-9b62-e46102e6a1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.004661 10.0.0.254 - - [2025-05-01 02:24:53] "DELETE /instance-ip/1fba7ee4-7a6c-45f4-9b62-e46102e6a1d7 HTTP/1.1" 200 115 0.021507 10.0.0.254 - - [2025-05-01 02:24:53] "DELETE /virtual-machine-interface/45ab9e82-4944-4160-9257-a62292757c3a HTTP/1.1" 200 115 0.027529 10.0.0.254 - - [2025-05-01 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.254 - - [2025-05-01 02:24:53] "DELETE /virtual-machine/9a1e175a-7bc1-40f0-9239-f1c41291281a HTTP/1.1" 200 115 0.012723 10.0.0.254 - - [2025-05-01 02:24:54] "POST /neutron/network HTTP/1.1" 200 836 0.005003 10.0.0.254 - - [2025-05-01 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.254 - - [2025-05-01 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.254 - - [2025-05-01 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.254 - - [2025-05-01 02:24:54] "POST /neutron/network HTTP/1.1" 200 151 0.064373 10.0.0.254 - - [2025-05-01 02:24:54] "DELETE /route-target/a2a531b2-8388-4316-a686-17fc5edd3c01 HTTP/1.1" 200 115 0.020303 10.0.0.254 - - [2025-05-01 02:24:54] "POST /neutron/network HTTP/1.1" 200 828 0.005800 10.0.0.254 - - [2025-05-01 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003065 10.0.0.254 - - [2025-05-01 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.254 - - [2025-05-01 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001644 10.0.0.254 - - [2025-05-01 02:24:54] "POST /neutron/network HTTP/1.1" 200 151 0.081092 10.0.0.254 - - [2025-05-01 02:24:54] "DELETE /route-target/6370281e-f31d-4b91-8ddd-35e1ff25227d HTTP/1.1" 200 115 0.014116 10.0.0.254 - - [2025-05-01 02:24:54] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001451 10.0.0.254 - - [2025-05-01 02:24:54] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023018 10.0.0.254 - - [2025-05-01 02:24:54] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000946 10.0.0.254 - - [2025-05-01 02:24:54] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?fields=virtual_networks HTTP/1.1" 200 1040 0.070189 10.0.0.254 - - [2025-05-01 02:24:54] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.254 - - [2025-05-01 02:24:54] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.024401 10.0.0.254 - - [2025-05-01 02:24:54] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.254 - - [2025-05-01 02:24:54] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?fields=security_groups HTTP/1.1" 200 1270 0.023493 10.0.0.254 - - [2025-05-01 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.018756 10.0.0.254 - - [2025-05-01 02:24:55] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002169 10.0.0.254 - - [2025-05-01 02:24:55] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.254 - - [2025-05-01 02:24:55] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051471 10.0.0.254 - - [2025-05-01 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.001055 10.0.0.254 - - [2025-05-01 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002964 10.0.0.254 - - [2025-05-01 02:24:55] "POST /security-groups HTTP/1.1" 200 599 0.059636 10.0.0.254 - - [2025-05-01 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002526 10.0.0.254 - - [2025-05-01 02:24:55] "POST /projects HTTP/1.1" 200 601 0.199640 10.0.0.254 - - [2025-05-01 02:24:55] "POST /access-control-lists HTTP/1.1" 200 606 0.054057 10.0.0.254 - - [2025-05-01 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.264370 10.0.0.254 - - [2025-05-01 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 241 0.002514 10.0.0.254 - - [2025-05-01 02:24:56] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.423244 10.0.0.254 - - [2025-05-01 02:24:56] "POST /access-control-lists HTTP/1.1" 200 604 0.056026 10.0.0.254 - - [2025-05-01 02:24:56] "GET / HTTP/1.1" 200 36215 0.001866 10.0.0.254 - - [2025-05-01 02:24:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.254 - - [2025-05-01 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.045546 10.0.0.254 - - [2025-05-01 02:24:57] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.254 - - [2025-05-01 02:24:57] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.019870 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 117 0.024439 10.0.0.254 - - [2025-05-01 02:24:58] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001265 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 613 0.050773 10.0.0.254 - - [2025-05-01 02:24:58] "POST /route-targets HTTP/1.1" 200 328 0.009194 10.0.0.254 - - [2025-05-01 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.254 - - [2025-05-01 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.121008 10.0.0.254 - - [2025-05-01 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003248 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.126072 10.0.0.254 - - [2025-05-01 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.025658 10.0.0.254 - - [2025-05-01 02:24:58] "GET /virtual-network/2efb9ff2-f11e-4faa-95a7-cd36c0b6fdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005594 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 1005 0.005411 10.0.0.254 - - [2025-05-01 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.000930 10.0.0.254 - - [2025-05-01 02:24:58] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004232 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 1005 0.006754 10.0.0.254 - - [2025-05-01 02:24:58] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004509 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 1005 0.006379 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.005370 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.005943 10.0.0.254 - - [2025-05-01 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002046 10.0.0.254 - - [2025-05-01 02:24:58] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.254 - - [2025-05-01 02:24:58] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.029719 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 117 0.014538 10.0.0.254 - - [2025-05-01 02:24:58] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/network HTTP/1.1" 200 613 0.056089 10.0.0.254 - - [2025-05-01 02:24:58] "POST /route-targets HTTP/1.1" 200 328 0.008627 10.0.0.254 - - [2025-05-01 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.011024 10.0.0.254 - - [2025-05-01 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.254 - - [2025-05-01 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.130147 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/2efb9ff2-f11e-4faa-95a7-cd36c0b6fdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004318 10.0.0.254 - - [2025-05-01 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.135115 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1007 0.006287 10.0.0.254 - - [2025-05-01 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001005 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004079 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1007 0.006285 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005106 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1007 0.006830 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.005599 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.005744 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.001984 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.254 - - [2025-05-01 02:24:59] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.254 - - [2025-05-01 02:24:59] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.021834 10.0.0.254 - - [2025-05-01 02:24:59] "POST /network-policys HTTP/1.1" 200 579 0.059957 10.0.0.254 - - [2025-05-01 02:24:59] "GET /network-policy/0723744e-c223-403e-944a-b30661a3a9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005073 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1005 0.006917 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.007239 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005504 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/2efb9ff2-f11e-4faa-95a7-cd36c0b6fdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004763 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1113 0.049341 10.0.0.254 - - [2025-05-01 02:24:59] "POST /access-control-lists HTTP/1.1" 200 598 0.070341 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1113 0.042023 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004766 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.254 - - [2025-05-01 02:24:59] "GET /network-policy/0723744e-c223-403e-944a-b30661a3a9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003025 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1007 0.006881 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/2efb9ff2-f11e-4faa-95a7-cd36c0b6fdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.044875 10.0.0.254 - - [2025-05-01 02:24:59] "PUT /access-control-list/0f82718e-15c0-43c1-89a2-49fa3a54766d HTTP/1.1" 200 273 0.062929 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1115 0.086806 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.003792 10.0.0.254 - - [2025-05-01 02:24:59] "POST /neutron/network HTTP/1.1" 200 1115 0.006356 10.0.0.254 - - [2025-05-01 02:24:59] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005600 10.0.0.254 - - [2025-05-01 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.254 - - [2025-05-01 02:24:59] "GET /network-policy/0723744e-c223-403e-944a-b30661a3a9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.023992 10.0.0.254 - - [2025-05-01 02:24:59] "POST /access-control-lists HTTP/1.1" 200 598 0.056829 10.0.0.254 - - [2025-05-01 02:24:59] "GET /domains HTTP/1.1" 401 293 0.000373 10.0.0.254 - - [2025-05-01 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.009189 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domains HTTP/1.1" 200 281 0.022230 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 3162 0.007663 10.0.0.254 - - [2025-05-01 02:25:00] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.254 - - [2025-05-01 02:25:00] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 2633 0.066889 10.0.0.254 - - [2025-05-01 02:25:00] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78 HTTP/1.1" 200 3508 0.005244 10.0.0.254 - - [2025-05-01 02:25:00] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78 HTTP/1.1" 200 3508 0.003954 10.0.0.254 - - [2025-05-01 02:25:00] "GET /routing-instance/0c66373f-480d-4141-b527-2673656a72ee HTTP/1.1" 200 1798 0.002673 10.0.0.254 - - [2025-05-01 02:25:00] "GET /routing-instance/0c66373f-480d-4141-b527-2673656a72ee HTTP/1.1" 200 1798 0.002520 10.0.0.254 - - [2025-05-01 02:25:00] "GET /route-target/a9364142-cf76-4337-a39a-0dd265701566 HTTP/1.1" 200 1215 0.002353 10.0.0.254 - - [2025-05-01 02:25:00] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78 HTTP/1.1" 200 3508 0.004499 10.0.0.254 - - [2025-05-01 02:25:00] "GET /routing-instance/0c66373f-480d-4141-b527-2673656a72ee HTTP/1.1" 200 1798 0.002624 10.0.0.254 - - [2025-05-01 02:25:00] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004086 10.0.0.254 - - [2025-05-01 02:25:00] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78 HTTP/1.1" 200 3508 0.004011 10.0.0.254 - - [2025-05-01 02:25:00] "GET /routing-instance/0c66373f-480d-4141-b527-2673656a72ee HTTP/1.1" 200 1798 0.002634 10.0.0.254 - - [2025-05-01 02:25:00] "GET /routing-instance/0c66373f-480d-4141-b527-2673656a72ee HTTP/1.1" 200 1798 0.002665 10.0.0.254 - - [2025-05-01 02:25:00] "GET /route-target/a9364142-cf76-4337-a39a-0dd265701566 HTTP/1.1" 200 1215 0.002351 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domains HTTP/1.1" 200 281 0.002015 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 3162 0.006252 10.0.0.254 - - [2025-05-01 02:25:00] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.254 - - [2025-05-01 02:25:00] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 2633 0.072061 10.0.0.254 - - [2025-05-01 02:25:00] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78 HTTP/1.1" 200 3508 0.004315 10.0.0.254 - - [2025-05-01 02:25:00] "GET /obj-perms HTTP/1.1" 200 5065 0.039761 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domains HTTP/1.1" 200 281 0.002415 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.254 - - [2025-05-01 02:25:00] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 3162 0.006788 10.0.0.254 - - [2025-05-01 02:25:00] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.254 - - [2025-05-01 02:25:01] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 2633 0.065180 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9 HTTP/1.1" 200 3515 0.006021 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9 HTTP/1.1" 200 3515 0.004009 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/b073c261-eb52-41c9-bf4f-d3f9f990273f HTTP/1.1" 200 1800 0.002881 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/b073c261-eb52-41c9-bf4f-d3f9f990273f HTTP/1.1" 200 1800 0.002538 10.0.0.254 - - [2025-05-01 02:25:01] "GET /route-target/f175df8e-e1a5-4226-bc75-da114800052d HTTP/1.1" 200 1215 0.002393 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9 HTTP/1.1" 200 3515 0.004329 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/b073c261-eb52-41c9-bf4f-d3f9f990273f HTTP/1.1" 200 1800 0.002615 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004005 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9 HTTP/1.1" 200 3515 0.003866 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/b073c261-eb52-41c9-bf4f-d3f9f990273f HTTP/1.1" 200 1800 0.002489 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/b073c261-eb52-41c9-bf4f-d3f9f990273f HTTP/1.1" 200 1800 0.002472 10.0.0.254 - - [2025-05-01 02:25:01] "GET /route-target/f175df8e-e1a5-4226-bc75-da114800052d HTTP/1.1" 200 1215 0.002130 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domains HTTP/1.1" 200 281 0.001678 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 3162 0.005962 10.0.0.254 - - [2025-05-01 02:25:01] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.254 - - [2025-05-01 02:25:01] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 2633 0.062687 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9 HTTP/1.1" 200 3515 0.004001 10.0.0.254 - - [2025-05-01 02:25:01] "GET /obj-perms HTTP/1.1" 200 5065 0.002381 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005325 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1115 0.006479 10.0.0.254 - - [2025-05-01 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/2efb9ff2-f11e-4faa-95a7-cd36c0b6fdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005604 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1007 0.039116 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /access-control-list/fecd28fc-02c8-4421-af11-089303240b3f HTTP/1.1" 200 115 0.035409 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1007 0.020121 10.0.0.254 - - [2025-05-01 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.012869 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/a52e3480-12aa-451f-8edd-4b414e3f17b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.011817 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004003 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1113 0.007851 10.0.0.254 - - [2025-05-01 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006655 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/2efb9ff2-f11e-4faa-95a7-cd36c0b6fdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004430 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1005 0.051910 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /access-control-list/0f82718e-15c0-43c1-89a2-49fa3a54766d HTTP/1.1" 200 115 0.039989 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1005 0.008997 10.0.0.254 - - [2025-05-01 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.012198 10.0.0.254 - - [2025-05-01 02:25:01] "GET /virtual-network/6f52a3a7-1426-4df6-8f20-e1479e64ea78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005283 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /network-policy/0723744e-c223-403e-944a-b30661a3a9f0 HTTP/1.1" 200 115 0.018254 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1007 0.006413 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002213 10.0.0.254 - - [2025-05-01 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001834 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001703 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 151 0.075421 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /route-target/f175df8e-e1a5-4226-bc75-da114800052d HTTP/1.1" 200 115 0.015345 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/b073c261-eb52-41c9-bf4f-d3f9f990273f HTTP/1.1" 404 171 0.002349 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domains HTTP/1.1" 200 281 0.001753 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 3162 0.047511 10.0.0.254 - - [2025-05-01 02:25:01] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.254 - - [2025-05-01 02:25:01] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 2151 0.071949 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 1005 0.006427 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.254 - - [2025-05-01 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.254 - - [2025-05-01 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001765 10.0.0.254 - - [2025-05-01 02:25:01] "POST /neutron/network HTTP/1.1" 200 151 0.074311 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /route-target/a9364142-cf76-4337-a39a-0dd265701566 HTTP/1.1" 200 115 0.017734 10.0.0.254 - - [2025-05-01 02:25:01] "GET /routing-instance/0c66373f-480d-4141-b527-2673656a72ee HTTP/1.1" 404 171 0.001908 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domains HTTP/1.1" 200 281 0.001997 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.254 - - [2025-05-01 02:25:01] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 3162 0.051816 10.0.0.254 - - [2025-05-01 02:25:01] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001632 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /project/f66834451db84335a7ce288d27127270 HTTP/1.1" 404 173 0.013066 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /project/66fac44abfbb4e939f6a376020f0ae72 HTTP/1.1" 404 173 0.012618 10.0.0.254 - - [2025-05-01 02:25:01] "DELETE /project/1a4de870a533415695a74d26b8c6feb3 HTTP/1.1" 404 173 0.005565 10.0.0.254 - - [2025-05-01 02:25:01] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000892 10.0.0.254 - - [2025-05-01 02:25:01] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.254 - - [2025-05-01 02:25:01] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 1905 0.105885 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.067715 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.078818 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001379 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.123246 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.047247 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?fields=security_groups HTTP/1.1" 200 1349 0.101262 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?fields=security_groups HTTP/1.1" 200 1372 0.125573 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?fields=security_groups HTTP/1.1" 200 1399 0.122046 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /security-group/03e2800e-b4ff-41e1-b493-30534e4532fb HTTP/1.1" 200 115 0.056017 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=f6683445-1db8-4335-a7ce-288d27127270&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /access-control-list/bcb6b997-e3ef-4666-b97d-6e66cf29c50f HTTP/1.1" 200 115 0.047746 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /security-group/7f7292b8-3890-4794-92ae-d08dc4520361 HTTP/1.1" 200 115 0.071933 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/f6683445-1db8-4335-a7ce-288d27127270?fields=application_policy_sets HTTP/1.1" 200 1388 0.044670 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=66fac44a-bfbb-4e93-9f6a-376020f0ae72&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000937 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /access-control-list/3b7e9579-8edc-4b09-9bd5-d3d67a9331d8 HTTP/1.1" 200 115 0.052868 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /security-group/77cb0b35-aeb0-452a-bd63-121d64c252dd HTTP/1.1" 200 115 0.082246 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042451 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=3882dbe1-5722-431d-9d52-e3d895750ac8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000831 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72?fields=application_policy_sets HTTP/1.1" 200 1411 0.096908 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /access-control-list/24b2577e-af5c-4f4c-9a4f-7d80db519173 HTTP/1.1" 200 115 0.048710 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /access-control-list/7bb36b4c-0b6a-4e66-babe-b23258ed5aad HTTP/1.1" 200 115 0.027796 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/3882dbe1-5722-431d-9d52-e3d895750ac8?fields=application_policy_sets HTTP/1.1" 200 1438 0.084582 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?fields=virtual_networks HTTP/1.1" 200 1050 0.091714 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /access-control-list/fc2a1cd9-8a54-4df8-9f66-f6b54ab8a0a7 HTTP/1.1" 200 115 0.025167 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /project/f6683445-1db8-4335-a7ce-288d27127270 HTTP/1.1" 200 115 0.539263 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /access-control-list/09f5eea6-5a46-44c8-b8af-7c873a026f2e HTTP/1.1" 200 115 0.046578 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /project/66fac44a-bfbb-4e93-9f6a-376020f0ae72 HTTP/1.1" 200 115 0.611660 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.071012 10.0.0.254 - - [2025-05-01 02:25:02] "DELETE /project/3882dbe1-5722-431d-9d52-e3d895750ac8 HTTP/1.1" 200 115 0.627005 10.0.0.254 - - [2025-05-01 02:25:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.254 - - [2025-05-01 02:25:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?fields=security_groups HTTP/1.1" 200 1285 0.021967 10.0.0.254 - - [2025-05-01 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.019999 10.0.0.254 - - [2025-05-01 02:25:03] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002892 10.0.0.254 - - [2025-05-01 02:25:03] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.254 - - [2025-05-01 02:25:03] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006476 10.0.0.254 - - [2025-05-01 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 192 0.001595 10.0.0.254 - - [2025-05-01 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.002874 10.0.0.254 - - [2025-05-01 02:25:03] "POST /security-groups HTTP/1.1" 200 593 0.067487 10.0.0.254 - - [2025-05-01 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.002696 10.0.0.254 - - [2025-05-01 02:25:03] "POST /projects HTTP/1.1" 200 589 0.221822 10.0.0.254 - - [2025-05-01 02:25:03] "POST /access-control-lists HTTP/1.1" 200 600 0.057491 10.0.0.254 - - [2025-05-01 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.287574 10.0.0.254 - - [2025-05-01 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002684 10.0.0.254 - - [2025-05-01 02:25:03] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.402606 10.0.0.254 - - [2025-05-01 02:25:03] "POST /access-control-lists HTTP/1.1" 200 598 0.059347 10.0.0.254 - - [2025-05-01 02:25:04] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.254 - - [2025-05-01 02:25:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000509 10.0.0.254 - - [2025-05-01 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.044128 10.0.0.254 - - [2025-05-01 02:25:05] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.254 - - [2025-05-01 02:25:05] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021582 10.0.0.254 - - [2025-05-01 02:25:05] "POST /neutron/network HTTP/1.1" 200 117 0.023974 10.0.0.254 - - [2025-05-01 02:25:05] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.254 - - [2025-05-01 02:25:05] "POST /neutron/network HTTP/1.1" 200 607 0.051815 10.0.0.254 - - [2025-05-01 02:25:05] "POST /route-targets HTTP/1.1" 200 328 0.010377 10.0.0.254 - - [2025-05-01 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.009898 10.0.0.254 - - [2025-05-01 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.128944 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 827 0.004516 10.0.0.254 - - [2025-05-01 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.000984 10.0.0.254 - - [2025-05-01 02:25:06] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003947 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 827 0.004672 10.0.0.254 - - [2025-05-01 02:25:06] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004086 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 827 0.004866 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.005558 10.0.0.254 - - [2025-05-01 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001985 10.0.0.254 - - [2025-05-01 02:25:06] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.254 - - [2025-05-01 02:25:06] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022033 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 117 0.007706 10.0.0.254 - - [2025-05-01 02:25:06] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 607 0.066950 10.0.0.254 - - [2025-05-01 02:25:06] "POST /route-targets HTTP/1.1" 200 328 0.009313 10.0.0.254 - - [2025-05-01 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.011922 10.0.0.254 - - [2025-05-01 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002525 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.172293 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 825 0.004388 10.0.0.254 - - [2025-05-01 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.000960 10.0.0.254 - - [2025-05-01 02:25:06] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004026 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 825 0.005335 10.0.0.254 - - [2025-05-01 02:25:06] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004158 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/network HTTP/1.1" 200 825 0.005178 10.0.0.254 - - [2025-05-01 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.005636 10.0.0.254 - - [2025-05-01 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.001826 10.0.0.254 - - [2025-05-01 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.254 - - [2025-05-01 02:25:06] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.254 - - [2025-05-01 02:25:06] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032402 10.0.0.254 - - [2025-05-01 02:25:06] "POST /network-policys HTTP/1.1" 200 573 0.019746 10.0.0.254 - - [2025-05-01 02:25:07] "GET /network-policy/3c2d19b6-f9d1-4439-80b8-888b2e6191bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004660 10.0.0.254 - - [2025-05-01 02:25:07] "POST /neutron/network HTTP/1.1" 200 827 0.005202 10.0.0.254 - - [2025-05-01 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.004400 10.0.0.254 - - [2025-05-01 02:25:07] "POST /neutron/network HTTP/1.1" 200 929 0.043270 10.0.0.254 - - [2025-05-01 02:25:07] "POST /neutron/network HTTP/1.1" 200 929 0.036520 10.0.0.254 - - [2025-05-01 02:25:07] "POST /access-control-lists HTTP/1.1" 200 592 0.065309 10.0.0.254 - - [2025-05-01 02:25:07] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004663 10.0.0.254 - - [2025-05-01 02:25:07] "GET /obj-perms HTTP/1.1" 200 5075 0.044441 10.0.0.254 - - [2025-05-01 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.254 - - [2025-05-01 02:25:07] "GET /network-policy/3c2d19b6-f9d1-4439-80b8-888b2e6191bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003182 10.0.0.254 - - [2025-05-01 02:25:07] "POST /neutron/network HTTP/1.1" 200 825 0.004929 10.0.0.254 - - [2025-05-01 02:25:07] "POST /neutron/network HTTP/1.1" 200 927 0.086509 10.0.0.254 - - [2025-05-01 02:25:07] "PUT /access-control-list/ec594130-bca6-4379-8d24-0890c848413e HTTP/1.1" 200 273 0.061601 10.0.0.254 - - [2025-05-01 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.002533 10.0.0.254 - - [2025-05-01 02:25:07] "POST /neutron/network HTTP/1.1" 200 927 0.004932 10.0.0.254 - - [2025-05-01 02:25:07] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004063 10.0.0.254 - - [2025-05-01 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002003 10.0.0.254 - - [2025-05-01 02:25:07] "GET /network-policy/3c2d19b6-f9d1-4439-80b8-888b2e6191bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.031971 10.0.0.254 - - [2025-05-01 02:25:07] "POST /access-control-lists HTTP/1.1" 200 592 0.056643 10.0.0.254 - - [2025-05-01 02:25:07] "GET /obj-perms HTTP/1.1" 200 5075 0.041187 10.0.0.254 - - [2025-05-01 02:25:07] "GET /domains HTTP/1.1" 401 293 0.000355 10.0.0.254 - - [2025-05-01 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.008059 10.0.0.254 - - [2025-05-01 02:25:07] "GET /domains HTTP/1.1" 200 281 0.020662 10.0.0.254 - - [2025-05-01 02:25:07] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.254 - - [2025-05-01 02:25:07] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2780 0.008385 10.0.0.254 - - [2025-05-01 02:25:07] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.254 - - [2025-05-01 02:25:07] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 2579 0.063238 10.0.0.254 - - [2025-05-01 02:25:07] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5 HTTP/1.1" 200 2900 0.004963 10.0.0.254 - - [2025-05-01 02:25:07] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5 HTTP/1.1" 200 2900 0.003742 10.0.0.254 - - [2025-05-01 02:25:07] "GET /routing-instance/0309c0a5-7d28-4550-b179-a4e230f02971 HTTP/1.1" 200 1786 0.002561 10.0.0.254 - - [2025-05-01 02:25:07] "GET /routing-instance/0309c0a5-7d28-4550-b179-a4e230f02971 HTTP/1.1" 200 1786 0.002389 10.0.0.254 - - [2025-05-01 02:25:08] "GET /route-target/9f34b473-0f54-44a1-98c2-0232a380132e HTTP/1.1" 200 1209 0.003440 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5 HTTP/1.1" 200 2900 0.003897 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/0309c0a5-7d28-4550-b179-a4e230f02971 HTTP/1.1" 200 1786 0.002526 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.003871 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5 HTTP/1.1" 200 2900 0.003783 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/0309c0a5-7d28-4550-b179-a4e230f02971 HTTP/1.1" 200 1786 0.002330 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/0309c0a5-7d28-4550-b179-a4e230f02971 HTTP/1.1" 200 1786 0.002433 10.0.0.254 - - [2025-05-01 02:25:08] "GET /route-target/9f34b473-0f54-44a1-98c2-0232a380132e HTTP/1.1" 200 1209 0.002198 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domains HTTP/1.1" 200 281 0.002422 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2780 0.006300 10.0.0.254 - - [2025-05-01 02:25:08] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.254 - - [2025-05-01 02:25:08] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 2579 0.066220 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5 HTTP/1.1" 200 2900 0.004079 10.0.0.254 - - [2025-05-01 02:25:08] "GET /obj-perms HTTP/1.1" 200 5053 0.037203 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domains HTTP/1.1" 200 281 0.002627 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2780 0.005955 10.0.0.254 - - [2025-05-01 02:25:08] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.254 - - [2025-05-01 02:25:08] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 2579 0.062110 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f HTTP/1.1" 200 2894 0.006142 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f HTTP/1.1" 200 2894 0.004029 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/10e94df2-d72d-40b6-8e0c-adcfbfecf1a8 HTTP/1.1" 200 1787 0.003004 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/10e94df2-d72d-40b6-8e0c-adcfbfecf1a8 HTTP/1.1" 200 1787 0.002499 10.0.0.254 - - [2025-05-01 02:25:08] "GET /route-target/4f55cc84-506d-4700-9fc6-a1df60d59d7e HTTP/1.1" 200 1208 0.002253 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f HTTP/1.1" 200 2894 0.003719 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/10e94df2-d72d-40b6-8e0c-adcfbfecf1a8 HTTP/1.1" 200 1787 0.002506 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003903 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f HTTP/1.1" 200 2894 0.003766 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/10e94df2-d72d-40b6-8e0c-adcfbfecf1a8 HTTP/1.1" 200 1787 0.002600 10.0.0.254 - - [2025-05-01 02:25:08] "GET /routing-instance/10e94df2-d72d-40b6-8e0c-adcfbfecf1a8 HTTP/1.1" 200 1787 0.002795 10.0.0.254 - - [2025-05-01 02:25:08] "GET /route-target/4f55cc84-506d-4700-9fc6-a1df60d59d7e HTTP/1.1" 200 1208 0.002111 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domains HTTP/1.1" 200 281 0.001816 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.254 - - [2025-05-01 02:25:08] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2780 0.005615 10.0.0.254 - - [2025-05-01 02:25:08] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000831 10.0.0.254 - - [2025-05-01 02:25:08] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 2579 0.066568 10.0.0.254 - - [2025-05-01 02:25:08] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f HTTP/1.1" 200 2894 0.005601 10.0.0.254 - - [2025-05-01 02:25:08] "GET /obj-perms HTTP/1.1" 200 5053 0.002728 10.0.0.254 - - [2025-05-01 02:25:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001174 10.0.0.254 - - [2025-05-01 02:25:08] "POST /neutron/network HTTP/1.1" 200 939 0.005583 10.0.0.254 - - [2025-05-01 02:25:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.254 - - [2025-05-01 02:25:09] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.254 - - [2025-05-01 02:25:09] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000363 10.0.0.254 - - [2025-05-01 02:25:09] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.254 - - [2025-05-01 02:25:09] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043532 10.0.0.254 - - [2025-05-01 02:25:09] "POST /neutron/network HTTP/1.1" 200 929 0.004692 10.0.0.254 - - [2025-05-01 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.005627 10.0.0.254 - - [2025-05-01 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.004586 10.0.0.254 - - [2025-05-01 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001511 10.0.0.254 - - [2025-05-01 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.005163 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/network HTTP/1.1" 200 937 0.007133 10.0.0.254 - - [2025-05-01 02:25:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000391 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/network HTTP/1.1" 200 939 0.006314 10.0.0.254 - - [2025-05-01 02:25:10] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 1063 0.238812 10.0.0.254 - - [2025-05-01 02:25:10] "GET / HTTP/1.1" 200 36215 0.001302 10.0.0.254 - - [2025-05-01 02:25:10] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 1063 0.007169 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 1063 0.007177 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 1117 0.058874 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 1091 0.012599 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002408 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.008156 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.000913 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/network HTTP/1.1" 200 929 0.004261 10.0.0.254 - - [2025-05-01 02:25:10] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.254 - - [2025-05-01 02:25:10] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047391 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/network HTTP/1.1" 200 927 0.004945 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 1091 0.015574 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009248 10.0.0.254 - - [2025-05-01 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.004404 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 1091 0.014552 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005141 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/network HTTP/1.1" 200 937 0.012498 10.0.0.254 - - [2025-05-01 02:25:11] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001303 10.0.0.254 - - [2025-05-01 02:25:11] "PUT /access-control-list/71b71d61-352f-45e8-924e-b7cb6a86f0fc HTTP/1.1" 200 273 0.030648 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.283740 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.013422 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.010405 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 1115 0.092945 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 1089 0.013362 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002445 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.009816 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.254 - - [2025-05-01 02:25:11] "POST /neutron/network HTTP/1.1" 200 927 0.004757 10.0.0.254 - - [2025-05-01 02:25:16] "POST /neutron/port HTTP/1.1" 200 1091 0.013589 10.0.0.254 - - [2025-05-01 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004966 10.0.0.254 - - [2025-05-01 02:25:16] "POST /neutron/port HTTP/1.1" 200 1091 0.013986 10.0.0.254 - - [2025-05-01 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005124 10.0.0.254 - - [2025-05-01 02:25:16] "POST /neutron/port HTTP/1.1" 200 1091 0.013871 10.0.0.254 - - [2025-05-01 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004938 10.0.0.254 - - [2025-05-01 02:25:16] "GET /virtual-machine/cb926ff8-93d3-4e91-8c28-416ef791c864 HTTP/1.1" 200 1297 0.003510 10.0.0.254 - - [2025-05-01 02:25:16] "GET /virtual-machine-interface/12628876-9a7b-479f-9ac5-d013a41ebd23 HTTP/1.1" 200 2958 0.004096 10.0.0.254 - - [2025-05-01 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.254 - - [2025-05-01 02:25:16] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002563 10.0.0.254 - - [2025-05-01 02:25:16] "GET /virtual-networks?parent_id=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002943 10.0.0.254 - - [2025-05-01 02:25:16] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004853 10.0.0.254 - - [2025-05-01 02:25:18] "POST /neutron/port HTTP/1.1" 200 1091 0.014488 10.0.0.254 - - [2025-05-01 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004775 10.0.0.254 - - [2025-05-01 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.254 - - [2025-05-01 02:25:19] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004475 10.0.0.254 - - [2025-05-01 02:25:19] "POST /neutron/port HTTP/1.1" 200 1089 0.013637 10.0.0.254 - - [2025-05-01 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004481 10.0.0.254 - - [2025-05-01 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.254 - - [2025-05-01 02:25:21] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002685 10.0.0.254 - - [2025-05-01 02:25:21] "GET /virtual-networks?parent_id=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002726 10.0.0.254 - - [2025-05-01 02:25:21] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004882 10.0.0.254 - - [2025-05-01 02:25:22] "POST /neutron/port HTTP/1.1" 200 1089 0.014563 10.0.0.254 - - [2025-05-01 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005047 10.0.0.254 - - [2025-05-01 02:25:22] "POST /neutron/port HTTP/1.1" 200 1089 0.013201 10.0.0.254 - - [2025-05-01 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004936 10.0.0.254 - - [2025-05-01 02:25:22] "POST /neutron/port HTTP/1.1" 200 1089 0.015643 10.0.0.254 - - [2025-05-01 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005094 10.0.0.254 - - [2025-05-01 02:25:22] "GET /virtual-machine/5cdc6b9c-4124-4b7d-bdd4-2caeec8f5eb2 HTTP/1.1" 200 1296 0.003310 10.0.0.254 - - [2025-05-01 02:25:22] "GET /virtual-machine-interface/15f7df88-f07d-46ef-a36f-f136ed39f6e1 HTTP/1.1" 200 2958 0.003900 10.0.0.254 - - [2025-05-01 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.254 - - [2025-05-01 02:25:22] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002607 10.0.0.254 - - [2025-05-01 02:25:22] "GET /virtual-networks?parent_id=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002671 10.0.0.254 - - [2025-05-01 02:25:22] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004751 10.0.0.254 - - [2025-05-01 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.254 - - [2025-05-01 02:25:23] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002556 10.0.0.254 - - [2025-05-01 02:25:23] "GET /virtual-networks?parent_id=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002909 10.0.0.254 - - [2025-05-01 02:25:23] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005045 10.0.0.254 - - [2025-05-01 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.254 - - [2025-05-01 02:25:27] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.254 - - [2025-05-01 02:25:27] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026069 10.0.0.254 - - [2025-05-01 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-05-01 02:25:27] "PUT /network-policy/3c2d19b6-f9d1-4439-80b8-888b2e6191bd HTTP/1.1" 200 263 0.009356 10.0.0.254 - - [2025-05-01 02:25:27] "PUT /access-control-list/ec594130-bca6-4379-8d24-0890c848413e HTTP/1.1" 200 273 0.049271 10.0.0.254 - - [2025-05-01 02:25:27] "POST /ref-update HTTP/1.1" 200 156 0.009598 10.0.0.254 - - [2025-05-01 02:25:27] "PUT /access-control-list/71b71d61-352f-45e8-924e-b7cb6a86f0fc HTTP/1.1" 200 273 0.049152 10.0.0.254 - - [2025-05-01 02:25:27] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.254 - - [2025-05-01 02:25:30] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005153 10.0.0.254 - - [2025-05-01 02:25:30] "POST /neutron/network HTTP/1.1" 200 927 0.006079 10.0.0.254 - - [2025-05-01 02:25:30] "POST /neutron/network HTTP/1.1" 200 825 0.040014 10.0.0.254 - - [2025-05-01 02:25:31] "DELETE /access-control-list/71b71d61-352f-45e8-924e-b7cb6a86f0fc HTTP/1.1" 200 115 0.033908 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/network HTTP/1.1" 200 825 0.007074 10.0.0.254 - - [2025-05-01 02:25:31] "GET /virtual-network/d9164a89-9714-4ddb-87ea-284eb112232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006254 10.0.0.254 - - [2025-05-01 02:25:31] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004201 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/network HTTP/1.1" 200 929 0.005267 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/network HTTP/1.1" 200 827 0.035409 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/network HTTP/1.1" 200 827 0.011176 10.0.0.254 - - [2025-05-01 02:25:31] "DELETE /access-control-list/ec594130-bca6-4379-8d24-0890c848413e HTTP/1.1" 200 115 0.032666 10.0.0.254 - - [2025-05-01 02:25:31] "GET /virtual-network/7ab19863-82be-48a1-9700-c82522b1f5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004361 10.0.0.254 - - [2025-05-01 02:25:31] "DELETE /network-policy/3c2d19b6-f9d1-4439-80b8-888b2e6191bd HTTP/1.1" 200 115 0.029663 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/network HTTP/1.1" 200 825 0.005915 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/network HTTP/1.1" 400 204 0.011673 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/port HTTP/1.1" 200 1089 0.013368 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/port HTTP/1.1" 200 1115 0.007720 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017930 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/port HTTP/1.1" 200 1117 0.009601 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/port HTTP/1.1" 200 151 0.122030 10.0.0.254 - - [2025-05-01 02:25:31] "POST /neutron/port HTTP/1.1" 200 151 0.116643 10.0.0.254 - - [2025-05-01 02:25:33] "POST /neutron/network HTTP/1.1" 200 825 0.005883 10.0.0.254 - - [2025-05-01 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.254 - - [2025-05-01 02:25:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003341 10.0.0.254 - - [2025-05-01 02:25:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001681 10.0.0.254 - - [2025-05-01 02:25:33] "POST /neutron/network HTTP/1.1" 200 151 0.078473 10.0.0.254 - - [2025-05-01 02:25:33] "DELETE /route-target/4f55cc84-506d-4700-9fc6-a1df60d59d7e HTTP/1.1" 200 115 0.025741 10.0.0.254 - - [2025-05-01 02:25:33] "GET /routing-instance/10e94df2-d72d-40b6-8e0c-adcfbfecf1a8 HTTP/1.1" 404 171 0.002442 10.0.0.254 - - [2025-05-01 02:25:33] "GET /domains HTTP/1.1" 200 281 0.001892 10.0.0.254 - - [2025-05-01 02:25:33] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.254 - - [2025-05-01 02:25:33] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2780 0.048064 10.0.0.254 - - [2025-05-01 02:25:33] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.254 - - [2025-05-01 02:25:33] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 2109 0.065306 10.0.0.254 - - [2025-05-01 02:25:33] "POST /neutron/network HTTP/1.1" 200 827 0.005869 10.0.0.254 - - [2025-05-01 02:25:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.254 - - [2025-05-01 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.254 - - [2025-05-01 02:25:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001544 10.0.0.254 - - [2025-05-01 02:25:33] "POST /neutron/network HTTP/1.1" 200 151 0.064088 10.0.0.254 - - [2025-05-01 02:25:33] "GET /routing-instance/0309c0a5-7d28-4550-b179-a4e230f02971 HTTP/1.1" 404 171 0.001738 10.0.0.254 - - [2025-05-01 02:25:33] "DELETE /route-target/9f34b473-0f54-44a1-98c2-0232a380132e HTTP/1.1" 200 115 0.018143 10.0.0.254 - - [2025-05-01 02:25:33] "GET /domains HTTP/1.1" 200 281 0.002235 10.0.0.254 - - [2025-05-01 02:25:33] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.254 - - [2025-05-01 02:25:33] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2780 0.054193 10.0.0.254 - - [2025-05-01 02:25:33] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000984 10.0.0.254 - - [2025-05-01 02:25:33] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 1869 0.062751 10.0.0.254 - - [2025-05-01 02:25:34] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.254 - - [2025-05-01 02:25:34] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.020326 10.0.0.254 - - [2025-05-01 02:25:34] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.254 - - [2025-05-01 02:25:34] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?fields=virtual_networks HTTP/1.1" 200 1038 0.068587 10.0.0.254 - - [2025-05-01 02:25:34] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.254 - - [2025-05-01 02:25:34] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.022464 10.0.0.254 - - [2025-05-01 02:25:34] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.254 - - [2025-05-01 02:25:34] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?fields=security_groups HTTP/1.1" 200 1267 0.022130 10.0.0.254 - - [2025-05-01 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.019758 10.0.0.254 - - [2025-05-01 02:25:34] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002540 10.0.0.254 - - [2025-05-01 02:25:35] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.254 - - [2025-05-01 02:25:35] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006393 10.0.0.254 - - [2025-05-01 02:25:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.001207 10.0.0.254 - - [2025-05-01 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.002179 10.0.0.254 - - [2025-05-01 02:25:35] "POST /security-groups HTTP/1.1" 200 589 0.059423 10.0.0.254 - - [2025-05-01 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.002178 10.0.0.254 - - [2025-05-01 02:25:35] "POST /projects HTTP/1.1" 200 581 0.202584 10.0.0.254 - - [2025-05-01 02:25:35] "POST /access-control-lists HTTP/1.1" 200 596 0.055707 10.0.0.254 - - [2025-05-01 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.266725 10.0.0.254 - - [2025-05-01 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.002542 10.0.0.254 - - [2025-05-01 02:25:35] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.374104 10.0.0.254 - - [2025-05-01 02:25:35] "POST /access-control-lists HTTP/1.1" 200 594 0.055787 10.0.0.254 - - [2025-05-01 02:25:36] "GET / HTTP/1.1" 200 36215 0.002029 10.0.0.254 - - [2025-05-01 02:25:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.254 - - [2025-05-01 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.046087 10.0.0.254 - - [2025-05-01 02:25:37] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.254 - - [2025-05-01 02:25:37] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022661 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/network HTTP/1.1" 200 117 0.023972 10.0.0.254 - - [2025-05-01 02:25:37] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/network HTTP/1.1" 200 613 0.054916 10.0.0.254 - - [2025-05-01 02:25:37] "POST /route-targets HTTP/1.1" 200 328 0.010642 10.0.0.254 - - [2025-05-01 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.009949 10.0.0.254 - - [2025-05-01 02:25:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002244 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.141707 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/network HTTP/1.1" 200 832 0.004878 10.0.0.254 - - [2025-05-01 02:25:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001024 10.0.0.254 - - [2025-05-01 02:25:37] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004132 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/network HTTP/1.1" 200 832 0.005259 10.0.0.254 - - [2025-05-01 02:25:37] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004530 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/network HTTP/1.1" 200 832 0.004867 10.0.0.254 - - [2025-05-01 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.005617 10.0.0.254 - - [2025-05-01 02:25:37] "GET /domains HTTP/1.1" 401 293 0.000332 10.0.0.254 - - [2025-05-01 02:25:38] "GET /domains HTTP/1.1" 200 281 0.021207 10.0.0.254 - - [2025-05-01 02:25:38] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.254 - - [2025-05-01 02:25:38] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2965 0.007185 10.0.0.254 - - [2025-05-01 02:25:38] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.254 - - [2025-05-01 02:25:38] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2086 0.067257 10.0.0.254 - - [2025-05-01 02:25:38] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035 HTTP/1.1" 200 2323 0.007659 10.0.0.254 - - [2025-05-01 02:25:38] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035 HTTP/1.1" 200 2323 0.004467 10.0.0.254 - - [2025-05-01 02:25:38] "GET /routing-instance/444b2126-b996-4a95-b864-2fb484d7b47f HTTP/1.1" 200 1496 0.003009 10.0.0.254 - - [2025-05-01 02:25:38] "GET /routing-instance/444b2126-b996-4a95-b864-2fb484d7b47f HTTP/1.1" 200 1496 0.002431 10.0.0.254 - - [2025-05-01 02:25:38] "GET /route-target/5f682a25-5ab4-417c-8dee-5a148bb6d7fe HTTP/1.1" 200 1214 0.002276 10.0.0.254 - - [2025-05-01 02:25:38] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035 HTTP/1.1" 200 2323 0.003866 10.0.0.254 - - [2025-05-01 02:25:38] "GET /routing-instance/444b2126-b996-4a95-b864-2fb484d7b47f HTTP/1.1" 200 1496 0.002363 10.0.0.254 - - [2025-05-01 02:25:38] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003939 10.0.0.254 - - [2025-05-01 02:25:38] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035 HTTP/1.1" 200 2323 0.003928 10.0.0.254 - - [2025-05-01 02:25:38] "GET /routing-instance/444b2126-b996-4a95-b864-2fb484d7b47f HTTP/1.1" 200 1496 0.002414 10.0.0.254 - - [2025-05-01 02:25:38] "GET /routing-instance/444b2126-b996-4a95-b864-2fb484d7b47f HTTP/1.1" 200 1496 0.002674 10.0.0.254 - - [2025-05-01 02:25:38] "GET /route-target/5f682a25-5ab4-417c-8dee-5a148bb6d7fe HTTP/1.1" 200 1214 0.001983 10.0.0.254 - - [2025-05-01 02:25:38] "GET /domains HTTP/1.1" 200 281 0.001840 10.0.0.254 - - [2025-05-01 02:25:38] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.254 - - [2025-05-01 02:25:38] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2965 0.005745 10.0.0.254 - - [2025-05-01 02:25:38] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.254 - - [2025-05-01 02:25:38] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2086 0.061699 10.0.0.254 - - [2025-05-01 02:25:38] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035 HTTP/1.1" 200 2323 0.004204 10.0.0.254 - - [2025-05-01 02:25:38] "GET /obj-perms HTTP/1.1" 200 5045 0.040535 10.0.0.254 - - [2025-05-01 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002270 10.0.0.254 - - [2025-05-01 02:25:38] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.254 - - [2025-05-01 02:25:38] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.021598 10.0.0.254 - - [2025-05-01 02:25:38] "POST /neutron/network HTTP/1.1" 200 117 0.010091 10.0.0.254 - - [2025-05-01 02:25:38] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.254 - - [2025-05-01 02:25:38] "POST /neutron/network HTTP/1.1" 200 613 0.063582 10.0.0.254 - - [2025-05-01 02:25:38] "POST /route-targets HTTP/1.1" 200 328 0.016342 10.0.0.254 - - [2025-05-01 02:25:38] "POST /ref-update HTTP/1.1" 200 156 0.009129 10.0.0.254 - - [2025-05-01 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 714 0.188124 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 830 0.004030 10.0.0.254 - - [2025-05-01 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.000971 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003989 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 830 0.004466 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004043 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 830 0.004537 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 714 0.005793 10.0.0.254 - - [2025-05-01 02:25:39] "GET /domains HTTP/1.1" 200 281 0.001695 10.0.0.254 - - [2025-05-01 02:25:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.254 - - [2025-05-01 02:25:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2965 0.005569 10.0.0.254 - - [2025-05-01 02:25:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000869 10.0.0.254 - - [2025-05-01 02:25:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2305 0.069419 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7 HTTP/1.1" 200 2315 0.005352 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7 HTTP/1.1" 200 2315 0.004124 10.0.0.254 - - [2025-05-01 02:25:39] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4 HTTP/1.1" 200 1496 0.003282 10.0.0.254 - - [2025-05-01 02:25:39] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4 HTTP/1.1" 200 1496 0.002584 10.0.0.254 - - [2025-05-01 02:25:39] "GET /route-target/4b2fbb09-8f1d-4f05-8495-6d0f2f83b8c6 HTTP/1.1" 200 1213 0.002496 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7 HTTP/1.1" 200 2315 0.004122 10.0.0.254 - - [2025-05-01 02:25:39] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4 HTTP/1.1" 200 1496 0.002492 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004413 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7 HTTP/1.1" 200 2315 0.004084 10.0.0.254 - - [2025-05-01 02:25:39] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4 HTTP/1.1" 200 1496 0.002561 10.0.0.254 - - [2025-05-01 02:25:39] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4 HTTP/1.1" 200 1496 0.002760 10.0.0.254 - - [2025-05-01 02:25:39] "GET /route-target/4b2fbb09-8f1d-4f05-8495-6d0f2f83b8c6 HTTP/1.1" 200 1213 0.002211 10.0.0.254 - - [2025-05-01 02:25:39] "GET /domains HTTP/1.1" 200 281 0.002028 10.0.0.254 - - [2025-05-01 02:25:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.254 - - [2025-05-01 02:25:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2965 0.005908 10.0.0.254 - - [2025-05-01 02:25:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.254 - - [2025-05-01 02:25:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2305 0.068395 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7 HTTP/1.1" 200 2315 0.004224 10.0.0.254 - - [2025-05-01 02:25:39] "GET /obj-perms HTTP/1.1" 200 5045 0.002467 10.0.0.254 - - [2025-05-01 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.254 - - [2025-05-01 02:25:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.254 - - [2025-05-01 02:25:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027892 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 117 0.008571 10.0.0.254 - - [2025-05-01 02:25:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 615 0.054427 10.0.0.254 - - [2025-05-01 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.254 - - [2025-05-01 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.192758 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 834 0.005405 10.0.0.254 - - [2025-05-01 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001347 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004542 10.0.0.254 - - [2025-05-01 02:25:39] "POST /neutron/network HTTP/1.1" 200 834 0.005184 10.0.0.254 - - [2025-05-01 02:25:39] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004430 10.0.0.254 - - [2025-05-01 02:25:40] "POST /neutron/network HTTP/1.1" 200 834 0.005173 10.0.0.254 - - [2025-05-01 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.007572 10.0.0.254 - - [2025-05-01 02:25:40] "GET /domains HTTP/1.1" 200 281 0.002106 10.0.0.254 - - [2025-05-01 02:25:40] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.254 - - [2025-05-01 02:25:40] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2965 0.006965 10.0.0.254 - - [2025-05-01 02:25:40] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.254 - - [2025-05-01 02:25:40] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2525 0.076638 10.0.0.254 - - [2025-05-01 02:25:40] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140 HTTP/1.1" 200 2329 0.005798 10.0.0.254 - - [2025-05-01 02:25:40] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140 HTTP/1.1" 200 2329 0.004257 10.0.0.254 - - [2025-05-01 02:25:40] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc HTTP/1.1" 200 1500 0.003162 10.0.0.254 - - [2025-05-01 02:25:40] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc HTTP/1.1" 200 1500 0.002814 10.0.0.254 - - [2025-05-01 02:25:40] "GET /route-target/e1082ee1-ba3e-468c-ae49-1f0e5cfe9a98 HTTP/1.1" 200 1217 0.002852 10.0.0.254 - - [2025-05-01 02:25:40] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140 HTTP/1.1" 200 2329 0.004121 10.0.0.254 - - [2025-05-01 02:25:40] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc HTTP/1.1" 200 1500 0.002737 10.0.0.254 - - [2025-05-01 02:25:40] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004175 10.0.0.254 - - [2025-05-01 02:25:40] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140 HTTP/1.1" 200 2329 0.004127 10.0.0.254 - - [2025-05-01 02:25:40] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc HTTP/1.1" 200 1500 0.002754 10.0.0.254 - - [2025-05-01 02:25:40] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc HTTP/1.1" 200 1500 0.002631 10.0.0.254 - - [2025-05-01 02:25:40] "GET /route-target/e1082ee1-ba3e-468c-ae49-1f0e5cfe9a98 HTTP/1.1" 200 1217 0.002350 10.0.0.254 - - [2025-05-01 02:25:40] "GET /domains HTTP/1.1" 200 281 0.003321 10.0.0.254 - - [2025-05-01 02:25:40] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.254 - - [2025-05-01 02:25:40] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2965 0.006006 10.0.0.254 - - [2025-05-01 02:25:40] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.254 - - [2025-05-01 02:25:40] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2525 0.068104 10.0.0.254 - - [2025-05-01 02:25:40] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140 HTTP/1.1" 200 2329 0.004110 10.0.0.254 - - [2025-05-01 02:25:40] "GET /obj-perms HTTP/1.1" 200 5045 0.002368 10.0.0.254 - - [2025-05-01 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001025 10.0.0.254 - - [2025-05-01 02:25:40] "POST /neutron/network HTTP/1.1" 200 840 0.005646 10.0.0.254 - - [2025-05-01 02:25:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-05-01 02:25:40] "GET / HTTP/1.1" 200 36215 0.001811 10.0.0.254 - - [2025-05-01 02:25:40] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000385 10.0.0.254 - - [2025-05-01 02:25:41] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.254 - - [2025-05-01 02:25:41] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052624 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/network HTTP/1.1" 200 830 0.004561 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.004637 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.005011 10.0.0.254 - - [2025-05-01 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001162 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.004658 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/network HTTP/1.1" 200 844 0.005384 10.0.0.254 - - [2025-05-01 02:25:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000374 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/network HTTP/1.1" 200 840 0.005601 10.0.0.254 - - [2025-05-01 02:25:41] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.254 - - [2025-05-01 02:25:41] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.254 - - [2025-05-01 02:25:41] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000873 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/port HTTP/1.1" 200 1056 0.232116 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/port HTTP/1.1" 200 1056 0.007384 10.0.0.254 - - [2025-05-01 02:25:41] "POST /neutron/port HTTP/1.1" 200 1056 0.007488 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/port HTTP/1.1" 200 1110 0.053861 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/port HTTP/1.1" 200 1084 0.013132 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002398 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 688 0.008559 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.000943 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/network HTTP/1.1" 200 830 0.012699 10.0.0.254 - - [2025-05-01 02:25:42] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.254 - - [2025-05-01 02:25:42] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047485 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/network HTTP/1.1" 200 834 0.004592 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/port HTTP/1.1" 200 1084 0.027989 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006965 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.004670 10.0.0.254 - - [2025-05-01 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002268 10.0.0.254 - - [2025-05-01 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.254 - - [2025-05-01 02:25:42] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.254 - - [2025-05-01 02:25:42] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006919 10.0.0.254 - - [2025-05-01 02:25:42] "POST /service-templates HTTP/1.1" 200 545 0.015871 10.0.0.254 - - [2025-05-01 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.254 - - [2025-05-01 02:25:42] "GET /service-template/9b2499e8-5469-4ce6-b3f9-135ba0b3ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004367 10.0.0.254 - - [2025-05-01 02:25:42] "POST /neutron/network HTTP/1.1" 200 844 0.004483 10.0.0.254 - - [2025-05-01 02:25:42] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.254 - - [2025-05-01 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-05-01 02:25:42] "GET /service-template/9b2499e8-5469-4ce6-b3f9-135ba0b3ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003903 10.0.0.254 - - [2025-05-01 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001128 10.0.0.254 - - [2025-05-01 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001668 10.0.0.254 - - [2025-05-01 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001628 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 1058 0.264625 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 1058 0.009233 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 1058 0.008160 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 1112 0.100627 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 2054 0.053788 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006752 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 1086 0.022952 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002786 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009845 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/network HTTP/1.1" 200 834 0.004743 10.0.0.254 - - [2025-05-01 02:25:43] "POST /neutron/network HTTP/1.1" 200 2221 0.012674 10.0.0.254 - - [2025-05-01 02:25:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000394 10.0.0.254 - - [2025-05-01 02:25:44] "GET / HTTP/1.1" 200 36215 0.001664 10.0.0.254 - - [2025-05-01 02:25:44] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000358 10.0.0.254 - - [2025-05-01 02:25:44] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.254 - - [2025-05-01 02:25:44] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047799 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/network HTTP/1.1" 200 832 0.004668 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/network HTTP/1.1" 200 830 0.005836 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/network HTTP/1.1" 200 834 0.004131 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/port HTTP/1.1" 200 2054 0.019842 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005605 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.004556 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.006185 10.0.0.254 - - [2025-05-01 02:25:44] "POST /neutron/network HTTP/1.1" 200 2221 0.012633 10.0.0.254 - - [2025-05-01 02:25:45] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001710 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.223083 10.0.0.254 - - [2025-05-01 02:25:45] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1056 0.172007 10.0.0.254 - - [2025-05-01 02:25:45] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.222723 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009939 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.011748 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1112 0.078942 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1056 0.007757 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1056 0.007455 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1110 0.087986 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009828 10.0.0.254 - - [2025-05-01 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009687 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/port HTTP/1.1" 200 1112 0.064392 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/port HTTP/1.1" 200 3023 0.016298 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003223 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.009277 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.004631 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002642 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 688 0.009423 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/network HTTP/1.1" 200 830 0.005671 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002448 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.008377 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.254 - - [2025-05-01 02:25:46] "POST /neutron/network HTTP/1.1" 200 834 0.004577 10.0.0.254 - - [2025-05-01 02:25:49] "POST /neutron/port HTTP/1.1" 200 3023 0.018980 10.0.0.254 - - [2025-05-01 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005615 10.0.0.254 - - [2025-05-01 02:25:49] "POST /neutron/port HTTP/1.1" 200 3023 0.024605 10.0.0.254 - - [2025-05-01 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007753 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/port HTTP/1.1" 200 3023 0.025325 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008005 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/port HTTP/1.1" 200 3023 0.028016 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006560 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/port HTTP/1.1" 200 1084 0.036515 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005848 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/port HTTP/1.1" 200 3023 0.020189 10.0.0.254 - - [2025-05-01 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005578 10.0.0.254 - - [2025-05-01 02:25:50] "GET /virtual-machine/e50bdd48-8d79-4e73-9725-2f0fa9d761d7 HTTP/1.1" 200 1807 0.005322 10.0.0.254 - - [2025-05-01 02:25:50] "GET /virtual-machine-interface/1236a92c-18d5-46d4-bbc9-ab36502e208b HTTP/1.1" 200 2953 0.004312 10.0.0.254 - - [2025-05-01 02:25:50] "GET /virtual-machine-interface/8cbb2d65-dad0-4f9d-bf2e-e98e67c58efa HTTP/1.1" 200 2957 0.004483 10.0.0.254 - - [2025-05-01 02:25:50] "GET /virtual-machine-interface/ce810edd-4782-44de-a02b-53e7cf9c87d7 HTTP/1.1" 200 2954 0.004673 10.0.0.254 - - [2025-05-01 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.254 - - [2025-05-01 02:25:50] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002703 10.0.0.254 - - [2025-05-01 02:25:50] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002828 10.0.0.254 - - [2025-05-01 02:25:50] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004906 10.0.0.254 - - [2025-05-01 02:25:51] "POST /neutron/port HTTP/1.1" 200 1086 0.013003 10.0.0.254 - - [2025-05-01 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004420 10.0.0.254 - - [2025-05-01 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.254 - - [2025-05-01 02:25:53] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004403 10.0.0.254 - - [2025-05-01 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.254 - - [2025-05-01 02:25:57] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004539 10.0.0.254 - - [2025-05-01 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.254 - - [2025-05-01 02:26:01] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007065 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /project/4734a1f14a9c4b2e917a1aceba1718f0 HTTP/1.1" 404 173 0.010491 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /project/5685461239344b9e92726c9d34c4065e HTTP/1.1" 404 173 0.006983 10.0.0.254 - - [2025-05-01 02:26:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.254 - - [2025-05-01 02:26:02] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000832 10.0.0.254 - - [2025-05-01 02:26:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.029279 10.0.0.254 - - [2025-05-01 02:26:02] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.039094 10.0.0.254 - - [2025-05-01 02:26:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.254 - - [2025-05-01 02:26:02] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000857 10.0.0.254 - - [2025-05-01 02:26:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?fields=security_groups HTTP/1.1" 200 1387 0.033291 10.0.0.254 - - [2025-05-01 02:26:02] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?fields=security_groups HTTP/1.1" 200 1369 0.035913 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /security-group/640a17b1-7988-4d68-8d32-44d8cbbf1a7c HTTP/1.1" 200 115 0.056567 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /security-group/4fd700ff-f8b8-478e-8f04-faf39370d08c HTTP/1.1" 200 115 0.058218 10.0.0.254 - - [2025-05-01 02:26:02] "GET /projects?obj_uuids=1a4de870-a533-4156-95a7-4d26b8c6feb3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.254 - - [2025-05-01 02:26:02] "GET /projects?obj_uuids=56854612-3934-4b9e-9272-6c9d34c4065e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /access-control-list/cc693075-8def-4447-ae7d-695b5abddbd2 HTTP/1.1" 200 115 0.044561 10.0.0.254 - - [2025-05-01 02:26:02] "GET /project/1a4de870-a533-4156-95a7-4d26b8c6feb3?fields=application_policy_sets HTTP/1.1" 200 1426 0.055588 10.0.0.254 - - [2025-05-01 02:26:02] "GET /project/56854612-3934-4b9e-9272-6c9d34c4065e?fields=application_policy_sets HTTP/1.1" 200 1408 0.053882 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /access-control-list/59b8a4ab-ab8f-4e28-9ac9-610c741a08b4 HTTP/1.1" 200 115 0.054247 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /access-control-list/e3adb542-ae95-4d67-b6d1-246b1e86fddc HTTP/1.1" 200 115 0.020493 10.0.0.254 - - [2025-05-01 02:26:02] "DELETE /access-control-list/e431ea8b-61a4-4a29-a0ff-5f997555196a HTTP/1.1" 200 115 0.035922 10.0.0.254 - - [2025-05-01 02:26:03] "DELETE /project/1a4de870-a533-4156-95a7-4d26b8c6feb3 HTTP/1.1" 200 115 0.377066 10.0.0.254 - - [2025-05-01 02:26:03] "DELETE /project/56854612-3934-4b9e-9272-6c9d34c4065e HTTP/1.1" 200 115 0.374300 10.0.0.254 - - [2025-05-01 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.254 - - [2025-05-01 02:26:03] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002682 10.0.0.254 - - [2025-05-01 02:26:04] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002660 10.0.0.254 - - [2025-05-01 02:26:04] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004786 10.0.0.254 - - [2025-05-01 02:26:04] "POST /neutron/port HTTP/1.1" 200 3023 0.018270 10.0.0.254 - - [2025-05-01 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004531 10.0.0.254 - - [2025-05-01 02:26:07] "GET /obj-perms HTTP/1.1" 200 5075 0.037932 10.0.0.254 - - [2025-05-01 02:26:08] "GET /obj-perms HTTP/1.1" 200 5075 0.037464 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/port HTTP/1.1" 200 1084 0.018226 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/port HTTP/1.1" 200 3023 0.017160 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005590 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/port HTTP/1.1" 200 1084 0.012442 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/network HTTP/1.1" 200 840 0.005032 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002801 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 688 0.008900 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.254 - - [2025-05-01 02:26:09] "POST /neutron/network HTTP/1.1" 200 830 0.004992 10.0.0.254 - - [2025-05-01 02:26:14] "POST /neutron/port HTTP/1.1" 200 3023 0.016407 10.0.0.254 - - [2025-05-01 02:26:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005005 10.0.0.254 - - [2025-05-01 02:26:14] "POST /neutron/port HTTP/1.1" 200 3023 0.017679 10.0.0.254 - - [2025-05-01 02:26:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004483 10.0.0.254 - - [2025-05-01 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.254 - - [2025-05-01 02:26:19] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002649 10.0.0.254 - - [2025-05-01 02:26:19] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002496 10.0.0.254 - - [2025-05-01 02:26:19] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004841 10.0.0.254 - - [2025-05-01 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.254 - - [2025-05-01 02:26:19] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002659 10.0.0.254 - - [2025-05-01 02:26:20] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002799 10.0.0.254 - - [2025-05-01 02:26:20] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004797 10.0.0.254 - - [2025-05-01 02:26:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002969 10.0.0.254 - - [2025-05-01 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.254 - - [2025-05-01 02:26:20] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.254 - - [2025-05-01 02:26:20] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028591 10.0.0.254 - - [2025-05-01 02:26:20] "POST /service-instances HTTP/1.1" 200 545 0.063999 10.0.0.254 - - [2025-05-01 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.254 - - [2025-05-01 02:26:20] "GET /service-instance/472212f0-66fa-4bdf-b128-ce7f4809db50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004945 10.0.0.254 - - [2025-05-01 02:26:20] "POST /port-tuples HTTP/1.1" 200 588 0.020339 10.0.0.254 - - [2025-05-01 02:26:20] "GET /virtual-machine-interface/1236a92c-18d5-46d4-bbc9-ab36502e208b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005010 10.0.0.254 - - [2025-05-01 02:26:20] "PUT /virtual-machine-interface/1236a92c-18d5-46d4-bbc9-ab36502e208b HTTP/1.1" 200 285 0.009749 10.0.0.254 - - [2025-05-01 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.254 - - [2025-05-01 02:26:20] "POST /instance-ips HTTP/1.1" 200 386 0.022226 10.0.0.254 - - [2025-05-01 02:26:20] "GET /virtual-machine-interface/ce810edd-4782-44de-a02b-53e7cf9c87d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004360 10.0.0.254 - - [2025-05-01 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.012651 10.0.0.254 - - [2025-05-01 02:26:20] "PUT /virtual-machine-interface/ce810edd-4782-44de-a02b-53e7cf9c87d7 HTTP/1.1" 200 285 0.011545 10.0.0.254 - - [2025-05-01 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.013997 10.0.0.254 - - [2025-05-01 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.254 - - [2025-05-01 02:26:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006399 10.0.0.254 - - [2025-05-01 02:26:21] "GET /virtual-machine-interface/8cbb2d65-dad0-4f9d-bf2e-e98e67c58efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.004832 10.0.0.254 - - [2025-05-01 02:26:21] "POST /instance-ips HTTP/1.1" 200 386 0.019219 10.0.0.254 - - [2025-05-01 02:26:21] "PUT /virtual-machine-interface/8cbb2d65-dad0-4f9d-bf2e-e98e67c58efa HTTP/1.1" 200 285 0.008839 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.006871 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007188 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007410 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002169 10.0.0.254 - - [2025-05-01 02:26:21] "POST /neutron/port HTTP/1.1" 200 1084 0.017656 10.0.0.254 - - [2025-05-01 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005601 10.0.0.254 - - [2025-05-01 02:26:21] "POST /instance-ips HTTP/1.1" 200 374 0.015873 10.0.0.254 - - [2025-05-01 02:26:21] "POST /neutron/port HTTP/1.1" 200 1084 0.018715 10.0.0.254 - - [2025-05-01 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004727 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007276 10.0.0.254 - - [2025-05-01 02:26:21] "POST /neutron/port HTTP/1.1" 200 1084 0.012830 10.0.0.254 - - [2025-05-01 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004673 10.0.0.254 - - [2025-05-01 02:26:21] "GET /virtual-machine/17bdab67-d0ed-4e49-98fe-6f014d057cea HTTP/1.1" 200 1292 0.003684 10.0.0.254 - - [2025-05-01 02:26:21] "GET /virtual-machine-interface/61eee1af-5484-4c1d-86f4-3d7cb75bce7b HTTP/1.1" 200 2952 0.004809 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.010304 10.0.0.254 - - [2025-05-01 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.254 - - [2025-05-01 02:26:21] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002529 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002356 10.0.0.254 - - [2025-05-01 02:26:21] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002560 10.0.0.254 - - [2025-05-01 02:26:21] "POST /instance-ips HTTP/1.1" 200 374 0.014768 10.0.0.254 - - [2025-05-01 02:26:21] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004410 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007829 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002647 10.0.0.254 - - [2025-05-01 02:26:21] "POST /instance-ips HTTP/1.1" 200 376 0.013000 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007708 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.007624 10.0.0.254 - - [2025-05-01 02:26:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002837 10.0.0.254 - - [2025-05-01 02:26:21] "POST /instance-ips HTTP/1.1" 200 376 0.013168 10.0.0.254 - - [2025-05-01 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.254 - - [2025-05-01 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.007106 10.0.0.254 - - [2025-05-01 02:26:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002582 10.0.0.254 - - [2025-05-01 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.254 - - [2025-05-01 02:26:22] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002698 10.0.0.254 - - [2025-05-01 02:26:22] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002620 10.0.0.254 - - [2025-05-01 02:26:22] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004874 10.0.0.254 - - [2025-05-01 02:26:22] "POST /neutron/port HTTP/1.1" 200 1086 0.013884 10.0.0.254 - - [2025-05-01 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005029 10.0.0.254 - - [2025-05-01 02:26:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014203 10.0.0.254 - - [2025-05-01 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004808 10.0.0.254 - - [2025-05-01 02:26:23] "POST /neutron/port HTTP/1.1" 200 1086 0.013333 10.0.0.254 - - [2025-05-01 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006574 10.0.0.254 - - [2025-05-01 02:26:23] "GET /virtual-machine/140c4e6b-0711-4fbc-9756-7f8ab3e6900f HTTP/1.1" 200 1292 0.004114 10.0.0.254 - - [2025-05-01 02:26:23] "GET /virtual-machine-interface/1747b8fc-eefe-46e1-9c9c-5634840423e0 HTTP/1.1" 200 2956 0.004135 10.0.0.254 - - [2025-05-01 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.254 - - [2025-05-01 02:26:23] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002693 10.0.0.254 - - [2025-05-01 02:26:23] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003254 10.0.0.254 - - [2025-05-01 02:26:23] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005144 10.0.0.254 - - [2025-05-01 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.254 - - [2025-05-01 02:26:24] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002596 10.0.0.254 - - [2025-05-01 02:26:24] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002573 10.0.0.254 - - [2025-05-01 02:26:24] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005098 10.0.0.254 - - [2025-05-01 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.002648 10.0.0.254 - - [2025-05-01 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002255 10.0.0.254 - - [2025-05-01 02:26:24] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001394 10.0.0.254 - - [2025-05-01 02:26:24] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024948 10.0.0.254 - - [2025-05-01 02:26:24] "POST /network-policys HTTP/1.1" 200 549 0.015691 10.0.0.254 - - [2025-05-01 02:26:24] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004404 10.0.0.254 - - [2025-05-01 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.254 - - [2025-05-01 02:26:24] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005304 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.254 - - [2025-05-01 02:26:25] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003330 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.003302 10.0.0.254 - - [2025-05-01 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.030285 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.254 - - [2025-05-01 02:26:25] "POST /access-control-lists HTTP/1.1" 200 603 0.062990 10.0.0.254 - - [2025-05-01 02:26:25] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003078 10.0.0.254 - - [2025-05-01 02:26:25] "POST /neutron/network HTTP/1.1" 200 918 0.006552 10.0.0.254 - - [2025-05-01 02:26:25] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004320 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.254 - - [2025-05-01 02:26:25] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003662 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.254 - - [2025-05-01 02:26:25] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004875 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.254 - - [2025-05-01 02:26:25] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003228 10.0.0.254 - - [2025-05-01 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.028668 10.0.0.254 - - [2025-05-01 02:26:25] "PUT /access-control-list/378139e9-c6e3-4dba-8537-dca232bf86fe HTTP/1.1" 200 273 0.012666 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.002616 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.254 - - [2025-05-01 02:26:25] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.024162 10.0.0.254 - - [2025-05-01 02:26:25] "POST /access-control-lists HTTP/1.1" 200 606 0.056944 10.0.0.254 - - [2025-05-01 02:26:25] "POST /neutron/network HTTP/1.1" 200 922 0.006182 10.0.0.254 - - [2025-05-01 02:26:25] "POST /routing-instances HTTP/1.1" 200 761 0.016916 10.0.0.254 - - [2025-05-01 02:26:25] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007606 10.0.0.254 - - [2025-05-01 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.254 - - [2025-05-01 02:26:25] "POST /route-targets HTTP/1.1" 200 328 0.010138 10.0.0.254 - - [2025-05-01 02:26:25] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003876 10.0.0.254 - - [2025-05-01 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.254 - - [2025-05-01 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.254 - - [2025-05-01 02:26:26] "GET /routing-instance/ef3bd484-8df7-4cbb-8949-3cb6772544a5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003792 10.0.0.254 - - [2025-05-01 02:26:26] "GET /service-template/9b2499e8-5469-4ce6-b3f9-135ba0b3ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003252 10.0.0.254 - - [2025-05-01 02:26:26] "GET /routing-instance/ef3bd484-8df7-4cbb-8949-3cb6772544a5?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003105 10.0.0.254 - - [2025-05-01 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.254 - - [2025-05-01 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.254 - - [2025-05-01 02:26:26] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.254 - - [2025-05-01 02:26:26] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023316 10.0.0.254 - - [2025-05-01 02:26:26] "POST /routing-instances HTTP/1.1" 200 762 0.021778 10.0.0.254 - - [2025-05-01 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.254 - - [2025-05-01 02:26:26] "POST /route-targets HTTP/1.1" 200 328 0.008433 10.0.0.254 - - [2025-05-01 02:26:26] "GET /service-instance/472212f0-66fa-4bdf-b128-ce7f4809db50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004716 10.0.0.254 - - [2025-05-01 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.254 - - [2025-05-01 02:26:26] "GET /domains HTTP/1.1" 200 281 0.002692 10.0.0.254 - - [2025-05-01 02:26:26] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.254 - - [2025-05-01 02:26:26] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2782 0.007259 10.0.0.254 - - [2025-05-01 02:26:26] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.254 - - [2025-05-01 02:26:26] "GET /routing-instance/2c91a85d-aad4-4f36-8808-47c2b4d215e2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.002874 10.0.0.254 - - [2025-05-01 02:26:26] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 4248 0.064398 10.0.0.254 - - [2025-05-01 02:26:26] "GET /routing-instance/2c91a85d-aad4-4f36-8808-47c2b4d215e2?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.009864 10.0.0.254 - - [2025-05-01 02:26:26] "GET /service-instance/472212f0-66fa-4bdf-b128-ce7f4809db50 HTTP/1.1" 200 3793 0.004256 10.0.0.254 - - [2025-05-01 02:26:26] "GET /domains HTTP/1.1" 200 281 0.001878 10.0.0.254 - - [2025-05-01 02:26:26] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.254 - - [2025-05-01 02:26:26] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2782 0.005976 10.0.0.254 - - [2025-05-01 02:26:26] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.254 - - [2025-05-01 02:26:26] "PUT /routing-instance/ef3bd484-8df7-4cbb-8949-3cb6772544a5 HTTP/1.1" 200 267 0.010040 10.0.0.254 - - [2025-05-01 02:26:26] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 4248 0.069240 10.0.0.254 - - [2025-05-01 02:26:26] "GET /service-instance/472212f0-66fa-4bdf-b128-ce7f4809db50 HTTP/1.1" 200 3793 0.005388 10.0.0.254 - - [2025-05-01 02:26:26] "PUT /routing-instance/2c91a85d-aad4-4f36-8808-47c2b4d215e2 HTTP/1.1" 200 267 0.011930 10.0.0.254 - - [2025-05-01 02:26:26] "GET /port-tuple/456d5e85-2db6-4839-94f6-dc95755944f1 HTTP/1.1" 200 1984 0.009598 10.0.0.254 - - [2025-05-01 02:26:26] "GET /virtual-machine-interface/1236a92c-18d5-46d4-bbc9-ab36502e208b HTTP/1.1" 200 3826 0.004794 10.0.0.254 - - [2025-05-01 02:26:26] "GET /virtual-machine-interface/8cbb2d65-dad0-4f9d-bf2e-e98e67c58efa HTTP/1.1" 200 3815 0.004916 10.0.0.254 - - [2025-05-01 02:26:26] "GET /virtual-machine-interface/ce810edd-4782-44de-a02b-53e7cf9c87d7 HTTP/1.1" 200 3809 0.004981 10.0.0.254 - - [2025-05-01 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.009345 10.0.0.254 - - [2025-05-01 02:26:26] "PUT /access-control-list/1e6313d5-ae92-468d-9656-5d4fce949fcd HTTP/1.1" 200 273 0.013736 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/port HTTP/1.1" 200 3830 0.048524 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008323 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/port HTTP/1.1" 200 3830 0.028790 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005582 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/port HTTP/1.1" 200 3830 0.027638 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005107 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/port HTTP/1.1" 200 3830 0.027430 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005047 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/network HTTP/1.1" 200 892 0.010153 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/network HTTP/1.1" 200 918 0.004268 10.0.0.254 - - [2025-05-01 02:26:26] "POST /neutron/network HTTP/1.1" 200 806 0.010281 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/network HTTP/1.1" 200 832 0.004190 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/network HTTP/1.1" 200 896 0.010089 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/network HTTP/1.1" 200 922 0.004851 10.0.0.254 - - [2025-05-01 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001153 10.0.0.254 - - [2025-05-01 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001004 10.0.0.254 - - [2025-05-01 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001249 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine/e50bdd48-8d79-4e73-9725-2f0fa9d761d7 HTTP/1.1" 200 1807 0.003328 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine-interface/1236a92c-18d5-46d4-bbc9-ab36502e208b HTTP/1.1" 200 3826 0.004911 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine-interface/8cbb2d65-dad0-4f9d-bf2e-e98e67c58efa HTTP/1.1" 200 3815 0.004262 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine-interface/ce810edd-4782-44de-a02b-53e7cf9c87d7 HTTP/1.1" 200 3809 0.004163 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/093e4f82-0bcc-4a0b-9713-c84737457523 HTTP/1.1" 200 1983 0.002840 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/50529021-84c8-4bcc-9626-5ae8ba4d698e HTTP/1.1" 200 1624 0.003834 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/d424178b-1d60-4a20-9a0c-7a4a3832f4a7 HTTP/1.1" 200 1983 0.002791 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/2b735d46-4b34-45fd-8174-e7f42430b9b6 HTTP/1.1" 200 1961 0.002819 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/524b10c4-f6c1-4035-9f11-bc70d9fea3dc HTTP/1.1" 200 1625 0.004040 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/9e28d8e6-4016-4b51-b524-6998b1b6f8a2 HTTP/1.1" 200 1965 0.003278 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/94ff6afc-9cac-4182-aec8-6b76d9c4d408 HTTP/1.1" 200 1961 0.002903 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/b836c3ed-f80c-461c-bf93-c66d95cc40a2 HTTP/1.1" 200 1623 0.003979 10.0.0.254 - - [2025-05-01 02:26:27] "GET /instance-ip/c0a2ce43-4da5-427c-bca7-67ce28042048 HTTP/1.1" 200 1959 0.002775 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/port HTTP/1.1" 200 3830 0.027746 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004712 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/port HTTP/1.1" 200 3830 0.027207 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005389 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/port HTTP/1.1" 200 3830 0.027333 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004742 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/port HTTP/1.1" 200 3830 0.028250 10.0.0.254 - - [2025-05-01 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005010 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine/e50bdd48-8d79-4e73-9725-2f0fa9d761d7 HTTP/1.1" 200 1807 0.002905 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine-interface/1236a92c-18d5-46d4-bbc9-ab36502e208b HTTP/1.1" 200 3826 0.004505 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine-interface/8cbb2d65-dad0-4f9d-bf2e-e98e67c58efa HTTP/1.1" 200 3815 0.004466 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-machine-interface/ce810edd-4782-44de-a02b-53e7cf9c87d7 HTTP/1.1" 200 3809 0.004151 10.0.0.254 - - [2025-05-01 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.254 - - [2025-05-01 02:26:27] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002953 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002841 10.0.0.254 - - [2025-05-01 02:26:27] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005473 10.0.0.254 - - [2025-05-01 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.254 - - [2025-05-01 02:26:28] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002767 10.0.0.254 - - [2025-05-01 02:26:28] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002852 10.0.0.254 - - [2025-05-01 02:26:28] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004876 10.0.0.254 - - [2025-05-01 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.254 - - [2025-05-01 02:26:29] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003486 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002781 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004667 10.0.0.254 - - [2025-05-01 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.254 - - [2025-05-01 02:26:29] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003711 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002772 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004877 10.0.0.254 - - [2025-05-01 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.254 - - [2025-05-01 02:26:29] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003247 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002739 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004663 10.0.0.254 - - [2025-05-01 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.254 - - [2025-05-01 02:26:29] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004688 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003258 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004948 10.0.0.254 - - [2025-05-01 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.254 - - [2025-05-01 02:26:29] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003177 10.0.0.254 - - [2025-05-01 02:26:29] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002666 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004898 10.0.0.254 - - [2025-05-01 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.254 - - [2025-05-01 02:26:30] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003181 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002649 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004911 10.0.0.254 - - [2025-05-01 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.254 - - [2025-05-01 02:26:30] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003340 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002865 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-network/d9eeba4a-937c-4614-8b7a-ba630d3be035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005553 10.0.0.254 - - [2025-05-01 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.254 - - [2025-05-01 02:26:30] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002545 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002327 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005013 10.0.0.254 - - [2025-05-01 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.254 - - [2025-05-01 02:26:30] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004695 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003006 10.0.0.254 - - [2025-05-01 02:26:30] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004947 10.0.0.254 - - [2025-05-01 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.254 - - [2025-05-01 02:26:30] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003263 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002730 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005088 10.0.0.254 - - [2025-05-01 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.254 - - [2025-05-01 02:26:31] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003302 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-networks?parent_id=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002872 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004969 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-machine/e50bdd48-8d79-4e73-9725-2f0fa9d761d7 HTTP/1.1" 200 1807 0.003658 10.0.0.254 - - [2025-05-01 02:26:31] "GET /domains HTTP/1.1" 200 281 0.001976 10.0.0.254 - - [2025-05-01 02:26:31] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.254 - - [2025-05-01 02:26:31] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2782 0.006283 10.0.0.254 - - [2025-05-01 02:26:31] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.254 - - [2025-05-01 02:26:31] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 4248 0.060777 10.0.0.254 - - [2025-05-01 02:26:31] "GET /service-instance/472212f0-66fa-4bdf-b128-ce7f4809db50 HTTP/1.1" 200 3793 0.003066 10.0.0.254 - - [2025-05-01 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.254 - - [2025-05-01 02:26:31] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002702 10.0.0.254 - - [2025-05-01 02:26:31] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004462 10.0.0.254 - - [2025-05-01 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.254 - - [2025-05-01 02:26:31] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004120 10.0.0.254 - - [2025-05-01 02:26:31] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.007877 10.0.0.254 - - [2025-05-01 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005000 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?fields=routing_instances HTTP/1.1" 200 1686 0.006149 10.0.0.254 - - [2025-05-01 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004994 10.0.0.254 - - [2025-05-01 02:26:31] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?fields=routing_instances HTTP/1.1" 200 1693 0.006405 10.0.0.254 - - [2025-05-01 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.026005 10.0.0.254 - - [2025-05-01 02:26:35] "POST /neutron/network HTTP/1.1" 200 834 0.007183 10.0.0.254 - - [2025-05-01 02:26:35] "DELETE /access-control-list/1e6313d5-ae92-468d-9656-5d4fce949fcd HTTP/1.1" 200 115 0.034436 10.0.0.254 - - [2025-05-01 02:26:35] "GET /virtual-network/a703df9f-c1dd-4f19-b296-677b3de39140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004662 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /routing-instance/ef3bd484-8df7-4cbb-8949-3cb6772544a5 HTTP/1.1" 200 115 0.019698 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006058 10.0.0.254 - - [2025-05-01 02:26:36] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002694 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /route-target/ce1d5a6b-cd2e-4cb5-ab84-c8e8c3f6f52d HTTP/1.1" 200 115 0.012314 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.025234 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /routing-instance/2c91a85d-aad4-4f36-8808-47c2b4d215e2 HTTP/1.1" 200 115 0.043359 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.254 - - [2025-05-01 02:26:36] "POST /neutron/network HTTP/1.1" 200 830 0.006428 10.0.0.254 - - [2025-05-01 02:26:36] "GET /virtual-network/020378e5-a76b-449f-ab59-0a05ab21e3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004500 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /route-target/5dcfbb31-0b7b-4c43-b844-7075a262636a HTTP/1.1" 200 115 0.015093 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.254 - - [2025-05-01 02:26:36] "GET /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003337 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /network-policy/8a14ad23-0881-4d6a-b02f-456d584ca535 HTTP/1.1" 200 115 0.018217 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /service-instance/472212f0-66fa-4bdf-b128-ce7f4809db50 HTTP/1.1" 200 115 0.037395 10.0.0.254 - - [2025-05-01 02:26:36] "GET /domains HTTP/1.1" 200 281 0.001955 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.012542 10.0.0.254 - - [2025-05-01 02:26:36] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.254 - - [2025-05-01 02:26:36] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2782 0.010361 10.0.0.254 - - [2025-05-01 02:26:36] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /instance-ip/94ff6afc-9cac-4182-aec8-6b76d9c4d408 HTTP/1.1" 200 115 0.023290 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.254 - - [2025-05-01 02:26:36] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 3772 0.066773 10.0.0.254 - - [2025-05-01 02:26:36] "GET /virtual-machine/e50bdd48-8d79-4e73-9725-2f0fa9d761d7 HTTP/1.1" 200 1807 0.002846 10.0.0.254 - - [2025-05-01 02:26:36] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001858 10.0.0.254 - - [2025-05-01 02:26:36] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002240 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /instance-ip/2b735d46-4b34-45fd-8174-e7f42430b9b6 HTTP/1.1" 200 115 0.024258 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.007026 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /instance-ip/c0a2ce43-4da5-427c-bca7-67ce28042048 HTTP/1.1" 200 115 0.018985 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.007854 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /service-template/9b2499e8-5469-4ce6-b3f9-135ba0b3ee26 HTTP/1.1" 200 115 0.022708 10.0.0.254 - - [2025-05-01 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.002538 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /instance-ip/093e4f82-0bcc-4a0b-9713-c84737457523 HTTP/1.1" 200 115 0.026258 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.008388 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /access-control-list/378139e9-c6e3-4dba-8537-dca232bf86fe HTTP/1.1" 200 115 0.032362 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /instance-ip/9e28d8e6-4016-4b51-b524-6998b1b6f8a2 HTTP/1.1" 200 115 0.019837 10.0.0.254 - - [2025-05-01 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.009574 10.0.0.254 - - [2025-05-01 02:26:36] "DELETE /instance-ip/d424178b-1d60-4a20-9a0c-7a4a3832f4a7 HTTP/1.1" 200 115 0.021167 10.0.0.254 - - [2025-05-01 02:26:36] "POST /neutron/network HTTP/1.1" 200 834 0.006278 10.0.0.254 - - [2025-05-01 02:26:36] "POST /neutron/network HTTP/1.1" 400 204 0.015743 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1086 0.015187 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1112 0.007471 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1084 0.017314 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1110 0.008578 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.125502 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.137559 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 3023 0.024555 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1110 0.008551 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.097684 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1112 0.008133 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.088906 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 1112 0.008031 10.0.0.254 - - [2025-05-01 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.090592 10.0.0.254 - - [2025-05-01 02:26:38] "POST /neutron/network HTTP/1.1" 200 834 0.005318 10.0.0.254 - - [2025-05-01 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.254 - - [2025-05-01 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.254 - - [2025-05-01 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002894 10.0.0.254 - - [2025-05-01 02:26:39] "POST /neutron/network HTTP/1.1" 200 151 0.073463 10.0.0.254 - - [2025-05-01 02:26:39] "DELETE /route-target/e1082ee1-ba3e-468c-ae49-1f0e5cfe9a98 HTTP/1.1" 200 115 0.016574 10.0.0.254 - - [2025-05-01 02:26:39] "GET /routing-instance/1cfd819f-e6c1-47d4-a40c-7adef139cdbc HTTP/1.1" 404 171 0.002009 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domains HTTP/1.1" 200 281 0.002114 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2581 0.050699 10.0.0.254 - - [2025-05-01 02:26:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.254 - - [2025-05-01 02:26:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2305 0.074489 10.0.0.254 - - [2025-05-01 02:26:39] "POST /neutron/network HTTP/1.1" 200 830 0.005089 10.0.0.254 - - [2025-05-01 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002051 10.0.0.254 - - [2025-05-01 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.254 - - [2025-05-01 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001799 10.0.0.254 - - [2025-05-01 02:26:39] "POST /neutron/network HTTP/1.1" 200 151 0.069883 10.0.0.254 - - [2025-05-01 02:26:39] "GET /routing-instance/78d91e2e-3bdf-47ae-97af-83c0ed1672c4 HTTP/1.1" 404 171 0.001905 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domains HTTP/1.1" 200 281 0.002590 10.0.0.254 - - [2025-05-01 02:26:39] "DELETE /route-target/4b2fbb09-8f1d-4f05-8495-6d0f2f83b8c6 HTTP/1.1" 200 115 0.015850 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2581 0.049154 10.0.0.254 - - [2025-05-01 02:26:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.254 - - [2025-05-01 02:26:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 2086 0.062030 10.0.0.254 - - [2025-05-01 02:26:39] "POST /neutron/network HTTP/1.1" 200 832 0.004997 10.0.0.254 - - [2025-05-01 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.254 - - [2025-05-01 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.254 - - [2025-05-01 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.254 - - [2025-05-01 02:26:39] "POST /neutron/network HTTP/1.1" 200 151 0.068789 10.0.0.254 - - [2025-05-01 02:26:39] "DELETE /route-target/5f682a25-5ab4-417c-8dee-5a148bb6d7fe HTTP/1.1" 200 115 0.017389 10.0.0.254 - - [2025-05-01 02:26:39] "GET /routing-instance/444b2126-b996-4a95-b864-2fb484d7b47f HTTP/1.1" 404 171 0.002815 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domains HTTP/1.1" 200 281 0.001722 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.254 - - [2025-05-01 02:26:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2581 0.046817 10.0.0.254 - - [2025-05-01 02:26:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.254 - - [2025-05-01 02:26:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 1845 0.064967 10.0.0.254 - - [2025-05-01 02:26:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.254 - - [2025-05-01 02:26:39] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022313 10.0.0.254 - - [2025-05-01 02:26:39] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.254 - - [2025-05-01 02:26:40] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?fields=virtual_networks HTTP/1.1" 200 1030 0.062675 10.0.0.254 - - [2025-05-01 02:26:40] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.254 - - [2025-05-01 02:26:40] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.023963 10.0.0.254 - - [2025-05-01 02:26:40] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.254 - - [2025-05-01 02:26:40] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?fields=security_groups HTTP/1.1" 200 1255 0.021465 10.0.0.254 - - [2025-05-01 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.020257 10.0.0.254 - - [2025-05-01 02:26:40] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002190 10.0.0.254 - - [2025-05-01 02:26:40] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.254 - - [2025-05-01 02:26:40] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006765 10.0.0.254 - - [2025-05-01 02:26:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.001114 10.0.0.254 - - [2025-05-01 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.003017 10.0.0.254 - - [2025-05-01 02:26:41] "POST /security-groups HTTP/1.1" 200 592 0.059020 10.0.0.254 - - [2025-05-01 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.002393 10.0.0.254 - - [2025-05-01 02:26:41] "POST /projects HTTP/1.1" 200 587 0.202984 10.0.0.254 - - [2025-05-01 02:26:41] "POST /access-control-lists HTTP/1.1" 200 599 0.054821 10.0.0.254 - - [2025-05-01 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.266504 10.0.0.254 - - [2025-05-01 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002259 10.0.0.254 - - [2025-05-01 02:26:41] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.376269 10.0.0.254 - - [2025-05-01 02:26:41] "POST /access-control-lists HTTP/1.1" 200 597 0.055798 10.0.0.254 - - [2025-05-01 02:26:42] "GET / HTTP/1.1" 200 36215 0.002906 10.0.0.254 - - [2025-05-01 02:26:43] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.254 - - [2025-05-01 02:26:43] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367 10.0.0.254 - - [2025-05-01 02:26:43] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040965 10.0.0.254 - - [2025-05-01 02:26:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.001950 10.0.0.254 - - [2025-05-01 02:26:43] "POST /virtual-DNSs HTTP/1.1" 200 509 0.012287 10.0.0.254 - - [2025-05-01 02:26:43] "GET /virtual-DNS/d2e3e947-0725-4728-9efe-03b5fbc68341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004145 10.0.0.254 - - [2025-05-01 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-05-01 02:26:43] "GET /virtual-DNS/d2e3e947-0725-4728-9efe-03b5fbc68341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003124 10.0.0.254 - - [2025-05-01 02:26:43] "GET /domains HTTP/1.1" 401 293 0.000613 10.0.0.254 - - [2025-05-01 02:26:44] "GET /domains HTTP/1.1" 200 281 0.021247 10.0.0.254 - - [2025-05-01 02:26:44] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.254 - - [2025-05-01 02:26:44] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2970 0.007035 10.0.0.254 - - [2025-05-01 02:26:44] "GET /virtual-DNS/d2e3e947-0725-4728-9efe-03b5fbc68341 HTTP/1.1" 200 1441 0.003052 10.0.0.254 - - [2025-05-01 02:26:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.001770 10.0.0.254 - - [2025-05-01 02:26:44] "POST /network-ipams HTTP/1.1" 200 516 0.013329 10.0.0.254 - - [2025-05-01 02:26:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002022 10.0.0.254 - - [2025-05-01 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.254 - - [2025-05-01 02:26:44] "GET /network-ipam/c97d730f-a367-4c78-8ea3-d46a1403660a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.004623 10.0.0.254 - - [2025-05-01 02:26:44] "PUT /network-ipam/c97d730f-a367-4c78-8ea3-d46a1403660a HTTP/1.1" 200 259 0.008509 10.0.0.254 - - [2025-05-01 02:26:44] "POST /ref-update HTTP/1.1" 200 156 0.007090 10.0.0.254 - - [2025-05-01 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.254 - - [2025-05-01 02:26:44] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001331 10.0.0.254 - - [2025-05-01 02:26:44] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021153 10.0.0.254 - - [2025-05-01 02:26:44] "POST /neutron/network HTTP/1.1" 200 117 0.023842 10.0.0.254 - - [2025-05-01 02:26:44] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.254 - - [2025-05-01 02:26:44] "POST /neutron/network HTTP/1.1" 200 618 0.059244 10.0.0.254 - - [2025-05-01 02:26:44] "POST /route-targets HTTP/1.1" 200 328 0.009655 10.0.0.254 - - [2025-05-01 02:26:44] "POST /ref-update HTTP/1.1" 200 156 0.009138 10.0.0.254 - - [2025-05-01 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006052 10.0.0.254 - - [2025-05-01 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 711 0.190295 10.0.0.254 - - [2025-05-01 02:26:44] "POST /neutron/network HTTP/1.1" 200 833 0.004929 10.0.0.254 - - [2025-05-01 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001004 10.0.0.254 - - [2025-05-01 02:26:44] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004361 10.0.0.254 - - [2025-05-01 02:26:45] "POST /neutron/network HTTP/1.1" 200 833 0.005021 10.0.0.254 - - [2025-05-01 02:26:45] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004196 10.0.0.254 - - [2025-05-01 02:26:45] "POST /neutron/network HTTP/1.1" 200 833 0.005520 10.0.0.254 - - [2025-05-01 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 711 0.005814 10.0.0.254 - - [2025-05-01 02:26:45] "POST /neutron/network HTTP/1.1" 200 807 0.008901 10.0.0.254 - - [2025-05-01 02:26:45] "POST /neutron/network HTTP/1.1" 200 833 0.004315 10.0.0.254 - - [2025-05-01 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001029 10.0.0.254 - - [2025-05-01 02:26:45] "POST /neutron/network HTTP/1.1" 200 843 0.005338 10.0.0.254 - - [2025-05-01 02:26:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000461 10.0.0.254 - - [2025-05-01 02:26:45] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.254 - - [2025-05-01 02:26:45] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.254 - - [2025-05-01 02:26:45] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.254 - - [2025-05-01 02:26:46] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050264 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/network HTTP/1.1" 200 833 0.005577 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.004562 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.004379 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.004942 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/network HTTP/1.1" 200 843 0.005124 10.0.0.254 - - [2025-05-01 02:26:46] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 1058 0.192476 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 1058 0.007692 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 1058 0.007087 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 1112 0.042839 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 1086 0.013719 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002645 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.008955 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.254 - - [2025-05-01 02:26:46] "POST /neutron/network HTTP/1.1" 200 833 0.004546 10.0.0.254 - - [2025-05-01 02:26:51] "POST /neutron/port HTTP/1.1" 200 1086 0.012745 10.0.0.254 - - [2025-05-01 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006026 10.0.0.254 - - [2025-05-01 02:26:51] "POST /neutron/port HTTP/1.1" 200 1086 0.012482 10.0.0.254 - - [2025-05-01 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004826 10.0.0.254 - - [2025-05-01 02:26:51] "POST /neutron/port HTTP/1.1" 200 1086 0.012804 10.0.0.254 - - [2025-05-01 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004806 10.0.0.254 - - [2025-05-01 02:26:51] "GET /virtual-machine/60efc438-10f8-41ba-b158-1d30001eabc5 HTTP/1.1" 200 1295 0.003741 10.0.0.254 - - [2025-05-01 02:26:51] "GET /virtual-machine-interface/9aa37c7a-e6bf-49d5-9b23-1ae73b1d9444 HTTP/1.1" 200 2972 0.004095 10.0.0.254 - - [2025-05-01 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.254 - - [2025-05-01 02:26:51] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002557 10.0.0.254 - - [2025-05-01 02:26:51] "GET /virtual-networks?parent_id=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002655 10.0.0.254 - - [2025-05-01 02:26:51] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004927 10.0.0.254 - - [2025-05-01 02:26:54] "POST /neutron/port HTTP/1.1" 200 1086 0.017110 10.0.0.254 - - [2025-05-01 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006014 10.0.0.254 - - [2025-05-01 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.254 - - [2025-05-01 02:26:54] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006337 10.0.0.254 - - [2025-05-01 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.254 - - [2025-05-01 02:26:56] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003473 10.0.0.254 - - [2025-05-01 02:26:56] "GET /virtual-networks?parent_id=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002866 10.0.0.254 - - [2025-05-01 02:26:56] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004967 10.0.0.254 - - [2025-05-01 02:27:01] "POST /neutron/network HTTP/1.1" 200 807 0.009320 10.0.0.254 - - [2025-05-01 02:27:01] "POST /neutron/network HTTP/1.1" 200 833 0.004348 10.0.0.254 - - [2025-05-01 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001506 10.0.0.254 - - [2025-05-01 02:27:01] "POST /neutron/port HTTP/1.1" 200 1086 0.014443 10.0.0.254 - - [2025-05-01 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005258 10.0.0.254 - - [2025-05-01 02:27:01] "POST /neutron/network HTTP/1.1" 200 843 0.005005 10.0.0.254 - - [2025-05-01 02:27:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.254 - - [2025-05-01 02:27:01] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.254 - - [2025-05-01 02:27:01] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000361 10.0.0.254 - - [2025-05-01 02:27:02] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.254 - - [2025-05-01 02:27:02] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045936 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/network HTTP/1.1" 200 833 0.004247 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 1086 0.014427 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005687 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.004607 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/network HTTP/1.1" 200 843 0.005093 10.0.0.254 - - [2025-05-01 02:27:02] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 1058 0.177590 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 1058 0.007592 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 1058 0.008592 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 1112 0.048320 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 1086 0.013819 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002904 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.009129 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.254 - - [2025-05-01 02:27:02] "POST /neutron/network HTTP/1.1" 200 833 0.004308 10.0.0.254 - - [2025-05-01 02:27:03] "DELETE /project/51d4299b779a45edbd225f45d169f6b5 HTTP/1.1" 404 173 0.004677 10.0.0.254 - - [2025-05-01 02:27:03] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.254 - - [2025-05-01 02:27:03] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.026545 10.0.0.254 - - [2025-05-01 02:27:03] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.254 - - [2025-05-01 02:27:03] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?fields=security_groups HTTP/1.1" 200 1357 0.061036 10.0.0.254 - - [2025-05-01 02:27:03] "DELETE /security-group/82a8a5d3-3b51-44a8-a1a7-f6c42a8a7a20 HTTP/1.1" 200 115 0.051933 10.0.0.254 - - [2025-05-01 02:27:03] "GET /projects?obj_uuids=4734a1f1-4a9c-4b2e-917a-1aceba1718f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.254 - - [2025-05-01 02:27:03] "DELETE /access-control-list/ea7c223f-bfe6-497b-b4db-0047e741a639 HTTP/1.1" 200 115 0.039282 10.0.0.254 - - [2025-05-01 02:27:03] "GET /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0?fields=application_policy_sets HTTP/1.1" 200 1396 0.044708 10.0.0.254 - - [2025-05-01 02:27:03] "DELETE /access-control-list/025a1a88-d52f-4d57-94e5-7b5f3d770863 HTTP/1.1" 200 115 0.039864 10.0.0.254 - - [2025-05-01 02:27:03] "DELETE /project/4734a1f1-4a9c-4b2e-917a-1aceba1718f0 HTTP/1.1" 200 115 0.342828 10.0.0.254 - - [2025-05-01 02:27:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013792 10.0.0.254 - - [2025-05-01 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005016 10.0.0.254 - - [2025-05-01 02:27:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013642 10.0.0.254 - - [2025-05-01 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005122 10.0.0.254 - - [2025-05-01 02:27:07] "POST /neutron/port HTTP/1.1" 200 1086 0.012730 10.0.0.254 - - [2025-05-01 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005246 10.0.0.254 - - [2025-05-01 02:27:07] "GET /virtual-machine/61277f37-2099-46a8-83e2-97ec9808541e HTTP/1.1" 200 1294 0.005201 10.0.0.254 - - [2025-05-01 02:27:07] "GET /virtual-machine-interface/3f9ec232-d91d-4a68-a711-30cecbc5b7da HTTP/1.1" 200 2971 0.004221 10.0.0.254 - - [2025-05-01 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.254 - - [2025-05-01 02:27:07] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002525 10.0.0.254 - - [2025-05-01 02:27:07] "GET /virtual-networks?parent_id=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002612 10.0.0.254 - - [2025-05-01 02:27:07] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004927 10.0.0.254 - - [2025-05-01 02:27:08] "GET /obj-perms HTTP/1.1" 200 5075 0.039243 10.0.0.254 - - [2025-05-01 02:27:08] "GET /obj-perms HTTP/1.1" 200 5075 0.037814 10.0.0.254 - - [2025-05-01 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.254 - - [2025-05-01 02:27:10] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004303 10.0.0.254 - - [2025-05-01 02:27:11] "POST /neutron/port HTTP/1.1" 200 1086 0.013447 10.0.0.254 - - [2025-05-01 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004729 10.0.0.254 - - [2025-05-01 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.254 - - [2025-05-01 02:27:12] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002729 10.0.0.254 - - [2025-05-01 02:27:12] "GET /virtual-networks?parent_id=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002845 10.0.0.254 - - [2025-05-01 02:27:13] "GET /virtual-network/a1805fde-2d8b-40d0-9eb1-925e6ffbd50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005318 10.0.0.254 - - [2025-05-01 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.254 - - [2025-05-01 02:27:18] "DELETE /virtual-DNS/d2e3e947-0725-4728-9efe-03b5fbc68341 HTTP/1.1" 409 236 0.005362 10.0.0.254 - - [2025-05-01 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.002530 10.0.0.254 - - [2025-05-01 02:27:18] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016151 10.0.0.254 - - [2025-05-01 02:27:18] "GET /virtual-DNS-record/14fb9726-e51d-4a2c-816f-8256992a0ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004132 10.0.0.254 - - [2025-05-01 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.254 - - [2025-05-01 02:27:19] "GET /virtual-DNS-record/14fb9726-e51d-4a2c-816f-8256992a0ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003512 10.0.0.254 - - [2025-05-01 02:27:19] "GET /domains HTTP/1.1" 200 281 0.002569 10.0.0.254 - - [2025-05-01 02:27:19] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.254 - - [2025-05-01 02:27:19] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2785 0.008002 10.0.0.254 - - [2025-05-01 02:27:19] "GET /virtual-DNS/d2e3e947-0725-4728-9efe-03b5fbc68341 HTTP/1.1" 200 1912 0.003478 10.0.0.254 - - [2025-05-01 02:27:19] "GET /virtual-DNS-record/14fb9726-e51d-4a2c-816f-8256992a0ec5 HTTP/1.1" 200 1337 0.002523 10.0.0.254 - - [2025-05-01 02:27:24] "DELETE /virtual-DNS-record/14fb9726-e51d-4a2c-816f-8256992a0ec5 HTTP/1.1" 200 115 0.017021 10.0.0.254 - - [2025-05-01 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.005510 10.0.0.254 - - [2025-05-01 02:27:24] "POST /neutron/network HTTP/1.1" 200 833 0.007682 10.0.0.254 - - [2025-05-01 02:27:24] "POST /neutron/network HTTP/1.1" 400 204 0.008221 10.0.0.254 - - [2025-05-01 02:27:25] "POST /neutron/port HTTP/1.1" 200 1086 0.013824 10.0.0.254 - - [2025-05-01 02:27:25] "POST /neutron/port HTTP/1.1" 200 1112 0.007414 10.0.0.254 - - [2025-05-01 02:27:25] "POST /neutron/port HTTP/1.1" 200 1086 0.013377 10.0.0.254 - - [2025-05-01 02:27:25] "POST /neutron/port HTTP/1.1" 200 1112 0.009230 10.0.0.254 - - [2025-05-01 02:27:25] "POST /neutron/port HTTP/1.1" 200 151 0.111984 10.0.0.254 - - [2025-05-01 02:27:25] "POST /neutron/port HTTP/1.1" 200 151 0.107205 10.0.0.254 - - [2025-05-01 02:27:26] "POST /neutron/network HTTP/1.1" 200 833 0.005689 10.0.0.254 - - [2025-05-01 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.254 - - [2025-05-01 02:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.029830 10.0.0.254 - - [2025-05-01 02:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003633 10.0.0.254 - - [2025-05-01 02:27:26] "DELETE /route-target/5679d117-89bf-44b8-93ac-3cb47397dfb7 HTTP/1.1" 200 115 0.039520 10.0.0.254 - - [2025-05-01 02:27:26] "POST /neutron/network HTTP/1.1" 200 151 0.177466 10.0.0.254 - - [2025-05-01 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.254 - - [2025-05-01 02:27:26] "DELETE /network-ipam/c97d730f-a367-4c78-8ea3-d46a1403660a HTTP/1.1" 200 115 0.018422 10.0.0.254 - - [2025-05-01 02:27:26] "DELETE /virtual-DNS/d2e3e947-0725-4728-9efe-03b5fbc68341 HTTP/1.1" 200 115 0.015218 10.0.0.254 - - [2025-05-01 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.002592 10.0.0.254 - - [2025-05-01 02:27:26] "GET /domains HTTP/1.1" 200 281 0.002891 10.0.0.254 - - [2025-05-01 02:27:26] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.254 - - [2025-05-01 02:27:26] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2584 0.007395 10.0.0.254 - - [2025-05-01 02:27:27] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.254 - - [2025-05-01 02:27:27] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023526 10.0.0.254 - - [2025-05-01 02:27:27] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.254 - - [2025-05-01 02:27:27] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?fields=virtual_networks HTTP/1.1" 200 1036 0.065398 10.0.0.254 - - [2025-05-01 02:27:27] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.254 - - [2025-05-01 02:27:27] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.020509 10.0.0.254 - - [2025-05-01 02:27:27] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.254 - - [2025-05-01 02:27:27] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?fields=security_groups HTTP/1.1" 200 1264 0.023701 10.0.0.254 - - [2025-05-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.019952 10.0.0.254 - - [2025-05-01 02:27:28] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002232 10.0.0.254 - - [2025-05-01 02:27:28] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.254 - - [2025-05-01 02:27:28] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007910 10.0.0.254 - - [2025-05-01 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.001116 10.0.0.254 - - [2025-05-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.002033 10.0.0.254 - - [2025-05-01 02:27:28] "POST /security-groups HTTP/1.1" 200 592 0.059492 10.0.0.254 - - [2025-05-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.002707 10.0.0.254 - - [2025-05-01 02:27:28] "POST /projects HTTP/1.1" 200 587 0.199731 10.0.0.254 - - [2025-05-01 02:27:28] "POST /access-control-lists HTTP/1.1" 200 599 0.061080 10.0.0.254 - - [2025-05-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.268075 10.0.0.254 - - [2025-05-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.002481 10.0.0.254 - - [2025-05-01 02:27:28] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.382336 10.0.0.254 - - [2025-05-01 02:27:28] "POST /access-control-lists HTTP/1.1" 200 597 0.059856 10.0.0.254 - - [2025-05-01 02:27:29] "GET / HTTP/1.1" 200 36215 0.002037 10.0.0.254 - - [2025-05-01 02:27:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-05-01 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.047600 10.0.0.254 - - [2025-05-01 02:27:30] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.254 - - [2025-05-01 02:27:30] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025464 10.0.0.254 - - [2025-05-01 02:27:30] "POST /neutron/network HTTP/1.1" 200 117 0.023646 10.0.0.254 - - [2025-05-01 02:27:30] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.254 - - [2025-05-01 02:27:30] "POST /neutron/network HTTP/1.1" 200 606 0.053428 10.0.0.254 - - [2025-05-01 02:27:30] "POST /route-targets HTTP/1.1" 200 328 0.011574 10.0.0.254 - - [2025-05-01 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.016436 10.0.0.254 - - [2025-05-01 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003409 10.0.0.254 - - [2025-05-01 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.159992 10.0.0.254 - - [2025-05-01 02:27:30] "POST /neutron/network HTTP/1.1" 200 824 0.004159 10.0.0.254 - - [2025-05-01 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001375 10.0.0.254 - - [2025-05-01 02:27:30] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004180 10.0.0.254 - - [2025-05-01 02:27:30] "POST /neutron/network HTTP/1.1" 200 824 0.005606 10.0.0.254 - - [2025-05-01 02:27:30] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004255 10.0.0.254 - - [2025-05-01 02:27:31] "POST /neutron/network HTTP/1.1" 200 824 0.005288 10.0.0.254 - - [2025-05-01 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.005552 10.0.0.254 - - [2025-05-01 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.002434 10.0.0.254 - - [2025-05-01 02:27:31] "POST /neutron/network HTTP/1.1" 200 834 0.004942 10.0.0.254 - - [2025-05-01 02:27:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000351 10.0.0.254 - - [2025-05-01 02:27:31] "GET / HTTP/1.1" 200 36215 0.001794 10.0.0.254 - - [2025-05-01 02:27:31] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.254 - - [2025-05-01 02:27:31] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.254 - - [2025-05-01 02:27:31] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044941 10.0.0.254 - - [2025-05-01 02:27:31] "POST /neutron/network HTTP/1.1" 200 824 0.004936 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.004585 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.004269 10.0.0.254 - - [2025-05-01 02:27:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001150 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.006152 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/network HTTP/1.1" 200 834 0.006918 10.0.0.254 - - [2025-05-01 02:27:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000514 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/network HTTP/1.1" 200 834 0.006434 10.0.0.254 - - [2025-05-01 02:27:32] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001511 10.0.0.254 - - [2025-05-01 02:27:32] "GET / HTTP/1.1" 200 36215 0.005033 10.0.0.254 - - [2025-05-01 02:27:32] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 1060 0.221960 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 1060 0.008047 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 1060 0.011504 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 1114 0.057236 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 1088 0.012001 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002218 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.008941 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.000822 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/network HTTP/1.1" 200 824 0.003722 10.0.0.254 - - [2025-05-01 02:27:32] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.254 - - [2025-05-01 02:27:32] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042252 10.0.0.254 - - [2025-05-01 02:27:32] "POST /neutron/network HTTP/1.1" 200 824 0.004361 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1088 0.018152 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006670 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.004961 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1088 0.013060 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005319 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/network HTTP/1.1" 200 834 0.005650 10.0.0.254 - - [2025-05-01 02:27:33] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1060 0.223185 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1060 0.008832 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1060 0.007165 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1114 0.060544 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 1088 0.014810 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003084 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.009166 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.254 - - [2025-05-01 02:27:33] "POST /neutron/network HTTP/1.1" 200 824 0.004625 10.0.0.254 - - [2025-05-01 02:27:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014413 10.0.0.254 - - [2025-05-01 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005216 10.0.0.254 - - [2025-05-01 02:27:38] "POST /neutron/port HTTP/1.1" 200 1088 0.013827 10.0.0.254 - - [2025-05-01 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005670 10.0.0.254 - - [2025-05-01 02:27:38] "POST /neutron/port HTTP/1.1" 200 1088 0.012676 10.0.0.254 - - [2025-05-01 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004864 10.0.0.254 - - [2025-05-01 02:27:38] "GET /virtual-machine/903cebe4-cfa2-4c04-b339-8ebd3e2976d9 HTTP/1.1" 401 293 0.000355 10.0.0.254 - - [2025-05-01 02:27:38] "GET /virtual-machine/903cebe4-cfa2-4c04-b339-8ebd3e2976d9 HTTP/1.1" 200 1296 0.023630 10.0.0.254 - - [2025-05-01 02:27:38] "GET /virtual-machine-interface/ae81e487-de91-4441-928f-2d4d51957ddc HTTP/1.1" 200 2954 0.004547 10.0.0.254 - - [2025-05-01 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.254 - - [2025-05-01 02:27:38] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002647 10.0.0.254 - - [2025-05-01 02:27:38] "GET /virtual-networks?parent_id=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002637 10.0.0.254 - - [2025-05-01 02:27:38] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004935 10.0.0.254 - - [2025-05-01 02:27:40] "POST /neutron/port HTTP/1.1" 200 1088 0.014179 10.0.0.254 - - [2025-05-01 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004683 10.0.0.254 - - [2025-05-01 02:27:41] "POST /neutron/port HTTP/1.1" 200 1088 0.014368 10.0.0.254 - - [2025-05-01 02:27:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004596 10.0.0.254 - - [2025-05-01 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.254 - - [2025-05-01 02:27:41] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004346 10.0.0.254 - - [2025-05-01 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.254 - - [2025-05-01 02:27:44] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002658 10.0.0.254 - - [2025-05-01 02:27:44] "GET /virtual-networks?parent_id=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003201 10.0.0.254 - - [2025-05-01 02:27:44] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004957 10.0.0.254 - - [2025-05-01 02:27:44] "POST /neutron/port HTTP/1.1" 200 1088 0.013283 10.0.0.254 - - [2025-05-01 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004854 10.0.0.254 - - [2025-05-01 02:27:44] "POST /neutron/port HTTP/1.1" 200 1088 0.012659 10.0.0.254 - - [2025-05-01 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005280 10.0.0.254 - - [2025-05-01 02:27:44] "POST /neutron/port HTTP/1.1" 200 1088 0.012844 10.0.0.254 - - [2025-05-01 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005553 10.0.0.254 - - [2025-05-01 02:27:44] "GET /virtual-machine/361be505-5491-48ab-ab9c-77b8ad2f5a6b HTTP/1.1" 200 1295 0.003917 10.0.0.254 - - [2025-05-01 02:27:44] "GET /virtual-machine-interface/000cfade-8abb-48e1-a304-c61bd0716e3b HTTP/1.1" 200 2950 0.004269 10.0.0.254 - - [2025-05-01 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.254 - - [2025-05-01 02:27:44] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002489 10.0.0.254 - - [2025-05-01 02:27:44] "GET /virtual-networks?parent_id=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003456 10.0.0.254 - - [2025-05-01 02:27:44] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005067 10.0.0.254 - - [2025-05-01 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.254 - - [2025-05-01 02:27:45] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003154 10.0.0.254 - - [2025-05-01 02:27:45] "GET /virtual-networks?parent_id=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002789 10.0.0.254 - - [2025-05-01 02:27:45] "GET /virtual-network/caaa368d-f96d-4439-8176-ce92d44ed535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005093 10.0.0.254 - - [2025-05-01 02:27:50] "POST /neutron/network HTTP/1.1" 200 824 0.005592 10.0.0.254 - - [2025-05-01 02:27:50] "POST /neutron/network HTTP/1.1" 400 204 0.008436 10.0.0.254 - - [2025-05-01 02:27:50] "POST /neutron/port HTTP/1.1" 200 1088 0.014640 10.0.0.254 - - [2025-05-01 02:27:51] "POST /neutron/port HTTP/1.1" 200 1114 0.009657 10.0.0.254 - - [2025-05-01 02:27:51] "POST /neutron/port HTTP/1.1" 200 1088 0.019123 10.0.0.254 - - [2025-05-01 02:27:51] "POST /neutron/port HTTP/1.1" 200 1114 0.012678 10.0.0.254 - - [2025-05-01 02:27:51] "POST /neutron/port HTTP/1.1" 200 151 0.127336 10.0.0.254 - - [2025-05-01 02:27:51] "POST /neutron/port HTTP/1.1" 200 151 0.102549 10.0.0.254 - - [2025-05-01 02:27:52] "POST /neutron/network HTTP/1.1" 200 824 0.005692 10.0.0.254 - - [2025-05-01 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.254 - - [2025-05-01 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001703 10.0.0.254 - - [2025-05-01 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.254 - - [2025-05-01 02:27:52] "POST /neutron/network HTTP/1.1" 200 151 0.072032 10.0.0.254 - - [2025-05-01 02:27:52] "DELETE /route-target/e3dde68e-6242-4f76-8e72-b55cf557d32b HTTP/1.1" 200 115 0.013418 10.0.0.254 - - [2025-05-01 02:27:52] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.254 - - [2025-05-01 02:27:52] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024059 10.0.0.254 - - [2025-05-01 02:27:52] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.254 - - [2025-05-01 02:27:53] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?fields=virtual_networks HTTP/1.1" 200 1036 0.074600 10.0.0.254 - - [2025-05-01 02:27:53] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.254 - - [2025-05-01 02:27:53] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.021649 10.0.0.254 - - [2025-05-01 02:27:53] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.254 - - [2025-05-01 02:27:53] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?fields=security_groups HTTP/1.1" 200 1264 0.022333 10.0.0.254 - - [2025-05-01 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.022300 10.0.0.254 - - [2025-05-01 02:27:53] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002577 10.0.0.254 - - [2025-05-01 02:27:53] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.254 - - [2025-05-01 02:27:53] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006323 10.0.0.254 - - [2025-05-01 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.001113 10.0.0.254 - - [2025-05-01 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.002735 10.0.0.254 - - [2025-05-01 02:27:54] "POST /security-groups HTTP/1.1" 200 591 0.059421 10.0.0.254 - - [2025-05-01 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003239 10.0.0.254 - - [2025-05-01 02:27:54] "POST /projects HTTP/1.1" 200 585 0.207561 10.0.0.254 - - [2025-05-01 02:27:54] "POST /access-control-lists HTTP/1.1" 200 598 0.057130 10.0.0.254 - - [2025-05-01 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.270054 10.0.0.254 - - [2025-05-01 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.002444 10.0.0.254 - - [2025-05-01 02:27:54] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.377666 10.0.0.254 - - [2025-05-01 02:27:54] "POST /access-control-lists HTTP/1.1" 200 596 0.063879 10.0.0.254 - - [2025-05-01 02:27:55] "GET / HTTP/1.1" 200 36215 0.002206 10.0.0.254 - - [2025-05-01 02:27:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000563 10.0.0.254 - - [2025-05-01 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.051349 10.0.0.254 - - [2025-05-01 02:27:56] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.254 - - [2025-05-01 02:27:56] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.019613 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 117 0.025261 10.0.0.254 - - [2025-05-01 02:27:56] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 625 0.058141 10.0.0.254 - - [2025-05-01 02:27:56] "POST /route-targets HTTP/1.1" 200 328 0.008848 10.0.0.254 - - [2025-05-01 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.254 - - [2025-05-01 02:27:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.182613 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 839 0.004347 10.0.0.254 - - [2025-05-01 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001037 10.0.0.254 - - [2025-05-01 02:27:56] "GET /virtual-network/4304fc3e-760f-445f-a7d5-52f4c03aba58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004150 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 839 0.005620 10.0.0.254 - - [2025-05-01 02:27:56] "GET /virtual-network/4304fc3e-760f-445f-a7d5-52f4c03aba58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004358 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 839 0.004823 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.005582 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 839 0.004042 10.0.0.254 - - [2025-05-01 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001008 10.0.0.254 - - [2025-05-01 02:27:56] "POST /neutron/network HTTP/1.1" 200 849 0.005482 10.0.0.254 - - [2025-05-01 02:27:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000449 10.0.0.254 - - [2025-05-01 02:27:57] "GET / HTTP/1.1" 200 36215 0.002778 10.0.0.254 - - [2025-05-01 02:27:57] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.254 - - [2025-05-01 02:27:57] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.254 - - [2025-05-01 02:27:57] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040882 10.0.0.254 - - [2025-05-01 02:27:57] "POST /neutron/network HTTP/1.1" 200 839 0.004739 10.0.0.254 - - [2025-05-01 02:27:57] "POST /neutron/port HTTP/1.1" 200 117 0.005128 10.0.0.254 - - [2025-05-01 02:27:57] "POST /neutron/port HTTP/1.1" 200 117 0.004094 10.0.0.254 - - [2025-05-01 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.254 - - [2025-05-01 02:27:57] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002668 10.0.0.254 - - [2025-05-01 02:27:57] "PUT /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd HTTP/1.1" 200 277 0.008295 10.0.0.254 - - [2025-05-01 02:27:57] "POST /neutron/port HTTP/1.1" 200 117 0.004565 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/network HTTP/1.1" 200 849 0.005551 10.0.0.254 - - [2025-05-01 02:27:58] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 1055 0.197663 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 1055 0.007877 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 1055 0.006942 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 1109 0.048747 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 1083 0.017848 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002469 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.009449 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.000945 10.0.0.254 - - [2025-05-01 02:27:58] "POST /neutron/network HTTP/1.1" 200 839 0.004592 10.0.0.254 - - [2025-05-01 02:28:03] "POST /neutron/port HTTP/1.1" 200 1083 0.013545 10.0.0.254 - - [2025-05-01 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005450 10.0.0.254 - - [2025-05-01 02:28:03] "POST /neutron/port HTTP/1.1" 200 1083 0.013154 10.0.0.254 - - [2025-05-01 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005688 10.0.0.254 - - [2025-05-01 02:28:03] "POST /neutron/port HTTP/1.1" 200 1083 0.013443 10.0.0.254 - - [2025-05-01 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005045 10.0.0.254 - - [2025-05-01 02:28:03] "GET /virtual-machine/15ffe46d-cb4f-4a7c-bc75-51501685fa64 HTTP/1.1" 401 293 0.000376 10.0.0.254 - - [2025-05-01 02:28:03] "GET /virtual-machine/15ffe46d-cb4f-4a7c-bc75-51501685fa64 HTTP/1.1" 200 1294 0.033506 10.0.0.254 - - [2025-05-01 02:28:03] "GET /virtual-machine-interface/4b50d69e-38ec-44f0-8c86-ee819833d9f9 HTTP/1.1" 200 2978 0.017702 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /project/4ccf9394cdab42849a9eb8e8a4194221 HTTP/1.1" 404 173 0.020390 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /project/6f3cbe0dde7f41e586d8b703715e072a HTTP/1.1" 404 173 0.011313 10.0.0.254 - - [2025-05-01 02:28:03] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001399 10.0.0.254 - - [2025-05-01 02:28:03] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.254 - - [2025-05-01 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008259 10.0.0.254 - - [2025-05-01 02:28:03] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.005125 10.0.0.254 - - [2025-05-01 02:28:03] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047209 10.0.0.254 - - [2025-05-01 02:28:03] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.051903 10.0.0.254 - - [2025-05-01 02:28:03] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.254 - - [2025-05-01 02:28:03] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.254 - - [2025-05-01 02:28:03] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004491 10.0.0.254 - - [2025-05-01 02:28:03] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?fields=security_groups HTTP/1.1" 200 1366 0.033886 10.0.0.254 - - [2025-05-01 02:28:03] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?fields=security_groups HTTP/1.1" 200 1366 0.038937 10.0.0.254 - - [2025-05-01 02:28:03] "GET /virtual-network/4304fc3e-760f-445f-a7d5-52f4c03aba58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004614 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /security-group/af3adc77-f215-4dfd-b3b2-ab99d886ca6b HTTP/1.1" 200 115 0.056295 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /security-group/a669b6ef-e169-456a-9c67-d5326c1bee87 HTTP/1.1" 200 115 0.059976 10.0.0.254 - - [2025-05-01 02:28:03] "GET /projects?obj_uuids=4ccf9394-cdab-4284-9a9e-b8e8a4194221&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001443 10.0.0.254 - - [2025-05-01 02:28:03] "GET /projects?obj_uuids=51d4299b-779a-45ed-bd22-5f45d169f6b5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /access-control-list/29f4afd7-91d4-4629-bc1d-7686256a28c2 HTTP/1.1" 200 115 0.048680 10.0.0.254 - - [2025-05-01 02:28:03] "GET /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221?fields=application_policy_sets HTTP/1.1" 200 1405 0.047707 10.0.0.254 - - [2025-05-01 02:28:03] "GET /project/51d4299b-779a-45ed-bd22-5f45d169f6b5?fields=application_policy_sets HTTP/1.1" 200 1405 0.046409 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /access-control-list/3f804767-1585-4ae9-9fa6-bc364375d615 HTTP/1.1" 200 115 0.039721 10.0.0.254 - - [2025-05-01 02:28:03] "DELETE /access-control-list/064c801a-a7dc-485a-b904-c6b1cbb8ac8d HTTP/1.1" 200 115 0.017302 10.0.0.254 - - [2025-05-01 02:28:04] "DELETE /access-control-list/2b5f71f7-e875-463d-a413-ec91f1240869 HTTP/1.1" 200 115 0.037812 10.0.0.254 - - [2025-05-01 02:28:04] "DELETE /project/4ccf9394-cdab-4284-9a9e-b8e8a4194221 HTTP/1.1" 200 115 0.388714 10.0.0.254 - - [2025-05-01 02:28:04] "DELETE /project/51d4299b-779a-45ed-bd22-5f45d169f6b5 HTTP/1.1" 200 115 0.403881 10.0.0.254 - - [2025-05-01 02:28:06] "POST /neutron/port HTTP/1.1" 200 1083 0.014991 10.0.0.254 - - [2025-05-01 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004435 10.0.0.254 - - [2025-05-01 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.254 - - [2025-05-01 02:28:06] "GET /virtual-network/4304fc3e-760f-445f-a7d5-52f4c03aba58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004604 10.0.0.254 - - [2025-05-01 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.254 - - [2025-05-01 02:28:09] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.002671 10.0.0.254 - - [2025-05-01 02:28:09] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002935 10.0.0.254 - - [2025-05-01 02:28:09] "GET /virtual-network/4304fc3e-760f-445f-a7d5-52f4c03aba58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006131 10.0.0.254 - - [2025-05-01 02:28:09] "GET /obj-perms HTTP/1.1" 200 5075 0.040181 10.0.0.254 - - [2025-05-01 02:28:09] "GET /obj-perms HTTP/1.1" 200 5075 0.040343 10.0.0.254 - - [2025-05-01 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.254 - - [2025-05-01 02:28:11] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.002910 10.0.0.254 - - [2025-05-01 02:28:11] "PUT /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd HTTP/1.1" 200 277 0.008161 10.0.0.254 - - [2025-05-01 02:28:11] "POST /neutron/network HTTP/1.1" 200 839 0.006626 10.0.0.254 - - [2025-05-01 02:28:11] "POST /neutron/network HTTP/1.1" 400 204 0.011083 10.0.0.254 - - [2025-05-01 02:28:11] "POST /neutron/port HTTP/1.1" 200 1083 0.013177 10.0.0.254 - - [2025-05-01 02:28:11] "POST /neutron/port HTTP/1.1" 200 1109 0.007725 10.0.0.254 - - [2025-05-01 02:28:11] "POST /neutron/port HTTP/1.1" 200 151 0.098379 10.0.0.254 - - [2025-05-01 02:28:13] "POST /neutron/network HTTP/1.1" 200 839 0.005208 10.0.0.254 - - [2025-05-01 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003465 10.0.0.254 - - [2025-05-01 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.254 - - [2025-05-01 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003562 10.0.0.254 - - [2025-05-01 02:28:13] "POST /neutron/network HTTP/1.1" 200 151 0.088716 10.0.0.254 - - [2025-05-01 02:28:13] "DELETE /route-target/02f41962-9037-4ead-bacf-aa9bf749f0e0 HTTP/1.1" 200 115 0.014967 10.0.0.254 - - [2025-05-01 02:28:13] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002560 10.0.0.254 - - [2025-05-01 02:28:13] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd HTTP/1.1" 200 1831 0.002708 10.0.0.254 - - [2025-05-01 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002013 10.0.0.254 - - [2025-05-01 02:28:13] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.254 - - [2025-05-01 02:28:13] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021513 10.0.0.254 - - [2025-05-01 02:28:13] "POST /neutron/network HTTP/1.1" 200 117 0.007155 10.0.0.254 - - [2025-05-01 02:28:14] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/network HTTP/1.1" 200 605 0.064773 10.0.0.254 - - [2025-05-01 02:28:14] "POST /route-targets HTTP/1.1" 200 328 0.011178 10.0.0.254 - - [2025-05-01 02:28:14] "POST /ref-update HTTP/1.1" 200 156 0.010519 10.0.0.254 - - [2025-05-01 02:28:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005189 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.190042 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/network HTTP/1.1" 200 822 0.004984 10.0.0.254 - - [2025-05-01 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001223 10.0.0.254 - - [2025-05-01 02:28:14] "GET /virtual-network/2fae13da-b38d-45bb-a941-f873b229ca04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004986 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/network HTTP/1.1" 200 822 0.004987 10.0.0.254 - - [2025-05-01 02:28:14] "GET /virtual-network/2fae13da-b38d-45bb-a941-f873b229ca04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004330 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/network HTTP/1.1" 200 822 0.005089 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.005746 10.0.0.254 - - [2025-05-01 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001081 10.0.0.254 - - [2025-05-01 02:28:14] "POST /neutron/network HTTP/1.1" 200 832 0.005426 10.0.0.254 - - [2025-05-01 02:28:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.254 - - [2025-05-01 02:28:14] "GET / HTTP/1.1" 200 36215 0.001541 10.0.0.254 - - [2025-05-01 02:28:14] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.254 - - [2025-05-01 02:28:15] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.254 - - [2025-05-01 02:28:15] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043096 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/network HTTP/1.1" 200 822 0.005005 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.004676 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.004452 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.004327 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/network HTTP/1.1" 200 832 0.004895 10.0.0.254 - - [2025-05-01 02:28:15] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/port HTTP/1.1" 200 1058 0.171595 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/port HTTP/1.1" 200 1058 0.006973 10.0.0.254 - - [2025-05-01 02:28:15] "POST /neutron/port HTTP/1.1" 200 1058 0.006930 10.0.0.254 - - [2025-05-01 02:28:16] "POST /neutron/port HTTP/1.1" 200 1112 0.061475 10.0.0.254 - - [2025-05-01 02:28:16] "POST /neutron/port HTTP/1.1" 200 1086 0.013216 10.0.0.254 - - [2025-05-01 02:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002486 10.0.0.254 - - [2025-05-01 02:28:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.008417 10.0.0.254 - - [2025-05-01 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.254 - - [2025-05-01 02:28:16] "POST /neutron/network HTTP/1.1" 200 822 0.004389 10.0.0.254 - - [2025-05-01 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.013849 10.0.0.254 - - [2025-05-01 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005394 10.0.0.254 - - [2025-05-01 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.012641 10.0.0.254 - - [2025-05-01 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004792 10.0.0.254 - - [2025-05-01 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.013235 10.0.0.254 - - [2025-05-01 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004898 10.0.0.254 - - [2025-05-01 02:28:20] "GET /virtual-machine/909cf685-e45d-41b3-b237-3a9cfa735529 HTTP/1.1" 200 1295 0.004410 10.0.0.254 - - [2025-05-01 02:28:20] "GET /virtual-machine-interface/4eb11f58-e4b6-40de-81b1-eb7631b5ab30 HTTP/1.1" 200 2947 0.004048 10.0.0.254 - - [2025-05-01 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.254 - - [2025-05-01 02:28:20] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002599 10.0.0.254 - - [2025-05-01 02:28:20] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002798 10.0.0.254 - - [2025-05-01 02:28:20] "GET /virtual-network/2fae13da-b38d-45bb-a941-f873b229ca04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004719 10.0.0.254 - - [2025-05-01 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.254 - - [2025-05-01 02:28:23] "GET /virtual-network/2fae13da-b38d-45bb-a941-f873b229ca04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004602 10.0.0.254 - - [2025-05-01 02:28:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014375 10.0.0.254 - - [2025-05-01 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004425 10.0.0.254 - - [2025-05-01 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.254 - - [2025-05-01 02:28:26] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002781 10.0.0.254 - - [2025-05-01 02:28:26] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002702 10.0.0.254 - - [2025-05-01 02:28:26] "GET /virtual-network/2fae13da-b38d-45bb-a941-f873b229ca04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004929 10.0.0.254 - - [2025-05-01 02:28:26] "POST /neutron/port HTTP/1.1" 200 1086 0.014235 10.0.0.254 - - [2025-05-01 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005354 10.0.0.254 - - [2025-05-01 02:28:33] "POST /neutron/network HTTP/1.1" 200 822 0.007331 10.0.0.254 - - [2025-05-01 02:28:33] "POST /neutron/network HTTP/1.1" 400 204 0.010175 10.0.0.254 - - [2025-05-01 02:28:33] "POST /neutron/port HTTP/1.1" 200 1086 0.013441 10.0.0.254 - - [2025-05-01 02:28:33] "POST /neutron/port HTTP/1.1" 200 1112 0.006742 10.0.0.254 - - [2025-05-01 02:28:33] "POST /neutron/port HTTP/1.1" 200 151 0.088279 10.0.0.254 - - [2025-05-01 02:28:35] "POST /neutron/network HTTP/1.1" 200 822 0.005426 10.0.0.254 - - [2025-05-01 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.254 - - [2025-05-01 02:28:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001798 10.0.0.254 - - [2025-05-01 02:28:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.254 - - [2025-05-01 02:28:35] "POST /neutron/network HTTP/1.1" 200 151 0.077830 10.0.0.254 - - [2025-05-01 02:28:35] "DELETE /route-target/a79c62bc-fdbd-4f33-8bed-f109a34817aa HTTP/1.1" 200 115 0.018627 10.0.0.254 - - [2025-05-01 02:28:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002707 10.0.0.254 - - [2025-05-01 02:28:35] "POST /network-ipams HTTP/1.1" 200 543 0.017265 10.0.0.254 - - [2025-05-01 02:28:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002606 10.0.0.254 - - [2025-05-01 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.254 - - [2025-05-01 02:28:36] "GET /network-ipam/a7896688-1bae-400a-b261-d009d218e09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004971 10.0.0.254 - - [2025-05-01 02:28:36] "PUT /network-ipam/a7896688-1bae-400a-b261-d009d218e09e HTTP/1.1" 200 259 0.009581 10.0.0.254 - - [2025-05-01 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.254 - - [2025-05-01 02:28:36] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.254 - - [2025-05-01 02:28:36] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025733 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/network HTTP/1.1" 200 117 0.007493 10.0.0.254 - - [2025-05-01 02:28:36] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/network HTTP/1.1" 200 605 0.056905 10.0.0.254 - - [2025-05-01 02:28:36] "POST /route-targets HTTP/1.1" 200 328 0.009284 10.0.0.254 - - [2025-05-01 02:28:36] "POST /ref-update HTTP/1.1" 200 156 0.009842 10.0.0.254 - - [2025-05-01 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.187451 10.0.0.254 - - [2025-05-01 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003545 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.174704 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/network HTTP/1.1" 200 994 0.005450 10.0.0.254 - - [2025-05-01 02:28:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.000993 10.0.0.254 - - [2025-05-01 02:28:36] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004046 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/network HTTP/1.1" 200 994 0.006191 10.0.0.254 - - [2025-05-01 02:28:36] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004478 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/network HTTP/1.1" 200 994 0.006634 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.006551 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.006395 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/network HTTP/1.1" 200 994 0.006030 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.006588 10.0.0.254 - - [2025-05-01 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.006129 10.0.0.254 - - [2025-05-01 02:28:36] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.147285 10.0.0.254 - - [2025-05-01 02:28:37] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.137026 10.0.0.254 - - [2025-05-01 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001173 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007658 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006731 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/network HTTP/1.1" 200 994 0.006058 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006584 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.004779 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.004467 10.0.0.254 - - [2025-05-01 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001203 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.004834 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007098 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.005845 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/network HTTP/1.1" 200 994 0.005355 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.005923 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006669 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007693 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.005378 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.004380 10.0.0.254 - - [2025-05-01 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001424 10.0.0.254 - - [2025-05-01 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.005327 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/network HTTP/1.1" 200 1004 0.007294 10.0.0.254 - - [2025-05-01 02:28:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000542 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006967 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006412 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/network HTTP/1.1" 200 1004 0.005944 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/network HTTP/1.1" 200 1004 0.005533 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006114 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006686 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006052 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.008135 10.0.0.254 - - [2025-05-01 02:28:38] "GET / HTTP/1.1" 200 36215 0.001240 10.0.0.254 - - [2025-05-01 02:28:38] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000297 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1109 0.111195 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1109 0.118509 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1083 0.018503 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 1083 0.016094 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002429 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003767 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.010396 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.016593 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/network HTTP/1.1" 200 994 0.006348 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/network HTTP/1.1" 200 994 0.007626 10.0.0.254 - - [2025-05-01 02:28:38] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.254 - - [2025-05-01 02:28:38] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042932 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/network HTTP/1.1" 200 994 0.006511 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/port HTTP/1.1" 200 2050 0.028179 10.0.0.254 - - [2025-05-01 02:28:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005747 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 117 0.009399 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domains HTTP/1.1" 200 281 0.002762 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2583 0.008236 10.0.0.254 - - [2025-05-01 02:28:39] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.254 - - [2025-05-01 02:28:39] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a HTTP/1.1" 200 2850 0.092033 10.0.0.254 - - [2025-05-01 02:28:39] "GET /network-ipam/a7896688-1bae-400a-b261-d009d218e09e HTTP/1.1" 200 2605 0.004677 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domains HTTP/1.1" 200 281 0.010364 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2583 0.006604 10.0.0.254 - - [2025-05-01 02:28:39] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.254 - - [2025-05-01 02:28:39] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a HTTP/1.1" 200 2850 0.076149 10.0.0.254 - - [2025-05-01 02:28:39] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146 HTTP/1.1" 200 3788 0.005803 10.0.0.254 - - [2025-05-01 02:28:39] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146 HTTP/1.1" 200 3788 0.006461 10.0.0.254 - - [2025-05-01 02:28:39] "GET /routing-instance/2cf368ab-f86b-4878-b622-300e97032be6 HTTP/1.1" 200 2385 0.003696 10.0.0.254 - - [2025-05-01 02:28:39] "GET /routing-instance/2cf368ab-f86b-4878-b622-300e97032be6 HTTP/1.1" 200 2385 0.003011 10.0.0.254 - - [2025-05-01 02:28:39] "GET /route-target/7ca3b7ea-6c3c-4613-973d-1751cd028cb9 HTTP/1.1" 200 1206 0.002624 10.0.0.254 - - [2025-05-01 02:28:39] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146 HTTP/1.1" 200 3788 0.006282 10.0.0.254 - - [2025-05-01 02:28:39] "GET /routing-instance/2cf368ab-f86b-4878-b622-300e97032be6 HTTP/1.1" 200 2385 0.003574 10.0.0.254 - - [2025-05-01 02:28:39] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.009416 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/network HTTP/1.1" 200 1004 0.018460 10.0.0.254 - - [2025-05-01 02:28:39] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146 HTTP/1.1" 200 3788 0.004627 10.0.0.254 - - [2025-05-01 02:28:39] "GET /routing-instance/2cf368ab-f86b-4878-b622-300e97032be6 HTTP/1.1" 200 2385 0.003936 10.0.0.254 - - [2025-05-01 02:28:39] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.254 - - [2025-05-01 02:28:39] "GET /routing-instance/2cf368ab-f86b-4878-b622-300e97032be6 HTTP/1.1" 200 2385 0.008583 10.0.0.254 - - [2025-05-01 02:28:39] "GET /route-target/7ca3b7ea-6c3c-4613-973d-1751cd028cb9 HTTP/1.1" 200 1206 0.016939 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domains HTTP/1.1" 200 281 0.007055 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.254 - - [2025-05-01 02:28:39] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2583 0.007740 10.0.0.254 - - [2025-05-01 02:28:39] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001656 10.0.0.254 - - [2025-05-01 02:28:39] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a HTTP/1.1" 200 3095 0.122385 10.0.0.254 - - [2025-05-01 02:28:39] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146 HTTP/1.1" 200 4047 0.020133 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 1055 0.330268 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 1055 0.007574 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 1055 0.008476 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 1109 0.080154 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 1083 0.018930 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004083 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 673 0.011093 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.254 - - [2025-05-01 02:28:39] "POST /neutron/network HTTP/1.1" 200 994 0.012315 10.0.0.254 - - [2025-05-01 02:28:40] "GET /obj-perms HTTP/1.1" 200 5049 0.052387 10.0.0.254 - - [2025-05-01 02:28:40] "POST /neutron/port HTTP/1.1" 200 1083 0.015932 10.0.0.254 - - [2025-05-01 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004725 10.0.0.254 - - [2025-05-01 02:28:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016036 10.0.0.254 - - [2025-05-01 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010511 10.0.0.254 - - [2025-05-01 02:28:40] "POST /neutron/port HTTP/1.1" 200 1083 0.014916 10.0.0.254 - - [2025-05-01 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005586 10.0.0.254 - - [2025-05-01 02:28:40] "GET /virtual-machine/1d9c12a8-259d-455f-a7a4-c18ba93f031b HTTP/1.1" 200 1290 0.009900 10.0.0.254 - - [2025-05-01 02:28:40] "GET /virtual-machine-interface/be8d730c-5b5a-4bcc-ae25-17fc5bec5e5a HTTP/1.1" 200 2949 0.004560 10.0.0.254 - - [2025-05-01 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.254 - - [2025-05-01 02:28:40] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002358 10.0.0.254 - - [2025-05-01 02:28:40] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003512 10.0.0.254 - - [2025-05-01 02:28:40] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005049 10.0.0.254 - - [2025-05-01 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.254 - - [2025-05-01 02:28:43] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004465 10.0.0.254 - - [2025-05-01 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015066 10.0.0.254 - - [2025-05-01 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004454 10.0.0.254 - - [2025-05-01 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.016575 10.0.0.254 - - [2025-05-01 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004782 10.0.0.254 - - [2025-05-01 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.254 - - [2025-05-01 02:28:47] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004810 10.0.0.254 - - [2025-05-01 02:28:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014966 10.0.0.254 - - [2025-05-01 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005247 10.0.0.254 - - [2025-05-01 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.254 - - [2025-05-01 02:28:49] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002699 10.0.0.254 - - [2025-05-01 02:28:49] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004109 10.0.0.254 - - [2025-05-01 02:28:49] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004961 10.0.0.254 - - [2025-05-01 02:28:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013129 10.0.0.254 - - [2025-05-01 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004904 10.0.0.254 - - [2025-05-01 02:28:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013652 10.0.0.254 - - [2025-05-01 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004605 10.0.0.254 - - [2025-05-01 02:28:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013461 10.0.0.254 - - [2025-05-01 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004885 10.0.0.254 - - [2025-05-01 02:28:50] "GET /virtual-machine/4b6de0bc-171d-49f0-918d-15001db2d961 HTTP/1.1" 200 1290 0.003669 10.0.0.254 - - [2025-05-01 02:28:50] "GET /virtual-machine-interface/88169651-3532-47ff-9f03-924b1115cea5 HTTP/1.1" 200 2948 0.004320 10.0.0.254 - - [2025-05-01 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.254 - - [2025-05-01 02:28:50] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002653 10.0.0.254 - - [2025-05-01 02:28:50] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002575 10.0.0.254 - - [2025-05-01 02:28:50] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005137 10.0.0.254 - - [2025-05-01 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.254 - - [2025-05-01 02:28:51] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002912 10.0.0.254 - - [2025-05-01 02:28:51] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002934 10.0.0.254 - - [2025-05-01 02:28:51] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004915 10.0.0.254 - - [2025-05-01 02:28:51] "POST /neutron/port HTTP/1.1" 200 1083 0.013478 10.0.0.254 - - [2025-05-01 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005426 10.0.0.254 - - [2025-05-01 02:28:51] "POST /neutron/port HTTP/1.1" 200 1083 0.013058 10.0.0.254 - - [2025-05-01 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004681 10.0.0.254 - - [2025-05-01 02:28:52] "POST /neutron/port HTTP/1.1" 200 1083 0.018510 10.0.0.254 - - [2025-05-01 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004935 10.0.0.254 - - [2025-05-01 02:28:52] "GET /virtual-machine/251e9084-346d-4543-8630-96e2670dfaf9 HTTP/1.1" 200 1293 0.003739 10.0.0.254 - - [2025-05-01 02:28:52] "GET /virtual-machine-interface/ac7b723d-a477-44ab-af5e-52018c1225a0 HTTP/1.1" 200 2949 0.004135 10.0.0.254 - - [2025-05-01 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.254 - - [2025-05-01 02:28:52] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002563 10.0.0.254 - - [2025-05-01 02:28:52] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003064 10.0.0.254 - - [2025-05-01 02:28:52] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004967 10.0.0.254 - - [2025-05-01 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.254 - - [2025-05-01 02:28:53] "GET /global-vrouter-config/8f29d89d-737f-46c2-9065-f4b8497aaadd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003275 10.0.0.254 - - [2025-05-01 02:28:53] "GET /virtual-networks?parent_id=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002796 10.0.0.254 - - [2025-05-01 02:28:53] "GET /virtual-network/df659ba2-05c9-42d7-ac01-62a6d8a62146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005087 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1109 0.009510 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1109 0.012069 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 151 0.101613 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1109 0.012356 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1109 0.007875 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1083 0.032820 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1109 0.027202 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 151 0.157343 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/network HTTP/1.1" 200 994 0.014889 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/network HTTP/1.1" 400 204 0.025631 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.008249 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 400 205 0.003057 10.0.0.254 - - [2025-05-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 151 0.162008 10.0.0.254 - - [2025-05-01 02:29:09] "GET /obj-perms HTTP/1.1" 200 5075 0.038967 10.0.0.254 - - [2025-05-01 02:29:10] "GET /obj-perms HTTP/1.1" 200 5075 0.046195 10.0.0.254 - - [2025-05-01 02:29:11] "POST /neutron/network HTTP/1.1" 200 994 0.009189 10.0.0.254 - - [2025-05-01 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.254 - - [2025-05-01 02:29:11] "DELETE /route-target/7ca3b7ea-6c3c-4613-973d-1751cd028cb9 HTTP/1.1" 200 115 0.020690 10.0.0.254 - - [2025-05-01 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.037308 10.0.0.254 - - [2025-05-01 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001714 10.0.0.254 - - [2025-05-01 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001618 10.0.0.254 - - [2025-05-01 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001551 10.0.0.254 - - [2025-05-01 02:29:11] "POST /neutron/network HTTP/1.1" 200 151 0.139230 10.0.0.254 - - [2025-05-01 02:29:11] "GET /routing-instance/2cf368ab-f86b-4878-b622-300e97032be6 HTTP/1.1" 404 171 0.004138 10.0.0.254 - - [2025-05-01 02:29:11] "GET /domains HTTP/1.1" 200 281 0.005322 10.0.0.254 - - [2025-05-01 02:29:11] "GET /domains?obj_uuids=231317f3-e5ea-40b2-aa89-719a5c8f7730&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.254 - - [2025-05-01 02:29:11] "GET /domain/231317f3-e5ea-40b2-aa89-719a5c8f7730 HTTP/1.1" 200 2583 0.052283 10.0.0.254 - - [2025-05-01 02:29:11] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.254 - - [2025-05-01 02:29:11] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a HTTP/1.1" 200 2090 0.081428 10.0.0.254 - - [2025-05-01 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.254 - - [2025-05-01 02:29:11] "DELETE /network-ipam/a7896688-1bae-400a-b261-d009d218e09e HTTP/1.1" 200 115 0.024432 10.0.0.254 - - [2025-05-01 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.002079 10.0.0.254 - - [2025-05-01 02:29:12] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.254 - - [2025-05-01 02:29:12] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054796 10.0.0.254 - - [2025-05-01 02:29:12] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001493 10.0.0.254 - - [2025-05-01 02:29:12] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?fields=virtual_networks HTTP/1.1" 200 1033 0.075060 10.0.0.254 - - [2025-05-01 02:29:12] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.254 - - [2025-05-01 02:29:12] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026803 10.0.0.254 - - [2025-05-01 02:29:12] "GET /projects?obj_uuids=6f3cbe0d-de7f-41e5-86d8-b703715e072a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.254 - - [2025-05-01 02:29:12] "GET /project/6f3cbe0d-de7f-41e5-86d8-b703715e072a?fields=security_groups HTTP/1.1" 200 1260 0.026763 10.0.0.254 - - [2025-05-01 02:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.005692 10.0.0.254 - - [2025-05-01 02:29:14] "POST /neutron/port HTTP/1.1" 400 205 0.003237 10.0.0.254 - - [2025-05-01 02:29:14] "GET /global-system-configs HTTP/1.1" 200 323 0.064256 10.0.0.254 - - [2025-05-01 02:29:14] "GET /obj-perms HTTP/1.1" 200 5075 0.083172 10.0.0.254 - - [2025-05-01 02:29:14] "GET /global-system-configs HTTP/1.1" 200 323 0.038526 10.0.0.254 - - [2025-05-01 02:29:14] "GET /obj-perms HTTP/1.1" 200 5075 0.057970 10.0.0.254 - - [2025-05-01 02:29:19] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.254 - - [2025-05-01 02:29:20] "GET /project/0f324542-13c4-488d-a517-bab238d33244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.254 - - [2025-05-01 02:29:20] "GET /projects?obj_uuids=0f324542-13c4-488d-a517-bab238d33244&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001039 10.0.0.254 - - [2025-05-01 02:29:20] "GET /project/0f324542-13c4-488d-a517-bab238d33244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.038559