++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Feb 20 02:14:38 UTC 2025 ===================' INFO: =================== Thu Feb 20 02:14:38 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.37 ++ 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.37 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.37 ++ ANALYTICSDB_NODES=10.0.0.37 ++ ANALYTICS_SNMP_NODES=10.0.0.37 ++ 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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:8081 ' +++ '[' -n '10.0.0.37:8081 ' ']' +++ echo 10.0.0.37:8081 ++ ANALYTICS_SERVERS=10.0.0.37: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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:9042 ' +++ '[' -n '10.0.0.37:9042 ' ']' +++ echo 10.0.0.37:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.37:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.37 ++ 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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:8086 ' +++ '[' -n '10.0.0.37:8086 ' ']' +++ echo 10.0.0.37:8086 ++ COLLECTOR_SERVERS=10.0.0.37: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.37 ++ CONFIGDB_NODES=10.0.0.37 ++ 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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:8082 ' +++ '[' -n '10.0.0.37:8082 ' ']' +++ echo 10.0.0.37:8082 ++ CONFIG_SERVERS=10.0.0.37: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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:9161 ' +++ '[' -n '10.0.0.37:9161 ' ']' +++ echo 10.0.0.37:9161 ++ CONFIGDB_SERVERS=10.0.0.37: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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:9041 ' +++ '[' -n '10.0.0.37:9041 ' ']' +++ echo 10.0.0.37:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.37:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.37 ++ 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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+=10.0.0.37:2181, +++ '[' -n 10.0.0.37:2181, ']' +++ echo 10.0.0.37:2181 ++ ZOOKEEPER_SERVERS=10.0.0.37: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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:2181 ' +++ '[' -n '10.0.0.37:2181 ' ']' +++ echo 10.0.0.37:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.37:2181 ++ RABBITMQ_NODES=10.0.0.37 ++ 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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+=10.0.0.37:5673, +++ '[' -n 10.0.0.37:5673, ']' +++ echo 10.0.0.37:5673 ++ RABBITMQ_SERVERS=10.0.0.37: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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:6379 ' +++ '[' -n '10.0.0.37:6379 ' ']' +++ echo 10.0.0.37:6379 ++ REDIS_SERVERS=10.0.0.37: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.37 ++ 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.37 +++ local server_address=10.0.0.37 +++ extended_server_list+='10.0.0.37:9092 ' +++ '[' -n '10.0.0.37:9092 ' ']' +++ echo 10.0.0.37:9092 ++ KAFKA_SERVERS=10.0.0.37: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.37 ++ 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.37 ++ 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.37 ++ 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.37 ++ cut -d , -f 1 + local cassandra=10.0.0.37 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.37 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.37 +++ local servers=10.0.0.37 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.37,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.37'\''))' +++ local server_ip=10.0.0.37 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.37 ]] +++ [[ ,10.0.0.37,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.37, ]] +++ echo 10.0.0.37 1 +++ return ++ local ip=10.0.0.37 ++ [[ -z 10.0.0.37 ]] ++ echo 10.0.0.37 + host_ip=10.0.0.37 + [[ cql == \c\q\l ]] ++ echo 10.0.0.37:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.37:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.37:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + 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/20/2025 02:14:45.568 7fc07edf39c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/20/2025 02:14:45.594 7fc07edf39c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/20/2025 02:14:45.607 7fc07edf39c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/20/2025 02:14:45.607 7fc07edf39c8 [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.37:8082/ Hit Ctrl-C to quit. 10.0.0.37 - - [2025-02-20 02:14:49] "GET / HTTP/1.1" 200 45871 0.003008 10.0.0.37 - - [2025-02-20 02:14:49] "GET / HTTP/1.1" 200 45871 0.001124 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.37 - - [2025-02-20 02:14:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000591 10.0.0.37 - - [2025-02-20 02:14:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000301 10.0.0.37 - - [2025-02-20 02:14:50] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.37 - - [2025-02-20 02:14:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.37 - - [2025-02-20 02:14:50] "GET / HTTP/1.1" 200 35931 0.001763 10.0.0.37 - - [2025-02-20 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.893001 10.0.0.37 - - [2025-02-20 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.37 - - [2025-02-20 02:14:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.619748 10.0.0.37 - - [2025-02-20 02:14:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002563 10.0.0.37 - - [2025-02-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.351131 10.0.0.37 - - [2025-02-20 02:14:51] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003853 10.0.0.37 - - [2025-02-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003080 10.0.0.37 - - [2025-02-20 02:14:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.025445 10.0.0.37 - - [2025-02-20 02:14:51] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.37 - - [2025-02-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 /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.37 - - [2025-02-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.023108 10.0.0.37 - - [2025-02-20 02:14:51] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003398 10.0.0.37 - - [2025-02-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002924 10.0.0.37 - - [2025-02-20 02:14:51] "POST /config-nodes HTTP/1.1" 200 599 0.022252 10.0.0.37 - - [2025-02-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.37 - - [2025-02-20 02:14:52] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.37 - - [2025-02-20 02:14:52] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.37 - - [2025-02-20 02:14:52] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000391 10.0.0.37 - - [2025-02-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.37 - - [2025-02-20 02:14:52] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.37 - - [2025-02-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.37 - - [2025-02-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.587880 10.0.0.37 - - [2025-02-20 02:14:52] "GET /network-ipam/39283840-08f2-4882-b37b-5936a0319621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003000 10.0.0.37 - - [2025-02-20 02:14:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.321657 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.352099 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.035733 10.0.0.37 - - [2025-02-20 02:14:53] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.037212 10.0.0.37 - - [2025-02-20 02:14:53] "POST /job-templates HTTP/1.1" 200 555 0.066427 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.002648 10.0.0.37 - - [2025-02-20 02:14:53] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019524 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.002893 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.37 - - [2025-02-20 02:14:53] "POST /job-templates HTTP/1.1" 200 563 0.060715 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.002502 10.0.0.37 - - [2025-02-20 02:14:53] "POST /access-control-lists HTTP/1.1" 200 587 0.017084 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.003403 10.0.0.37 - - [2025-02-20 02:14:53] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003052 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.004663 10.0.0.37 - - [2025-02-20 02:14:53] "POST /service-appliance-sets HTTP/1.1" 200 541 0.022192 10.0.0.37 - - [2025-02-20 02:14:53] "POST /job-templates HTTP/1.1" 200 545 0.068459 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.37 - - [2025-02-20 02:14:53] "POST /access-control-lists HTTP/1.1" 200 585 0.056136 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003637 10.0.0.37 - - [2025-02-20 02:14:53] "GET /network-ipam/39283840-08f2-4882-b37b-5936a0319621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004044 10.0.0.37 - - [2025-02-20 02:14:53] "POST /route-targets HTTP/1.1" 200 327 0.011724 10.0.0.37 - - [2025-02-20 02:14:53] "POST /job-templates HTTP/1.1" 200 577 0.061417 10.0.0.37 - - [2025-02-20 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.020446 10.0.0.37 - - [2025-02-20 02:14:53] "POST /service-templates HTTP/1.1" 200 511 0.022717 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.003213 10.0.0.37 - - [2025-02-20 02:14:53] "POST /service-templates HTTP/1.1" 200 501 0.029526 10.0.0.37 - - [2025-02-20 02:14:53] "POST /route-targets HTTP/1.1" 200 327 0.019947 10.0.0.37 - - [2025-02-20 02:14:53] "POST /job-templates HTTP/1.1" 200 579 0.066647 10.0.0.37 - - [2025-02-20 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.039305 10.0.0.37 - - [2025-02-20 02:14:53] "POST /service-templates HTTP/1.1" 200 515 0.046147 10.0.0.37 - - [2025-02-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.003030 10.0.0.37 - - [2025-02-20 02:14:53] "POST /service-templates HTTP/1.1" 200 535 0.019824 10.0.0.37 - - [2025-02-20 02:14:53] "POST /route-targets HTTP/1.1" 200 327 0.013007 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 583 0.064510 10.0.0.37 - - [2025-02-20 02:14:54] "POST /service-templates HTTP/1.1" 200 507 0.039760 10.0.0.37 - - [2025-02-20 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.045804 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003184 10.0.0.37 - - [2025-02-20 02:14:54] "POST /route-targets HTTP/1.1" 200 327 0.010757 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 559 0.062487 10.0.0.37 - - [2025-02-20 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.032252 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.003070 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.002617 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 569 0.061172 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003406 10.0.0.37 - - [2025-02-20 02:14:54] "POST /access-control-lists HTTP/1.1" 200 551 0.092307 10.0.0.37 - - [2025-02-20 02:14:54] "PUT /access-control-list/516e5e48-1e1a-4f69-8b6f-20281ddf8a1a HTTP/1.1" 200 272 0.011354 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 555 0.066572 10.0.0.37 - - [2025-02-20 02:14:54] "PUT /access-control-list/d316d5ee-3807-43d6-beef-54ab00d68aad HTTP/1.1" 200 272 0.017534 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003121 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 555 0.061189 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003109 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 555 0.061555 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.003186 10.0.0.37 - - [2025-02-20 02:14:54] "POST /job-templates HTTP/1.1" 200 535 0.060826 10.0.0.37 - - [2025-02-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003045 10.0.0.37 - - [2025-02-20 02:14:55] "POST /job-templates HTTP/1.1" 200 559 0.060690 10.0.0.37 - - [2025-02-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003468 10.0.0.37 - - [2025-02-20 02:14:55] "POST /job-templates HTTP/1.1" 200 559 0.064404 10.0.0.37 - - [2025-02-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003084 10.0.0.37 - - [2025-02-20 02:14:55] "POST /job-templates HTTP/1.1" 200 559 0.061044 10.0.0.37 - - [2025-02-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.003562 10.0.0.37 - - [2025-02-20 02:14:55] "POST /job-templates HTTP/1.1" 200 565 0.061895 10.0.0.37 - - [2025-02-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.003490 10.0.0.37 - - [2025-02-20 02:14:55] "POST /job-templates HTTP/1.1" 200 557 0.069275 10.0.0.37 - - [2025-02-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.004111 10.0.0.37 - - [2025-02-20 02:14:55] "POST /job-templates HTTP/1.1" 200 555 0.065698 10.0.0.37 - - [2025-02-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.003229 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 573 0.061716 10.0.0.37 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002849 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 551 0.061617 10.0.0.37 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.002985 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 579 0.060622 10.0.0.37 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003140 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 555 0.061729 10.0.0.37 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003037 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 559 0.061449 10.0.0.37 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003683 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 575 0.062172 10.0.0.37 - - [2025-02-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.002930 10.0.0.37 - - [2025-02-20 02:14:56] "POST /job-templates HTTP/1.1" 200 557 0.066861 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003061 10.0.0.37 - - [2025-02-20 02:14:57] "POST /job-templates HTTP/1.1" 200 559 0.061365 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003774 10.0.0.37 - - [2025-02-20 02:14:57] "POST /job-templates HTTP/1.1" 200 555 0.061408 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.002896 10.0.0.37 - - [2025-02-20 02:14:57] "POST /job-templates HTTP/1.1" 200 553 0.060872 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.003127 10.0.0.37 - - [2025-02-20 02:14:57] "POST /job-templates HTTP/1.1" 200 553 0.060843 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.002839 10.0.0.37 - - [2025-02-20 02:14:57] "POST /job-templates HTTP/1.1" 200 553 0.065181 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.002943 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.37 - - [2025-02-20 02:14:57] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1160 0.002985 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.37 - - [2025-02-20 02:14:57] "POST /job-templates HTTP/1.1" 200 563 0.066010 10.0.0.37 - - [2025-02-20 02:14:57] "PUT /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b HTTP/1.1" 200 276 0.008958 10.0.0.37 - - [2025-02-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.002643 10.0.0.37 - - [2025-02-20 02:14:58] "POST /job-templates HTTP/1.1" 200 565 0.060845 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.002901 10.0.0.37 - - [2025-02-20 02:14:58] "POST /config-propertiess HTTP/1.1" 200 551 0.016837 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 168 0.003658 10.0.0.37 - - [2025-02-20 02:14:58] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 401 292 0.000400 10.0.0.37 - - [2025-02-20 02:14:58] "POST /tags HTTP/1.1" 200 321 0.039755 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 166 0.003463 10.0.0.37 - - [2025-02-20 02:14:58] "POST /tags HTTP/1.1" 200 317 0.021562 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 174 0.003145 10.0.0.37 - - [2025-02-20 02:14:58] "POST /tags HTTP/1.1" 200 333 0.021490 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003504 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 581 0.039181 10.0.0.37 - - [2025-02-20 02:14:58] "POST /tags HTTP/1.1" 200 309 0.028957 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 575 0.025381 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 174 0.002978 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 575 0.017279 10.0.0.37 - - [2025-02-20 02:14:58] "POST /tags HTTP/1.1" 200 333 0.028638 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 559 0.023501 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 164 0.003037 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 555 0.018579 10.0.0.37 - - [2025-02-20 02:14:58] "POST /tags HTTP/1.1" 200 313 0.023329 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 557 0.014932 10.0.0.37 - - [2025-02-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 169 0.002969 10.0.0.37 - - [2025-02-20 02:14:58] "POST /alarms HTTP/1.1" 200 565 0.016388 10.0.0.37 - - [2025-02-20 02:14:59] "POST /tags HTTP/1.1" 200 323 0.021787 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 549 0.016441 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 557 0.028062 10.0.0.37 - - [2025-02-20 02:14:59] "PUT /global-system-config/35b01726-1621-4439-8de8-a388426af881 HTTP/1.1" 200 274 0.010521 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.002501 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 567 0.015892 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 327 0.012530 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 555 0.016257 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.003035 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 567 0.017640 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 327 0.010646 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.003198 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 575 0.061352 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 327 0.010925 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 569 0.015535 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.002875 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 561 0.017454 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 327 0.011250 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.002477 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 561 0.018004 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 323 0.014720 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 561 0.019633 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.003440 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 547 0.015610 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 323 0.011086 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 595 0.015678 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 161 0.002929 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 575 0.016551 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 317 0.010015 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 571 0.015663 10.0.0.37 - - [2025-02-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.002446 10.0.0.37 - - [2025-02-20 02:14:59] "POST /alarms HTTP/1.1" 200 583 0.024427 10.0.0.37 - - [2025-02-20 02:14:59] "POST /hardwares HTTP/1.1" 200 323 0.011843 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.004202 10.0.0.37 - - [2025-02-20 02:15:00] "POST /alarms HTTP/1.1" 200 609 0.022083 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 323 0.012044 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003859 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 323 0.013627 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.004271 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 325 0.010526 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.003292 10.0.0.37 - - [2025-02-20 02:15:00] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.37 - - [2025-02-20 02:15:00] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000391 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 325 0.011204 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.003675 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 325 0.013475 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.003021 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 325 0.011519 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003060 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 323 0.012136 10.0.0.37 - - [2025-02-20 02:15:00] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021738 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 161 0.003371 10.0.0.37 - - [2025-02-20 02:15:00] "PUT /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b HTTP/1.1" 200 276 0.009898 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 317 0.010948 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.002913 10.0.0.37 - - [2025-02-20 02:15:00] "POST /hardwares HTTP/1.1" 200 323 0.013362 10.0.0.37 - - [2025-02-20 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 161 0.003625 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 317 0.010884 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003597 10.0.0.37 - - [2025-02-20 02:15:01] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 323 0.013384 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000359 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003363 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 319 0.010493 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003052 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 319 0.011001 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.003304 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 325 0.011697 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003570 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.023587 10.0.0.37 - - [2025-02-20 02:15:01] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003406 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 317 0.015610 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003226 10.0.0.37 - - [2025-02-20 02:15:01] "PUT /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b HTTP/1.1" 200 276 0.009126 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 317 0.012419 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.002925 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 319 0.011725 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003061 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 319 0.010844 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.002900 10.0.0.37 - - [2025-02-20 02:15:01] "GET / HTTP/1.1" 200 35931 0.002308 10.0.0.37 - - [2025-02-20 02:15:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.37 - - [2025-02-20 02:15:01] "POST /hardwares HTTP/1.1" 200 319 0.016385 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.004571 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 311 0.025050 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.003730 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 311 0.012318 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 160 0.003315 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 315 0.013372 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.028985 10.0.0.37 - - [2025-02-20 02:15:02] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.003047 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 154 0.003180 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 303 0.011890 10.0.0.37 - - [2025-02-20 02:15:02] "PUT /global-system-config/35b01726-1621-4439-8de8-a388426af881 HTTP/1.1" 200 274 0.024357 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.003292 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 311 0.012398 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.003127 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 305 0.013004 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.003159 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 305 0.011414 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.003066 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 305 0.011883 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.002943 10.0.0.37 - - [2025-02-20 02:15:02] "POST /hardwares HTTP/1.1" 200 305 0.011077 10.0.0.37 - - [2025-02-20 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 156 0.003370 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 307 0.012390 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.003480 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 307 0.014274 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.003941 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 307 0.013199 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.003209 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 309 0.011949 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.003464 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 311 0.010866 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.003454 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 311 0.012452 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 153 0.002861 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 301 0.012730 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.003049 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 309 0.011032 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.003769 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 309 0.010346 10.0.0.37 - - [2025-02-20 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.003205 10.0.0.37 - - [2025-02-20 02:15:03] "POST /hardwares HTTP/1.1" 200 309 0.011514 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003233 10.0.0.37 - - [2025-02-20 02:15:04] "POST /hardwares HTTP/1.1" 200 309 0.012059 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003522 10.0.0.37 - - [2025-02-20 02:15:04] "POST /hardwares HTTP/1.1" 200 309 0.012147 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 161 0.002973 10.0.0.37 - - [2025-02-20 02:15:04] "POST /hardwares HTTP/1.1" 200 317 0.010586 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003644 10.0.0.37 - - [2025-02-20 02:15:04] "POST /hardwares HTTP/1.1" 200 309 0.010755 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003421 10.0.0.37 - - [2025-02-20 02:15:04] "POST /hardwares HTTP/1.1" 200 309 0.011780 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 154 0.003663 10.0.0.37 - - [2025-02-20 02:15:04] "POST /hardwares HTTP/1.1" 200 303 0.015843 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.003197 10.0.0.37 - - [2025-02-20 02:15:04] "POST /features HTTP/1.1" 200 533 0.015852 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.002900 10.0.0.37 - - [2025-02-20 02:15:04] "POST /features HTTP/1.1" 200 523 0.020098 10.0.0.37 - - [2025-02-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.003269 10.0.0.37 - - [2025-02-20 02:15:04] "POST /features HTTP/1.1" 200 521 0.016009 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003837 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 521 0.016402 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003025 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 531 0.016054 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003108 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 521 0.020936 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003483 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 539 0.016475 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.003399 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 525 0.015210 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.003855 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 519 0.017152 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 182 0.003062 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 517 0.017305 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003742 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 533 0.016625 10.0.0.37 - - [2025-02-20 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003403 10.0.0.37 - - [2025-02-20 02:15:05] "POST /features HTTP/1.1" 200 541 0.016580 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 178 0.003076 10.0.0.37 - - [2025-02-20 02:15:06] "POST /physical-roles HTTP/1.1" 200 521 0.016780 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 179 0.003387 10.0.0.37 - - [2025-02-20 02:15:06] "POST /physical-roles HTTP/1.1" 200 523 0.018181 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003323 10.0.0.37 - - [2025-02-20 02:15:06] "POST /physical-roles HTTP/1.1" 200 533 0.018688 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 177 0.002935 10.0.0.37 - - [2025-02-20 02:15:06] "POST /physical-roles HTTP/1.1" 200 519 0.015577 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.002914 10.0.0.37 - - [2025-02-20 02:15:06] "POST /overlay-roles HTTP/1.1" 200 545 0.018512 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003432 10.0.0.37 - - [2025-02-20 02:15:06] "POST /overlay-roles HTTP/1.1" 200 531 0.016184 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.002946 10.0.0.37 - - [2025-02-20 02:15:06] "POST /overlay-roles HTTP/1.1" 200 545 0.017960 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 185 0.003032 10.0.0.37 - - [2025-02-20 02:15:06] "POST /overlay-roles HTTP/1.1" 200 533 0.024647 10.0.0.37 - - [2025-02-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003252 10.0.0.37 - - [2025-02-20 02:15:06] "POST /overlay-roles HTTP/1.1" 200 541 0.015966 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.37 - - [2025-02-20 02:15:07] "PUT /overlay-role/b1c2a2df-5fc0-4d66-959b-d6e4381ea8ca HTTP/1.1" 200 258 0.009876 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003352 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 531 0.020591 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 185 0.002985 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 533 0.021153 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.002981 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 529 0.015161 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.002790 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 537 0.014869 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.002901 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 541 0.017185 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 178 0.003069 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 519 0.015288 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.002937 10.0.0.37 - - [2025-02-20 02:15:07] "POST /overlay-roles HTTP/1.1" 200 543 0.017130 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 182 0.003254 10.0.0.37 - - [2025-02-20 02:15:07] "POST /role-definitions HTTP/1.1" 200 533 0.016020 10.0.0.37 - - [2025-02-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003398 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 547 0.018132 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003045 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 549 0.017216 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.004045 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 551 0.016054 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.003202 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 563 0.020100 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003447 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 547 0.019720 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003124 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 549 0.015087 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.003813 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 551 0.018849 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003042 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 549 0.015115 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.002863 10.0.0.37 - - [2025-02-20 02:15:08] "POST /role-definitions HTTP/1.1" 200 561 0.016469 10.0.0.37 - - [2025-02-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003379 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 547 0.015337 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.003169 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 549 0.024362 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.003047 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 545 0.016550 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.003405 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 547 0.015785 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.003573 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 553 0.016021 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003261 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 555 0.019481 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.002865 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 533 0.015171 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.002931 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 543 0.015597 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 181 0.004004 10.0.0.37 - - [2025-02-20 02:15:09] "POST /role-definitions HTTP/1.1" 200 531 0.016826 10.0.0.37 - - [2025-02-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003260 10.0.0.37 - - [2025-02-20 02:15:10] "POST /role-definitions HTTP/1.1" 200 537 0.016771 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.003160 10.0.0.37 - - [2025-02-20 02:15:10] "POST /role-definitions HTTP/1.1" 200 547 0.017669 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003054 10.0.0.37 - - [2025-02-20 02:15:10] "POST /role-definitions HTTP/1.1" 200 557 0.018258 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003493 10.0.0.37 - - [2025-02-20 02:15:10] "POST /role-definitions HTTP/1.1" 200 561 0.015340 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.003222 10.0.0.37 - - [2025-02-20 02:15:10] "POST /role-definitions HTTP/1.1" 200 559 0.022333 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003000 10.0.0.37 - - [2025-02-20 02:15:10] "POST /feature-configs HTTP/1.1" 200 537 0.017751 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 212 0.002879 10.0.0.37 - - [2025-02-20 02:15:10] "POST /feature-configs HTTP/1.1" 200 562 0.016792 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.002957 10.0.0.37 - - [2025-02-20 02:15:10] "POST /feature-configs HTTP/1.1" 200 561 0.017834 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.003029 10.0.0.37 - - [2025-02-20 02:15:10] "POST /node-profiles HTTP/1.1" 200 547 0.018534 10.0.0.37 - - [2025-02-20 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 187 0.003240 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 537 0.016398 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003022 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 549 0.016569 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003225 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 541 0.020842 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003137 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 541 0.017753 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.003605 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 539 0.015553 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002857 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 531 0.015581 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.002698 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 533 0.017512 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003135 10.0.0.37 - - [2025-02-20 02:15:11] "POST /node-profiles HTTP/1.1" 200 557 0.016239 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.003716 10.0.0.37 - - [2025-02-20 02:15:11] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015735 10.0.0.37 - - [2025-02-20 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.003246 10.0.0.37 - - [2025-02-20 02:15:12] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016056 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.002808 10.0.0.37 - - [2025-02-20 02:15:12] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017398 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003090 10.0.0.37 - - [2025-02-20 02:15:12] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018107 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003561 10.0.0.37 - - [2025-02-20 02:15:12] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015301 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003073 10.0.0.37 - - [2025-02-20 02:15:12] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017635 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.003240 10.0.0.37 - - [2025-02-20 02:15:12] "POST /sflow-profiles HTTP/1.1" 200 532 0.022014 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.003805 10.0.0.37 - - [2025-02-20 02:15:12] "POST /sflow-profiles HTTP/1.1" 200 538 0.019640 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.004067 10.0.0.37 - - [2025-02-20 02:15:12] "POST /sflow-profiles HTTP/1.1" 200 538 0.020989 10.0.0.37 - - [2025-02-20 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.002847 10.0.0.37 - - [2025-02-20 02:15:12] "POST /grpc-profiles HTTP/1.1" 200 530 0.018938 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.003163 10.0.0.37 - - [2025-02-20 02:15:13] "POST /snmp-profiles HTTP/1.1" 200 530 0.015282 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.002922 10.0.0.37 - - [2025-02-20 02:15:13] "POST /netconf-profiles HTTP/1.1" 200 542 0.016313 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.002831 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 540 0.016995 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003320 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 540 0.018937 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003113 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 544 0.015263 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.003314 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 542 0.017584 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 218 0.003258 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 590 0.016015 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.003294 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 570 0.016366 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.003422 10.0.0.37 - - [2025-02-20 02:15:13] "POST /device-functional-groups HTTP/1.1" 200 620 0.016133 10.0.0.37 - - [2025-02-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.002863 10.0.0.37 - - [2025-02-20 02:15:14] "POST /device-functional-groups HTTP/1.1" 200 566 0.016305 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.002923 10.0.0.37 - - [2025-02-20 02:15:14] "POST /device-functional-groups HTTP/1.1" 200 564 0.018341 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.003778 10.0.0.37 - - [2025-02-20 02:15:14] "POST /device-functional-groups HTTP/1.1" 200 574 0.017010 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003163 10.0.0.37 - - [2025-02-20 02:15:14] "POST /role-configs HTTP/1.1" 200 525 0.017262 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003377 10.0.0.37 - - [2025-02-20 02:15:14] "POST /role-configs HTTP/1.1" 200 520 0.020286 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003656 10.0.0.37 - - [2025-02-20 02:15:14] "POST /role-configs HTTP/1.1" 200 522 0.017170 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.005496 10.0.0.37 - - [2025-02-20 02:15:14] "POST /role-configs HTTP/1.1" 200 522 0.018703 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003186 10.0.0.37 - - [2025-02-20 02:15:14] "POST /role-configs HTTP/1.1" 200 526 0.016708 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.002693 10.0.0.37 - - [2025-02-20 02:15:14] "POST /role-configs HTTP/1.1" 200 521 0.014023 10.0.0.37 - - [2025-02-20 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002855 10.0.0.37 - - [2025-02-20 02:15:15] "POST /role-configs HTTP/1.1" 200 517 0.017066 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.002780 10.0.0.37 - - [2025-02-20 02:15:15] "POST /role-configs HTTP/1.1" 200 518 0.015529 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.37 - - [2025-02-20 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.011246 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.37 - - [2025-02-20 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.008876 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.37 - - [2025-02-20 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.37 - - [2025-02-20 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.008534 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.37 - - [2025-02-20 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.008770 10.0.0.37 - - [2025-02-20 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.007966 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.37 - - [2025-02-20 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.37 - - [2025-02-20 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.006831 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.37 - - [2025-02-20 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.37 - - [2025-02-20 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.007357 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.37 - - [2025-02-20 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.007166 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.37 - - [2025-02-20 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.37 - - [2025-02-20 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.007122 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.37 - - [2025-02-20 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.009560 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.37 - - [2025-02-20 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.008496 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.006965 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.007845 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.37 - - [2025-02-20 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.009164 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.37 - - [2025-02-20 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.006670 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.008199 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.006891 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.006815 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.37 - - [2025-02-20 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.006846 10.0.0.37 - - [2025-02-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.009614 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.007719 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.007776 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.007131 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.007223 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.37 - - [2025-02-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.37 - - [2025-02-20 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.37 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.007391 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.37 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.007148 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.37 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.37 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.008112 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.37 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.007129 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.37 - - [2025-02-20 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.37 - - [2025-02-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.007249 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.010190 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.008718 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.007410 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.37 - - [2025-02-20 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.007718 10.0.0.37 - - [2025-02-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.008980 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.008718 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.008104 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.007714 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.006959 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.37 - - [2025-02-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.37 - - [2025-02-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.007343 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.37 - - [2025-02-20 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.006867 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.37 - - [2025-02-20 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.37 - - [2025-02-20 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.007267 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.37 - - [2025-02-20 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.006910 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.37 - - [2025-02-20 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.009022 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.37 - - [2025-02-20 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.007451 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.37 - - [2025-02-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.010680 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008546 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.37 - - [2025-02-20 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.37 - - [2025-02-20 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.37 - - [2025-02-20 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.026056 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.37 - - [2025-02-20 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.37 - - [2025-02-20 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.007355 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.37 - - [2025-02-20 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.007395 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.019735 10.0.0.37 - - [2025-02-20 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.008247 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.37 - - [2025-02-20 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.008117 10.0.0.37 - - [2025-02-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.007566 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.007454 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.007889 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.007260 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.37 - - [2025-02-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.37 - - [2025-02-20 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.007236 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.37 - - [2025-02-20 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.007887 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.37 - - [2025-02-20 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.37 - - [2025-02-20 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.007720 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.37 - - [2025-02-20 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.007719 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.37 - - [2025-02-20 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.009593 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.37 - - [2025-02-20 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.007407 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.37 - - [2025-02-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.006966 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.007286 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.007382 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.37 - - [2025-02-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.007944 10.0.0.37 - - [2025-02-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.37 - - [2025-02-20 02:15:29] "GET /global-system-configs HTTP/1.1" 200 322 0.867970 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.008522 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.007007 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.008421 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.008618 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.007062 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.37 - - [2025-02-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.37 - - [2025-02-20 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.008864 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.37 - - [2025-02-20 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.37 - - [2025-02-20 02:15:31] "GET /global-system-configs HTTP/1.1" 200 322 0.024082 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.37 - - [2025-02-20 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.008018 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.37 - - [2025-02-20 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.37 - - [2025-02-20 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.006690 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.37 - - [2025-02-20 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.008246 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.37 - - [2025-02-20 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.37 - - [2025-02-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.007244 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008975 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008401 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.007292 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.37 - - [2025-02-20 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.006951 10.0.0.37 - - [2025-02-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.008886 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.011569 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.006876 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.010314 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.007355 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.37 - - [2025-02-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.37 - - [2025-02-20 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.37 - - [2025-02-20 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.37 - - [2025-02-20 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.006938 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.37 - - [2025-02-20 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.007274 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.37 - - [2025-02-20 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.008287 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.37 - - [2025-02-20 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.006992 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.37 - - [2025-02-20 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.007171 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.37 - - [2025-02-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.007031 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.007105 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.007151 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008451 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.37 - - [2025-02-20 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008625 10.0.0.37 - - [2025-02-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.37 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.011293 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.37 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.013094 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.37 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.37 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.37 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.007207 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.37 - - [2025-02-20 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.008712 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.37 - - [2025-02-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.008010 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007841 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.37 - - [2025-02-20 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.37 - - [2025-02-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.007520 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.009563 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008366 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.010412 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.007243 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.37 - - [2025-02-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.37 - - [2025-02-20 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.37 - - [2025-02-20 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.008116 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.37 - - [2025-02-20 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.007191 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.37 - - [2025-02-20 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.008926 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.37 - - [2025-02-20 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.007097 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.37 - - [2025-02-20 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.37 - - [2025-02-20 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.006810 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.37 - - [2025-02-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.007008 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.007455 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.006649 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.007482 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.007196 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.37 - - [2025-02-20 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.007684 10.0.0.37 - - [2025-02-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.008032 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.007750 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.009005 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.37 - - [2025-02-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.37 - - [2025-02-20 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.37 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007030 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.37 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007984 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.37 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.008176 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.37 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.006785 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.37 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.009239 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.37 - - [2025-02-20 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.009404 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.37 - - [2025-02-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008258 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.010129 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008212 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.37 - - [2025-02-20 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.37 - - [2025-02-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008260 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.009730 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.009631 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.37 - - [2025-02-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.37 - - [2025-02-20 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.37 - - [2025-02-20 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.009008 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.37 - - [2025-02-20 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008231 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.37 - - [2025-02-20 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.007864 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.37 - - [2025-02-20 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.37 - - [2025-02-20 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008376 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.37 - - [2025-02-20 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.37 - - [2025-02-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.009404 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.008103 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.008679 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.007998 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.37 - - [2025-02-20 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.011703 10.0.0.37 - - [2025-02-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.009011 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008047 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008470 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.009962 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.37 - - [2025-02-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.37 - - [2025-02-20 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008016 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.37 - - [2025-02-20 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.37 - - [2025-02-20 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007764 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.37 - - [2025-02-20 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.009069 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.37 - - [2025-02-20 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008201 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.37 - - [2025-02-20 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.010304 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.37 - - [2025-02-20 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.009706 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.37 - - [2025-02-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008132 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.37 - - [2025-02-20 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.37 - - [2025-02-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008777 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007242 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008084 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007323 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.37 - - [2025-02-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.37 - - [2025-02-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007716 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.37 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.006614 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.37 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.006960 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.37 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007113 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.37 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007604 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.37 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.37 - - [2025-02-20 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007612 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.37 - - [2025-02-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.010098 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.009425 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.009701 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.010463 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.009863 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.37 - - [2025-02-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.37 - - [2025-02-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.37 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.010492 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.37 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.007516 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.37 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.009422 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.37 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.37 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.009880 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.37 - - [2025-02-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.37 - - [2025-02-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.37 - - [2025-02-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008821 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.37 - - [2025-02-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008294 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.37 - - [2025-02-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007450 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.37 - - [2025-02-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007240 10.0.0.37 - - [2025-02-20 02:15:54] "POST /network-ipams HTTP/1.1" 200 550 0.016858 10.0.0.37 - - [2025-02-20 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004369 10.0.0.37 - - [2025-02-20 02:15:54] "POST /virtual-networks HTTP/1.1" 200 552 0.102379 10.0.0.37 - - [2025-02-20 02:15:54] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002718 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.003065 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 178 0.002779 10.0.0.37 - - [2025-02-20 02:15:54] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003204 10.0.0.37 - - [2025-02-20 02:15:54] "GET /fabric/78a1583c-9330-4d5a-a420-a104e2eab2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003159 10.0.0.37 - - [2025-02-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.002831 10.0.0.37 - - [2025-02-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.002978 10.0.0.37 - - [2025-02-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002713 10.0.0.37 - - [2025-02-20 02:15:55] "POST /route-targets HTTP/1.1" 200 327 0.009969 10.0.0.37 - - [2025-02-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009945 10.0.0.37 - - [2025-02-20 02:16:13] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.37 - - [2025-02-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.37 - - [2025-02-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.026477 10.0.0.37 - - [2025-02-20 02:16:14] "GET /routing-instance/7e8d020d-1611-4336-9025-6abf9d90b525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003493 10.0.0.37 - - [2025-02-20 02:16:14] "POST /bgp-routers HTTP/1.1" 200 620 0.021818 10.0.0.37 - - [2025-02-20 02:16:14] "GET /bgp-router/b5e0bdac-e78e-4e00-b3a7-837bdaa7043f?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005272 10.0.0.37 - - [2025-02-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.37 - - [2025-02-20 02:16:14] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006196 10.0.0.37 - - [2025-02-20 02:16:14] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004728 10.0.0.37 - - [2025-02-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.010129 10.0.0.37 - - [2025-02-20 02:17:06] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.37 - - [2025-02-20 02:17:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.37 - - [2025-02-20 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.031106 10.0.0.37 - - [2025-02-20 02:17:07] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.017828 10.0.0.37 - - [2025-02-20 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003688 10.0.0.37 - - [2025-02-20 02:17:07] "POST /database-nodes HTTP/1.1" 200 603 0.024048 10.0.0.37 - - [2025-02-20 02:17:50] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.37 - - [2025-02-20 02:17:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.37 - - [2025-02-20 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022149 10.0.0.37 - - [2025-02-20 02:17:51] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002710 10.0.0.37 - - [2025-02-20 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002969 10.0.0.37 - - [2025-02-20 02:17:51] "POST /analytics-nodes HTTP/1.1" 200 605 0.015577 10.0.0.37 - - [2025-02-20 02:17:56] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.37 - - [2025-02-20 02:18:07] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.37 - - [2025-02-20 02:18:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.37 - - [2025-02-20 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.032617 10.0.0.37 - - [2025-02-20 02:18:07] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004473 10.0.0.37 - - [2025-02-20 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003200 10.0.0.37 - - [2025-02-20 02:18:08] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.023799 10.0.0.37 - - [2025-02-20 02:18:18] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.37 - - [2025-02-20 02:18:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.37 - - [2025-02-20 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022694 10.0.0.37 - - [2025-02-20 02:18:19] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003371 10.0.0.37 - - [2025-02-20 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002975 10.0.0.37 - - [2025-02-20 02:18:19] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.027574 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.37 - - [2025-02-20 02:18:55] "GET /obj-perms HTTP/1.1" 200 5056 0.353083 10.0.0.37 - - [2025-02-20 02:18:56] "GET /obj-perms HTTP/1.1" 200 5056 0.042958 10.0.0.37 - - [2025-02-20 02:19:52] "GET / HTTP/1.1" 200 35931 0.001927 10.0.0.37 - - [2025-02-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.37 - - [2025-02-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.021380 10.0.0.37 - - [2025-02-20 02:19:52] "GET /global-system-config/35b01726-1621-4439-8de8-a388426af881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002937 10.0.0.37 - - [2025-02-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.37 - - [2025-02-20 02:19:52] "GET /routing-instance/7e8d020d-1611-4336-9025-6abf9d90b525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003174 10.0.0.37 - - [2025-02-20 02:19:52] "PUT /global-system-config/35b01726-1621-4439-8de8-a388426af881 HTTP/1.1" 200 274 0.010792 10.0.0.37 - - [2025-02-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 218 0.002618 10.0.0.37 - - [2025-02-20 02:19:53] "POST /virtual-routers HTTP/1.1" 200 603 0.020271 10.0.0.37 - - [2025-02-20 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.37 - - [2025-02-20 02:19:53] "GET /virtual-router/76fab7c5-fffe-4641-bb5a-cfff7a70dedb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003979 10.0.0.37 - - [2025-02-20 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002710 10.0.0.37 - - [2025-02-20 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.37 - - [2025-02-20 02:19:53] "GET /virtual-network/3f278999-4128-43b1-9b6f-436381bdd02e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.003523 10.0.0.37 - - [2025-02-20 02:19:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.037598 10.0.0.37 - - [2025-02-20 02:19:53] "PUT /access-control-list/84cb6499-792e-4e15-aaf2-8449c3459b6d HTTP/1.1" 200 272 0.032741 10.0.0.37 - - [2025-02-20 02:19:56] "GET /obj-perms HTTP/1.1" 200 5056 0.043722 10.0.0.37 - - [2025-02-20 02:19:56] "GET /obj-perms HTTP/1.1" 200 5056 0.042725 [Introspect:8084]10.0.0.37 - - [2025-02-20 02:20:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000956 [Introspect:8084]10.0.0.37 - - [2025-02-20 02:20:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000923 [Introspect:8084]10.0.0.37 - - [2025-02-20 02:20:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000828 [Introspect:8084]10.0.0.37 - - [2025-02-20 02:20:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000933 10.0.0.37 - - [2025-02-20 02:20:27] "GET /global-system-configs HTTP/1.1" 200 322 0.026704 10.0.0.37 - - [2025-02-20 02:20:27] "GET /obj-perms HTTP/1.1" 200 5056 0.055730 10.0.0.37 - - [2025-02-20 02:20:28] "GET /global-system-configs HTTP/1.1" 200 322 0.005988 10.0.0.37 - - [2025-02-20 02:20:28] "GET /obj-perms HTTP/1.1" 200 5056 0.026813 10.0.0.37 - - [2025-02-20 02:20:57] "GET /obj-perms HTTP/1.1" 200 5056 0.040253 10.0.0.37 - - [2025-02-20 02:20:57] "GET /obj-perms HTTP/1.1" 200 5056 0.039788 10.0.0.37 - - [2025-02-20 02:21:10] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.37 - - [2025-02-20 02:21:11] "GET /project/a5f6b0a8-ea24-462e-85ae-7087912a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000566 10.0.0.37 - - [2025-02-20 02:21:11] "GET /projects?obj_uuids=a5f6b0a8-ea24-462e-85ae-7087912a821e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022438 10.0.0.37 - - [2025-02-20 02:21:11] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.37 - - [2025-02-20 02:21:11] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.071082 10.0.0.37 - - [2025-02-20 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 167 0.001824 10.0.0.37 - - [2025-02-20 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 176 0.014070 10.0.0.37 - - [2025-02-20 02:21:11] "POST /security-groups HTTP/1.1" 200 568 0.080506 10.0.0.37 - - [2025-02-20 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003426 10.0.0.37 - - [2025-02-20 02:21:11] "POST /projects HTTP/1.1" 200 539 0.279759 10.0.0.37 - - [2025-02-20 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.352485 10.0.0.37 - - [2025-02-20 02:21:11] "POST /access-control-lists HTTP/1.1" 200 573 0.066020 10.0.0.37 - - [2025-02-20 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.007163 10.0.0.37 - - [2025-02-20 02:21:11] "GET /project/a5f6b0a8-ea24-462e-85ae-7087912a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.555271 10.0.0.37 - - [2025-02-20 02:21:12] "POST /access-control-lists HTTP/1.1" 200 571 0.063901 [Introspect:8084]10.0.0.37 - - [2025-02-20 02:21:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001186 10.0.0.37 - - [2025-02-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.020442 10.0.0.37 - - [2025-02-20 02:21:12] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002573 10.0.0.37 - - [2025-02-20 02:21:12] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.37 - - [2025-02-20 02:21:12] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007000 10.0.0.37 - - [2025-02-20 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 201 0.001240 10.0.0.37 - - [2025-02-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.003271 10.0.0.37 - - [2025-02-20 02:21:13] "POST /security-groups HTTP/1.1" 200 602 0.062787 10.0.0.37 - - [2025-02-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.002853 10.0.0.37 - - [2025-02-20 02:21:13] "POST /projects HTTP/1.1" 200 607 0.210580 10.0.0.37 - - [2025-02-20 02:21:13] "POST /access-control-lists HTTP/1.1" 200 607 0.061291 10.0.0.37 - - [2025-02-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.285411 10.0.0.37 - - [2025-02-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 244 0.002993 10.0.0.37 - - [2025-02-20 02:21:13] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.404941 10.0.0.37 - - [2025-02-20 02:21:13] "POST /access-control-lists HTTP/1.1" 200 605 0.060919 10.0.0.37 - - [2025-02-20 02:21:14] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.37 - - [2025-02-20 02:21:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.37 - - [2025-02-20 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.053524 10.0.0.37 - - [2025-02-20 02:21:15] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001128 10.0.0.37 - - [2025-02-20 02:21:15] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.021803 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/network HTTP/1.1" 200 117 0.037825 10.0.0.37 - - [2025-02-20 02:21:15] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001656 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/network HTTP/1.1" 200 620 0.076136 10.0.0.37 - - [2025-02-20 02:21:15] "POST /route-targets HTTP/1.1" 200 327 0.012313 10.0.0.37 - - [2025-02-20 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.013559 10.0.0.37 - - [2025-02-20 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.181252 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/network HTTP/1.1" 200 839 0.006172 10.0.0.37 - - [2025-02-20 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001180 10.0.0.37 - - [2025-02-20 02:21:15] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002744 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/network HTTP/1.1" 200 839 0.006118 10.0.0.37 - - [2025-02-20 02:21:15] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003175 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/network HTTP/1.1" 200 839 0.006536 10.0.0.37 - - [2025-02-20 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.009203 10.0.0.37 - - [2025-02-20 02:21:15] "GET /domains HTTP/1.1" 401 292 0.000525 10.0.0.37 - - [2025-02-20 02:21:16] "GET /domains HTTP/1.1" 200 280 0.027344 10.0.0.37 - - [2025-02-20 02:21:16] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.37 - - [2025-02-20 02:21:16] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2584 0.014365 10.0.0.37 - - [2025-02-20 02:21:16] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001301 10.0.0.37 - - [2025-02-20 02:21:16] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11 HTTP/1.1" 200 2168 0.068905 10.0.0.37 - - [2025-02-20 02:21:16] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545 HTTP/1.1" 200 2341 0.004378 10.0.0.37 - - [2025-02-20 02:21:16] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545 HTTP/1.1" 200 2341 0.003246 10.0.0.37 - - [2025-02-20 02:21:16] "GET /routing-instance/a1ea0d7d-5c61-40e5-91d7-ae16d798f769 HTTP/1.1" 200 1495 0.003324 10.0.0.37 - - [2025-02-20 02:21:16] "GET /routing-instance/a1ea0d7d-5c61-40e5-91d7-ae16d798f769 HTTP/1.1" 200 1495 0.003175 10.0.0.37 - - [2025-02-20 02:21:16] "GET /route-target/1273479d-e591-4b72-8c0e-95585204df3f HTTP/1.1" 200 1219 0.003526 10.0.0.37 - - [2025-02-20 02:21:16] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545 HTTP/1.1" 200 2341 0.003565 10.0.0.37 - - [2025-02-20 02:21:16] "GET /routing-instance/a1ea0d7d-5c61-40e5-91d7-ae16d798f769 HTTP/1.1" 200 1495 0.002811 10.0.0.37 - - [2025-02-20 02:21:16] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002583 10.0.0.37 - - [2025-02-20 02:21:16] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545 HTTP/1.1" 200 2341 0.002953 10.0.0.37 - - [2025-02-20 02:21:16] "GET /routing-instance/a1ea0d7d-5c61-40e5-91d7-ae16d798f769 HTTP/1.1" 200 1495 0.002286 10.0.0.37 - - [2025-02-20 02:21:16] "GET /routing-instance/a1ea0d7d-5c61-40e5-91d7-ae16d798f769 HTTP/1.1" 200 1495 0.002994 10.0.0.37 - - [2025-02-20 02:21:16] "GET /route-target/1273479d-e591-4b72-8c0e-95585204df3f HTTP/1.1" 200 1219 0.002372 10.0.0.37 - - [2025-02-20 02:21:16] "GET /domains HTTP/1.1" 200 280 0.002638 10.0.0.37 - - [2025-02-20 02:21:16] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.37 - - [2025-02-20 02:21:16] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2584 0.007242 10.0.0.37 - - [2025-02-20 02:21:16] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002177 10.0.0.37 - - [2025-02-20 02:21:16] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11 HTTP/1.1" 200 2168 0.063855 10.0.0.37 - - [2025-02-20 02:21:16] "GET /virtual-network/058b2cd8-b30a-464d-92ef-0d806377a545 HTTP/1.1" 200 2341 0.004502 10.0.0.37 - - [2025-02-20 02:21:16] "GET /obj-perms HTTP/1.1" 200 5052 0.042968 10.0.0.37 - - [2025-02-20 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001308 10.0.0.37 - - [2025-02-20 02:21:18] "POST /neutron/network HTTP/1.1" 200 849 0.005580 10.0.0.37 - - [2025-02-20 02:21:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.37 - - [2025-02-20 02:21:18] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.37 - - [2025-02-20 02:21:18] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.37 - - [2025-02-20 02:21:19] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001094 10.0.0.37 - - [2025-02-20 02:21:19] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.042145 10.0.0.37 - - [2025-02-20 02:21:19] "POST /neutron/network HTTP/1.1" 200 839 0.027248 10.0.0.37 - - [2025-02-20 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.005058 10.0.0.37 - - [2025-02-20 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.006096 10.0.0.37 - - [2025-02-20 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.006923 10.0.0.37 - - [2025-02-20 02:21:20] "POST /neutron/network HTTP/1.1" 200 849 0.005736 10.0.0.37 - - [2025-02-20 02:21:20] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001075 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1071 0.188221 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1071 0.027380 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1071 0.007438 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1125 0.053182 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1099 0.013986 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003297 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.009389 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.37 - - [2025-02-20 02:21:21] "POST /neutron/network HTTP/1.1" 200 839 0.005487 10.0.0.37 - - [2025-02-20 02:21:25] "POST /neutron/port HTTP/1.1" 200 1099 0.017745 10.0.0.37 - - [2025-02-20 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2069 0.014355 10.0.0.37 - - [2025-02-20 02:21:30] "POST /neutron/port HTTP/1.1" 200 1099 0.014064 10.0.0.37 - - [2025-02-20 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006637 10.0.0.37 - - [2025-02-20 02:21:30] "GET /obj-perms HTTP/1.1" 200 5052 0.003195 10.0.0.37 - - [2025-02-20 02:21:31] "GET /obj-perms HTTP/1.1" 200 5052 0.003385 10.0.0.37 - - [2025-02-20 02:21:32] "GET /obj-perms HTTP/1.1" 200 5052 0.003364 10.0.0.37 - - [2025-02-20 02:21:33] "GET /obj-perms HTTP/1.1" 200 5052 0.004070 10.0.0.37 - - [2025-02-20 02:21:34] "GET /obj-perms HTTP/1.1" 200 5052 0.003704 10.0.0.37 - - [2025-02-20 02:21:35] "POST /neutron/network HTTP/1.1" 200 839 0.005933 10.0.0.37 - - [2025-02-20 02:21:35] "POST /neutron/network HTTP/1.1" 400 204 0.012683 10.0.0.37 - - [2025-02-20 02:21:35] "POST /neutron/port HTTP/1.1" 200 1099 0.014288 10.0.0.37 - - [2025-02-20 02:21:35] "POST /neutron/port HTTP/1.1" 200 1125 0.008411 10.0.0.37 - - [2025-02-20 02:21:36] "POST /neutron/port HTTP/1.1" 200 151 0.100758 10.0.0.37 - - [2025-02-20 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.029292 10.0.0.37 - - [2025-02-20 02:21:37] "POST /neutron/network HTTP/1.1" 200 839 0.005640 10.0.0.37 - - [2025-02-20 02:21:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001657 10.0.0.37 - - [2025-02-20 02:21:37] "POST /useragent-kv HTTP/1.1" 200 115 0.000938 10.0.0.37 - - [2025-02-20 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005559 10.0.0.37 - - [2025-02-20 02:21:37] "POST /neutron/network HTTP/1.1" 200 151 0.070566 10.0.0.37 - - [2025-02-20 02:21:37] "GET /routing-instance/a1ea0d7d-5c61-40e5-91d7-ae16d798f769 HTTP/1.1" 404 171 0.003306 10.0.0.37 - - [2025-02-20 02:21:37] "GET /domains HTTP/1.1" 200 280 0.003226 10.0.0.37 - - [2025-02-20 02:21:37] "DELETE /route-target/1273479d-e591-4b72-8c0e-95585204df3f HTTP/1.1" 200 115 0.020738 10.0.0.37 - - [2025-02-20 02:21:37] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.37 - - [2025-02-20 02:21:37] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2584 0.051185 10.0.0.37 - - [2025-02-20 02:21:37] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002159 10.0.0.37 - - [2025-02-20 02:21:37] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11 HTTP/1.1" 200 1918 0.066752 10.0.0.37 - - [2025-02-20 02:21:37] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001075 10.0.0.37 - - [2025-02-20 02:21:37] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.019366 10.0.0.37 - - [2025-02-20 02:21:37] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000969 10.0.0.37 - - [2025-02-20 02:21:38] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?fields=virtual_networks HTTP/1.1" 200 1054 0.063576 10.0.0.37 - - [2025-02-20 02:21:38] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001045 10.0.0.37 - - [2025-02-20 02:21:38] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.019655 10.0.0.37 - - [2025-02-20 02:21:38] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001214 10.0.0.37 - - [2025-02-20 02:21:38] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?fields=security_groups HTTP/1.1" 200 1291 0.031367 10.0.0.37 - - [2025-02-20 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.023506 10.0.0.37 - - [2025-02-20 02:21:38] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002697 10.0.0.37 - - [2025-02-20 02:21:39] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.37 - - [2025-02-20 02:21:39] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007285 10.0.0.37 - - [2025-02-20 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 202 0.001230 10.0.0.37 - - [2025-02-20 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.002501 10.0.0.37 - - [2025-02-20 02:21:39] "POST /security-groups HTTP/1.1" 200 603 0.060131 10.0.0.37 - - [2025-02-20 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 246 0.002612 10.0.0.37 - - [2025-02-20 02:21:39] "POST /projects HTTP/1.1" 200 609 0.208236 10.0.0.37 - - [2025-02-20 02:21:39] "POST /access-control-lists HTTP/1.1" 200 608 0.059962 10.0.0.37 - - [2025-02-20 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.280050 10.0.0.37 - - [2025-02-20 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.003245 10.0.0.37 - - [2025-02-20 02:21:39] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.398847 10.0.0.37 - - [2025-02-20 02:21:39] "POST /access-control-lists HTTP/1.1" 200 606 0.073146 10.0.0.37 - - [2025-02-20 02:21:40] "GET / HTTP/1.1" 200 35931 0.001844 10.0.0.37 - - [2025-02-20 02:21:40] "GET /projects?obj_uuids=a5f6b0a8-ea24-462e-85ae-7087912a821e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001048 10.0.0.37 - - [2025-02-20 02:21:40] "GET /project/a5f6b0a8-ea24-462e-85ae-7087912a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.021054 10.0.0.37 - - [2025-02-20 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.37 - - [2025-02-20 02:21:41] "GET /security-group/15775ee4-89d3-40de-9067-9e5b67e19951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004521 10.0.0.37 - - [2025-02-20 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.37 - - [2025-02-20 02:21:41] "GET /projects?obj_uuids=a5f6b0a8-ea24-462e-85ae-7087912a821e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001117 10.0.0.37 - - [2025-02-20 02:21:41] "GET /project/a5f6b0a8-ea24-462e-85ae-7087912a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.021679 10.0.0.37 - - [2025-02-20 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.37 - - [2025-02-20 02:21:41] "GET /security-group/15775ee4-89d3-40de-9067-9e5b67e19951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003279 10.0.0.37 - - [2025-02-20 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.37 - - [2025-02-20 02:21:41] "PUT /security-group/15775ee4-89d3-40de-9067-9e5b67e19951 HTTP/1.1" 200 262 0.013124 10.0.0.37 - - [2025-02-20 02:21:41] "PUT /access-control-list/56392395-f060-46b9-8f86-b7a4c0d079d0 HTTP/1.1" 200 272 0.008470 10.0.0.37 - - [2025-02-20 02:21:41] "PUT /access-control-list/222ebba3-72df-4c3f-b89e-37daff5ef136 HTTP/1.1" 200 272 0.007238 10.0.0.37 - - [2025-02-20 02:21:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.37 - - [2025-02-20 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.057026 10.0.0.37 - - [2025-02-20 02:21:42] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.37 - - [2025-02-20 02:21:42] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.019585 10.0.0.37 - - [2025-02-20 02:21:42] "POST /neutron/network HTTP/1.1" 200 117 0.027807 10.0.0.37 - - [2025-02-20 02:21:42] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.37 - - [2025-02-20 02:21:42] "POST /neutron/network HTTP/1.1" 200 619 0.074066 10.0.0.37 - - [2025-02-20 02:21:42] "POST /route-targets HTTP/1.1" 200 327 0.016171 10.0.0.37 - - [2025-02-20 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.012870 10.0.0.37 - - [2025-02-20 02:21:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002073 10.0.0.37 - - [2025-02-20 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.209690 10.0.0.37 - - [2025-02-20 02:21:42] "POST /neutron/network HTTP/1.1" 200 836 0.005291 10.0.0.37 - - [2025-02-20 02:21:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001485 10.0.0.37 - - [2025-02-20 02:21:42] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006211 10.0.0.37 - - [2025-02-20 02:21:43] "POST /neutron/network HTTP/1.1" 200 836 0.009275 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003765 10.0.0.37 - - [2025-02-20 02:21:43] "POST /neutron/network HTTP/1.1" 200 836 0.006789 10.0.0.37 - - [2025-02-20 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.007487 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domains HTTP/1.1" 200 280 0.023764 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2782 0.007882 10.0.0.37 - - [2025-02-20 02:21:43] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.37 - - [2025-02-20 02:21:43] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 2175 0.066887 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 2335 0.004860 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 2335 0.003603 10.0.0.37 - - [2025-02-20 02:21:43] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54 HTTP/1.1" 200 1491 0.003177 10.0.0.37 - - [2025-02-20 02:21:43] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54 HTTP/1.1" 200 1491 0.002800 10.0.0.37 - - [2025-02-20 02:21:43] "GET /route-target/4e859c4a-2391-470d-a44c-b0ead1a27bb4 HTTP/1.1" 200 1218 0.003208 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 2335 0.003651 10.0.0.37 - - [2025-02-20 02:21:43] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54 HTTP/1.1" 200 1491 0.003247 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003376 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 2335 0.002999 10.0.0.37 - - [2025-02-20 02:21:43] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54 HTTP/1.1" 200 1491 0.002409 10.0.0.37 - - [2025-02-20 02:21:43] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54 HTTP/1.1" 200 1491 0.002393 10.0.0.37 - - [2025-02-20 02:21:43] "GET /route-target/4e859c4a-2391-470d-a44c-b0ead1a27bb4 HTTP/1.1" 200 1218 0.002333 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domains HTTP/1.1" 200 280 0.002939 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.37 - - [2025-02-20 02:21:43] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2782 0.006271 10.0.0.37 - - [2025-02-20 02:21:43] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001409 10.0.0.37 - - [2025-02-20 02:21:43] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 2175 0.064393 10.0.0.37 - - [2025-02-20 02:21:43] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 2335 0.002764 10.0.0.37 - - [2025-02-20 02:21:44] "GET /obj-perms HTTP/1.1" 200 5054 0.054182 10.0.0.37 - - [2025-02-20 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.37 - - [2025-02-20 02:21:44] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.37 - - [2025-02-20 02:21:44] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.020428 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/network HTTP/1.1" 200 117 0.009472 10.0.0.37 - - [2025-02-20 02:21:44] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/network HTTP/1.1" 200 619 0.056894 10.0.0.37 - - [2025-02-20 02:21:44] "POST /route-targets HTTP/1.1" 200 327 0.009910 10.0.0.37 - - [2025-02-20 02:21:44] "POST /ref-update HTTP/1.1" 200 156 0.016782 10.0.0.37 - - [2025-02-20 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.184153 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/network HTTP/1.1" 200 837 0.005805 10.0.0.37 - - [2025-02-20 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001171 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002984 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/network HTTP/1.1" 200 837 0.006322 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003249 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/network HTTP/1.1" 200 837 0.005553 10.0.0.37 - - [2025-02-20 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.007424 10.0.0.37 - - [2025-02-20 02:21:44] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.37 - - [2025-02-20 02:21:44] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.37 - - [2025-02-20 02:21:44] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2782 0.007040 10.0.0.37 - - [2025-02-20 02:21:44] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.37 - - [2025-02-20 02:21:44] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 2403 0.062133 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6 HTTP/1.1" 200 2338 0.003426 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6 HTTP/1.1" 200 2338 0.002340 10.0.0.37 - - [2025-02-20 02:21:44] "GET /routing-instance/f5496fcb-0f0f-4e34-8845-7387892ac92f HTTP/1.1" 200 1491 0.002644 10.0.0.37 - - [2025-02-20 02:21:44] "GET /routing-instance/f5496fcb-0f0f-4e34-8845-7387892ac92f HTTP/1.1" 200 1491 0.002411 10.0.0.37 - - [2025-02-20 02:21:44] "GET /route-target/2d94041d-0601-4655-b83e-7a7385039b5a HTTP/1.1" 200 1218 0.002300 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6 HTTP/1.1" 200 2338 0.002219 10.0.0.37 - - [2025-02-20 02:21:44] "GET /routing-instance/f5496fcb-0f0f-4e34-8845-7387892ac92f HTTP/1.1" 200 1491 0.002350 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002326 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6 HTTP/1.1" 200 2338 0.002282 10.0.0.37 - - [2025-02-20 02:21:44] "GET /routing-instance/f5496fcb-0f0f-4e34-8845-7387892ac92f HTTP/1.1" 200 1491 0.002331 10.0.0.37 - - [2025-02-20 02:21:44] "GET /routing-instance/f5496fcb-0f0f-4e34-8845-7387892ac92f HTTP/1.1" 200 1491 0.002621 10.0.0.37 - - [2025-02-20 02:21:44] "GET /route-target/2d94041d-0601-4655-b83e-7a7385039b5a HTTP/1.1" 200 1218 0.002660 10.0.0.37 - - [2025-02-20 02:21:44] "GET /domains HTTP/1.1" 200 280 0.002595 10.0.0.37 - - [2025-02-20 02:21:44] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.37 - - [2025-02-20 02:21:44] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2782 0.006132 10.0.0.37 - - [2025-02-20 02:21:44] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.37 - - [2025-02-20 02:21:44] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 2403 0.063110 10.0.0.37 - - [2025-02-20 02:21:44] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6 HTTP/1.1" 200 2338 0.002430 10.0.0.37 - - [2025-02-20 02:21:44] "GET /obj-perms HTTP/1.1" 200 5054 0.003031 10.0.0.37 - - [2025-02-20 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001385 10.0.0.37 - - [2025-02-20 02:21:45] "POST /neutron/network HTTP/1.1" 200 847 0.005592 10.0.0.37 - - [2025-02-20 02:21:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.37 - - [2025-02-20 02:21:45] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.37 - - [2025-02-20 02:21:45] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.37 - - [2025-02-20 02:21:45] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.37 - - [2025-02-20 02:21:45] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047738 10.0.0.37 - - [2025-02-20 02:21:45] "POST /neutron/network HTTP/1.1" 200 837 0.005292 10.0.0.37 - - [2025-02-20 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.004473 10.0.0.37 - - [2025-02-20 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.37 - - [2025-02-20 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001164 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.005335 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 846 0.006127 10.0.0.37 - - [2025-02-20 02:21:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000503 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 847 0.006618 10.0.0.37 - - [2025-02-20 02:21:46] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.37 - - [2025-02-20 02:21:46] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.37 - - [2025-02-20 02:21:46] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000462 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1071 0.215931 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1071 0.008882 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1071 0.009439 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1125 0.055778 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 1099 0.013579 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003145 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.009049 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 837 0.004948 10.0.0.37 - - [2025-02-20 02:21:46] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.37 - - [2025-02-20 02:21:46] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041961 10.0.0.37 - - [2025-02-20 02:21:46] "POST /neutron/network HTTP/1.1" 200 836 0.005545 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1099 0.020822 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006398 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.009926 10.0.0.37 - - [2025-02-20 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.37 - - [2025-02-20 02:21:47] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.37 - - [2025-02-20 02:21:47] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.029569 10.0.0.37 - - [2025-02-20 02:21:47] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003330 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/network HTTP/1.1" 200 846 0.014526 10.0.0.37 - - [2025-02-20 02:21:47] "GET /floating-ip-pools?parent_id=f612f105-ab3b-403d-9caf-f1e0c9a91fe8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.011016 10.0.0.37 - - [2025-02-20 02:21:47] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.37 - - [2025-02-20 02:21:47] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.002718 10.0.0.37 - - [2025-02-20 02:21:47] "POST /floating-ip-pools HTTP/1.1" 200 609 0.069149 10.0.0.37 - - [2025-02-20 02:21:47] "POST /ref-update HTTP/1.1" 200 156 0.007554 10.0.0.37 - - [2025-02-20 02:21:47] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008665 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1070 0.288895 10.0.0.37 - - [2025-02-20 02:21:47] "GET /domains HTTP/1.1" 200 280 0.003491 10.0.0.37 - - [2025-02-20 02:21:47] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1070 0.013339 10.0.0.37 - - [2025-02-20 02:21:47] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2782 0.008526 10.0.0.37 - - [2025-02-20 02:21:47] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1070 0.010762 10.0.0.37 - - [2025-02-20 02:21:47] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 3245 0.084775 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1124 0.078380 10.0.0.37 - - [2025-02-20 02:21:47] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 3147 0.005991 10.0.0.37 - - [2025-02-20 02:21:47] "GET /floating-ip-pool/c9bbf3b6-2535-4495-a003-e5fc94399265 HTTP/1.1" 200 1442 0.002560 10.0.0.37 - - [2025-02-20 02:21:47] "GET /domains HTTP/1.1" 200 280 0.002047 10.0.0.37 - - [2025-02-20 02:21:47] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.37 - - [2025-02-20 02:21:47] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2782 0.008034 10.0.0.37 - - [2025-02-20 02:21:47] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1098 0.019280 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002830 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.009880 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.37 - - [2025-02-20 02:21:47] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 3245 0.067401 10.0.0.37 - - [2025-02-20 02:21:47] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8 HTTP/1.1" 200 3147 0.003735 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/network HTTP/1.1" 200 836 0.005000 10.0.0.37 - - [2025-02-20 02:21:47] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.002083 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/port HTTP/1.1" 200 1099 0.014105 10.0.0.37 - - [2025-02-20 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005540 10.0.0.37 - - [2025-02-20 02:21:48] "POST /neutron/port HTTP/1.1" 200 1099 0.015299 10.0.0.37 - - [2025-02-20 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005986 10.0.0.37 - - [2025-02-20 02:21:48] "POST /neutron/port HTTP/1.1" 200 1099 0.025805 10.0.0.37 - - [2025-02-20 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005676 10.0.0.37 - - [2025-02-20 02:21:48] "GET /virtual-machine/4587e3be-eeca-4cfb-8ee6-9037d07eb4af HTTP/1.1" 200 1304 0.009044 10.0.0.37 - - [2025-02-20 02:21:48] "GET /virtual-machine-interface/56ff3278-8ce0-4c57-b008-ecb0cbda3202 HTTP/1.1" 200 3004 0.002908 10.0.0.37 - - [2025-02-20 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.37 - - [2025-02-20 02:21:48] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002506 10.0.0.37 - - [2025-02-20 02:21:48] "GET /virtual-networks?parent_id=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002942 10.0.0.37 - - [2025-02-20 02:21:48] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003331 10.0.0.37 - - [2025-02-20 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.37 - - [2025-02-20 02:21:51] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002506 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/port HTTP/1.1" 200 1099 0.013864 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/port HTTP/1.1" 200 1099 0.013120 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/network HTTP/1.1" 200 847 0.006073 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003097 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.009103 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.37 - - [2025-02-20 02:21:51] "POST /neutron/network HTTP/1.1" 200 837 0.011818 10.0.0.37 - - [2025-02-20 02:21:51] "DELETE /project/6108a18362fe4c84b9ca99806e97aa11 HTTP/1.1" 404 173 0.008044 10.0.0.37 - - [2025-02-20 02:21:51] "DELETE /project/e258833cf39b42e5a2d11d1aa578cb12 HTTP/1.1" 404 173 0.006243 10.0.0.37 - - [2025-02-20 02:21:51] "DELETE /project/a5f6b0a8ea24462e85ae7087912a821e HTTP/1.1" 404 173 0.005368 10.0.0.37 - - [2025-02-20 02:21:51] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000916 10.0.0.37 - - [2025-02-20 02:21:52] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.021745 10.0.0.37 - - [2025-02-20 02:21:52] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.37 - - [2025-02-20 02:21:52] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?fields=security_groups HTTP/1.1" 200 1396 0.061342 10.0.0.37 - - [2025-02-20 02:21:52] "DELETE /security-group/a78398aa-2d07-4fda-a023-18c0870aff82 HTTP/1.1" 200 115 0.039441 10.0.0.37 - - [2025-02-20 02:21:52] "GET /projects?obj_uuids=6108a183-62fe-4c84-b9ca-99806e97aa11&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.37 - - [2025-02-20 02:21:52] "DELETE /access-control-list/2412eeea-a1fc-4839-8561-7510616ddf8a HTTP/1.1" 200 115 0.034096 10.0.0.37 - - [2025-02-20 02:21:52] "GET /project/6108a183-62fe-4c84-b9ca-99806e97aa11?fields=application_policy_sets HTTP/1.1" 200 1435 0.032635 10.0.0.37 - - [2025-02-20 02:21:52] "DELETE /access-control-list/37a4db30-1f80-41f3-95a4-8c8a12148e3d HTTP/1.1" 200 115 0.033759 10.0.0.37 - - [2025-02-20 02:21:52] "DELETE /project/6108a183-62fe-4c84-b9ca-99806e97aa11 HTTP/1.1" 200 115 0.309753 10.0.0.37 - - [2025-02-20 02:21:54] "POST /neutron/port HTTP/1.1" 200 1099 0.013191 10.0.0.37 - - [2025-02-20 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005224 10.0.0.37 - - [2025-02-20 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.37 - - [2025-02-20 02:21:55] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003396 10.0.0.37 - - [2025-02-20 02:21:56] "POST /neutron/port HTTP/1.1" 200 1098 0.014017 10.0.0.37 - - [2025-02-20 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005060 10.0.0.37 - - [2025-02-20 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.37 - - [2025-02-20 02:21:57] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002584 10.0.0.37 - - [2025-02-20 02:21:57] "GET /virtual-networks?parent_id=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002843 10.0.0.37 - - [2025-02-20 02:21:57] "GET /virtual-network/f000475e-0c34-4657-9c5c-4d8095cf9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003152 10.0.0.37 - - [2025-02-20 02:21:57] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.37 - - [2025-02-20 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 528 0.116376 10.0.0.37 - - [2025-02-20 02:21:57] "GET /obj-perms HTTP/1.1" 200 5056 0.056185 10.0.0.37 - - [2025-02-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1099 0.017523 10.0.0.37 - - [2025-02-20 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005248 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/floatingip HTTP/1.1" 200 574 0.033334 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1098 0.014841 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005512 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1098 0.013794 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007310 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1098 0.014130 10.0.0.37 - - [2025-02-20 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006691 10.0.0.37 - - [2025-02-20 02:21:58] "GET /virtual-machine/b0e0d89b-cda0-48af-b562-0ec1878fbc5e HTTP/1.1" 200 1305 0.003796 10.0.0.37 - - [2025-02-20 02:21:58] "GET /virtual-machine-interface/67b229ad-f2aa-4ab6-8281-a3fef5775b37 HTTP/1.1" 200 3003 0.002653 10.0.0.37 - - [2025-02-20 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.37 - - [2025-02-20 02:21:58] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002769 10.0.0.37 - - [2025-02-20 02:21:58] "GET /obj-perms HTTP/1.1" 200 5056 0.053175 10.0.0.37 - - [2025-02-20 02:21:58] "GET /virtual-networks?parent_id=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002666 10.0.0.37 - - [2025-02-20 02:21:58] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003493 10.0.0.37 - - [2025-02-20 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.37 - - [2025-02-20 02:21:59] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002872 10.0.0.37 - - [2025-02-20 02:21:59] "GET /virtual-networks?parent_id=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002932 10.0.0.37 - - [2025-02-20 02:21:59] "GET /virtual-network/f612f105-ab3b-403d-9caf-f1e0c9a91fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003050 10.0.0.37 - - [2025-02-20 02:21:59] "POST /neutron/floatingip HTTP/1.1" 200 574 0.008785 10.0.0.37 - - [2025-02-20 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.37 - - [2025-02-20 02:21:59] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002201 10.0.0.37 - - [2025-02-20 02:21:59] "GET /route-target/4e859c4a-2391-470d-a44c-b0ead1a27bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002997 10.0.0.37 - - [2025-02-20 02:21:59] "GET /floating-ip/087fc9ec-e012-4381-852b-cbbf5048aff4 HTTP/1.1" 200 1884 0.004769 10.0.0.37 - - [2025-02-20 02:22:02] "POST /neutron/floatingip HTTP/1.1" 200 574 0.008795 10.0.0.37 - - [2025-02-20 02:22:02] "POST /neutron/floatingip HTTP/1.1" 200 528 0.014943 10.0.0.37 - - [2025-02-20 02:22:02] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005118 10.0.0.37 - - [2025-02-20 02:22:02] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032680 10.0.0.37 - - [2025-02-20 02:22:02] "GET /floating-ip-pool/c9bbf3b6-2535-4495-a003-e5fc94399265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003452 10.0.0.37 - - [2025-02-20 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.008712 10.0.0.37 - - [2025-02-20 02:22:02] "DELETE /floating-ip-pool/c9bbf3b6-2535-4495-a003-e5fc94399265 HTTP/1.1" 200 115 0.021968 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/network HTTP/1.1" 200 837 0.005728 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/network HTTP/1.1" 400 204 0.009907 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/port HTTP/1.1" 200 1098 0.017349 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/port HTTP/1.1" 200 1124 0.012326 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/port HTTP/1.1" 200 151 0.117469 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/port HTTP/1.1" 200 1099 0.022169 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/port HTTP/1.1" 200 1125 0.012063 10.0.0.37 - - [2025-02-20 02:22:03] "POST /neutron/port HTTP/1.1" 200 151 0.094296 10.0.0.37 - - [2025-02-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 837 0.005663 10.0.0.37 - - [2025-02-20 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001030 10.0.0.37 - - [2025-02-20 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.37 - - [2025-02-20 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001047 10.0.0.37 - - [2025-02-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 151 0.070346 10.0.0.37 - - [2025-02-20 02:22:05] "DELETE /route-target/2d94041d-0601-4655-b83e-7a7385039b5a HTTP/1.1" 200 115 0.015377 10.0.0.37 - - [2025-02-20 02:22:05] "GET /routing-instance/f5496fcb-0f0f-4e34-8845-7387892ac92f HTTP/1.1" 404 171 0.004101 10.0.0.37 - - [2025-02-20 02:22:05] "GET /domains HTTP/1.1" 200 280 0.002613 10.0.0.37 - - [2025-02-20 02:22:05] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.37 - - [2025-02-20 02:22:05] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2585 0.048727 10.0.0.37 - - [2025-02-20 02:22:05] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.37 - - [2025-02-20 02:22:05] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 2175 0.065360 10.0.0.37 - - [2025-02-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 836 0.005994 10.0.0.37 - - [2025-02-20 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001375 10.0.0.37 - - [2025-02-20 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006869 10.0.0.37 - - [2025-02-20 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001227 10.0.0.37 - - [2025-02-20 02:22:05] "POST /neutron/network HTTP/1.1" 200 151 0.078886 10.0.0.37 - - [2025-02-20 02:22:05] "DELETE /route-target/4e859c4a-2391-470d-a44c-b0ead1a27bb4 HTTP/1.1" 200 115 0.014683 10.0.0.37 - - [2025-02-20 02:22:05] "GET /routing-instance/1cf541a3-bab3-429c-ac9c-fc8c8ec3ab54 HTTP/1.1" 404 171 0.002004 10.0.0.37 - - [2025-02-20 02:22:05] "GET /domains HTTP/1.1" 200 280 0.002403 10.0.0.37 - - [2025-02-20 02:22:05] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.37 - - [2025-02-20 02:22:05] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2585 0.049931 10.0.0.37 - - [2025-02-20 02:22:05] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.37 - - [2025-02-20 02:22:05] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 1925 0.061352 10.0.0.37 - - [2025-02-20 02:22:05] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.37 - - [2025-02-20 02:22:05] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.018604 10.0.0.37 - - [2025-02-20 02:22:05] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001471 10.0.0.37 - - [2025-02-20 02:22:06] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?fields=virtual_networks HTTP/1.1" 200 1057 0.066589 10.0.0.37 - - [2025-02-20 02:22:06] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.37 - - [2025-02-20 02:22:06] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.019823 10.0.0.37 - - [2025-02-20 02:22:06] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.37 - - [2025-02-20 02:22:06] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?fields=security_groups HTTP/1.1" 200 1295 0.019719 10.0.0.37 - - [2025-02-20 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.022551 10.0.0.37 - - [2025-02-20 02:22:06] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002718 10.0.0.37 - - [2025-02-20 02:22:06] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.37 - - [2025-02-20 02:22:06] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006271 10.0.0.37 - - [2025-02-20 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001298 10.0.0.37 - - [2025-02-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.002803 10.0.0.37 - - [2025-02-20 02:22:07] "POST /security-groups HTTP/1.1" 200 586 0.063637 10.0.0.37 - - [2025-02-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002372 10.0.0.37 - - [2025-02-20 02:22:07] "POST /projects HTTP/1.1" 200 575 0.202068 10.0.0.37 - - [2025-02-20 02:22:07] "POST /access-control-lists HTTP/1.1" 200 591 0.056439 10.0.0.37 - - [2025-02-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.272890 10.0.0.37 - - [2025-02-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002692 10.0.0.37 - - [2025-02-20 02:22:07] "GET /project/a6459f82-7930-4334-8115-af9589301388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.383294 10.0.0.37 - - [2025-02-20 02:22:07] "POST /access-control-lists HTTP/1.1" 200 589 0.059182 10.0.0.37 - - [2025-02-20 02:22:08] "GET / HTTP/1.1" 200 35931 0.051591 10.0.0.37 - - [2025-02-20 02:22:09] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001272 10.0.0.37 - - [2025-02-20 02:22:09] "GET /project/a6459f82-7930-4334-8115-af9589301388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.033314 10.0.0.37 - - [2025-02-20 02:22:09] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.37 - - [2025-02-20 02:22:09] "GET /project/a6459f82-7930-4334-8115-af9589301388?fields=virtual_networks HTTP/1.1" 200 1022 0.069641 10.0.0.37 - - [2025-02-20 02:22:09] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.37 - - [2025-02-20 02:22:09] "GET /project/a6459f82-7930-4334-8115-af9589301388?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.017813 10.0.0.37 - - [2025-02-20 02:22:09] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.37 - - [2025-02-20 02:22:09] "GET /project/a6459f82-7930-4334-8115-af9589301388?fields=security_groups HTTP/1.1" 200 1243 0.021046 10.0.0.37 - - [2025-02-20 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 191 0.024029 10.0.0.37 - - [2025-02-20 02:22:10] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003008 10.0.0.37 - - [2025-02-20 02:22:10] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.37 - - [2025-02-20 02:22:10] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008380 10.0.0.37 - - [2025-02-20 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 193 0.001202 10.0.0.37 - - [2025-02-20 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.002966 10.0.0.37 - - [2025-02-20 02:22:10] "POST /security-groups HTTP/1.1" 200 594 0.063411 10.0.0.37 - - [2025-02-20 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.003449 10.0.0.37 - - [2025-02-20 02:22:10] "POST /projects HTTP/1.1" 200 591 0.228415 10.0.0.37 - - [2025-02-20 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.301987 10.0.0.37 - - [2025-02-20 02:22:10] "POST /access-control-lists HTTP/1.1" 200 599 0.068216 10.0.0.37 - - [2025-02-20 02:22:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.002468 10.0.0.37 - - [2025-02-20 02:22:11] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.428364 10.0.0.37 - - [2025-02-20 02:22:11] "POST /access-control-lists HTTP/1.1" 200 597 0.064212 10.0.0.37 - - [2025-02-20 02:22:12] "GET / HTTP/1.1" 200 35931 0.001995 10.0.0.37 - - [2025-02-20 02:22:13] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.37 - - [2025-02-20 02:22:13] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.37 - - [2025-02-20 02:22:13] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042303 10.0.0.37 - - [2025-02-20 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.37 - - [2025-02-20 02:22:13] "GET /security-group/4fe795e3-ed30-4037-b94d-da6a2dde0290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004556 10.0.0.37 - - [2025-02-20 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.37 - - [2025-02-20 02:22:13] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001569 10.0.0.37 - - [2025-02-20 02:22:13] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023851 10.0.0.37 - - [2025-02-20 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.37 - - [2025-02-20 02:22:13] "GET /security-group/4fe795e3-ed30-4037-b94d-da6a2dde0290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003607 10.0.0.37 - - [2025-02-20 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.37 - - [2025-02-20 02:22:13] "PUT /security-group/4fe795e3-ed30-4037-b94d-da6a2dde0290 HTTP/1.1" 200 262 0.013339 10.0.0.37 - - [2025-02-20 02:22:13] "PUT /access-control-list/cbd08345-0452-4d94-8462-8bda569550ac HTTP/1.1" 200 272 0.009753 10.0.0.37 - - [2025-02-20 02:22:13] "PUT /access-control-list/0d8ff064-78e8-4da4-9a58-196157689eeb HTTP/1.1" 200 272 0.009503 10.0.0.37 - - [2025-02-20 02:22:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.003001 10.0.0.37 - - [2025-02-20 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.37 - - [2025-02-20 02:22:14] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001473 10.0.0.37 - - [2025-02-20 02:22:14] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023247 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 117 0.038476 10.0.0.37 - - [2025-02-20 02:22:14] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 608 0.071605 10.0.0.37 - - [2025-02-20 02:22:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003056 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.185085 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 826 0.006905 10.0.0.37 - - [2025-02-20 02:22:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001534 10.0.0.37 - - [2025-02-20 02:22:14] "GET /virtual-network/ef3aa953-5d38-41bd-a10f-170fc1568fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003395 10.0.0.37 - - [2025-02-20 02:22:14] "POST /route-targets HTTP/1.1" 200 327 0.011024 10.0.0.37 - - [2025-02-20 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 826 0.006371 10.0.0.37 - - [2025-02-20 02:22:14] "GET /virtual-network/ef3aa953-5d38-41bd-a10f-170fc1568fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003030 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 826 0.006215 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.008068 10.0.0.37 - - [2025-02-20 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.37 - - [2025-02-20 02:22:14] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.37 - - [2025-02-20 02:22:14] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025455 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 117 0.010998 10.0.0.37 - - [2025-02-20 02:22:14] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001103 10.0.0.37 - - [2025-02-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 615 0.078051 10.0.0.37 - - [2025-02-20 02:22:14] "POST /route-targets HTTP/1.1" 200 327 0.011194 10.0.0.37 - - [2025-02-20 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.011445 10.0.0.37 - - [2025-02-20 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.37 - - [2025-02-20 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.181573 10.0.0.37 - - [2025-02-20 02:22:15] "POST /neutron/network HTTP/1.1" 200 833 0.006032 10.0.0.37 - - [2025-02-20 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001184 10.0.0.37 - - [2025-02-20 02:22:15] "GET /virtual-network/e61f107a-8ed7-4177-ae0d-d17ed144143d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003015 10.0.0.37 - - [2025-02-20 02:22:15] "POST /neutron/network HTTP/1.1" 200 833 0.006053 10.0.0.37 - - [2025-02-20 02:22:15] "GET /virtual-network/e61f107a-8ed7-4177-ae0d-d17ed144143d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003308 10.0.0.37 - - [2025-02-20 02:22:15] "POST /neutron/network HTTP/1.1" 200 833 0.005261 10.0.0.37 - - [2025-02-20 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.006077 10.0.0.37 - - [2025-02-20 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001099 10.0.0.37 - - [2025-02-20 02:22:15] "POST /neutron/network HTTP/1.1" 200 836 0.005486 10.0.0.37 - - [2025-02-20 02:22:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.37 - - [2025-02-20 02:22:15] "GET / HTTP/1.1" 200 35931 0.001968 10.0.0.37 - - [2025-02-20 02:22:15] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.37 - - [2025-02-20 02:22:16] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.37 - - [2025-02-20 02:22:16] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043379 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/network HTTP/1.1" 200 826 0.005481 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.006052 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.004962 10.0.0.37 - - [2025-02-20 02:22:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001662 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.005625 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/network HTTP/1.1" 200 843 0.006883 10.0.0.37 - - [2025-02-20 02:22:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000470 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/network HTTP/1.1" 200 836 0.005430 10.0.0.37 - - [2025-02-20 02:22:16] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.37 - - [2025-02-20 02:22:16] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.37 - - [2025-02-20 02:22:16] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 1062 0.197369 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 1062 0.009289 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 1062 0.009632 10.0.0.37 - - [2025-02-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 1116 0.062557 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 1090 0.015376 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003493 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.011813 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/network HTTP/1.1" 200 826 0.005418 10.0.0.37 - - [2025-02-20 02:22:17] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001087 10.0.0.37 - - [2025-02-20 02:22:17] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044962 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/network HTTP/1.1" 200 833 0.005405 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 1090 0.024747 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007617 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.004398 10.0.0.37 - - [2025-02-20 02:22:17] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/router HTTP/1.1" 200 585 0.054753 10.0.0.37 - - [2025-02-20 02:22:17] "POST /route-targets HTTP/1.1" 200 327 0.009772 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/router HTTP/1.1" 200 585 0.008708 10.0.0.37 - - [2025-02-20 02:22:17] "PUT /logical-router/e9fcfba9-bbd3-4b09-89ad-d669b44b96da HTTP/1.1" 200 262 0.025828 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/router HTTP/1.1" 200 656 0.029590 10.0.0.37 - - [2025-02-20 02:22:17] "GET /logical-router/e9fcfba9-bbd3-4b09-89ad-d669b44b96da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.008291 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/router HTTP/1.1" 200 656 0.004944 10.0.0.37 - - [2025-02-20 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005871 10.0.0.37 - - [2025-02-20 02:22:17] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.37 - - [2025-02-20 02:22:17] "GET /service-template/6b2c67d6-63a2-4e4a-9a85-daf7d51d4f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004538 10.0.0.37 - - [2025-02-20 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.003359 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/router HTTP/1.1" 200 344 0.258568 10.0.0.37 - - [2025-02-20 02:22:17] "POST /useragent-kv HTTP/1.1" 200 115 0.015903 10.0.0.37 - - [2025-02-20 02:22:17] "POST /virtual-networks HTTP/1.1" 200 694 0.127548 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/network HTTP/1.1" 200 843 0.011333 10.0.0.37 - - [2025-02-20 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.027585 10.0.0.37 - - [2025-02-20 02:22:17] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.37 - - [2025-02-20 02:22:17] "POST /route-targets HTTP/1.1" 200 327 0.039575 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 1090 0.046520 10.0.0.37 - - [2025-02-20 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.035564 10.0.0.37 - - [2025-02-20 02:22:17] "POST /service-instances HTTP/1.1" 200 670 0.123852 10.0.0.37 - - [2025-02-20 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.057891 10.0.0.37 - - [2025-02-20 02:22:18] "POST /route-tables HTTP/1.1" 200 582 0.054599 10.0.0.37 - - [2025-02-20 02:22:18] "PUT /logical-router/e9fcfba9-bbd3-4b09-89ad-d669b44b96da HTTP/1.1" 200 262 0.021650 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1062 0.358129 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1062 0.009864 10.0.0.37 - - [2025-02-20 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.037707 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1062 0.008458 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1116 0.097263 10.0.0.37 - - [2025-02-20 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.37 - - [2025-02-20 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006223 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1090 0.014408 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004608 10.0.0.37 - - [2025-02-20 02:22:18] "POST /virtual-machines HTTP/1.1" 200 553 0.020180 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.016429 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.37 - - [2025-02-20 02:22:18] "POST /neutron/network HTTP/1.1" 200 833 0.005232 10.0.0.37 - - [2025-02-20 02:22:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097152 10.0.0.37 - - [2025-02-20 02:22:18] "POST /chown HTTP/1.1" 200 109 0.007397 10.0.0.37 - - [2025-02-20 02:22:18] "POST /instance-ips HTTP/1.1" 200 551 0.022214 10.0.0.37 - - [2025-02-20 02:22:18] "POST /instance-ips HTTP/1.1" 400 246 0.017855 10.0.0.37 - - [2025-02-20 02:22:18] "POST /chown HTTP/1.1" 200 109 0.012979 10.0.0.37 - - [2025-02-20 02:22:18] "PUT /virtual-machine-interface/0e16b2a1-52b5-4826-a5b2-59194c928dd1 HTTP/1.1" 200 284 0.016459 10.0.0.37 - - [2025-02-20 02:22:18] "PUT /instance-ip/bda71b0e-4ea3-4f2c-a74f-1782bc8a075a HTTP/1.1" 200 256 0.019575 10.0.0.37 - - [2025-02-20 02:22:19] "POST /ref-update HTTP/1.1" 200 156 0.016376 10.0.0.37 - - [2025-02-20 02:22:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.093886 10.0.0.37 - - [2025-02-20 02:22:19] "POST /chown HTTP/1.1" 200 109 0.008378 10.0.0.37 - - [2025-02-20 02:22:19] "POST /instance-ips HTTP/1.1" 200 549 0.030025 10.0.0.37 - - [2025-02-20 02:22:19] "POST /instance-ips HTTP/1.1" 400 316 0.035981 10.0.0.37 - - [2025-02-20 02:22:19] "POST /chown HTTP/1.1" 200 109 0.007556 10.0.0.37 - - [2025-02-20 02:22:19] "PUT /virtual-machine-interface/2b2a1a8d-a0aa-40eb-b7c7-112411f2c656 HTTP/1.1" 200 284 0.010311 10.0.0.37 - - [2025-02-20 02:22:19] "PUT /instance-ip/6eb5c938-230f-431d-94bc-cc7f44a357c7 HTTP/1.1" 200 256 0.014136 10.0.0.37 - - [2025-02-20 02:22:19] "POST /ref-update HTTP/1.1" 200 156 0.010445 10.0.0.37 - - [2025-02-20 02:22:19] "POST /ref-update HTTP/1.1" 200 156 0.009980 10.0.0.37 - - [2025-02-20 02:22:19] "PUT /routing-instance/a9253556-9c7b-4d85-8f5b-8e7f35029b88 HTTP/1.1" 200 266 0.008440 10.0.0.37 - - [2025-02-20 02:22:19] "POST /ref-update HTTP/1.1" 200 156 0.011247 10.0.0.37 - - [2025-02-20 02:22:19] "POST /virtual-machines HTTP/1.1" 200 553 0.012594 10.0.0.37 - - [2025-02-20 02:22:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.083283 10.0.0.37 - - [2025-02-20 02:22:19] "POST /chown HTTP/1.1" 200 109 0.008750 10.0.0.37 - - [2025-02-20 02:22:19] "POST /instance-ips HTTP/1.1" 400 246 0.015978 10.0.0.37 - - [2025-02-20 02:22:20] "POST /chown HTTP/1.1" 200 109 0.006996 10.0.0.37 - - [2025-02-20 02:22:20] "PUT /virtual-machine-interface/65a7e3e5-d41a-4cb2-b487-142cd17bcf3e HTTP/1.1" 200 284 0.011056 10.0.0.37 - - [2025-02-20 02:22:20] "PUT /instance-ip/bda71b0e-4ea3-4f2c-a74f-1782bc8a075a HTTP/1.1" 200 256 0.012568 10.0.0.37 - - [2025-02-20 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.011157 10.0.0.37 - - [2025-02-20 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.012500 10.0.0.37 - - [2025-02-20 02:22:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.087540 10.0.0.37 - - [2025-02-20 02:22:20] "POST /chown HTTP/1.1" 200 109 0.008542 10.0.0.37 - - [2025-02-20 02:22:20] "POST /instance-ips HTTP/1.1" 400 316 0.020172 10.0.0.37 - - [2025-02-20 02:22:20] "POST /chown HTTP/1.1" 200 109 0.008295 10.0.0.37 - - [2025-02-20 02:22:20] "PUT /virtual-machine-interface/c3ae7f0e-ae99-40c8-be72-69420bed8d67 HTTP/1.1" 200 284 0.010548 10.0.0.37 - - [2025-02-20 02:22:20] "PUT /instance-ip/6eb5c938-230f-431d-94bc-cc7f44a357c7 HTTP/1.1" 200 256 0.013534 10.0.0.37 - - [2025-02-20 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.011150 10.0.0.37 - - [2025-02-20 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.011746 10.0.0.37 - - [2025-02-20 02:22:23] "POST /neutron/port HTTP/1.1" 200 1090 0.015965 10.0.0.37 - - [2025-02-20 02:22:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007668 10.0.0.37 - - [2025-02-20 02:22:23] "POST /neutron/port HTTP/1.1" 200 1090 0.015466 10.0.0.37 - - [2025-02-20 02:22:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007110 10.0.0.37 - - [2025-02-20 02:22:23] "POST /neutron/port HTTP/1.1" 200 1090 0.018381 10.0.0.37 - - [2025-02-20 02:22:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006067 10.0.0.37 - - [2025-02-20 02:22:23] "GET /virtual-machine/c4c7478e-6fa2-4059-9d1c-e8b856a50d76 HTTP/1.1" 401 292 0.000412 10.0.0.37 - - [2025-02-20 02:22:23] "GET /virtual-machine/c4c7478e-6fa2-4059-9d1c-e8b856a50d76 HTTP/1.1" 200 1296 0.025198 10.0.0.37 - - [2025-02-20 02:22:23] "GET /virtual-machine-interface/8ab78a37-232d-4a67-863b-4b53272c59a8 HTTP/1.1" 200 2955 0.002972 10.0.0.37 - - [2025-02-20 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.37 - - [2025-02-20 02:22:23] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002651 10.0.0.37 - - [2025-02-20 02:22:23] "GET /virtual-networks?parent_id=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003120 10.0.0.37 - - [2025-02-20 02:22:23] "GET /virtual-network/ef3aa953-5d38-41bd-a10f-170fc1568fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003286 10.0.0.37 - - [2025-02-20 02:22:25] "POST /neutron/port HTTP/1.1" 200 1090 0.015220 10.0.0.37 - - [2025-02-20 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006130 10.0.0.37 - - [2025-02-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.37 - - [2025-02-20 02:22:26] "GET /virtual-network/ef3aa953-5d38-41bd-a10f-170fc1568fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002713 10.0.0.37 - - [2025-02-20 02:22:26] "POST /neutron/port HTTP/1.1" 200 1090 0.016641 10.0.0.37 - - [2025-02-20 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006142 10.0.0.37 - - [2025-02-20 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.37 - - [2025-02-20 02:22:28] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002578 10.0.0.37 - - [2025-02-20 02:22:28] "GET /virtual-networks?parent_id=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003508 10.0.0.37 - - [2025-02-20 02:22:29] "GET /virtual-network/ef3aa953-5d38-41bd-a10f-170fc1568fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003497 10.0.0.37 - - [2025-02-20 02:22:29] "POST /neutron/port HTTP/1.1" 200 1090 0.014155 10.0.0.37 - - [2025-02-20 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005886 10.0.0.37 - - [2025-02-20 02:22:29] "POST /neutron/port HTTP/1.1" 200 1090 0.017416 10.0.0.37 - - [2025-02-20 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006498 10.0.0.37 - - [2025-02-20 02:22:29] "POST /neutron/port HTTP/1.1" 200 1090 0.017576 10.0.0.37 - - [2025-02-20 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006454 10.0.0.37 - - [2025-02-20 02:22:29] "GET /virtual-machine/d1e1bcd9-f96f-4e60-b6c8-b6f7fba1d803 HTTP/1.1" 200 1296 0.004908 10.0.0.37 - - [2025-02-20 02:22:29] "GET /virtual-machine-interface/a47c5c5b-86bb-4ffe-bb54-6a8338541add HTTP/1.1" 200 2969 0.003420 10.0.0.37 - - [2025-02-20 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.37 - - [2025-02-20 02:22:29] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002626 10.0.0.37 - - [2025-02-20 02:22:29] "GET /virtual-networks?parent_id=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003112 10.0.0.37 - - [2025-02-20 02:22:29] "GET /virtual-network/e61f107a-8ed7-4177-ae0d-d17ed144143d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004280 10.0.0.37 - - [2025-02-20 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.37 - - [2025-02-20 02:22:30] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002695 10.0.0.37 - - [2025-02-20 02:22:30] "GET /virtual-networks?parent_id=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002892 10.0.0.37 - - [2025-02-20 02:22:30] "GET /virtual-network/e61f107a-8ed7-4177-ae0d-d17ed144143d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003216 10.0.0.37 - - [2025-02-20 02:22:34] "POST /neutron/router HTTP/1.1" 200 656 0.004049 10.0.0.37 - - [2025-02-20 02:22:34] "POST /ref-update HTTP/1.1" 200 156 0.014747 10.0.0.37 - - [2025-02-20 02:22:34] "POST /neutron/router HTTP/1.1" 200 344 0.092175 10.0.0.37 - - [2025-02-20 02:22:34] "POST /neutron/router HTTP/1.1" 200 656 0.004906 10.0.0.37 - - [2025-02-20 02:22:34] "GET /logical-router/e9fcfba9-bbd3-4b09-89ad-d669b44b96da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003625 10.0.0.37 - - [2025-02-20 02:22:34] "GET /service-instance/b1664829-a97b-46aa-9b97-a715b0faf6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003088 10.0.0.37 - - [2025-02-20 02:22:34] "POST /neutron/router HTTP/1.1" 200 151 0.052212 10.0.0.37 - - [2025-02-20 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.37 - - [2025-02-20 02:22:34] "DELETE /route-target/cd267aa1-e7db-4750-9a53-f60f29f2f982 HTTP/1.1" 409 239 0.004150 10.0.0.37 - - [2025-02-20 02:22:34] "PUT /logical-router/e9fcfba9-bbd3-4b09-89ad-d669b44b96da HTTP/1.1" 404 171 0.002778 10.0.0.37 - - [2025-02-20 02:22:34] "POST /ref-update HTTP/1.1" 200 156 0.012046 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /route-table/c8568ff6-81f5-49a2-be92-58227c34593d HTTP/1.1" 200 115 0.025653 10.0.0.37 - - [2025-02-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.37 - - [2025-02-20 02:22:35] "PUT /routing-instance/a9253556-9c7b-4d85-8f5b-8e7f35029b88 HTTP/1.1" 200 266 0.009691 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/network HTTP/1.1" 200 833 0.005679 10.0.0.37 - - [2025-02-20 02:22:35] "GET /virtual-network/d09d4eb7-e9ba-4a37-b9bc-6cb807e60dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.008267 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/network HTTP/1.1" 400 204 0.037358 10.0.0.37 - - [2025-02-20 02:22:35] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.37 - - [2025-02-20 02:22:35] "POST /ref-update HTTP/1.1" 200 156 0.013529 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /instance-ip/6eb5c938-230f-431d-94bc-cc7f44a357c7 HTTP/1.1" 200 115 0.048514 10.0.0.37 - - [2025-02-20 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001309 10.0.0.37 - - [2025-02-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.37 - - [2025-02-20 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.000915 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /virtual-network/d09d4eb7-e9ba-4a37-b9bc-6cb807e60dbd HTTP/1.1" 200 115 0.102533 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /route-target/a12e76a6-0e71-4ea3-a8c5-4ef4ed29d0b9 HTTP/1.1" 200 115 0.018562 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /service-instance/b1664829-a97b-46aa-9b97-a715b0faf6a2 HTTP/1.1" 200 115 0.027605 10.0.0.37 - - [2025-02-20 02:22:35] "GET /logical-router/e9fcfba9-bbd3-4b09-89ad-d669b44b96da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002923 10.0.0.37 - - [2025-02-20 02:22:35] "GET /service-instance/b1664829-a97b-46aa-9b97-a715b0faf6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002567 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015760 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/port HTTP/1.1" 200 1116 0.012161 10.0.0.37 - - [2025-02-20 02:22:35] "GET /virtual-machine-interface/2b2a1a8d-a0aa-40eb-b7c7-112411f2c656?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.007041 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/port HTTP/1.1" 200 1090 0.018620 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/port HTTP/1.1" 200 1116 0.011255 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /virtual-machine-interface/2b2a1a8d-a0aa-40eb-b7c7-112411f2c656 HTTP/1.1" 200 115 0.055151 10.0.0.37 - - [2025-02-20 02:22:35] "GET /virtual-machine-interface/0e16b2a1-52b5-4826-a5b2-59194c928dd1?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1663 0.007067 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/port HTTP/1.1" 200 151 0.158390 10.0.0.37 - - [2025-02-20 02:22:35] "POST /ref-update HTTP/1.1" 200 156 0.013380 10.0.0.37 - - [2025-02-20 02:22:35] "POST /neutron/port HTTP/1.1" 200 151 0.146197 10.0.0.37 - - [2025-02-20 02:22:35] "GET /instance-ip/bda71b0e-4ea3-4f2c-a74f-1782bc8a075a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004197 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /virtual-machine-interface/0e16b2a1-52b5-4826-a5b2-59194c928dd1 HTTP/1.1" 200 115 0.034215 10.0.0.37 - - [2025-02-20 02:22:35] "POST /ref-update HTTP/1.1" 200 156 0.013328 10.0.0.37 - - [2025-02-20 02:22:35] "DELETE /virtual-machine/f2fa7523-89a3-446f-9ed7-f2ac5e1cb910 HTTP/1.1" 200 115 0.031367 10.0.0.37 - - [2025-02-20 02:22:35] "GET /virtual-machine-interface/c3ae7f0e-ae99-40c8-be72-69420bed8d67?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1344 0.003214 10.0.0.37 - - [2025-02-20 02:22:36] "DELETE /virtual-machine-interface/c3ae7f0e-ae99-40c8-be72-69420bed8d67 HTTP/1.1" 200 115 0.035976 10.0.0.37 - - [2025-02-20 02:22:36] "GET /virtual-machine-interface/65a7e3e5-d41a-4cb2-b487-142cd17bcf3e?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1663 0.003288 10.0.0.37 - - [2025-02-20 02:22:36] "POST /ref-update HTTP/1.1" 200 156 0.013065 10.0.0.37 - - [2025-02-20 02:22:36] "GET /instance-ip/bda71b0e-4ea3-4f2c-a74f-1782bc8a075a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004030 10.0.0.37 - - [2025-02-20 02:22:36] "DELETE /instance-ip/bda71b0e-4ea3-4f2c-a74f-1782bc8a075a HTTP/1.1" 200 115 0.022520 10.0.0.37 - - [2025-02-20 02:22:36] "DELETE /virtual-machine-interface/65a7e3e5-d41a-4cb2-b487-142cd17bcf3e HTTP/1.1" 200 115 0.033535 10.0.0.37 - - [2025-02-20 02:22:36] "DELETE /virtual-machine/6e6dea6d-d8d4-49fb-8456-cdf47af4ea57 HTTP/1.1" 200 115 0.016436 10.0.0.37 - - [2025-02-20 02:22:37] "POST /neutron/network HTTP/1.1" 200 833 0.005653 10.0.0.37 - - [2025-02-20 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001199 10.0.0.37 - - [2025-02-20 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001105 10.0.0.37 - - [2025-02-20 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005586 10.0.0.37 - - [2025-02-20 02:22:37] "POST /neutron/network HTTP/1.1" 200 151 0.076241 10.0.0.37 - - [2025-02-20 02:22:37] "DELETE /route-target/bc28d711-423a-4638-9f8e-2d6254bae4be HTTP/1.1" 200 115 0.014068 10.0.0.37 - - [2025-02-20 02:22:37] "POST /neutron/network HTTP/1.1" 200 826 0.005164 10.0.0.37 - - [2025-02-20 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.37 - - [2025-02-20 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001080 10.0.0.37 - - [2025-02-20 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.000952 10.0.0.37 - - [2025-02-20 02:22:37] "POST /neutron/network HTTP/1.1" 200 151 0.071674 10.0.0.37 - - [2025-02-20 02:22:37] "DELETE /route-target/936dd6d0-e0c3-4192-92c1-5e638da55be5 HTTP/1.1" 200 115 0.014910 10.0.0.37 - - [2025-02-20 02:22:37] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.37 - - [2025-02-20 02:22:37] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020839 10.0.0.37 - - [2025-02-20 02:22:37] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001288 10.0.0.37 - - [2025-02-20 02:22:37] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?fields=virtual_networks HTTP/1.1" 200 1038 0.062108 10.0.0.37 - - [2025-02-20 02:22:37] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001098 10.0.0.37 - - [2025-02-20 02:22:37] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.019173 10.0.0.37 - - [2025-02-20 02:22:37] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001262 10.0.0.37 - - [2025-02-20 02:22:37] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?fields=security_groups HTTP/1.1" 200 1267 0.021024 10.0.0.37 - - [2025-02-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.024037 10.0.0.37 - - [2025-02-20 02:22:38] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.37 - - [2025-02-20 02:22:38] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.37 - - [2025-02-20 02:22:38] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007326 10.0.0.37 - - [2025-02-20 02:22:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.001146 10.0.0.37 - - [2025-02-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.002023 10.0.0.37 - - [2025-02-20 02:22:38] "POST /security-groups HTTP/1.1" 200 599 0.063652 10.0.0.37 - - [2025-02-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.002145 10.0.0.37 - - [2025-02-20 02:22:38] "POST /projects HTTP/1.1" 200 601 0.205420 10.0.0.37 - - [2025-02-20 02:22:38] "POST /access-control-lists HTTP/1.1" 200 604 0.056520 10.0.0.37 - - [2025-02-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.274255 10.0.0.37 - - [2025-02-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 241 0.002747 10.0.0.37 - - [2025-02-20 02:22:38] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.393345 10.0.0.37 - - [2025-02-20 02:22:39] "POST /access-control-lists HTTP/1.1" 200 602 0.059892 10.0.0.37 - - [2025-02-20 02:22:40] "GET / HTTP/1.1" 200 35931 0.002359 10.0.0.37 - - [2025-02-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.37 - - [2025-02-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.054857 10.0.0.37 - - [2025-02-20 02:22:41] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.37 - - [2025-02-20 02:22:41] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024489 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 117 0.027744 10.0.0.37 - - [2025-02-20 02:22:41] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001586 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 613 0.068662 10.0.0.37 - - [2025-02-20 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.014275 10.0.0.37 - - [2025-02-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.010546 10.0.0.37 - - [2025-02-20 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008729 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.139458 10.0.0.37 - - [2025-02-20 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003054 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.139470 10.0.0.37 - - [2025-02-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027437 10.0.0.37 - - [2025-02-20 02:22:41] "GET /virtual-network/0622153b-ef87-435e-a810-20fc848c0718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005116 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 1006 0.006259 10.0.0.37 - - [2025-02-20 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001251 10.0.0.37 - - [2025-02-20 02:22:41] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.002637 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 1006 0.011917 10.0.0.37 - - [2025-02-20 02:22:41] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003567 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 1006 0.006856 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.006274 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.006582 10.0.0.37 - - [2025-02-20 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.37 - - [2025-02-20 02:22:41] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.37 - - [2025-02-20 02:22:41] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021803 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 117 0.008929 10.0.0.37 - - [2025-02-20 02:22:41] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001983 10.0.0.37 - - [2025-02-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 613 0.066359 10.0.0.37 - - [2025-02-20 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.010908 10.0.0.37 - - [2025-02-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.012906 10.0.0.37 - - [2025-02-20 02:22:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002877 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.190557 10.0.0.37 - - [2025-02-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.37 - - [2025-02-20 02:22:42] "GET /virtual-network/0622153b-ef87-435e-a810-20fc848c0718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005407 10.0.0.37 - - [2025-02-20 02:22:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 823 0.188587 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 1005 0.007573 10.0.0.37 - - [2025-02-20 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001424 10.0.0.37 - - [2025-02-20 02:22:42] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004087 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 1005 0.008361 10.0.0.37 - - [2025-02-20 02:22:42] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.002973 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 1005 0.007159 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.006648 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 823 0.007001 10.0.0.37 - - [2025-02-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002358 10.0.0.37 - - [2025-02-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.37 - - [2025-02-20 02:22:42] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.37 - - [2025-02-20 02:22:42] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.018214 10.0.0.37 - - [2025-02-20 02:22:42] "POST /network-policys HTTP/1.1" 200 577 0.059959 10.0.0.37 - - [2025-02-20 02:22:42] "GET /network-policy/cc8a1982-cc38-4f46-9b62-e72634f209db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005092 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 1006 0.006862 10.0.0.37 - - [2025-02-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.37 - - [2025-02-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.005053 10.0.0.37 - - [2025-02-20 02:22:42] "GET /virtual-network/0622153b-ef87-435e-a810-20fc848c0718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004111 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 1114 0.048337 10.0.0.37 - - [2025-02-20 02:22:42] "POST /access-control-lists HTTP/1.1" 200 596 0.069806 10.0.0.37 - - [2025-02-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 1114 0.050393 10.0.0.37 - - [2025-02-20 02:22:42] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003295 10.0.0.37 - - [2025-02-20 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.37 - - [2025-02-20 02:22:42] "GET /network-policy/cc8a1982-cc38-4f46-9b62-e72634f209db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003163 10.0.0.37 - - [2025-02-20 02:22:43] "POST /neutron/network HTTP/1.1" 200 1005 0.007912 10.0.0.37 - - [2025-02-20 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/0622153b-ef87-435e-a810-20fc848c0718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003147 10.0.0.37 - - [2025-02-20 02:22:43] "PUT /access-control-list/5fed4c8f-0e27-4e10-8d15-717a51fb5a5b HTTP/1.1" 200 272 0.062005 10.0.0.37 - - [2025-02-20 02:22:43] "POST /neutron/network HTTP/1.1" 200 1113 0.094091 10.0.0.37 - - [2025-02-20 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.002663 10.0.0.37 - - [2025-02-20 02:22:43] "POST /neutron/network HTTP/1.1" 200 1113 0.010342 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003583 10.0.0.37 - - [2025-02-20 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.37 - - [2025-02-20 02:22:43] "GET /network-policy/cc8a1982-cc38-4f46-9b62-e72634f209db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.019856 10.0.0.37 - - [2025-02-20 02:22:43] "POST /access-control-lists HTTP/1.1" 200 596 0.061255 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domains HTTP/1.1" 401 292 0.000358 10.0.0.37 - - [2025-02-20 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domains HTTP/1.1" 200 280 0.023286 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3149 0.009144 10.0.0.37 - - [2025-02-20 02:22:43] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.37 - - [2025-02-20 02:22:43] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 2625 0.067424 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366 HTTP/1.1" 200 3504 0.004756 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366 HTTP/1.1" 200 3504 0.003784 10.0.0.37 - - [2025-02-20 02:22:43] "GET /routing-instance/1b1039ba-9a1b-43b8-94f4-5450197fb311 HTTP/1.1" 200 1795 0.003746 10.0.0.37 - - [2025-02-20 02:22:43] "GET /routing-instance/1b1039ba-9a1b-43b8-94f4-5450197fb311 HTTP/1.1" 200 1795 0.002901 10.0.0.37 - - [2025-02-20 02:22:43] "GET /route-target/2d40b3ae-0b7f-4db9-a5e6-5861433b3fb3 HTTP/1.1" 200 1212 0.002866 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366 HTTP/1.1" 200 3504 0.002754 10.0.0.37 - - [2025-02-20 02:22:43] "GET /routing-instance/1b1039ba-9a1b-43b8-94f4-5450197fb311 HTTP/1.1" 200 1795 0.002482 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.002497 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366 HTTP/1.1" 200 3504 0.002690 10.0.0.37 - - [2025-02-20 02:22:43] "GET /routing-instance/1b1039ba-9a1b-43b8-94f4-5450197fb311 HTTP/1.1" 200 1795 0.002649 10.0.0.37 - - [2025-02-20 02:22:43] "GET /routing-instance/1b1039ba-9a1b-43b8-94f4-5450197fb311 HTTP/1.1" 200 1795 0.002447 10.0.0.37 - - [2025-02-20 02:22:43] "GET /route-target/2d40b3ae-0b7f-4db9-a5e6-5861433b3fb3 HTTP/1.1" 200 1212 0.002380 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domains HTTP/1.1" 200 280 0.002519 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.37 - - [2025-02-20 02:22:43] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3149 0.007735 10.0.0.37 - - [2025-02-20 02:22:43] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.37 - - [2025-02-20 02:22:43] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 2625 0.065826 10.0.0.37 - - [2025-02-20 02:22:43] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366 HTTP/1.1" 200 3504 0.002753 10.0.0.37 - - [2025-02-20 02:22:44] "GET /obj-perms HTTP/1.1" 200 5046 0.045543 10.0.0.37 - - [2025-02-20 02:22:44] "GET /domains HTTP/1.1" 200 280 0.002704 10.0.0.37 - - [2025-02-20 02:22:44] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.37 - - [2025-02-20 02:22:44] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3149 0.006529 10.0.0.37 - - [2025-02-20 02:22:44] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.37 - - [2025-02-20 02:22:44] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 2625 0.064438 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166 HTTP/1.1" 200 3503 0.005079 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166 HTTP/1.1" 200 3503 0.003480 10.0.0.37 - - [2025-02-20 02:22:44] "GET /routing-instance/65daed8a-8f1a-403e-bcaf-6cf070d6aa7a HTTP/1.1" 200 1795 0.002585 10.0.0.37 - - [2025-02-20 02:22:44] "GET /routing-instance/65daed8a-8f1a-403e-bcaf-6cf070d6aa7a HTTP/1.1" 200 1795 0.002560 10.0.0.37 - - [2025-02-20 02:22:44] "GET /route-target/34756e04-f410-4176-b5d5-009be77bdfb3 HTTP/1.1" 200 1212 0.002628 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166 HTTP/1.1" 200 3503 0.003151 10.0.0.37 - - [2025-02-20 02:22:44] "GET /routing-instance/65daed8a-8f1a-403e-bcaf-6cf070d6aa7a HTTP/1.1" 200 1795 0.002182 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.002572 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166 HTTP/1.1" 200 3503 0.003057 10.0.0.37 - - [2025-02-20 02:22:44] "GET /routing-instance/65daed8a-8f1a-403e-bcaf-6cf070d6aa7a HTTP/1.1" 200 1795 0.002486 10.0.0.37 - - [2025-02-20 02:22:44] "GET /routing-instance/65daed8a-8f1a-403e-bcaf-6cf070d6aa7a HTTP/1.1" 200 1795 0.002273 10.0.0.37 - - [2025-02-20 02:22:44] "GET /route-target/34756e04-f410-4176-b5d5-009be77bdfb3 HTTP/1.1" 200 1212 0.002279 10.0.0.37 - - [2025-02-20 02:22:44] "GET /domains HTTP/1.1" 200 280 0.002991 10.0.0.37 - - [2025-02-20 02:22:44] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.37 - - [2025-02-20 02:22:44] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3149 0.006908 10.0.0.37 - - [2025-02-20 02:22:44] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001520 10.0.0.37 - - [2025-02-20 02:22:44] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 2625 0.062408 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166 HTTP/1.1" 200 3503 0.002953 10.0.0.37 - - [2025-02-20 02:22:44] "GET /obj-perms HTTP/1.1" 200 5046 0.003492 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003589 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1113 0.009097 10.0.0.37 - - [2025-02-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011107 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/0622153b-ef87-435e-a810-20fc848c0718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005225 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1005 0.063438 10.0.0.37 - - [2025-02-20 02:22:44] "DELETE /access-control-list/0d3c54d5-911a-4dab-8e87-8aff58147792 HTTP/1.1" 200 115 0.040204 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1005 0.011494 10.0.0.37 - - [2025-02-20 02:22:44] "POST /ref-update HTTP/1.1" 200 156 0.011953 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/9a451ea6-96ea-4d47-9b57-3b0596536166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004093 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.002727 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1114 0.007685 10.0.0.37 - - [2025-02-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006339 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/0622153b-ef87-435e-a810-20fc848c0718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003199 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1006 0.045467 10.0.0.37 - - [2025-02-20 02:22:44] "DELETE /access-control-list/5fed4c8f-0e27-4e10-8d15-717a51fb5a5b HTTP/1.1" 200 115 0.030755 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1006 0.009251 10.0.0.37 - - [2025-02-20 02:22:44] "POST /ref-update HTTP/1.1" 200 156 0.011131 10.0.0.37 - - [2025-02-20 02:22:44] "GET /virtual-network/096a2dc4-215a-4236-95e1-0bfd4db99366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005185 10.0.0.37 - - [2025-02-20 02:22:44] "DELETE /network-policy/cc8a1982-cc38-4f46-9b62-e72634f209db HTTP/1.1" 200 115 0.020801 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 1005 0.007135 10.0.0.37 - - [2025-02-20 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001276 10.0.0.37 - - [2025-02-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.37 - - [2025-02-20 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.000968 10.0.0.37 - - [2025-02-20 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.000914 10.0.0.37 - - [2025-02-20 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.000943 10.0.0.37 - - [2025-02-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 151 0.074371 10.0.0.37 - - [2025-02-20 02:22:45] "DELETE /route-target/34756e04-f410-4176-b5d5-009be77bdfb3 HTTP/1.1" 200 115 0.016125 10.0.0.37 - - [2025-02-20 02:22:45] "GET /routing-instance/65daed8a-8f1a-403e-bcaf-6cf070d6aa7a HTTP/1.1" 404 171 0.002109 10.0.0.37 - - [2025-02-20 02:22:45] "GET /domains HTTP/1.1" 200 280 0.002118 10.0.0.37 - - [2025-02-20 02:22:45] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.37 - - [2025-02-20 02:22:45] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3149 0.048215 10.0.0.37 - - [2025-02-20 02:22:45] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.37 - - [2025-02-20 02:22:45] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 2145 0.063941 10.0.0.37 - - [2025-02-20 02:22:45] "POST /neutron/network HTTP/1.1" 200 1006 0.007616 10.0.0.37 - - [2025-02-20 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001055 10.0.0.37 - - [2025-02-20 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005602 10.0.0.37 - - [2025-02-20 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001027 10.0.0.37 - - [2025-02-20 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.000905 10.0.0.37 - - [2025-02-20 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001406 10.0.0.37 - - [2025-02-20 02:22:45] "POST /neutron/network HTTP/1.1" 200 151 0.078987 10.0.0.37 - - [2025-02-20 02:22:45] "DELETE /route-target/2d40b3ae-0b7f-4db9-a5e6-5861433b3fb3 HTTP/1.1" 200 115 0.019619 10.0.0.37 - - [2025-02-20 02:22:45] "GET /routing-instance/1b1039ba-9a1b-43b8-94f4-5450197fb311 HTTP/1.1" 404 171 0.002502 10.0.0.37 - - [2025-02-20 02:22:45] "GET /domains HTTP/1.1" 200 280 0.002280 10.0.0.37 - - [2025-02-20 02:22:45] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.37 - - [2025-02-20 02:22:45] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3149 0.051795 10.0.0.37 - - [2025-02-20 02:22:45] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.37 - - [2025-02-20 02:22:45] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 1900 0.063341 10.0.0.37 - - [2025-02-20 02:22:45] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.37 - - [2025-02-20 02:22:45] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022518 10.0.0.37 - - [2025-02-20 02:22:45] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.37 - - [2025-02-20 02:22:45] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?fields=virtual_networks HTTP/1.1" 200 1048 0.061714 10.0.0.37 - - [2025-02-20 02:22:45] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.37 - - [2025-02-20 02:22:45] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.020989 10.0.0.37 - - [2025-02-20 02:22:45] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.37 - - [2025-02-20 02:22:45] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?fields=security_groups HTTP/1.1" 200 1282 0.018923 10.0.0.37 - - [2025-02-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.023386 10.0.0.37 - - [2025-02-20 02:22:46] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002417 10.0.0.37 - - [2025-02-20 02:22:46] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.37 - - [2025-02-20 02:22:46] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006253 10.0.0.37 - - [2025-02-20 02:22:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.001199 10.0.0.37 - - [2025-02-20 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.002605 10.0.0.37 - - [2025-02-20 02:22:47] "POST /security-groups HTTP/1.1" 200 593 0.069749 10.0.0.37 - - [2025-02-20 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.002239 10.0.0.37 - - [2025-02-20 02:22:47] "POST /projects HTTP/1.1" 200 589 0.214459 10.0.0.37 - - [2025-02-20 02:22:47] "POST /access-control-lists HTTP/1.1" 200 598 0.057826 10.0.0.37 - - [2025-02-20 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.285196 10.0.0.37 - - [2025-02-20 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.002622 10.0.0.37 - - [2025-02-20 02:22:47] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.394322 10.0.0.37 - - [2025-02-20 02:22:47] "POST /access-control-lists HTTP/1.1" 200 596 0.056244 10.0.0.37 - - [2025-02-20 02:22:48] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.37 - - [2025-02-20 02:22:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.37 - - [2025-02-20 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.053678 10.0.0.37 - - [2025-02-20 02:22:49] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.37 - - [2025-02-20 02:22:49] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026495 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 117 0.026524 10.0.0.37 - - [2025-02-20 02:22:49] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 607 0.060839 10.0.0.37 - - [2025-02-20 02:22:49] "POST /route-targets HTTP/1.1" 200 327 0.012815 10.0.0.37 - - [2025-02-20 02:22:49] "POST /ref-update HTTP/1.1" 200 156 0.010941 10.0.0.37 - - [2025-02-20 02:22:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002045 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.191334 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 824 0.005344 10.0.0.37 - - [2025-02-20 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001279 10.0.0.37 - - [2025-02-20 02:22:49] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002661 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 824 0.005427 10.0.0.37 - - [2025-02-20 02:22:49] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003421 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 824 0.005445 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.006838 10.0.0.37 - - [2025-02-20 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.37 - - [2025-02-20 02:22:49] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001381 10.0.0.37 - - [2025-02-20 02:22:49] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.018626 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 117 0.008626 10.0.0.37 - - [2025-02-20 02:22:49] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001057 10.0.0.37 - - [2025-02-20 02:22:49] "POST /neutron/network HTTP/1.1" 200 607 0.055810 10.0.0.37 - - [2025-02-20 02:22:50] "POST /route-targets HTTP/1.1" 200 327 0.014844 10.0.0.37 - - [2025-02-20 02:22:50] "POST /ref-update HTTP/1.1" 200 156 0.020400 10.0.0.37 - - [2025-02-20 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004850 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/subnet HTTP/1.1" 200 705 0.207137 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 822 0.005552 10.0.0.37 - - [2025-02-20 02:22:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001103 10.0.0.37 - - [2025-02-20 02:22:50] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002590 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 822 0.005650 10.0.0.37 - - [2025-02-20 02:22:50] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004624 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 822 0.005758 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/subnet HTTP/1.1" 200 705 0.006296 10.0.0.37 - - [2025-02-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002171 10.0.0.37 - - [2025-02-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.37 - - [2025-02-20 02:22:50] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.37 - - [2025-02-20 02:22:50] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020854 10.0.0.37 - - [2025-02-20 02:22:50] "POST /network-policys HTTP/1.1" 200 571 0.016672 10.0.0.37 - - [2025-02-20 02:22:50] "GET /network-policy/93718d36-3e0a-426f-8bbf-9621e8266857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004398 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 824 0.005871 10.0.0.37 - - [2025-02-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003529 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 926 0.034956 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 926 0.043904 10.0.0.37 - - [2025-02-20 02:22:50] "POST /access-control-lists HTTP/1.1" 200 590 0.064006 10.0.0.37 - - [2025-02-20 02:22:50] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002633 10.0.0.37 - - [2025-02-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.37 - - [2025-02-20 02:22:50] "GET /network-policy/93718d36-3e0a-426f-8bbf-9621e8266857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.002965 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 822 0.005163 10.0.0.37 - - [2025-02-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003239 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 924 0.040292 10.0.0.37 - - [2025-02-20 02:22:50] "POST /neutron/network HTTP/1.1" 200 924 0.040614 10.0.0.37 - - [2025-02-20 02:22:50] "POST /access-control-lists HTTP/1.1" 200 590 0.063885 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.002752 10.0.0.37 - - [2025-02-20 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.37 - - [2025-02-20 02:22:51] "POST /ref-update HTTP/1.1" 200 156 0.011342 10.0.0.37 - - [2025-02-20 02:22:51] "GET /network-policy/93718d36-3e0a-426f-8bbf-9621e8266857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005782 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domains HTTP/1.1" 401 292 0.000544 10.0.0.37 - - [2025-02-20 02:22:51] "PUT /access-control-list/960cabc1-0986-49e2-8c6d-7e21e7432305 HTTP/1.1" 200 272 0.054555 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domains HTTP/1.1" 200 280 0.025192 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3337 0.009541 10.0.0.37 - - [2025-02-20 02:22:51] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.37 - - [2025-02-20 02:22:51] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 2571 0.066068 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6 HTTP/1.1" 200 2886 0.003503 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6 HTTP/1.1" 200 2886 0.002422 10.0.0.37 - - [2025-02-20 02:22:51] "GET /routing-instance/66524915-3af7-4bc6-aeb4-f33ec251becc HTTP/1.1" 200 1783 0.002234 10.0.0.37 - - [2025-02-20 02:22:51] "GET /routing-instance/66524915-3af7-4bc6-aeb4-f33ec251becc HTTP/1.1" 200 1783 0.002008 10.0.0.37 - - [2025-02-20 02:22:51] "GET /route-target/3ef03d2c-cb8f-4889-8d91-52d0c2ba617c HTTP/1.1" 200 1206 0.002069 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6 HTTP/1.1" 200 2886 0.002179 10.0.0.37 - - [2025-02-20 02:22:51] "GET /routing-instance/66524915-3af7-4bc6-aeb4-f33ec251becc HTTP/1.1" 200 1783 0.002070 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002120 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6 HTTP/1.1" 200 2886 0.002705 10.0.0.37 - - [2025-02-20 02:22:51] "GET /routing-instance/66524915-3af7-4bc6-aeb4-f33ec251becc HTTP/1.1" 200 1783 0.002118 10.0.0.37 - - [2025-02-20 02:22:51] "GET /routing-instance/66524915-3af7-4bc6-aeb4-f33ec251becc HTTP/1.1" 200 1783 0.002242 10.0.0.37 - - [2025-02-20 02:22:51] "GET /route-target/3ef03d2c-cb8f-4889-8d91-52d0c2ba617c HTTP/1.1" 200 1206 0.002259 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domains HTTP/1.1" 200 280 0.002861 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.37 - - [2025-02-20 02:22:51] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3337 0.006048 10.0.0.37 - - [2025-02-20 02:22:51] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001272 10.0.0.37 - - [2025-02-20 02:22:51] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 2571 0.059512 10.0.0.37 - - [2025-02-20 02:22:51] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6 HTTP/1.1" 200 2886 0.002333 10.0.0.37 - - [2025-02-20 02:22:52] "GET /obj-perms HTTP/1.1" 200 5034 0.045841 10.0.0.37 - - [2025-02-20 02:22:52] "GET /domains HTTP/1.1" 200 280 0.002443 10.0.0.37 - - [2025-02-20 02:22:52] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.37 - - [2025-02-20 02:22:52] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3337 0.006464 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001262 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 2571 0.060084 10.0.0.37 - - [2025-02-20 02:22:52] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad HTTP/1.1" 200 2881 0.004404 10.0.0.37 - - [2025-02-20 02:22:52] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad HTTP/1.1" 200 2881 0.002407 10.0.0.37 - - [2025-02-20 02:22:52] "GET /routing-instance/535cb016-e06a-4bf0-b527-7bb6a0a5054a HTTP/1.1" 200 1783 0.002490 10.0.0.37 - - [2025-02-20 02:22:52] "GET /routing-instance/535cb016-e06a-4bf0-b527-7bb6a0a5054a HTTP/1.1" 200 1783 0.002179 10.0.0.37 - - [2025-02-20 02:22:52] "GET /route-target/5ca6faca-7dd0-4835-a426-d77cf4a83777 HTTP/1.1" 200 1206 0.002997 10.0.0.37 - - [2025-02-20 02:22:52] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad HTTP/1.1" 200 2881 0.002618 10.0.0.37 - - [2025-02-20 02:22:52] "GET /routing-instance/535cb016-e06a-4bf0-b527-7bb6a0a5054a HTTP/1.1" 200 1783 0.002412 10.0.0.37 - - [2025-02-20 02:22:52] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.002517 10.0.0.37 - - [2025-02-20 02:22:52] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad HTTP/1.1" 200 2881 0.003296 10.0.0.37 - - [2025-02-20 02:22:52] "GET /routing-instance/535cb016-e06a-4bf0-b527-7bb6a0a5054a HTTP/1.1" 200 1783 0.002590 10.0.0.37 - - [2025-02-20 02:22:52] "GET /routing-instance/535cb016-e06a-4bf0-b527-7bb6a0a5054a HTTP/1.1" 200 1783 0.002630 10.0.0.37 - - [2025-02-20 02:22:52] "GET /route-target/5ca6faca-7dd0-4835-a426-d77cf4a83777 HTTP/1.1" 200 1206 0.002456 10.0.0.37 - - [2025-02-20 02:22:52] "GET /domains HTTP/1.1" 200 280 0.002663 10.0.0.37 - - [2025-02-20 02:22:52] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.37 - - [2025-02-20 02:22:52] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 3337 0.006088 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 2571 0.061364 10.0.0.37 - - [2025-02-20 02:22:52] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad HTTP/1.1" 200 2881 0.002461 10.0.0.37 - - [2025-02-20 02:22:52] "GET /obj-perms HTTP/1.1" 200 5034 0.002852 10.0.0.37 - - [2025-02-20 02:22:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.000935 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/a6459f82793043348115af9589301388 HTTP/1.1" 404 173 0.025401 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/38b966a435f744259f9006f4fba274ca HTTP/1.1" 404 173 0.024617 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/6e654ec5ff324a8a92c4e44797d36365 HTTP/1.1" 404 173 0.016315 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/1d2cc4efc0284efea5f459b51a98f40f HTTP/1.1" 404 173 0.012406 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001080 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.050008 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.060037 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/a6459f82-7930-4334-8115-af9589301388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049057 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.052531 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000822 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?fields=security_groups HTTP/1.1" 200 1400 0.066472 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?fields=security_groups HTTP/1.1" 200 1372 0.066228 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?fields=security_groups HTTP/1.1" 200 1387 0.062355 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/a6459f82-7930-4334-8115-af9589301388?fields=security_groups HTTP/1.1" 200 1348 0.066197 10.0.0.37 - - [2025-02-20 02:22:52] "POST /neutron/network HTTP/1.1" 200 936 0.005269 10.0.0.37 - - [2025-02-20 02:22:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000456 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /security-group/4fe795e3-ed30-4037-b94d-da6a2dde0290 HTTP/1.1" 200 115 0.067794 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /security-group/ca5fb3a7-cb06-4d05-b9d3-fc28c7f1c8f7 HTTP/1.1" 200 115 0.085803 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=1d2cc4ef-c028-4efe-a5f4-59b51a98f40f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=e258833c-f39b-42e5-a2d1-1d1aa578cb12&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/718b050b-9b7a-4755-8c51-6dd6b30947de HTTP/1.1" 200 115 0.062380 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /security-group/55094b1e-8a1c-47fc-87b8-49983c2f74c3 HTTP/1.1" 200 115 0.103364 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /security-group/da84f442-1791-49aa-9ae1-4217a3cdbafc HTTP/1.1" 200 115 0.124355 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f?fields=application_policy_sets HTTP/1.1" 200 1411 0.055503 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=a6459f82-7930-4334-8115-af9589301388&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.37 - - [2025-02-20 02:22:52] "GET /projects?obj_uuids=38b966a4-35f7-4425-9f90-06f4fba274ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12?fields=application_policy_sets HTTP/1.1" 200 1439 0.080043 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/511f3b45-fe91-4853-921e-7c96cf1f3171 HTTP/1.1" 200 115 0.052711 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/a6459f82-7930-4334-8115-af9589301388?fields=application_policy_sets HTTP/1.1" 200 1387 0.045244 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/cbd08345-0452-4d94-8462-8bda569550ac HTTP/1.1" 200 115 0.028959 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/38b966a4-35f7-4425-9f90-06f4fba274ca?fields=application_policy_sets HTTP/1.1" 200 1426 0.073675 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/0d8ff064-78e8-4da4-9a58-196157689eeb HTTP/1.1" 200 115 0.063923 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/1d2cc4ef-c028-4efe-a5f4-59b51a98f40f HTTP/1.1" 200 115 0.493898 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/6699f00a-47f6-48ab-ada2-1ee00be5bb42 HTTP/1.1" 200 115 0.043063 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/a6459f82-7930-4334-8115-af9589301388 HTTP/1.1" 200 115 0.546508 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/e258833c-f39b-42e5-a2d1-1d1aa578cb12 HTTP/1.1" 200 115 0.563097 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/ec40c4b1-309b-41df-b64c-47e53746a542 HTTP/1.1" 200 115 0.036145 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /project/38b966a4-35f7-4425-9f90-06f4fba274ca HTTP/1.1" 200 115 0.567578 10.0.0.37 - - [2025-02-20 02:22:52] "GET / HTTP/1.1" 200 35931 0.001365 10.0.0.37 - - [2025-02-20 02:22:52] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/411ec86e-3318-403d-87da-f05f51105f2d HTTP/1.1" 200 115 0.018857 10.0.0.37 - - [2025-02-20 02:22:52] "DELETE /access-control-list/35b9a0d6-a46a-4eda-b322-3590b121ddff HTTP/1.1" 200 115 0.016990 10.0.0.37 - - [2025-02-20 02:22:53] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.37 - - [2025-02-20 02:22:53] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051861 10.0.0.37 - - [2025-02-20 02:22:53] "POST /neutron/network HTTP/1.1" 200 926 0.007557 10.0.0.37 - - [2025-02-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.004999 10.0.0.37 - - [2025-02-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.004626 10.0.0.37 - - [2025-02-20 02:22:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001269 10.0.0.37 - - [2025-02-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.004768 10.0.0.37 - - [2025-02-20 02:22:53] "POST /neutron/network HTTP/1.1" 200 934 0.005643 10.0.0.37 - - [2025-02-20 02:22:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.37 - - [2025-02-20 02:22:53] "POST /neutron/network HTTP/1.1" 200 936 0.007650 10.0.0.37 - - [2025-02-20 02:22:53] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001442 10.0.0.37 - - [2025-02-20 02:22:54] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.37 - - [2025-02-20 02:22:54] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1060 0.211099 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1060 0.012324 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1060 0.009056 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1114 0.058657 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1088 0.016506 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003351 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.010087 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 926 0.005415 10.0.0.37 - - [2025-02-20 02:22:54] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.37 - - [2025-02-20 02:22:54] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042184 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 924 0.005569 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1088 0.019457 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007171 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 117 0.004846 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1088 0.015231 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006364 10.0.0.37 - - [2025-02-20 02:22:54] "POST /neutron/network HTTP/1.1" 200 934 0.007835 10.0.0.37 - - [2025-02-20 02:22:55] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.37 - - [2025-02-20 02:22:55] "PUT /access-control-list/200879e4-2216-4933-ae5c-541796dd14dc HTTP/1.1" 200 272 0.032563 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1058 0.280563 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1058 0.025886 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1058 0.012323 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1112 0.072250 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015669 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/subnet HTTP/1.1" 200 679 0.010428 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.37 - - [2025-02-20 02:22:55] "POST /neutron/network HTTP/1.1" 200 924 0.005390 10.0.0.37 - - [2025-02-20 02:22:58] "GET /obj-perms HTTP/1.1" 200 5056 0.047463 10.0.0.37 - - [2025-02-20 02:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.042675 10.0.0.37 - - [2025-02-20 02:22:59] "POST /neutron/port HTTP/1.1" 200 1088 0.015060 10.0.0.37 - - [2025-02-20 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005308 10.0.0.37 - - [2025-02-20 02:22:59] "POST /neutron/port HTTP/1.1" 200 1088 0.014628 10.0.0.37 - - [2025-02-20 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006206 10.0.0.37 - - [2025-02-20 02:22:59] "POST /neutron/port HTTP/1.1" 200 1088 0.014397 10.0.0.37 - - [2025-02-20 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006374 10.0.0.37 - - [2025-02-20 02:23:00] "GET /virtual-machine/6bdf4a17-c30a-43c8-a6d2-59c76422e808 HTTP/1.1" 200 1294 0.004247 10.0.0.37 - - [2025-02-20 02:23:00] "GET /virtual-machine-interface/ee50cac2-b32d-4bf5-8e36-254523a09f38 HTTP/1.1" 200 2952 0.003631 10.0.0.37 - - [2025-02-20 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.37 - - [2025-02-20 02:23:00] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003059 10.0.0.37 - - [2025-02-20 02:23:00] "GET /virtual-networks?parent_id=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002924 10.0.0.37 - - [2025-02-20 02:23:00] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003237 10.0.0.37 - - [2025-02-20 02:23:02] "POST /neutron/port HTTP/1.1" 200 1088 0.022863 10.0.0.37 - - [2025-02-20 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006982 10.0.0.37 - - [2025-02-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.37 - - [2025-02-20 02:23:03] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002851 10.0.0.37 - - [2025-02-20 02:23:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014712 10.0.0.37 - - [2025-02-20 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005564 10.0.0.37 - - [2025-02-20 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.37 - - [2025-02-20 02:23:05] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002608 10.0.0.37 - - [2025-02-20 02:23:05] "GET /virtual-networks?parent_id=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003806 10.0.0.37 - - [2025-02-20 02:23:05] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003256 10.0.0.37 - - [2025-02-20 02:23:05] "POST /neutron/port HTTP/1.1" 200 1086 0.013786 10.0.0.37 - - [2025-02-20 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005869 10.0.0.37 - - [2025-02-20 02:23:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015215 10.0.0.37 - - [2025-02-20 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006173 10.0.0.37 - - [2025-02-20 02:23:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015190 10.0.0.37 - - [2025-02-20 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006580 10.0.0.37 - - [2025-02-20 02:23:05] "GET /virtual-machine/944cd687-c6b6-495f-b5e9-535abc6989fd HTTP/1.1" 200 1295 0.003885 10.0.0.37 - - [2025-02-20 02:23:05] "GET /virtual-machine-interface/459d142f-027c-43eb-bf9f-05c99bc9ce2c HTTP/1.1" 200 2951 0.002758 10.0.0.37 - - [2025-02-20 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.37 - - [2025-02-20 02:23:05] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002598 10.0.0.37 - - [2025-02-20 02:23:05] "GET /virtual-networks?parent_id=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003109 10.0.0.37 - - [2025-02-20 02:23:06] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003137 10.0.0.37 - - [2025-02-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.37 - - [2025-02-20 02:23:07] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002795 10.0.0.37 - - [2025-02-20 02:23:07] "GET /virtual-networks?parent_id=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002894 10.0.0.37 - - [2025-02-20 02:23:07] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003045 10.0.0.37 - - [2025-02-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.37 - - [2025-02-20 02:23:11] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001492 10.0.0.37 - - [2025-02-20 02:23:11] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020289 10.0.0.37 - - [2025-02-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.37 - - [2025-02-20 02:23:11] "PUT /network-policy/93718d36-3e0a-426f-8bbf-9621e8266857 HTTP/1.1" 200 262 0.013143 10.0.0.37 - - [2025-02-20 02:23:11] "PUT /access-control-list/200879e4-2216-4933-ae5c-541796dd14dc HTTP/1.1" 200 272 0.056556 10.0.0.37 - - [2025-02-20 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.012074 10.0.0.37 - - [2025-02-20 02:23:11] "PUT /access-control-list/960cabc1-0986-49e2-8c6d-7e21e7432305 HTTP/1.1" 200 272 0.052460 10.0.0.37 - - [2025-02-20 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.010122 10.0.0.37 - - [2025-02-20 02:23:14] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003156 10.0.0.37 - - [2025-02-20 02:23:14] "POST /neutron/network HTTP/1.1" 200 924 0.005864 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 822 0.042885 10.0.0.37 - - [2025-02-20 02:23:15] "DELETE /access-control-list/200879e4-2216-4933-ae5c-541796dd14dc HTTP/1.1" 200 115 0.031223 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 822 0.005794 10.0.0.37 - - [2025-02-20 02:23:15] "GET /virtual-network/fb6a42a1-a926-4d4b-a519-dc894a2376ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002683 10.0.0.37 - - [2025-02-20 02:23:15] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002464 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 926 0.006610 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 824 0.047329 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 824 0.005838 10.0.0.37 - - [2025-02-20 02:23:15] "GET /virtual-network/90491c6e-b23d-447f-99eb-7e9acc0b7fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003289 10.0.0.37 - - [2025-02-20 02:23:15] "DELETE /network-policy/93718d36-3e0a-426f-8bbf-9621e8266857 HTTP/1.1" 200 115 0.021571 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 822 0.006301 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/network HTTP/1.1" 400 204 0.009645 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1086 0.015659 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1112 0.010590 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1088 0.016985 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1114 0.014331 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 151 0.114852 10.0.0.37 - - [2025-02-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 151 0.097769 10.0.0.37 - - [2025-02-20 02:23:15] "DELETE /access-control-list/960cabc1-0986-49e2-8c6d-7e21e7432305 HTTP/1.1" 200 115 0.038111 10.0.0.37 - - [2025-02-20 02:23:17] "POST /neutron/network HTTP/1.1" 200 822 0.005680 10.0.0.37 - - [2025-02-20 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001244 10.0.0.37 - - [2025-02-20 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001073 10.0.0.37 - - [2025-02-20 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.37 - - [2025-02-20 02:23:17] "POST /neutron/network HTTP/1.1" 200 151 0.070381 10.0.0.37 - - [2025-02-20 02:23:17] "GET /routing-instance/535cb016-e06a-4bf0-b527-7bb6a0a5054a HTTP/1.1" 404 171 0.001834 10.0.0.37 - - [2025-02-20 02:23:17] "GET /domains HTTP/1.1" 200 280 0.003618 10.0.0.37 - - [2025-02-20 02:23:17] "DELETE /route-target/5ca6faca-7dd0-4835-a426-d77cf4a83777 HTTP/1.1" 200 115 0.019136 10.0.0.37 - - [2025-02-20 02:23:17] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001633 10.0.0.37 - - [2025-02-20 02:23:17] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2575 0.049911 10.0.0.37 - - [2025-02-20 02:23:17] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.37 - - [2025-02-20 02:23:17] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 2103 0.062820 10.0.0.37 - - [2025-02-20 02:23:17] "POST /neutron/network HTTP/1.1" 200 824 0.006096 10.0.0.37 - - [2025-02-20 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.37 - - [2025-02-20 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001312 10.0.0.37 - - [2025-02-20 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001419 10.0.0.37 - - [2025-02-20 02:23:17] "POST /neutron/network HTTP/1.1" 200 151 0.074687 10.0.0.37 - - [2025-02-20 02:23:17] "DELETE /route-target/3ef03d2c-cb8f-4889-8d91-52d0c2ba617c HTTP/1.1" 200 115 0.018195 10.0.0.37 - - [2025-02-20 02:23:17] "GET /routing-instance/66524915-3af7-4bc6-aeb4-f33ec251becc HTTP/1.1" 404 171 0.002265 10.0.0.37 - - [2025-02-20 02:23:17] "GET /domains HTTP/1.1" 200 280 0.002922 10.0.0.37 - - [2025-02-20 02:23:17] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.37 - - [2025-02-20 02:23:17] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2575 0.047541 10.0.0.37 - - [2025-02-20 02:23:17] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.37 - - [2025-02-20 02:23:17] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 1864 0.059472 10.0.0.37 - - [2025-02-20 02:23:18] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.37 - - [2025-02-20 02:23:18] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.019004 10.0.0.37 - - [2025-02-20 02:23:18] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.37 - - [2025-02-20 02:23:18] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?fields=virtual_networks HTTP/1.1" 200 1036 0.064261 10.0.0.37 - - [2025-02-20 02:23:18] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.37 - - [2025-02-20 02:23:18] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023964 10.0.0.37 - - [2025-02-20 02:23:18] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.37 - - [2025-02-20 02:23:18] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?fields=security_groups HTTP/1.1" 200 1264 0.019522 10.0.0.37 - - [2025-02-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.022183 10.0.0.37 - - [2025-02-20 02:23:19] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002369 10.0.0.37 - - [2025-02-20 02:23:19] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001814 10.0.0.37 - - [2025-02-20 02:23:19] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007704 10.0.0.37 - - [2025-02-20 02:23:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.001189 10.0.0.37 - - [2025-02-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.002946 10.0.0.37 - - [2025-02-20 02:23:19] "POST /security-groups HTTP/1.1" 200 589 0.059360 10.0.0.37 - - [2025-02-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.002846 10.0.0.37 - - [2025-02-20 02:23:19] "POST /projects HTTP/1.1" 200 581 0.199445 10.0.0.37 - - [2025-02-20 02:23:19] "POST /access-control-lists HTTP/1.1" 200 594 0.056763 10.0.0.37 - - [2025-02-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.266108 10.0.0.37 - - [2025-02-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.003650 10.0.0.37 - - [2025-02-20 02:23:19] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.383040 10.0.0.37 - - [2025-02-20 02:23:19] "POST /access-control-lists HTTP/1.1" 200 592 0.059356 10.0.0.37 - - [2025-02-20 02:23:20] "GET / HTTP/1.1" 200 35931 0.001965 10.0.0.37 - - [2025-02-20 02:23:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.37 - - [2025-02-20 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.050900 10.0.0.37 - - [2025-02-20 02:23:21] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.37 - - [2025-02-20 02:23:21] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.018846 10.0.0.37 - - [2025-02-20 02:23:21] "POST /neutron/network HTTP/1.1" 200 117 0.029328 10.0.0.37 - - [2025-02-20 02:23:21] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001462 10.0.0.37 - - [2025-02-20 02:23:21] "POST /neutron/network HTTP/1.1" 200 613 0.066743 10.0.0.37 - - [2025-02-20 02:23:21] "POST /route-targets HTTP/1.1" 200 327 0.010041 10.0.0.37 - - [2025-02-20 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.011796 10.0.0.37 - - [2025-02-20 02:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002321 10.0.0.37 - - [2025-02-20 02:23:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.183789 10.0.0.37 - - [2025-02-20 02:23:21] "POST /neutron/network HTTP/1.1" 200 834 0.005031 10.0.0.37 - - [2025-02-20 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001197 10.0.0.37 - - [2025-02-20 02:23:21] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002910 10.0.0.37 - - [2025-02-20 02:23:21] "POST /neutron/network HTTP/1.1" 200 834 0.009053 10.0.0.37 - - [2025-02-20 02:23:21] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002625 10.0.0.37 - - [2025-02-20 02:23:21] "POST /neutron/network HTTP/1.1" 200 834 0.005322 10.0.0.37 - - [2025-02-20 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.007304 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domains HTTP/1.1" 401 292 0.000443 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domains HTTP/1.1" 200 280 0.024386 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2759 0.007988 10.0.0.37 - - [2025-02-20 02:23:22] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.37 - - [2025-02-20 02:23:22] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2080 0.066712 10.0.0.37 - - [2025-02-20 02:23:22] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15 HTTP/1.1" 200 2325 0.004717 10.0.0.37 - - [2025-02-20 02:23:22] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15 HTTP/1.1" 200 2325 0.003081 10.0.0.37 - - [2025-02-20 02:23:22] "GET /routing-instance/f7946bc9-01fd-4579-bd0b-5908e70e6471 HTTP/1.1" 200 1494 0.002965 10.0.0.37 - - [2025-02-20 02:23:22] "GET /routing-instance/f7946bc9-01fd-4579-bd0b-5908e70e6471 HTTP/1.1" 200 1494 0.002623 10.0.0.37 - - [2025-02-20 02:23:22] "GET /route-target/95ad6c97-590c-4b0b-8f3d-70aa786fcae1 HTTP/1.1" 200 1213 0.002817 10.0.0.37 - - [2025-02-20 02:23:22] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15 HTTP/1.1" 200 2325 0.003712 10.0.0.37 - - [2025-02-20 02:23:22] "GET /routing-instance/f7946bc9-01fd-4579-bd0b-5908e70e6471 HTTP/1.1" 200 1494 0.003070 10.0.0.37 - - [2025-02-20 02:23:22] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003134 10.0.0.37 - - [2025-02-20 02:23:22] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15 HTTP/1.1" 200 2325 0.002682 10.0.0.37 - - [2025-02-20 02:23:22] "GET /routing-instance/f7946bc9-01fd-4579-bd0b-5908e70e6471 HTTP/1.1" 200 1494 0.002989 10.0.0.37 - - [2025-02-20 02:23:22] "GET /routing-instance/f7946bc9-01fd-4579-bd0b-5908e70e6471 HTTP/1.1" 200 1494 0.002387 10.0.0.37 - - [2025-02-20 02:23:22] "GET /route-target/95ad6c97-590c-4b0b-8f3d-70aa786fcae1 HTTP/1.1" 200 1213 0.002817 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domains HTTP/1.1" 200 280 0.002609 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.37 - - [2025-02-20 02:23:22] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2759 0.007154 10.0.0.37 - - [2025-02-20 02:23:22] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.37 - - [2025-02-20 02:23:22] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2080 0.062349 10.0.0.37 - - [2025-02-20 02:23:22] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15 HTTP/1.1" 200 2325 0.002263 10.0.0.37 - - [2025-02-20 02:23:22] "GET /obj-perms HTTP/1.1" 200 5026 0.048978 10.0.0.37 - - [2025-02-20 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.37 - - [2025-02-20 02:23:22] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.37 - - [2025-02-20 02:23:23] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024836 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 117 0.010148 10.0.0.37 - - [2025-02-20 02:23:23] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 613 0.067989 10.0.0.37 - - [2025-02-20 02:23:23] "POST /route-targets HTTP/1.1" 200 327 0.009593 10.0.0.37 - - [2025-02-20 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.010327 10.0.0.37 - - [2025-02-20 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003736 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.149675 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 829 0.006015 10.0.0.37 - - [2025-02-20 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001458 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002955 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 829 0.005342 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003146 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 829 0.006508 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.008398 10.0.0.37 - - [2025-02-20 02:23:23] "GET /domains HTTP/1.1" 200 280 0.002270 10.0.0.37 - - [2025-02-20 02:23:23] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.37 - - [2025-02-20 02:23:23] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2759 0.006457 10.0.0.37 - - [2025-02-20 02:23:23] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.37 - - [2025-02-20 02:23:23] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2298 0.063734 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa HTTP/1.1" 200 2310 0.004408 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa HTTP/1.1" 200 2310 0.003025 10.0.0.37 - - [2025-02-20 02:23:23] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64 HTTP/1.1" 200 1493 0.002901 10.0.0.37 - - [2025-02-20 02:23:23] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64 HTTP/1.1" 200 1493 0.002883 10.0.0.37 - - [2025-02-20 02:23:23] "GET /route-target/4e3ab263-ff78-47c8-9fd7-9f2fe9b156a6 HTTP/1.1" 200 1212 0.002801 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa HTTP/1.1" 200 2310 0.002812 10.0.0.37 - - [2025-02-20 02:23:23] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64 HTTP/1.1" 200 1493 0.002726 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002771 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa HTTP/1.1" 200 2310 0.003269 10.0.0.37 - - [2025-02-20 02:23:23] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64 HTTP/1.1" 200 1493 0.002771 10.0.0.37 - - [2025-02-20 02:23:23] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64 HTTP/1.1" 200 1493 0.002766 10.0.0.37 - - [2025-02-20 02:23:23] "GET /route-target/4e3ab263-ff78-47c8-9fd7-9f2fe9b156a6 HTTP/1.1" 200 1212 0.002581 10.0.0.37 - - [2025-02-20 02:23:23] "GET /domains HTTP/1.1" 200 280 0.002822 10.0.0.37 - - [2025-02-20 02:23:23] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.37 - - [2025-02-20 02:23:23] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2759 0.008779 10.0.0.37 - - [2025-02-20 02:23:23] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001896 10.0.0.37 - - [2025-02-20 02:23:23] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2298 0.066117 10.0.0.37 - - [2025-02-20 02:23:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa HTTP/1.1" 200 2310 0.003117 10.0.0.37 - - [2025-02-20 02:23:23] "GET /obj-perms HTTP/1.1" 200 5026 0.003478 10.0.0.37 - - [2025-02-20 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.37 - - [2025-02-20 02:23:23] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.37 - - [2025-02-20 02:23:23] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022896 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 117 0.010752 10.0.0.37 - - [2025-02-20 02:23:23] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.37 - - [2025-02-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 615 0.058851 10.0.0.37 - - [2025-02-20 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.37 - - [2025-02-20 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.37 - - [2025-02-20 02:23:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.184954 10.0.0.37 - - [2025-02-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 835 0.005821 10.0.0.37 - - [2025-02-20 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001093 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002401 10.0.0.37 - - [2025-02-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 835 0.005159 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002389 10.0.0.37 - - [2025-02-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 835 0.005226 10.0.0.37 - - [2025-02-20 02:23:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.007157 10.0.0.37 - - [2025-02-20 02:23:24] "GET /domains HTTP/1.1" 200 280 0.002210 10.0.0.37 - - [2025-02-20 02:23:24] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.37 - - [2025-02-20 02:23:24] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2759 0.007684 10.0.0.37 - - [2025-02-20 02:23:24] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.37 - - [2025-02-20 02:23:24] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2517 0.064285 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa HTTP/1.1" 200 2328 0.003430 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa HTTP/1.1" 200 2328 0.002235 10.0.0.37 - - [2025-02-20 02:23:24] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7 HTTP/1.1" 200 1497 0.002530 10.0.0.37 - - [2025-02-20 02:23:24] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7 HTTP/1.1" 200 1497 0.002437 10.0.0.37 - - [2025-02-20 02:23:24] "GET /route-target/cd267aa1-e7db-4750-9a53-f60f29f2f982 HTTP/1.1" 200 1215 0.002326 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa HTTP/1.1" 200 2328 0.002759 10.0.0.37 - - [2025-02-20 02:23:24] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7 HTTP/1.1" 200 1497 0.002267 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002319 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa HTTP/1.1" 200 2328 0.002330 10.0.0.37 - - [2025-02-20 02:23:24] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7 HTTP/1.1" 200 1497 0.002482 10.0.0.37 - - [2025-02-20 02:23:24] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7 HTTP/1.1" 200 1497 0.002349 10.0.0.37 - - [2025-02-20 02:23:24] "GET /route-target/cd267aa1-e7db-4750-9a53-f60f29f2f982 HTTP/1.1" 200 1215 0.002323 10.0.0.37 - - [2025-02-20 02:23:24] "GET /domains HTTP/1.1" 200 280 0.002351 10.0.0.37 - - [2025-02-20 02:23:24] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.37 - - [2025-02-20 02:23:24] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2759 0.007884 10.0.0.37 - - [2025-02-20 02:23:24] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.37 - - [2025-02-20 02:23:24] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2517 0.060211 10.0.0.37 - - [2025-02-20 02:23:24] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa HTTP/1.1" 200 2328 0.002956 10.0.0.37 - - [2025-02-20 02:23:24] "GET /obj-perms HTTP/1.1" 200 5026 0.002857 10.0.0.37 - - [2025-02-20 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001302 10.0.0.37 - - [2025-02-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 839 0.005660 10.0.0.37 - - [2025-02-20 02:23:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000492 10.0.0.37 - - [2025-02-20 02:23:25] "GET / HTTP/1.1" 200 35931 0.002808 10.0.0.37 - - [2025-02-20 02:23:25] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.37 - - [2025-02-20 02:23:25] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.37 - - [2025-02-20 02:23:25] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047285 10.0.0.37 - - [2025-02-20 02:23:25] "POST /neutron/network HTTP/1.1" 200 829 0.005256 10.0.0.37 - - [2025-02-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.005231 10.0.0.37 - - [2025-02-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.004922 10.0.0.37 - - [2025-02-20 02:23:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001257 10.0.0.37 - - [2025-02-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.005721 10.0.0.37 - - [2025-02-20 02:23:25] "POST /neutron/network HTTP/1.1" 200 845 0.005429 10.0.0.37 - - [2025-02-20 02:23:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/network HTTP/1.1" 200 839 0.005574 10.0.0.37 - - [2025-02-20 02:23:26] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.37 - - [2025-02-20 02:23:26] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.37 - - [2025-02-20 02:23:26] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1055 0.206812 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1055 0.008727 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1055 0.007691 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1109 0.062221 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1083 0.014534 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003160 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/subnet HTTP/1.1" 200 684 0.010380 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/network HTTP/1.1" 200 829 0.008464 10.0.0.37 - - [2025-02-20 02:23:26] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.37 - - [2025-02-20 02:23:26] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051405 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/network HTTP/1.1" 200 835 0.005781 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017609 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010224 10.0.0.37 - - [2025-02-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 117 0.008117 10.0.0.37 - - [2025-02-20 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.008841 10.0.0.37 - - [2025-02-20 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.37 - - [2025-02-20 02:23:26] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.37 - - [2025-02-20 02:23:26] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011024 10.0.0.37 - - [2025-02-20 02:23:26] "POST /service-templates HTTP/1.1" 200 543 0.021070 10.0.0.37 - - [2025-02-20 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.37 - - [2025-02-20 02:23:27] "GET /service-template/1dfaeec2-650c-4ce2-8234-7079ee6ab1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006141 10.0.0.37 - - [2025-02-20 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.37 - - [2025-02-20 02:23:27] "GET /service-template/1dfaeec2-650c-4ce2-8234-7079ee6ab1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003632 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 845 0.019783 10.0.0.37 - - [2025-02-20 02:23:27] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.37 - - [2025-02-20 02:23:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.002337 10.0.0.37 - - [2025-02-20 02:23:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.002365 10.0.0.37 - - [2025-02-20 02:23:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001312 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1059 0.250605 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1059 0.019927 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1059 0.017632 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 2000 0.054672 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007238 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1113 0.078148 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1087 0.026884 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003233 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.013143 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.37 - - [2025-02-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 835 0.005841 10.0.0.37 - - [2025-02-20 02:23:28] "POST /neutron/network HTTP/1.1" 200 2223 0.016573 10.0.0.37 - - [2025-02-20 02:23:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000643 10.0.0.37 - - [2025-02-20 02:23:28] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.37 - - [2025-02-20 02:23:28] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.37 - - [2025-02-20 02:23:29] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.37 - - [2025-02-20 02:23:29] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040037 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/network HTTP/1.1" 200 834 0.005265 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/network HTTP/1.1" 200 829 0.005011 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/network HTTP/1.1" 200 835 0.006281 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/port HTTP/1.1" 200 2054 0.020168 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006270 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/port HTTP/1.1" 200 117 0.004663 10.0.0.37 - - [2025-02-20 02:23:29] "POST /neutron/network HTTP/1.1" 200 2223 0.012009 10.0.0.37 - - [2025-02-20 02:23:29] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1060 0.264700 10.0.0.37 - - [2025-02-20 02:23:30] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1055 0.180781 10.0.0.37 - - [2025-02-20 02:23:30] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1059 0.206901 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1060 0.010167 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1060 0.009387 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1114 0.054650 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1055 0.009603 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1055 0.008421 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1109 0.070986 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1059 0.013033 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1059 0.010384 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 1113 0.070973 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 3025 0.018971 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003203 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.010228 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/network HTTP/1.1" 200 834 0.005951 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003762 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/subnet HTTP/1.1" 200 684 0.010563 10.0.0.37 - - [2025-02-20 02:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.37 - - [2025-02-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 829 0.006300 10.0.0.37 - - [2025-02-20 02:23:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003471 10.0.0.37 - - [2025-02-20 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.010641 10.0.0.37 - - [2025-02-20 02:23:31] "POST /neutron/port HTTP/1.1" 200 117 0.001658 10.0.0.37 - - [2025-02-20 02:23:31] "POST /neutron/network HTTP/1.1" 200 835 0.005617 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/port HTTP/1.1" 200 3025 0.018225 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006548 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/port HTTP/1.1" 200 3025 0.022248 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005414 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/port HTTP/1.1" 200 3025 0.020196 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006519 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/port HTTP/1.1" 200 3025 0.023866 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006132 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/port HTTP/1.1" 200 3025 0.018775 10.0.0.37 - - [2025-02-20 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005709 10.0.0.37 - - [2025-02-20 02:23:34] "GET /virtual-machine/10627b62-4ebf-43ac-990c-63a91a30cbf0 HTTP/1.1" 200 1802 0.004717 10.0.0.37 - - [2025-02-20 02:23:34] "GET /virtual-machine-interface/083b7545-f561-433b-b810-b34f4d3ec9dc HTTP/1.1" 200 2945 0.002560 10.0.0.37 - - [2025-02-20 02:23:34] "GET /virtual-machine-interface/9257c419-4f6f-44f8-9ea5-f2d7b7fd67f3 HTTP/1.1" 200 2950 0.002540 10.0.0.37 - - [2025-02-20 02:23:34] "GET /virtual-machine-interface/f4890b90-e9a8-4c38-9368-9f97443bc143 HTTP/1.1" 200 2947 0.003733 10.0.0.37 - - [2025-02-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.37 - - [2025-02-20 02:23:34] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002730 10.0.0.37 - - [2025-02-20 02:23:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014842 10.0.0.37 - - [2025-02-20 02:23:35] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002329 10.0.0.37 - - [2025-02-20 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005141 10.0.0.37 - - [2025-02-20 02:23:35] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003153 10.0.0.37 - - [2025-02-20 02:23:36] "POST /neutron/port HTTP/1.1" 200 1087 0.017292 10.0.0.37 - - [2025-02-20 02:23:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006737 10.0.0.37 - - [2025-02-20 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.37 - - [2025-02-20 02:23:38] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003077 10.0.0.37 - - [2025-02-20 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.37 - - [2025-02-20 02:23:42] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003190 10.0.0.37 - - [2025-02-20 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.37 - - [2025-02-20 02:23:46] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003794 10.0.0.37 - - [2025-02-20 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.37 - - [2025-02-20 02:23:50] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002605 10.0.0.37 - - [2025-02-20 02:23:50] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003418 10.0.0.37 - - [2025-02-20 02:23:50] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004048 10.0.0.37 - - [2025-02-20 02:23:50] "POST /neutron/port HTTP/1.1" 200 3025 0.017480 10.0.0.37 - - [2025-02-20 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005819 10.0.0.37 - - [2025-02-20 02:23:52] "DELETE /project/24f5910d271042c2ac3767b453a65a33 HTTP/1.1" 404 173 0.007093 10.0.0.37 - - [2025-02-20 02:23:52] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.37 - - [2025-02-20 02:23:52] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.021289 10.0.0.37 - - [2025-02-20 02:23:53] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.37 - - [2025-02-20 02:23:53] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?fields=security_groups HTTP/1.1" 200 1369 0.069294 10.0.0.37 - - [2025-02-20 02:23:53] "DELETE /security-group/6e651ac9-0b7f-47d4-900e-0154c6a7127b HTTP/1.1" 200 115 0.053272 10.0.0.37 - - [2025-02-20 02:23:53] "GET /projects?obj_uuids=6e654ec5-ff32-4a8a-92c4-e44797d36365&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001461 10.0.0.37 - - [2025-02-20 02:23:53] "DELETE /access-control-list/bf340aab-eec5-4601-a47e-078599601eb6 HTTP/1.1" 200 115 0.039175 10.0.0.37 - - [2025-02-20 02:23:53] "GET /project/6e654ec5-ff32-4a8a-92c4-e44797d36365?fields=application_policy_sets HTTP/1.1" 200 1408 0.036285 10.0.0.37 - - [2025-02-20 02:23:53] "DELETE /access-control-list/ab72361a-d27a-4cb0-8cbc-b9e94a8352de HTTP/1.1" 200 115 0.028558 10.0.0.37 - - [2025-02-20 02:23:53] "DELETE /project/6e654ec5-ff32-4a8a-92c4-e44797d36365 HTTP/1.1" 200 115 0.328735 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.015846 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.013556 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/network HTTP/1.1" 200 839 0.005466 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003221 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 684 0.010662 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001821 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/network HTTP/1.1" 200 829 0.005518 10.0.0.37 - - [2025-02-20 02:23:55] "POST /neutron/port HTTP/1.1" 200 3025 0.021356 10.0.0.37 - - [2025-02-20 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007570 10.0.0.37 - - [2025-02-20 02:23:59] "GET /obj-perms HTTP/1.1" 200 5056 0.043557 10.0.0.37 - - [2025-02-20 02:23:59] "GET /obj-perms HTTP/1.1" 200 5056 0.042439 10.0.0.37 - - [2025-02-20 02:23:59] "POST /neutron/port HTTP/1.1" 200 3025 0.019769 10.0.0.37 - - [2025-02-20 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005999 10.0.0.37 - - [2025-02-20 02:24:01] "POST /neutron/port HTTP/1.1" 200 3025 0.017522 10.0.0.37 - - [2025-02-20 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005942 10.0.0.37 - - [2025-02-20 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.37 - - [2025-02-20 02:24:06] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002734 10.0.0.37 - - [2025-02-20 02:24:06] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003120 10.0.0.37 - - [2025-02-20 02:24:06] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003112 10.0.0.37 - - [2025-02-20 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.37 - - [2025-02-20 02:24:06] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003317 10.0.0.37 - - [2025-02-20 02:24:06] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002864 10.0.0.37 - - [2025-02-20 02:24:06] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003036 10.0.0.37 - - [2025-02-20 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.002789 10.0.0.37 - - [2025-02-20 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.37 - - [2025-02-20 02:24:07] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.37 - - [2025-02-20 02:24:07] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021908 10.0.0.37 - - [2025-02-20 02:24:07] "POST /service-instances HTTP/1.1" 200 543 0.060210 10.0.0.37 - - [2025-02-20 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.37 - - [2025-02-20 02:24:07] "GET /service-instance/c9e904be-2313-4a37-9026-c76d85be6e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005138 10.0.0.37 - - [2025-02-20 02:24:07] "POST /port-tuples HTTP/1.1" 200 586 0.021124 10.0.0.37 - - [2025-02-20 02:24:07] "GET /virtual-machine-interface/f4890b90-e9a8-4c38-9368-9f97443bc143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.003144 10.0.0.37 - - [2025-02-20 02:24:07] "PUT /virtual-machine-interface/f4890b90-e9a8-4c38-9368-9f97443bc143 HTTP/1.1" 200 284 0.010028 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.011361 10.0.0.37 - - [2025-02-20 02:24:07] "POST /instance-ips HTTP/1.1" 200 385 0.023468 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.007026 10.0.0.37 - - [2025-02-20 02:24:07] "GET /virtual-machine-interface/083b7545-f561-433b-b810-b34f4d3ec9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004085 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.011309 10.0.0.37 - - [2025-02-20 02:24:07] "PUT /virtual-machine-interface/083b7545-f561-433b-b810-b34f4d3ec9dc HTTP/1.1" 200 284 0.011850 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002801 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.37 - - [2025-02-20 02:24:07] "GET /virtual-machine-interface/9257c419-4f6f-44f8-9ea5-f2d7b7fd67f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.003076 10.0.0.37 - - [2025-02-20 02:24:07] "POST /instance-ips HTTP/1.1" 200 385 0.029908 10.0.0.37 - - [2025-02-20 02:24:07] "PUT /virtual-machine-interface/9257c419-4f6f-44f8-9ea5-f2d7b7fd67f3 HTTP/1.1" 200 284 0.011308 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.006916 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.008336 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004322 10.0.0.37 - - [2025-02-20 02:24:07] "POST /neutron/port HTTP/1.1" 200 1083 0.014899 10.0.0.37 - - [2025-02-20 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006225 10.0.0.37 - - [2025-02-20 02:24:07] "POST /instance-ips HTTP/1.1" 200 373 0.019532 10.0.0.37 - - [2025-02-20 02:24:07] "POST /neutron/port HTTP/1.1" 200 1083 0.012374 10.0.0.37 - - [2025-02-20 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007149 10.0.0.37 - - [2025-02-20 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.009399 10.0.0.37 - - [2025-02-20 02:24:08] "POST /neutron/port HTTP/1.1" 200 1083 0.018905 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.009764 10.0.0.37 - - [2025-02-20 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005862 10.0.0.37 - - [2025-02-20 02:24:08] "GET /virtual-machine/85b1ec1f-676a-499b-adcb-06221cbdd3df HTTP/1.1" 200 1290 0.003841 10.0.0.37 - - [2025-02-20 02:24:08] "GET /virtual-machine-interface/71d9666a-a385-4313-9acd-75ba97579702 HTTP/1.1" 200 2946 0.002864 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002526 10.0.0.37 - - [2025-02-20 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.37 - - [2025-02-20 02:24:08] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003210 10.0.0.37 - - [2025-02-20 02:24:08] "POST /instance-ips HTTP/1.1" 200 373 0.015051 10.0.0.37 - - [2025-02-20 02:24:08] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002575 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.009436 10.0.0.37 - - [2025-02-20 02:24:08] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003990 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003583 10.0.0.37 - - [2025-02-20 02:24:08] "POST /instance-ips HTTP/1.1" 200 375 0.023699 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.013740 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003025 10.0.0.37 - - [2025-02-20 02:24:08] "POST /instance-ips HTTP/1.1" 200 375 0.016841 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.012058 10.0.0.37 - - [2025-02-20 02:24:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003181 10.0.0.37 - - [2025-02-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.37 - - [2025-02-20 02:24:09] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004371 10.0.0.37 - - [2025-02-20 02:24:09] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003446 10.0.0.37 - - [2025-02-20 02:24:09] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003616 10.0.0.37 - - [2025-02-20 02:24:09] "POST /neutron/port HTTP/1.1" 200 1087 0.017690 10.0.0.37 - - [2025-02-20 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008675 10.0.0.37 - - [2025-02-20 02:24:09] "POST /neutron/port HTTP/1.1" 200 1087 0.015907 10.0.0.37 - - [2025-02-20 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007025 10.0.0.37 - - [2025-02-20 02:24:09] "POST /neutron/port HTTP/1.1" 200 1087 0.018724 10.0.0.37 - - [2025-02-20 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008424 10.0.0.37 - - [2025-02-20 02:24:09] "GET /virtual-machine/fc40a543-998d-427c-b521-3fe45b122c61 HTTP/1.1" 200 1291 0.004689 10.0.0.37 - - [2025-02-20 02:24:09] "GET /virtual-machine-interface/ab1885fe-6bf5-48df-861d-f814cd86a692 HTTP/1.1" 200 2949 0.003282 10.0.0.37 - - [2025-02-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.37 - - [2025-02-20 02:24:09] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003073 10.0.0.37 - - [2025-02-20 02:24:09] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003267 10.0.0.37 - - [2025-02-20 02:24:10] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004103 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.37 - - [2025-02-20 02:24:11] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003318 10.0.0.37 - - [2025-02-20 02:24:11] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004017 10.0.0.37 - - [2025-02-20 02:24:11] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003444 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.002868 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.37 - - [2025-02-20 02:24:11] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.37 - - [2025-02-20 02:24:11] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022523 10.0.0.37 - - [2025-02-20 02:24:11] "POST /network-policys HTTP/1.1" 200 547 0.020597 10.0.0.37 - - [2025-02-20 02:24:11] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004865 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.37 - - [2025-02-20 02:24:11] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003407 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.37 - - [2025-02-20 02:24:11] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003932 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.003440 10.0.0.37 - - [2025-02-20 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.029431 10.0.0.37 - - [2025-02-20 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.37 - - [2025-02-20 02:24:11] "POST /access-control-lists HTTP/1.1" 200 601 0.065899 10.0.0.37 - - [2025-02-20 02:24:12] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004327 10.0.0.37 - - [2025-02-20 02:24:12] "POST /neutron/network HTTP/1.1" 200 917 0.008315 10.0.0.37 - - [2025-02-20 02:24:12] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003541 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.37 - - [2025-02-20 02:24:12] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004288 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.37 - - [2025-02-20 02:24:12] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003565 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.37 - - [2025-02-20 02:24:12] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003582 10.0.0.37 - - [2025-02-20 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.034099 10.0.0.37 - - [2025-02-20 02:24:12] "PUT /access-control-list/77be0ba9-7215-4525-9e84-a0c84e60df62 HTTP/1.1" 200 272 0.016933 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.009452 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.37 - - [2025-02-20 02:24:12] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.027885 10.0.0.37 - - [2025-02-20 02:24:12] "POST /access-control-lists HTTP/1.1" 200 604 0.064974 10.0.0.37 - - [2025-02-20 02:24:12] "POST /neutron/network HTTP/1.1" 200 923 0.007246 10.0.0.37 - - [2025-02-20 02:24:12] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003115 10.0.0.37 - - [2025-02-20 02:24:12] "POST /routing-instances HTTP/1.1" 200 759 0.025299 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.37 - - [2025-02-20 02:24:12] "POST /route-targets HTTP/1.1" 200 327 0.011529 10.0.0.37 - - [2025-02-20 02:24:12] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003514 10.0.0.37 - - [2025-02-20 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.011767 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.37 - - [2025-02-20 02:24:12] "GET /routing-instance/5f7d0d00-4da2-430f-87ee-9c76f73d99de?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003034 10.0.0.37 - - [2025-02-20 02:24:12] "GET /service-template/1dfaeec2-650c-4ce2-8234-7079ee6ab1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003386 10.0.0.37 - - [2025-02-20 02:24:12] "GET /routing-instance/5f7d0d00-4da2-430f-87ee-9c76f73d99de?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003308 10.0.0.37 - - [2025-02-20 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.37 - - [2025-02-20 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.010692 10.0.0.37 - - [2025-02-20 02:24:12] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.37 - - [2025-02-20 02:24:12] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022460 10.0.0.37 - - [2025-02-20 02:24:13] "POST /routing-instances HTTP/1.1" 200 760 0.023289 10.0.0.37 - - [2025-02-20 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.37 - - [2025-02-20 02:24:13] "GET /service-instance/c9e904be-2313-4a37-9026-c76d85be6e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005817 10.0.0.37 - - [2025-02-20 02:24:13] "POST /route-targets HTTP/1.1" 200 327 0.014516 10.0.0.37 - - [2025-02-20 02:24:13] "GET /domains HTTP/1.1" 200 280 0.002912 10.0.0.37 - - [2025-02-20 02:24:13] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.37 - - [2025-02-20 02:24:13] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2771 0.008945 10.0.0.37 - - [2025-02-20 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.019000 10.0.0.37 - - [2025-02-20 02:24:13] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.37 - - [2025-02-20 02:24:13] "GET /routing-instance/37efcd7c-9090-4918-99fb-5df54d6ed96d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003261 10.0.0.37 - - [2025-02-20 02:24:13] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 4233 0.062621 10.0.0.37 - - [2025-02-20 02:24:13] "GET /service-instance/c9e904be-2313-4a37-9026-c76d85be6e2c HTTP/1.1" 200 3784 0.004255 10.0.0.37 - - [2025-02-20 02:24:13] "GET /domains HTTP/1.1" 200 280 0.002313 10.0.0.37 - - [2025-02-20 02:24:13] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001516 10.0.0.37 - - [2025-02-20 02:24:13] "GET /routing-instance/37efcd7c-9090-4918-99fb-5df54d6ed96d?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.002893 10.0.0.37 - - [2025-02-20 02:24:13] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2771 0.008759 10.0.0.37 - - [2025-02-20 02:24:13] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.37 - - [2025-02-20 02:24:13] "PUT /routing-instance/5f7d0d00-4da2-430f-87ee-9c76f73d99de HTTP/1.1" 200 266 0.011409 10.0.0.37 - - [2025-02-20 02:24:13] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 4233 0.071353 10.0.0.37 - - [2025-02-20 02:24:13] "GET /service-instance/c9e904be-2313-4a37-9026-c76d85be6e2c HTTP/1.1" 200 3784 0.003819 10.0.0.37 - - [2025-02-20 02:24:13] "GET /port-tuple/be4b1e8c-b94e-4176-ace4-6aee47fc6e08 HTTP/1.1" 200 1980 0.003557 10.0.0.37 - - [2025-02-20 02:24:13] "GET /virtual-machine-interface/083b7545-f561-433b-b810-b34f4d3ec9dc HTTP/1.1" 200 3797 0.005715 10.0.0.37 - - [2025-02-20 02:24:13] "PUT /routing-instance/37efcd7c-9090-4918-99fb-5df54d6ed96d HTTP/1.1" 200 266 0.012946 10.0.0.37 - - [2025-02-20 02:24:13] "GET /virtual-machine-interface/9257c419-4f6f-44f8-9ea5-f2d7b7fd67f3 HTTP/1.1" 200 3805 0.003911 10.0.0.37 - - [2025-02-20 02:24:13] "GET /virtual-machine-interface/f4890b90-e9a8-4c38-9368-9f97443bc143 HTTP/1.1" 200 3817 0.003032 10.0.0.37 - - [2025-02-20 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.017090 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/port HTTP/1.1" 200 3832 0.078877 10.0.0.37 - - [2025-02-20 02:24:13] "PUT /access-control-list/486834ea-9be8-41a8-a744-694acf18590b HTTP/1.1" 200 272 0.013150 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007048 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/port HTTP/1.1" 200 3832 0.033142 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007290 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/port HTTP/1.1" 200 3832 0.028669 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006358 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/port HTTP/1.1" 200 3832 0.035763 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005716 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 891 0.012421 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 917 0.005723 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 808 0.012455 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 834 0.005625 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 897 0.012908 10.0.0.37 - - [2025-02-20 02:24:13] "POST /neutron/network HTTP/1.1" 200 923 0.005315 10.0.0.37 - - [2025-02-20 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001375 10.0.0.37 - - [2025-02-20 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.000970 10.0.0.37 - - [2025-02-20 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001351 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine/10627b62-4ebf-43ac-990c-63a91a30cbf0 HTTP/1.1" 200 1802 0.003117 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine-interface/083b7545-f561-433b-b810-b34f4d3ec9dc HTTP/1.1" 200 3797 0.005775 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine-interface/9257c419-4f6f-44f8-9ea5-f2d7b7fd67f3 HTTP/1.1" 200 3805 0.003130 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine-interface/f4890b90-e9a8-4c38-9368-9f97443bc143 HTTP/1.1" 200 3817 0.003116 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/611ddafc-be15-4a1f-adf0-217c32d50180 HTTP/1.1" 200 1618 0.004000 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/9dbcfeab-dcbd-4749-962f-ee673685c602 HTTP/1.1" 200 1957 0.002595 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/d855a87b-4b7c-4c4f-84cb-ccf9bc1593ea HTTP/1.1" 200 1954 0.002518 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/340316e7-52f5-4516-8fee-d69589a307ee HTTP/1.1" 200 1960 0.002553 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/52d54a49-315e-4803-b820-1cd906df0955 HTTP/1.1" 200 1623 0.003954 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/a7d318fc-8caa-4c76-91fa-4a18b0c1eb8f HTTP/1.1" 200 1959 0.002848 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/4541333d-7a22-4fe7-9fd1-82ebd59bed1b HTTP/1.1" 200 1978 0.003131 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/c7eadbe9-f482-480f-9d7c-4fa724574fb2 HTTP/1.1" 200 1624 0.004508 10.0.0.37 - - [2025-02-20 02:24:14] "GET /instance-ip/d15c9100-f95c-4987-a7cb-8102615356ca HTTP/1.1" 200 1981 0.003422 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/port HTTP/1.1" 200 3832 0.030243 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010945 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/port HTTP/1.1" 200 3832 0.036832 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005892 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/port HTTP/1.1" 200 3832 0.029380 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005774 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/port HTTP/1.1" 200 3832 0.030994 10.0.0.37 - - [2025-02-20 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005868 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine/10627b62-4ebf-43ac-990c-63a91a30cbf0 HTTP/1.1" 200 1802 0.002917 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine-interface/083b7545-f561-433b-b810-b34f4d3ec9dc HTTP/1.1" 200 3797 0.002804 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine-interface/9257c419-4f6f-44f8-9ea5-f2d7b7fd67f3 HTTP/1.1" 200 3805 0.003024 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-machine-interface/f4890b90-e9a8-4c38-9368-9f97443bc143 HTTP/1.1" 200 3817 0.002756 10.0.0.37 - - [2025-02-20 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.37 - - [2025-02-20 02:24:14] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002488 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003213 10.0.0.37 - - [2025-02-20 02:24:14] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003649 10.0.0.37 - - [2025-02-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.37 - - [2025-02-20 02:24:15] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002950 10.0.0.37 - - [2025-02-20 02:24:15] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003219 10.0.0.37 - - [2025-02-20 02:24:15] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003143 10.0.0.37 - - [2025-02-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.37 - - [2025-02-20 02:24:16] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003374 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002973 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003555 10.0.0.37 - - [2025-02-20 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.37 - - [2025-02-20 02:24:16] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003450 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003172 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003220 10.0.0.37 - - [2025-02-20 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.37 - - [2025-02-20 02:24:16] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003131 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002966 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003093 10.0.0.37 - - [2025-02-20 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.37 - - [2025-02-20 02:24:16] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002731 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002901 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005537 10.0.0.37 - - [2025-02-20 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.37 - - [2025-02-20 02:24:16] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003078 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003020 10.0.0.37 - - [2025-02-20 02:24:16] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003205 10.0.0.37 - - [2025-02-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.37 - - [2025-02-20 02:24:17] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003364 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003005 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003539 10.0.0.37 - - [2025-02-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.37 - - [2025-02-20 02:24:17] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003614 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003149 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-network/a6abc7a9-4fda-40ea-9f76-a1ea6423cb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003441 10.0.0.37 - - [2025-02-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.37 - - [2025-02-20 02:24:17] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002993 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002995 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003211 10.0.0.37 - - [2025-02-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.37 - - [2025-02-20 02:24:17] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003075 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003050 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004308 10.0.0.37 - - [2025-02-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.37 - - [2025-02-20 02:24:17] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003036 10.0.0.37 - - [2025-02-20 02:24:17] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003051 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003268 10.0.0.37 - - [2025-02-20 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.37 - - [2025-02-20 02:24:18] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003240 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-networks?parent_id=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002954 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003338 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-machine/10627b62-4ebf-43ac-990c-63a91a30cbf0 HTTP/1.1" 200 1802 0.003567 10.0.0.37 - - [2025-02-20 02:24:18] "GET /domains HTTP/1.1" 200 280 0.002667 10.0.0.37 - - [2025-02-20 02:24:18] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.37 - - [2025-02-20 02:24:18] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2771 0.006443 10.0.0.37 - - [2025-02-20 02:24:18] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.37 - - [2025-02-20 02:24:18] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 4233 0.062556 10.0.0.37 - - [2025-02-20 02:24:18] "GET /service-instance/c9e904be-2313-4a37-9026-c76d85be6e2c HTTP/1.1" 200 3784 0.002636 10.0.0.37 - - [2025-02-20 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.37 - - [2025-02-20 02:24:18] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002801 10.0.0.37 - - [2025-02-20 02:24:18] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005832 10.0.0.37 - - [2025-02-20 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.37 - - [2025-02-20 02:24:18] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003180 10.0.0.37 - - [2025-02-20 02:24:18] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004207 10.0.0.37 - - [2025-02-20 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003196 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?fields=routing_instances HTTP/1.1" 200 1683 0.004377 10.0.0.37 - - [2025-02-20 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003742 10.0.0.37 - - [2025-02-20 02:24:18] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?fields=routing_instances HTTP/1.1" 200 1689 0.004824 10.0.0.37 - - [2025-02-20 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.027142 10.0.0.37 - - [2025-02-20 02:24:22] "POST /neutron/network HTTP/1.1" 200 835 0.006739 10.0.0.37 - - [2025-02-20 02:24:22] "GET /virtual-network/cd5bcc5d-f371-4880-b2ef-2d5738ae16fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002594 10.0.0.37 - - [2025-02-20 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.37 - - [2025-02-20 02:24:23] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003173 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.036282 10.0.0.37 - - [2025-02-20 02:24:23] "POST /neutron/network HTTP/1.1" 200 829 0.008239 10.0.0.37 - - [2025-02-20 02:24:23] "GET /virtual-network/4ea906b7-f9b9-41b1-9c83-f0e391c786fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003432 10.0.0.37 - - [2025-02-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.37 - - [2025-02-20 02:24:23] "GET /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005007 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /network-policy/1d01f2b1-ba78-4896-ad4e-064670a0aa6d HTTP/1.1" 200 115 0.024390 10.0.0.37 - - [2025-02-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /access-control-list/486834ea-9be8-41a8-a744-694acf18590b HTTP/1.1" 200 115 0.022571 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /service-instance/c9e904be-2313-4a37-9026-c76d85be6e2c HTTP/1.1" 200 115 0.044425 10.0.0.37 - - [2025-02-20 02:24:23] "GET /domains HTTP/1.1" 200 280 0.004238 10.0.0.37 - - [2025-02-20 02:24:23] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.016631 10.0.0.37 - - [2025-02-20 02:24:23] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2771 0.015445 10.0.0.37 - - [2025-02-20 02:24:23] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /instance-ip/9dbcfeab-dcbd-4749-962f-ee673685c602 HTTP/1.1" 200 115 0.039166 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.007956 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /routing-instance/5f7d0d00-4da2-430f-87ee-9c76f73d99de HTTP/1.1" 200 115 0.039885 10.0.0.37 - - [2025-02-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.37 - - [2025-02-20 02:24:23] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 3759 0.060442 10.0.0.37 - - [2025-02-20 02:24:23] "GET /virtual-machine/10627b62-4ebf-43ac-990c-63a91a30cbf0 HTTP/1.1" 200 1802 0.002140 10.0.0.37 - - [2025-02-20 02:24:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002035 10.0.0.37 - - [2025-02-20 02:24:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001861 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /instance-ip/340316e7-52f5-4516-8fee-d69589a307ee HTTP/1.1" 200 115 0.018063 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /route-target/38770985-4c79-4d53-9833-ba0dfdeb8d10 HTTP/1.1" 200 115 0.017313 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /routing-instance/37efcd7c-9090-4918-99fb-5df54d6ed96d HTTP/1.1" 200 115 0.031791 10.0.0.37 - - [2025-02-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /instance-ip/4541333d-7a22-4fe7-9fd1-82ebd59bed1b HTTP/1.1" 200 115 0.018229 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.008913 10.0.0.37 - - [2025-02-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /route-target/1af10bb8-7fc8-48fe-b1e1-d514fb7fd63f HTTP/1.1" 200 115 0.018661 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /service-template/1dfaeec2-650c-4ce2-8234-7079ee6ab1ec HTTP/1.1" 200 115 0.023736 10.0.0.37 - - [2025-02-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004435 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /access-control-list/77be0ba9-7215-4525-9e84-a0c84e60df62 HTTP/1.1" 200 115 0.028976 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /instance-ip/a7d318fc-8caa-4c76-91fa-4a18b0c1eb8f HTTP/1.1" 200 115 0.034880 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.018149 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /instance-ip/d855a87b-4b7c-4c4f-84cb-ccf9bc1593ea HTTP/1.1" 200 115 0.021758 10.0.0.37 - - [2025-02-20 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.011029 10.0.0.37 - - [2025-02-20 02:24:23] "DELETE /instance-ip/d15c9100-f95c-4987-a7cb-8102615356ca HTTP/1.1" 200 115 0.026116 10.0.0.37 - - [2025-02-20 02:24:23] "POST /neutron/network HTTP/1.1" 200 835 0.014036 10.0.0.37 - - [2025-02-20 02:24:23] "POST /neutron/network HTTP/1.1" 400 204 0.012881 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1087 0.016287 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1113 0.009497 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.013759 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1109 0.012597 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.139203 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 3025 0.031387 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.151194 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1113 0.008968 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.111257 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1114 0.011552 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.094305 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 1109 0.009394 10.0.0.37 - - [2025-02-20 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.097429 10.0.0.37 - - [2025-02-20 02:24:26] "POST /neutron/network HTTP/1.1" 200 835 0.006095 10.0.0.37 - - [2025-02-20 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001290 10.0.0.37 - - [2025-02-20 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001142 10.0.0.37 - - [2025-02-20 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.37 - - [2025-02-20 02:24:26] "POST /neutron/network HTTP/1.1" 200 151 0.076753 10.0.0.37 - - [2025-02-20 02:24:26] "GET /routing-instance/85ddd0ad-7e90-4900-a860-bbdd1e2bc2e7 HTTP/1.1" 404 171 0.002519 10.0.0.37 - - [2025-02-20 02:24:26] "DELETE /route-target/cd267aa1-e7db-4750-9a53-f60f29f2f982 HTTP/1.1" 200 115 0.017553 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domains HTTP/1.1" 200 280 0.002731 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2571 0.050992 10.0.0.37 - - [2025-02-20 02:24:26] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.37 - - [2025-02-20 02:24:26] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2298 0.063968 10.0.0.37 - - [2025-02-20 02:24:26] "POST /neutron/network HTTP/1.1" 200 829 0.005592 10.0.0.37 - - [2025-02-20 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.37 - - [2025-02-20 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001067 10.0.0.37 - - [2025-02-20 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001250 10.0.0.37 - - [2025-02-20 02:24:26] "POST /neutron/network HTTP/1.1" 200 151 0.079179 10.0.0.37 - - [2025-02-20 02:24:26] "DELETE /route-target/4e3ab263-ff78-47c8-9fd7-9f2fe9b156a6 HTTP/1.1" 200 115 0.017535 10.0.0.37 - - [2025-02-20 02:24:26] "GET /routing-instance/3499419e-7c5b-42ff-bdce-e293fba47e64 HTTP/1.1" 404 171 0.002260 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domains HTTP/1.1" 200 280 0.002027 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2571 0.048981 10.0.0.37 - - [2025-02-20 02:24:26] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.37 - - [2025-02-20 02:24:26] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 2080 0.066081 10.0.0.37 - - [2025-02-20 02:24:26] "POST /neutron/network HTTP/1.1" 200 834 0.005456 10.0.0.37 - - [2025-02-20 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002240 10.0.0.37 - - [2025-02-20 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001040 10.0.0.37 - - [2025-02-20 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.37 - - [2025-02-20 02:24:26] "POST /neutron/network HTTP/1.1" 200 151 0.072316 10.0.0.37 - - [2025-02-20 02:24:26] "GET /routing-instance/f7946bc9-01fd-4579-bd0b-5908e70e6471 HTTP/1.1" 404 171 0.001897 10.0.0.37 - - [2025-02-20 02:24:26] "DELETE /route-target/95ad6c97-590c-4b0b-8f3d-70aa786fcae1 HTTP/1.1" 200 115 0.014931 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domains HTTP/1.1" 200 280 0.002159 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.37 - - [2025-02-20 02:24:26] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2571 0.047970 10.0.0.37 - - [2025-02-20 02:24:26] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001667 10.0.0.37 - - [2025-02-20 02:24:26] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 1840 0.070546 10.0.0.37 - - [2025-02-20 02:24:27] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.37 - - [2025-02-20 02:24:27] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020963 10.0.0.37 - - [2025-02-20 02:24:27] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001592 10.0.0.37 - - [2025-02-20 02:24:27] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?fields=virtual_networks HTTP/1.1" 200 1028 0.069322 10.0.0.37 - - [2025-02-20 02:24:27] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.37 - - [2025-02-20 02:24:27] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.022125 10.0.0.37 - - [2025-02-20 02:24:27] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.37 - - [2025-02-20 02:24:27] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?fields=security_groups HTTP/1.1" 200 1252 0.025655 10.0.0.37 - - [2025-02-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.023443 10.0.0.37 - - [2025-02-20 02:24:28] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002441 10.0.0.37 - - [2025-02-20 02:24:28] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.37 - - [2025-02-20 02:24:28] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006590 10.0.0.37 - - [2025-02-20 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.001380 10.0.0.37 - - [2025-02-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.003250 10.0.0.37 - - [2025-02-20 02:24:28] "POST /security-groups HTTP/1.1" 200 592 0.063443 10.0.0.37 - - [2025-02-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.002375 10.0.0.37 - - [2025-02-20 02:24:28] "POST /projects HTTP/1.1" 200 587 0.214147 10.0.0.37 - - [2025-02-20 02:24:28] "POST /access-control-lists HTTP/1.1" 200 597 0.056056 10.0.0.37 - - [2025-02-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.283524 10.0.0.37 - - [2025-02-20 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003178 10.0.0.37 - - [2025-02-20 02:24:28] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.397470 10.0.0.37 - - [2025-02-20 02:24:28] "POST /access-control-lists HTTP/1.1" 200 595 0.060032 10.0.0.37 - - [2025-02-20 02:24:29] "GET / HTTP/1.1" 200 35931 0.002289 10.0.0.37 - - [2025-02-20 02:24:30] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.37 - - [2025-02-20 02:24:30] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.37 - - [2025-02-20 02:24:30] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044167 10.0.0.37 - - [2025-02-20 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.002571 10.0.0.37 - - [2025-02-20 02:24:30] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018943 10.0.0.37 - - [2025-02-20 02:24:31] "GET /virtual-DNS/5555367b-9e39-42b2-8957-5c6c281834b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004315 10.0.0.37 - - [2025-02-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.37 - - [2025-02-20 02:24:31] "GET /virtual-DNS/5555367b-9e39-42b2-8957-5c6c281834b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.002960 10.0.0.37 - - [2025-02-20 02:24:31] "GET /domains HTTP/1.1" 401 292 0.000461 10.0.0.37 - - [2025-02-20 02:24:31] "GET /domains HTTP/1.1" 200 280 0.024001 10.0.0.37 - - [2025-02-20 02:24:31] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.37 - - [2025-02-20 02:24:31] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2958 0.007952 10.0.0.37 - - [2025-02-20 02:24:31] "GET /virtual-DNS/5555367b-9e39-42b2-8957-5c6c281834b6 HTTP/1.1" 200 1437 0.003599 10.0.0.37 - - [2025-02-20 02:24:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002233 10.0.0.37 - - [2025-02-20 02:24:31] "POST /network-ipams HTTP/1.1" 200 514 0.015967 10.0.0.37 - - [2025-02-20 02:24:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003022 10.0.0.37 - - [2025-02-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.37 - - [2025-02-20 02:24:31] "GET /network-ipam/e8bc3607-c7e8-45ea-be0f-b390ddc4c980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004235 10.0.0.37 - - [2025-02-20 02:24:31] "PUT /network-ipam/e8bc3607-c7e8-45ea-be0f-b390ddc4c980 HTTP/1.1" 200 258 0.009157 10.0.0.37 - - [2025-02-20 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.37 - - [2025-02-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.37 - - [2025-02-20 02:24:31] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001676 10.0.0.37 - - [2025-02-20 02:24:31] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021327 10.0.0.37 - - [2025-02-20 02:24:31] "POST /neutron/network HTTP/1.1" 200 117 0.028653 10.0.0.37 - - [2025-02-20 02:24:32] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 618 0.061947 10.0.0.37 - - [2025-02-20 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.009795 10.0.0.37 - - [2025-02-20 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.009312 10.0.0.37 - - [2025-02-20 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003863 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.199101 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 833 0.005049 10.0.0.37 - - [2025-02-20 02:24:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001143 10.0.0.37 - - [2025-02-20 02:24:32] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002803 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 833 0.006198 10.0.0.37 - - [2025-02-20 02:24:32] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002643 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 833 0.007813 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.006556 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 807 0.010260 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 833 0.007883 10.0.0.37 - - [2025-02-20 02:24:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001737 10.0.0.37 - - [2025-02-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 843 0.005427 10.0.0.37 - - [2025-02-20 02:24:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.37 - - [2025-02-20 02:24:33] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.37 - - [2025-02-20 02:24:33] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000420 10.0.0.37 - - [2025-02-20 02:24:33] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.37 - - [2025-02-20 02:24:33] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036987 10.0.0.37 - - [2025-02-20 02:24:33] "POST /neutron/network HTTP/1.1" 200 833 0.005303 10.0.0.37 - - [2025-02-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.004626 10.0.0.37 - - [2025-02-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.005112 10.0.0.37 - - [2025-02-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.005493 10.0.0.37 - - [2025-02-20 02:24:33] "POST /neutron/network HTTP/1.1" 200 843 0.005837 10.0.0.37 - - [2025-02-20 02:24:33] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.184497 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.010083 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.008640 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1112 0.045356 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014173 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003172 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.010921 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.37 - - [2025-02-20 02:24:34] "POST /neutron/network HTTP/1.1" 200 833 0.005548 10.0.0.37 - - [2025-02-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 1086 0.016745 10.0.0.37 - - [2025-02-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006301 10.0.0.37 - - [2025-02-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 1086 0.013749 10.0.0.37 - - [2025-02-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007608 10.0.0.37 - - [2025-02-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 1086 0.013750 10.0.0.37 - - [2025-02-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006169 10.0.0.37 - - [2025-02-20 02:24:38] "GET /virtual-machine/1f775b9b-116e-47e1-887b-aeadef6a5556 HTTP/1.1" 200 1292 0.004117 10.0.0.37 - - [2025-02-20 02:24:38] "GET /virtual-machine-interface/1082cbe6-2139-44ba-8863-651ace1ce53a HTTP/1.1" 200 2963 0.002631 10.0.0.37 - - [2025-02-20 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.37 - - [2025-02-20 02:24:38] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002647 10.0.0.37 - - [2025-02-20 02:24:38] "GET /virtual-networks?parent_id=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003573 10.0.0.37 - - [2025-02-20 02:24:38] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003122 10.0.0.37 - - [2025-02-20 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.37 - - [2025-02-20 02:24:42] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003011 10.0.0.37 - - [2025-02-20 02:24:42] "POST /neutron/port HTTP/1.1" 200 1086 0.015738 10.0.0.37 - - [2025-02-20 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005585 10.0.0.37 - - [2025-02-20 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.37 - - [2025-02-20 02:24:44] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003048 10.0.0.37 - - [2025-02-20 02:24:44] "GET /virtual-networks?parent_id=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002913 10.0.0.37 - - [2025-02-20 02:24:44] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003211 10.0.0.37 - - [2025-02-20 02:24:44] "POST /neutron/port HTTP/1.1" 200 1086 0.015182 10.0.0.37 - - [2025-02-20 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006249 10.0.0.37 - - [2025-02-20 02:24:53] "DELETE /project/16c503531a024660a1f5654579722d72 HTTP/1.1" 404 173 0.009636 10.0.0.37 - - [2025-02-20 02:24:53] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.37 - - [2025-02-20 02:24:53] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.019747 10.0.0.37 - - [2025-02-20 02:24:53] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.37 - - [2025-02-20 02:24:53] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?fields=security_groups HTTP/1.1" 200 1357 0.061471 10.0.0.37 - - [2025-02-20 02:24:53] "DELETE /security-group/3d6e5510-c041-42a6-9708-6947a4c37bdc HTTP/1.1" 200 115 0.031686 10.0.0.37 - - [2025-02-20 02:24:53] "GET /projects?obj_uuids=24f5910d-2710-42c2-ac37-67b453a65a33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.37 - - [2025-02-20 02:24:53] "GET /project/24f5910d-2710-42c2-ac37-67b453a65a33?fields=application_policy_sets HTTP/1.1" 200 1396 0.024959 10.0.0.37 - - [2025-02-20 02:24:53] "DELETE /access-control-list/135f34bc-15e0-4019-b0c5-56786620c0a5 HTTP/1.1" 200 115 0.056676 10.0.0.37 - - [2025-02-20 02:24:53] "DELETE /access-control-list/ab37559e-382b-4182-90d5-f1888e806dbf HTTP/1.1" 200 115 0.014917 10.0.0.37 - - [2025-02-20 02:24:53] "DELETE /project/24f5910d-2710-42c2-ac37-67b453a65a33 HTTP/1.1" 200 115 0.276927 10.0.0.37 - - [2025-02-20 02:24:53] "POST /neutron/network HTTP/1.1" 200 807 0.010626 10.0.0.37 - - [2025-02-20 02:24:53] "POST /neutron/network HTTP/1.1" 200 833 0.005629 10.0.0.37 - - [2025-02-20 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001372 10.0.0.37 - - [2025-02-20 02:24:53] "POST /neutron/port HTTP/1.1" 200 1086 0.013651 10.0.0.37 - - [2025-02-20 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005667 10.0.0.37 - - [2025-02-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 843 0.005416 10.0.0.37 - - [2025-02-20 02:24:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.37 - - [2025-02-20 02:24:54] "GET / HTTP/1.1" 200 35931 0.003133 10.0.0.37 - - [2025-02-20 02:24:54] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.37 - - [2025-02-20 02:24:54] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.37 - - [2025-02-20 02:24:54] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039356 10.0.0.37 - - [2025-02-20 02:24:54] "POST /neutron/network HTTP/1.1" 200 833 0.005043 10.0.0.37 - - [2025-02-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1086 0.015857 10.0.0.37 - - [2025-02-20 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006290 10.0.0.37 - - [2025-02-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.005402 10.0.0.37 - - [2025-02-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.006452 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/network HTTP/1.1" 200 843 0.006331 10.0.0.37 - - [2025-02-20 02:24:55] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.157939 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.009078 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.007981 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1112 0.051455 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014974 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004266 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.011865 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.37 - - [2025-02-20 02:24:55] "POST /neutron/network HTTP/1.1" 200 833 0.006430 10.0.0.37 - - [2025-02-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1086 0.018785 10.0.0.37 - - [2025-02-20 02:25:00] "GET /obj-perms HTTP/1.1" 200 5056 0.050758 10.0.0.37 - - [2025-02-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008342 10.0.0.37 - - [2025-02-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1086 0.014561 10.0.0.37 - - [2025-02-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005776 10.0.0.37 - - [2025-02-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1086 0.013839 10.0.0.37 - - [2025-02-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005635 10.0.0.37 - - [2025-02-20 02:25:00] "GET /virtual-machine/0f7a5c41-1d12-4d23-9fea-58e53cfc1e5e HTTP/1.1" 200 1293 0.003950 10.0.0.37 - - [2025-02-20 02:25:00] "GET /virtual-machine-interface/a8de031f-cc50-42ab-9cf8-50bbf98f62d7 HTTP/1.1" 200 2965 0.002689 10.0.0.37 - - [2025-02-20 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.37 - - [2025-02-20 02:25:00] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002338 10.0.0.37 - - [2025-02-20 02:25:00] "GET /virtual-networks?parent_id=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002977 10.0.0.37 - - [2025-02-20 02:25:00] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003240 10.0.0.37 - - [2025-02-20 02:25:00] "GET /obj-perms HTTP/1.1" 200 5056 0.050203 10.0.0.37 - - [2025-02-20 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.37 - - [2025-02-20 02:25:03] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002956 10.0.0.37 - - [2025-02-20 02:25:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014813 10.0.0.37 - - [2025-02-20 02:25:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005471 10.0.0.37 - - [2025-02-20 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.37 - - [2025-02-20 02:25:05] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003194 10.0.0.37 - - [2025-02-20 02:25:05] "GET /virtual-networks?parent_id=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003895 10.0.0.37 - - [2025-02-20 02:25:05] "GET /virtual-network/71e79dca-53ef-4d42-b084-c857c8b69742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003142 10.0.0.37 - - [2025-02-20 02:25:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015092 10.0.0.37 - - [2025-02-20 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005889 10.0.0.37 - - [2025-02-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.37 - - [2025-02-20 02:25:16] "DELETE /virtual-DNS/5555367b-9e39-42b2-8957-5c6c281834b6 HTTP/1.1" 409 235 0.006775 10.0.0.37 - - [2025-02-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.003358 10.0.0.37 - - [2025-02-20 02:25:16] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.022713 10.0.0.37 - - [2025-02-20 02:25:16] "GET /virtual-DNS-record/e422bc2c-c66e-4638-9b62-e35dbf5887cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004683 10.0.0.37 - - [2025-02-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.37 - - [2025-02-20 02:25:16] "GET /virtual-DNS-record/e422bc2c-c66e-4638-9b62-e35dbf5887cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003629 10.0.0.37 - - [2025-02-20 02:25:17] "GET /domains HTTP/1.1" 200 280 0.002927 10.0.0.37 - - [2025-02-20 02:25:17] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.37 - - [2025-02-20 02:25:17] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2774 0.009647 10.0.0.37 - - [2025-02-20 02:25:17] "GET /virtual-DNS/5555367b-9e39-42b2-8957-5c6c281834b6 HTTP/1.1" 200 1906 0.003937 10.0.0.37 - - [2025-02-20 02:25:17] "GET /virtual-DNS-record/e422bc2c-c66e-4638-9b62-e35dbf5887cb HTTP/1.1" 200 1337 0.003200 10.0.0.37 - - [2025-02-20 02:25:22] "DELETE /virtual-DNS-record/e422bc2c-c66e-4638-9b62-e35dbf5887cb HTTP/1.1" 200 115 0.018232 10.0.0.37 - - [2025-02-20 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.002429 10.0.0.37 - - [2025-02-20 02:25:22] "POST /neutron/network HTTP/1.1" 200 833 0.012234 10.0.0.37 - - [2025-02-20 02:25:22] "POST /neutron/network HTTP/1.1" 400 204 0.010056 10.0.0.37 - - [2025-02-20 02:25:22] "POST /neutron/port HTTP/1.1" 200 1086 0.014785 10.0.0.37 - - [2025-02-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 1112 0.009953 10.0.0.37 - - [2025-02-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 1086 0.027047 10.0.0.37 - - [2025-02-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 1112 0.012960 10.0.0.37 - - [2025-02-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 151 0.124285 10.0.0.37 - - [2025-02-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 151 0.122548 10.0.0.37 - - [2025-02-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 833 0.005807 10.0.0.37 - - [2025-02-20 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.37 - - [2025-02-20 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001126 10.0.0.37 - - [2025-02-20 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001052 10.0.0.37 - - [2025-02-20 02:25:24] "POST /neutron/network HTTP/1.1" 200 151 0.196909 10.0.0.37 - - [2025-02-20 02:25:24] "DELETE /route-target/fa295016-d471-41eb-81c4-dc91b27fda7c HTTP/1.1" 200 115 0.042226 10.0.0.37 - - [2025-02-20 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.37 - - [2025-02-20 02:25:24] "DELETE /network-ipam/e8bc3607-c7e8-45ea-be0f-b390ddc4c980 HTTP/1.1" 200 115 0.031627 10.0.0.37 - - [2025-02-20 02:25:24] "DELETE /virtual-DNS/5555367b-9e39-42b2-8957-5c6c281834b6 HTTP/1.1" 200 115 0.027747 10.0.0.37 - - [2025-02-20 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.003086 10.0.0.37 - - [2025-02-20 02:25:24] "GET /domains HTTP/1.1" 200 280 0.003278 10.0.0.37 - - [2025-02-20 02:25:24] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.37 - - [2025-02-20 02:25:24] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2574 0.008164 10.0.0.37 - - [2025-02-20 02:25:25] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.37 - - [2025-02-20 02:25:25] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021487 10.0.0.37 - - [2025-02-20 02:25:25] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.37 - - [2025-02-20 02:25:25] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?fields=virtual_networks HTTP/1.1" 200 1034 0.063009 10.0.0.37 - - [2025-02-20 02:25:25] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001608 10.0.0.37 - - [2025-02-20 02:25:25] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021264 10.0.0.37 - - [2025-02-20 02:25:25] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.37 - - [2025-02-20 02:25:25] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?fields=security_groups HTTP/1.1" 200 1261 0.018706 10.0.0.37 - - [2025-02-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.022747 10.0.0.37 - - [2025-02-20 02:25:26] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002422 10.0.0.37 - - [2025-02-20 02:25:26] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.37 - - [2025-02-20 02:25:26] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006986 10.0.0.37 - - [2025-02-20 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.001863 10.0.0.37 - - [2025-02-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.002635 10.0.0.37 - - [2025-02-20 02:25:26] "POST /security-groups HTTP/1.1" 200 592 0.059873 10.0.0.37 - - [2025-02-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.002665 10.0.0.37 - - [2025-02-20 02:25:26] "POST /projects HTTP/1.1" 200 587 0.210627 10.0.0.37 - - [2025-02-20 02:25:26] "POST /access-control-lists HTTP/1.1" 200 597 0.056683 10.0.0.37 - - [2025-02-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.278660 10.0.0.37 - - [2025-02-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003036 10.0.0.37 - - [2025-02-20 02:25:26] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.398139 10.0.0.37 - - [2025-02-20 02:25:26] "POST /access-control-lists HTTP/1.1" 200 595 0.060190 10.0.0.37 - - [2025-02-20 02:25:27] "GET /global-system-configs HTTP/1.1" 200 322 0.072596 10.0.0.37 - - [2025-02-20 02:25:27] "GET / HTTP/1.1" 200 35931 0.002963 10.0.0.37 - - [2025-02-20 02:25:27] "GET /obj-perms HTTP/1.1" 200 5056 0.109299 10.0.0.37 - - [2025-02-20 02:25:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.37 - - [2025-02-20 02:25:28] "GET /global-system-configs HTTP/1.1" 200 322 0.244521 10.0.0.37 - - [2025-02-20 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.048722 10.0.0.37 - - [2025-02-20 02:25:28] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.37 - - [2025-02-20 02:25:28] "GET /obj-perms HTTP/1.1" 200 5056 0.285774 10.0.0.37 - - [2025-02-20 02:25:28] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.019442 10.0.0.37 - - [2025-02-20 02:25:28] "POST /neutron/network HTTP/1.1" 200 117 0.029209 10.0.0.37 - - [2025-02-20 02:25:28] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.37 - - [2025-02-20 02:25:28] "POST /neutron/network HTTP/1.1" 200 606 0.062283 10.0.0.37 - - [2025-02-20 02:25:29] "POST /route-targets HTTP/1.1" 200 327 0.012217 10.0.0.37 - - [2025-02-20 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.011344 10.0.0.37 - - [2025-02-20 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004260 10.0.0.37 - - [2025-02-20 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.214656 10.0.0.37 - - [2025-02-20 02:25:29] "POST /neutron/network HTTP/1.1" 200 826 0.005388 10.0.0.37 - - [2025-02-20 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001734 10.0.0.37 - - [2025-02-20 02:25:29] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003204 10.0.0.37 - - [2025-02-20 02:25:29] "POST /neutron/network HTTP/1.1" 200 826 0.005740 10.0.0.37 - - [2025-02-20 02:25:29] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002769 10.0.0.37 - - [2025-02-20 02:25:29] "POST /neutron/network HTTP/1.1" 200 826 0.005542 10.0.0.37 - - [2025-02-20 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.007198 10.0.0.37 - - [2025-02-20 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001252 10.0.0.37 - - [2025-02-20 02:25:29] "POST /neutron/network HTTP/1.1" 200 836 0.005875 10.0.0.37 - - [2025-02-20 02:25:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.37 - - [2025-02-20 02:25:29] "GET / HTTP/1.1" 200 35931 0.003231 10.0.0.37 - - [2025-02-20 02:25:29] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000773 10.0.0.37 - - [2025-02-20 02:25:30] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.37 - - [2025-02-20 02:25:30] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052595 10.0.0.37 - - [2025-02-20 02:25:30] "POST /neutron/network HTTP/1.1" 200 826 0.005416 10.0.0.37 - - [2025-02-20 02:25:30] "POST /neutron/port HTTP/1.1" 200 117 0.005035 10.0.0.37 - - [2025-02-20 02:25:30] "POST /neutron/port HTTP/1.1" 200 117 0.005167 10.0.0.37 - - [2025-02-20 02:25:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001286 10.0.0.37 - - [2025-02-20 02:25:30] "POST /neutron/port HTTP/1.1" 200 117 0.005310 10.0.0.37 - - [2025-02-20 02:25:30] "POST /neutron/network HTTP/1.1" 200 836 0.007355 10.0.0.37 - - [2025-02-20 02:25:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000443 10.0.0.37 - - [2025-02-20 02:25:30] "POST /neutron/network HTTP/1.1" 200 836 0.005479 10.0.0.37 - - [2025-02-20 02:25:30] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001484 10.0.0.37 - - [2025-02-20 02:25:30] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.37 - - [2025-02-20 02:25:30] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000611 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1062 0.198886 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1062 0.009683 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1062 0.008085 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1116 0.050922 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1090 0.026268 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.010193 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/network HTTP/1.1" 200 826 0.005632 10.0.0.37 - - [2025-02-20 02:25:31] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.37 - - [2025-02-20 02:25:31] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043037 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/network HTTP/1.1" 200 826 0.005730 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1090 0.020064 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010089 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.006905 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/port HTTP/1.1" 200 1090 0.016882 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006599 10.0.0.37 - - [2025-02-20 02:25:31] "POST /neutron/network HTTP/1.1" 200 836 0.005232 10.0.0.37 - - [2025-02-20 02:25:31] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001445 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/port HTTP/1.1" 200 1062 0.278304 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/port HTTP/1.1" 200 1062 0.009560 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/port HTTP/1.1" 200 1062 0.009053 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/port HTTP/1.1" 200 1116 0.067262 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/port HTTP/1.1" 200 1090 0.014950 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.013018 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.37 - - [2025-02-20 02:25:32] "POST /neutron/network HTTP/1.1" 200 826 0.006369 10.0.0.37 - - [2025-02-20 02:25:36] "POST /neutron/port HTTP/1.1" 200 1090 0.014184 10.0.0.37 - - [2025-02-20 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006300 10.0.0.37 - - [2025-02-20 02:25:36] "POST /neutron/port HTTP/1.1" 200 1090 0.017289 10.0.0.37 - - [2025-02-20 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006187 10.0.0.37 - - [2025-02-20 02:25:36] "POST /neutron/port HTTP/1.1" 200 1090 0.014188 10.0.0.37 - - [2025-02-20 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005947 10.0.0.37 - - [2025-02-20 02:25:36] "GET /virtual-machine/284e8b66-5a16-4d5e-912a-fb7eccc45648 HTTP/1.1" 401 292 0.000427 10.0.0.37 - - [2025-02-20 02:25:37] "GET /virtual-machine/284e8b66-5a16-4d5e-912a-fb7eccc45648 HTTP/1.1" 200 1293 0.025232 10.0.0.37 - - [2025-02-20 02:25:37] "GET /virtual-machine-interface/4f643c98-2be9-47e3-be4f-77e5663f3357 HTTP/1.1" 200 2946 0.003037 10.0.0.37 - - [2025-02-20 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.37 - - [2025-02-20 02:25:37] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003089 10.0.0.37 - - [2025-02-20 02:25:37] "GET /virtual-networks?parent_id=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002922 10.0.0.37 - - [2025-02-20 02:25:37] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003517 10.0.0.37 - - [2025-02-20 02:25:39] "POST /neutron/port HTTP/1.1" 200 1090 0.016433 10.0.0.37 - - [2025-02-20 02:25:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005819 10.0.0.37 - - [2025-02-20 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.37 - - [2025-02-20 02:25:40] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003730 10.0.0.37 - - [2025-02-20 02:25:40] "POST /neutron/port HTTP/1.1" 200 1090 0.015436 10.0.0.37 - - [2025-02-20 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005599 10.0.0.37 - - [2025-02-20 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.37 - - [2025-02-20 02:25:42] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002672 10.0.0.37 - - [2025-02-20 02:25:42] "GET /virtual-networks?parent_id=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003140 10.0.0.37 - - [2025-02-20 02:25:42] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003487 10.0.0.37 - - [2025-02-20 02:25:42] "POST /neutron/port HTTP/1.1" 200 1090 0.015266 10.0.0.37 - - [2025-02-20 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006463 10.0.0.37 - - [2025-02-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 1090 0.016283 10.0.0.37 - - [2025-02-20 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007281 10.0.0.37 - - [2025-02-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 1090 0.014553 10.0.0.37 - - [2025-02-20 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006231 10.0.0.37 - - [2025-02-20 02:25:43] "GET /virtual-machine/c5ca8028-84a0-4451-a1b9-50d27522c28c HTTP/1.1" 200 1294 0.004489 10.0.0.37 - - [2025-02-20 02:25:43] "GET /virtual-machine-interface/2e7a9b7d-898a-48f7-b554-42f17cc8c92c HTTP/1.1" 200 2946 0.003226 10.0.0.37 - - [2025-02-20 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.37 - - [2025-02-20 02:25:43] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003843 10.0.0.37 - - [2025-02-20 02:25:43] "GET /virtual-networks?parent_id=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003342 10.0.0.37 - - [2025-02-20 02:25:43] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003056 10.0.0.37 - - [2025-02-20 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.37 - - [2025-02-20 02:25:44] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002712 10.0.0.37 - - [2025-02-20 02:25:44] "GET /virtual-networks?parent_id=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003268 10.0.0.37 - - [2025-02-20 02:25:44] "GET /virtual-network/92d92e87-876b-4276-b573-c37b67fd59c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003242 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/network HTTP/1.1" 200 826 0.005864 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/network HTTP/1.1" 400 204 0.010310 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1090 0.014513 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1116 0.008747 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 151 0.086073 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1090 0.013844 10.0.0.37 - - [2025-02-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1116 0.008236 10.0.0.37 - - [2025-02-20 02:25:50] "POST /neutron/port HTTP/1.1" 200 151 0.105192 10.0.0.37 - - [2025-02-20 02:25:51] "POST /neutron/network HTTP/1.1" 200 826 0.005538 10.0.0.37 - - [2025-02-20 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.37 - - [2025-02-20 02:25:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001049 10.0.0.37 - - [2025-02-20 02:25:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001273 10.0.0.37 - - [2025-02-20 02:25:51] "POST /neutron/network HTTP/1.1" 200 151 0.069263 10.0.0.37 - - [2025-02-20 02:25:51] "DELETE /route-target/2d7bc4b9-1e33-4cc0-878c-ca59d3c83b1c HTTP/1.1" 200 115 0.016036 10.0.0.37 - - [2025-02-20 02:25:51] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.37 - - [2025-02-20 02:25:51] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.018462 10.0.0.37 - - [2025-02-20 02:25:51] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.37 - - [2025-02-20 02:25:51] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?fields=virtual_networks HTTP/1.1" 200 1034 0.061539 10.0.0.37 - - [2025-02-20 02:25:51] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.37 - - [2025-02-20 02:25:51] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023745 10.0.0.37 - - [2025-02-20 02:25:51] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.37 - - [2025-02-20 02:25:51] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?fields=security_groups HTTP/1.1" 200 1261 0.021862 10.0.0.37 - - [2025-02-20 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.022390 10.0.0.37 - - [2025-02-20 02:25:52] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002270 10.0.0.37 - - [2025-02-20 02:25:52] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002499 10.0.0.37 - - [2025-02-20 02:25:52] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008074 10.0.0.37 - - [2025-02-20 02:25:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001219 10.0.0.37 - - [2025-02-20 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.002381 10.0.0.37 - - [2025-02-20 02:25:52] "POST /security-groups HTTP/1.1" 200 591 0.063459 10.0.0.37 - - [2025-02-20 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002575 10.0.0.37 - - [2025-02-20 02:25:53] "POST /projects HTTP/1.1" 200 585 0.215910 10.0.0.37 - - [2025-02-20 02:25:53] "POST /access-control-lists HTTP/1.1" 200 596 0.059033 10.0.0.37 - - [2025-02-20 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.285159 10.0.0.37 - - [2025-02-20 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.002903 10.0.0.37 - - [2025-02-20 02:25:53] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.399849 10.0.0.37 - - [2025-02-20 02:25:53] "POST /access-control-lists HTTP/1.1" 200 594 0.087907 10.0.0.37 - - [2025-02-20 02:25:53] "DELETE /project/334e03ec26594313b131b7237ae2fe4f HTTP/1.1" 404 173 0.012260 10.0.0.37 - - [2025-02-20 02:25:53] "DELETE /project/c27fb79656a74952a0f2a3e5e6ce9a83 HTTP/1.1" 404 173 0.007757 10.0.0.37 - - [2025-02-20 02:25:53] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.37 - - [2025-02-20 02:25:53] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000846 10.0.0.37 - - [2025-02-20 02:25:53] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.030159 10.0.0.37 - - [2025-02-20 02:25:53] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.029054 10.0.0.37 - - [2025-02-20 02:25:53] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.37 - - [2025-02-20 02:25:53] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.37 - - [2025-02-20 02:25:53] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?fields=security_groups HTTP/1.1" 200 1366 0.070060 10.0.0.37 - - [2025-02-20 02:25:53] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?fields=security_groups HTTP/1.1" 200 1366 0.076068 10.0.0.37 - - [2025-02-20 02:25:53] "DELETE /security-group/26fa1dfc-0a88-43cd-ad16-3b82fcf80e13 HTTP/1.1" 200 115 0.055353 10.0.0.37 - - [2025-02-20 02:25:53] "DELETE /security-group/d3bbcdfb-dd8f-4bee-8a2f-039eb55d9895 HTTP/1.1" 200 115 0.055106 10.0.0.37 - - [2025-02-20 02:25:53] "GET /projects?obj_uuids=334e03ec-2659-4313-b131-b7237ae2fe4f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.37 - - [2025-02-20 02:25:53] "GET /projects?obj_uuids=16c50353-1a02-4660-a1f5-654579722d72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.37 - - [2025-02-20 02:25:53] "DELETE /access-control-list/efec9b5f-b2eb-4424-801e-cdf787363a9e HTTP/1.1" 200 115 0.033218 10.0.0.37 - - [2025-02-20 02:25:53] "GET /project/334e03ec-2659-4313-b131-b7237ae2fe4f?fields=application_policy_sets HTTP/1.1" 200 1405 0.029595 10.0.0.37 - - [2025-02-20 02:25:53] "DELETE /access-control-list/66d4aab2-6975-48f3-9f93-9debe14945ee HTTP/1.1" 200 115 0.024256 10.0.0.37 - - [2025-02-20 02:25:54] "DELETE /access-control-list/0810134d-f609-4fbd-bb80-75557698fb46 HTTP/1.1" 200 115 0.027304 10.0.0.37 - - [2025-02-20 02:25:54] "GET /project/16c50353-1a02-4660-a1f5-654579722d72?fields=application_policy_sets HTTP/1.1" 200 1405 0.088719 10.0.0.37 - - [2025-02-20 02:25:54] "DELETE /access-control-list/4e000927-24b7-4c75-8878-cb780bb4a798 HTTP/1.1" 200 115 0.037049 10.0.0.37 - - [2025-02-20 02:25:54] "DELETE /project/334e03ec-2659-4313-b131-b7237ae2fe4f HTTP/1.1" 200 115 0.382611 10.0.0.37 - - [2025-02-20 02:25:54] "DELETE /project/16c50353-1a02-4660-a1f5-654579722d72 HTTP/1.1" 200 115 0.412874 10.0.0.37 - - [2025-02-20 02:25:54] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.37 - - [2025-02-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.37 - - [2025-02-20 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.049618 10.0.0.37 - - [2025-02-20 02:25:55] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.37 - - [2025-02-20 02:25:55] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.019988 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.028791 10.0.0.37 - - [2025-02-20 02:25:55] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001418 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 625 0.056535 10.0.0.37 - - [2025-02-20 02:25:55] "POST /route-targets HTTP/1.1" 200 327 0.010321 10.0.0.37 - - [2025-02-20 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.010613 10.0.0.37 - - [2025-02-20 02:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.162654 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 839 0.006382 10.0.0.37 - - [2025-02-20 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001201 10.0.0.37 - - [2025-02-20 02:25:55] "GET /virtual-network/9ff3d1a8-bd36-4c5b-812f-4bbb67e455b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002888 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 839 0.006602 10.0.0.37 - - [2025-02-20 02:25:55] "GET /virtual-network/9ff3d1a8-bd36-4c5b-812f-4bbb67e455b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002839 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 839 0.005615 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.006122 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 839 0.004845 10.0.0.37 - - [2025-02-20 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001109 10.0.0.37 - - [2025-02-20 02:25:55] "POST /neutron/network HTTP/1.1" 200 849 0.005599 10.0.0.37 - - [2025-02-20 02:25:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.37 - - [2025-02-20 02:25:56] "GET / HTTP/1.1" 200 35931 0.003656 10.0.0.37 - - [2025-02-20 02:25:56] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.37 - - [2025-02-20 02:25:56] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001569 10.0.0.37 - - [2025-02-20 02:25:56] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044013 10.0.0.37 - - [2025-02-20 02:25:56] "POST /neutron/network HTTP/1.1" 200 839 0.005156 10.0.0.37 - - [2025-02-20 02:25:56] "POST /neutron/port HTTP/1.1" 200 117 0.005542 10.0.0.37 - - [2025-02-20 02:25:56] "POST /neutron/port HTTP/1.1" 200 117 0.006985 10.0.0.37 - - [2025-02-20 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.37 - - [2025-02-20 02:25:56] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002460 10.0.0.37 - - [2025-02-20 02:25:56] "PUT /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b HTTP/1.1" 200 276 0.067432 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.005468 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/network HTTP/1.1" 200 849 0.005427 10.0.0.37 - - [2025-02-20 02:25:57] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 1055 0.171815 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 1055 0.012159 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 1055 0.010450 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 1109 0.050342 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 1083 0.014745 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002933 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.009794 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.37 - - [2025-02-20 02:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.005204 10.0.0.37 - - [2025-02-20 02:26:00] "GET /obj-perms HTTP/1.1" 200 5056 0.048249 10.0.0.37 - - [2025-02-20 02:26:01] "GET /obj-perms HTTP/1.1" 200 5056 0.040561 10.0.0.37 - - [2025-02-20 02:26:02] "POST /neutron/port HTTP/1.1" 200 1083 0.016791 10.0.0.37 - - [2025-02-20 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006595 10.0.0.37 - - [2025-02-20 02:26:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014403 10.0.0.37 - - [2025-02-20 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006512 10.0.0.37 - - [2025-02-20 02:26:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014579 10.0.0.37 - - [2025-02-20 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007532 10.0.0.37 - - [2025-02-20 02:26:02] "GET /virtual-machine/f91b816f-3d9e-4cb6-9638-5d11c73122d8 HTTP/1.1" 401 292 0.000626 10.0.0.37 - - [2025-02-20 02:26:02] "GET /virtual-machine/f91b816f-3d9e-4cb6-9638-5d11c73122d8 HTTP/1.1" 200 1293 0.025472 10.0.0.37 - - [2025-02-20 02:26:02] "GET /virtual-machine-interface/535d5151-50e3-4302-8bc1-edb1673b8e19 HTTP/1.1" 200 2971 0.002740 10.0.0.37 - - [2025-02-20 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.37 - - [2025-02-20 02:26:02] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003250 10.0.0.37 - - [2025-02-20 02:26:02] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002873 10.0.0.37 - - [2025-02-20 02:26:02] "GET /virtual-network/9ff3d1a8-bd36-4c5b-812f-4bbb67e455b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003078 10.0.0.37 - - [2025-02-20 02:26:05] "POST /neutron/port HTTP/1.1" 200 1083 0.015017 10.0.0.37 - - [2025-02-20 02:26:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005270 10.0.0.37 - - [2025-02-20 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.37 - - [2025-02-20 02:26:06] "GET /virtual-network/9ff3d1a8-bd36-4c5b-812f-4bbb67e455b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002881 10.0.0.37 - - [2025-02-20 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.37 - - [2025-02-20 02:26:08] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003226 10.0.0.37 - - [2025-02-20 02:26:08] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002972 10.0.0.37 - - [2025-02-20 02:26:08] "GET /virtual-network/9ff3d1a8-bd36-4c5b-812f-4bbb67e455b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003180 10.0.0.37 - - [2025-02-20 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.37 - - [2025-02-20 02:26:10] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003874 10.0.0.37 - - [2025-02-20 02:26:10] "PUT /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b HTTP/1.1" 200 276 0.011878 10.0.0.37 - - [2025-02-20 02:26:10] "POST /neutron/network HTTP/1.1" 200 839 0.007511 10.0.0.37 - - [2025-02-20 02:26:10] "POST /neutron/network HTTP/1.1" 400 204 0.011615 10.0.0.37 - - [2025-02-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1083 0.016385 10.0.0.37 - - [2025-02-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1109 0.009784 10.0.0.37 - - [2025-02-20 02:26:11] "POST /neutron/port HTTP/1.1" 200 151 0.095010 10.0.0.37 - - [2025-02-20 02:26:12] "POST /neutron/network HTTP/1.1" 200 839 0.006652 10.0.0.37 - - [2025-02-20 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.37 - - [2025-02-20 02:26:12] "DELETE /route-target/80e3a625-16d7-459f-aa0a-453a597ac8f6 HTTP/1.1" 200 115 0.018158 10.0.0.37 - - [2025-02-20 02:26:12] "POST /useragent-kv HTTP/1.1" 200 115 0.034854 10.0.0.37 - - [2025-02-20 02:26:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001140 10.0.0.37 - - [2025-02-20 02:26:12] "POST /neutron/network HTTP/1.1" 200 151 0.111840 10.0.0.37 - - [2025-02-20 02:26:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002837 10.0.0.37 - - [2025-02-20 02:26:13] "POST /network-ipams HTTP/1.1" 200 541 0.015146 10.0.0.37 - - [2025-02-20 02:26:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003005 10.0.0.37 - - [2025-02-20 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.37 - - [2025-02-20 02:26:13] "GET /network-ipam/533f3ab8-d85b-4ce4-91f7-bf6a6c8d7f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004304 10.0.0.37 - - [2025-02-20 02:26:13] "PUT /network-ipam/533f3ab8-d85b-4ce4-91f7-bf6a6c8d7f91 HTTP/1.1" 200 258 0.009802 10.0.0.37 - - [2025-02-20 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.37 - - [2025-02-20 02:26:13] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.37 - - [2025-02-20 02:26:13] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020097 10.0.0.37 - - [2025-02-20 02:26:13] "POST /neutron/network HTTP/1.1" 200 117 0.007091 10.0.0.37 - - [2025-02-20 02:26:13] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.37 - - [2025-02-20 02:26:13] "POST /neutron/network HTTP/1.1" 200 605 0.054390 10.0.0.37 - - [2025-02-20 02:26:13] "POST /route-targets HTTP/1.1" 200 327 0.010104 10.0.0.37 - - [2025-02-20 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.010090 10.0.0.37 - - [2025-02-20 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.37 - - [2025-02-20 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.156824 10.0.0.37 - - [2025-02-20 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.37 - - [2025-02-20 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.166698 10.0.0.37 - - [2025-02-20 02:26:13] "POST /neutron/network HTTP/1.1" 200 994 0.007615 10.0.0.37 - - [2025-02-20 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001233 10.0.0.37 - - [2025-02-20 02:26:13] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003035 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/network HTTP/1.1" 200 994 0.008134 10.0.0.37 - - [2025-02-20 02:26:14] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003287 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/network HTTP/1.1" 200 994 0.007509 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.007218 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.007011 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/network HTTP/1.1" 200 994 0.006897 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006732 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006814 10.0.0.37 - - [2025-02-20 02:26:14] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1017 0.148573 10.0.0.37 - - [2025-02-20 02:26:14] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1017 0.142959 10.0.0.37 - - [2025-02-20 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001450 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008992 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007005 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/network HTTP/1.1" 200 994 0.006581 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007235 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.005092 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.004798 10.0.0.37 - - [2025-02-20 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001257 10.0.0.37 - - [2025-02-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.005946 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007710 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007085 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/network HTTP/1.1" 200 994 0.006732 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007308 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.009625 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.009191 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.005755 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.005241 10.0.0.37 - - [2025-02-20 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001743 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.005805 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/network HTTP/1.1" 200 1004 0.006853 10.0.0.37 - - [2025-02-20 02:26:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.009436 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/network HTTP/1.1" 200 1004 0.011962 10.0.0.37 - - [2025-02-20 02:26:15] "GET / HTTP/1.1" 200 35931 0.002069 10.0.0.37 - - [2025-02-20 02:26:15] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000611 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007577 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.009597 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.008626 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/network HTTP/1.1" 200 1004 0.022547 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007415 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1017 0.023718 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1109 0.142869 10.0.0.37 - - [2025-02-20 02:26:15] "POST /neutron/port HTTP/1.1" 200 1109 0.119633 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/port HTTP/1.1" 200 1083 0.016391 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003517 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/port HTTP/1.1" 200 1083 0.018427 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.013316 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003188 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.37 - - [2025-02-20 02:26:16] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.021315 10.0.0.37 - - [2025-02-20 02:26:16] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054241 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.013514 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.007938 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.007190 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/port HTTP/1.1" 200 2050 0.018984 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005526 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.005879 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domains HTTP/1.1" 200 280 0.007182 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002044 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2573 0.011920 10.0.0.37 - - [2025-02-20 02:26:16] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001953 10.0.0.37 - - [2025-02-20 02:26:16] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83 HTTP/1.1" 200 2843 0.076602 10.0.0.37 - - [2025-02-20 02:26:16] "GET /network-ipam/533f3ab8-d85b-4ce4-91f7-bf6a6c8d7f91 HTTP/1.1" 200 2601 0.005013 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domains HTTP/1.1" 200 280 0.002738 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2573 0.006756 10.0.0.37 - - [2025-02-20 02:26:16] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.37 - - [2025-02-20 02:26:16] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83 HTTP/1.1" 200 2843 0.068741 10.0.0.37 - - [2025-02-20 02:26:16] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b HTTP/1.1" 200 3780 0.004356 10.0.0.37 - - [2025-02-20 02:26:16] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b HTTP/1.1" 200 3780 0.003726 10.0.0.37 - - [2025-02-20 02:26:16] "GET /routing-instance/7ccd9020-740d-472a-be89-103f84d0550b HTTP/1.1" 200 2380 0.003916 10.0.0.37 - - [2025-02-20 02:26:16] "GET /routing-instance/7ccd9020-740d-472a-be89-103f84d0550b HTTP/1.1" 200 2380 0.003313 10.0.0.37 - - [2025-02-20 02:26:16] "GET /route-target/8bebe689-2caf-4d99-902b-df110b4e734a HTTP/1.1" 200 1205 0.003207 10.0.0.37 - - [2025-02-20 02:26:16] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b HTTP/1.1" 200 3780 0.002983 10.0.0.37 - - [2025-02-20 02:26:16] "GET /routing-instance/7ccd9020-740d-472a-be89-103f84d0550b HTTP/1.1" 200 2380 0.003524 10.0.0.37 - - [2025-02-20 02:26:16] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004503 10.0.0.37 - - [2025-02-20 02:26:16] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b HTTP/1.1" 200 3780 0.003367 10.0.0.37 - - [2025-02-20 02:26:16] "GET /routing-instance/7ccd9020-740d-472a-be89-103f84d0550b HTTP/1.1" 200 2380 0.002955 10.0.0.37 - - [2025-02-20 02:26:16] "GET /routing-instance/7ccd9020-740d-472a-be89-103f84d0550b HTTP/1.1" 200 2380 0.002664 10.0.0.37 - - [2025-02-20 02:26:16] "GET /route-target/8bebe689-2caf-4d99-902b-df110b4e734a HTTP/1.1" 200 1205 0.002512 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domains HTTP/1.1" 200 280 0.005704 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.37 - - [2025-02-20 02:26:16] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2573 0.015103 10.0.0.37 - - [2025-02-20 02:26:16] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.37 - - [2025-02-20 02:26:16] "POST /neutron/network HTTP/1.1" 200 1004 0.019202 10.0.0.37 - - [2025-02-20 02:26:16] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.37 - - [2025-02-20 02:26:16] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83 HTTP/1.1" 200 2843 0.093263 10.0.0.37 - - [2025-02-20 02:26:16] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b HTTP/1.1" 200 3780 0.009323 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1055 0.265447 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1055 0.012210 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1055 0.013172 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1109 0.071741 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1083 0.028591 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007152 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.031205 10.0.0.37 - - [2025-02-20 02:26:17] "GET /obj-perms HTTP/1.1" 200 5030 0.060806 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/network HTTP/1.1" 200 994 0.007130 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1083 0.016011 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007854 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1083 0.015455 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008193 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/port HTTP/1.1" 200 1083 0.019571 10.0.0.37 - - [2025-02-20 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006847 10.0.0.37 - - [2025-02-20 02:26:17] "GET /virtual-machine/bc7afb02-bf45-4ecb-bae6-53ad43bc6aad HTTP/1.1" 200 1289 0.004416 10.0.0.37 - - [2025-02-20 02:26:17] "GET /virtual-machine-interface/f289c783-630a-4f7e-be45-104e0a514c8e HTTP/1.1" 200 2942 0.003977 10.0.0.37 - - [2025-02-20 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.37 - - [2025-02-20 02:26:17] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003918 10.0.0.37 - - [2025-02-20 02:26:17] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003398 10.0.0.37 - - [2025-02-20 02:26:17] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002997 10.0.0.37 - - [2025-02-20 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006176 10.0.0.37 - - [2025-02-20 02:26:20] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004426 10.0.0.37 - - [2025-02-20 02:26:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014422 10.0.0.37 - - [2025-02-20 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005445 10.0.0.37 - - [2025-02-20 02:26:24] "POST /neutron/port HTTP/1.1" 200 1083 0.015602 10.0.0.37 - - [2025-02-20 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005463 10.0.0.37 - - [2025-02-20 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.37 - - [2025-02-20 02:26:25] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002869 10.0.0.37 - - [2025-02-20 02:26:26] "POST /neutron/port HTTP/1.1" 200 1083 0.014887 10.0.0.37 - - [2025-02-20 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005227 10.0.0.37 - - [2025-02-20 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.37 - - [2025-02-20 02:26:27] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002476 10.0.0.37 - - [2025-02-20 02:26:27] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003269 10.0.0.37 - - [2025-02-20 02:26:27] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003494 10.0.0.37 - - [2025-02-20 02:26:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015821 10.0.0.37 - - [2025-02-20 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005890 10.0.0.37 - - [2025-02-20 02:26:27] "POST /neutron/port HTTP/1.1" 200 1083 0.014826 10.0.0.37 - - [2025-02-20 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006246 10.0.0.37 - - [2025-02-20 02:26:27] "POST /neutron/port HTTP/1.1" 200 1083 0.014058 10.0.0.37 - - [2025-02-20 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005619 10.0.0.37 - - [2025-02-20 02:26:27] "GET /virtual-machine/ac0fd505-a63a-4c68-9e55-005f3566e09a HTTP/1.1" 200 1289 0.003747 10.0.0.37 - - [2025-02-20 02:26:27] "GET /virtual-machine-interface/17e9b629-58ee-499c-80ef-35f551d237ec HTTP/1.1" 200 2940 0.002769 10.0.0.37 - - [2025-02-20 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.37 - - [2025-02-20 02:26:27] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003359 10.0.0.37 - - [2025-02-20 02:26:27] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003425 10.0.0.37 - - [2025-02-20 02:26:27] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003576 10.0.0.37 - - [2025-02-20 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.37 - - [2025-02-20 02:26:28] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002792 10.0.0.37 - - [2025-02-20 02:26:29] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003314 10.0.0.37 - - [2025-02-20 02:26:29] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003332 10.0.0.37 - - [2025-02-20 02:26:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015101 10.0.0.37 - - [2025-02-20 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006224 10.0.0.37 - - [2025-02-20 02:26:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017734 10.0.0.37 - - [2025-02-20 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006414 10.0.0.37 - - [2025-02-20 02:26:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016269 10.0.0.37 - - [2025-02-20 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006152 10.0.0.37 - - [2025-02-20 02:26:29] "GET /virtual-machine/0f5287c2-c7d3-4adf-baf9-382f30ecff85 HTTP/1.1" 200 1292 0.004217 10.0.0.37 - - [2025-02-20 02:26:29] "GET /virtual-machine-interface/db666c48-17ba-4bf2-a4ca-edfd618e6330 HTTP/1.1" 200 2942 0.002700 10.0.0.37 - - [2025-02-20 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.37 - - [2025-02-20 02:26:29] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002431 10.0.0.37 - - [2025-02-20 02:26:29] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003166 10.0.0.37 - - [2025-02-20 02:26:29] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003261 10.0.0.37 - - [2025-02-20 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.37 - - [2025-02-20 02:26:30] "GET /global-vrouter-config/27aac4f9-cbd7-491e-835b-76db2333d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003089 10.0.0.37 - - [2025-02-20 02:26:30] "GET /virtual-networks?parent_id=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003036 10.0.0.37 - - [2025-02-20 02:26:30] "GET /virtual-network/c729dcd3-843f-4faf-b226-3199f7d7b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003481 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 1109 0.020327 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 1109 0.012116 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 151 0.105549 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 1109 0.016300 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 1109 0.010703 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 1083 0.025798 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 151 0.118683 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 1109 0.008958 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/network HTTP/1.1" 200 994 0.007623 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/network HTTP/1.1" 400 204 0.011547 10.0.0.37 - - [2025-02-20 02:26:46] "POST /neutron/port HTTP/1.1" 200 151 0.102345 10.0.0.37 - - [2025-02-20 02:26:48] "POST /neutron/network HTTP/1.1" 200 994 0.010444 10.0.0.37 - - [2025-02-20 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001804 10.0.0.37 - - [2025-02-20 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006282 10.0.0.37 - - [2025-02-20 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001402 10.0.0.37 - - [2025-02-20 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.000974 10.0.0.37 - - [2025-02-20 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.000965 10.0.0.37 - - [2025-02-20 02:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.099386 10.0.0.37 - - [2025-02-20 02:26:48] "DELETE /route-target/8bebe689-2caf-4d99-902b-df110b4e734a HTTP/1.1" 200 115 0.017838 10.0.0.37 - - [2025-02-20 02:26:48] "GET /routing-instance/7ccd9020-740d-472a-be89-103f84d0550b HTTP/1.1" 404 171 0.002682 10.0.0.37 - - [2025-02-20 02:26:48] "GET /domains HTTP/1.1" 200 280 0.001879 10.0.0.37 - - [2025-02-20 02:26:48] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.37 - - [2025-02-20 02:26:49] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425 HTTP/1.1" 200 2573 0.049934 10.0.0.37 - - [2025-02-20 02:26:49] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.37 - - [2025-02-20 02:26:49] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83 HTTP/1.1" 200 2086 0.063509 10.0.0.37 - - [2025-02-20 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.37 - - [2025-02-20 02:26:49] "DELETE /network-ipam/533f3ab8-d85b-4ce4-91f7-bf6a6c8d7f91 HTTP/1.1" 200 115 0.017652 10.0.0.37 - - [2025-02-20 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.002165 10.0.0.37 - - [2025-02-20 02:26:49] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.37 - - [2025-02-20 02:26:49] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044794 10.0.0.37 - - [2025-02-20 02:26:49] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.37 - - [2025-02-20 02:26:49] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?fields=virtual_networks HTTP/1.1" 200 1033 0.067710 10.0.0.37 - - [2025-02-20 02:26:49] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.37 - - [2025-02-20 02:26:49] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021564 10.0.0.37 - - [2025-02-20 02:26:49] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.37 - - [2025-02-20 02:26:49] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?fields=security_groups HTTP/1.1" 200 1259 0.023082 10.0.0.37 - - [2025-02-20 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.004781 10.0.0.37 - - [2025-02-20 02:26:51] "POST /neutron/port HTTP/1.1" 400 205 0.003642 10.0.0.37 - - [2025-02-20 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.005012 10.0.0.37 - - [2025-02-20 02:26:51] "POST /neutron/port HTTP/1.1" 400 205 0.003653 10.0.0.37 - - [2025-02-20 02:26:54] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.37 - - [2025-02-20 02:26:54] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.020823 10.0.0.37 - - [2025-02-20 02:26:54] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.37 - - [2025-02-20 02:26:54] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?fields=security_groups HTTP/1.1" 200 1364 0.068463 10.0.0.37 - - [2025-02-20 02:26:54] "DELETE /security-group/ac02fa2c-5e7c-4c67-a3c2-96588dce8b62 HTTP/1.1" 200 115 0.050883 10.0.0.37 - - [2025-02-20 02:26:54] "GET /projects?obj_uuids=c27fb796-56a7-4952-a0f2-a3e5e6ce9a83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.37 - - [2025-02-20 02:26:54] "DELETE /access-control-list/a4a4d974-cd3f-4210-88d6-eb359a07b82b HTTP/1.1" 200 115 0.037832 10.0.0.37 - - [2025-02-20 02:26:54] "GET /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83?fields=application_policy_sets HTTP/1.1" 200 1403 0.026915 10.0.0.37 - - [2025-02-20 02:26:54] "DELETE /access-control-list/11b00f79-3434-4d13-9f31-8614da4dbf23 HTTP/1.1" 200 115 0.017425 10.0.0.37 - - [2025-02-20 02:26:54] "DELETE /project/c27fb796-56a7-4952-a0f2-a3e5e6ce9a83 HTTP/1.1" 200 115 0.341650 10.0.0.37 - - [2025-02-20 02:26:57] "GET / HTTP/1.1" 200 35931 0.001876 10.0.0.37 - - [2025-02-20 02:26:58] "GET /project/a5f6b0a8-ea24-462e-85ae-7087912a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.37 - - [2025-02-20 02:26:58] "GET /projects?obj_uuids=a5f6b0a8-ea24-462e-85ae-7087912a821e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001134 10.0.0.37 - - [2025-02-20 02:26:58] "GET /project/a5f6b0a8-ea24-462e-85ae-7087912a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.039779 [Introspect:8084]10.0.0.37 - - [2025-02-20 02:26:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001059 10.0.0.37 - - [2025-02-20 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.022505 10.0.0.37 - - [2025-02-20 02:26:59] "GET /projects?obj_uuids=554b51d4-0cb7-40e9-9998-60b7b37c83ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002569 10.0.0.37 - - [2025-02-20 02:26:59] "GET /domains?obj_uuids=6c622e75-91ef-47a7-91eb-55d2b2a14425&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.37 - - [2025-02-20 02:26:59] "GET /domain/6c622e75-91ef-47a7-91eb-55d2b2a14425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006969 10.0.0.37 - - [2025-02-20 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 186 0.001179