++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Feb 3 02:19:33 UTC 2025 ===================' INFO: =================== Mon Feb 3 02:19:33 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 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.24 ++ 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.24 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.24 ++ ANALYTICSDB_NODES=10.0.0.24 ++ ANALYTICS_SNMP_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8081 ' +++ '[' -n '10.0.0.24:8081 ' ']' +++ echo 10.0.0.24:8081 ++ ANALYTICS_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9042 ' +++ '[' -n '10.0.0.24:9042 ' ']' +++ echo 10.0.0.24:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.24:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8086 ' +++ '[' -n '10.0.0.24:8086 ' ']' +++ echo 10.0.0.24:8086 ++ COLLECTOR_SERVERS=10.0.0.24: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.24 ++ CONFIGDB_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8082 ' +++ '[' -n '10.0.0.24:8082 ' ']' +++ echo 10.0.0.24:8082 ++ CONFIG_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9161 ' +++ '[' -n '10.0.0.24:9161 ' ']' +++ echo 10.0.0.24:9161 ++ CONFIGDB_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9041 ' +++ '[' -n '10.0.0.24:9041 ' ']' +++ echo 10.0.0.24:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.24: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.30 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.30 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+=10.0.0.24:2181, +++ '[' -n 10.0.0.24:2181, ']' +++ echo 10.0.0.24:2181 ++ ZOOKEEPER_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:2181 ' +++ '[' -n '10.0.0.24:2181 ' ']' +++ echo 10.0.0.24:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.24:2181 ++ RABBITMQ_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+=10.0.0.24:5673, +++ '[' -n 10.0.0.24:5673, ']' +++ echo 10.0.0.24:5673 ++ RABBITMQ_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:6379 ' +++ '[' -n '10.0.0.24:6379 ' ']' +++ echo 10.0.0.24:6379 ++ REDIS_SERVERS=10.0.0.24: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.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9092 ' +++ '[' -n '10.0.0.24:9092 ' ']' +++ echo 10.0.0.24:9092 ++ KAFKA_SERVERS=10.0.0.24: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.24 ++ 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.24 ++ 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.24 ++ 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.24 ++ cut -d , -f 1 + local cassandra=10.0.0.24 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.24 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.24 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.24 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.24,10.20.0.30,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.24'\''))' +++ local server_ip=10.0.0.24 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.24 ]] +++ [[ ,10.0.0.24,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.24, ]] +++ echo 10.0.0.24 1 +++ return ++ local ip=10.0.0.24 ++ [[ -z 10.0.0.24 ]] ++ echo 10.0.0.24 + host_ip=10.0.0.24 + [[ cql == \c\q\l ]] ++ echo 10.0.0.24:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.24:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.24: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/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/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/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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 02/03/2025 02:19:41.329 7f5022e41d48 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/03/2025 02:19:41.360 7f5022e41d48 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/03/2025 02:19:41.375 7f5022e41d48 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/03/2025 02:19:41.375 7f5022e41d48 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' 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.24:8082/ Hit Ctrl-C to quit. 10.0.0.24 - - [2025-02-03 02:19:46] "GET / HTTP/1.1" 200 45871 0.002002 10.0.0.24 - - [2025-02-03 02:19:46] "GET / HTTP/1.1" 200 45871 0.001384 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.24 - - [2025-02-03 02:19:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000765 10.0.0.24 - - [2025-02-03 02:19:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.24 - - [2025-02-03 02:19:46] "GET / HTTP/1.1" 200 35931 0.002634 10.0.0.24 - - [2025-02-03 02:19:46] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.24 - - [2025-02-03 02:19:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.24 - - [2025-02-03 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000749 10.0.0.24 - - [2025-02-03 02:19:47] "GET / HTTP/1.1" 200 35931 0.002428 10.0.0.24 - - [2025-02-03 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.24 - - [2025-02-03 02:19:48] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000664 10.0.0.24 - - [2025-02-03 02:19:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.787260 10.0.0.24 - - [2025-02-03 02:19:48] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003386 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 1.451729 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 1.116684 10.0.0.24 - - [2025-02-03 02:19:48] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005042 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.418472 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003939 10.0.0.24 - - [2025-02-03 02:19:48] "GET /network-ipam/43c58019-b819-48d2-96b5-7bf9718260fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004503 10.0.0.24 - - [2025-02-03 02:19:48] "POST /config-nodes HTTP/1.1" 200 599 0.023112 10.0.0.24 - - [2025-02-03 02:19:48] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000811 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.447875 10.0.0.24 - - [2025-02-03 02:19:48] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004026 10.0.0.24 - - [2025-02-03 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003863 10.0.0.24 - - [2025-02-03 02:19:48] "POST /config-database-nodes HTTP/1.1" 200 617 0.023777 10.0.0.24 - - [2025-02-03 02:19:48] "GET / HTTP/1.1" 200 35931 0.002254 10.0.0.24 - - [2025-02-03 02:19:48] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000496 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003991 10.0.0.24 - - [2025-02-03 02:19:49] "POST /access-control-lists HTTP/1.1" 200 587 0.025436 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.006120 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.379664 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.24 - - [2025-02-03 02:19:49] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.002982 10.0.0.24 - - [2025-02-03 02:19:49] "POST /access-control-lists HTTP/1.1" 200 585 0.021472 10.0.0.24 - - [2025-02-03 02:19:49] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021604 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.003651 10.0.0.24 - - [2025-02-03 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.024578 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.24 - - [2025-02-03 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.013266 10.0.0.24 - - [2025-02-03 02:19:49] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004131 10.0.0.24 - - [2025-02-03 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.013650 10.0.0.24 - - [2025-02-03 02:19:49] "POST /service-appliance-sets HTTP/1.1" 200 541 0.023340 10.0.0.24 - - [2025-02-03 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.012270 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.24 - - [2025-02-03 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.013327 10.0.0.24 - - [2025-02-03 02:19:49] "GET /network-ipam/43c58019-b819-48d2-96b5-7bf9718260fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005190 10.0.0.24 - - [2025-02-03 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.014061 10.0.0.24 - - [2025-02-03 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.013894 10.0.0.24 - - [2025-02-03 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.015814 10.0.0.24 - - [2025-02-03 02:19:49] "POST /service-templates HTTP/1.1" 200 511 0.036185 10.0.0.24 - - [2025-02-03 02:19:49] "POST /service-templates HTTP/1.1" 200 501 0.021379 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.003443 10.0.0.24 - - [2025-02-03 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.727014 /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.24 - - [2025-02-03 02:19:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.059450 10.0.0.24 - - [2025-02-03 02:19:49] "POST /service-templates HTTP/1.1" 200 515 0.033573 10.0.0.24 - - [2025-02-03 02:19:49] "POST /job-templates HTTP/1.1" 200 555 0.088261 10.0.0.24 - - [2025-02-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.004137 10.0.0.24 - - [2025-02-03 02:19:50] "POST /access-control-lists HTTP/1.1" 200 551 0.105986 10.0.0.24 - - [2025-02-03 02:19:50] "POST /service-templates HTTP/1.1" 200 535 0.073624 10.0.0.24 - - [2025-02-03 02:19:50] "POST /job-templates HTTP/1.1" 200 563 0.071311 10.0.0.24 - - [2025-02-03 02:19:50] "PUT /access-control-list/c6d9d201-f98e-428d-8c5b-402168a7664b HTTP/1.1" 200 272 0.058576 10.0.0.24 - - [2025-02-03 02:19:50] "POST /service-templates HTTP/1.1" 200 507 0.051090 10.0.0.24 - - [2025-02-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.003759 10.0.0.24 - - [2025-02-03 02:19:50] "PUT /access-control-list/bedde7bb-6b7c-4e2c-8ac9-744b0b5314ab HTTP/1.1" 200 272 0.014619 10.0.0.24 - - [2025-02-03 02:19:50] "POST /job-templates HTTP/1.1" 200 545 0.073399 10.0.0.24 - - [2025-02-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003651 10.0.0.24 - - [2025-02-03 02:19:50] "POST /job-templates HTTP/1.1" 200 577 0.070446 10.0.0.24 - - [2025-02-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.004199 10.0.0.24 - - [2025-02-03 02:19:50] "POST /job-templates HTTP/1.1" 200 579 0.069631 10.0.0.24 - - [2025-02-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.004159 10.0.0.24 - - [2025-02-03 02:19:50] "POST /job-templates HTTP/1.1" 200 583 0.066041 10.0.0.24 - - [2025-02-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.005280 10.0.0.24 - - [2025-02-03 02:19:50] "POST /job-templates HTTP/1.1" 200 559 0.068553 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.003602 10.0.0.24 - - [2025-02-03 02:19:51] "POST /job-templates HTTP/1.1" 200 569 0.065613 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003734 10.0.0.24 - - [2025-02-03 02:19:51] "POST /job-templates HTTP/1.1" 200 555 0.069346 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003735 10.0.0.24 - - [2025-02-03 02:19:51] "POST /job-templates HTTP/1.1" 200 555 0.064977 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.004418 10.0.0.24 - - [2025-02-03 02:19:51] "POST /job-templates HTTP/1.1" 200 555 0.065655 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.003654 10.0.0.24 - - [2025-02-03 02:19:51] "POST /job-templates HTTP/1.1" 200 535 0.065329 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003806 10.0.0.24 - - [2025-02-03 02:19:51] "POST /job-templates HTTP/1.1" 200 559 0.065652 10.0.0.24 - - [2025-02-03 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.004084 10.0.0.24 - - [2025-02-03 02:19:52] "POST /job-templates HTTP/1.1" 200 559 0.065134 10.0.0.24 - - [2025-02-03 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.004087 10.0.0.24 - - [2025-02-03 02:19:52] "POST /job-templates HTTP/1.1" 200 559 0.065267 10.0.0.24 - - [2025-02-03 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.003855 10.0.0.24 - - [2025-02-03 02:19:52] "POST /job-templates HTTP/1.1" 200 565 0.064474 10.0.0.24 - - [2025-02-03 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.004318 10.0.0.24 - - [2025-02-03 02:19:52] "POST /job-templates HTTP/1.1" 200 557 0.066557 10.0.0.24 - - [2025-02-03 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003525 10.0.0.24 - - [2025-02-03 02:19:52] "POST /job-templates HTTP/1.1" 200 555 0.062636 10.0.0.24 - - [2025-02-03 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003744 10.0.0.24 - - [2025-02-03 02:19:52] "POST /job-templates HTTP/1.1" 200 573 0.065745 10.0.0.24 - - [2025-02-03 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003758 10.0.0.24 - - [2025-02-03 02:19:53] "POST /job-templates HTTP/1.1" 200 551 0.066169 10.0.0.24 - - [2025-02-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.003807 10.0.0.24 - - [2025-02-03 02:19:53] "POST /job-templates HTTP/1.1" 200 579 0.065355 10.0.0.24 - - [2025-02-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.003668 10.0.0.24 - - [2025-02-03 02:19:53] "POST /job-templates HTTP/1.1" 200 555 0.062162 10.0.0.24 - - [2025-02-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.004284 10.0.0.24 - - [2025-02-03 02:19:53] "POST /job-templates HTTP/1.1" 200 559 0.065477 10.0.0.24 - - [2025-02-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.004484 10.0.0.24 - - [2025-02-03 02:19:53] "POST /job-templates HTTP/1.1" 200 575 0.067239 10.0.0.24 - - [2025-02-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.003725 10.0.0.24 - - [2025-02-03 02:19:53] "POST /job-templates HTTP/1.1" 200 557 0.065921 10.0.0.24 - - [2025-02-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.004152 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 559 0.065216 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003731 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 555 0.064341 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.003758 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 553 0.065717 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.004147 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 553 0.065275 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.003712 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 553 0.065583 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.003578 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 563 0.065361 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.003599 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.24 - - [2025-02-03 02:19:54] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003037 10.0.0.24 - - [2025-02-03 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.24 - - [2025-02-03 02:19:54] "POST /job-templates HTTP/1.1" 200 565 0.064493 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.002780 10.0.0.24 - - [2025-02-03 02:19:55] "PUT /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df HTTP/1.1" 200 276 0.012059 10.0.0.24 - - [2025-02-03 02:19:55] "POST /config-propertiess HTTP/1.1" 200 551 0.024056 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 168 0.003499 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 321 0.037553 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003528 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 317 0.037927 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 174 0.003684 10.0.0.24 - - [2025-02-03 02:19:55] "GET / HTTP/1.1" 200 35931 0.002087 10.0.0.24 - - [2025-02-03 02:19:55] "POST /alarms HTTP/1.1" 401 292 0.000534 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 333 0.035660 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 162 0.003664 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 309 0.025331 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 174 0.003395 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 333 0.024508 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.004035 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 313 0.032471 10.0.0.24 - - [2025-02-03 02:19:55] "POST /alarms HTTP/1.1" 200 581 0.048259 10.0.0.24 - - [2025-02-03 02:19:55] "POST /alarms HTTP/1.1" 200 575 0.018289 10.0.0.24 - - [2025-02-03 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 169 0.002856 10.0.0.24 - - [2025-02-03 02:19:55] "POST /alarms HTTP/1.1" 200 575 0.024709 10.0.0.24 - - [2025-02-03 02:19:55] "POST /tags HTTP/1.1" 200 323 0.028412 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 559 0.020554 10.0.0.24 - - [2025-02-03 02:19:56] "PUT /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7 HTTP/1.1" 200 274 0.010450 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 555 0.022949 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.002968 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 557 0.021678 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 327 0.012120 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 565 0.018931 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.003014 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 327 0.012997 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 549 0.023834 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.003638 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 557 0.018451 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 327 0.013578 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.002690 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 567 0.039668 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 327 0.015926 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 555 0.021366 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.004558 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 567 0.019629 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.013018 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.003304 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 575 0.061232 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.013256 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 569 0.021918 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 161 0.003447 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 561 0.028694 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 317 0.016275 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.005000 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 561 0.023339 10.0.0.24 - - [2025-02-03 02:19:56] "POST /hardwares HTTP/1.1" 200 323 0.015093 10.0.0.24 - - [2025-02-03 02:19:56] "POST /alarms HTTP/1.1" 200 561 0.025951 10.0.0.24 - - [2025-02-03 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.004249 10.0.0.24 - - [2025-02-03 02:19:57] "POST /alarms HTTP/1.1" 200 547 0.028517 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 323 0.013801 10.0.0.24 - - [2025-02-03 02:19:57] "POST /alarms HTTP/1.1" 200 595 0.023398 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.006452 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 323 0.017037 10.0.0.24 - - [2025-02-03 02:19:57] "POST /alarms HTTP/1.1" 200 575 0.031376 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003525 10.0.0.24 - - [2025-02-03 02:19:57] "POST /alarms HTTP/1.1" 200 571 0.019097 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 325 0.011367 10.0.0.24 - - [2025-02-03 02:19:57] "POST /alarms HTTP/1.1" 200 583 0.018574 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.002886 10.0.0.24 - - [2025-02-03 02:19:57] "POST /alarms HTTP/1.1" 200 609 0.019640 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 325 0.012117 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003739 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 325 0.012510 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003400 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 325 0.012356 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.003267 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 323 0.011555 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003381 10.0.0.24 - - [2025-02-03 02:19:57] "GET / HTTP/1.1" 200 35931 0.002147 10.0.0.24 - - [2025-02-03 02:19:57] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000566 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 317 0.012101 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.003381 10.0.0.24 - - [2025-02-03 02:19:57] "POST /hardwares HTTP/1.1" 200 323 0.013499 10.0.0.24 - - [2025-02-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.004076 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 317 0.012272 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 164 0.003774 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 323 0.014746 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003575 10.0.0.24 - - [2025-02-03 02:19:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026290 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.013110 10.0.0.24 - - [2025-02-03 02:19:58] "PUT /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df HTTP/1.1" 200 276 0.008688 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003294 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.015549 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 165 0.004980 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 325 0.012720 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 161 0.003612 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 317 0.013341 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 161 0.003342 10.0.0.24 - - [2025-02-03 02:19:58] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 317 0.014060 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003404 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.016268 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003380 10.0.0.24 - - [2025-02-03 02:19:58] "POST /hardwares HTTP/1.1" 200 319 0.012188 10.0.0.24 - - [2025-02-03 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003625 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 319 0.017206 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.026840 10.0.0.24 - - [2025-02-03 02:19:59] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003265 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003227 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 311 0.011615 10.0.0.24 - - [2025-02-03 02:19:59] "PUT /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df HTTP/1.1" 200 276 0.010112 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003041 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 311 0.013196 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 160 0.004121 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 315 0.012352 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 154 0.003446 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 303 0.011841 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003497 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 311 0.013290 10.0.0.24 - - [2025-02-03 02:19:59] "GET / HTTP/1.1" 200 35931 0.001934 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 155 0.003475 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 305 0.011894 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 155 0.003531 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 305 0.011974 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 155 0.004819 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 305 0.013073 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 155 0.003697 10.0.0.24 - - [2025-02-03 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028989 10.0.0.24 - - [2025-02-03 02:19:59] "POST /hardwares HTTP/1.1" 200 305 0.017791 10.0.0.24 - - [2025-02-03 02:19:59] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.004233 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 156 0.004138 10.0.0.24 - - [2025-02-03 02:20:00] "PUT /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7 HTTP/1.1" 200 274 0.024840 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 307 0.013621 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 156 0.004489 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 307 0.014119 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 156 0.004193 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 307 0.014168 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003843 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.013922 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 158 0.003808 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 311 0.016269 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 158 0.004455 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 311 0.014968 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 153 0.005222 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 301 0.014403 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.004245 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.014478 10.0.0.24 - - [2025-02-03 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003640 10.0.0.24 - - [2025-02-03 02:20:00] "POST /hardwares HTTP/1.1" 200 309 0.014547 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004163 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 309 0.014284 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004302 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 309 0.016164 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004082 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 309 0.025189 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003691 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 317 0.012800 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.003949 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 309 0.014711 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.003858 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 309 0.015731 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 154 0.003815 10.0.0.24 - - [2025-02-03 02:20:01] "POST /hardwares HTTP/1.1" 200 303 0.014294 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.003733 10.0.0.24 - - [2025-02-03 02:20:01] "POST /features HTTP/1.1" 200 533 0.024686 10.0.0.24 - - [2025-02-03 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 185 0.003594 10.0.0.24 - - [2025-02-03 02:20:01] "POST /features HTTP/1.1" 200 523 0.021209 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.004385 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 521 0.022913 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003793 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 521 0.020769 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.004207 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 531 0.023251 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.004141 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 521 0.023018 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003674 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 539 0.022696 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.003879 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 525 0.023968 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003659 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 519 0.021184 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.003693 10.0.0.24 - - [2025-02-03 02:20:02] "POST /features HTTP/1.1" 200 517 0.021478 10.0.0.24 - - [2025-02-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.004356 10.0.0.24 - - [2025-02-03 02:20:03] "POST /features HTTP/1.1" 200 533 0.018640 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.005364 10.0.0.24 - - [2025-02-03 02:20:03] "POST /features HTTP/1.1" 200 541 0.019055 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 178 0.003712 10.0.0.24 - - [2025-02-03 02:20:03] "POST /physical-roles HTTP/1.1" 200 521 0.018430 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 179 0.003661 10.0.0.24 - - [2025-02-03 02:20:03] "POST /physical-roles HTTP/1.1" 200 523 0.020184 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.003627 10.0.0.24 - - [2025-02-03 02:20:03] "POST /physical-roles HTTP/1.1" 200 533 0.022214 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 177 0.003632 10.0.0.24 - - [2025-02-03 02:20:03] "POST /physical-roles HTTP/1.1" 200 519 0.023861 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.003852 10.0.0.24 - - [2025-02-03 02:20:03] "POST /overlay-roles HTTP/1.1" 200 545 0.025376 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.003616 10.0.0.24 - - [2025-02-03 02:20:03] "POST /overlay-roles HTTP/1.1" 200 531 0.020243 10.0.0.24 - - [2025-02-03 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.005316 10.0.0.24 - - [2025-02-03 02:20:03] "POST /overlay-roles HTTP/1.1" 200 545 0.026060 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.003671 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 533 0.026259 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003682 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 541 0.033715 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.24 - - [2025-02-03 02:20:04] "PUT /overlay-role/62f0d9aa-6273-4081-a445-100dec8233d3 HTTP/1.1" 200 258 0.012909 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.004004 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 531 0.068172 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.004569 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 533 0.021166 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.003877 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 529 0.021539 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.004254 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 537 0.022493 10.0.0.24 - - [2025-02-03 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003719 10.0.0.24 - - [2025-02-03 02:20:04] "POST /overlay-roles HTTP/1.1" 200 541 0.023313 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 178 0.003869 10.0.0.24 - - [2025-02-03 02:20:05] "POST /overlay-roles HTTP/1.1" 200 519 0.020097 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003752 10.0.0.24 - - [2025-02-03 02:20:05] "POST /overlay-roles HTTP/1.1" 200 543 0.022018 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 182 0.003808 10.0.0.24 - - [2025-02-03 02:20:05] "POST /role-definitions HTTP/1.1" 200 533 0.022728 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.004392 10.0.0.24 - - [2025-02-03 02:20:05] "POST /role-definitions HTTP/1.1" 200 547 0.024834 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003625 10.0.0.24 - - [2025-02-03 02:20:05] "POST /role-definitions HTTP/1.1" 200 549 0.020968 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.004439 10.0.0.24 - - [2025-02-03 02:20:05] "POST /role-definitions HTTP/1.1" 200 551 0.021814 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.003546 10.0.0.24 - - [2025-02-03 02:20:05] "POST /role-definitions HTTP/1.1" 200 563 0.023706 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003576 10.0.0.24 - - [2025-02-03 02:20:05] "POST /role-definitions HTTP/1.1" 200 547 0.021663 10.0.0.24 - - [2025-02-03 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003576 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 549 0.042381 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.003396 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 551 0.018828 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.003618 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 549 0.025029 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.003853 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 561 0.018259 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.004117 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 547 0.018724 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.003416 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 549 0.018687 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.003586 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 545 0.021314 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003971 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 547 0.017946 10.0.0.24 - - [2025-02-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.003341 10.0.0.24 - - [2025-02-03 02:20:06] "POST /role-definitions HTTP/1.1" 200 553 0.019384 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003721 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 555 0.017875 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 182 0.003666 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 533 0.017831 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.005551 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 543 0.018619 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 181 0.003578 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 531 0.018355 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003752 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 537 0.018562 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003801 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 547 0.019366 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.004028 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 557 0.020540 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.003523 10.0.0.24 - - [2025-02-03 02:20:07] "POST /role-definitions HTTP/1.1" 200 561 0.021077 10.0.0.24 - - [2025-02-03 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.003654 10.0.0.24 - - [2025-02-03 02:20:08] "POST /role-definitions HTTP/1.1" 200 559 0.021057 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.004007 10.0.0.24 - - [2025-02-03 02:20:08] "POST /feature-configs HTTP/1.1" 200 537 0.027229 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.004014 10.0.0.24 - - [2025-02-03 02:20:08] "POST /feature-configs HTTP/1.1" 200 562 0.020068 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.004486 10.0.0.24 - - [2025-02-03 02:20:08] "POST /feature-configs HTTP/1.1" 200 561 0.021193 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.004120 10.0.0.24 - - [2025-02-03 02:20:08] "POST /node-profiles HTTP/1.1" 200 547 0.027251 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.003811 10.0.0.24 - - [2025-02-03 02:20:08] "POST /node-profiles HTTP/1.1" 200 537 0.025184 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004000 10.0.0.24 - - [2025-02-03 02:20:08] "POST /node-profiles HTTP/1.1" 200 549 0.023706 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.004947 10.0.0.24 - - [2025-02-03 02:20:08] "POST /node-profiles HTTP/1.1" 200 541 0.024150 10.0.0.24 - - [2025-02-03 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.005542 10.0.0.24 - - [2025-02-03 02:20:08] "POST /node-profiles HTTP/1.1" 200 541 0.020626 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.003749 10.0.0.24 - - [2025-02-03 02:20:09] "POST /node-profiles HTTP/1.1" 200 539 0.023697 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003735 10.0.0.24 - - [2025-02-03 02:20:09] "POST /node-profiles HTTP/1.1" 200 531 0.022395 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.003704 10.0.0.24 - - [2025-02-03 02:20:09] "POST /node-profiles HTTP/1.1" 200 533 0.022876 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.004590 10.0.0.24 - - [2025-02-03 02:20:09] "POST /node-profiles HTTP/1.1" 200 557 0.027294 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003841 10.0.0.24 - - [2025-02-03 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.025342 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003951 10.0.0.24 - - [2025-02-03 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.028488 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.004196 10.0.0.24 - - [2025-02-03 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023605 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003584 10.0.0.24 - - [2025-02-03 02:20:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021980 10.0.0.24 - - [2025-02-03 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.004694 10.0.0.24 - - [2025-02-03 02:20:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023577 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003938 10.0.0.24 - - [2025-02-03 02:20:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023300 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.003963 10.0.0.24 - - [2025-02-03 02:20:10] "POST /sflow-profiles HTTP/1.1" 200 532 0.022784 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003887 10.0.0.24 - - [2025-02-03 02:20:10] "POST /sflow-profiles HTTP/1.1" 200 538 0.023658 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003867 10.0.0.24 - - [2025-02-03 02:20:10] "POST /sflow-profiles HTTP/1.1" 200 538 0.023806 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.003881 10.0.0.24 - - [2025-02-03 02:20:10] "POST /grpc-profiles HTTP/1.1" 200 530 0.023419 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.003739 10.0.0.24 - - [2025-02-03 02:20:10] "POST /snmp-profiles HTTP/1.1" 200 530 0.028796 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.004179 10.0.0.24 - - [2025-02-03 02:20:10] "POST /netconf-profiles HTTP/1.1" 200 542 0.022613 10.0.0.24 - - [2025-02-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003809 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 540 0.024504 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003824 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 540 0.024155 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.004553 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 544 0.023735 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003884 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 542 0.022728 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.005002 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 590 0.021786 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 208 0.003663 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 570 0.021430 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.004263 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 620 0.019352 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.004220 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 566 0.021864 10.0.0.24 - - [2025-02-03 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.004085 10.0.0.24 - - [2025-02-03 02:20:11] "POST /device-functional-groups HTTP/1.1" 200 564 0.023722 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.005259 10.0.0.24 - - [2025-02-03 02:20:12] "POST /device-functional-groups HTTP/1.1" 200 574 0.020762 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003620 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 525 0.023206 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.004391 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 520 0.024168 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.004759 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 522 0.021949 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.005800 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 522 0.022714 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.003661 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 526 0.021534 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.004604 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 521 0.022876 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004453 10.0.0.24 - - [2025-02-03 02:20:12] "POST /role-configs HTTP/1.1" 200 517 0.027883 10.0.0.24 - - [2025-02-03 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003960 10.0.0.24 - - [2025-02-03 02:20:13] "POST /role-configs HTTP/1.1" 200 518 0.028858 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.24 - - [2025-02-03 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.012660 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.24 - - [2025-02-03 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.012495 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.24 - - [2025-02-03 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.011395 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.24 - - [2025-02-03 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.012156 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.24 - - [2025-02-03 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.011819 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.24 - - [2025-02-03 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.24 - - [2025-02-03 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.010438 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.24 - - [2025-02-03 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.011780 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.24 - - [2025-02-03 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.014681 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.24 - - [2025-02-03 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.013134 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.24 - - [2025-02-03 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.014637 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.24 - - [2025-02-03 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.014522 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.24 - - [2025-02-03 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.010448 10.0.0.24 - - [2025-02-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.24 - - [2025-02-03 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.24 - - [2025-02-03 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009308 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.24 - - [2025-02-03 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.011365 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.24 - - [2025-02-03 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010276 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.24 - - [2025-02-03 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.24 - - [2025-02-03 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.013223 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.24 - - [2025-02-03 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.24 - - [2025-02-03 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.014169 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.24 - - [2025-02-03 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.012941 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.24 - - [2025-02-03 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.010939 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.24 - - [2025-02-03 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.010578 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.24 - - [2025-02-03 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.010790 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.24 - - [2025-02-03 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.011145 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.24 - - [2025-02-03 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.011571 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.010411 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.012339 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009732 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009671 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.24 - - [2025-02-03 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.010393 10.0.0.24 - - [2025-02-03 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.24 - - [2025-02-03 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009875 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.24 - - [2025-02-03 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.011170 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.24 - - [2025-02-03 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.010514 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.24 - - [2025-02-03 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.011992 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.24 - - [2025-02-03 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009873 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.24 - - [2025-02-03 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.011020 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.24 - - [2025-02-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.010530 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.009787 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.009986 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.009250 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.010475 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.24 - - [2025-02-03 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.010820 10.0.0.24 - - [2025-02-03 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.24 - - [2025-02-03 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.010984 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.24 - - [2025-02-03 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009783 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.24 - - [2025-02-03 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.010743 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.24 - - [2025-02-03 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.011043 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.24 - - [2025-02-03 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.010363 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.24 - - [2025-02-03 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.011580 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.24 - - [2025-02-03 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.010881 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009658 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.010126 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.010685 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.011319 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.24 - - [2025-02-03 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.24 - - [2025-02-03 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.010575 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.24 - - [2025-02-03 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.010577 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.24 - - [2025-02-03 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.24 - - [2025-02-03 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.010309 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.24 - - [2025-02-03 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.013860 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.24 - - [2025-02-03 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.011036 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.24 - - [2025-02-03 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.009841 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.24 - - [2025-02-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.012536 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.010521 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.013203 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.011506 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.010173 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.012221 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.24 - - [2025-02-03 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.24 - - [2025-02-03 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.010652 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.24 - - [2025-02-03 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.011284 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.24 - - [2025-02-03 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.009954 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.24 - - [2025-02-03 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.010500 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.24 - - [2025-02-03 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.010399 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.24 - - [2025-02-03 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.009971 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.24 - - [2025-02-03 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.009773 10.0.0.24 - - [2025-02-03 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.009794 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.010110 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.011386 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.011422 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.010476 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.24 - - [2025-02-03 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.24 - - [2025-02-03 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.011344 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.24 - - [2025-02-03 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.010746 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.24 - - [2025-02-03 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.010648 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.24 - - [2025-02-03 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.011165 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.24 - - [2025-02-03 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.010553 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.24 - - [2025-02-03 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.011772 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.24 - - [2025-02-03 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.009830 10.0.0.24 - - [2025-02-03 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.011647 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.011514 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.011646 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.011255 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.009350 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.24 - - [2025-02-03 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.24 - - [2025-02-03 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.009051 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.24 - - [2025-02-03 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.009853 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.24 - - [2025-02-03 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.010533 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.24 - - [2025-02-03 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.24 - - [2025-02-03 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.011175 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.24 - - [2025-02-03 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.012259 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.24 - - [2025-02-03 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.011522 10.0.0.24 - - [2025-02-03 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.010965 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008572 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.010155 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.010391 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.009201 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.010633 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.24 - - [2025-02-03 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.24 - - [2025-02-03 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.009440 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.24 - - [2025-02-03 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.011427 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.24 - - [2025-02-03 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.009565 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.24 - - [2025-02-03 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.010064 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.24 - - [2025-02-03 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.011472 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.24 - - [2025-02-03 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.24 - - [2025-02-03 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.011229 10.0.0.24 - - [2025-02-03 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.24 - - [2025-02-03 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009871 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.24 - - [2025-02-03 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.011573 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.24 - - [2025-02-03 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009246 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.24 - - [2025-02-03 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.012403 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.24 - - [2025-02-03 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.013314 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.24 - - [2025-02-03 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.011216 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.24 - - [2025-02-03 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010454 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009045 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009579 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009925 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009535 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010898 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.24 - - [2025-02-03 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.012287 10.0.0.24 - - [2025-02-03 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.24 - - [2025-02-03 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.010137 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.24 - - [2025-02-03 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.24 - - [2025-02-03 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.009432 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.24 - - [2025-02-03 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.24 - - [2025-02-03 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.010468 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.24 - - [2025-02-03 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.009334 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.24 - - [2025-02-03 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.010645 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.010062 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009432 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.010928 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.24 - - [2025-02-03 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009729 10.0.0.24 - - [2025-02-03 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.24 - - [2025-02-03 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.024124 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.24 - - [2025-02-03 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.011652 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.24 - - [2025-02-03 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.009304 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.24 - - [2025-02-03 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.010139 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.24 - - [2025-02-03 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.24 - - [2025-02-03 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.24 - - [2025-02-03 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008738 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008569 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.24 - - [2025-02-03 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008264 10.0.0.24 - - [2025-02-03 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.009064 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.008738 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.24 - - [2025-02-03 02:20:37] "GET /global-system-configs HTTP/1.1" 200 322 0.694133 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.008474 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.010051 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.24 - - [2025-02-03 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.24 - - [2025-02-03 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.009327 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.24 - - [2025-02-03 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009675 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.24 - - [2025-02-03 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.010501 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.24 - - [2025-02-03 02:20:38] "GET /global-system-configs HTTP/1.1" 200 322 0.030605 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.24 - - [2025-02-03 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.24 - - [2025-02-03 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.24 - - [2025-02-03 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009584 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.24 - - [2025-02-03 02:20:38] "POST /ref-update HTTP/1.1" 200 156 0.009032 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.24 - - [2025-02-03 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.010209 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.009944 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.009067 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.24 - - [2025-02-03 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.24 - - [2025-02-03 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.010817 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.24 - - [2025-02-03 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009892 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.24 - - [2025-02-03 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009258 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.24 - - [2025-02-03 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.24 - - [2025-02-03 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.24 - - [2025-02-03 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.24 - - [2025-02-03 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.24 - - [2025-02-03 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.008233 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009039 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009957 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.012458 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.009921 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.24 - - [2025-02-03 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.24 - - [2025-02-03 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.24 - - [2025-02-03 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.010224 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.24 - - [2025-02-03 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009413 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.24 - - [2025-02-03 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.011157 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.24 - - [2025-02-03 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.24 - - [2025-02-03 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.010584 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.24 - - [2025-02-03 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.24 - - [2025-02-03 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.031923 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.011234 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.010502 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.010192 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.010422 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.24 - - [2025-02-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.24 - - [2025-02-03 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.010989 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.24 - - [2025-02-03 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.010599 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.24 - - [2025-02-03 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.010811 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.24 - - [2025-02-03 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.24 - - [2025-02-03 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.012030 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.24 - - [2025-02-03 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.011665 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.24 - - [2025-02-03 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.010316 10.0.0.24 - - [2025-02-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.011951 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.009989 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.011501 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.010698 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.010697 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.24 - - [2025-02-03 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.24 - - [2025-02-03 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.012667 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.24 - - [2025-02-03 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.24 - - [2025-02-03 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011151 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.24 - - [2025-02-03 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.009516 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.24 - - [2025-02-03 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011954 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.24 - - [2025-02-03 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.010860 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.24 - - [2025-02-03 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011602 10.0.0.24 - - [2025-02-03 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.011321 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.011640 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.010628 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.010203 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.011102 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.010615 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.24 - - [2025-02-03 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.24 - - [2025-02-03 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.012087 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.24 - - [2025-02-03 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.011899 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.24 - - [2025-02-03 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.010281 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.24 - - [2025-02-03 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.010146 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.24 - - [2025-02-03 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.24 - - [2025-02-03 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.011062 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.24 - - [2025-02-03 02:20:48] "POST /ref-update HTTP/1.1" 200 156 0.011236 10.0.0.24 - - [2025-02-03 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010595 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010841 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.009449 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.009516 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.010184 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.24 - - [2025-02-03 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.24 - - [2025-02-03 02:20:49] "POST /ref-update HTTP/1.1" 200 156 0.011239 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.24 - - [2025-02-03 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.009027 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.24 - - [2025-02-03 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.24 - - [2025-02-03 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.010211 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.24 - - [2025-02-03 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.009155 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.24 - - [2025-02-03 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.24 - - [2025-02-03 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.24 - - [2025-02-03 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.012146 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.014692 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.011459 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.011867 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.011822 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.010778 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.24 - - [2025-02-03 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.24 - - [2025-02-03 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.009560 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.24 - - [2025-02-03 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009062 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.24 - - [2025-02-03 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009093 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.24 - - [2025-02-03 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.24 - - [2025-02-03 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009337 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.24 - - [2025-02-03 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009187 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.24 - - [2025-02-03 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.24 - - [2025-02-03 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.24 - - [2025-02-03 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.24 - - [2025-02-03 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.009855 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.24 - - [2025-02-03 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.009760 10.0.0.24 - - [2025-02-03 02:20:53] "POST /network-ipams HTTP/1.1" 200 550 0.018848 10.0.0.24 - - [2025-02-03 02:20:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003335 10.0.0.24 - - [2025-02-03 02:20:53] "POST /virtual-networks HTTP/1.1" 200 552 0.243283 10.0.0.24 - - [2025-02-03 02:20:53] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003561 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.003299 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 178 0.003247 10.0.0.24 - - [2025-02-03 02:20:53] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003539 10.0.0.24 - - [2025-02-03 02:20:53] "GET /fabric/1a8d1dbc-2b4c-4f5c-b646-e5a8a80a3f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003817 10.0.0.24 - - [2025-02-03 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.003740 10.0.0.24 - - [2025-02-03 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.003298 10.0.0.24 - - [2025-02-03 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003475 10.0.0.24 - - [2025-02-03 02:20:54] "POST /route-targets HTTP/1.1" 200 327 0.010468 10.0.0.24 - - [2025-02-03 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.013376 10.0.0.24 - - [2025-02-03 02:21:31] "GET / HTTP/1.1" 200 35931 0.002081 10.0.0.24 - - [2025-02-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.24 - - [2025-02-03 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.033982 10.0.0.24 - - [2025-02-03 02:21:32] "GET /routing-instance/81c384ba-1c71-419d-87bf-28a393593158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003851 10.0.0.24 - - [2025-02-03 02:21:32] "POST /bgp-routers HTTP/1.1" 200 620 0.023485 10.0.0.24 - - [2025-02-03 02:21:32] "GET /bgp-router/e894ffeb-01e9-49e6-91c5-ca7947b31424?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.006016 10.0.0.24 - - [2025-02-03 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.24 - - [2025-02-03 02:21:32] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.004620 10.0.0.24 - - [2025-02-03 02:21:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004014 10.0.0.24 - - [2025-02-03 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.24 - - [2025-02-03 02:22:35] "GET / HTTP/1.1" 200 35931 0.003196 10.0.0.24 - - [2025-02-03 02:22:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.24 - - [2025-02-03 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.032561 10.0.0.24 - - [2025-02-03 02:22:36] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005009 10.0.0.24 - - [2025-02-03 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003530 10.0.0.24 - - [2025-02-03 02:22:36] "POST /database-nodes HTTP/1.1" 200 603 0.019560 10.0.0.24 - - [2025-02-03 02:23:31] "GET / HTTP/1.1" 200 35931 0.002351 10.0.0.24 - - [2025-02-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.24 - - [2025-02-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.031749 10.0.0.24 - - [2025-02-03 02:23:31] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004131 10.0.0.24 - - [2025-02-03 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003930 10.0.0.24 - - [2025-02-03 02:23:31] "POST /analytics-nodes HTTP/1.1" 200 605 0.025651 10.0.0.24 - - [2025-02-03 02:23:36] "GET / HTTP/1.1" 200 35931 0.002495 10.0.0.24 - - [2025-02-03 02:23:50] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.24 - - [2025-02-03 02:23:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000581 10.0.0.24 - - [2025-02-03 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.037081 10.0.0.24 - - [2025-02-03 02:23:50] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003671 10.0.0.24 - - [2025-02-03 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003719 10.0.0.24 - - [2025-02-03 02:23:50] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.029142 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.24 - - [2025-02-03 02:23:52] "GET /obj-perms HTTP/1.1" 200 5056 0.426060 10.0.0.24 - - [2025-02-03 02:23:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055887 10.0.0.24 - - [2025-02-03 02:24:03] "GET / HTTP/1.1" 200 35931 0.003299 10.0.0.24 - - [2025-02-03 02:24:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.24 - - [2025-02-03 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030740 10.0.0.24 - - [2025-02-03 02:24:03] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005039 10.0.0.24 - - [2025-02-03 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003809 10.0.0.24 - - [2025-02-03 02:24:03] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.034269 10.0.0.24 - - [2025-02-03 02:24:53] "GET /obj-perms HTTP/1.1" 200 5056 0.054600 10.0.0.24 - - [2025-02-03 02:24:53] "GET /obj-perms HTTP/1.1" 200 5056 0.048858 10.0.0.24 - - [2025-02-03 02:25:34] "GET /global-system-configs HTTP/1.1" 200 322 0.008072 10.0.0.24 - - [2025-02-03 02:25:34] "GET /obj-perms HTTP/1.1" 200 5056 0.033180 10.0.0.24 - - [2025-02-03 02:25:35] "GET /global-system-configs HTTP/1.1" 200 322 0.008578 10.0.0.24 - - [2025-02-03 02:25:35] "GET /obj-perms HTTP/1.1" 200 5056 0.083735 10.0.0.24 - - [2025-02-03 02:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054244 10.0.0.24 - - [2025-02-03 02:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.048780 10.0.0.24 - - [2025-02-03 02:26:38] "GET / HTTP/1.1" 200 35931 0.003496 10.0.0.24 - - [2025-02-03 02:26:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.24 - - [2025-02-03 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033023 10.0.0.24 - - [2025-02-03 02:26:39] "GET /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003764 10.0.0.24 - - [2025-02-03 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.24 - - [2025-02-03 02:26:39] "GET /routing-instance/81c384ba-1c71-419d-87bf-28a393593158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003593 10.0.0.24 - - [2025-02-03 02:26:39] "PUT /global-system-config/980b64ee-9780-4220-993d-c3eca161eac7 HTTP/1.1" 200 274 0.012992 10.0.0.24 - - [2025-02-03 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 218 0.003216 10.0.0.24 - - [2025-02-03 02:26:39] "POST /virtual-routers HTTP/1.1" 200 603 0.032603 10.0.0.24 - - [2025-02-03 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.24 - - [2025-02-03 02:26:39] "GET /virtual-router/37434806-a69b-47bc-8412-f65dc2a524f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.005800 10.0.0.24 - - [2025-02-03 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.003491 10.0.0.24 - - [2025-02-03 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.24 - - [2025-02-03 02:26:39] "GET /virtual-network/9c3da03c-224b-4f3c-ba7c-3d7decb7ab70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.003819 10.0.0.24 - - [2025-02-03 02:26:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.066147 10.0.0.24 - - [2025-02-03 02:26:40] "PUT /access-control-list/269a53c5-fb3c-4937-9a65-9e12f0491542 HTTP/1.1" 200 272 0.049598 [Introspect:8084]10.0.0.24 - - [2025-02-03 02:26:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001377 [Introspect:8084]10.0.0.24 - - [2025-02-03 02:26:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001655 [Introspect:8084]10.0.0.24 - - [2025-02-03 02:26:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001098 [Introspect:8084]10.0.0.24 - - [2025-02-03 02:26:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001041 10.0.0.24 - - [2025-02-03 02:26:54] "GET /obj-perms HTTP/1.1" 200 5056 0.051350 10.0.0.24 - - [2025-02-03 02:26:55] "GET /obj-perms HTTP/1.1" 200 5056 0.072062 10.0.0.24 - - [2025-02-03 02:27:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054854 10.0.0.24 - - [2025-02-03 02:27:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054098 10.0.0.24 - - [2025-02-03 02:28:04] "GET / HTTP/1.1" 200 35931 0.002818 10.0.0.24 - - [2025-02-03 02:28:05] "GET /project/a0b2cf52-fae3-403b-9cf6-4c2da79528ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.24 - - [2025-02-03 02:28:05] "GET /projects?obj_uuids=a0b2cf52-fae3-403b-9cf6-4c2da79528ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.030030 10.0.0.24 - - [2025-02-03 02:28:05] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001786 10.0.0.24 - - [2025-02-03 02:28:05] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036618 10.0.0.24 - - [2025-02-03 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 167 0.002475 10.0.0.24 - - [2025-02-03 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 176 0.003545 10.0.0.24 - - [2025-02-03 02:28:06] "POST /security-groups HTTP/1.1" 200 568 0.067700 10.0.0.24 - - [2025-02-03 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003024 10.0.0.24 - - [2025-02-03 02:28:06] "POST /projects HTTP/1.1" 200 539 0.249576 10.0.0.24 - - [2025-02-03 02:28:06] "POST /access-control-lists HTTP/1.1" 200 573 0.062330 10.0.0.24 - - [2025-02-03 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.339419 10.0.0.24 - - [2025-02-03 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.003993 10.0.0.24 - - [2025-02-03 02:28:06] "GET /project/a0b2cf52-fae3-403b-9cf6-4c2da79528ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.524429 10.0.0.24 - - [2025-02-03 02:28:06] "POST /access-control-lists HTTP/1.1" 200 571 0.063467 [Introspect:8084]10.0.0.24 - - [2025-02-03 02:28:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001321 10.0.0.24 - - [2025-02-03 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.028572 10.0.0.24 - - [2025-02-03 02:28:07] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003673 10.0.0.24 - - [2025-02-03 02:28:07] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.24 - - [2025-02-03 02:28:07] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009478 10.0.0.24 - - [2025-02-03 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 201 0.003869 10.0.0.24 - - [2025-02-03 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.003250 10.0.0.24 - - [2025-02-03 02:28:07] "POST /security-groups HTTP/1.1" 200 602 0.067445 10.0.0.24 - - [2025-02-03 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.003127 10.0.0.24 - - [2025-02-03 02:28:07] "POST /projects HTTP/1.1" 200 607 0.230414 10.0.0.24 - - [2025-02-03 02:28:07] "POST /access-control-lists HTTP/1.1" 200 607 0.058906 10.0.0.24 - - [2025-02-03 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.315731 10.0.0.24 - - [2025-02-03 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.003289 10.0.0.24 - - [2025-02-03 02:28:07] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.452941 10.0.0.24 - - [2025-02-03 02:28:07] "POST /access-control-lists HTTP/1.1" 200 605 0.064275 10.0.0.24 - - [2025-02-03 02:28:08] "GET / HTTP/1.1" 200 35931 0.002612 10.0.0.24 - - [2025-02-03 02:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000774 10.0.0.24 - - [2025-02-03 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.076214 10.0.0.24 - - [2025-02-03 02:28:09] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001561 10.0.0.24 - - [2025-02-03 02:28:10] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.032230 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/network HTTP/1.1" 200 117 0.054590 10.0.0.24 - - [2025-02-03 02:28:10] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001974 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/network HTTP/1.1" 200 620 0.091404 10.0.0.24 - - [2025-02-03 02:28:10] "POST /route-targets HTTP/1.1" 200 327 0.014375 10.0.0.24 - - [2025-02-03 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.022637 10.0.0.24 - - [2025-02-03 02:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.204172 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/network HTTP/1.1" 200 837 0.007365 10.0.0.24 - - [2025-02-03 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001767 10.0.0.24 - - [2025-02-03 02:28:10] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004219 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/network HTTP/1.1" 200 837 0.007294 10.0.0.24 - - [2025-02-03 02:28:10] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004142 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/network HTTP/1.1" 200 837 0.007438 10.0.0.24 - - [2025-02-03 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.010191 10.0.0.24 - - [2025-02-03 02:28:10] "GET /domains HTTP/1.1" 401 292 0.000517 10.0.0.24 - - [2025-02-03 02:28:11] "GET /domains HTTP/1.1" 200 280 0.037044 10.0.0.24 - - [2025-02-03 02:28:11] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.24 - - [2025-02-03 02:28:11] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2585 0.016179 10.0.0.24 - - [2025-02-03 02:28:11] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001599 10.0.0.24 - - [2025-02-03 02:28:11] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78 HTTP/1.1" 200 2176 0.072125 10.0.0.24 - - [2025-02-03 02:28:11] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4 HTTP/1.1" 200 2335 0.005494 10.0.0.24 - - [2025-02-03 02:28:11] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4 HTTP/1.1" 200 2335 0.004216 10.0.0.24 - - [2025-02-03 02:28:11] "GET /routing-instance/93bf6655-3b6e-486d-a7d0-85588b1e176b HTTP/1.1" 200 1495 0.004366 10.0.0.24 - - [2025-02-03 02:28:11] "GET /routing-instance/93bf6655-3b6e-486d-a7d0-85588b1e176b HTTP/1.1" 200 1495 0.004678 10.0.0.24 - - [2025-02-03 02:28:11] "GET /route-target/75cdc4f6-25f7-4b77-87be-896f85935d13 HTTP/1.1" 200 1218 0.004465 10.0.0.24 - - [2025-02-03 02:28:11] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4 HTTP/1.1" 200 2335 0.003720 10.0.0.24 - - [2025-02-03 02:28:11] "GET /routing-instance/93bf6655-3b6e-486d-a7d0-85588b1e176b HTTP/1.1" 200 1495 0.004569 10.0.0.24 - - [2025-02-03 02:28:11] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003720 10.0.0.24 - - [2025-02-03 02:28:11] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4 HTTP/1.1" 200 2335 0.005318 10.0.0.24 - - [2025-02-03 02:28:11] "GET /routing-instance/93bf6655-3b6e-486d-a7d0-85588b1e176b HTTP/1.1" 200 1495 0.004349 10.0.0.24 - - [2025-02-03 02:28:11] "GET /routing-instance/93bf6655-3b6e-486d-a7d0-85588b1e176b HTTP/1.1" 200 1495 0.004381 10.0.0.24 - - [2025-02-03 02:28:11] "GET /route-target/75cdc4f6-25f7-4b77-87be-896f85935d13 HTTP/1.1" 200 1218 0.004730 10.0.0.24 - - [2025-02-03 02:28:11] "GET /domains HTTP/1.1" 200 280 0.004042 10.0.0.24 - - [2025-02-03 02:28:11] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001827 10.0.0.24 - - [2025-02-03 02:28:11] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2585 0.010865 10.0.0.24 - - [2025-02-03 02:28:11] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002384 10.0.0.24 - - [2025-02-03 02:28:11] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78 HTTP/1.1" 200 2176 0.078150 10.0.0.24 - - [2025-02-03 02:28:11] "GET /virtual-network/8363af42-ee97-4682-a185-eb56526c92b4 HTTP/1.1" 200 2335 0.004731 10.0.0.24 - - [2025-02-03 02:28:12] "GET /obj-perms HTTP/1.1" 200 5052 0.063330 10.0.0.24 - - [2025-02-03 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001632 10.0.0.24 - - [2025-02-03 02:28:14] "POST /neutron/network HTTP/1.1" 200 847 0.007850 10.0.0.24 - - [2025-02-03 02:28:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000669 10.0.0.24 - - [2025-02-03 02:28:14] "GET / HTTP/1.1" 200 35931 0.002433 10.0.0.24 - - [2025-02-03 02:28:14] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000555 10.0.0.24 - - [2025-02-03 02:28:15] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002007 10.0.0.24 - - [2025-02-03 02:28:15] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.057003 10.0.0.24 - - [2025-02-03 02:28:15] "POST /neutron/network HTTP/1.1" 200 837 0.039318 10.0.0.24 - - [2025-02-03 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.006988 10.0.0.24 - - [2025-02-03 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.006419 10.0.0.24 - - [2025-02-03 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.008511 10.0.0.24 - - [2025-02-03 02:28:17] "POST /neutron/network HTTP/1.1" 200 847 0.007345 10.0.0.24 - - [2025-02-03 02:28:17] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001748 10.0.0.24 - - [2025-02-03 02:28:17] "POST /neutron/port HTTP/1.1" 200 1069 0.259195 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/port HTTP/1.1" 200 1069 0.046121 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/port HTTP/1.1" 200 1069 0.011904 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/port HTTP/1.1" 200 1123 0.090749 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/port HTTP/1.1" 200 1097 0.022164 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004308 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.013130 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.24 - - [2025-02-03 02:28:18] "POST /neutron/network HTTP/1.1" 200 837 0.007669 10.0.0.24 - - [2025-02-03 02:28:21] "POST /neutron/port HTTP/1.1" 200 1097 0.018996 10.0.0.24 - - [2025-02-03 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008693 10.0.0.24 - - [2025-02-03 02:28:26] "POST /neutron/port HTTP/1.1" 200 1097 0.024637 10.0.0.24 - - [2025-02-03 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008858 10.0.0.24 - - [2025-02-03 02:28:26] "GET /obj-perms HTTP/1.1" 200 5052 0.004617 10.0.0.24 - - [2025-02-03 02:28:27] "GET /obj-perms HTTP/1.1" 200 5052 0.005239 10.0.0.24 - - [2025-02-03 02:28:28] "GET /obj-perms HTTP/1.1" 200 5052 0.005102 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/port HTTP/1.1" 200 1097 0.020269 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/port HTTP/1.1" 200 1097 0.020864 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/network HTTP/1.1" 200 847 0.007910 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005515 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.012542 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.24 - - [2025-02-03 02:28:28] "POST /neutron/network HTTP/1.1" 200 837 0.007938 10.0.0.24 - - [2025-02-03 02:28:29] "GET /obj-perms HTTP/1.1" 200 5052 0.021978 10.0.0.24 - - [2025-02-03 02:28:30] "GET /obj-perms HTTP/1.1" 200 5052 0.004441 10.0.0.24 - - [2025-02-03 02:28:31] "POST /neutron/network HTTP/1.1" 200 837 0.007739 10.0.0.24 - - [2025-02-03 02:28:31] "POST /neutron/network HTTP/1.1" 400 204 0.014880 10.0.0.24 - - [2025-02-03 02:28:32] "POST /neutron/port HTTP/1.1" 200 1097 0.018770 10.0.0.24 - - [2025-02-03 02:28:32] "POST /neutron/port HTTP/1.1" 200 1123 0.012180 10.0.0.24 - - [2025-02-03 02:28:32] "POST /neutron/port HTTP/1.1" 200 151 0.127898 10.0.0.24 - - [2025-02-03 02:28:33] "POST /neutron/network HTTP/1.1" 200 837 0.007501 10.0.0.24 - - [2025-02-03 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.24 - - [2025-02-03 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007617 10.0.0.24 - - [2025-02-03 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001392 10.0.0.24 - - [2025-02-03 02:28:33] "POST /neutron/network HTTP/1.1" 200 151 0.105021 10.0.0.24 - - [2025-02-03 02:28:33] "GET /routing-instance/93bf6655-3b6e-486d-a7d0-85588b1e176b HTTP/1.1" 404 171 0.003303 10.0.0.24 - - [2025-02-03 02:28:33] "GET /domains HTTP/1.1" 200 280 0.003113 10.0.0.24 - - [2025-02-03 02:28:33] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002174 10.0.0.24 - - [2025-02-03 02:28:33] "DELETE /route-target/75cdc4f6-25f7-4b77-87be-896f85935d13 HTTP/1.1" 200 115 0.056478 10.0.0.24 - - [2025-02-03 02:28:34] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2585 0.021111 10.0.0.24 - - [2025-02-03 02:28:34] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001256 10.0.0.24 - - [2025-02-03 02:28:34] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78 HTTP/1.1" 200 1926 0.074120 10.0.0.24 - - [2025-02-03 02:28:34] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001473 10.0.0.24 - - [2025-02-03 02:28:34] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.030354 10.0.0.24 - - [2025-02-03 02:28:34] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001397 10.0.0.24 - - [2025-02-03 02:28:34] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?fields=virtual_networks HTTP/1.1" 200 1062 0.071601 10.0.0.24 - - [2025-02-03 02:28:34] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001525 10.0.0.24 - - [2025-02-03 02:28:34] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.043616 10.0.0.24 - - [2025-02-03 02:28:34] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001475 10.0.0.24 - - [2025-02-03 02:28:34] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?fields=security_groups HTTP/1.1" 200 1299 0.033504 10.0.0.24 - - [2025-02-03 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.029230 10.0.0.24 - - [2025-02-03 02:28:35] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004034 10.0.0.24 - - [2025-02-03 02:28:35] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001549 10.0.0.24 - - [2025-02-03 02:28:35] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009231 10.0.0.24 - - [2025-02-03 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.001456 10.0.0.24 - - [2025-02-03 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.002869 10.0.0.24 - - [2025-02-03 02:28:35] "POST /security-groups HTTP/1.1" 200 603 0.075733 10.0.0.24 - - [2025-02-03 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 246 0.003179 10.0.0.24 - - [2025-02-03 02:28:35] "POST /projects HTTP/1.1" 200 609 0.244716 10.0.0.24 - - [2025-02-03 02:28:35] "POST /access-control-lists HTTP/1.1" 200 608 0.063114 10.0.0.24 - - [2025-02-03 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.320034 10.0.0.24 - - [2025-02-03 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.003485 10.0.0.24 - - [2025-02-03 02:28:36] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.463047 10.0.0.24 - - [2025-02-03 02:28:36] "POST /access-control-lists HTTP/1.1" 200 606 0.067520 10.0.0.24 - - [2025-02-03 02:28:37] "GET / HTTP/1.1" 200 35931 0.002513 10.0.0.24 - - [2025-02-03 02:28:37] "GET /projects?obj_uuids=a0b2cf52-fae3-403b-9cf6-4c2da79528ee&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001420 10.0.0.24 - - [2025-02-03 02:28:37] "GET /project/a0b2cf52-fae3-403b-9cf6-4c2da79528ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.024159 10.0.0.24 - - [2025-02-03 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.24 - - [2025-02-03 02:28:38] "GET /security-group/ec1fa5cf-7e66-4945-b576-ad280469f12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004694 10.0.0.24 - - [2025-02-03 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.24 - - [2025-02-03 02:28:38] "GET /projects?obj_uuids=a0b2cf52-fae3-403b-9cf6-4c2da79528ee&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001235 10.0.0.24 - - [2025-02-03 02:28:38] "GET /project/a0b2cf52-fae3-403b-9cf6-4c2da79528ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.023225 10.0.0.24 - - [2025-02-03 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.24 - - [2025-02-03 02:28:38] "GET /security-group/ec1fa5cf-7e66-4945-b576-ad280469f12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004689 10.0.0.24 - - [2025-02-03 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.24 - - [2025-02-03 02:28:38] "PUT /security-group/ec1fa5cf-7e66-4945-b576-ad280469f12e HTTP/1.1" 200 262 0.021979 10.0.0.24 - - [2025-02-03 02:28:38] "PUT /access-control-list/abdad733-ed63-40a5-a127-6304e6b496b1 HTTP/1.1" 200 272 0.015738 10.0.0.24 - - [2025-02-03 02:28:39] "PUT /access-control-list/783fe37e-2de6-4995-9fd1-4b2e4ab602ab HTTP/1.1" 200 272 0.015565 10.0.0.24 - - [2025-02-03 02:28:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000661 10.0.0.24 - - [2025-02-03 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.062157 10.0.0.24 - - [2025-02-03 02:28:39] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.24 - - [2025-02-03 02:28:39] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041368 10.0.0.24 - - [2025-02-03 02:28:39] "POST /neutron/network HTTP/1.1" 200 117 0.038989 10.0.0.24 - - [2025-02-03 02:28:39] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.24 - - [2025-02-03 02:28:39] "POST /neutron/network HTTP/1.1" 200 619 0.090575 10.0.0.24 - - [2025-02-03 02:28:39] "POST /route-targets HTTP/1.1" 200 327 0.029520 10.0.0.24 - - [2025-02-03 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.026414 10.0.0.24 - - [2025-02-03 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.24 - - [2025-02-03 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.172766 10.0.0.24 - - [2025-02-03 02:28:40] "POST /neutron/network HTTP/1.1" 200 835 0.006994 10.0.0.24 - - [2025-02-03 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.004810 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004037 10.0.0.24 - - [2025-02-03 02:28:40] "POST /neutron/network HTTP/1.1" 200 835 0.006350 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003035 10.0.0.24 - - [2025-02-03 02:28:40] "POST /neutron/network HTTP/1.1" 200 835 0.007175 10.0.0.24 - - [2025-02-03 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.008033 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domains HTTP/1.1" 401 292 0.000501 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domains HTTP/1.1" 200 280 0.029549 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2783 0.010535 10.0.0.24 - - [2025-02-03 02:28:40] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001443 10.0.0.24 - - [2025-02-03 02:28:40] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 2185 0.075870 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 2331 0.005229 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 2331 0.003930 10.0.0.24 - - [2025-02-03 02:28:40] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a HTTP/1.1" 200 1491 0.004176 10.0.0.24 - - [2025-02-03 02:28:40] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a HTTP/1.1" 200 1491 0.003469 10.0.0.24 - - [2025-02-03 02:28:40] "GET /route-target/582e7a4e-b110-4e16-989e-d7e4c7d74564 HTTP/1.1" 200 1218 0.003443 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 2331 0.003303 10.0.0.24 - - [2025-02-03 02:28:40] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a HTTP/1.1" 200 1491 0.003886 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003606 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 2331 0.006006 10.0.0.24 - - [2025-02-03 02:28:40] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a HTTP/1.1" 200 1491 0.003438 10.0.0.24 - - [2025-02-03 02:28:40] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a HTTP/1.1" 200 1491 0.006091 10.0.0.24 - - [2025-02-03 02:28:40] "GET /route-target/582e7a4e-b110-4e16-989e-d7e4c7d74564 HTTP/1.1" 200 1218 0.003316 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domains HTTP/1.1" 200 280 0.003315 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.24 - - [2025-02-03 02:28:40] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2783 0.008392 10.0.0.24 - - [2025-02-03 02:28:40] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001688 10.0.0.24 - - [2025-02-03 02:28:40] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 2185 0.066749 10.0.0.24 - - [2025-02-03 02:28:40] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 2331 0.003989 10.0.0.24 - - [2025-02-03 02:28:41] "GET /obj-perms HTTP/1.1" 200 5054 0.055943 10.0.0.24 - - [2025-02-03 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.24 - - [2025-02-03 02:28:41] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.24 - - [2025-02-03 02:28:41] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.022533 10.0.0.24 - - [2025-02-03 02:28:41] "POST /neutron/network HTTP/1.1" 200 117 0.013388 10.0.0.24 - - [2025-02-03 02:28:41] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001470 10.0.0.24 - - [2025-02-03 02:28:41] "POST /neutron/network HTTP/1.1" 200 619 0.069768 10.0.0.24 - - [2025-02-03 02:28:41] "POST /route-targets HTTP/1.1" 200 327 0.014194 10.0.0.24 - - [2025-02-03 02:28:41] "POST /ref-update HTTP/1.1" 200 156 0.012914 10.0.0.24 - - [2025-02-03 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002957 10.0.0.24 - - [2025-02-03 02:28:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.208097 10.0.0.24 - - [2025-02-03 02:28:41] "POST /neutron/network HTTP/1.1" 200 838 0.006668 10.0.0.24 - - [2025-02-03 02:28:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001574 10.0.0.24 - - [2025-02-03 02:28:41] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003749 10.0.0.24 - - [2025-02-03 02:28:41] "POST /neutron/network HTTP/1.1" 200 838 0.007228 10.0.0.24 - - [2025-02-03 02:28:41] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003490 10.0.0.24 - - [2025-02-03 02:28:41] "POST /neutron/network HTTP/1.1" 200 838 0.006380 10.0.0.24 - - [2025-02-03 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.009729 10.0.0.24 - - [2025-02-03 02:28:42] "GET /domains HTTP/1.1" 200 280 0.002889 10.0.0.24 - - [2025-02-03 02:28:42] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.24 - - [2025-02-03 02:28:42] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2783 0.008440 10.0.0.24 - - [2025-02-03 02:28:42] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001631 10.0.0.24 - - [2025-02-03 02:28:42] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 2413 0.067468 10.0.0.24 - - [2025-02-03 02:28:42] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd HTTP/1.1" 200 2338 0.003910 10.0.0.24 - - [2025-02-03 02:28:42] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd HTTP/1.1" 200 2338 0.003001 10.0.0.24 - - [2025-02-03 02:28:42] "GET /routing-instance/e210de27-a754-4fc2-9536-85ccf9c12844 HTTP/1.1" 200 1492 0.003773 10.0.0.24 - - [2025-02-03 02:28:42] "GET /routing-instance/e210de27-a754-4fc2-9536-85ccf9c12844 HTTP/1.1" 200 1492 0.002732 10.0.0.24 - - [2025-02-03 02:28:42] "GET /route-target/30170813-6f62-498b-b457-ab60328ef9c9 HTTP/1.1" 200 1218 0.002752 10.0.0.24 - - [2025-02-03 02:28:42] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd HTTP/1.1" 200 2338 0.002762 10.0.0.24 - - [2025-02-03 02:28:42] "GET /routing-instance/e210de27-a754-4fc2-9536-85ccf9c12844 HTTP/1.1" 200 1492 0.002890 10.0.0.24 - - [2025-02-03 02:28:42] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002997 10.0.0.24 - - [2025-02-03 02:28:42] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd HTTP/1.1" 200 2338 0.003279 10.0.0.24 - - [2025-02-03 02:28:42] "GET /routing-instance/e210de27-a754-4fc2-9536-85ccf9c12844 HTTP/1.1" 200 1492 0.002735 10.0.0.24 - - [2025-02-03 02:28:42] "GET /routing-instance/e210de27-a754-4fc2-9536-85ccf9c12844 HTTP/1.1" 200 1492 0.003250 10.0.0.24 - - [2025-02-03 02:28:42] "GET /route-target/30170813-6f62-498b-b457-ab60328ef9c9 HTTP/1.1" 200 1218 0.002504 10.0.0.24 - - [2025-02-03 02:28:42] "GET /domains HTTP/1.1" 200 280 0.003053 10.0.0.24 - - [2025-02-03 02:28:42] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.24 - - [2025-02-03 02:28:42] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2783 0.007396 10.0.0.24 - - [2025-02-03 02:28:42] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.24 - - [2025-02-03 02:28:42] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 2413 0.065943 10.0.0.24 - - [2025-02-03 02:28:42] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd HTTP/1.1" 200 2338 0.002927 10.0.0.24 - - [2025-02-03 02:28:42] "GET /obj-perms HTTP/1.1" 200 5054 0.003576 10.0.0.24 - - [2025-02-03 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001704 10.0.0.24 - - [2025-02-03 02:28:42] "POST /neutron/network HTTP/1.1" 200 848 0.007310 10.0.0.24 - - [2025-02-03 02:28:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000552 10.0.0.24 - - [2025-02-03 02:28:42] "GET / HTTP/1.1" 200 35931 0.002209 10.0.0.24 - - [2025-02-03 02:28:42] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000603 10.0.0.24 - - [2025-02-03 02:28:43] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.24 - - [2025-02-03 02:28:43] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.057583 10.0.0.24 - - [2025-02-03 02:28:43] "POST /neutron/network HTTP/1.1" 200 838 0.006326 10.0.0.24 - - [2025-02-03 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.010110 10.0.0.24 - - [2025-02-03 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.007334 10.0.0.24 - - [2025-02-03 02:28:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001899 10.0.0.24 - - [2025-02-03 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.011570 10.0.0.24 - - [2025-02-03 02:28:43] "POST /neutron/network HTTP/1.1" 200 845 0.006728 10.0.0.24 - - [2025-02-03 02:28:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000549 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/network HTTP/1.1" 200 848 0.007799 10.0.0.24 - - [2025-02-03 02:28:44] "GET / HTTP/1.1" 200 35931 0.002449 10.0.0.24 - - [2025-02-03 02:28:44] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000617 10.0.0.24 - - [2025-02-03 02:28:44] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001686 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 1072 0.250255 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 1072 0.017679 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 1072 0.012300 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 1126 0.076615 10.0.0.24 - - [2025-02-03 02:28:44] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001400 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 1100 0.023896 10.0.0.24 - - [2025-02-03 02:28:44] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061247 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004039 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/network HTTP/1.1" 200 835 0.006838 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.013965 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/network HTTP/1.1" 200 838 0.010678 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 1100 0.017365 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008091 10.0.0.24 - - [2025-02-03 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.008902 10.0.0.24 - - [2025-02-03 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007962 10.0.0.24 - - [2025-02-03 02:28:45] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.24 - - [2025-02-03 02:28:45] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040798 10.0.0.24 - - [2025-02-03 02:28:45] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004055 10.0.0.24 - - [2025-02-03 02:28:45] "GET /floating-ip-pools?parent_id=def92485-c9e5-48c6-afdc-10f7441525c8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007091 10.0.0.24 - - [2025-02-03 02:28:45] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004469 10.0.0.24 - - [2025-02-03 02:28:45] "POST /floating-ip-pools HTTP/1.1" 200 609 0.038767 10.0.0.24 - - [2025-02-03 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.012304 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/network HTTP/1.1" 200 845 0.007373 10.0.0.24 - - [2025-02-03 02:28:45] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.24 - - [2025-02-03 02:28:45] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007332 10.0.0.24 - - [2025-02-03 02:28:45] "GET /domains HTTP/1.1" 200 280 0.017151 10.0.0.24 - - [2025-02-03 02:28:45] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.24 - - [2025-02-03 02:28:45] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2783 0.021958 10.0.0.24 - - [2025-02-03 02:28:45] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.24 - - [2025-02-03 02:28:45] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 3255 0.122665 10.0.0.24 - - [2025-02-03 02:28:45] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 2922 0.019107 10.0.0.24 - - [2025-02-03 02:28:45] "GET /floating-ip-pool/327486c5-0fb1-484d-8485-ad8dffcbd8d4 HTTP/1.1" 200 1439 0.004844 10.0.0.24 - - [2025-02-03 02:28:45] "GET /domains HTTP/1.1" 200 280 0.005360 10.0.0.24 - - [2025-02-03 02:28:45] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001810 10.0.0.24 - - [2025-02-03 02:28:45] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2783 0.018166 10.0.0.24 - - [2025-02-03 02:28:45] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/port HTTP/1.1" 200 1069 0.376454 10.0.0.24 - - [2025-02-03 02:28:45] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 3255 0.112597 10.0.0.24 - - [2025-02-03 02:28:45] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8 HTTP/1.1" 200 3143 0.025465 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/port HTTP/1.1" 200 1069 0.049444 10.0.0.24 - - [2025-02-03 02:28:45] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009055 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/port HTTP/1.1" 200 1069 0.016492 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/port HTTP/1.1" 200 1100 0.040422 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013396 10.0.0.24 - - [2025-02-03 02:28:45] "POST /neutron/port HTTP/1.1" 200 1123 0.117004 10.0.0.24 - - [2025-02-03 02:28:46] "POST /neutron/port HTTP/1.1" 200 1097 0.017032 10.0.0.24 - - [2025-02-03 02:28:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.24 - - [2025-02-03 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 684 0.013119 10.0.0.24 - - [2025-02-03 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.24 - - [2025-02-03 02:28:46] "POST /neutron/network HTTP/1.1" 200 835 0.007019 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /project/a0b2cf52fae3403b9cf64c2da79528ee HTTP/1.1" 404 173 0.011017 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /project/dc11d665e47e41ee94a8274130545067 HTTP/1.1" 404 173 0.005949 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /project/04bcec3079e3463387c0d4bb435cfd78 HTTP/1.1" 404 173 0.003860 10.0.0.24 - - [2025-02-03 02:28:50] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001683 10.0.0.24 - - [2025-02-03 02:28:50] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.036773 10.0.0.24 - - [2025-02-03 02:28:50] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001580 10.0.0.24 - - [2025-02-03 02:28:50] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?fields=security_groups HTTP/1.1" 200 1404 0.067967 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /security-group/5f0b1fb0-a0c0-41fe-a2e9-3c4672164bea HTTP/1.1" 200 115 0.053922 10.0.0.24 - - [2025-02-03 02:28:50] "GET /projects?obj_uuids=04bcec30-79e3-4633-87c0-d4bb435cfd78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001290 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /access-control-list/d8ff8828-cb2e-4d8b-848b-d8bb8f1d7935 HTTP/1.1" 200 115 0.049294 10.0.0.24 - - [2025-02-03 02:28:50] "GET /project/04bcec30-79e3-4633-87c0-d4bb435cfd78?fields=application_policy_sets HTTP/1.1" 200 1443 0.055877 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /access-control-list/52fffe4d-6b50-4264-9d9e-d382d20d9493 HTTP/1.1" 200 115 0.036987 10.0.0.24 - - [2025-02-03 02:28:50] "DELETE /project/04bcec30-79e3-4633-87c0-d4bb435cfd78 HTTP/1.1" 200 115 0.395362 10.0.0.24 - - [2025-02-03 02:28:51] "POST /neutron/port HTTP/1.1" 200 1100 0.018461 10.0.0.24 - - [2025-02-03 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007716 10.0.0.24 - - [2025-02-03 02:28:51] "POST /neutron/port HTTP/1.1" 200 1100 0.019485 10.0.0.24 - - [2025-02-03 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007933 10.0.0.24 - - [2025-02-03 02:28:51] "POST /neutron/port HTTP/1.1" 200 1100 0.018211 10.0.0.24 - - [2025-02-03 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007524 10.0.0.24 - - [2025-02-03 02:28:51] "GET /virtual-machine/39eb69c3-03fd-4712-ba1d-6d67c1811192 HTTP/1.1" 200 1304 0.004997 10.0.0.24 - - [2025-02-03 02:28:51] "GET /virtual-machine-interface/457af512-fad6-4a81-a97a-0f429909c40d HTTP/1.1" 200 3003 0.003292 10.0.0.24 - - [2025-02-03 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.24 - - [2025-02-03 02:28:51] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003669 10.0.0.24 - - [2025-02-03 02:28:51] "GET /virtual-networks?parent_id=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004797 10.0.0.24 - - [2025-02-03 02:28:51] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004645 10.0.0.24 - - [2025-02-03 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.24 - - [2025-02-03 02:28:54] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004585 10.0.0.24 - - [2025-02-03 02:28:55] "POST /neutron/port HTTP/1.1" 200 1100 0.058039 10.0.0.24 - - [2025-02-03 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014572 10.0.0.24 - - [2025-02-03 02:28:56] "GET /obj-perms HTTP/1.1" 200 5056 0.053720 10.0.0.24 - - [2025-02-03 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.24 - - [2025-02-03 02:28:56] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003136 10.0.0.24 - - [2025-02-03 02:28:56] "GET /virtual-networks?parent_id=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004167 10.0.0.24 - - [2025-02-03 02:28:56] "POST /neutron/port HTTP/1.1" 200 1097 0.016840 10.0.0.24 - - [2025-02-03 02:28:56] "GET /virtual-network/3224269b-8137-4f25-82d3-1fd22cfd67dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003304 10.0.0.24 - - [2025-02-03 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008311 10.0.0.24 - - [2025-02-03 02:28:56] "POST /neutron/port HTTP/1.1" 200 1100 0.020625 10.0.0.24 - - [2025-02-03 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007110 10.0.0.24 - - [2025-02-03 02:28:56] "GET /obj-perms HTTP/1.1" 200 5056 0.055163 10.0.0.24 - - [2025-02-03 02:29:02] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001554 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 527 0.081200 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/port HTTP/1.1" 200 1100 0.021409 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 527 0.007576 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 574 0.045209 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/port HTTP/1.1" 200 1097 0.019386 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008279 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/port HTTP/1.1" 200 1097 0.021471 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010373 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/port HTTP/1.1" 200 1097 0.021496 10.0.0.24 - - [2025-02-03 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008366 10.0.0.24 - - [2025-02-03 02:29:02] "GET /virtual-machine/e2de33e2-4a26-4f08-b698-84cabc5a2f9c HTTP/1.1" 200 1305 0.005450 10.0.0.24 - - [2025-02-03 02:29:02] "GET /virtual-machine-interface/1ccf1bbe-6677-4ae3-a625-1ab743a15afc HTTP/1.1" 200 3003 0.004770 10.0.0.24 - - [2025-02-03 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.24 - - [2025-02-03 02:29:02] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003751 10.0.0.24 - - [2025-02-03 02:29:02] "GET /virtual-networks?parent_id=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004155 10.0.0.24 - - [2025-02-03 02:29:02] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004399 10.0.0.24 - - [2025-02-03 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.24 - - [2025-02-03 02:29:03] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003703 10.0.0.24 - - [2025-02-03 02:29:03] "GET /virtual-networks?parent_id=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004161 10.0.0.24 - - [2025-02-03 02:29:03] "GET /virtual-network/def92485-c9e5-48c6-afdc-10f7441525c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003775 10.0.0.24 - - [2025-02-03 02:29:04] "POST /neutron/floatingip HTTP/1.1" 200 574 0.011685 10.0.0.24 - - [2025-02-03 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.24 - - [2025-02-03 02:29:04] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003370 10.0.0.24 - - [2025-02-03 02:29:04] "GET /route-target/582e7a4e-b110-4e16-989e-d7e4c7d74564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003759 10.0.0.24 - - [2025-02-03 02:29:04] "GET /floating-ip/d3c13961-531e-4d7f-8f92-d988020e67c1 HTTP/1.1" 200 1886 0.005191 10.0.0.24 - - [2025-02-03 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 574 0.013392 10.0.0.24 - - [2025-02-03 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 527 0.023803 10.0.0.24 - - [2025-02-03 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 527 0.006142 10.0.0.24 - - [2025-02-03 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 115 0.038600 10.0.0.24 - - [2025-02-03 02:29:07] "GET /floating-ip-pool/327486c5-0fb1-484d-8485-ad8dffcbd8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1204 0.003181 10.0.0.24 - - [2025-02-03 02:29:07] "POST /ref-update HTTP/1.1" 200 156 0.009480 10.0.0.24 - - [2025-02-03 02:29:07] "DELETE /floating-ip-pool/327486c5-0fb1-484d-8485-ad8dffcbd8d4 HTTP/1.1" 200 115 0.028107 10.0.0.24 - - [2025-02-03 02:29:07] "POST /neutron/network HTTP/1.1" 200 838 0.008378 10.0.0.24 - - [2025-02-03 02:29:07] "POST /neutron/network HTTP/1.1" 400 204 0.014500 10.0.0.24 - - [2025-02-03 02:29:08] "POST /neutron/port HTTP/1.1" 200 1097 0.019307 10.0.0.24 - - [2025-02-03 02:29:08] "POST /neutron/port HTTP/1.1" 200 1123 0.013240 10.0.0.24 - - [2025-02-03 02:29:08] "POST /neutron/port HTTP/1.1" 200 1100 0.029317 10.0.0.24 - - [2025-02-03 02:29:08] "POST /neutron/port HTTP/1.1" 200 1126 0.014480 10.0.0.24 - - [2025-02-03 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.208631 10.0.0.24 - - [2025-02-03 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.174756 10.0.0.24 - - [2025-02-03 02:29:09] "POST /neutron/network HTTP/1.1" 200 838 0.011646 10.0.0.24 - - [2025-02-03 02:29:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001656 10.0.0.24 - - [2025-02-03 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008037 10.0.0.24 - - [2025-02-03 02:29:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001449 10.0.0.24 - - [2025-02-03 02:29:09] "POST /neutron/network HTTP/1.1" 200 151 0.117761 10.0.0.24 - - [2025-02-03 02:29:09] "GET /routing-instance/e210de27-a754-4fc2-9536-85ccf9c12844 HTTP/1.1" 404 171 0.004054 10.0.0.24 - - [2025-02-03 02:29:09] "DELETE /route-target/30170813-6f62-498b-b457-ab60328ef9c9 HTTP/1.1" 200 115 0.029147 10.0.0.24 - - [2025-02-03 02:29:09] "GET /domains HTTP/1.1" 200 280 0.004563 10.0.0.24 - - [2025-02-03 02:29:09] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002020 10.0.0.24 - - [2025-02-03 02:29:10] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2586 0.051626 10.0.0.24 - - [2025-02-03 02:29:10] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001462 10.0.0.24 - - [2025-02-03 02:29:10] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 2185 0.068191 10.0.0.24 - - [2025-02-03 02:29:10] "POST /neutron/network HTTP/1.1" 200 835 0.008405 10.0.0.24 - - [2025-02-03 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.24 - - [2025-02-03 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001689 10.0.0.24 - - [2025-02-03 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001820 10.0.0.24 - - [2025-02-03 02:29:10] "POST /neutron/network HTTP/1.1" 200 151 0.130065 10.0.0.24 - - [2025-02-03 02:29:10] "DELETE /route-target/582e7a4e-b110-4e16-989e-d7e4c7d74564 HTTP/1.1" 200 115 0.028345 10.0.0.24 - - [2025-02-03 02:29:10] "GET /routing-instance/98b9ceee-009a-4b38-88b6-12cb679ba63a HTTP/1.1" 404 171 0.003317 10.0.0.24 - - [2025-02-03 02:29:10] "GET /domains HTTP/1.1" 200 280 0.003147 10.0.0.24 - - [2025-02-03 02:29:10] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001807 10.0.0.24 - - [2025-02-03 02:29:10] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2586 0.014684 10.0.0.24 - - [2025-02-03 02:29:10] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001677 10.0.0.24 - - [2025-02-03 02:29:10] "GET /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 1935 0.080953 10.0.0.24 - - [2025-02-03 02:29:10] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.24 - - [2025-02-03 02:29:10] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.033631 10.0.0.24 - - [2025-02-03 02:29:10] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001390 10.0.0.24 - - [2025-02-03 02:29:10] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?fields=virtual_networks HTTP/1.1" 200 1067 0.073785 10.0.0.24 - - [2025-02-03 02:29:10] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001696 10.0.0.24 - - [2025-02-03 02:29:10] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.032169 10.0.0.24 - - [2025-02-03 02:29:10] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001402 10.0.0.24 - - [2025-02-03 02:29:11] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?fields=security_groups HTTP/1.1" 200 1305 0.035973 10.0.0.24 - - [2025-02-03 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.035313 10.0.0.24 - - [2025-02-03 02:29:12] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003369 10.0.0.24 - - [2025-02-03 02:29:12] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.24 - - [2025-02-03 02:29:12] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008471 10.0.0.24 - - [2025-02-03 02:29:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.003444 10.0.0.24 - - [2025-02-03 02:29:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.005188 10.0.0.24 - - [2025-02-03 02:29:12] "POST /security-groups HTTP/1.1" 200 586 0.072002 10.0.0.24 - - [2025-02-03 02:29:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003885 10.0.0.24 - - [2025-02-03 02:29:12] "POST /projects HTTP/1.1" 200 575 0.237630 10.0.0.24 - - [2025-02-03 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.312638 10.0.0.24 - - [2025-02-03 02:29:12] "POST /access-control-lists HTTP/1.1" 200 591 0.070208 10.0.0.24 - - [2025-02-03 02:29:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.004948 10.0.0.24 - - [2025-02-03 02:29:12] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.448759 10.0.0.24 - - [2025-02-03 02:29:12] "POST /access-control-lists HTTP/1.1" 200 589 0.068691 10.0.0.24 - - [2025-02-03 02:29:13] "GET / HTTP/1.1" 200 35931 0.002778 10.0.0.24 - - [2025-02-03 02:29:15] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002169 10.0.0.24 - - [2025-02-03 02:29:15] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.035280 10.0.0.24 - - [2025-02-03 02:29:15] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001437 10.0.0.24 - - [2025-02-03 02:29:15] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?fields=virtual_networks HTTP/1.1" 200 1031 0.073678 10.0.0.24 - - [2025-02-03 02:29:15] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001794 10.0.0.24 - - [2025-02-03 02:29:15] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.030995 10.0.0.24 - - [2025-02-03 02:29:15] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001378 10.0.0.24 - - [2025-02-03 02:29:15] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?fields=security_groups HTTP/1.1" 200 1252 0.027942 10.0.0.24 - - [2025-02-03 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.030814 10.0.0.24 - - [2025-02-03 02:29:16] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002768 10.0.0.24 - - [2025-02-03 02:29:16] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.24 - - [2025-02-03 02:29:16] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008082 10.0.0.24 - - [2025-02-03 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.002382 10.0.0.24 - - [2025-02-03 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.003892 10.0.0.24 - - [2025-02-03 02:29:16] "POST /security-groups HTTP/1.1" 200 594 0.067766 10.0.0.24 - - [2025-02-03 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.003550 10.0.0.24 - - [2025-02-03 02:29:16] "POST /projects HTTP/1.1" 200 591 0.238361 10.0.0.24 - - [2025-02-03 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.315576 10.0.0.24 - - [2025-02-03 02:29:16] "POST /access-control-lists HTTP/1.1" 200 599 0.064405 10.0.0.24 - - [2025-02-03 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.004027 10.0.0.24 - - [2025-02-03 02:29:16] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.454399 10.0.0.24 - - [2025-02-03 02:29:17] "POST /access-control-lists HTTP/1.1" 200 597 0.063790 10.0.0.24 - - [2025-02-03 02:29:18] "GET / HTTP/1.1" 200 35931 0.002549 10.0.0.24 - - [2025-02-03 02:29:19] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000626 10.0.0.24 - - [2025-02-03 02:29:20] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001602 10.0.0.24 - - [2025-02-03 02:29:20] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.064466 10.0.0.24 - - [2025-02-03 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.24 - - [2025-02-03 02:29:20] "GET /security-group/7595c964-2cb0-4773-8445-3fb51b18a953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.007025 10.0.0.24 - - [2025-02-03 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.24 - - [2025-02-03 02:29:20] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001982 10.0.0.24 - - [2025-02-03 02:29:20] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.031059 10.0.0.24 - - [2025-02-03 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.24 - - [2025-02-03 02:29:20] "GET /security-group/7595c964-2cb0-4773-8445-3fb51b18a953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004922 10.0.0.24 - - [2025-02-03 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.24 - - [2025-02-03 02:29:20] "PUT /security-group/7595c964-2cb0-4773-8445-3fb51b18a953 HTTP/1.1" 200 262 0.019518 10.0.0.24 - - [2025-02-03 02:29:20] "PUT /access-control-list/833a85a9-d5b6-4276-97a7-e7f122bb7f31 HTTP/1.1" 200 272 0.011845 10.0.0.24 - - [2025-02-03 02:29:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.003350 10.0.0.24 - - [2025-02-03 02:29:20] "PUT /access-control-list/4e356d56-6986-41d9-8701-efa80ea59ff9 HTTP/1.1" 200 272 0.018408 10.0.0.24 - - [2025-02-03 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.24 - - [2025-02-03 02:29:20] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001840 10.0.0.24 - - [2025-02-03 02:29:20] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.028176 10.0.0.24 - - [2025-02-03 02:29:20] "POST /neutron/network HTTP/1.1" 200 117 0.044284 10.0.0.24 - - [2025-02-03 02:29:20] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001334 10.0.0.24 - - [2025-02-03 02:29:20] "POST /neutron/network HTTP/1.1" 200 608 0.080096 10.0.0.24 - - [2025-02-03 02:29:20] "POST /route-targets HTTP/1.1" 200 327 0.015749 10.0.0.24 - - [2025-02-03 02:29:20] "POST /ref-update HTTP/1.1" 200 156 0.016313 10.0.0.24 - - [2025-02-03 02:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.201980 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 828 0.007086 10.0.0.24 - - [2025-02-03 02:29:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001566 10.0.0.24 - - [2025-02-03 02:29:21] "GET /virtual-network/7ea42656-15a0-4249-8bff-00c26c3c3f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003624 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 828 0.007770 10.0.0.24 - - [2025-02-03 02:29:21] "GET /virtual-network/7ea42656-15a0-4249-8bff-00c26c3c3f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003863 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 828 0.008511 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.009695 10.0.0.24 - - [2025-02-03 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.24 - - [2025-02-03 02:29:21] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001228 10.0.0.24 - - [2025-02-03 02:29:21] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.025121 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 117 0.012091 10.0.0.24 - - [2025-02-03 02:29:21] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001367 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 615 0.105611 10.0.0.24 - - [2025-02-03 02:29:21] "POST /route-targets HTTP/1.1" 200 327 0.014914 10.0.0.24 - - [2025-02-03 02:29:21] "POST /ref-update HTTP/1.1" 200 156 0.015090 10.0.0.24 - - [2025-02-03 02:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005068 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.259835 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 834 0.007349 10.0.0.24 - - [2025-02-03 02:29:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001904 10.0.0.24 - - [2025-02-03 02:29:21] "GET /virtual-network/064f2357-1023-4d7c-98e3-c65a29a602ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003745 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 834 0.008801 10.0.0.24 - - [2025-02-03 02:29:21] "GET /virtual-network/064f2357-1023-4d7c-98e3-c65a29a602ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003767 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/network HTTP/1.1" 200 834 0.007200 10.0.0.24 - - [2025-02-03 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.010509 10.0.0.24 - - [2025-02-03 02:29:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001544 10.0.0.24 - - [2025-02-03 02:29:22] "POST /neutron/network HTTP/1.1" 200 838 0.007285 10.0.0.24 - - [2025-02-03 02:29:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000708 10.0.0.24 - - [2025-02-03 02:29:22] "GET / HTTP/1.1" 200 35931 0.001995 10.0.0.24 - - [2025-02-03 02:29:22] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.24 - - [2025-02-03 02:29:23] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001786 10.0.0.24 - - [2025-02-03 02:29:23] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.055475 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/network HTTP/1.1" 200 828 0.006979 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.006951 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.008124 10.0.0.24 - - [2025-02-03 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001893 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.007445 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/network HTTP/1.1" 200 844 0.006560 10.0.0.24 - - [2025-02-03 02:29:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/network HTTP/1.1" 200 838 0.006896 10.0.0.24 - - [2025-02-03 02:29:23] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001497 10.0.0.24 - - [2025-02-03 02:29:23] "GET / HTTP/1.1" 200 35931 0.002444 10.0.0.24 - - [2025-02-03 02:29:23] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.24 - - [2025-02-03 02:29:23] "POST /neutron/port HTTP/1.1" 200 1064 0.244685 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 1064 0.012516 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 1064 0.011519 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 1118 0.074866 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 1092 0.020768 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.015188 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.001613 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/network HTTP/1.1" 200 828 0.011641 10.0.0.24 - - [2025-02-03 02:29:24] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001383 10.0.0.24 - - [2025-02-03 02:29:24] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.056712 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/network HTTP/1.1" 200 834 0.008097 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 1092 0.038655 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010520 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.006119 10.0.0.24 - - [2025-02-03 02:29:24] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001403 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/router HTTP/1.1" 200 585 0.084924 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/router HTTP/1.1" 200 585 0.004692 10.0.0.24 - - [2025-02-03 02:29:24] "POST /route-targets HTTP/1.1" 200 327 0.024597 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/router HTTP/1.1" 200 656 0.063595 10.0.0.24 - - [2025-02-03 02:29:24] "PUT /logical-router/64a9f237-f30f-4db3-92d0-e52452d43c4e HTTP/1.1" 200 262 0.060466 10.0.0.24 - - [2025-02-03 02:29:24] "GET /logical-router/64a9f237-f30f-4db3-92d0-e52452d43c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.015788 10.0.0.24 - - [2025-02-03 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009758 10.0.0.24 - - [2025-02-03 02:29:24] "POST /neutron/router HTTP/1.1" 200 656 0.006443 10.0.0.24 - - [2025-02-03 02:29:24] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001993 10.0.0.24 - - [2025-02-03 02:29:24] "GET /service-template/51d41a6c-f863-496c-9e2b-359c9f36ba9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005151 10.0.0.24 - - [2025-02-03 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.003113 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/network HTTP/1.1" 200 844 0.011550 10.0.0.24 - - [2025-02-03 02:29:25] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001356 10.0.0.24 - - [2025-02-03 02:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008179 10.0.0.24 - - [2025-02-03 02:29:25] "POST /virtual-networks HTTP/1.1" 200 694 0.208624 10.0.0.24 - - [2025-02-03 02:29:25] "POST /route-targets HTTP/1.1" 200 327 0.037264 10.0.0.24 - - [2025-02-03 02:29:25] "POST /ref-update HTTP/1.1" 200 156 0.052113 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/router HTTP/1.1" 200 344 0.511471 10.0.0.24 - - [2025-02-03 02:29:25] "POST /service-instances HTTP/1.1" 200 670 0.150769 10.0.0.24 - - [2025-02-03 02:29:25] "POST /ref-update HTTP/1.1" 200 156 0.041066 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/port HTTP/1.1" 200 1092 0.059613 10.0.0.24 - - [2025-02-03 02:29:25] "POST /route-tables HTTP/1.1" 200 582 0.054026 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.015601 10.0.0.24 - - [2025-02-03 02:29:25] "PUT /logical-router/64a9f237-f30f-4db3-92d0-e52452d43c4e HTTP/1.1" 200 262 0.035801 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/port HTTP/1.1" 200 1063 0.550527 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/port HTTP/1.1" 200 1063 0.017428 10.0.0.24 - - [2025-02-03 02:29:25] "POST /ref-update HTTP/1.1" 200 156 0.039596 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/port HTTP/1.1" 200 1063 0.015764 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/port HTTP/1.1" 200 1117 0.097297 10.0.0.24 - - [2025-02-03 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.24 - - [2025-02-03 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/port HTTP/1.1" 200 1091 0.022403 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008566 10.0.0.24 - - [2025-02-03 02:29:25] "POST /virtual-machines HTTP/1.1" 200 553 0.028732 10.0.0.24 - - [2025-02-03 02:29:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.015910 10.0.0.24 - - [2025-02-03 02:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.24 - - [2025-02-03 02:29:26] "POST /neutron/network HTTP/1.1" 200 834 0.008787 10.0.0.24 - - [2025-02-03 02:29:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.112112 10.0.0.24 - - [2025-02-03 02:29:26] "POST /chown HTTP/1.1" 200 109 0.009955 10.0.0.24 - - [2025-02-03 02:29:26] "POST /instance-ips HTTP/1.1" 200 551 0.030779 10.0.0.24 - - [2025-02-03 02:29:26] "POST /instance-ips HTTP/1.1" 400 246 0.020780 10.0.0.24 - - [2025-02-03 02:29:26] "POST /chown HTTP/1.1" 200 109 0.012339 10.0.0.24 - - [2025-02-03 02:29:26] "PUT /virtual-machine-interface/639cda6e-e0c9-4925-ad31-f9a1e623234e HTTP/1.1" 200 284 0.016963 10.0.0.24 - - [2025-02-03 02:29:26] "PUT /instance-ip/f79e2044-64ce-4fea-a596-94b8be4a5592 HTTP/1.1" 200 256 0.018576 10.0.0.24 - - [2025-02-03 02:29:26] "POST /ref-update HTTP/1.1" 200 156 0.020700 10.0.0.24 - - [2025-02-03 02:29:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.138428 10.0.0.24 - - [2025-02-03 02:29:26] "POST /chown HTTP/1.1" 200 109 0.010849 10.0.0.24 - - [2025-02-03 02:29:26] "POST /instance-ips HTTP/1.1" 200 549 0.043207 10.0.0.24 - - [2025-02-03 02:29:27] "POST /instance-ips HTTP/1.1" 400 316 0.022444 10.0.0.24 - - [2025-02-03 02:29:27] "POST /chown HTTP/1.1" 200 109 0.015610 10.0.0.24 - - [2025-02-03 02:29:27] "PUT /virtual-machine-interface/bd9e07b5-b397-4eb7-8d4b-9116a1f16ab2 HTTP/1.1" 200 284 0.022507 10.0.0.24 - - [2025-02-03 02:29:27] "PUT /instance-ip/caf802c5-76ec-4701-9080-ad5f4a0a5dc0 HTTP/1.1" 200 256 0.019743 10.0.0.24 - - [2025-02-03 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.024519 10.0.0.24 - - [2025-02-03 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.013175 10.0.0.24 - - [2025-02-03 02:29:27] "PUT /routing-instance/6458f35d-bd78-4f2e-86b9-44930d98d010 HTTP/1.1" 200 266 0.024840 10.0.0.24 - - [2025-02-03 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.023283 10.0.0.24 - - [2025-02-03 02:29:27] "POST /virtual-machines HTTP/1.1" 200 553 0.025764 10.0.0.24 - - [2025-02-03 02:29:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.136839 10.0.0.24 - - [2025-02-03 02:29:27] "POST /chown HTTP/1.1" 200 109 0.010090 10.0.0.24 - - [2025-02-03 02:29:27] "POST /instance-ips HTTP/1.1" 400 246 0.030383 10.0.0.24 - - [2025-02-03 02:29:27] "POST /chown HTTP/1.1" 200 109 0.016009 10.0.0.24 - - [2025-02-03 02:29:27] "PUT /virtual-machine-interface/e7a52be5-3b38-4ad4-8832-8e28ff40e649 HTTP/1.1" 200 284 0.025732 10.0.0.24 - - [2025-02-03 02:29:27] "PUT /instance-ip/f79e2044-64ce-4fea-a596-94b8be4a5592 HTTP/1.1" 200 256 0.016569 10.0.0.24 - - [2025-02-03 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.027638 10.0.0.24 - - [2025-02-03 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.020380 10.0.0.24 - - [2025-02-03 02:29:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.123421 10.0.0.24 - - [2025-02-03 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.021090 10.0.0.24 - - [2025-02-03 02:29:28] "PUT /routing-instance/6458f35d-bd78-4f2e-86b9-44930d98d010 HTTP/1.1" 200 266 0.027826 10.0.0.24 - - [2025-02-03 02:29:28] "POST /chown HTTP/1.1" 200 109 0.014992 10.0.0.24 - - [2025-02-03 02:29:28] "POST /instance-ips HTTP/1.1" 400 316 0.021944 10.0.0.24 - - [2025-02-03 02:29:28] "POST /chown HTTP/1.1" 200 109 0.009656 10.0.0.24 - - [2025-02-03 02:29:28] "PUT /virtual-machine-interface/d190179e-5826-4e68-80ba-5ffa40878f1c HTTP/1.1" 200 284 0.012572 10.0.0.24 - - [2025-02-03 02:29:28] "PUT /instance-ip/caf802c5-76ec-4701-9080-ad5f4a0a5dc0 HTTP/1.1" 200 256 0.017887 10.0.0.24 - - [2025-02-03 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.026225 10.0.0.24 - - [2025-02-03 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.021631 10.0.0.24 - - [2025-02-03 02:29:28] "PUT /routing-instance/6458f35d-bd78-4f2e-86b9-44930d98d010 HTTP/1.1" 200 266 0.033686 10.0.0.24 - - [2025-02-03 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.027312 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 1092 0.020155 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 1092 0.028448 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 1092 0.030782 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/network HTTP/1.1" 200 838 0.010728 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008410 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009459 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.016064 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.002029 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 1092 0.023234 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/network HTTP/1.1" 200 828 0.013031 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012642 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 1092 0.020672 10.0.0.24 - - [2025-02-03 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009898 10.0.0.24 - - [2025-02-03 02:29:30] "GET /virtual-machine/467aec3f-df3c-4b2f-9c65-f9679c74cba1 HTTP/1.1" 401 292 0.000902 10.0.0.24 - - [2025-02-03 02:29:31] "GET /virtual-machine/467aec3f-df3c-4b2f-9c65-f9679c74cba1 HTTP/1.1" 200 1295 0.033271 10.0.0.24 - - [2025-02-03 02:29:31] "GET /virtual-machine-interface/58d15685-dcba-4522-8fd9-056127a8a1ff HTTP/1.1" 200 2955 0.003690 10.0.0.24 - - [2025-02-03 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.24 - - [2025-02-03 02:29:31] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003844 10.0.0.24 - - [2025-02-03 02:29:31] "GET /virtual-networks?parent_id=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004540 10.0.0.24 - - [2025-02-03 02:29:31] "GET /virtual-network/7ea42656-15a0-4249-8bff-00c26c3c3f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004214 10.0.0.24 - - [2025-02-03 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.24 - - [2025-02-03 02:29:34] "GET /virtual-network/7ea42656-15a0-4249-8bff-00c26c3c3f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003576 10.0.0.24 - - [2025-02-03 02:29:36] "POST /neutron/port HTTP/1.1" 200 1092 0.018069 10.0.0.24 - - [2025-02-03 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006887 10.0.0.24 - - [2025-02-03 02:29:36] "POST /neutron/port HTTP/1.1" 200 1091 0.016704 10.0.0.24 - - [2025-02-03 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006600 10.0.0.24 - - [2025-02-03 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.24 - - [2025-02-03 02:29:36] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003387 10.0.0.24 - - [2025-02-03 02:29:36] "GET /virtual-networks?parent_id=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005421 10.0.0.24 - - [2025-02-03 02:29:36] "GET /virtual-network/7ea42656-15a0-4249-8bff-00c26c3c3f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003820 10.0.0.24 - - [2025-02-03 02:29:37] "POST /neutron/port HTTP/1.1" 200 1092 0.016895 10.0.0.24 - - [2025-02-03 02:29:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007051 10.0.0.24 - - [2025-02-03 02:29:42] "POST /neutron/port HTTP/1.1" 200 1091 0.018474 10.0.0.24 - - [2025-02-03 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008426 10.0.0.24 - - [2025-02-03 02:29:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017284 10.0.0.24 - - [2025-02-03 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007436 10.0.0.24 - - [2025-02-03 02:29:42] "POST /neutron/port HTTP/1.1" 200 1091 0.016177 10.0.0.24 - - [2025-02-03 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009032 10.0.0.24 - - [2025-02-03 02:29:42] "GET /virtual-machine/721ac8fb-7fb6-41a8-8f5b-cac317dea9fd HTTP/1.1" 200 1295 0.005245 10.0.0.24 - - [2025-02-03 02:29:42] "GET /virtual-machine-interface/4179bbf4-b672-4cc6-a4d1-82106a6e941b HTTP/1.1" 200 2967 0.003648 10.0.0.24 - - [2025-02-03 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.24 - - [2025-02-03 02:29:42] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003440 10.0.0.24 - - [2025-02-03 02:29:42] "GET /virtual-networks?parent_id=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004117 10.0.0.24 - - [2025-02-03 02:29:42] "GET /virtual-network/064f2357-1023-4d7c-98e3-c65a29a602ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003775 10.0.0.24 - - [2025-02-03 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.24 - - [2025-02-03 02:29:43] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003791 10.0.0.24 - - [2025-02-03 02:29:43] "GET /virtual-networks?parent_id=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004240 10.0.0.24 - - [2025-02-03 02:29:43] "GET /virtual-network/064f2357-1023-4d7c-98e3-c65a29a602ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004405 10.0.0.24 - - [2025-02-03 02:29:47] "POST /neutron/router HTTP/1.1" 200 656 0.004498 10.0.0.24 - - [2025-02-03 02:29:47] "POST /ref-update HTTP/1.1" 200 156 0.012763 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/router HTTP/1.1" 200 344 0.103297 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/router HTTP/1.1" 200 656 0.005554 10.0.0.24 - - [2025-02-03 02:29:48] "GET /logical-router/64a9f237-f30f-4db3-92d0-e52452d43c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.004058 10.0.0.24 - - [2025-02-03 02:29:48] "GET /service-instance/abf9c25e-e16d-4646-8acf-768e89d3ae2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.002907 10.0.0.24 - - [2025-02-03 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/router HTTP/1.1" 200 151 0.063103 10.0.0.24 - - [2025-02-03 02:29:48] "DELETE /route-target/26451cdb-6f28-4805-878f-abd7ff4ad5b2 HTTP/1.1" 409 239 0.006155 10.0.0.24 - - [2025-02-03 02:29:48] "PUT /logical-router/64a9f237-f30f-4db3-92d0-e52452d43c4e HTTP/1.1" 404 171 0.003849 10.0.0.24 - - [2025-02-03 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.013760 10.0.0.24 - - [2025-02-03 02:29:48] "DELETE /route-table/a01fefed-25cb-4ada-a9b8-d5554ae22a0c HTTP/1.1" 200 115 0.030378 10.0.0.24 - - [2025-02-03 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012000 10.0.0.24 - - [2025-02-03 02:29:48] "PUT /routing-instance/6458f35d-bd78-4f2e-86b9-44930d98d010 HTTP/1.1" 200 266 0.017390 10.0.0.24 - - [2025-02-03 02:29:48] "GET /virtual-network/f7a6a8a8-5168-4334-a5da-c5bbb4908898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.004074 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/network HTTP/1.1" 200 834 0.013138 10.0.0.24 - - [2025-02-03 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.017713 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/network HTTP/1.1" 400 204 0.038838 10.0.0.24 - - [2025-02-03 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.011609 10.0.0.24 - - [2025-02-03 02:29:48] "DELETE /instance-ip/caf802c5-76ec-4701-9080-ad5f4a0a5dc0 HTTP/1.1" 200 115 0.043202 10.0.0.24 - - [2025-02-03 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006839 10.0.0.24 - - [2025-02-03 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001455 10.0.0.24 - - [2025-02-03 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001742 10.0.0.24 - - [2025-02-03 02:29:48] "DELETE /virtual-network/f7a6a8a8-5168-4334-a5da-c5bbb4908898 HTTP/1.1" 200 115 0.147319 10.0.0.24 - - [2025-02-03 02:29:48] "DELETE /route-target/b3e6791f-d40a-4fb7-8b02-c881e4a0e33b HTTP/1.1" 200 115 0.030345 10.0.0.24 - - [2025-02-03 02:29:48] "DELETE /service-instance/abf9c25e-e16d-4646-8acf-768e89d3ae2b HTTP/1.1" 200 115 0.037758 10.0.0.24 - - [2025-02-03 02:29:48] "GET /logical-router/64a9f237-f30f-4db3-92d0-e52452d43c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004539 10.0.0.24 - - [2025-02-03 02:29:48] "GET /service-instance/abf9c25e-e16d-4646-8acf-768e89d3ae2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003086 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/port HTTP/1.1" 200 1091 0.026074 10.0.0.24 - - [2025-02-03 02:29:48] "GET /virtual-machine-interface/639cda6e-e0c9-4925-ad31-f9a1e623234e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.005715 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/port HTTP/1.1" 200 1117 0.022751 10.0.0.24 - - [2025-02-03 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.040754 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/port HTTP/1.1" 200 1092 0.029624 10.0.0.24 - - [2025-02-03 02:29:48] "GET /instance-ip/f79e2044-64ce-4fea-a596-94b8be4a5592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004736 10.0.0.24 - - [2025-02-03 02:29:48] "POST /neutron/port HTTP/1.1" 200 1118 0.014498 10.0.0.24 - - [2025-02-03 02:29:49] "POST /neutron/port HTTP/1.1" 200 151 0.200406 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /virtual-machine-interface/639cda6e-e0c9-4925-ad31-f9a1e623234e HTTP/1.1" 200 115 0.093035 10.0.0.24 - - [2025-02-03 02:29:49] "GET /virtual-machine-interface/bd9e07b5-b397-4eb7-8d4b-9116a1f16ab2?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.003086 10.0.0.24 - - [2025-02-03 02:29:49] "POST /neutron/port HTTP/1.1" 200 151 0.172209 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /virtual-machine-interface/bd9e07b5-b397-4eb7-8d4b-9116a1f16ab2 HTTP/1.1" 200 115 0.030079 10.0.0.24 - - [2025-02-03 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.013205 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /virtual-machine/424d9a71-327a-4012-9c24-27eff8c5e6dc HTTP/1.1" 200 115 0.033346 10.0.0.24 - - [2025-02-03 02:29:49] "GET /virtual-machine-interface/e7a52be5-3b38-4ad4-8832-8e28ff40e649?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.005080 10.0.0.24 - - [2025-02-03 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.015894 10.0.0.24 - - [2025-02-03 02:29:49] "GET /instance-ip/f79e2044-64ce-4fea-a596-94b8be4a5592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005431 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /instance-ip/f79e2044-64ce-4fea-a596-94b8be4a5592 HTTP/1.1" 200 115 0.026505 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /virtual-machine-interface/e7a52be5-3b38-4ad4-8832-8e28ff40e649 HTTP/1.1" 200 115 0.043601 10.0.0.24 - - [2025-02-03 02:29:49] "GET /virtual-machine-interface/d190179e-5826-4e68-80ba-5ffa40878f1c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.003909 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /virtual-machine-interface/d190179e-5826-4e68-80ba-5ffa40878f1c HTTP/1.1" 200 115 0.030514 10.0.0.24 - - [2025-02-03 02:29:49] "DELETE /virtual-machine/10234347-bf47-4f92-a62d-d4c4684ed513 HTTP/1.1" 200 115 0.019776 10.0.0.24 - - [2025-02-03 02:29:50] "POST /neutron/network HTTP/1.1" 200 834 0.006907 10.0.0.24 - - [2025-02-03 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.24 - - [2025-02-03 02:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001261 10.0.0.24 - - [2025-02-03 02:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001485 10.0.0.24 - - [2025-02-03 02:29:50] "POST /neutron/network HTTP/1.1" 200 151 0.099332 10.0.0.24 - - [2025-02-03 02:29:50] "DELETE /route-target/b1128f93-1743-49e6-9400-6f1f18a335e9 HTTP/1.1" 200 115 0.024230 10.0.0.24 - - [2025-02-03 02:29:50] "POST /neutron/network HTTP/1.1" 200 828 0.006080 10.0.0.24 - - [2025-02-03 02:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001352 10.0.0.24 - - [2025-02-03 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006829 10.0.0.24 - - [2025-02-03 02:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001361 10.0.0.24 - - [2025-02-03 02:29:50] "POST /neutron/network HTTP/1.1" 200 151 0.085345 10.0.0.24 - - [2025-02-03 02:29:50] "DELETE /route-target/e53026b8-bfa0-461e-8a5b-2ec9e03a49e7 HTTP/1.1" 200 115 0.016723 10.0.0.24 - - [2025-02-03 02:29:50] "DELETE /project/3a5ca7aceb644925841f2d99518e3f41 HTTP/1.1" 404 173 0.017467 10.0.0.24 - - [2025-02-03 02:29:50] "DELETE /project/45b3edaf522048e28a6b2a67ed4238ad HTTP/1.1" 404 173 0.016635 10.0.0.24 - - [2025-02-03 02:29:50] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001279 10.0.0.24 - - [2025-02-03 02:29:50] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.24 - - [2025-02-03 02:29:50] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.24 - - [2025-02-03 02:29:50] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.047759 10.0.0.24 - - [2025-02-03 02:29:50] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.045686 10.0.0.24 - - [2025-02-03 02:29:50] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.057447 10.0.0.24 - - [2025-02-03 02:29:50] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001071 10.0.0.24 - - [2025-02-03 02:29:50] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.24 - - [2025-02-03 02:29:50] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?fields=virtual_networks HTTP/1.1" 200 1047 0.050991 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?fields=security_groups HTTP/1.1" 200 1410 0.048890 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?fields=security_groups HTTP/1.1" 200 1357 0.047839 10.0.0.24 - - [2025-02-03 02:29:51] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001481 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.032724 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /security-group/8157724e-e88a-45bf-ad00-eb64cc19f4f8 HTTP/1.1" 200 115 0.069688 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /security-group/bb35ea9d-7501-4969-a74f-41421c72149c HTTP/1.1" 200 115 0.077258 10.0.0.24 - - [2025-02-03 02:29:51] "GET /projects?obj_uuids=3a5ca7ac-eb64-4925-841f-2d99518e3f41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001195 10.0.0.24 - - [2025-02-03 02:29:51] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001309 10.0.0.24 - - [2025-02-03 02:29:51] "GET /projects?obj_uuids=dc11d665-e47e-41ee-94a8-274130545067&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /access-control-list/43959348-371e-4f3c-a46e-7fdf36c2b038 HTTP/1.1" 200 115 0.075920 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41?fields=application_policy_sets HTTP/1.1" 200 1396 0.059933 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?fields=security_groups HTTP/1.1" 200 1276 0.058641 10.0.0.24 - - [2025-02-03 02:29:51] "GET /project/dc11d665-e47e-41ee-94a8-274130545067?fields=application_policy_sets HTTP/1.1" 200 1449 0.054058 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /access-control-list/6a81f0a3-f80d-42c7-9b88-98e427666928 HTTP/1.1" 200 115 0.038638 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /access-control-list/efdc8ada-6acc-46c9-8d14-c59e87916f90 HTTP/1.1" 200 115 0.049112 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /access-control-list/7449f2e9-e3f6-43ab-9b83-bd58839f52d4 HTTP/1.1" 200 115 0.035250 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /project/3a5ca7ac-eb64-4925-841f-2d99518e3f41 HTTP/1.1" 200 115 0.479770 10.0.0.24 - - [2025-02-03 02:29:51] "DELETE /project/dc11d665-e47e-41ee-94a8-274130545067 HTTP/1.1" 200 115 0.477982 10.0.0.24 - - [2025-02-03 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.027837 10.0.0.24 - - [2025-02-03 02:29:52] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002809 10.0.0.24 - - [2025-02-03 02:29:52] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.24 - - [2025-02-03 02:29:52] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007502 10.0.0.24 - - [2025-02-03 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.002081 10.0.0.24 - - [2025-02-03 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004194 10.0.0.24 - - [2025-02-03 02:29:52] "POST /security-groups HTTP/1.1" 200 599 0.067606 10.0.0.24 - - [2025-02-03 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.002771 10.0.0.24 - - [2025-02-03 02:29:52] "POST /projects HTTP/1.1" 200 601 0.215131 10.0.0.24 - - [2025-02-03 02:29:52] "POST /access-control-lists HTTP/1.1" 200 604 0.063593 10.0.0.24 - - [2025-02-03 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.294392 10.0.0.24 - - [2025-02-03 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.003123 10.0.0.24 - - [2025-02-03 02:29:52] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.421140 10.0.0.24 - - [2025-02-03 02:29:52] "POST /access-control-lists HTTP/1.1" 200 602 0.067876 10.0.0.24 - - [2025-02-03 02:29:53] "GET / HTTP/1.1" 200 35931 0.002333 10.0.0.24 - - [2025-02-03 02:29:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.24 - - [2025-02-03 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.065309 10.0.0.24 - - [2025-02-03 02:29:54] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.24 - - [2025-02-03 02:29:54] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.020091 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 117 0.033032 10.0.0.24 - - [2025-02-03 02:29:55] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001843 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 613 0.072243 10.0.0.24 - - [2025-02-03 02:29:55] "POST /route-targets HTTP/1.1" 200 327 0.014248 10.0.0.24 - - [2025-02-03 02:29:55] "POST /ref-update HTTP/1.1" 200 156 0.012376 10.0.0.24 - - [2025-02-03 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003816 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.154078 10.0.0.24 - - [2025-02-03 02:29:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004059 10.0.0.24 - - [2025-02-03 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.035041 10.0.0.24 - - [2025-02-03 02:29:55] "GET /virtual-network/59fa12e5-9467-44d2-ba26-6fb754a16b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006052 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.204715 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 1007 0.007781 10.0.0.24 - - [2025-02-03 02:29:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001301 10.0.0.24 - - [2025-02-03 02:29:55] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003087 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 1007 0.008800 10.0.0.24 - - [2025-02-03 02:29:55] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002894 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 1007 0.008492 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.007407 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.008323 10.0.0.24 - - [2025-02-03 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.24 - - [2025-02-03 02:29:55] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.24 - - [2025-02-03 02:29:55] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.022896 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 117 0.010407 10.0.0.24 - - [2025-02-03 02:29:55] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001421 10.0.0.24 - - [2025-02-03 02:29:55] "POST /neutron/network HTTP/1.1" 200 613 0.072018 10.0.0.24 - - [2025-02-03 02:29:55] "POST /route-targets HTTP/1.1" 200 327 0.013113 10.0.0.24 - - [2025-02-03 02:29:55] "POST /ref-update HTTP/1.1" 200 156 0.014334 10.0.0.24 - - [2025-02-03 02:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.010187 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.223798 10.0.0.24 - - [2025-02-03 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007284 10.0.0.24 - - [2025-02-03 02:29:56] "GET /virtual-network/59fa12e5-9467-44d2-ba26-6fb754a16b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003814 10.0.0.24 - - [2025-02-03 02:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007020 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/subnet HTTP/1.1" 200 823 0.164919 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/network HTTP/1.1" 200 1006 0.010427 10.0.0.24 - - [2025-02-03 02:29:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001641 10.0.0.24 - - [2025-02-03 02:29:56] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003282 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/network HTTP/1.1" 200 1006 0.008441 10.0.0.24 - - [2025-02-03 02:29:56] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003515 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/network HTTP/1.1" 200 1006 0.008771 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.008256 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/subnet HTTP/1.1" 200 823 0.008105 10.0.0.24 - - [2025-02-03 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002474 10.0.0.24 - - [2025-02-03 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.24 - - [2025-02-03 02:29:56] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001375 10.0.0.24 - - [2025-02-03 02:29:56] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.021213 10.0.0.24 - - [2025-02-03 02:29:56] "POST /network-policys HTTP/1.1" 200 577 0.068247 10.0.0.24 - - [2025-02-03 02:29:56] "GET /network-policy/5cdf30cd-a8b9-4cd5-8ea2-f242d7b50ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005076 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/network HTTP/1.1" 200 1007 0.008618 10.0.0.24 - - [2025-02-03 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007151 10.0.0.24 - - [2025-02-03 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.006084 10.0.0.24 - - [2025-02-03 02:29:56] "GET /virtual-network/59fa12e5-9467-44d2-ba26-6fb754a16b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004748 10.0.0.24 - - [2025-02-03 02:29:56] "POST /neutron/network HTTP/1.1" 200 1115 0.054502 10.0.0.24 - - [2025-02-03 02:29:57] "POST /access-control-lists HTTP/1.1" 200 596 0.075441 10.0.0.24 - - [2025-02-03 02:29:57] "POST /neutron/network HTTP/1.1" 200 1115 0.055262 10.0.0.24 - - [2025-02-03 02:29:57] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004064 10.0.0.24 - - [2025-02-03 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.24 - - [2025-02-03 02:29:57] "GET /network-policy/5cdf30cd-a8b9-4cd5-8ea2-f242d7b50ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003886 10.0.0.24 - - [2025-02-03 02:29:57] "POST /neutron/network HTTP/1.1" 200 1006 0.009035 10.0.0.24 - - [2025-02-03 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010030 10.0.0.24 - - [2025-02-03 02:29:57] "GET /virtual-network/59fa12e5-9467-44d2-ba26-6fb754a16b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003711 10.0.0.24 - - [2025-02-03 02:29:57] "PUT /access-control-list/a6b11528-0b94-4598-a809-bf5d47e9a246 HTTP/1.1" 200 272 0.065587 10.0.0.24 - - [2025-02-03 02:29:57] "POST /neutron/network HTTP/1.1" 200 1114 0.110461 10.0.0.24 - - [2025-02-03 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.004179 10.0.0.24 - - [2025-02-03 02:29:57] "POST /neutron/network HTTP/1.1" 200 1114 0.009237 10.0.0.24 - - [2025-02-03 02:29:57] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003728 10.0.0.24 - - [2025-02-03 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.24 - - [2025-02-03 02:29:57] "GET /obj-perms HTTP/1.1" 200 5056 0.056004 10.0.0.24 - - [2025-02-03 02:29:57] "GET /network-policy/5cdf30cd-a8b9-4cd5-8ea2-f242d7b50ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.039861 10.0.0.24 - - [2025-02-03 02:29:57] "POST /access-control-lists HTTP/1.1" 200 596 0.073226 10.0.0.24 - - [2025-02-03 02:29:57] "GET /domains HTTP/1.1" 401 292 0.000763 10.0.0.24 - - [2025-02-03 02:29:57] "POST /ref-update HTTP/1.1" 200 156 0.013813 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domains HTTP/1.1" 200 280 0.036098 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003388 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2771 0.012333 10.0.0.24 - - [2025-02-03 02:29:58] "GET /obj-perms HTTP/1.1" 200 5056 0.389386 10.0.0.24 - - [2025-02-03 02:29:58] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.24 - - [2025-02-03 02:29:58] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 2635 0.068068 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89 HTTP/1.1" 200 3508 0.004397 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89 HTTP/1.1" 200 3508 0.003222 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/3a328d5a-82b7-4a49-bfcf-1b7d9fcb453a HTTP/1.1" 200 1795 0.005292 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/3a328d5a-82b7-4a49-bfcf-1b7d9fcb453a HTTP/1.1" 200 1795 0.004600 10.0.0.24 - - [2025-02-03 02:29:58] "GET /route-target/4f3cd862-01a0-45af-b5f7-5ee27cb84456 HTTP/1.1" 200 1212 0.004901 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89 HTTP/1.1" 200 3508 0.004025 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/3a328d5a-82b7-4a49-bfcf-1b7d9fcb453a HTTP/1.1" 200 1795 0.003137 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003181 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89 HTTP/1.1" 200 3508 0.003224 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/3a328d5a-82b7-4a49-bfcf-1b7d9fcb453a HTTP/1.1" 200 1795 0.003075 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/3a328d5a-82b7-4a49-bfcf-1b7d9fcb453a HTTP/1.1" 200 1795 0.002834 10.0.0.24 - - [2025-02-03 02:29:58] "GET /route-target/4f3cd862-01a0-45af-b5f7-5ee27cb84456 HTTP/1.1" 200 1212 0.003496 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domains HTTP/1.1" 200 280 0.003920 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2771 0.007660 10.0.0.24 - - [2025-02-03 02:29:58] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.24 - - [2025-02-03 02:29:58] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 2635 0.066698 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89 HTTP/1.1" 200 3508 0.003535 10.0.0.24 - - [2025-02-03 02:29:58] "GET /obj-perms HTTP/1.1" 200 5046 0.051039 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domains HTTP/1.1" 200 280 0.003480 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.24 - - [2025-02-03 02:29:58] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2771 0.007275 10.0.0.24 - - [2025-02-03 02:29:58] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.24 - - [2025-02-03 02:29:58] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 2635 0.063906 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955 HTTP/1.1" 200 3503 0.005649 10.0.0.24 - - [2025-02-03 02:29:58] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955 HTTP/1.1" 200 3503 0.003056 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/f766343b-ea1d-46a3-b7df-bf4760b34091 HTTP/1.1" 200 1796 0.003364 10.0.0.24 - - [2025-02-03 02:29:58] "GET /routing-instance/f766343b-ea1d-46a3-b7df-bf4760b34091 HTTP/1.1" 200 1796 0.003621 10.0.0.24 - - [2025-02-03 02:29:59] "GET /route-target/8bf93b7f-4e92-46fb-aab9-83595cb313bd HTTP/1.1" 200 1213 0.002953 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955 HTTP/1.1" 200 3503 0.003011 10.0.0.24 - - [2025-02-03 02:29:59] "GET /routing-instance/f766343b-ea1d-46a3-b7df-bf4760b34091 HTTP/1.1" 200 1796 0.002906 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004104 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955 HTTP/1.1" 200 3503 0.003147 10.0.0.24 - - [2025-02-03 02:29:59] "GET /routing-instance/f766343b-ea1d-46a3-b7df-bf4760b34091 HTTP/1.1" 200 1796 0.002931 10.0.0.24 - - [2025-02-03 02:29:59] "GET /routing-instance/f766343b-ea1d-46a3-b7df-bf4760b34091 HTTP/1.1" 200 1796 0.002935 10.0.0.24 - - [2025-02-03 02:29:59] "GET /route-target/8bf93b7f-4e92-46fb-aab9-83595cb313bd HTTP/1.1" 200 1213 0.003787 10.0.0.24 - - [2025-02-03 02:29:59] "GET /domains HTTP/1.1" 200 280 0.004551 10.0.0.24 - - [2025-02-03 02:29:59] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.24 - - [2025-02-03 02:29:59] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2771 0.007794 10.0.0.24 - - [2025-02-03 02:29:59] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.24 - - [2025-02-03 02:29:59] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 2635 0.065477 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955 HTTP/1.1" 200 3503 0.002982 10.0.0.24 - - [2025-02-03 02:29:59] "GET /obj-perms HTTP/1.1" 200 5046 0.003339 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004211 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1114 0.008131 10.0.0.24 - - [2025-02-03 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006202 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/59fa12e5-9467-44d2-ba26-6fb754a16b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003940 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1006 0.055160 10.0.0.24 - - [2025-02-03 02:29:59] "DELETE /access-control-list/468d2540-60bd-43e1-93c8-a89ec9ad8502 HTTP/1.1" 200 115 0.042402 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1006 0.008669 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/024f0e84-374d-4d55-a5f8-68ada608f955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003335 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.011712 10.0.0.24 - - [2025-02-03 02:29:59] "POST /ref-update HTTP/1.1" 200 156 0.025239 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1115 0.023941 10.0.0.24 - - [2025-02-03 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008591 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/59fa12e5-9467-44d2-ba26-6fb754a16b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004308 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1007 0.063678 10.0.0.24 - - [2025-02-03 02:29:59] "DELETE /access-control-list/a6b11528-0b94-4598-a809-bf5d47e9a246 HTTP/1.1" 200 115 0.051257 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1007 0.015576 10.0.0.24 - - [2025-02-03 02:29:59] "GET /virtual-network/d19b7d23-e629-42fb-a52d-0667c8cd0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003699 10.0.0.24 - - [2025-02-03 02:29:59] "POST /ref-update HTTP/1.1" 200 156 0.021331 10.0.0.24 - - [2025-02-03 02:29:59] "DELETE /network-policy/5cdf30cd-a8b9-4cd5-8ea2-f242d7b50ea1 HTTP/1.1" 200 115 0.031728 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1006 0.009290 10.0.0.24 - - [2025-02-03 02:29:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001570 10.0.0.24 - - [2025-02-03 02:29:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001193 10.0.0.24 - - [2025-02-03 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007930 10.0.0.24 - - [2025-02-03 02:29:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001320 10.0.0.24 - - [2025-02-03 02:29:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001280 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 151 0.091408 10.0.0.24 - - [2025-02-03 02:29:59] "DELETE /route-target/8bf93b7f-4e92-46fb-aab9-83595cb313bd HTTP/1.1" 200 115 0.019401 10.0.0.24 - - [2025-02-03 02:29:59] "GET /routing-instance/f766343b-ea1d-46a3-b7df-bf4760b34091 HTTP/1.1" 404 171 0.002656 10.0.0.24 - - [2025-02-03 02:29:59] "GET /domains HTTP/1.1" 200 280 0.002779 10.0.0.24 - - [2025-02-03 02:29:59] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.24 - - [2025-02-03 02:29:59] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2771 0.051760 10.0.0.24 - - [2025-02-03 02:29:59] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.24 - - [2025-02-03 02:29:59] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 2155 0.066799 10.0.0.24 - - [2025-02-03 02:29:59] "POST /neutron/network HTTP/1.1" 200 1007 0.009359 10.0.0.24 - - [2025-02-03 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.24 - - [2025-02-03 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001963 10.0.0.24 - - [2025-02-03 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001444 10.0.0.24 - - [2025-02-03 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002116 10.0.0.24 - - [2025-02-03 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001942 10.0.0.24 - - [2025-02-03 02:30:00] "POST /neutron/network HTTP/1.1" 200 151 0.117410 10.0.0.24 - - [2025-02-03 02:30:00] "DELETE /route-target/4f3cd862-01a0-45af-b5f7-5ee27cb84456 HTTP/1.1" 200 115 0.040365 10.0.0.24 - - [2025-02-03 02:30:00] "GET /routing-instance/3a328d5a-82b7-4a49-bfcf-1b7d9fcb453a HTTP/1.1" 404 171 0.003447 10.0.0.24 - - [2025-02-03 02:30:00] "GET /domains HTTP/1.1" 200 280 0.003648 10.0.0.24 - - [2025-02-03 02:30:00] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001881 10.0.0.24 - - [2025-02-03 02:30:00] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2771 0.050496 10.0.0.24 - - [2025-02-03 02:30:00] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001476 10.0.0.24 - - [2025-02-03 02:30:00] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 1910 0.067976 10.0.0.24 - - [2025-02-03 02:30:00] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001807 10.0.0.24 - - [2025-02-03 02:30:00] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.030253 10.0.0.24 - - [2025-02-03 02:30:00] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001483 10.0.0.24 - - [2025-02-03 02:30:00] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?fields=virtual_networks HTTP/1.1" 200 1058 0.069373 10.0.0.24 - - [2025-02-03 02:30:00] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001468 10.0.0.24 - - [2025-02-03 02:30:00] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.030392 10.0.0.24 - - [2025-02-03 02:30:00] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001403 10.0.0.24 - - [2025-02-03 02:30:00] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?fields=security_groups HTTP/1.1" 200 1292 0.027983 10.0.0.24 - - [2025-02-03 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.036954 10.0.0.24 - - [2025-02-03 02:30:01] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003112 10.0.0.24 - - [2025-02-03 02:30:01] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002380 10.0.0.24 - - [2025-02-03 02:30:01] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010176 10.0.0.24 - - [2025-02-03 02:30:02] "POST /id-to-fqname HTTP/1.1" 200 192 0.001652 10.0.0.24 - - [2025-02-03 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.003677 10.0.0.24 - - [2025-02-03 02:30:02] "POST /security-groups HTTP/1.1" 200 593 0.067904 10.0.0.24 - - [2025-02-03 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.003483 10.0.0.24 - - [2025-02-03 02:30:02] "POST /projects HTTP/1.1" 200 589 0.237820 10.0.0.24 - - [2025-02-03 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.313454 10.0.0.24 - - [2025-02-03 02:30:02] "POST /access-control-lists HTTP/1.1" 200 598 0.065347 10.0.0.24 - - [2025-02-03 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.004163 10.0.0.24 - - [2025-02-03 02:30:02] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.455292 10.0.0.24 - - [2025-02-03 02:30:02] "POST /access-control-lists HTTP/1.1" 200 596 0.064115 10.0.0.24 - - [2025-02-03 02:30:03] "GET / HTTP/1.1" 200 35931 0.002687 10.0.0.24 - - [2025-02-03 02:30:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.24 - - [2025-02-03 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.065534 10.0.0.24 - - [2025-02-03 02:30:04] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001237 10.0.0.24 - - [2025-02-03 02:30:04] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026903 10.0.0.24 - - [2025-02-03 02:30:04] "POST /neutron/network HTTP/1.1" 200 117 0.035984 10.0.0.24 - - [2025-02-03 02:30:04] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002236 10.0.0.24 - - [2025-02-03 02:30:04] "POST /neutron/network HTTP/1.1" 200 607 0.079605 10.0.0.24 - - [2025-02-03 02:30:04] "POST /route-targets HTTP/1.1" 200 327 0.012975 10.0.0.24 - - [2025-02-03 02:30:05] "POST /ref-update HTTP/1.1" 200 156 0.012144 10.0.0.24 - - [2025-02-03 02:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003453 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.209763 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 827 0.009065 10.0.0.24 - - [2025-02-03 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001888 10.0.0.24 - - [2025-02-03 02:30:05] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003888 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 827 0.007963 10.0.0.24 - - [2025-02-03 02:30:05] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004331 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 827 0.007472 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.008800 10.0.0.24 - - [2025-02-03 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.24 - - [2025-02-03 02:30:05] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002258 10.0.0.24 - - [2025-02-03 02:30:05] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.031126 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 117 0.010093 10.0.0.24 - - [2025-02-03 02:30:05] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001488 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 607 0.079462 10.0.0.24 - - [2025-02-03 02:30:05] "POST /route-targets HTTP/1.1" 200 327 0.010641 10.0.0.24 - - [2025-02-03 02:30:05] "POST /ref-update HTTP/1.1" 200 156 0.015492 10.0.0.24 - - [2025-02-03 02:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002878 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.217760 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 824 0.007107 10.0.0.24 - - [2025-02-03 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001546 10.0.0.24 - - [2025-02-03 02:30:05] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003301 10.0.0.24 - - [2025-02-03 02:30:05] "POST /neutron/network HTTP/1.1" 200 824 0.007400 10.0.0.24 - - [2025-02-03 02:30:05] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003876 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 824 0.008888 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.008491 10.0.0.24 - - [2025-02-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.003226 10.0.0.24 - - [2025-02-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.24 - - [2025-02-03 02:30:06] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001850 10.0.0.24 - - [2025-02-03 02:30:06] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.025547 10.0.0.24 - - [2025-02-03 02:30:06] "POST /network-policys HTTP/1.1" 200 571 0.020393 10.0.0.24 - - [2025-02-03 02:30:06] "GET /network-policy/c3e9c2da-0327-4871-af8f-d0cec016aeac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005325 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 827 0.007088 10.0.0.24 - - [2025-02-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.011020 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 929 0.064786 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 929 0.034715 10.0.0.24 - - [2025-02-03 02:30:06] "POST /access-control-lists HTTP/1.1" 200 590 0.070924 10.0.0.24 - - [2025-02-03 02:30:06] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003383 10.0.0.24 - - [2025-02-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.24 - - [2025-02-03 02:30:06] "GET /network-policy/c3e9c2da-0327-4871-af8f-d0cec016aeac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003789 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 824 0.006183 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 926 0.045984 10.0.0.24 - - [2025-02-03 02:30:06] "POST /neutron/network HTTP/1.1" 200 926 0.028482 10.0.0.24 - - [2025-02-03 02:30:06] "PUT /access-control-list/f88ddbc1-7a31-4c3d-958a-fa0388db1065 HTTP/1.1" 200 272 0.059031 10.0.0.24 - - [2025-02-03 02:30:06] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004067 10.0.0.24 - - [2025-02-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.003017 10.0.0.24 - - [2025-02-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.24 - - [2025-02-03 02:30:06] "GET /network-policy/c3e9c2da-0327-4871-af8f-d0cec016aeac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003824 10.0.0.24 - - [2025-02-03 02:30:06] "GET /domains HTTP/1.1" 401 292 0.000536 10.0.0.24 - - [2025-02-03 02:30:06] "POST /access-control-lists HTTP/1.1" 200 590 0.063641 10.0.0.24 - - [2025-02-03 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.012479 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domains HTTP/1.1" 200 280 0.026865 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.008980 10.0.0.24 - - [2025-02-03 02:30:07] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001329 10.0.0.24 - - [2025-02-03 02:30:07] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 2582 0.066040 10.0.0.24 - - [2025-02-03 02:30:07] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a HTTP/1.1" 200 2894 0.004749 10.0.0.24 - - [2025-02-03 02:30:07] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a HTTP/1.1" 200 2894 0.003347 10.0.0.24 - - [2025-02-03 02:30:07] "GET /routing-instance/0803f98c-ca2e-4ec0-abbf-b73191bdd692 HTTP/1.1" 200 1782 0.003338 10.0.0.24 - - [2025-02-03 02:30:07] "GET /routing-instance/0803f98c-ca2e-4ec0-abbf-b73191bdd692 HTTP/1.1" 200 1782 0.003047 10.0.0.24 - - [2025-02-03 02:30:07] "GET /route-target/1d0a4d0f-8c9c-43b1-9cc7-6a1951f2c156 HTTP/1.1" 200 1206 0.003021 10.0.0.24 - - [2025-02-03 02:30:07] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a HTTP/1.1" 200 2894 0.003419 10.0.0.24 - - [2025-02-03 02:30:07] "GET /routing-instance/0803f98c-ca2e-4ec0-abbf-b73191bdd692 HTTP/1.1" 200 1782 0.003056 10.0.0.24 - - [2025-02-03 02:30:07] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003319 10.0.0.24 - - [2025-02-03 02:30:07] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a HTTP/1.1" 200 2894 0.003644 10.0.0.24 - - [2025-02-03 02:30:07] "GET /routing-instance/0803f98c-ca2e-4ec0-abbf-b73191bdd692 HTTP/1.1" 200 1782 0.003110 10.0.0.24 - - [2025-02-03 02:30:07] "GET /routing-instance/0803f98c-ca2e-4ec0-abbf-b73191bdd692 HTTP/1.1" 200 1782 0.002961 10.0.0.24 - - [2025-02-03 02:30:07] "GET /route-target/1d0a4d0f-8c9c-43b1-9cc7-6a1951f2c156 HTTP/1.1" 200 1206 0.002647 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domains HTTP/1.1" 200 280 0.003129 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.008397 10.0.0.24 - - [2025-02-03 02:30:07] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001452 10.0.0.24 - - [2025-02-03 02:30:07] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 2582 0.068018 10.0.0.24 - - [2025-02-03 02:30:07] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a HTTP/1.1" 200 2894 0.003175 10.0.0.24 - - [2025-02-03 02:30:07] "GET /obj-perms HTTP/1.1" 200 5034 0.056389 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domains HTTP/1.1" 200 280 0.003137 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.24 - - [2025-02-03 02:30:07] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.007904 10.0.0.24 - - [2025-02-03 02:30:07] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003138 10.0.0.24 - - [2025-02-03 02:30:08] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 2582 0.072662 10.0.0.24 - - [2025-02-03 02:30:08] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609 HTTP/1.1" 200 2884 0.006142 10.0.0.24 - - [2025-02-03 02:30:08] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609 HTTP/1.1" 200 2884 0.003486 10.0.0.24 - - [2025-02-03 02:30:08] "GET /routing-instance/c468a241-eedf-4dad-8a78-572603e2c500 HTTP/1.1" 200 1783 0.003813 10.0.0.24 - - [2025-02-03 02:30:08] "GET /routing-instance/c468a241-eedf-4dad-8a78-572603e2c500 HTTP/1.1" 200 1783 0.003544 10.0.0.24 - - [2025-02-03 02:30:08] "GET /route-target/8eaf8eac-8f99-460a-a6aa-2fed4ac2429d HTTP/1.1" 200 1207 0.003697 10.0.0.24 - - [2025-02-03 02:30:08] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609 HTTP/1.1" 200 2884 0.003484 10.0.0.24 - - [2025-02-03 02:30:08] "GET /routing-instance/c468a241-eedf-4dad-8a78-572603e2c500 HTTP/1.1" 200 1783 0.003364 10.0.0.24 - - [2025-02-03 02:30:08] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003438 10.0.0.24 - - [2025-02-03 02:30:08] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609 HTTP/1.1" 200 2884 0.003964 10.0.0.24 - - [2025-02-03 02:30:08] "GET /routing-instance/c468a241-eedf-4dad-8a78-572603e2c500 HTTP/1.1" 200 1783 0.003263 10.0.0.24 - - [2025-02-03 02:30:08] "GET /routing-instance/c468a241-eedf-4dad-8a78-572603e2c500 HTTP/1.1" 200 1783 0.003617 10.0.0.24 - - [2025-02-03 02:30:08] "GET /route-target/8eaf8eac-8f99-460a-a6aa-2fed4ac2429d HTTP/1.1" 200 1207 0.003488 10.0.0.24 - - [2025-02-03 02:30:08] "GET /domains HTTP/1.1" 200 280 0.002976 10.0.0.24 - - [2025-02-03 02:30:08] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.24 - - [2025-02-03 02:30:08] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.008678 10.0.0.24 - - [2025-02-03 02:30:08] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001689 10.0.0.24 - - [2025-02-03 02:30:08] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 2582 0.068032 10.0.0.24 - - [2025-02-03 02:30:08] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609 HTTP/1.1" 200 2884 0.003517 10.0.0.24 - - [2025-02-03 02:30:08] "GET /obj-perms HTTP/1.1" 200 5034 0.003903 10.0.0.24 - - [2025-02-03 02:30:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001782 10.0.0.24 - - [2025-02-03 02:30:08] "POST /neutron/network HTTP/1.1" 200 939 0.006855 10.0.0.24 - - [2025-02-03 02:30:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000692 10.0.0.24 - - [2025-02-03 02:30:08] "GET / HTTP/1.1" 200 35931 0.002627 10.0.0.24 - - [2025-02-03 02:30:08] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.24 - - [2025-02-03 02:30:09] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001775 10.0.0.24 - - [2025-02-03 02:30:09] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056515 10.0.0.24 - - [2025-02-03 02:30:09] "POST /neutron/network HTTP/1.1" 200 929 0.007003 10.0.0.24 - - [2025-02-03 02:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.006646 10.0.0.24 - - [2025-02-03 02:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.007248 10.0.0.24 - - [2025-02-03 02:30:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001961 10.0.0.24 - - [2025-02-03 02:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.007185 10.0.0.24 - - [2025-02-03 02:30:09] "POST /neutron/network HTTP/1.1" 200 936 0.008120 10.0.0.24 - - [2025-02-03 02:30:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000595 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/network HTTP/1.1" 200 939 0.008002 10.0.0.24 - - [2025-02-03 02:30:10] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001737 10.0.0.24 - - [2025-02-03 02:30:10] "GET / HTTP/1.1" 200 35931 0.002217 10.0.0.24 - - [2025-02-03 02:30:10] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000480 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 1063 0.257752 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 1063 0.013495 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 1063 0.011430 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 1117 0.072230 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 1091 0.019181 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004449 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.015550 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 117 0.001812 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/network HTTP/1.1" 200 929 0.007467 10.0.0.24 - - [2025-02-03 02:30:10] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001600 10.0.0.24 - - [2025-02-03 02:30:10] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056617 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/network HTTP/1.1" 200 926 0.006822 10.0.0.24 - - [2025-02-03 02:30:10] "POST /neutron/port HTTP/1.1" 200 1091 0.030062 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009635 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.006163 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/port HTTP/1.1" 200 1091 0.024580 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010329 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/network HTTP/1.1" 200 936 0.010955 10.0.0.24 - - [2025-02-03 02:30:11] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002879 10.0.0.24 - - [2025-02-03 02:30:11] "PUT /access-control-list/b34e7158-ea5a-4561-ba77-ffd74022a2f3 HTTP/1.1" 200 272 0.075618 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/port HTTP/1.1" 200 1060 0.379822 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/port HTTP/1.1" 200 1060 0.022799 10.0.0.24 - - [2025-02-03 02:30:11] "POST /neutron/port HTTP/1.1" 200 1060 0.015796 10.0.0.24 - - [2025-02-03 02:30:12] "POST /neutron/port HTTP/1.1" 200 1114 0.099045 10.0.0.24 - - [2025-02-03 02:30:12] "POST /neutron/port HTTP/1.1" 200 1088 0.020365 10.0.0.24 - - [2025-02-03 02:30:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004384 10.0.0.24 - - [2025-02-03 02:30:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.013548 10.0.0.24 - - [2025-02-03 02:30:12] "POST /neutron/port HTTP/1.1" 200 117 0.001879 10.0.0.24 - - [2025-02-03 02:30:12] "POST /neutron/network HTTP/1.1" 200 926 0.006860 10.0.0.24 - - [2025-02-03 02:30:16] "POST /neutron/port HTTP/1.1" 200 1091 0.021268 10.0.0.24 - - [2025-02-03 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010313 10.0.0.24 - - [2025-02-03 02:30:16] "POST /neutron/port HTTP/1.1" 200 1091 0.018428 10.0.0.24 - - [2025-02-03 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007994 10.0.0.24 - - [2025-02-03 02:30:16] "POST /neutron/port HTTP/1.1" 200 1091 0.028173 10.0.0.24 - - [2025-02-03 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009896 10.0.0.24 - - [2025-02-03 02:30:16] "GET /virtual-machine/d57c93be-be46-403c-81a5-5f2e093c848e HTTP/1.1" 200 1294 0.006438 10.0.0.24 - - [2025-02-03 02:30:16] "GET /virtual-machine-interface/cebbaff6-5b36-4e5c-9d50-cb1e13fe6b6f HTTP/1.1" 200 2951 0.006340 10.0.0.24 - - [2025-02-03 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.24 - - [2025-02-03 02:30:16] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005429 10.0.0.24 - - [2025-02-03 02:30:16] "GET /virtual-networks?parent_id=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003867 10.0.0.24 - - [2025-02-03 02:30:16] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004069 10.0.0.24 - - [2025-02-03 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.24 - - [2025-02-03 02:30:19] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004392 10.0.0.24 - - [2025-02-03 02:30:21] "POST /neutron/port HTTP/1.1" 200 1091 0.019761 10.0.0.24 - - [2025-02-03 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008764 10.0.0.24 - - [2025-02-03 02:30:23] "POST /neutron/port HTTP/1.1" 200 1088 0.019855 10.0.0.24 - - [2025-02-03 02:30:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006503 10.0.0.24 - - [2025-02-03 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.24 - - [2025-02-03 02:30:23] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003832 10.0.0.24 - - [2025-02-03 02:30:24] "GET /virtual-networks?parent_id=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003439 10.0.0.24 - - [2025-02-03 02:30:24] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004070 10.0.0.24 - - [2025-02-03 02:30:24] "POST /neutron/port HTTP/1.1" 200 1091 0.019418 10.0.0.24 - - [2025-02-03 02:30:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007521 10.0.0.24 - - [2025-02-03 02:30:29] "POST /neutron/port HTTP/1.1" 200 1088 0.018816 10.0.0.24 - - [2025-02-03 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007793 10.0.0.24 - - [2025-02-03 02:30:29] "POST /neutron/port HTTP/1.1" 200 1088 0.021027 10.0.0.24 - - [2025-02-03 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009666 10.0.0.24 - - [2025-02-03 02:30:29] "POST /neutron/port HTTP/1.1" 200 1088 0.021018 10.0.0.24 - - [2025-02-03 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008372 10.0.0.24 - - [2025-02-03 02:30:29] "GET /virtual-machine/d7375dac-7400-440d-a86f-038a46ab3e7d HTTP/1.1" 200 1295 0.004860 10.0.0.24 - - [2025-02-03 02:30:29] "GET /virtual-machine-interface/6b07ef39-3b90-4c5a-8787-5e60ea98961b HTTP/1.1" 200 2949 0.004251 10.0.0.24 - - [2025-02-03 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.24 - - [2025-02-03 02:30:29] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003500 10.0.0.24 - - [2025-02-03 02:30:29] "GET /virtual-networks?parent_id=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004176 10.0.0.24 - - [2025-02-03 02:30:29] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003940 10.0.0.24 - - [2025-02-03 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.24 - - [2025-02-03 02:30:31] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004297 10.0.0.24 - - [2025-02-03 02:30:31] "GET /virtual-networks?parent_id=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003469 10.0.0.24 - - [2025-02-03 02:30:31] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003889 10.0.0.24 - - [2025-02-03 02:30:34] "GET /global-system-configs HTTP/1.1" 200 322 0.036147 10.0.0.24 - - [2025-02-03 02:30:34] "GET /obj-perms HTTP/1.1" 200 5056 0.075364 10.0.0.24 - - [2025-02-03 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.24 - - [2025-02-03 02:30:35] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001847 10.0.0.24 - - [2025-02-03 02:30:35] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.027545 10.0.0.24 - - [2025-02-03 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.24 - - [2025-02-03 02:30:35] "GET /global-system-configs HTTP/1.1" 200 322 0.034990 10.0.0.24 - - [2025-02-03 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.074238 10.0.0.24 - - [2025-02-03 02:30:35] "PUT /network-policy/c3e9c2da-0327-4871-af8f-d0cec016aeac HTTP/1.1" 200 262 0.014016 10.0.0.24 - - [2025-02-03 02:30:35] "PUT /access-control-list/f88ddbc1-7a31-4c3d-958a-fa0388db1065 HTTP/1.1" 200 272 0.055445 10.0.0.24 - - [2025-02-03 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.012289 10.0.0.24 - - [2025-02-03 02:30:35] "PUT /access-control-list/b34e7158-ea5a-4561-ba77-ffd74022a2f3 HTTP/1.1" 200 272 0.060354 10.0.0.24 - - [2025-02-03 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.012585 10.0.0.24 - - [2025-02-03 02:30:39] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005069 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 926 0.008134 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 824 0.048841 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 824 0.007321 10.0.0.24 - - [2025-02-03 02:30:39] "DELETE /access-control-list/b34e7158-ea5a-4561-ba77-ffd74022a2f3 HTTP/1.1" 200 115 0.041518 10.0.0.24 - - [2025-02-03 02:30:39] "GET /virtual-network/b5b0f8a9-769d-4a69-8969-84e90470a609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007669 10.0.0.24 - - [2025-02-03 02:30:39] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007068 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 929 0.007065 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 827 0.059511 10.0.0.24 - - [2025-02-03 02:30:39] "DELETE /access-control-list/f88ddbc1-7a31-4c3d-958a-fa0388db1065 HTTP/1.1" 200 115 0.040510 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 827 0.006996 10.0.0.24 - - [2025-02-03 02:30:39] "GET /virtual-network/d252c499-064b-4512-b0cb-7b208120834a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004210 10.0.0.24 - - [2025-02-03 02:30:39] "DELETE /network-policy/c3e9c2da-0327-4871-af8f-d0cec016aeac HTTP/1.1" 200 115 0.037828 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 824 0.009751 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/network HTTP/1.1" 400 204 0.012341 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 1088 0.020090 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 1114 0.018495 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 1091 0.025005 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 1117 0.019499 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 151 0.210293 10.0.0.24 - - [2025-02-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 151 0.182124 10.0.0.24 - - [2025-02-03 02:30:41] "POST /neutron/network HTTP/1.1" 200 824 0.006206 10.0.0.24 - - [2025-02-03 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.24 - - [2025-02-03 02:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001266 10.0.0.24 - - [2025-02-03 02:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001150 10.0.0.24 - - [2025-02-03 02:30:41] "POST /neutron/network HTTP/1.1" 200 151 0.088232 10.0.0.24 - - [2025-02-03 02:30:41] "DELETE /route-target/8eaf8eac-8f99-460a-a6aa-2fed4ac2429d HTTP/1.1" 200 115 0.021634 10.0.0.24 - - [2025-02-03 02:30:41] "GET /routing-instance/c468a241-eedf-4dad-8a78-572603e2c500 HTTP/1.1" 404 171 0.002581 10.0.0.24 - - [2025-02-03 02:30:41] "GET /domains HTTP/1.1" 200 280 0.002747 10.0.0.24 - - [2025-02-03 02:30:41] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.24 - - [2025-02-03 02:30:41] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.052129 10.0.0.24 - - [2025-02-03 02:30:41] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001941 10.0.0.24 - - [2025-02-03 02:30:41] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 2114 0.073058 10.0.0.24 - - [2025-02-03 02:30:41] "POST /neutron/network HTTP/1.1" 200 827 0.006094 10.0.0.24 - - [2025-02-03 02:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001973 10.0.0.24 - - [2025-02-03 02:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001217 10.0.0.24 - - [2025-02-03 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007144 10.0.0.24 - - [2025-02-03 02:30:41] "POST /neutron/network HTTP/1.1" 200 151 0.079657 10.0.0.24 - - [2025-02-03 02:30:41] "GET /routing-instance/0803f98c-ca2e-4ec0-abbf-b73191bdd692 HTTP/1.1" 404 171 0.002436 10.0.0.24 - - [2025-02-03 02:30:41] "GET /domains HTTP/1.1" 200 280 0.003898 10.0.0.24 - - [2025-02-03 02:30:41] "DELETE /route-target/1d0a4d0f-8c9c-43b1-9cc7-6a1951f2c156 HTTP/1.1" 200 115 0.018830 10.0.0.24 - - [2025-02-03 02:30:41] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.24 - - [2025-02-03 02:30:42] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.051664 10.0.0.24 - - [2025-02-03 02:30:42] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002268 10.0.0.24 - - [2025-02-03 02:30:42] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 1875 0.073750 10.0.0.24 - - [2025-02-03 02:30:42] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001418 10.0.0.24 - - [2025-02-03 02:30:42] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.022036 10.0.0.24 - - [2025-02-03 02:30:42] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001310 10.0.0.24 - - [2025-02-03 02:30:42] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?fields=virtual_networks HTTP/1.1" 200 1047 0.065790 10.0.0.24 - - [2025-02-03 02:30:42] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001504 10.0.0.24 - - [2025-02-03 02:30:42] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.026894 10.0.0.24 - - [2025-02-03 02:30:42] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001416 10.0.0.24 - - [2025-02-03 02:30:42] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?fields=security_groups HTTP/1.1" 200 1275 0.024114 10.0.0.24 - - [2025-02-03 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.030001 10.0.0.24 - - [2025-02-03 02:30:43] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003058 10.0.0.24 - - [2025-02-03 02:30:43] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001832 10.0.0.24 - - [2025-02-03 02:30:43] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008447 10.0.0.24 - - [2025-02-03 02:30:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.001575 10.0.0.24 - - [2025-02-03 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.003915 10.0.0.24 - - [2025-02-03 02:30:43] "POST /security-groups HTTP/1.1" 200 589 0.067321 10.0.0.24 - - [2025-02-03 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.003131 10.0.0.24 - - [2025-02-03 02:30:43] "POST /projects HTTP/1.1" 200 581 0.224395 10.0.0.24 - - [2025-02-03 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.301588 10.0.0.24 - - [2025-02-03 02:30:43] "POST /access-control-lists HTTP/1.1" 200 594 0.063441 10.0.0.24 - - [2025-02-03 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.002896 10.0.0.24 - - [2025-02-03 02:30:44] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.434316 10.0.0.24 - - [2025-02-03 02:30:44] "POST /access-control-lists HTTP/1.1" 200 592 0.063999 10.0.0.24 - - [2025-02-03 02:30:45] "GET / HTTP/1.1" 200 35931 0.002848 10.0.0.24 - - [2025-02-03 02:30:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.24 - - [2025-02-03 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.060647 10.0.0.24 - - [2025-02-03 02:30:46] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001412 10.0.0.24 - - [2025-02-03 02:30:46] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023754 10.0.0.24 - - [2025-02-03 02:30:46] "POST /neutron/network HTTP/1.1" 200 117 0.033286 10.0.0.24 - - [2025-02-03 02:30:46] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.24 - - [2025-02-03 02:30:46] "POST /neutron/network HTTP/1.1" 200 613 0.082806 10.0.0.24 - - [2025-02-03 02:30:46] "POST /route-targets HTTP/1.1" 200 327 0.013857 10.0.0.24 - - [2025-02-03 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.015766 10.0.0.24 - - [2025-02-03 02:30:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003323 10.0.0.24 - - [2025-02-03 02:30:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.159500 10.0.0.24 - - [2025-02-03 02:30:46] "POST /neutron/network HTTP/1.1" 200 833 0.007114 10.0.0.24 - - [2025-02-03 02:30:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001997 10.0.0.24 - - [2025-02-03 02:30:46] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004191 10.0.0.24 - - [2025-02-03 02:30:46] "POST /neutron/network HTTP/1.1" 200 833 0.007096 10.0.0.24 - - [2025-02-03 02:30:46] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003290 10.0.0.24 - - [2025-02-03 02:30:47] "POST /neutron/network HTTP/1.1" 200 833 0.006628 10.0.0.24 - - [2025-02-03 02:30:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.008040 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domains HTTP/1.1" 401 292 0.000635 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domains HTTP/1.1" 200 280 0.032501 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 3143 0.010147 10.0.0.24 - - [2025-02-03 02:30:47] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.24 - - [2025-02-03 02:30:47] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2090 0.070451 10.0.0.24 - - [2025-02-03 02:30:47] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46 HTTP/1.1" 200 2320 0.004683 10.0.0.24 - - [2025-02-03 02:30:47] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46 HTTP/1.1" 200 2320 0.003258 10.0.0.24 - - [2025-02-03 02:30:47] "GET /routing-instance/c9317e8f-905b-4bcb-9fd5-dbaa04909d62 HTTP/1.1" 200 1494 0.003202 10.0.0.24 - - [2025-02-03 02:30:47] "GET /routing-instance/c9317e8f-905b-4bcb-9fd5-dbaa04909d62 HTTP/1.1" 200 1494 0.002931 10.0.0.24 - - [2025-02-03 02:30:47] "GET /route-target/e66d4c2b-5fc9-4ea7-b395-7e0a82eda06a HTTP/1.1" 200 1213 0.003190 10.0.0.24 - - [2025-02-03 02:30:47] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46 HTTP/1.1" 200 2320 0.003711 10.0.0.24 - - [2025-02-03 02:30:47] "GET /routing-instance/c9317e8f-905b-4bcb-9fd5-dbaa04909d62 HTTP/1.1" 200 1494 0.003330 10.0.0.24 - - [2025-02-03 02:30:47] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003171 10.0.0.24 - - [2025-02-03 02:30:47] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46 HTTP/1.1" 200 2320 0.003941 10.0.0.24 - - [2025-02-03 02:30:47] "GET /routing-instance/c9317e8f-905b-4bcb-9fd5-dbaa04909d62 HTTP/1.1" 200 1494 0.004282 10.0.0.24 - - [2025-02-03 02:30:47] "GET /routing-instance/c9317e8f-905b-4bcb-9fd5-dbaa04909d62 HTTP/1.1" 200 1494 0.003703 10.0.0.24 - - [2025-02-03 02:30:47] "GET /route-target/e66d4c2b-5fc9-4ea7-b395-7e0a82eda06a HTTP/1.1" 200 1213 0.003014 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domains HTTP/1.1" 200 280 0.003272 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.24 - - [2025-02-03 02:30:47] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 3143 0.008035 10.0.0.24 - - [2025-02-03 02:30:47] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.24 - - [2025-02-03 02:30:47] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2090 0.064160 10.0.0.24 - - [2025-02-03 02:30:47] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46 HTTP/1.1" 200 2320 0.003593 10.0.0.24 - - [2025-02-03 02:30:48] "GET /obj-perms HTTP/1.1" 200 5026 0.057392 10.0.0.24 - - [2025-02-03 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.24 - - [2025-02-03 02:30:48] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002204 10.0.0.24 - - [2025-02-03 02:30:48] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041679 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/network HTTP/1.1" 200 117 0.011229 10.0.0.24 - - [2025-02-03 02:30:48] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/network HTTP/1.1" 200 613 0.070448 10.0.0.24 - - [2025-02-03 02:30:48] "POST /route-targets HTTP/1.1" 200 327 0.011767 10.0.0.24 - - [2025-02-03 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.013305 10.0.0.24 - - [2025-02-03 02:30:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003521 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.215405 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/network HTTP/1.1" 200 830 0.007457 10.0.0.24 - - [2025-02-03 02:30:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.003351 10.0.0.24 - - [2025-02-03 02:30:48] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006705 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/network HTTP/1.1" 200 830 0.006336 10.0.0.24 - - [2025-02-03 02:30:48] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003757 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/network HTTP/1.1" 200 830 0.007495 10.0.0.24 - - [2025-02-03 02:30:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.009070 10.0.0.24 - - [2025-02-03 02:30:48] "GET /domains HTTP/1.1" 200 280 0.003097 10.0.0.24 - - [2025-02-03 02:30:48] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001484 10.0.0.24 - - [2025-02-03 02:30:48] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 3143 0.008370 10.0.0.24 - - [2025-02-03 02:30:48] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.24 - - [2025-02-03 02:30:48] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2308 0.077903 10.0.0.24 - - [2025-02-03 02:30:48] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e HTTP/1.1" 200 2312 0.005237 10.0.0.24 - - [2025-02-03 02:30:48] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e HTTP/1.1" 200 2312 0.003316 10.0.0.24 - - [2025-02-03 02:30:48] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2 HTTP/1.1" 200 1493 0.003067 10.0.0.24 - - [2025-02-03 02:30:48] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2 HTTP/1.1" 200 1493 0.003224 10.0.0.24 - - [2025-02-03 02:30:48] "GET /route-target/1aeda285-b77a-4438-9bd8-6a31d1f56394 HTTP/1.1" 200 1212 0.003161 10.0.0.24 - - [2025-02-03 02:30:48] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e HTTP/1.1" 200 2312 0.003523 10.0.0.24 - - [2025-02-03 02:30:48] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2 HTTP/1.1" 200 1493 0.003120 10.0.0.24 - - [2025-02-03 02:30:48] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002929 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e HTTP/1.1" 200 2312 0.004062 10.0.0.24 - - [2025-02-03 02:30:49] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2 HTTP/1.1" 200 1493 0.003591 10.0.0.24 - - [2025-02-03 02:30:49] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2 HTTP/1.1" 200 1493 0.003089 10.0.0.24 - - [2025-02-03 02:30:49] "GET /route-target/1aeda285-b77a-4438-9bd8-6a31d1f56394 HTTP/1.1" 200 1212 0.003083 10.0.0.24 - - [2025-02-03 02:30:49] "GET /domains HTTP/1.1" 200 280 0.003084 10.0.0.24 - - [2025-02-03 02:30:49] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.24 - - [2025-02-03 02:30:49] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 3143 0.007689 10.0.0.24 - - [2025-02-03 02:30:49] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002941 10.0.0.24 - - [2025-02-03 02:30:49] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2308 0.071546 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e HTTP/1.1" 200 2312 0.003258 10.0.0.24 - - [2025-02-03 02:30:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003546 10.0.0.24 - - [2025-02-03 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.24 - - [2025-02-03 02:30:49] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.24 - - [2025-02-03 02:30:49] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024009 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/network HTTP/1.1" 200 117 0.019693 10.0.0.24 - - [2025-02-03 02:30:49] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/network HTTP/1.1" 200 615 0.072298 10.0.0.24 - - [2025-02-03 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.016302 10.0.0.24 - - [2025-02-03 02:30:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003355 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.196539 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/network HTTP/1.1" 200 834 0.006349 10.0.0.24 - - [2025-02-03 02:30:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001554 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003974 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/network HTTP/1.1" 200 834 0.006312 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003891 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/network HTTP/1.1" 200 834 0.006332 10.0.0.24 - - [2025-02-03 02:30:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.007899 10.0.0.24 - - [2025-02-03 02:30:49] "GET /domains HTTP/1.1" 200 280 0.002556 10.0.0.24 - - [2025-02-03 02:30:49] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001781 10.0.0.24 - - [2025-02-03 02:30:49] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 3143 0.008645 10.0.0.24 - - [2025-02-03 02:30:49] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.24 - - [2025-02-03 02:30:49] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2527 0.070363 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12 HTTP/1.1" 200 2323 0.004759 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12 HTTP/1.1" 200 2323 0.003753 10.0.0.24 - - [2025-02-03 02:30:49] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1 HTTP/1.1" 200 1497 0.003850 10.0.0.24 - - [2025-02-03 02:30:49] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1 HTTP/1.1" 200 1497 0.003048 10.0.0.24 - - [2025-02-03 02:30:49] "GET /route-target/26451cdb-6f28-4805-878f-abd7ff4ad5b2 HTTP/1.1" 200 1213 0.003244 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12 HTTP/1.1" 200 2323 0.003908 10.0.0.24 - - [2025-02-03 02:30:49] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1 HTTP/1.1" 200 1497 0.003120 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003655 10.0.0.24 - - [2025-02-03 02:30:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12 HTTP/1.1" 200 2323 0.004020 10.0.0.24 - - [2025-02-03 02:30:49] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1 HTTP/1.1" 200 1497 0.003416 10.0.0.24 - - [2025-02-03 02:30:50] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1 HTTP/1.1" 200 1497 0.003734 10.0.0.24 - - [2025-02-03 02:30:50] "GET /route-target/26451cdb-6f28-4805-878f-abd7ff4ad5b2 HTTP/1.1" 200 1213 0.003458 10.0.0.24 - - [2025-02-03 02:30:50] "GET /domains HTTP/1.1" 200 280 0.003805 10.0.0.24 - - [2025-02-03 02:30:50] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.24 - - [2025-02-03 02:30:50] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 3143 0.009494 10.0.0.24 - - [2025-02-03 02:30:50] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.24 - - [2025-02-03 02:30:50] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2527 0.067665 10.0.0.24 - - [2025-02-03 02:30:50] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12 HTTP/1.1" 200 2323 0.003439 10.0.0.24 - - [2025-02-03 02:30:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003987 10.0.0.24 - - [2025-02-03 02:30:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001688 10.0.0.24 - - [2025-02-03 02:30:50] "POST /neutron/network HTTP/1.1" 200 840 0.007217 10.0.0.24 - - [2025-02-03 02:30:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000682 10.0.0.24 - - [2025-02-03 02:30:50] "GET / HTTP/1.1" 200 35931 0.003274 10.0.0.24 - - [2025-02-03 02:30:50] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050315 10.0.0.24 - - [2025-02-03 02:30:51] "POST /neutron/network HTTP/1.1" 200 830 0.006429 10.0.0.24 - - [2025-02-03 02:30:51] "POST /neutron/port HTTP/1.1" 200 117 0.006764 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /project/8517124e3dcc42bbbbfe545497a60739 HTTP/1.1" 404 173 0.026047 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /project/97e2ac871bd549d0b54a89e5ed0f829d HTTP/1.1" 404 173 0.015709 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /project/142c89c4baaa41d598f8c5900b8337c7 HTTP/1.1" 404 173 0.014662 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001630 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001206 10.0.0.24 - - [2025-02-03 02:30:51] "POST /neutron/port HTTP/1.1" 200 117 0.015026 10.0.0.24 - - [2025-02-03 02:30:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001508 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.067792 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.066101 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.063901 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003448 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.24 - - [2025-02-03 02:30:51] "POST /neutron/port HTTP/1.1" 200 117 0.008917 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?fields=security_groups HTTP/1.1" 200 1380 0.069765 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?fields=security_groups HTTP/1.1" 200 1381 0.068485 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?fields=security_groups HTTP/1.1" 200 1397 0.074914 10.0.0.24 - - [2025-02-03 02:30:51] "POST /neutron/network HTTP/1.1" 200 844 0.011898 10.0.0.24 - - [2025-02-03 02:30:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000571 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /security-group/8709e9fc-2275-46ba-bd4e-56ada744f449 HTTP/1.1" 200 115 0.117277 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=97e2ac87-1bd5-49d0-b54a-89e5ed0f829d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001389 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /access-control-list/c71c8bfa-663d-4895-aec4-8a27b6ad055b HTTP/1.1" 200 115 0.070849 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /security-group/7595c964-2cb0-4773-8445-3fb51b18a953 HTTP/1.1" 200 115 0.124835 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /security-group/32c86a00-9095-4ce3-bb1d-b10c2505d526 HTTP/1.1" 200 115 0.133794 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=45b3edaf-5220-48e2-8a6b-2a67ed4238ad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001324 10.0.0.24 - - [2025-02-03 02:30:51] "GET /projects?obj_uuids=8517124e-3dcc-42bb-bbfe-545497a60739&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d?fields=application_policy_sets HTTP/1.1" 200 1419 0.058116 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /access-control-list/a3e7fc80-72ea-4d33-ac2e-2579f5416761 HTTP/1.1" 200 115 0.065348 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/8517124e-3dcc-42bb-bbfe-545497a60739?fields=application_policy_sets HTTP/1.1" 200 1436 0.054063 10.0.0.24 - - [2025-02-03 02:30:51] "GET /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad?fields=application_policy_sets HTTP/1.1" 200 1420 0.094753 10.0.0.24 - - [2025-02-03 02:30:51] "DELETE /access-control-list/833a85a9-d5b6-4276-97a7-e7f122bb7f31 HTTP/1.1" 200 115 0.083715 10.0.0.24 - - [2025-02-03 02:30:51] "POST /neutron/network HTTP/1.1" 200 840 0.013808 10.0.0.24 - - [2025-02-03 02:30:52] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.24 - - [2025-02-03 02:30:52] "DELETE /access-control-list/4e356d56-6986-41d9-8701-efa80ea59ff9 HTTP/1.1" 200 115 0.070080 10.0.0.24 - - [2025-02-03 02:30:52] "DELETE /project/97e2ac87-1bd5-49d0-b54a-89e5ed0f829d HTTP/1.1" 200 115 0.652923 10.0.0.24 - - [2025-02-03 02:30:52] "DELETE /access-control-list/4709d246-16c9-4112-8ab6-423751fb20da HTTP/1.1" 200 115 0.062534 10.0.0.24 - - [2025-02-03 02:30:52] "DELETE /project/8517124e-3dcc-42bb-bbfe-545497a60739 HTTP/1.1" 200 115 0.697119 10.0.0.24 - - [2025-02-03 02:30:52] "DELETE /project/45b3edaf-5220-48e2-8a6b-2a67ed4238ad HTTP/1.1" 200 115 0.710659 10.0.0.24 - - [2025-02-03 02:30:52] "DELETE /access-control-list/3a98600d-06df-4989-8848-367502b5e1e0 HTTP/1.1" 200 115 0.050164 10.0.0.24 - - [2025-02-03 02:30:52] "GET / HTTP/1.1" 200 35931 0.003015 10.0.0.24 - - [2025-02-03 02:30:52] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000591 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 1056 0.311573 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 1056 0.012338 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 1056 0.010007 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 1110 0.077125 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 1084 0.017159 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004027 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.011997 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/network HTTP/1.1" 200 830 0.006956 10.0.0.24 - - [2025-02-03 02:30:52] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.24 - - [2025-02-03 02:30:52] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051298 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/network HTTP/1.1" 200 834 0.007114 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 1084 0.017820 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008949 10.0.0.24 - - [2025-02-03 02:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.006580 10.0.0.24 - - [2025-02-03 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003079 10.0.0.24 - - [2025-02-03 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.24 - - [2025-02-03 02:30:52] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001611 10.0.0.24 - - [2025-02-03 02:30:52] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009976 10.0.0.24 - - [2025-02-03 02:30:53] "POST /service-templates HTTP/1.1" 200 543 0.022753 10.0.0.24 - - [2025-02-03 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.24 - - [2025-02-03 02:30:53] "GET /service-template/bec44e86-b61f-4704-9eb2-f2530e9da5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005646 10.0.0.24 - - [2025-02-03 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.24 - - [2025-02-03 02:30:53] "GET /service-template/bec44e86-b61f-4704-9eb2-f2530e9da5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003636 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/network HTTP/1.1" 200 844 0.006685 10.0.0.24 - - [2025-02-03 02:30:53] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001445 10.0.0.24 - - [2025-02-03 02:30:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.006189 10.0.0.24 - - [2025-02-03 02:30:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001407 10.0.0.24 - - [2025-02-03 02:30:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001578 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 1058 0.292941 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 2000 0.040655 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011748 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 1058 0.017437 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 1058 0.012231 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 1112 0.089301 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 1086 0.017991 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004279 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.013454 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/port HTTP/1.1" 200 117 0.001648 10.0.0.24 - - [2025-02-03 02:30:53] "POST /neutron/network HTTP/1.1" 200 834 0.007431 10.0.0.24 - - [2025-02-03 02:30:54] "POST /neutron/network HTTP/1.1" 200 2222 0.017565 10.0.0.24 - - [2025-02-03 02:30:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000935 10.0.0.24 - - [2025-02-03 02:30:54] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.24 - - [2025-02-03 02:30:54] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.24 - - [2025-02-03 02:30:55] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001659 10.0.0.24 - - [2025-02-03 02:30:55] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058523 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/network HTTP/1.1" 200 833 0.007009 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/network HTTP/1.1" 200 830 0.006785 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/network HTTP/1.1" 200 834 0.007663 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/port HTTP/1.1" 200 2054 0.031495 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008000 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/port HTTP/1.1" 200 117 0.006476 10.0.0.24 - - [2025-02-03 02:30:55] "POST /neutron/port HTTP/1.1" 200 117 0.006305 10.0.0.24 - - [2025-02-03 02:30:56] "POST /neutron/network HTTP/1.1" 200 2222 0.016298 10.0.0.24 - - [2025-02-03 02:30:56] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001598 10.0.0.24 - - [2025-02-03 02:30:56] "POST /neutron/port HTTP/1.1" 200 1059 0.312962 10.0.0.24 - - [2025-02-03 02:30:56] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002482 10.0.0.24 - - [2025-02-03 02:30:56] "POST /neutron/port HTTP/1.1" 200 1056 0.240270 10.0.0.24 - - [2025-02-03 02:30:56] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.24 - - [2025-02-03 02:30:56] "POST /neutron/port HTTP/1.1" 200 1058 0.245151 10.0.0.24 - - [2025-02-03 02:30:56] "POST /neutron/port HTTP/1.1" 200 1059 0.012094 10.0.0.24 - - [2025-02-03 02:30:56] "POST /neutron/port HTTP/1.1" 200 1059 0.012798 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1113 0.112849 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1056 0.015326 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1056 0.014815 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1110 0.086451 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1058 0.010959 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1058 0.014863 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 1112 0.110323 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 3024 0.030367 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005270 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.017818 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.001660 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/network HTTP/1.1" 200 833 0.008350 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.013951 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.002994 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/network HTTP/1.1" 200 830 0.006519 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003995 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.012966 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.24 - - [2025-02-03 02:30:57] "POST /neutron/network HTTP/1.1" 200 834 0.008560 10.0.0.24 - - [2025-02-03 02:30:58] "GET /obj-perms HTTP/1.1" 200 5056 0.064747 10.0.0.24 - - [2025-02-03 02:30:58] "GET /obj-perms HTTP/1.1" 200 5056 0.055313 10.0.0.24 - - [2025-02-03 02:31:00] "POST /neutron/port HTTP/1.1" 200 3024 0.028622 10.0.0.24 - - [2025-02-03 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008696 10.0.0.24 - - [2025-02-03 02:31:00] "POST /neutron/port HTTP/1.1" 200 3024 0.056551 10.0.0.24 - - [2025-02-03 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014355 10.0.0.24 - - [2025-02-03 02:31:01] "POST /neutron/port HTTP/1.1" 200 3024 0.029534 10.0.0.24 - - [2025-02-03 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.024818 10.0.0.24 - - [2025-02-03 02:31:01] "POST /neutron/port HTTP/1.1" 200 3024 0.036879 10.0.0.24 - - [2025-02-03 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010206 10.0.0.24 - - [2025-02-03 02:31:01] "POST /neutron/port HTTP/1.1" 200 3024 0.025041 10.0.0.24 - - [2025-02-03 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008017 10.0.0.24 - - [2025-02-03 02:31:01] "GET /virtual-machine/1d641f06-860c-46eb-b531-abdbfa6e5355 HTTP/1.1" 200 1802 0.006944 10.0.0.24 - - [2025-02-03 02:31:01] "GET /virtual-machine-interface/0b23cbbd-220f-4c00-9a7c-9fc8dca1c468 HTTP/1.1" 200 2944 0.004966 10.0.0.24 - - [2025-02-03 02:31:01] "GET /virtual-machine-interface/97a101db-17e5-4e76-9d4f-53248d440bf2 HTTP/1.1" 200 2949 0.005460 10.0.0.24 - - [2025-02-03 02:31:01] "GET /virtual-machine-interface/c3c65724-08c1-4616-9a1d-7aa349a9965e HTTP/1.1" 200 2946 0.004936 10.0.0.24 - - [2025-02-03 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.24 - - [2025-02-03 02:31:01] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004061 10.0.0.24 - - [2025-02-03 02:31:01] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004472 10.0.0.24 - - [2025-02-03 02:31:01] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004489 10.0.0.24 - - [2025-02-03 02:31:04] "POST /neutron/port HTTP/1.1" 200 1084 0.029984 10.0.0.24 - - [2025-02-03 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010544 10.0.0.24 - - [2025-02-03 02:31:04] "POST /neutron/port HTTP/1.1" 200 1086 0.020216 10.0.0.24 - - [2025-02-03 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.24 - - [2025-02-03 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.24 - - [2025-02-03 02:31:04] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003752 10.0.0.24 - - [2025-02-03 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.24 - - [2025-02-03 02:31:08] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005295 10.0.0.24 - - [2025-02-03 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.24 - - [2025-02-03 02:31:13] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004976 10.0.0.24 - - [2025-02-03 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.24 - - [2025-02-03 02:31:17] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003803 10.0.0.24 - - [2025-02-03 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.24 - - [2025-02-03 02:31:21] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004364 10.0.0.24 - - [2025-02-03 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.24 - - [2025-02-03 02:31:23] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003611 10.0.0.24 - - [2025-02-03 02:31:23] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004497 10.0.0.24 - - [2025-02-03 02:31:23] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004406 10.0.0.24 - - [2025-02-03 02:31:23] "POST /neutron/port HTTP/1.1" 200 3024 0.022516 10.0.0.24 - - [2025-02-03 02:31:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008749 10.0.0.24 - - [2025-02-03 02:31:28] "POST /neutron/port HTTP/1.1" 200 3024 0.025035 10.0.0.24 - - [2025-02-03 02:31:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009624 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/port HTTP/1.1" 200 1084 0.018422 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/port HTTP/1.1" 200 1084 0.019239 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/network HTTP/1.1" 200 840 0.007075 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004198 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.015912 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.24 - - [2025-02-03 02:31:32] "POST /neutron/network HTTP/1.1" 200 830 0.008599 10.0.0.24 - - [2025-02-03 02:31:33] "POST /neutron/port HTTP/1.1" 200 3024 0.025355 10.0.0.24 - - [2025-02-03 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009004 10.0.0.24 - - [2025-02-03 02:31:34] "POST /neutron/port HTTP/1.1" 200 3024 0.021827 10.0.0.24 - - [2025-02-03 02:31:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007777 10.0.0.24 - - [2025-02-03 02:31:39] "POST /neutron/port HTTP/1.1" 200 3024 0.021117 10.0.0.24 - - [2025-02-03 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007066 10.0.0.24 - - [2025-02-03 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.24 - - [2025-02-03 02:31:44] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003936 10.0.0.24 - - [2025-02-03 02:31:44] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003601 10.0.0.24 - - [2025-02-03 02:31:44] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003719 10.0.0.24 - - [2025-02-03 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.24 - - [2025-02-03 02:31:44] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003536 10.0.0.24 - - [2025-02-03 02:31:44] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003773 10.0.0.24 - - [2025-02-03 02:31:44] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003742 10.0.0.24 - - [2025-02-03 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003855 10.0.0.24 - - [2025-02-03 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.24 - - [2025-02-03 02:31:45] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001536 10.0.0.24 - - [2025-02-03 02:31:45] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025818 10.0.0.24 - - [2025-02-03 02:31:45] "POST /service-instances HTTP/1.1" 200 543 0.063576 10.0.0.24 - - [2025-02-03 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.24 - - [2025-02-03 02:31:45] "GET /service-instance/f84b1235-d8e4-4422-ae0c-70b87907773e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005495 10.0.0.24 - - [2025-02-03 02:31:45] "POST /port-tuples HTTP/1.1" 200 586 0.026808 10.0.0.24 - - [2025-02-03 02:31:45] "GET /virtual-machine-interface/0b23cbbd-220f-4c00-9a7c-9fc8dca1c468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.004324 10.0.0.24 - - [2025-02-03 02:31:45] "PUT /virtual-machine-interface/0b23cbbd-220f-4c00-9a7c-9fc8dca1c468 HTTP/1.1" 200 284 0.014030 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.013084 10.0.0.24 - - [2025-02-03 02:31:45] "POST /instance-ips HTTP/1.1" 200 385 0.028466 10.0.0.24 - - [2025-02-03 02:31:45] "GET /virtual-machine-interface/c3c65724-08c1-4616-9a1d-7aa349a9965e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003673 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.012948 10.0.0.24 - - [2025-02-03 02:31:45] "PUT /virtual-machine-interface/c3c65724-08c1-4616-9a1d-7aa349a9965e HTTP/1.1" 200 284 0.022989 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.018603 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.015296 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006714 10.0.0.24 - - [2025-02-03 02:31:45] "GET /virtual-machine-interface/97a101db-17e5-4e76-9d4f-53248d440bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.003980 10.0.0.24 - - [2025-02-03 02:31:45] "POST /instance-ips HTTP/1.1" 200 385 0.027654 10.0.0.24 - - [2025-02-03 02:31:45] "PUT /virtual-machine-interface/97a101db-17e5-4e76-9d4f-53248d440bf2 HTTP/1.1" 200 284 0.012579 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.011398 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.011072 10.0.0.24 - - [2025-02-03 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.010508 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003775 10.0.0.24 - - [2025-02-03 02:31:46] "POST /neutron/port HTTP/1.1" 200 1084 0.018037 10.0.0.24 - - [2025-02-03 02:31:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007796 10.0.0.24 - - [2025-02-03 02:31:46] "POST /instance-ips HTTP/1.1" 200 373 0.029305 10.0.0.24 - - [2025-02-03 02:31:46] "POST /neutron/port HTTP/1.1" 200 1084 0.018282 10.0.0.24 - - [2025-02-03 02:31:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011020 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.019400 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.014744 10.0.0.24 - - [2025-02-03 02:31:46] "POST /neutron/port HTTP/1.1" 200 1084 0.027186 10.0.0.24 - - [2025-02-03 02:31:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008281 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004026 10.0.0.24 - - [2025-02-03 02:31:46] "GET /virtual-machine/79679030-b53b-4a21-8060-88fae5316af6 HTTP/1.1" 200 1289 0.005097 10.0.0.24 - - [2025-02-03 02:31:46] "GET /virtual-machine-interface/d50d37dd-1c6d-43d4-b309-ededba72b03b HTTP/1.1" 200 2946 0.003606 10.0.0.24 - - [2025-02-03 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.24 - - [2025-02-03 02:31:46] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004064 10.0.0.24 - - [2025-02-03 02:31:46] "POST /instance-ips HTTP/1.1" 200 373 0.026363 10.0.0.24 - - [2025-02-03 02:31:46] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003755 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.24 - - [2025-02-03 02:31:46] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003831 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004247 10.0.0.24 - - [2025-02-03 02:31:46] "POST /instance-ips HTTP/1.1" 200 375 0.017984 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.010896 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.011068 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003912 10.0.0.24 - - [2025-02-03 02:31:46] "POST /instance-ips HTTP/1.1" 200 375 0.019979 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.013245 10.0.0.24 - - [2025-02-03 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.011174 10.0.0.24 - - [2025-02-03 02:31:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003615 10.0.0.24 - - [2025-02-03 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.24 - - [2025-02-03 02:31:47] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003214 10.0.0.24 - - [2025-02-03 02:31:47] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003831 10.0.0.24 - - [2025-02-03 02:31:47] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004898 10.0.0.24 - - [2025-02-03 02:31:47] "POST /neutron/port HTTP/1.1" 200 1086 0.019005 10.0.0.24 - - [2025-02-03 02:31:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008025 10.0.0.24 - - [2025-02-03 02:31:48] "POST /neutron/port HTTP/1.1" 200 1086 0.018502 10.0.0.24 - - [2025-02-03 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007494 10.0.0.24 - - [2025-02-03 02:31:48] "POST /neutron/port HTTP/1.1" 200 1086 0.018522 10.0.0.24 - - [2025-02-03 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008799 10.0.0.24 - - [2025-02-03 02:31:48] "GET /virtual-machine/6af324d9-76ba-473a-86ca-f26c2d050aa4 HTTP/1.1" 200 1289 0.004653 10.0.0.24 - - [2025-02-03 02:31:48] "GET /virtual-machine-interface/5a8f89a8-1d0b-4223-b100-7ed899a38aca HTTP/1.1" 200 2948 0.003615 10.0.0.24 - - [2025-02-03 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.24 - - [2025-02-03 02:31:48] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004009 10.0.0.24 - - [2025-02-03 02:31:48] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004178 10.0.0.24 - - [2025-02-03 02:31:48] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003698 10.0.0.24 - - [2025-02-03 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.24 - - [2025-02-03 02:31:49] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003905 10.0.0.24 - - [2025-02-03 02:31:49] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003618 10.0.0.24 - - [2025-02-03 02:31:49] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003915 10.0.0.24 - - [2025-02-03 02:31:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003268 10.0.0.24 - - [2025-02-03 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.24 - - [2025-02-03 02:31:49] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.24 - - [2025-02-03 02:31:49] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.020732 10.0.0.24 - - [2025-02-03 02:31:49] "POST /network-policys HTTP/1.1" 200 547 0.020098 10.0.0.24 - - [2025-02-03 02:31:49] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004831 10.0.0.24 - - [2025-02-03 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.24 - - [2025-02-03 02:31:50] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003890 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.24 - - [2025-02-03 02:31:50] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003791 10.0.0.24 - - [2025-02-03 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.039677 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.039308 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.24 - - [2025-02-03 02:31:50] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.007353 10.0.0.24 - - [2025-02-03 02:31:50] "POST /access-control-lists HTTP/1.1" 200 601 0.065368 10.0.0.24 - - [2025-02-03 02:31:50] "POST /neutron/network HTTP/1.1" 200 918 0.009696 10.0.0.24 - - [2025-02-03 02:31:50] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004893 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.24 - - [2025-02-03 02:31:50] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003591 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.24 - - [2025-02-03 02:31:50] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003686 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.24 - - [2025-02-03 02:31:50] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003938 10.0.0.24 - - [2025-02-03 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.036153 10.0.0.24 - - [2025-02-03 02:31:50] "PUT /access-control-list/e8ea1939-8cfc-4606-8fd2-1b67a15e1af8 HTTP/1.1" 200 272 0.016052 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.003001 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.24 - - [2025-02-03 02:31:50] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.027803 10.0.0.24 - - [2025-02-03 02:31:50] "POST /access-control-lists HTTP/1.1" 200 604 0.061569 10.0.0.24 - - [2025-02-03 02:31:50] "POST /neutron/network HTTP/1.1" 200 922 0.010397 10.0.0.24 - - [2025-02-03 02:31:50] "POST /routing-instances HTTP/1.1" 200 759 0.022392 10.0.0.24 - - [2025-02-03 02:31:50] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010186 10.0.0.24 - - [2025-02-03 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.24 - - [2025-02-03 02:31:50] "POST /route-targets HTTP/1.1" 200 327 0.011769 10.0.0.24 - - [2025-02-03 02:31:51] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003445 10.0.0.24 - - [2025-02-03 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.012605 10.0.0.24 - - [2025-02-03 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.24 - - [2025-02-03 02:31:51] "GET /routing-instance/bf2cf700-b533-446e-9141-6c0e9a43d57c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003960 10.0.0.24 - - [2025-02-03 02:31:51] "GET /service-template/bec44e86-b61f-4704-9eb2-f2530e9da5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004222 10.0.0.24 - - [2025-02-03 02:31:51] "GET /routing-instance/bf2cf700-b533-446e-9141-6c0e9a43d57c?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003467 10.0.0.24 - - [2025-02-03 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.24 - - [2025-02-03 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.011024 10.0.0.24 - - [2025-02-03 02:31:51] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.24 - - [2025-02-03 02:31:51] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025341 10.0.0.24 - - [2025-02-03 02:31:51] "POST /routing-instances HTTP/1.1" 200 760 0.018980 10.0.0.24 - - [2025-02-03 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.24 - - [2025-02-03 02:31:51] "POST /route-targets HTTP/1.1" 200 327 0.014730 10.0.0.24 - - [2025-02-03 02:31:51] "GET /service-instance/f84b1235-d8e4-4422-ae0c-70b87907773e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.007514 10.0.0.24 - - [2025-02-03 02:31:51] "GET /domains HTTP/1.1" 200 280 0.003028 10.0.0.24 - - [2025-02-03 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.013946 10.0.0.24 - - [2025-02-03 02:31:51] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001953 10.0.0.24 - - [2025-02-03 02:31:51] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2772 0.012803 10.0.0.24 - - [2025-02-03 02:31:51] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.24 - - [2025-02-03 02:31:51] "GET /routing-instance/b1aa46b2-1286-4fcb-8603-925363e42f61?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003772 10.0.0.24 - - [2025-02-03 02:31:51] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 4243 0.066150 10.0.0.24 - - [2025-02-03 02:31:51] "GET /service-instance/f84b1235-d8e4-4422-ae0c-70b87907773e HTTP/1.1" 200 3783 0.004708 10.0.0.24 - - [2025-02-03 02:31:51] "GET /routing-instance/b1aa46b2-1286-4fcb-8603-925363e42f61?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.002718 10.0.0.24 - - [2025-02-03 02:31:51] "GET /domains HTTP/1.1" 200 280 0.002427 10.0.0.24 - - [2025-02-03 02:31:51] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.24 - - [2025-02-03 02:31:51] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2772 0.007958 10.0.0.24 - - [2025-02-03 02:31:51] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.24 - - [2025-02-03 02:31:51] "PUT /routing-instance/bf2cf700-b533-446e-9141-6c0e9a43d57c HTTP/1.1" 200 266 0.010950 10.0.0.24 - - [2025-02-03 02:31:51] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 4243 0.067712 10.0.0.24 - - [2025-02-03 02:31:51] "GET /service-instance/f84b1235-d8e4-4422-ae0c-70b87907773e HTTP/1.1" 200 3783 0.003732 10.0.0.24 - - [2025-02-03 02:31:51] "GET /port-tuple/6cdae3eb-28a5-4de0-8494-8e928b5abfb0 HTTP/1.1" 200 1977 0.004083 10.0.0.24 - - [2025-02-03 02:31:51] "PUT /routing-instance/b1aa46b2-1286-4fcb-8603-925363e42f61 HTTP/1.1" 200 266 0.014094 10.0.0.24 - - [2025-02-03 02:31:51] "GET /virtual-machine-interface/0b23cbbd-220f-4c00-9a7c-9fc8dca1c468 HTTP/1.1" 200 3814 0.008253 10.0.0.24 - - [2025-02-03 02:31:51] "GET /virtual-machine-interface/97a101db-17e5-4e76-9d4f-53248d440bf2 HTTP/1.1" 200 3804 0.003757 10.0.0.24 - - [2025-02-03 02:31:51] "GET /virtual-machine-interface/c3c65724-08c1-4616-9a1d-7aa349a9965e HTTP/1.1" 200 3798 0.003695 10.0.0.24 - - [2025-02-03 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.013214 10.0.0.24 - - [2025-02-03 02:31:51] "PUT /access-control-list/af7f968d-7a14-4695-8fd4-4593cf02d001 HTTP/1.1" 200 272 0.018285 10.0.0.24 - - [2025-02-03 02:31:51] "POST /neutron/port HTTP/1.1" 200 3831 0.066729 10.0.0.24 - - [2025-02-03 02:31:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006952 10.0.0.24 - - [2025-02-03 02:31:51] "POST /neutron/port HTTP/1.1" 200 3831 0.036525 10.0.0.24 - - [2025-02-03 02:31:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007095 10.0.0.24 - - [2025-02-03 02:31:51] "POST /neutron/port HTTP/1.1" 200 3831 0.035398 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006769 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/port HTTP/1.1" 200 3831 0.042146 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007985 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/network HTTP/1.1" 200 892 0.019470 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/network HTTP/1.1" 200 918 0.006798 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/network HTTP/1.1" 200 807 0.015300 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/network HTTP/1.1" 200 833 0.006034 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/network HTTP/1.1" 200 896 0.013450 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/network HTTP/1.1" 200 922 0.006446 10.0.0.24 - - [2025-02-03 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001558 10.0.0.24 - - [2025-02-03 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001563 10.0.0.24 - - [2025-02-03 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001543 10.0.0.24 - - [2025-02-03 02:31:52] "GET /virtual-machine/1d641f06-860c-46eb-b531-abdbfa6e5355 HTTP/1.1" 200 1802 0.003776 10.0.0.24 - - [2025-02-03 02:31:52] "GET /virtual-machine-interface/0b23cbbd-220f-4c00-9a7c-9fc8dca1c468 HTTP/1.1" 200 3814 0.004189 10.0.0.24 - - [2025-02-03 02:31:52] "GET /virtual-machine-interface/97a101db-17e5-4e76-9d4f-53248d440bf2 HTTP/1.1" 200 3804 0.004190 10.0.0.24 - - [2025-02-03 02:31:52] "GET /virtual-machine-interface/c3c65724-08c1-4616-9a1d-7aa349a9965e HTTP/1.1" 200 3798 0.003312 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/114a015f-53bf-4d71-99d9-1511b7a02bac HTTP/1.1" 200 1980 0.003124 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/61da7c0c-c12e-48b1-9aae-692e5a692002 HTTP/1.1" 200 1978 0.003462 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/c8f55f18-785d-4bef-af87-120ddba54b62 HTTP/1.1" 200 1623 0.004606 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/7315fede-dee2-496d-bd93-f67579fd4934 HTTP/1.1" 200 1622 0.004707 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/8bfd9de7-d059-4b93-a94d-3786200b8848 HTTP/1.1" 200 1961 0.002886 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/cd799df7-4abe-4ef2-83e5-8e1cba9dfe57 HTTP/1.1" 200 1958 0.003267 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/157725c3-5afa-4636-8281-ee0c62834ec8 HTTP/1.1" 200 1955 0.002966 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/56430962-9014-4484-a910-53b9b2239d91 HTTP/1.1" 200 1954 0.002972 10.0.0.24 - - [2025-02-03 02:31:52] "GET /instance-ip/e0995320-58b6-44ed-b655-e99f63dc09df HTTP/1.1" 200 1620 0.004188 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/port HTTP/1.1" 200 3831 0.042269 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008382 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/port HTTP/1.1" 200 3831 0.035930 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008427 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/port HTTP/1.1" 200 3831 0.037251 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/port HTTP/1.1" 200 3831 0.040401 10.0.0.24 - - [2025-02-03 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007628 10.0.0.24 - - [2025-02-03 02:31:52] "GET /virtual-machine/1d641f06-860c-46eb-b531-abdbfa6e5355 HTTP/1.1" 200 1802 0.003845 10.0.0.24 - - [2025-02-03 02:31:52] "GET /virtual-machine-interface/0b23cbbd-220f-4c00-9a7c-9fc8dca1c468 HTTP/1.1" 200 3814 0.003428 10.0.0.24 - - [2025-02-03 02:31:53] "GET /virtual-machine-interface/97a101db-17e5-4e76-9d4f-53248d440bf2 HTTP/1.1" 200 3804 0.004176 10.0.0.24 - - [2025-02-03 02:31:53] "GET /virtual-machine-interface/c3c65724-08c1-4616-9a1d-7aa349a9965e HTTP/1.1" 200 3798 0.003949 10.0.0.24 - - [2025-02-03 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.24 - - [2025-02-03 02:31:53] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003079 10.0.0.24 - - [2025-02-03 02:31:53] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003460 10.0.0.24 - - [2025-02-03 02:31:53] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004681 10.0.0.24 - - [2025-02-03 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.24 - - [2025-02-03 02:31:54] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003374 10.0.0.24 - - [2025-02-03 02:31:54] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003616 10.0.0.24 - - [2025-02-03 02:31:54] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.003810 10.0.0.24 - - [2025-02-03 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.24 - - [2025-02-03 02:31:54] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003770 10.0.0.24 - - [2025-02-03 02:31:54] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003927 10.0.0.24 - - [2025-02-03 02:31:54] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.003999 10.0.0.24 - - [2025-02-03 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.24 - - [2025-02-03 02:31:54] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004002 10.0.0.24 - - [2025-02-03 02:31:54] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003427 10.0.0.24 - - [2025-02-03 02:31:54] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005256 10.0.0.24 - - [2025-02-03 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.24 - - [2025-02-03 02:31:54] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003706 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004027 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.003723 10.0.0.24 - - [2025-02-03 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.24 - - [2025-02-03 02:31:55] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003233 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004841 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003815 10.0.0.24 - - [2025-02-03 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.24 - - [2025-02-03 02:31:55] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003884 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003542 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004274 10.0.0.24 - - [2025-02-03 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.24 - - [2025-02-03 02:31:55] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003709 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003647 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004283 10.0.0.24 - - [2025-02-03 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.24 - - [2025-02-03 02:31:55] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003688 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004276 10.0.0.24 - - [2025-02-03 02:31:55] "GET /virtual-network/473236ca-5a8b-44c3-bc0d-790a25c5ef46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004349 10.0.0.24 - - [2025-02-03 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.24 - - [2025-02-03 02:31:56] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004192 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003737 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003780 10.0.0.24 - - [2025-02-03 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.24 - - [2025-02-03 02:31:56] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004205 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004044 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004490 10.0.0.24 - - [2025-02-03 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.24 - - [2025-02-03 02:31:56] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004232 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004044 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004310 10.0.0.24 - - [2025-02-03 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.24 - - [2025-02-03 02:31:56] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003815 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-networks?parent_id=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003637 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003978 10.0.0.24 - - [2025-02-03 02:31:56] "GET /virtual-machine/1d641f06-860c-46eb-b531-abdbfa6e5355 HTTP/1.1" 200 1802 0.004236 10.0.0.24 - - [2025-02-03 02:31:56] "GET /domains HTTP/1.1" 200 280 0.003297 10.0.0.24 - - [2025-02-03 02:31:56] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.24 - - [2025-02-03 02:31:56] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2772 0.008206 10.0.0.24 - - [2025-02-03 02:31:56] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.24 - - [2025-02-03 02:31:56] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 4243 0.074015 10.0.0.24 - - [2025-02-03 02:31:56] "GET /service-instance/f84b1235-d8e4-4422-ae0c-70b87907773e HTTP/1.1" 200 3783 0.003528 10.0.0.24 - - [2025-02-03 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.24 - - [2025-02-03 02:31:56] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003458 10.0.0.24 - - [2025-02-03 02:31:57] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.006009 10.0.0.24 - - [2025-02-03 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.24 - - [2025-02-03 02:31:57] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004250 10.0.0.24 - - [2025-02-03 02:31:57] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005961 10.0.0.24 - - [2025-02-03 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.24 - - [2025-02-03 02:31:57] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004175 10.0.0.24 - - [2025-02-03 02:31:57] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?fields=routing_instances HTTP/1.1" 200 1683 0.006062 10.0.0.24 - - [2025-02-03 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.24 - - [2025-02-03 02:31:57] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004440 10.0.0.24 - - [2025-02-03 02:31:57] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?fields=routing_instances HTTP/1.1" 200 1687 0.006262 10.0.0.24 - - [2025-02-03 02:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.053625 10.0.0.24 - - [2025-02-03 02:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.051649 10.0.0.24 - - [2025-02-03 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.037826 10.0.0.24 - - [2025-02-03 02:32:01] "DELETE /access-control-list/af7f968d-7a14-4695-8fd4-4593cf02d001 HTTP/1.1" 200 115 0.045599 10.0.0.24 - - [2025-02-03 02:32:01] "POST /neutron/network HTTP/1.1" 200 834 0.021843 10.0.0.24 - - [2025-02-03 02:32:01] "GET /virtual-network/7dd10a2e-d1b2-4161-b249-c4a38aaa9b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003991 10.0.0.24 - - [2025-02-03 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.24 - - [2025-02-03 02:32:01] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003067 10.0.0.24 - - [2025-02-03 02:32:01] "DELETE /routing-instance/bf2cf700-b533-446e-9141-6c0e9a43d57c HTTP/1.1" 200 115 0.036274 10.0.0.24 - - [2025-02-03 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005834 10.0.0.24 - - [2025-02-03 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.044352 10.0.0.24 - - [2025-02-03 02:32:01] "DELETE /route-target/2ec8217e-f0da-4f4b-ba7d-a9f96abc3371 HTTP/1.1" 200 115 0.028742 10.0.0.24 - - [2025-02-03 02:32:01] "DELETE /routing-instance/b1aa46b2-1286-4fcb-8603-925363e42f61 HTTP/1.1" 200 115 0.039389 10.0.0.24 - - [2025-02-03 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008033 10.0.0.24 - - [2025-02-03 02:32:01] "POST /neutron/network HTTP/1.1" 200 830 0.010276 10.0.0.24 - - [2025-02-03 02:32:01] "GET /virtual-network/b2cdec1e-c0c3-4603-a20f-e0094de76c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004375 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /route-target/9ed83c4d-032a-4e6e-b61c-ed5341db036b HTTP/1.1" 200 115 0.019927 10.0.0.24 - - [2025-02-03 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /access-control-list/e8ea1939-8cfc-4606-8fd2-1b67a15e1af8 HTTP/1.1" 200 115 0.029264 10.0.0.24 - - [2025-02-03 02:32:02] "GET /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003949 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /network-policy/01109bcb-b7f2-4e37-ba8d-1b12c92a2ddf HTTP/1.1" 200 115 0.040371 10.0.0.24 - - [2025-02-03 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /service-instance/f84b1235-d8e4-4422-ae0c-70b87907773e HTTP/1.1" 200 115 0.069508 10.0.0.24 - - [2025-02-03 02:32:02] "GET /domains HTTP/1.1" 200 280 0.004639 10.0.0.24 - - [2025-02-03 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.031203 10.0.0.24 - - [2025-02-03 02:32:02] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001474 10.0.0.24 - - [2025-02-03 02:32:02] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2772 0.023468 10.0.0.24 - - [2025-02-03 02:32:02] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001489 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /instance-ip/61da7c0c-c12e-48b1-9aae-692e5a692002 HTTP/1.1" 200 115 0.039340 10.0.0.24 - - [2025-02-03 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.014577 10.0.0.24 - - [2025-02-03 02:32:02] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 3769 0.088861 10.0.0.24 - - [2025-02-03 02:32:02] "GET /virtual-machine/1d641f06-860c-46eb-b531-abdbfa6e5355 HTTP/1.1" 200 1802 0.004236 10.0.0.24 - - [2025-02-03 02:32:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003789 10.0.0.24 - - [2025-02-03 02:32:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003179 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /instance-ip/8bfd9de7-d059-4b93-a94d-3786200b8848 HTTP/1.1" 200 115 0.034708 10.0.0.24 - - [2025-02-03 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.012537 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /instance-ip/157725c3-5afa-4636-8281-ee0c62834ec8 HTTP/1.1" 200 115 0.029711 10.0.0.24 - - [2025-02-03 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.011729 10.0.0.24 - - [2025-02-03 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /instance-ip/56430962-9014-4484-a910-53b9b2239d91 HTTP/1.1" 200 115 0.049421 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /service-template/bec44e86-b61f-4704-9eb2-f2530e9da5b1 HTTP/1.1" 200 115 0.038903 10.0.0.24 - - [2025-02-03 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.010769 10.0.0.24 - - [2025-02-03 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.024732 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /instance-ip/cd799df7-4abe-4ef2-83e5-8e1cba9dfe57 HTTP/1.1" 200 115 0.026309 10.0.0.24 - - [2025-02-03 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.011987 10.0.0.24 - - [2025-02-03 02:32:02] "DELETE /instance-ip/114a015f-53bf-4d71-99d9-1511b7a02bac HTTP/1.1" 200 115 0.044177 10.0.0.24 - - [2025-02-03 02:32:02] "POST /neutron/network HTTP/1.1" 200 834 0.017503 10.0.0.24 - - [2025-02-03 02:32:02] "POST /neutron/network HTTP/1.1" 400 204 0.013501 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 1086 0.017898 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 1112 0.010932 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 1084 0.029430 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 1110 0.022320 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 151 0.163003 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 3024 0.038746 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 151 0.154727 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 1113 0.026731 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 151 0.127329 10.0.0.24 - - [2025-02-03 02:32:03] "POST /neutron/port HTTP/1.1" 200 1112 0.013720 10.0.0.24 - - [2025-02-03 02:32:04] "POST /neutron/port HTTP/1.1" 200 151 0.144814 10.0.0.24 - - [2025-02-03 02:32:04] "POST /neutron/port HTTP/1.1" 200 1110 0.011929 10.0.0.24 - - [2025-02-03 02:32:04] "POST /neutron/port HTTP/1.1" 200 151 0.120496 10.0.0.24 - - [2025-02-03 02:32:05] "POST /neutron/network HTTP/1.1" 200 834 0.008564 10.0.0.24 - - [2025-02-03 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001525 10.0.0.24 - - [2025-02-03 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001524 10.0.0.24 - - [2025-02-03 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007354 10.0.0.24 - - [2025-02-03 02:32:05] "POST /neutron/network HTTP/1.1" 200 151 0.089434 10.0.0.24 - - [2025-02-03 02:32:05] "GET /routing-instance/2c7b732e-2987-4323-8ac9-0e302ffe99e1 HTTP/1.1" 404 171 0.004572 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domains HTTP/1.1" 200 280 0.004287 10.0.0.24 - - [2025-02-03 02:32:05] "DELETE /route-target/26451cdb-6f28-4805-878f-abd7ff4ad5b2 HTTP/1.1" 200 115 0.025893 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2572 0.051693 10.0.0.24 - - [2025-02-03 02:32:05] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.24 - - [2025-02-03 02:32:05] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2308 0.068110 10.0.0.24 - - [2025-02-03 02:32:05] "POST /neutron/network HTTP/1.1" 200 830 0.007811 10.0.0.24 - - [2025-02-03 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.24 - - [2025-02-03 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001225 10.0.0.24 - - [2025-02-03 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001686 10.0.0.24 - - [2025-02-03 02:32:05] "POST /neutron/network HTTP/1.1" 200 151 0.095029 10.0.0.24 - - [2025-02-03 02:32:05] "GET /routing-instance/2221f536-27f7-439f-b63d-6a600e99dbb2 HTTP/1.1" 404 171 0.004102 10.0.0.24 - - [2025-02-03 02:32:05] "DELETE /route-target/1aeda285-b77a-4438-9bd8-6a31d1f56394 HTTP/1.1" 200 115 0.023080 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domains HTTP/1.1" 200 280 0.002830 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2572 0.049602 10.0.0.24 - - [2025-02-03 02:32:05] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001593 10.0.0.24 - - [2025-02-03 02:32:05] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 2090 0.069077 10.0.0.24 - - [2025-02-03 02:32:05] "POST /neutron/network HTTP/1.1" 200 833 0.006849 10.0.0.24 - - [2025-02-03 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.24 - - [2025-02-03 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.24 - - [2025-02-03 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001318 10.0.0.24 - - [2025-02-03 02:32:05] "POST /neutron/network HTTP/1.1" 200 151 0.106914 10.0.0.24 - - [2025-02-03 02:32:05] "DELETE /route-target/e66d4c2b-5fc9-4ea7-b395-7e0a82eda06a HTTP/1.1" 200 115 0.027989 10.0.0.24 - - [2025-02-03 02:32:05] "GET /routing-instance/c9317e8f-905b-4bcb-9fd5-dbaa04909d62 HTTP/1.1" 404 171 0.002866 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domains HTTP/1.1" 200 280 0.002414 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.24 - - [2025-02-03 02:32:05] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2572 0.050402 10.0.0.24 - - [2025-02-03 02:32:05] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001830 10.0.0.24 - - [2025-02-03 02:32:05] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 1850 0.066544 10.0.0.24 - - [2025-02-03 02:32:06] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.24 - - [2025-02-03 02:32:06] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033556 10.0.0.24 - - [2025-02-03 02:32:06] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.24 - - [2025-02-03 02:32:06] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?fields=virtual_networks HTTP/1.1" 200 1038 0.066620 10.0.0.24 - - [2025-02-03 02:32:06] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001742 10.0.0.24 - - [2025-02-03 02:32:06] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.028971 10.0.0.24 - - [2025-02-03 02:32:06] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001412 10.0.0.24 - - [2025-02-03 02:32:06] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?fields=security_groups HTTP/1.1" 200 1262 0.026556 10.0.0.24 - - [2025-02-03 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.027519 10.0.0.24 - - [2025-02-03 02:32:07] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003019 10.0.0.24 - - [2025-02-03 02:32:07] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001850 10.0.0.24 - - [2025-02-03 02:32:07] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008487 10.0.0.24 - - [2025-02-03 02:32:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001556 10.0.0.24 - - [2025-02-03 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.004032 10.0.0.24 - - [2025-02-03 02:32:07] "POST /security-groups HTTP/1.1" 200 592 0.067811 10.0.0.24 - - [2025-02-03 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002955 10.0.0.24 - - [2025-02-03 02:32:07] "POST /projects HTTP/1.1" 200 587 0.219107 10.0.0.24 - - [2025-02-03 02:32:07] "POST /access-control-lists HTTP/1.1" 200 597 0.058893 10.0.0.24 - - [2025-02-03 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.301890 10.0.0.24 - - [2025-02-03 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003204 10.0.0.24 - - [2025-02-03 02:32:07] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.434790 10.0.0.24 - - [2025-02-03 02:32:07] "POST /access-control-lists HTTP/1.1" 200 595 0.064470 10.0.0.24 - - [2025-02-03 02:32:09] "GET / HTTP/1.1" 200 35931 0.003369 10.0.0.24 - - [2025-02-03 02:32:10] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000761 10.0.0.24 - - [2025-02-03 02:32:10] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001511 10.0.0.24 - - [2025-02-03 02:32:10] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059929 10.0.0.24 - - [2025-02-03 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.004376 10.0.0.24 - - [2025-02-03 02:32:10] "POST /virtual-DNSs HTTP/1.1" 200 507 0.025142 10.0.0.24 - - [2025-02-03 02:32:10] "GET /virtual-DNS/93689e0c-68d1-452a-a082-5bdc419ac897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005832 10.0.0.24 - - [2025-02-03 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.24 - - [2025-02-03 02:32:10] "GET /virtual-DNS/93689e0c-68d1-452a-a082-5bdc419ac897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004423 10.0.0.24 - - [2025-02-03 02:32:11] "GET /domains HTTP/1.1" 401 292 0.000549 10.0.0.24 - - [2025-02-03 02:32:11] "GET /domains HTTP/1.1" 200 280 0.032236 10.0.0.24 - - [2025-02-03 02:32:11] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.24 - - [2025-02-03 02:32:11] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2959 0.010555 10.0.0.24 - - [2025-02-03 02:32:11] "GET /virtual-DNS/93689e0c-68d1-452a-a082-5bdc419ac897 HTTP/1.1" 200 1438 0.005588 10.0.0.24 - - [2025-02-03 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004300 10.0.0.24 - - [2025-02-03 02:32:11] "POST /network-ipams HTTP/1.1" 200 514 0.026010 10.0.0.24 - - [2025-02-03 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.004231 10.0.0.24 - - [2025-02-03 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.24 - - [2025-02-03 02:32:11] "GET /network-ipam/8f311f7b-5a4d-4a94-aaa4-a40c577a7603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.007586 10.0.0.24 - - [2025-02-03 02:32:11] "PUT /network-ipam/8f311f7b-5a4d-4a94-aaa4-a40c577a7603 HTTP/1.1" 200 258 0.011940 10.0.0.24 - - [2025-02-03 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.010700 10.0.0.24 - - [2025-02-03 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.24 - - [2025-02-03 02:32:11] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002107 10.0.0.24 - - [2025-02-03 02:32:11] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.029238 10.0.0.24 - - [2025-02-03 02:32:11] "POST /neutron/network HTTP/1.1" 200 117 0.037668 10.0.0.24 - - [2025-02-03 02:32:11] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001681 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 618 0.085596 10.0.0.24 - - [2025-02-03 02:32:12] "POST /route-targets HTTP/1.1" 200 327 0.018137 10.0.0.24 - - [2025-02-03 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.013132 10.0.0.24 - - [2025-02-03 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005667 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 711 0.214664 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 833 0.007405 10.0.0.24 - - [2025-02-03 02:32:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.002017 10.0.0.24 - - [2025-02-03 02:32:12] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004725 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 833 0.007945 10.0.0.24 - - [2025-02-03 02:32:12] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004169 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 833 0.009250 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 711 0.009834 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 807 0.016503 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 833 0.008408 10.0.0.24 - - [2025-02-03 02:32:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.002135 10.0.0.24 - - [2025-02-03 02:32:12] "POST /neutron/network HTTP/1.1" 200 843 0.009064 10.0.0.24 - - [2025-02-03 02:32:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000763 10.0.0.24 - - [2025-02-03 02:32:13] "GET / HTTP/1.1" 200 35931 0.002481 10.0.0.24 - - [2025-02-03 02:32:13] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000763 10.0.0.24 - - [2025-02-03 02:32:13] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002125 10.0.0.24 - - [2025-02-03 02:32:13] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.062528 10.0.0.24 - - [2025-02-03 02:32:13] "POST /neutron/network HTTP/1.1" 200 833 0.007446 10.0.0.24 - - [2025-02-03 02:32:13] "POST /neutron/port HTTP/1.1" 200 117 0.006224 10.0.0.24 - - [2025-02-03 02:32:13] "POST /neutron/port HTTP/1.1" 200 117 0.006642 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.008284 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/network HTTP/1.1" 200 843 0.008367 10.0.0.24 - - [2025-02-03 02:32:14] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 1058 0.232059 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 1058 0.014636 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 1058 0.013932 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 1112 0.078893 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 1086 0.020701 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004365 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/subnet HTTP/1.1" 200 685 0.013002 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.24 - - [2025-02-03 02:32:14] "POST /neutron/network HTTP/1.1" 200 833 0.008053 10.0.0.24 - - [2025-02-03 02:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.018439 10.0.0.24 - - [2025-02-03 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008562 10.0.0.24 - - [2025-02-03 02:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.017591 10.0.0.24 - - [2025-02-03 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007556 10.0.0.24 - - [2025-02-03 02:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.018598 10.0.0.24 - - [2025-02-03 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007371 10.0.0.24 - - [2025-02-03 02:32:19] "GET /virtual-machine/e6855f78-c2d8-460a-9997-7b204e42db68 HTTP/1.1" 200 1294 0.005060 10.0.0.24 - - [2025-02-03 02:32:19] "GET /virtual-machine-interface/d5c4a540-22aa-4c7d-b79a-864fcaae2cb5 HTTP/1.1" 200 2964 0.004106 10.0.0.24 - - [2025-02-03 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.24 - - [2025-02-03 02:32:19] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003977 10.0.0.24 - - [2025-02-03 02:32:19] "GET /virtual-networks?parent_id=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004716 10.0.0.24 - - [2025-02-03 02:32:19] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004250 10.0.0.24 - - [2025-02-03 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.24 - - [2025-02-03 02:32:22] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003961 10.0.0.24 - - [2025-02-03 02:32:25] "POST /neutron/port HTTP/1.1" 200 1086 0.020740 10.0.0.24 - - [2025-02-03 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008302 10.0.0.24 - - [2025-02-03 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.24 - - [2025-02-03 02:32:26] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004147 10.0.0.24 - - [2025-02-03 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.24 - - [2025-02-03 02:32:28] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003837 10.0.0.24 - - [2025-02-03 02:32:28] "GET /virtual-networks?parent_id=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003901 10.0.0.24 - - [2025-02-03 02:32:28] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004073 10.0.0.24 - - [2025-02-03 02:32:33] "POST /neutron/network HTTP/1.1" 200 807 0.013575 10.0.0.24 - - [2025-02-03 02:32:33] "POST /neutron/network HTTP/1.1" 200 833 0.007696 10.0.0.24 - - [2025-02-03 02:32:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.002056 10.0.0.24 - - [2025-02-03 02:32:33] "POST /neutron/port HTTP/1.1" 200 1086 0.022321 10.0.0.24 - - [2025-02-03 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009048 10.0.0.24 - - [2025-02-03 02:32:34] "POST /neutron/network HTTP/1.1" 200 843 0.007619 10.0.0.24 - - [2025-02-03 02:32:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000682 10.0.0.24 - - [2025-02-03 02:32:34] "GET / HTTP/1.1" 200 35931 0.002448 10.0.0.24 - - [2025-02-03 02:32:34] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000632 10.0.0.24 - - [2025-02-03 02:32:34] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001421 10.0.0.24 - - [2025-02-03 02:32:34] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059788 10.0.0.24 - - [2025-02-03 02:32:34] "POST /neutron/network HTTP/1.1" 200 833 0.006691 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 1086 0.018751 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008173 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.005732 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.005412 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/network HTTP/1.1" 200 843 0.007429 10.0.0.24 - - [2025-02-03 02:32:35] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001489 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 1058 0.213989 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 1058 0.015771 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 1058 0.011365 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 1112 0.065006 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 1086 0.018100 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.014414 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.001530 10.0.0.24 - - [2025-02-03 02:32:35] "POST /neutron/network HTTP/1.1" 200 833 0.007304 10.0.0.24 - - [2025-02-03 02:32:40] "POST /neutron/port HTTP/1.1" 200 1086 0.022666 10.0.0.24 - - [2025-02-03 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008546 10.0.0.24 - - [2025-02-03 02:32:40] "POST /neutron/port HTTP/1.1" 200 1086 0.017724 10.0.0.24 - - [2025-02-03 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007685 10.0.0.24 - - [2025-02-03 02:32:40] "POST /neutron/port HTTP/1.1" 200 1086 0.020171 10.0.0.24 - - [2025-02-03 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010169 10.0.0.24 - - [2025-02-03 02:32:40] "GET /virtual-machine/844c67fd-025d-4e47-8fa5-44efb4200f74 HTTP/1.1" 200 1293 0.004586 10.0.0.24 - - [2025-02-03 02:32:40] "GET /virtual-machine-interface/2181644d-082c-4342-8c65-410610a17a03 HTTP/1.1" 200 2963 0.003243 10.0.0.24 - - [2025-02-03 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.24 - - [2025-02-03 02:32:40] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003609 10.0.0.24 - - [2025-02-03 02:32:40] "GET /virtual-networks?parent_id=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003793 10.0.0.24 - - [2025-02-03 02:32:40] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004109 10.0.0.24 - - [2025-02-03 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.24 - - [2025-02-03 02:32:43] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003437 10.0.0.24 - - [2025-02-03 02:32:45] "POST /neutron/port HTTP/1.1" 200 1086 0.019609 10.0.0.24 - - [2025-02-03 02:32:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006815 10.0.0.24 - - [2025-02-03 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.24 - - [2025-02-03 02:32:47] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004002 10.0.0.24 - - [2025-02-03 02:32:47] "GET /virtual-networks?parent_id=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004223 10.0.0.24 - - [2025-02-03 02:32:47] "GET /virtual-network/98e7fb6f-14a9-4154-8a2a-e3cb54753d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004151 10.0.0.24 - - [2025-02-03 02:32:52] "DELETE /project/c930b7b398384015afdad99e03bd1d56 HTTP/1.1" 404 173 0.005876 10.0.0.24 - - [2025-02-03 02:32:52] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.24 - - [2025-02-03 02:32:52] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.023423 10.0.0.24 - - [2025-02-03 02:32:52] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.24 - - [2025-02-03 02:32:52] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?fields=security_groups HTTP/1.1" 200 1367 0.069239 10.0.0.24 - - [2025-02-03 02:32:52] "DELETE /security-group/1355ad51-5a2f-4515-98e9-cdc13dc71706 HTTP/1.1" 200 115 0.039606 10.0.0.24 - - [2025-02-03 02:32:52] "GET /projects?obj_uuids=142c89c4-baaa-41d5-98f8-c5900b8337c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.24 - - [2025-02-03 02:32:52] "GET /project/142c89c4-baaa-41d5-98f8-c5900b8337c7?fields=application_policy_sets HTTP/1.1" 200 1406 0.022577 10.0.0.24 - - [2025-02-03 02:32:52] "DELETE /access-control-list/f013ddc2-d75e-4206-8efe-b35088f084e5 HTTP/1.1" 200 115 0.029309 10.0.0.24 - - [2025-02-03 02:32:52] "DELETE /access-control-list/b122dbac-76f1-48c5-8d6b-4e4753660cb8 HTTP/1.1" 200 115 0.022491 10.0.0.24 - - [2025-02-03 02:32:52] "DELETE /project/142c89c4-baaa-41d5-98f8-c5900b8337c7 HTTP/1.1" 200 115 0.315913 10.0.0.24 - - [2025-02-03 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.24 - - [2025-02-03 02:32:54] "DELETE /virtual-DNS/93689e0c-68d1-452a-a082-5bdc419ac897 HTTP/1.1" 409 235 0.007828 10.0.0.24 - - [2025-02-03 02:32:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.003091 10.0.0.24 - - [2025-02-03 02:32:54] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.019769 10.0.0.24 - - [2025-02-03 02:32:54] "GET /virtual-DNS-record/36d8c842-465c-4fd1-92eb-5c51d80f27a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005538 10.0.0.24 - - [2025-02-03 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.24 - - [2025-02-03 02:32:54] "GET /virtual-DNS-record/36d8c842-465c-4fd1-92eb-5c51d80f27a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003665 10.0.0.24 - - [2025-02-03 02:32:54] "GET /domains HTTP/1.1" 200 280 0.003216 10.0.0.24 - - [2025-02-03 02:32:54] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.24 - - [2025-02-03 02:32:54] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2775 0.009631 10.0.0.24 - - [2025-02-03 02:32:54] "GET /virtual-DNS/93689e0c-68d1-452a-a082-5bdc419ac897 HTTP/1.1" 200 1907 0.005076 10.0.0.24 - - [2025-02-03 02:32:54] "GET /virtual-DNS-record/36d8c842-465c-4fd1-92eb-5c51d80f27a9 HTTP/1.1" 200 1335 0.003757 10.0.0.24 - - [2025-02-03 02:33:00] "DELETE /virtual-DNS-record/36d8c842-465c-4fd1-92eb-5c51d80f27a9 HTTP/1.1" 200 115 0.028544 10.0.0.24 - - [2025-02-03 02:33:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.003942 10.0.0.24 - - [2025-02-03 02:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.061294 10.0.0.24 - - [2025-02-03 02:33:00] "POST /neutron/network HTTP/1.1" 200 833 0.009762 10.0.0.24 - - [2025-02-03 02:33:00] "POST /neutron/network HTTP/1.1" 400 204 0.014178 10.0.0.24 - - [2025-02-03 02:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.074460 10.0.0.24 - - [2025-02-03 02:33:00] "POST /neutron/port HTTP/1.1" 200 1086 0.021729 10.0.0.24 - - [2025-02-03 02:33:00] "POST /neutron/port HTTP/1.1" 200 1112 0.012384 10.0.0.24 - - [2025-02-03 02:33:00] "POST /neutron/port HTTP/1.1" 200 1086 0.020320 10.0.0.24 - - [2025-02-03 02:33:00] "POST /neutron/port HTTP/1.1" 200 1112 0.014314 10.0.0.24 - - [2025-02-03 02:33:01] "POST /neutron/port HTTP/1.1" 200 151 0.154377 10.0.0.24 - - [2025-02-03 02:33:01] "POST /neutron/port HTTP/1.1" 200 151 0.137935 10.0.0.24 - - [2025-02-03 02:33:02] "POST /neutron/network HTTP/1.1" 200 833 0.008569 10.0.0.24 - - [2025-02-03 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005614 10.0.0.24 - - [2025-02-03 02:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001520 10.0.0.24 - - [2025-02-03 02:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001353 10.0.0.24 - - [2025-02-03 02:33:02] "POST /neutron/network HTTP/1.1" 200 151 0.238350 10.0.0.24 - - [2025-02-03 02:33:02] "DELETE /route-target/339806aa-5beb-48be-bd9b-52e98fd227a1 HTTP/1.1" 200 115 0.046592 10.0.0.24 - - [2025-02-03 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.24 - - [2025-02-03 02:33:02] "DELETE /network-ipam/8f311f7b-5a4d-4a94-aaa4-a40c577a7603 HTTP/1.1" 200 115 0.032513 10.0.0.24 - - [2025-02-03 02:33:02] "DELETE /virtual-DNS/93689e0c-68d1-452a-a082-5bdc419ac897 HTTP/1.1" 200 115 0.029581 10.0.0.24 - - [2025-02-03 02:33:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.004126 10.0.0.24 - - [2025-02-03 02:33:02] "GET /domains HTTP/1.1" 200 280 0.004408 10.0.0.24 - - [2025-02-03 02:33:02] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.24 - - [2025-02-03 02:33:02] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2575 0.011462 10.0.0.24 - - [2025-02-03 02:33:03] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001923 10.0.0.24 - - [2025-02-03 02:33:03] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027525 10.0.0.24 - - [2025-02-03 02:33:03] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.24 - - [2025-02-03 02:33:03] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?fields=virtual_networks HTTP/1.1" 200 1045 0.068345 10.0.0.24 - - [2025-02-03 02:33:03] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001847 10.0.0.24 - - [2025-02-03 02:33:03] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025581 10.0.0.24 - - [2025-02-03 02:33:03] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001483 10.0.0.24 - - [2025-02-03 02:33:03] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?fields=security_groups HTTP/1.1" 200 1272 0.032886 10.0.0.24 - - [2025-02-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.028466 10.0.0.24 - - [2025-02-03 02:33:04] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.24 - - [2025-02-03 02:33:04] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002026 10.0.0.24 - - [2025-02-03 02:33:04] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011211 10.0.0.24 - - [2025-02-03 02:33:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.001898 10.0.0.24 - - [2025-02-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.002657 10.0.0.24 - - [2025-02-03 02:33:04] "POST /security-groups HTTP/1.1" 200 592 0.067769 10.0.0.24 - - [2025-02-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.005268 10.0.0.24 - - [2025-02-03 02:33:04] "POST /projects HTTP/1.1" 200 587 0.245084 10.0.0.24 - - [2025-02-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.321297 10.0.0.24 - - [2025-02-03 02:33:04] "POST /access-control-lists HTTP/1.1" 200 597 0.066402 10.0.0.24 - - [2025-02-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.003156 10.0.0.24 - - [2025-02-03 02:33:04] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.462948 10.0.0.24 - - [2025-02-03 02:33:04] "POST /access-control-lists HTTP/1.1" 200 595 0.068254 10.0.0.24 - - [2025-02-03 02:33:06] "GET / HTTP/1.1" 200 35931 0.002733 10.0.0.24 - - [2025-02-03 02:33:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.24 - - [2025-02-03 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.067052 10.0.0.24 - - [2025-02-03 02:33:07] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028876 10.0.0.24 - - [2025-02-03 02:33:07] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055103 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/network HTTP/1.1" 200 117 0.033318 10.0.0.24 - - [2025-02-03 02:33:07] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002056 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/network HTTP/1.1" 200 606 0.072203 10.0.0.24 - - [2025-02-03 02:33:07] "POST /route-targets HTTP/1.1" 200 327 0.011121 10.0.0.24 - - [2025-02-03 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.010817 10.0.0.24 - - [2025-02-03 02:33:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003109 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.203986 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/network HTTP/1.1" 200 826 0.007054 10.0.0.24 - - [2025-02-03 02:33:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001393 10.0.0.24 - - [2025-02-03 02:33:07] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003448 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/network HTTP/1.1" 200 826 0.007053 10.0.0.24 - - [2025-02-03 02:33:07] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002939 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/network HTTP/1.1" 200 826 0.006822 10.0.0.24 - - [2025-02-03 02:33:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.009467 10.0.0.24 - - [2025-02-03 02:33:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001604 10.0.0.24 - - [2025-02-03 02:33:08] "POST /neutron/network HTTP/1.1" 200 836 0.007912 10.0.0.24 - - [2025-02-03 02:33:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000618 10.0.0.24 - - [2025-02-03 02:33:08] "GET / HTTP/1.1" 200 35931 0.002518 10.0.0.24 - - [2025-02-03 02:33:08] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000763 10.0.0.24 - - [2025-02-03 02:33:08] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001563 10.0.0.24 - - [2025-02-03 02:33:09] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057695 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/network HTTP/1.1" 200 826 0.006699 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.006249 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.007102 10.0.0.24 - - [2025-02-03 02:33:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001873 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.007635 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/network HTTP/1.1" 200 836 0.007394 10.0.0.24 - - [2025-02-03 02:33:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000637 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/network HTTP/1.1" 200 836 0.007302 10.0.0.24 - - [2025-02-03 02:33:09] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001335 10.0.0.24 - - [2025-02-03 02:33:09] "GET / HTTP/1.1" 200 35931 0.004168 10.0.0.24 - - [2025-02-03 02:33:09] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000672 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/port HTTP/1.1" 200 1062 0.243561 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/port HTTP/1.1" 200 1062 0.011579 10.0.0.24 - - [2025-02-03 02:33:09] "POST /neutron/port HTTP/1.1" 200 1062 0.017136 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/port HTTP/1.1" 200 1116 0.084847 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/port HTTP/1.1" 200 1090 0.018856 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.014534 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/port HTTP/1.1" 200 117 0.001610 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/network HTTP/1.1" 200 826 0.007757 10.0.0.24 - - [2025-02-03 02:33:10] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001630 10.0.0.24 - - [2025-02-03 02:33:10] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063187 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/network HTTP/1.1" 200 826 0.009669 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/port HTTP/1.1" 200 1090 0.027287 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014514 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/port HTTP/1.1" 200 117 0.011175 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/port HTTP/1.1" 200 1090 0.019334 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010286 10.0.0.24 - - [2025-02-03 02:33:10] "POST /neutron/network HTTP/1.1" 200 836 0.010166 10.0.0.24 - - [2025-02-03 02:33:11] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001459 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/port HTTP/1.1" 200 1062 0.296906 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/port HTTP/1.1" 200 1062 0.022881 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/port HTTP/1.1" 200 1062 0.013205 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/port HTTP/1.1" 200 1116 0.105920 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/port HTTP/1.1" 200 1090 0.019344 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003763 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.012292 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/port HTTP/1.1" 200 117 0.001728 10.0.0.24 - - [2025-02-03 02:33:11] "POST /neutron/network HTTP/1.1" 200 826 0.008363 10.0.0.24 - - [2025-02-03 02:33:15] "POST /neutron/port HTTP/1.1" 200 1090 0.020571 10.0.0.24 - - [2025-02-03 02:33:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009618 10.0.0.24 - - [2025-02-03 02:33:15] "POST /neutron/port HTTP/1.1" 200 1090 0.019746 10.0.0.24 - - [2025-02-03 02:33:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007616 10.0.0.24 - - [2025-02-03 02:33:16] "POST /neutron/port HTTP/1.1" 200 1090 0.019489 10.0.0.24 - - [2025-02-03 02:33:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008421 10.0.0.24 - - [2025-02-03 02:33:16] "GET /virtual-machine/92f91fc0-8813-43c7-a93b-765c0555f882 HTTP/1.1" 401 292 0.000595 10.0.0.24 - - [2025-02-03 02:33:16] "GET /virtual-machine/92f91fc0-8813-43c7-a93b-765c0555f882 HTTP/1.1" 200 1294 0.037042 10.0.0.24 - - [2025-02-03 02:33:16] "GET /virtual-machine-interface/9994d96c-d125-4fbf-9ec9-a9cef8972c33 HTTP/1.1" 200 2946 0.004897 10.0.0.24 - - [2025-02-03 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.24 - - [2025-02-03 02:33:16] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004897 10.0.0.24 - - [2025-02-03 02:33:16] "GET /virtual-networks?parent_id=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003987 10.0.0.24 - - [2025-02-03 02:33:16] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003937 10.0.0.24 - - [2025-02-03 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.24 - - [2025-02-03 02:33:19] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003715 10.0.0.24 - - [2025-02-03 02:33:21] "POST /neutron/port HTTP/1.1" 200 1090 0.019359 10.0.0.24 - - [2025-02-03 02:33:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007394 10.0.0.24 - - [2025-02-03 02:33:22] "POST /neutron/port HTTP/1.1" 200 1090 0.018874 10.0.0.24 - - [2025-02-03 02:33:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007157 10.0.0.24 - - [2025-02-03 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.24 - - [2025-02-03 02:33:23] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003713 10.0.0.24 - - [2025-02-03 02:33:23] "GET /virtual-networks?parent_id=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003730 10.0.0.24 - - [2025-02-03 02:33:23] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004237 10.0.0.24 - - [2025-02-03 02:33:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018637 10.0.0.24 - - [2025-02-03 02:33:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007596 10.0.0.24 - - [2025-02-03 02:33:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018146 10.0.0.24 - - [2025-02-03 02:33:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007824 10.0.0.24 - - [2025-02-03 02:33:24] "POST /neutron/port HTTP/1.1" 200 1090 0.021525 10.0.0.24 - - [2025-02-03 02:33:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007984 10.0.0.24 - - [2025-02-03 02:33:24] "GET /virtual-machine/f7319816-4bb4-4c92-a3b9-242d125827a9 HTTP/1.1" 200 1294 0.006129 10.0.0.24 - - [2025-02-03 02:33:24] "GET /virtual-machine-interface/fffa0f41-7391-4528-b5a1-376dda6d6d8f HTTP/1.1" 200 2946 0.003781 10.0.0.24 - - [2025-02-03 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.24 - - [2025-02-03 02:33:24] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004396 10.0.0.24 - - [2025-02-03 02:33:24] "GET /virtual-networks?parent_id=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004239 10.0.0.24 - - [2025-02-03 02:33:24] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003845 10.0.0.24 - - [2025-02-03 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.24 - - [2025-02-03 02:33:25] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003582 10.0.0.24 - - [2025-02-03 02:33:25] "GET /virtual-networks?parent_id=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003816 10.0.0.24 - - [2025-02-03 02:33:25] "GET /virtual-network/49888b7d-b689-4826-a2cd-468190ecffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003970 10.0.0.24 - - [2025-02-03 02:33:31] "POST /neutron/network HTTP/1.1" 200 826 0.007851 10.0.0.24 - - [2025-02-03 02:33:31] "POST /neutron/network HTTP/1.1" 400 204 0.012842 10.0.0.24 - - [2025-02-03 02:33:31] "POST /neutron/port HTTP/1.1" 200 1090 0.019394 10.0.0.24 - - [2025-02-03 02:33:32] "POST /neutron/port HTTP/1.1" 200 1116 0.011973 10.0.0.24 - - [2025-02-03 02:33:32] "POST /neutron/port HTTP/1.1" 200 1090 0.021872 10.0.0.24 - - [2025-02-03 02:33:32] "POST /neutron/port HTTP/1.1" 200 1116 0.015156 10.0.0.24 - - [2025-02-03 02:33:32] "POST /neutron/port HTTP/1.1" 200 151 0.180991 10.0.0.24 - - [2025-02-03 02:33:32] "POST /neutron/port HTTP/1.1" 200 151 0.179174 10.0.0.24 - - [2025-02-03 02:33:33] "POST /neutron/network HTTP/1.1" 200 826 0.008981 10.0.0.24 - - [2025-02-03 02:33:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.24 - - [2025-02-03 02:33:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.24 - - [2025-02-03 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008963 10.0.0.24 - - [2025-02-03 02:33:33] "POST /neutron/network HTTP/1.1" 200 151 0.094257 10.0.0.24 - - [2025-02-03 02:33:33] "DELETE /route-target/a4e101fc-da71-483d-a4a3-64d6005a4d42 HTTP/1.1" 200 115 0.021626 10.0.0.24 - - [2025-02-03 02:33:33] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001531 10.0.0.24 - - [2025-02-03 02:33:33] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.064849 10.0.0.24 - - [2025-02-03 02:33:33] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002047 10.0.0.24 - - [2025-02-03 02:33:34] "GET /project/2148f656-d306-407d-bbda-15f462686c27?fields=virtual_networks HTTP/1.1" 200 1044 0.076811 10.0.0.24 - - [2025-02-03 02:33:34] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001332 10.0.0.24 - - [2025-02-03 02:33:34] "GET /project/2148f656-d306-407d-bbda-15f462686c27?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.025542 10.0.0.24 - - [2025-02-03 02:33:34] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.24 - - [2025-02-03 02:33:34] "GET /project/2148f656-d306-407d-bbda-15f462686c27?fields=security_groups HTTP/1.1" 200 1271 0.024587 10.0.0.24 - - [2025-02-03 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.030133 10.0.0.24 - - [2025-02-03 02:33:35] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002914 10.0.0.24 - - [2025-02-03 02:33:35] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.24 - - [2025-02-03 02:33:35] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039487 10.0.0.24 - - [2025-02-03 02:33:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.002671 10.0.0.24 - - [2025-02-03 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.003418 10.0.0.24 - - [2025-02-03 02:33:35] "POST /security-groups HTTP/1.1" 200 591 0.070213 10.0.0.24 - - [2025-02-03 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.003104 10.0.0.24 - - [2025-02-03 02:33:35] "POST /projects HTTP/1.1" 200 585 0.227057 10.0.0.24 - - [2025-02-03 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.300032 10.0.0.24 - - [2025-02-03 02:33:35] "POST /access-control-lists HTTP/1.1" 200 596 0.063074 10.0.0.24 - - [2025-02-03 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.003176 10.0.0.24 - - [2025-02-03 02:33:35] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.467061 10.0.0.24 - - [2025-02-03 02:33:35] "POST /access-control-lists HTTP/1.1" 200 594 0.064594 10.0.0.24 - - [2025-02-03 02:33:36] "GET / HTTP/1.1" 200 35931 0.002186 10.0.0.24 - - [2025-02-03 02:33:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.24 - - [2025-02-03 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.060198 10.0.0.24 - - [2025-02-03 02:33:38] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001496 10.0.0.24 - - [2025-02-03 02:33:38] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.025465 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 117 0.037058 10.0.0.24 - - [2025-02-03 02:33:38] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001962 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 625 0.093599 10.0.0.24 - - [2025-02-03 02:33:38] "POST /route-targets HTTP/1.1" 200 327 0.016367 10.0.0.24 - - [2025-02-03 02:33:38] "POST /ref-update HTTP/1.1" 200 156 0.015847 10.0.0.24 - - [2025-02-03 02:33:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004641 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.210197 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 839 0.007348 10.0.0.24 - - [2025-02-03 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.002074 10.0.0.24 - - [2025-02-03 02:33:38] "GET /virtual-network/75bf78cd-0b45-4380-9e40-aac72e7e266f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003257 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 839 0.007301 10.0.0.24 - - [2025-02-03 02:33:38] "GET /virtual-network/75bf78cd-0b45-4380-9e40-aac72e7e266f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004305 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 839 0.007128 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.008260 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 839 0.006474 10.0.0.24 - - [2025-02-03 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001336 10.0.0.24 - - [2025-02-03 02:33:38] "POST /neutron/network HTTP/1.1" 200 849 0.006621 10.0.0.24 - - [2025-02-03 02:33:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000578 10.0.0.24 - - [2025-02-03 02:33:39] "GET / HTTP/1.1" 200 35931 0.002010 10.0.0.24 - - [2025-02-03 02:33:39] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.24 - - [2025-02-03 02:33:39] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001917 10.0.0.24 - - [2025-02-03 02:33:39] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.059066 10.0.0.24 - - [2025-02-03 02:33:39] "POST /neutron/network HTTP/1.1" 200 839 0.043511 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.005917 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.006517 10.0.0.24 - - [2025-02-03 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.24 - - [2025-02-03 02:33:40] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004732 10.0.0.24 - - [2025-02-03 02:33:40] "PUT /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df HTTP/1.1" 200 276 0.011261 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.005714 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/network HTTP/1.1" 200 849 0.007563 10.0.0.24 - - [2025-02-03 02:33:40] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001766 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/port HTTP/1.1" 200 1055 0.253312 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/port HTTP/1.1" 200 1055 0.041842 10.0.0.24 - - [2025-02-03 02:33:40] "POST /neutron/port HTTP/1.1" 200 1055 0.012809 10.0.0.24 - - [2025-02-03 02:33:41] "POST /neutron/port HTTP/1.1" 200 1109 0.063312 10.0.0.24 - - [2025-02-03 02:33:41] "POST /neutron/port HTTP/1.1" 200 1083 0.016450 10.0.0.24 - - [2025-02-03 02:33:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005185 10.0.0.24 - - [2025-02-03 02:33:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.016350 10.0.0.24 - - [2025-02-03 02:33:41] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.24 - - [2025-02-03 02:33:41] "POST /neutron/network HTTP/1.1" 200 839 0.006649 10.0.0.24 - - [2025-02-03 02:33:45] "POST /neutron/port HTTP/1.1" 200 1083 0.018234 10.0.0.24 - - [2025-02-03 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008881 10.0.0.24 - - [2025-02-03 02:33:45] "POST /neutron/port HTTP/1.1" 200 1083 0.017355 10.0.0.24 - - [2025-02-03 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007434 10.0.0.24 - - [2025-02-03 02:33:45] "POST /neutron/port HTTP/1.1" 200 1083 0.020938 10.0.0.24 - - [2025-02-03 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009015 10.0.0.24 - - [2025-02-03 02:33:45] "GET /virtual-machine/1125073d-c206-4d37-8d9e-70d4100d7422 HTTP/1.1" 401 292 0.000757 10.0.0.24 - - [2025-02-03 02:33:46] "GET /virtual-machine/1125073d-c206-4d37-8d9e-70d4100d7422 HTTP/1.1" 200 1292 0.035249 10.0.0.24 - - [2025-02-03 02:33:46] "GET /virtual-machine-interface/70b11e34-66b6-4567-9b0c-127adaeda3bb HTTP/1.1" 200 2970 0.003901 10.0.0.24 - - [2025-02-03 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.24 - - [2025-02-03 02:33:46] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003468 10.0.0.24 - - [2025-02-03 02:33:46] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003922 10.0.0.24 - - [2025-02-03 02:33:46] "GET /virtual-network/75bf78cd-0b45-4380-9e40-aac72e7e266f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004334 10.0.0.24 - - [2025-02-03 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.24 - - [2025-02-03 02:33:49] "GET /virtual-network/75bf78cd-0b45-4380-9e40-aac72e7e266f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003412 10.0.0.24 - - [2025-02-03 02:33:51] "POST /neutron/port HTTP/1.1" 200 1083 0.017832 10.0.0.24 - - [2025-02-03 02:33:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006294 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /project/dbdefb60b1274bc9a31e9f2dc36fa7f5 HTTP/1.1" 404 173 0.014231 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /project/2148f656d306407dbbda15f462686c27 HTTP/1.1" 404 173 0.013109 10.0.0.24 - - [2025-02-03 02:33:52] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.24 - - [2025-02-03 02:33:52] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.24 - - [2025-02-03 02:33:52] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.038461 10.0.0.24 - - [2025-02-03 02:33:52] "GET /project/2148f656-d306-407d-bbda-15f462686c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.036850 10.0.0.24 - - [2025-02-03 02:33:52] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001528 10.0.0.24 - - [2025-02-03 02:33:52] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001590 10.0.0.24 - - [2025-02-03 02:33:52] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?fields=security_groups HTTP/1.1" 200 1377 0.034847 10.0.0.24 - - [2025-02-03 02:33:52] "GET /project/2148f656-d306-407d-bbda-15f462686c27?fields=security_groups HTTP/1.1" 200 1376 0.034216 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /security-group/e83e811a-e36d-4f03-9182-21d94cea09f7 HTTP/1.1" 200 115 0.058690 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /security-group/adfdcb80-c2c0-4d26-bda8-3bcd9fba2e73 HTTP/1.1" 200 115 0.067852 10.0.0.24 - - [2025-02-03 02:33:52] "GET /projects?obj_uuids=c930b7b3-9838-4015-afda-d99e03bd1d56&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001388 10.0.0.24 - - [2025-02-03 02:33:52] "GET /projects?obj_uuids=2148f656-d306-407d-bbda-15f462686c27&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001474 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /access-control-list/39b6df89-734b-4590-b8fa-7541cb229886 HTTP/1.1" 200 115 0.060203 10.0.0.24 - - [2025-02-03 02:33:52] "GET /project/c930b7b3-9838-4015-afda-d99e03bd1d56?fields=application_policy_sets HTTP/1.1" 200 1416 0.054941 10.0.0.24 - - [2025-02-03 02:33:52] "GET /project/2148f656-d306-407d-bbda-15f462686c27?fields=application_policy_sets HTTP/1.1" 200 1415 0.047338 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /access-control-list/dd606b2d-775c-4f0b-89e5-2ba92d9c472f HTTP/1.1" 200 115 0.041101 10.0.0.24 - - [2025-02-03 02:33:52] "DELETE /access-control-list/3bf10bf3-8df0-43c9-a772-7ebcce2db0f6 HTTP/1.1" 200 115 0.023327 10.0.0.24 - - [2025-02-03 02:33:53] "DELETE /access-control-list/3249dd83-db41-41ef-aae0-2d4e88663973 HTTP/1.1" 200 115 0.061605 10.0.0.24 - - [2025-02-03 02:33:53] "DELETE /project/c930b7b3-9838-4015-afda-d99e03bd1d56 HTTP/1.1" 200 115 0.423683 10.0.0.24 - - [2025-02-03 02:33:53] "DELETE /project/2148f656-d306-407d-bbda-15f462686c27 HTTP/1.1" 200 115 0.431711 10.0.0.24 - - [2025-02-03 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.24 - - [2025-02-03 02:33:53] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003146 10.0.0.24 - - [2025-02-03 02:33:53] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003452 10.0.0.24 - - [2025-02-03 02:33:53] "GET /virtual-network/75bf78cd-0b45-4380-9e40-aac72e7e266f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004260 10.0.0.24 - - [2025-02-03 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.24 - - [2025-02-03 02:33:55] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003188 10.0.0.24 - - [2025-02-03 02:33:55] "PUT /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df HTTP/1.1" 200 276 0.011248 10.0.0.24 - - [2025-02-03 02:33:55] "POST /neutron/network HTTP/1.1" 200 839 0.007834 10.0.0.24 - - [2025-02-03 02:33:55] "POST /neutron/network HTTP/1.1" 400 204 0.012078 10.0.0.24 - - [2025-02-03 02:33:56] "POST /neutron/port HTTP/1.1" 200 1083 0.016677 10.0.0.24 - - [2025-02-03 02:33:56] "POST /neutron/port HTTP/1.1" 200 1109 0.011536 10.0.0.24 - - [2025-02-03 02:33:56] "POST /neutron/port HTTP/1.1" 200 151 0.174146 10.0.0.24 - - [2025-02-03 02:33:57] "POST /neutron/network HTTP/1.1" 200 839 0.007247 10.0.0.24 - - [2025-02-03 02:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001248 10.0.0.24 - - [2025-02-03 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007054 10.0.0.24 - - [2025-02-03 02:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001234 10.0.0.24 - - [2025-02-03 02:33:58] "POST /neutron/network HTTP/1.1" 200 151 0.086894 10.0.0.24 - - [2025-02-03 02:33:58] "DELETE /route-target/e8024e62-acef-4948-8489-b4158e36aef1 HTTP/1.1" 200 115 0.020595 10.0.0.24 - - [2025-02-03 02:33:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003329 10.0.0.24 - - [2025-02-03 02:33:58] "POST /network-ipams HTTP/1.1" 200 541 0.018687 10.0.0.24 - - [2025-02-03 02:33:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003690 10.0.0.24 - - [2025-02-03 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.24 - - [2025-02-03 02:33:58] "GET /network-ipam/de2683b0-f65f-4a45-b1bb-bfcdbe08d8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.005034 10.0.0.24 - - [2025-02-03 02:33:58] "PUT /network-ipam/de2683b0-f65f-4a45-b1bb-bfcdbe08d8c6 HTTP/1.1" 200 258 0.011034 10.0.0.24 - - [2025-02-03 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.24 - - [2025-02-03 02:33:58] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001408 10.0.0.24 - - [2025-02-03 02:33:58] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023755 10.0.0.24 - - [2025-02-03 02:33:58] "POST /neutron/network HTTP/1.1" 200 117 0.009358 10.0.0.24 - - [2025-02-03 02:33:58] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001574 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/network HTTP/1.1" 200 605 0.064976 10.0.0.24 - - [2025-02-03 02:33:59] "POST /route-targets HTTP/1.1" 200 327 0.014511 10.0.0.24 - - [2025-02-03 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.014266 10.0.0.24 - - [2025-02-03 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004179 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.157334 10.0.0.24 - - [2025-02-03 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004878 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.144997 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/network HTTP/1.1" 200 994 0.008065 10.0.0.24 - - [2025-02-03 02:33:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.002143 10.0.0.24 - - [2025-02-03 02:33:59] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003199 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/network HTTP/1.1" 200 994 0.008516 10.0.0.24 - - [2025-02-03 02:33:59] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003236 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/network HTTP/1.1" 200 994 0.008260 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.009299 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.008789 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/network HTTP/1.1" 200 994 0.009469 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.007617 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.007553 10.0.0.24 - - [2025-02-03 02:33:59] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001785 10.0.0.24 - - [2025-02-03 02:33:59] "POST /neutron/port HTTP/1.1" 200 1017 0.180054 10.0.0.24 - - [2025-02-03 02:33:59] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.177397 10.0.0.24 - - [2025-02-03 02:34:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001781 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.010541 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.011394 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/network HTTP/1.1" 200 994 0.010633 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.009769 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.006285 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.006424 10.0.0.24 - - [2025-02-03 02:34:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001803 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.010405 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.015276 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.014092 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/network HTTP/1.1" 200 994 0.009250 10.0.0.24 - - [2025-02-03 02:34:00] "POST /neutron/port HTTP/1.1" 200 1017 0.011647 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.007090 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.008128 10.0.0.24 - - [2025-02-03 02:34:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.002408 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.007911 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 1017 0.011998 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 1017 0.009738 10.0.0.24 - - [2025-02-03 02:34:01] "GET /obj-perms HTTP/1.1" 200 5056 0.110221 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/network HTTP/1.1" 200 1004 0.013235 10.0.0.24 - - [2025-02-03 02:34:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000524 10.0.0.24 - - [2025-02-03 02:34:01] "GET / HTTP/1.1" 200 35931 0.002022 10.0.0.24 - - [2025-02-03 02:34:01] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.24 - - [2025-02-03 02:34:01] "GET /obj-perms HTTP/1.1" 200 5056 0.061978 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 1017 0.012347 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/network HTTP/1.1" 200 1004 0.010481 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 1017 0.009646 10.0.0.24 - - [2025-02-03 02:34:01] "POST /neutron/port HTTP/1.1" 200 1017 0.010432 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1017 0.019023 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/network HTTP/1.1" 200 1004 0.021798 10.0.0.24 - - [2025-02-03 02:34:02] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001648 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1109 0.134650 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1017 0.015458 10.0.0.24 - - [2025-02-03 02:34:02] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.072912 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1017 0.017529 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/network HTTP/1.1" 200 994 0.014692 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1083 0.035282 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011124 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1109 0.122922 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.020072 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001680 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/network HTTP/1.1" 200 994 0.012641 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 1083 0.040357 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 2050 0.058734 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008988 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.047982 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.017161 10.0.0.24 - - [2025-02-03 02:34:02] "GET /domains HTTP/1.1" 200 280 0.004052 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001882 10.0.0.24 - - [2025-02-03 02:34:02] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001608 10.0.0.24 - - [2025-02-03 02:34:02] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2574 0.013629 10.0.0.24 - - [2025-02-03 02:34:02] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001638 10.0.0.24 - - [2025-02-03 02:34:02] "POST /neutron/network HTTP/1.1" 200 994 0.008642 10.0.0.24 - - [2025-02-03 02:34:02] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5 HTTP/1.1" 200 2853 0.079457 10.0.0.24 - - [2025-02-03 02:34:02] "GET /network-ipam/de2683b0-f65f-4a45-b1bb-bfcdbe08d8c6 HTTP/1.1" 200 2601 0.012531 10.0.0.24 - - [2025-02-03 02:34:02] "GET /domains HTTP/1.1" 200 280 0.008337 10.0.0.24 - - [2025-02-03 02:34:02] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001655 10.0.0.24 - - [2025-02-03 02:34:02] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2574 0.009115 10.0.0.24 - - [2025-02-03 02:34:02] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.24 - - [2025-02-03 02:34:02] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5 HTTP/1.1" 200 2853 0.089070 10.0.0.24 - - [2025-02-03 02:34:02] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d HTTP/1.1" 200 3778 0.007208 10.0.0.24 - - [2025-02-03 02:34:02] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d HTTP/1.1" 200 3778 0.003602 10.0.0.24 - - [2025-02-03 02:34:02] "GET /routing-instance/0da21374-3daa-4da3-b479-26b049b71248 HTTP/1.1" 200 2379 0.007304 10.0.0.24 - - [2025-02-03 02:34:02] "GET /routing-instance/0da21374-3daa-4da3-b479-26b049b71248 HTTP/1.1" 200 2379 0.005033 10.0.0.24 - - [2025-02-03 02:34:02] "GET /route-target/dd862957-0959-45f2-8eac-8dc2301f0315 HTTP/1.1" 200 1205 0.012930 10.0.0.24 - - [2025-02-03 02:34:02] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d HTTP/1.1" 200 3778 0.004679 10.0.0.24 - - [2025-02-03 02:34:02] "GET /routing-instance/0da21374-3daa-4da3-b479-26b049b71248 HTTP/1.1" 200 2379 0.003812 10.0.0.24 - - [2025-02-03 02:34:02] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003692 10.0.0.24 - - [2025-02-03 02:34:02] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d HTTP/1.1" 200 3778 0.003443 10.0.0.24 - - [2025-02-03 02:34:03] "GET /routing-instance/0da21374-3daa-4da3-b479-26b049b71248 HTTP/1.1" 200 2379 0.005466 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/network HTTP/1.1" 200 1004 0.013078 10.0.0.24 - - [2025-02-03 02:34:03] "GET /routing-instance/0da21374-3daa-4da3-b479-26b049b71248 HTTP/1.1" 200 2379 0.005216 10.0.0.24 - - [2025-02-03 02:34:03] "GET /route-target/dd862957-0959-45f2-8eac-8dc2301f0315 HTTP/1.1" 200 1205 0.009663 10.0.0.24 - - [2025-02-03 02:34:03] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001838 10.0.0.24 - - [2025-02-03 02:34:03] "GET /domains HTTP/1.1" 200 280 0.005410 10.0.0.24 - - [2025-02-03 02:34:03] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001633 10.0.0.24 - - [2025-02-03 02:34:03] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2574 0.070231 10.0.0.24 - - [2025-02-03 02:34:03] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001973 10.0.0.24 - - [2025-02-03 02:34:03] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5 HTTP/1.1" 200 3097 0.132078 10.0.0.24 - - [2025-02-03 02:34:03] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d HTTP/1.1" 200 4036 0.033310 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/port HTTP/1.1" 200 1055 0.398963 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/port HTTP/1.1" 200 1055 0.015908 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/port HTTP/1.1" 200 1055 0.022661 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/port HTTP/1.1" 200 1109 0.095715 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/port HTTP/1.1" 200 1083 0.022110 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004734 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/subnet HTTP/1.1" 200 673 0.015966 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.001777 10.0.0.24 - - [2025-02-03 02:34:03] "POST /neutron/network HTTP/1.1" 200 994 0.020187 10.0.0.24 - - [2025-02-03 02:34:03] "GET /obj-perms HTTP/1.1" 200 5030 0.132779 10.0.0.24 - - [2025-02-03 02:34:04] "POST /neutron/port HTTP/1.1" 200 1083 0.040610 10.0.0.24 - - [2025-02-03 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.022898 10.0.0.24 - - [2025-02-03 02:34:09] "POST /neutron/port HTTP/1.1" 200 1083 0.018893 10.0.0.24 - - [2025-02-03 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012585 10.0.0.24 - - [2025-02-03 02:34:09] "POST /neutron/port HTTP/1.1" 200 1083 0.017355 10.0.0.24 - - [2025-02-03 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007230 10.0.0.24 - - [2025-02-03 02:34:09] "POST /neutron/port HTTP/1.1" 200 1083 0.021410 10.0.0.24 - - [2025-02-03 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008230 10.0.0.24 - - [2025-02-03 02:34:09] "GET /virtual-machine/2dc8df2f-c6ea-4fa6-a0d9-da0e989abdc0 HTTP/1.1" 200 1288 0.005514 10.0.0.24 - - [2025-02-03 02:34:09] "GET /virtual-machine-interface/82582494-53aa-424e-ae33-ea102f67b53a HTTP/1.1" 200 2940 0.004160 10.0.0.24 - - [2025-02-03 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.24 - - [2025-02-03 02:34:09] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004185 10.0.0.24 - - [2025-02-03 02:34:09] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003953 10.0.0.24 - - [2025-02-03 02:34:09] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004226 10.0.0.24 - - [2025-02-03 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.24 - - [2025-02-03 02:34:12] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004593 10.0.0.24 - - [2025-02-03 02:34:14] "POST /neutron/port HTTP/1.1" 200 1083 0.057821 10.0.0.24 - - [2025-02-03 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007829 10.0.0.24 - - [2025-02-03 02:34:14] "POST /neutron/port HTTP/1.1" 200 1083 0.028382 10.0.0.24 - - [2025-02-03 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008966 10.0.0.24 - - [2025-02-03 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005271 10.0.0.24 - - [2025-02-03 02:34:14] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007837 10.0.0.24 - - [2025-02-03 02:34:14] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006788 10.0.0.24 - - [2025-02-03 02:34:14] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005316 10.0.0.24 - - [2025-02-03 02:34:15] "POST /neutron/port HTTP/1.1" 200 1083 0.027792 10.0.0.24 - - [2025-02-03 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009462 10.0.0.24 - - [2025-02-03 02:34:15] "POST /neutron/port HTTP/1.1" 200 1083 0.032096 10.0.0.24 - - [2025-02-03 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011414 10.0.0.24 - - [2025-02-03 02:34:20] "POST /neutron/port HTTP/1.1" 200 1083 0.020489 10.0.0.24 - - [2025-02-03 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009546 10.0.0.24 - - [2025-02-03 02:34:20] "POST /neutron/port HTTP/1.1" 200 1083 0.020722 10.0.0.24 - - [2025-02-03 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007798 10.0.0.24 - - [2025-02-03 02:34:20] "POST /neutron/port HTTP/1.1" 200 1083 0.018976 10.0.0.24 - - [2025-02-03 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007797 10.0.0.24 - - [2025-02-03 02:34:20] "GET /virtual-machine/79148aef-0ae7-4f6d-8080-25f1a93d16da HTTP/1.1" 200 1287 0.005873 10.0.0.24 - - [2025-02-03 02:34:20] "GET /virtual-machine-interface/c2e641b2-cb94-446e-890a-4bee91cab8f5 HTTP/1.1" 200 2940 0.004812 10.0.0.24 - - [2025-02-03 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.24 - - [2025-02-03 02:34:20] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004068 10.0.0.24 - - [2025-02-03 02:34:20] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003928 10.0.0.24 - - [2025-02-03 02:34:20] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004522 10.0.0.24 - - [2025-02-03 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.24 - - [2025-02-03 02:34:21] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005821 10.0.0.24 - - [2025-02-03 02:34:21] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003741 10.0.0.24 - - [2025-02-03 02:34:22] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004248 10.0.0.24 - - [2025-02-03 02:34:22] "POST /neutron/port HTTP/1.1" 200 1083 0.020532 10.0.0.24 - - [2025-02-03 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008223 10.0.0.24 - - [2025-02-03 02:34:22] "POST /neutron/port HTTP/1.1" 200 1083 0.020444 10.0.0.24 - - [2025-02-03 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010010 10.0.0.24 - - [2025-02-03 02:34:22] "POST /neutron/port HTTP/1.1" 200 1083 0.019914 10.0.0.24 - - [2025-02-03 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007645 10.0.0.24 - - [2025-02-03 02:34:22] "GET /virtual-machine/30c484ab-2d0d-487f-adc2-01bb9b0aaf9b HTTP/1.1" 200 1292 0.005213 10.0.0.24 - - [2025-02-03 02:34:22] "GET /virtual-machine-interface/c68d9c95-e3c7-43a3-9cc0-a9904943133d HTTP/1.1" 200 2941 0.003660 10.0.0.24 - - [2025-02-03 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.24 - - [2025-02-03 02:34:22] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003962 10.0.0.24 - - [2025-02-03 02:34:22] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004176 10.0.0.24 - - [2025-02-03 02:34:22] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003838 10.0.0.24 - - [2025-02-03 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.24 - - [2025-02-03 02:34:23] "GET /global-vrouter-config/7e9b62e0-9ec6-4388-a420-f87e9fb5f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003151 10.0.0.24 - - [2025-02-03 02:34:23] "GET /virtual-networks?parent_id=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003647 10.0.0.24 - - [2025-02-03 02:34:23] "GET /virtual-network/24c8d1fb-13b9-4a3f-97b7-7c325597f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004869 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/port HTTP/1.1" 200 1083 0.019186 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/port HTTP/1.1" 200 1083 0.016517 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/network HTTP/1.1" 200 1004 0.008763 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.014240 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/port HTTP/1.1" 200 117 0.001861 10.0.0.24 - - [2025-02-03 02:34:35] "POST /neutron/network HTTP/1.1" 200 994 0.009032 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 1109 0.014424 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 1109 0.010626 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 151 0.133735 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 1109 0.013833 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 1109 0.011803 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 1083 0.051762 10.0.0.24 - - [2025-02-03 02:34:40] "POST /neutron/port HTTP/1.1" 200 1109 0.010830 10.0.0.24 - - [2025-02-03 02:34:41] "POST /neutron/port HTTP/1.1" 200 151 0.214877 10.0.0.24 - - [2025-02-03 02:34:41] "POST /neutron/network HTTP/1.1" 200 994 0.015712 10.0.0.24 - - [2025-02-03 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.008365 10.0.0.24 - - [2025-02-03 02:34:41] "POST /neutron/network HTTP/1.1" 400 204 0.019208 10.0.0.24 - - [2025-02-03 02:34:41] "POST /neutron/port HTTP/1.1" 400 205 0.003863 10.0.0.24 - - [2025-02-03 02:34:41] "POST /neutron/port HTTP/1.1" 200 151 0.156954 10.0.0.24 - - [2025-02-03 02:34:43] "POST /neutron/network HTTP/1.1" 200 994 0.008668 10.0.0.24 - - [2025-02-03 02:34:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001339 10.0.0.24 - - [2025-02-03 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007207 10.0.0.24 - - [2025-02-03 02:34:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001437 10.0.0.24 - - [2025-02-03 02:34:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001127 10.0.0.24 - - [2025-02-03 02:34:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001441 10.0.0.24 - - [2025-02-03 02:34:43] "POST /neutron/network HTTP/1.1" 200 151 0.113115 10.0.0.24 - - [2025-02-03 02:34:43] "DELETE /route-target/dd862957-0959-45f2-8eac-8dc2301f0315 HTTP/1.1" 200 115 0.028734 10.0.0.24 - - [2025-02-03 02:34:43] "GET /routing-instance/0da21374-3daa-4da3-b479-26b049b71248 HTTP/1.1" 404 171 0.003134 10.0.0.24 - - [2025-02-03 02:34:43] "GET /domains HTTP/1.1" 200 280 0.002942 10.0.0.24 - - [2025-02-03 02:34:43] "GET /domains?obj_uuids=fe7b4303-0615-4105-9f87-712246d742e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003710 10.0.0.24 - - [2025-02-03 02:34:43] "GET /domain/fe7b4303-0615-4105-9f87-712246d742e1 HTTP/1.1" 200 2574 0.055581 10.0.0.24 - - [2025-02-03 02:34:43] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.24 - - [2025-02-03 02:34:43] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5 HTTP/1.1" 200 2096 0.066186 10.0.0.24 - - [2025-02-03 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.24 - - [2025-02-03 02:34:43] "DELETE /network-ipam/de2683b0-f65f-4a45-b1bb-bfcdbe08d8c6 HTTP/1.1" 200 115 0.025058 10.0.0.24 - - [2025-02-03 02:34:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.004729 10.0.0.24 - - [2025-02-03 02:34:43] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.24 - - [2025-02-03 02:34:43] "GET /project/dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027344 10.0.0.24 - - [2025-02-03 02:34:43] "GET /projects?obj_uuids=dbdefb60-b127-4bc9-a31e-9f2dc36fa7f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221