++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 22 01:55:26 UTC 2025 ===================' INFO: =================== Thu May 22 01:55:26 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.27 ++ 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.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.27:8081 ' ']' +++ echo 10.0.0.27:8081 ++ ANALYTICS_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.27:9042 ' ']' +++ echo 10.0.0.27:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.27:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.27:8086 ' ']' +++ echo 10.0.0.27:8086 ++ COLLECTOR_SERVERS=10.0.0.27: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.27 ++ CONFIGDB_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.27:8082 ' ']' +++ echo 10.0.0.27:8082 ++ CONFIG_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.27:9161 ' ']' +++ echo 10.0.0.27:9161 ++ CONFIGDB_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.27:9041 ' ']' +++ echo 10.0.0.27:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.27: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.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.27:2181, ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.27:2181 ' ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.27:2181 ++ RABBITMQ_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.27:5673, ']' +++ echo 10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.27:6379 ' ']' +++ echo 10.0.0.27:6379 ++ REDIS_SERVERS=10.0.0.27: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.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.27:9092 ' ']' +++ echo 10.0.0.27:9092 ++ KAFKA_SERVERS=10.0.0.27: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.27 ++ 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.27 ++ 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.27 ++ 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.27 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.27 +++ 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.27,10.20.0.192,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.27:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/22/2025 01:55:34.772 7f98d7017248 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/22/2025 01:55:34.913 7f98d7017248 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/22/2025 01:55:34.926 7f98d7017248 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/22/2025 01:55:34.926 7f98d7017248 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-05-22 01:55:38] "GET / HTTP/1.1" 503 181 0.000617 10.0.0.27 - - [2025-05-22 01:55:38] "GET / HTTP/1.1" 503 181 0.000267 10.0.0.27 - - [2025-05-22 01:55:38] "GET / HTTP/1.1" 503 181 0.000268 10.0.0.27 - - [2025-05-22 01:55:39] "GET / HTTP/1.1" 200 45871 0.041067 10.0.0.27 - - [2025-05-22 01:55:39] "GET / HTTP/1.1" 200 45871 0.001186 10.0.0.27 - - [2025-05-22 01:55:39] "GET / HTTP/1.1" 200 35931 0.001096 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.27 - - [2025-05-22 01:55:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2025-05-22 01:55:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000267 10.0.0.27 - - [2025-05-22 01:55:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000699 10.0.0.27 - - [2025-05-22 01:55:39] "GET / HTTP/1.1" 200 35931 0.001672 10.0.0.27 - - [2025-05-22 01:55:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.888384 10.0.0.27 - - [2025-05-22 01:55:40] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004615 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.621234 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.350058 10.0.0.27 - - [2025-05-22 01:55:40] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.27 - - [2025-05-22 01:55:40] "GET / HTTP/1.1" 200 35931 0.001480 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-05-22 01:55:40] "POST /job-templates HTTP/1.1" 200 555 0.067823 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.002855 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-05-22 01:55:40] "POST /job-templates HTTP/1.1" 200 563 0.061631 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.003091 10.0.0.27 - - [2025-05-22 01:55:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 545 0.065591 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003070 10.0.0.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 577 0.062099 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.002914 10.0.0.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 579 0.060838 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.003099 10.0.0.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 583 0.061185 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.002932 /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.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 559 0.060950 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 203 0.002958 10.0.0.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 569 0.065459 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.586062 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003516 10.0.0.27 - - [2025-05-22 01:55:41] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005900 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.317431 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.062495 10.0.0.27 - - [2025-05-22 01:55:41] "GET /network-ipam/9b8c3548-1dbe-453f-997f-02425f8592d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004363 10.0.0.27 - - [2025-05-22 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.005070 10.0.0.27 - - [2025-05-22 01:55:41] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005897 10.0.0.27 - - [2025-05-22 01:55:41] "POST /job-templates HTTP/1.1" 200 555 0.075381 10.0.0.27 - - [2025-05-22 01:55:41] "POST /service-appliance-sets HTTP/1.1" 200 553 0.020687 10.0.0.27 - - [2025-05-22 01:55:41] "POST /config-nodes HTTP/1.1" 200 599 0.037272 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003072 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 180 0.002775 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-05-22 01:55:42] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019646 10.0.0.27 - - [2025-05-22 01:55:42] "POST /job-templates HTTP/1.1" 200 555 0.069488 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002744 10.0.0.27 - - [2025-05-22 01:55:42] "POST /service-appliance-sets HTTP/1.1" 200 541 0.016912 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2025-05-22 01:55:42] "GET / HTTP/1.1" 200 35931 0.001734 10.0.0.27 - - [2025-05-22 01:55:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-05-22 01:55:42] "GET /network-ipam/9b8c3548-1dbe-453f-997f-02425f8592d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003553 10.0.0.27 - - [2025-05-22 01:55:42] "POST /job-templates HTTP/1.1" 200 555 0.062240 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.002404 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003150 10.0.0.27 - - [2025-05-22 01:55:42] "POST /job-templates HTTP/1.1" 200 535 0.079440 10.0.0.27 - - [2025-05-22 01:55:42] "POST /service-templates HTTP/1.1" 200 511 0.058240 10.0.0.27 - - [2025-05-22 01:55:42] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-05-22 01:55:42] "POST /access-control-lists HTTP/1.1" 200 587 0.026587 10.0.0.27 - - [2025-05-22 01:55:42] "POST /service-templates HTTP/1.1" 200 501 0.021656 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002605 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003407 10.0.0.27 - - [2025-05-22 01:55:42] "POST /service-templates HTTP/1.1" 200 515 0.018001 10.0.0.27 - - [2025-05-22 01:55:42] "POST /job-templates HTTP/1.1" 200 559 0.064863 10.0.0.27 - - [2025-05-22 01:55:42] "POST /access-control-lists HTTP/1.1" 200 585 0.046340 10.0.0.27 - - [2025-05-22 01:55:42] "POST /service-templates HTTP/1.1" 200 535 0.026542 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002862 10.0.0.27 - - [2025-05-22 01:55:42] "POST /service-templates HTTP/1.1" 200 507 0.023327 10.0.0.27 - - [2025-05-22 01:55:42] "POST /route-targets HTTP/1.1" 200 327 0.010813 10.0.0.27 - - [2025-05-22 01:55:42] "POST /job-templates HTTP/1.1" 200 559 0.062090 10.0.0.27 - - [2025-05-22 01:55:42] "POST /ref-update HTTP/1.1" 200 156 0.011536 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002984 10.0.0.27 - - [2025-05-22 01:55:42] "POST /route-targets HTTP/1.1" 200 327 0.010461 10.0.0.27 - - [2025-05-22 01:55:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.301360 10.0.0.27 - - [2025-05-22 01:55:42] "POST /job-templates HTTP/1.1" 200 559 0.062048 10.0.0.27 - - [2025-05-22 01:55:42] "POST /ref-update HTTP/1.1" 200 156 0.048116 10.0.0.27 - - [2025-05-22 01:55:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.002868 10.0.0.27 - - [2025-05-22 01:55:42] "POST /route-targets HTTP/1.1" 200 327 0.009614 10.0.0.27 - - [2025-05-22 01:55:43] "POST /job-templates HTTP/1.1" 200 565 0.062568 10.0.0.27 - - [2025-05-22 01:55:43] "POST /ref-update HTTP/1.1" 200 156 0.051596 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.003090 10.0.0.27 - - [2025-05-22 01:55:43] "POST /route-targets HTTP/1.1" 200 327 0.016298 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.318808 10.0.0.27 - - [2025-05-22 01:55:43] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010815 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.002729 10.0.0.27 - - [2025-05-22 01:55:43] "POST /job-templates HTTP/1.1" 200 557 0.102550 10.0.0.27 - - [2025-05-22 01:55:43] "POST /ref-update HTTP/1.1" 200 156 0.088464 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003082 10.0.0.27 - - [2025-05-22 01:55:43] "POST /config-database-nodes HTTP/1.1" 200 617 0.019739 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.003170 10.0.0.27 - - [2025-05-22 01:55:43] "POST /job-templates HTTP/1.1" 200 555 0.062534 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003000 10.0.0.27 - - [2025-05-22 01:55:43] "POST /access-control-lists HTTP/1.1" 200 551 0.084649 10.0.0.27 - - [2025-05-22 01:55:43] "PUT /access-control-list/66506614-ac08-497a-8fd4-2c9b53c79a3b HTTP/1.1" 200 272 0.009013 10.0.0.27 - - [2025-05-22 01:55:43] "POST /job-templates HTTP/1.1" 200 573 0.061925 10.0.0.27 - - [2025-05-22 01:55:43] "PUT /access-control-list/ebebcf27-bfe3-48d2-9ef1-96ffa8566ee4 HTTP/1.1" 200 272 0.011849 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.002916 10.0.0.27 - - [2025-05-22 01:55:43] "POST /job-templates HTTP/1.1" 200 551 0.061186 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 208 0.002994 10.0.0.27 - - [2025-05-22 01:55:43] "POST /job-templates HTTP/1.1" 200 579 0.061131 10.0.0.27 - - [2025-05-22 01:55:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.002699 10.0.0.27 - - [2025-05-22 01:55:44] "POST /job-templates HTTP/1.1" 200 555 0.061437 10.0.0.27 - - [2025-05-22 01:55:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003238 10.0.0.27 - - [2025-05-22 01:55:44] "POST /job-templates HTTP/1.1" 200 559 0.065430 10.0.0.27 - - [2025-05-22 01:55:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002861 10.0.0.27 - - [2025-05-22 01:55:44] "POST /job-templates HTTP/1.1" 200 575 0.061745 10.0.0.27 - - [2025-05-22 01:55:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003819 10.0.0.27 - - [2025-05-22 01:55:44] "POST /job-templates HTTP/1.1" 200 557 0.061386 10.0.0.27 - - [2025-05-22 01:55:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003193 10.0.0.27 - - [2025-05-22 01:55:44] "POST /job-templates HTTP/1.1" 200 559 0.060434 10.0.0.27 - - [2025-05-22 01:55:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002846 10.0.0.27 - - [2025-05-22 01:55:44] "POST /job-templates HTTP/1.1" 200 555 0.064862 10.0.0.27 - - [2025-05-22 01:55:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.003001 10.0.0.27 - - [2025-05-22 01:55:45] "POST /job-templates HTTP/1.1" 200 553 0.065394 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.002942 10.0.0.27 - - [2025-05-22 01:55:45] "POST /job-templates HTTP/1.1" 200 553 0.064975 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.002839 10.0.0.27 - - [2025-05-22 01:55:45] "POST /job-templates HTTP/1.1" 200 553 0.061119 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.002738 10.0.0.27 - - [2025-05-22 01:55:45] "POST /job-templates HTTP/1.1" 200 563 0.056852 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.002793 10.0.0.27 - - [2025-05-22 01:55:45] "POST /job-templates HTTP/1.1" 200 565 0.060927 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.002871 10.0.0.27 - - [2025-05-22 01:55:45] "POST /config-propertiess HTTP/1.1" 200 551 0.022882 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 168 0.002797 10.0.0.27 - - [2025-05-22 01:55:45] "POST /tags HTTP/1.1" 200 321 0.030322 10.0.0.27 - - [2025-05-22 01:55:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002902 10.0.0.27 - - [2025-05-22 01:55:45] "POST /tags HTTP/1.1" 200 317 0.022182 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 174 0.002963 10.0.0.27 - - [2025-05-22 01:55:46] "POST /tags HTTP/1.1" 200 333 0.018862 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 162 0.003229 10.0.0.27 - - [2025-05-22 01:55:46] "POST /tags HTTP/1.1" 200 309 0.019265 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 174 0.002738 10.0.0.27 - - [2025-05-22 01:55:46] "POST /tags HTTP/1.1" 200 333 0.019579 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.002691 10.0.0.27 - - [2025-05-22 01:55:46] "POST /tags HTTP/1.1" 200 313 0.019381 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 169 0.002686 10.0.0.27 - - [2025-05-22 01:55:46] "POST /tags HTTP/1.1" 200 323 0.019131 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.27 - - [2025-05-22 01:55:46] "PUT /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0 HTTP/1.1" 200 274 0.008789 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 166 0.002650 10.0.0.27 - - [2025-05-22 01:55:46] "POST /hardwares HTTP/1.1" 200 327 0.013170 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 166 0.003973 10.0.0.27 - - [2025-05-22 01:55:46] "POST /hardwares HTTP/1.1" 200 327 0.013118 10.0.0.27 - - [2025-05-22 01:55:46] "POST /fqname-to-id HTTP/1.1" 404 166 0.003041 10.0.0.27 - - [2025-05-22 01:55:46] "POST /hardwares HTTP/1.1" 200 327 0.013822 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.003095 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 327 0.009798 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002712 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 323 0.009749 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002696 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 323 0.010985 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.002901 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 317 0.018112 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002968 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 323 0.010427 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002795 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 323 0.009657 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002865 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 323 0.012074 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.003287 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 325 0.010774 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.002861 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-05-22 01:55:47] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003462 10.0.0.27 - - [2025-05-22 01:55:47] "POST /hardwares HTTP/1.1" 200 325 0.010704 10.0.0.27 - - [2025-05-22 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.002821 10.0.0.27 - - [2025-05-22 01:55:48] "PUT /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027 HTTP/1.1" 200 276 0.009096 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 325 0.011155 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.003256 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 325 0.010409 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002892 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 323 0.010413 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 161 0.002859 10.0.0.27 - - [2025-05-22 01:55:48] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.27 - - [2025-05-22 01:55:48] "POST /alarms HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 317 0.010729 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002791 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 323 0.010282 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 161 0.002860 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 317 0.036201 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.003301 10.0.0.27 - - [2025-05-22 01:55:48] "POST /alarms HTTP/1.1" 200 581 0.042851 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 323 0.012759 10.0.0.27 - - [2025-05-22 01:55:48] "POST /alarms HTTP/1.1" 200 575 0.020070 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.002658 10.0.0.27 - - [2025-05-22 01:55:48] "POST /alarms HTTP/1.1" 200 575 0.015419 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 319 0.010734 10.0.0.27 - - [2025-05-22 01:55:48] "POST /alarms HTTP/1.1" 200 559 0.018788 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.002791 10.0.0.27 - - [2025-05-22 01:55:48] "POST /alarms HTTP/1.1" 200 555 0.019152 10.0.0.27 - - [2025-05-22 01:55:48] "POST /hardwares HTTP/1.1" 200 319 0.013890 10.0.0.27 - - [2025-05-22 01:55:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.002348 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 557 0.021117 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 325 0.015671 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 565 0.025203 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.002713 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 549 0.015870 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 317 0.010170 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 557 0.016270 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.002813 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 567 0.015918 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 317 0.008761 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 162 0.002295 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 555 0.018267 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 319 0.012498 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 567 0.016430 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 162 0.002819 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 575 0.069594 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 319 0.030148 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 162 0.002350 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 569 0.017888 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 319 0.010243 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 561 0.022448 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.003450 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 561 0.016219 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 311 0.009397 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 561 0.014581 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.004222 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 311 0.011230 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 547 0.018433 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 160 0.002947 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 595 0.015740 10.0.0.27 - - [2025-05-22 01:55:49] "POST /hardwares HTTP/1.1" 200 315 0.013877 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 575 0.014816 10.0.0.27 - - [2025-05-22 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 154 0.003238 10.0.0.27 - - [2025-05-22 01:55:49] "POST /alarms HTTP/1.1" 200 571 0.016623 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 303 0.010341 10.0.0.27 - - [2025-05-22 01:55:50] "POST /alarms HTTP/1.1" 200 583 0.015574 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 158 0.002664 10.0.0.27 - - [2025-05-22 01:55:50] "POST /alarms HTTP/1.1" 200 609 0.016115 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 311 0.009022 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 155 0.002792 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 305 0.010189 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 155 0.002763 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 305 0.011597 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 155 0.002990 10.0.0.27 - - [2025-05-22 01:55:50] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.27 - - [2025-05-22 01:55:50] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 305 0.011915 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 155 0.003030 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 305 0.010694 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 156 0.002813 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 307 0.010585 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 156 0.002972 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 307 0.010217 10.0.0.27 - - [2025-05-22 01:55:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022124 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 156 0.003055 10.0.0.27 - - [2025-05-22 01:55:50] "PUT /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027 HTTP/1.1" 200 276 0.007696 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 307 0.011062 10.0.0.27 - - [2025-05-22 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.002758 10.0.0.27 - - [2025-05-22 01:55:50] "POST /hardwares HTTP/1.1" 200 309 0.009682 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.003854 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 311 0.011254 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.002911 10.0.0.27 - - [2025-05-22 01:55:51] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 311 0.010046 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 153 0.002823 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 301 0.009856 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.003062 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 309 0.010268 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.003098 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.020489 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 309 0.010828 10.0.0.27 - - [2025-05-22 01:55:51] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002714 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.002775 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.27 - - [2025-05-22 01:55:51] "PUT /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027 HTTP/1.1" 200 276 0.008964 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 309 0.010181 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.002773 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 309 0.010960 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.002977 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 309 0.014817 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.003192 10.0.0.27 - - [2025-05-22 01:55:51] "POST /hardwares HTTP/1.1" 200 317 0.010500 10.0.0.27 - - [2025-05-22 01:55:51] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-05-22 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.002703 10.0.0.27 - - [2025-05-22 01:55:52] "POST /hardwares HTTP/1.1" 200 309 0.028097 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.002746 10.0.0.27 - - [2025-05-22 01:55:52] "POST /hardwares HTTP/1.1" 200 309 0.093101 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 154 0.002895 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.020050 10.0.0.27 - - [2025-05-22 01:55:52] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005091 10.0.0.27 - - [2025-05-22 01:55:52] "POST /hardwares HTTP/1.1" 200 303 0.022574 10.0.0.27 - - [2025-05-22 01:55:52] "PUT /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0 HTTP/1.1" 200 274 0.013866 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 190 0.002436 10.0.0.27 - - [2025-05-22 01:55:52] "POST /features HTTP/1.1" 200 533 0.022415 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.002915 10.0.0.27 - - [2025-05-22 01:55:52] "POST /features HTTP/1.1" 200 523 0.035517 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.002933 10.0.0.27 - - [2025-05-22 01:55:52] "POST /features HTTP/1.1" 200 521 0.071890 10.0.0.27 - - [2025-05-22 01:55:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.002938 10.0.0.27 - - [2025-05-22 01:55:52] "POST /features HTTP/1.1" 200 521 0.080272 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.002986 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 531 0.040452 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003720 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 521 0.018861 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.002963 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 539 0.028122 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.002802 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 525 0.017384 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.002760 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 519 0.018022 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 182 0.002923 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 517 0.028316 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.002772 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 533 0.015121 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.002940 10.0.0.27 - - [2025-05-22 01:55:53] "POST /features HTTP/1.1" 200 541 0.014144 10.0.0.27 - - [2025-05-22 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 178 0.003639 10.0.0.27 - - [2025-05-22 01:55:53] "POST /physical-roles HTTP/1.1" 200 521 0.015156 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 179 0.002732 10.0.0.27 - - [2025-05-22 01:55:54] "POST /physical-roles HTTP/1.1" 200 523 0.015534 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.002741 10.0.0.27 - - [2025-05-22 01:55:54] "POST /physical-roles HTTP/1.1" 200 533 0.015633 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 177 0.002749 10.0.0.27 - - [2025-05-22 01:55:54] "POST /physical-roles HTTP/1.1" 200 519 0.015213 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.002988 10.0.0.27 - - [2025-05-22 01:55:54] "POST /overlay-roles HTTP/1.1" 200 545 0.017449 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.002757 10.0.0.27 - - [2025-05-22 01:55:54] "POST /overlay-roles HTTP/1.1" 200 531 0.016687 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.002762 10.0.0.27 - - [2025-05-22 01:55:54] "POST /overlay-roles HTTP/1.1" 200 545 0.016645 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.003053 10.0.0.27 - - [2025-05-22 01:55:54] "POST /overlay-roles HTTP/1.1" 200 533 0.015543 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.002753 10.0.0.27 - - [2025-05-22 01:55:54] "POST /overlay-roles HTTP/1.1" 200 541 0.015210 10.0.0.27 - - [2025-05-22 01:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2025-05-22 01:55:54] "PUT /overlay-role/384c13b7-c030-414b-908e-46056c037d23 HTTP/1.1" 200 258 0.009099 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.002963 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 531 0.016137 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.002859 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 533 0.014457 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.003004 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 529 0.017246 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.002939 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 537 0.015874 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003204 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 541 0.015167 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 178 0.002741 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 519 0.015268 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003256 10.0.0.27 - - [2025-05-22 01:55:55] "POST /overlay-roles HTTP/1.1" 200 543 0.016455 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 182 0.002885 10.0.0.27 - - [2025-05-22 01:55:55] "POST /role-definitions HTTP/1.1" 200 533 0.015515 10.0.0.27 - - [2025-05-22 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.002694 10.0.0.27 - - [2025-05-22 01:55:55] "POST /role-definitions HTTP/1.1" 200 547 0.015815 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.002918 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 549 0.016157 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.002779 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 551 0.016259 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.003644 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 563 0.014943 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.002773 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 547 0.014750 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.002665 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 549 0.016794 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.002852 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 551 0.015354 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003033 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 549 0.019960 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.002831 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 561 0.015112 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.002821 10.0.0.27 - - [2025-05-22 01:55:56] "POST /role-definitions HTTP/1.1" 200 547 0.016281 10.0.0.27 - - [2025-05-22 01:55:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003688 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 549 0.015845 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.002813 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 545 0.015557 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.002996 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 547 0.016249 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.002759 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 553 0.016640 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002882 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 555 0.016447 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.002632 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 533 0.018219 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.002674 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 543 0.016212 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.002763 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 531 0.016622 10.0.0.27 - - [2025-05-22 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003026 10.0.0.27 - - [2025-05-22 01:55:57] "POST /role-definitions HTTP/1.1" 200 537 0.015803 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.002792 10.0.0.27 - - [2025-05-22 01:55:58] "POST /role-definitions HTTP/1.1" 200 547 0.014898 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.002735 10.0.0.27 - - [2025-05-22 01:55:58] "POST /role-definitions HTTP/1.1" 200 557 0.014573 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.003239 10.0.0.27 - - [2025-05-22 01:55:58] "POST /role-definitions HTTP/1.1" 200 561 0.014842 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.002583 10.0.0.27 - - [2025-05-22 01:55:58] "POST /role-definitions HTTP/1.1" 200 559 0.014607 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002738 10.0.0.27 - - [2025-05-22 01:55:58] "POST /feature-configs HTTP/1.1" 200 537 0.015051 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 212 0.004869 10.0.0.27 - - [2025-05-22 01:55:58] "GET /global-system-configs HTTP/1.1" 200 322 0.584417 10.0.0.27 - - [2025-05-22 01:55:58] "GET /global-system-configs HTTP/1.1" 200 322 0.315880 10.0.0.27 - - [2025-05-22 01:55:58] "POST /feature-configs HTTP/1.1" 200 562 0.014991 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.002714 10.0.0.27 - - [2025-05-22 01:55:58] "POST /feature-configs HTTP/1.1" 200 561 0.015257 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.002800 10.0.0.27 - - [2025-05-22 01:55:58] "POST /node-profiles HTTP/1.1" 200 547 0.039253 10.0.0.27 - - [2025-05-22 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.002782 10.0.0.27 - - [2025-05-22 01:55:58] "POST /node-profiles HTTP/1.1" 200 537 0.016563 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002979 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 549 0.014773 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.002780 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 541 0.015130 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.002651 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 541 0.014903 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.002893 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 539 0.014987 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003011 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 531 0.015431 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 185 0.002765 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 533 0.015299 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.002659 10.0.0.27 - - [2025-05-22 01:55:59] "POST /node-profiles HTTP/1.1" 200 557 0.016185 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002799 10.0.0.27 - - [2025-05-22 01:55:59] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014483 10.0.0.27 - - [2025-05-22 01:55:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002825 10.0.0.27 - - [2025-05-22 01:55:59] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016015 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003064 10.0.0.27 - - [2025-05-22 01:56:00] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014509 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.002833 10.0.0.27 - - [2025-05-22 01:56:00] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014907 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003285 10.0.0.27 - - [2025-05-22 01:56:00] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015332 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.002763 10.0.0.27 - - [2025-05-22 01:56:00] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014453 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.002720 10.0.0.27 - - [2025-05-22 01:56:00] "POST /sflow-profiles HTTP/1.1" 200 532 0.015129 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.002726 10.0.0.27 - - [2025-05-22 01:56:00] "POST /sflow-profiles HTTP/1.1" 200 538 0.014591 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.002748 10.0.0.27 - - [2025-05-22 01:56:00] "POST /sflow-profiles HTTP/1.1" 200 538 0.016153 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.002824 10.0.0.27 - - [2025-05-22 01:56:00] "POST /grpc-profiles HTTP/1.1" 200 530 0.015718 10.0.0.27 - - [2025-05-22 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.002642 10.0.0.27 - - [2025-05-22 01:56:00] "POST /snmp-profiles HTTP/1.1" 200 530 0.020048 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.003969 10.0.0.27 - - [2025-05-22 01:56:01] "POST /netconf-profiles HTTP/1.1" 200 542 0.015589 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.002729 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 540 0.015200 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.002692 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 540 0.015320 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.002731 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 544 0.014664 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.002756 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 542 0.017370 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 218 0.002897 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 590 0.016854 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.002875 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 570 0.019414 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.003570 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 620 0.016997 10.0.0.27 - - [2025-05-22 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002764 10.0.0.27 - - [2025-05-22 01:56:01] "POST /device-functional-groups HTTP/1.1" 200 566 0.015342 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.003025 10.0.0.27 - - [2025-05-22 01:56:02] "POST /device-functional-groups HTTP/1.1" 200 564 0.015260 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.002848 10.0.0.27 - - [2025-05-22 01:56:02] "POST /device-functional-groups HTTP/1.1" 200 574 0.017226 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.002972 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 525 0.017133 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003705 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 520 0.015813 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003015 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 522 0.015568 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003075 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 522 0.015468 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.002970 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 526 0.016544 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.002695 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 521 0.016819 10.0.0.27 - - [2025-05-22 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003019 10.0.0.27 - - [2025-05-22 01:56:02] "POST /role-configs HTTP/1.1" 200 517 0.015419 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002853 10.0.0.27 - - [2025-05-22 01:56:03] "POST /role-configs HTTP/1.1" 200 518 0.019716 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-05-22 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2025-05-22 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.009246 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-05-22 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-05-22 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.27 - - [2025-05-22 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-05-22 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.008889 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.009327 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.011167 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.008355 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2025-05-22 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.006972 10.0.0.27 - - [2025-05-22 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.006514 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.006800 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.006782 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.007811 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-05-22 01:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-05-22 01:56:05] "POST /ref-update HTTP/1.1" 200 156 0.009305 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-05-22 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.007168 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.27 - - [2025-05-22 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.007356 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-05-22 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.007312 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-05-22 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.007021 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-05-22 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2025-05-22 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.27 - - [2025-05-22 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.008068 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.007213 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.007088 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-05-22 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.006856 10.0.0.27 - - [2025-05-22 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.007171 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.006277 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.007130 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.007296 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-05-22 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-05-22 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.007047 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-05-22 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.006874 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.27 - - [2025-05-22 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.006634 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.27 - - [2025-05-22 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.006647 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2025-05-22 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-05-22 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.006582 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-05-22 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.006521 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-05-22 01:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.006527 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.006740 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.007290 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.007727 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.007023 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.27 - - [2025-05-22 01:56:10] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.27 - - [2025-05-22 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.007054 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.007557 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.006956 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.006898 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.006936 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-05-22 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-05-22 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.27 - - [2025-05-22 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.007267 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.27 - - [2025-05-22 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.007417 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-05-22 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.006694 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-05-22 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.006762 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2025-05-22 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2025-05-22 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.007503 10.0.0.27 - - [2025-05-22 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.007519 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013022 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.006632 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.007086 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.007123 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.007176 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-05-22 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-05-22 01:56:13] "POST /ref-update HTTP/1.1" 200 156 0.006330 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-05-22 01:56:14] "POST /ref-update HTTP/1.1" 200 156 0.006764 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2025-05-22 01:56:14] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.27 - - [2025-05-22 01:56:14] "POST /ref-update HTTP/1.1" 200 156 0.007556 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.27 - - [2025-05-22 01:56:14] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-05-22 01:56:14] "POST /ref-update HTTP/1.1" 200 156 0.007934 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.27 - - [2025-05-22 01:56:14] "POST /ref-update HTTP/1.1" 200 156 0.006985 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.27 - - [2025-05-22 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.006793 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.008378 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.006843 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.007311 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.007343 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.006986 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.27 - - [2025-05-22 01:56:15] "POST /ref-update HTTP/1.1" 200 156 0.007081 10.0.0.27 - - [2025-05-22 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.006820 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.007127 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.007006 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.006573 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.008114 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.006982 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2025-05-22 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2025-05-22 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.007826 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.27 - - [2025-05-22 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.006803 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-05-22 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.006695 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-05-22 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-05-22 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.006989 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2025-05-22 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.007012 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.27 - - [2025-05-22 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-05-22 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.007085 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.006576 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.007512 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.006372 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-05-22 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2025-05-22 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.009151 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2025-05-22 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.007140 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.27 - - [2025-05-22 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.006597 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.27 - - [2025-05-22 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-05-22 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.007080 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-05-22 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.007589 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-05-22 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-05-22 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.007521 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.007781 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.007210 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.006553 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-05-22 01:56:20] "POST /ref-update HTTP/1.1" 200 156 0.006592 10.0.0.27 - - [2025-05-22 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.008074 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.007592 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.006948 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.007272 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.006522 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-05-22 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-05-22 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.006921 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.27 - - [2025-05-22 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.030452 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.27 - - [2025-05-22 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-05-22 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.008655 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-05-22 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2025-05-22 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.030727 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-05-22 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.006483 10.0.0.27 - - [2025-05-22 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.016552 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.009354 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.007817 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-05-22 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.27 - - [2025-05-22 01:56:23] "POST /ref-update HTTP/1.1" 200 156 0.007317 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-05-22 01:56:24] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.007188 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.021456 10.0.0.27 - - [2025-05-22 01:56:24] "GET /routing-instance/0b8886d9-a9f9-44f0-9053-eea46736757f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003525 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.27 - - [2025-05-22 01:56:24] "POST /bgp-routers HTTP/1.1" 200 620 0.021346 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.007076 10.0.0.27 - - [2025-05-22 01:56:24] "GET /bgp-router/ea8300c2-eded-479a-b20d-91f7a8a60b8d?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.004541 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002057 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.27 - - [2025-05-22 01:56:24] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005135 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.007435 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.27 - - [2025-05-22 01:56:24] "POST /ref-update HTTP/1.1" 200 156 0.008278 10.0.0.27 - - [2025-05-22 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.006754 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.006622 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.007903 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.007930 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.006962 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.007177 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-05-22 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-05-22 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.006397 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-05-22 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.006929 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.27 - - [2025-05-22 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.006777 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2025-05-22 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.006888 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.27 - - [2025-05-22 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.007120 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-05-22 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-05-22 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-05-22 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.008306 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.007506 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.007128 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.008283 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.008767 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-05-22 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.006925 10.0.0.27 - - [2025-05-22 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.006948 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.006905 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.007617 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.006698 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.27 - - [2025-05-22 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-05-22 01:56:28] "POST /ref-update HTTP/1.1" 200 156 0.006824 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2025-05-22 01:56:29] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-05-22 01:56:29] "POST /ref-update HTTP/1.1" 200 156 0.006749 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2025-05-22 01:56:29] "POST /ref-update HTTP/1.1" 200 156 0.009937 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-05-22 01:56:29] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.27 - - [2025-05-22 01:56:29] "POST /ref-update HTTP/1.1" 200 156 0.008757 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-05-22 01:56:29] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.27 - - [2025-05-22 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.007569 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.007981 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.006602 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2025-05-22 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-05-22 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.009832 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2025-05-22 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.008437 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2025-05-22 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007901 10.0.0.27 - - [2025-05-22 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.010831 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2025-05-22 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-05-22 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.012645 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2025-05-22 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.009821 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2025-05-22 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.009999 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.010488 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-05-22 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.011303 10.0.0.27 - - [2025-05-22 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2025-05-22 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.010551 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-05-22 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.009219 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.27 - - [2025-05-22 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-05-22 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.009270 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2025-05-22 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.009954 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-05-22 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.008779 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2025-05-22 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.012855 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.009004 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.011179 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.011764 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585 10.0.0.27 - - [2025-05-22 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-05-22 01:56:34] "POST /ref-update HTTP/1.1" 200 156 0.012475 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.27 - - [2025-05-22 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.009611 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2025-05-22 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-05-22 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.008687 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.27 - - [2025-05-22 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2025-05-22 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.009154 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2025-05-22 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.010523 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2025-05-22 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.007928 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.008405 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.013142 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.008018 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-05-22 01:56:36] "POST /ref-update HTTP/1.1" 200 156 0.009342 10.0.0.27 - - [2025-05-22 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.008710 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.009656 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.007546 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.009617 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.009134 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-05-22 01:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-05-22 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2025-05-22 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.007216 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-05-22 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-05-22 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.007222 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-05-22 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2025-05-22 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.006805 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2025-05-22 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.008943 10.0.0.27 - - [2025-05-22 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.006397 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.007096 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.008685 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-05-22 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.27 - - [2025-05-22 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.008405 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2025-05-22 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-05-22 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2025-05-22 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.009009 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2025-05-22 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2025-05-22 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-05-22 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2025-05-22 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.011161 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.007094 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.007326 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.27 - - [2025-05-22 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.007508 10.0.0.27 - - [2025-05-22 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.27 - - [2025-05-22 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.008907 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-05-22 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.007038 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-05-22 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.007066 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.27 - - [2025-05-22 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.008889 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.27 - - [2025-05-22 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.008028 10.0.0.27 - - [2025-05-22 01:56:42] "POST /network-ipams HTTP/1.1" 200 550 0.016150 10.0.0.27 - - [2025-05-22 01:56:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005008 10.0.0.27 - - [2025-05-22 01:56:42] "POST /virtual-networks HTTP/1.1" 200 552 0.102848 10.0.0.27 - - [2025-05-22 01:56:42] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002394 10.0.0.27 - - [2025-05-22 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.002908 10.0.0.27 - - [2025-05-22 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.002654 10.0.0.27 - - [2025-05-22 01:56:43] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002642 10.0.0.27 - - [2025-05-22 01:56:43] "GET /fabric/8462ef9d-a095-47be-a268-cb0fa486b8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004114 10.0.0.27 - - [2025-05-22 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.002614 10.0.0.27 - - [2025-05-22 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003142 10.0.0.27 - - [2025-05-22 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002802 10.0.0.27 - - [2025-05-22 01:56:43] "POST /route-targets HTTP/1.1" 200 327 0.015952 10.0.0.27 - - [2025-05-22 01:56:43] "POST /ref-update HTTP/1.1" 200 156 0.011520 10.0.0.27 - - [2025-05-22 01:56:54] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.27 - - [2025-05-22 01:56:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.27 - - [2025-05-22 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.023695 10.0.0.27 - - [2025-05-22 01:56:54] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006835 10.0.0.27 - - [2025-05-22 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003423 10.0.0.27 - - [2025-05-22 01:56:54] "POST /database-nodes HTTP/1.1" 200 603 0.019829 10.0.0.27 - - [2025-05-22 01:57:24] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.27 - - [2025-05-22 01:57:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-05-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.022572 10.0.0.27 - - [2025-05-22 01:57:25] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006020 10.0.0.27 - - [2025-05-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003514 10.0.0.27 - - [2025-05-22 01:57:25] "POST /analytics-nodes HTTP/1.1" 200 605 0.014557 10.0.0.27 - - [2025-05-22 01:57:30] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.27 - - [2025-05-22 01:57:38] "GET / HTTP/1.1" 200 35931 0.001468 10.0.0.27 - - [2025-05-22 01:57:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-05-22 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.022762 10.0.0.27 - - [2025-05-22 01:57:38] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009910 10.0.0.27 - - [2025-05-22 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.002885 10.0.0.27 - - [2025-05-22 01:57:38] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022172 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.27 - - [2025-05-22 01:57:44] "GET /obj-perms HTTP/1.1" 200 5056 0.416085 10.0.0.27 - - [2025-05-22 01:57:44] "GET /obj-perms HTTP/1.1" 200 5056 0.046264 10.0.0.27 - - [2025-05-22 01:57:46] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.27 - - [2025-05-22 01:57:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-05-22 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.024173 10.0.0.27 - - [2025-05-22 01:57:46] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005440 10.0.0.27 - - [2025-05-22 01:57:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002751 10.0.0.27 - - [2025-05-22 01:57:46] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.015243 10.0.0.27 - - [2025-05-22 01:58:44] "GET /obj-perms HTTP/1.1" 200 5056 0.045526 10.0.0.27 - - [2025-05-22 01:58:45] "GET /obj-perms HTTP/1.1" 200 5056 0.038579 10.0.0.27 - - [2025-05-22 01:59:14] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.27 - - [2025-05-22 01:59:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-05-22 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025332 10.0.0.27 - - [2025-05-22 01:59:15] "GET /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006656 10.0.0.27 - - [2025-05-22 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2025-05-22 01:59:15] "GET /routing-instance/0b8886d9-a9f9-44f0-9053-eea46736757f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004489 10.0.0.27 - - [2025-05-22 01:59:15] "PUT /global-system-config/d8c60391-d626-4096-a697-9eab3ee580e0 HTTP/1.1" 200 274 0.009826 10.0.0.27 - - [2025-05-22 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 218 0.002620 10.0.0.27 - - [2025-05-22 01:59:15] "POST /virtual-routers HTTP/1.1" 200 603 0.016830 10.0.0.27 - - [2025-05-22 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.27 - - [2025-05-22 01:59:15] "GET /virtual-router/c1a1e676-2707-4020-8026-009a89b09d28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005041 10.0.0.27 - - [2025-05-22 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.002673 10.0.0.27 - - [2025-05-22 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-05-22 01:59:15] "GET /virtual-network/101bc3b9-7fc1-4253-a58f-66e54197852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005151 10.0.0.27 - - [2025-05-22 01:59:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.078504 10.0.0.27 - - [2025-05-22 01:59:16] "PUT /access-control-list/a4455679-b65a-458e-af85-53a457e0ab51 HTTP/1.1" 200 272 0.011781 [Introspect:8084]10.0.0.27 - - [2025-05-22 01:59:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000894 [Introspect:8084]10.0.0.27 - - [2025-05-22 01:59:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000875 [Introspect:8084]10.0.0.27 - - [2025-05-22 01:59:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000850 [Introspect:8084]10.0.0.27 - - [2025-05-22 01:59:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000929 10.0.0.27 - - [2025-05-22 01:59:45] "GET /obj-perms HTTP/1.1" 200 5056 0.040337 10.0.0.27 - - [2025-05-22 01:59:45] "GET /obj-perms HTTP/1.1" 200 5056 0.043544 10.0.0.27 - - [2025-05-22 02:00:09] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.27 - - [2025-05-22 02:00:11] "GET /project/53e74a42-c6a7-4751-b920-64d55609feba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2025-05-22 02:00:11] "GET /projects?obj_uuids=53e74a42-c6a7-4751-b920-64d55609feba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002469 10.0.0.27 - - [2025-05-22 02:00:11] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2025-05-22 02:00:11] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047156 10.0.0.27 - - [2025-05-22 02:00:11] "POST /id-to-fqname HTTP/1.1" 200 167 0.001595 10.0.0.27 - - [2025-05-22 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 176 0.002459 10.0.0.27 - - [2025-05-22 02:00:11] "POST /security-groups HTTP/1.1" 200 568 0.064103 10.0.0.27 - - [2025-05-22 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002454 10.0.0.27 - - [2025-05-22 02:00:11] "POST /projects HTTP/1.1" 200 539 0.227039 10.0.0.27 - - [2025-05-22 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.296049 10.0.0.27 - - [2025-05-22 02:00:11] "POST /access-control-lists HTTP/1.1" 200 573 0.058318 10.0.0.27 - - [2025-05-22 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.002611 10.0.0.27 - - [2025-05-22 02:00:11] "GET /project/53e74a42-c6a7-4751-b920-64d55609feba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.453115 10.0.0.27 - - [2025-05-22 02:00:11] "POST /access-control-lists HTTP/1.1" 200 571 0.060201 [Introspect:8084]10.0.0.27 - - [2025-05-22 02:00:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001302 10.0.0.27 - - [2025-05-22 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.021272 10.0.0.27 - - [2025-05-22 02:00:12] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003137 10.0.0.27 - - [2025-05-22 02:00:12] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.27 - - [2025-05-22 02:00:12] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007687 10.0.0.27 - - [2025-05-22 02:00:12] "POST /id-to-fqname HTTP/1.1" 200 201 0.001258 10.0.0.27 - - [2025-05-22 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.003283 10.0.0.27 - - [2025-05-22 02:00:12] "POST /security-groups HTTP/1.1" 200 602 0.066681 10.0.0.27 - - [2025-05-22 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.002356 10.0.0.27 - - [2025-05-22 02:00:13] "POST /projects HTTP/1.1" 200 607 0.231794 10.0.0.27 - - [2025-05-22 02:00:13] "POST /access-control-lists HTTP/1.1" 200 607 0.057726 10.0.0.27 - - [2025-05-22 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.303717 10.0.0.27 - - [2025-05-22 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 244 0.002766 10.0.0.27 - - [2025-05-22 02:00:13] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.432564 10.0.0.27 - - [2025-05-22 02:00:13] "POST /access-control-lists HTTP/1.1" 200 605 0.063422 10.0.0.27 - - [2025-05-22 02:00:14] "GET / HTTP/1.1" 200 35931 0.002094 10.0.0.27 - - [2025-05-22 02:00:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2025-05-22 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.045527 10.0.0.27 - - [2025-05-22 02:00:15] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.27 - - [2025-05-22 02:00:15] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.024347 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/network HTTP/1.1" 200 117 0.033950 10.0.0.27 - - [2025-05-22 02:00:15] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001036 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/network HTTP/1.1" 200 620 0.061003 10.0.0.27 - - [2025-05-22 02:00:15] "POST /route-targets HTTP/1.1" 200 327 0.010508 10.0.0.27 - - [2025-05-22 02:00:15] "POST /ref-update HTTP/1.1" 200 156 0.018083 10.0.0.27 - - [2025-05-22 02:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004852 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.156395 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/network HTTP/1.1" 200 838 0.004915 10.0.0.27 - - [2025-05-22 02:00:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001061 10.0.0.27 - - [2025-05-22 02:00:15] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005783 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/network HTTP/1.1" 200 838 0.005211 10.0.0.27 - - [2025-05-22 02:00:15] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004452 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/network HTTP/1.1" 200 838 0.005141 10.0.0.27 - - [2025-05-22 02:00:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.006578 10.0.0.27 - - [2025-05-22 02:00:15] "GET /domains HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-05-22 02:00:16] "GET /domains HTTP/1.1" 200 280 0.021967 10.0.0.27 - - [2025-05-22 02:00:16] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.27 - - [2025-05-22 02:00:16] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2585 0.015493 10.0.0.27 - - [2025-05-22 02:00:16] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001346 10.0.0.27 - - [2025-05-22 02:00:16] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b HTTP/1.1" 200 2168 0.066339 10.0.0.27 - - [2025-05-22 02:00:16] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7 HTTP/1.1" 200 2340 0.005204 10.0.0.27 - - [2025-05-22 02:00:16] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7 HTTP/1.1" 200 2340 0.004135 10.0.0.27 - - [2025-05-22 02:00:16] "GET /routing-instance/297c4c56-ceca-415d-b5d9-710ca8c0fcbe HTTP/1.1" 200 1494 0.002872 10.0.0.27 - - [2025-05-22 02:00:16] "GET /routing-instance/297c4c56-ceca-415d-b5d9-710ca8c0fcbe HTTP/1.1" 200 1494 0.002475 10.0.0.27 - - [2025-05-22 02:00:16] "GET /route-target/37bd3dcd-e1ba-4558-b566-6a2149b2a73e HTTP/1.1" 200 1219 0.002313 10.0.0.27 - - [2025-05-22 02:00:16] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7 HTTP/1.1" 200 2340 0.004180 10.0.0.27 - - [2025-05-22 02:00:16] "GET /routing-instance/297c4c56-ceca-415d-b5d9-710ca8c0fcbe HTTP/1.1" 200 1494 0.002766 10.0.0.27 - - [2025-05-22 02:00:16] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004014 10.0.0.27 - - [2025-05-22 02:00:16] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7 HTTP/1.1" 200 2340 0.004394 10.0.0.27 - - [2025-05-22 02:00:16] "GET /routing-instance/297c4c56-ceca-415d-b5d9-710ca8c0fcbe HTTP/1.1" 200 1494 0.002621 10.0.0.27 - - [2025-05-22 02:00:16] "GET /routing-instance/297c4c56-ceca-415d-b5d9-710ca8c0fcbe HTTP/1.1" 200 1494 0.002477 10.0.0.27 - - [2025-05-22 02:00:16] "GET /route-target/37bd3dcd-e1ba-4558-b566-6a2149b2a73e HTTP/1.1" 200 1219 0.002144 10.0.0.27 - - [2025-05-22 02:00:16] "GET /domains HTTP/1.1" 200 280 0.002061 10.0.0.27 - - [2025-05-22 02:00:16] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.27 - - [2025-05-22 02:00:16] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2585 0.006224 10.0.0.27 - - [2025-05-22 02:00:16] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001175 10.0.0.27 - - [2025-05-22 02:00:16] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b HTTP/1.1" 200 2168 0.070044 10.0.0.27 - - [2025-05-22 02:00:16] "GET /virtual-network/ad01ebc1-2ae1-4738-aca6-87609c9d04a7 HTTP/1.1" 200 2340 0.004236 10.0.0.27 - - [2025-05-22 02:00:16] "GET /obj-perms HTTP/1.1" 200 5052 0.042464 10.0.0.27 - - [2025-05-22 02:00:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001274 10.0.0.27 - - [2025-05-22 02:00:18] "POST /neutron/network HTTP/1.1" 200 848 0.005624 10.0.0.27 - - [2025-05-22 02:00:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-05-22 02:00:18] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.27 - - [2025-05-22 02:00:18] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-05-22 02:00:18] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001060 10.0.0.27 - - [2025-05-22 02:00:18] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.053588 10.0.0.27 - - [2025-05-22 02:00:19] "POST /neutron/network HTTP/1.1" 200 838 0.025646 10.0.0.27 - - [2025-05-22 02:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.005589 10.0.0.27 - - [2025-05-22 02:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.005866 10.0.0.27 - - [2025-05-22 02:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.007686 10.0.0.27 - - [2025-05-22 02:00:20] "POST /neutron/network HTTP/1.1" 200 848 0.005341 10.0.0.27 - - [2025-05-22 02:00:20] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.27 - - [2025-05-22 02:00:20] "POST /neutron/port HTTP/1.1" 200 1070 0.210978 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/port HTTP/1.1" 200 1070 0.033950 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/port HTTP/1.1" 200 1070 0.009256 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/port HTTP/1.1" 200 1124 0.056988 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/port HTTP/1.1" 200 1098 0.012808 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002853 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.008171 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.27 - - [2025-05-22 02:00:21] "POST /neutron/network HTTP/1.1" 200 838 0.005208 10.0.0.27 - - [2025-05-22 02:00:24] "POST /neutron/port HTTP/1.1" 200 1098 0.015794 10.0.0.27 - - [2025-05-22 02:00:24] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006171 10.0.0.27 - - [2025-05-22 02:00:24] "GET /obj-perms HTTP/1.1" 200 5052 0.003070 10.0.0.27 - - [2025-05-22 02:00:25] "GET /obj-perms HTTP/1.1" 200 5052 0.003331 10.0.0.27 - - [2025-05-22 02:00:26] "GET /obj-perms HTTP/1.1" 200 5052 0.003459 10.0.0.27 - - [2025-05-22 02:00:27] "GET /obj-perms HTTP/1.1" 200 5052 0.003508 10.0.0.27 - - [2025-05-22 02:00:28] "GET /obj-perms HTTP/1.1" 200 5052 0.003698 10.0.0.27 - - [2025-05-22 02:00:30] "POST /neutron/network HTTP/1.1" 200 838 0.005438 10.0.0.27 - - [2025-05-22 02:00:30] "POST /neutron/network HTTP/1.1" 400 204 0.010777 10.0.0.27 - - [2025-05-22 02:00:30] "POST /neutron/port HTTP/1.1" 200 1098 0.013986 10.0.0.27 - - [2025-05-22 02:00:30] "POST /neutron/port HTTP/1.1" 200 1124 0.009222 10.0.0.27 - - [2025-05-22 02:00:30] "POST /neutron/port HTTP/1.1" 200 151 0.098250 10.0.0.27 - - [2025-05-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 838 0.005701 10.0.0.27 - - [2025-05-22 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-05-22 02:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001985 10.0.0.27 - - [2025-05-22 02:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.27 - - [2025-05-22 02:00:32] "POST /neutron/network HTTP/1.1" 200 151 0.076984 10.0.0.27 - - [2025-05-22 02:00:32] "DELETE /route-target/37bd3dcd-e1ba-4558-b566-6a2149b2a73e HTTP/1.1" 200 115 0.018176 10.0.0.27 - - [2025-05-22 02:00:32] "GET /routing-instance/297c4c56-ceca-415d-b5d9-710ca8c0fcbe HTTP/1.1" 404 171 0.005222 10.0.0.27 - - [2025-05-22 02:00:32] "GET /domains HTTP/1.1" 200 280 0.001931 10.0.0.27 - - [2025-05-22 02:00:32] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.27 - - [2025-05-22 02:00:32] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2585 0.049233 10.0.0.27 - - [2025-05-22 02:00:32] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.27 - - [2025-05-22 02:00:32] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b HTTP/1.1" 200 1918 0.064503 10.0.0.27 - - [2025-05-22 02:00:32] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.27 - - [2025-05-22 02:00:32] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.022621 10.0.0.27 - - [2025-05-22 02:00:32] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001017 10.0.0.27 - - [2025-05-22 02:00:32] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?fields=virtual_networks HTTP/1.1" 200 1054 0.070197 10.0.0.27 - - [2025-05-22 02:00:32] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.27 - - [2025-05-22 02:00:32] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.026216 10.0.0.27 - - [2025-05-22 02:00:32] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.27 - - [2025-05-22 02:00:32] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?fields=security_groups HTTP/1.1" 200 1291 0.041193 10.0.0.27 - - [2025-05-22 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.022594 10.0.0.27 - - [2025-05-22 02:00:33] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002238 10.0.0.27 - - [2025-05-22 02:00:33] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.27 - - [2025-05-22 02:00:33] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008115 10.0.0.27 - - [2025-05-22 02:00:33] "POST /id-to-fqname HTTP/1.1" 200 202 0.001179 10.0.0.27 - - [2025-05-22 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.002240 10.0.0.27 - - [2025-05-22 02:00:33] "POST /security-groups HTTP/1.1" 200 603 0.059608 10.0.0.27 - - [2025-05-22 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 246 0.002452 10.0.0.27 - - [2025-05-22 02:00:33] "POST /projects HTTP/1.1" 200 609 0.203521 10.0.0.27 - - [2025-05-22 02:00:33] "POST /access-control-lists HTTP/1.1" 200 608 0.059060 10.0.0.27 - - [2025-05-22 02:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.270164 10.0.0.27 - - [2025-05-22 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002717 10.0.0.27 - - [2025-05-22 02:00:33] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.383305 10.0.0.27 - - [2025-05-22 02:00:34] "POST /access-control-lists HTTP/1.1" 200 606 0.055603 10.0.0.27 - - [2025-05-22 02:00:34] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.27 - - [2025-05-22 02:00:35] "GET /projects?obj_uuids=53e74a42-c6a7-4751-b920-64d55609feba&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001022 10.0.0.27 - - [2025-05-22 02:00:35] "GET /project/53e74a42-c6a7-4751-b920-64d55609feba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.026417 10.0.0.27 - - [2025-05-22 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.27 - - [2025-05-22 02:00:35] "GET /security-group/d33b4563-161c-4337-a8cf-8272469aadee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004196 10.0.0.27 - - [2025-05-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2025-05-22 02:00:36] "GET /projects?obj_uuids=53e74a42-c6a7-4751-b920-64d55609feba&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001073 10.0.0.27 - - [2025-05-22 02:00:36] "GET /project/53e74a42-c6a7-4751-b920-64d55609feba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.026119 10.0.0.27 - - [2025-05-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2025-05-22 02:00:36] "GET /security-group/d33b4563-161c-4337-a8cf-8272469aadee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003666 10.0.0.27 - - [2025-05-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2025-05-22 02:00:36] "PUT /security-group/d33b4563-161c-4337-a8cf-8272469aadee HTTP/1.1" 200 262 0.013009 10.0.0.27 - - [2025-05-22 02:00:36] "PUT /access-control-list/ee4e78f2-b3a6-406a-9c50-1e24e8f693f7 HTTP/1.1" 200 272 0.007894 10.0.0.27 - - [2025-05-22 02:00:36] "PUT /access-control-list/2f36e012-ceae-4230-8d85-087343448286 HTTP/1.1" 200 272 0.016509 10.0.0.27 - - [2025-05-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2025-05-22 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.051877 10.0.0.27 - - [2025-05-22 02:00:36] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.27 - - [2025-05-22 02:00:36] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.028682 10.0.0.27 - - [2025-05-22 02:00:36] "POST /neutron/network HTTP/1.1" 200 117 0.028480 10.0.0.27 - - [2025-05-22 02:00:36] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.27 - - [2025-05-22 02:00:37] "POST /neutron/network HTTP/1.1" 200 619 0.065518 10.0.0.27 - - [2025-05-22 02:00:37] "POST /route-targets HTTP/1.1" 200 327 0.009010 10.0.0.27 - - [2025-05-22 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.012246 10.0.0.27 - - [2025-05-22 02:00:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003344 10.0.0.27 - - [2025-05-22 02:00:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.170783 10.0.0.27 - - [2025-05-22 02:00:37] "POST /neutron/network HTTP/1.1" 200 836 0.004861 10.0.0.27 - - [2025-05-22 02:00:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001131 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004767 10.0.0.27 - - [2025-05-22 02:00:37] "POST /neutron/network HTTP/1.1" 200 836 0.005033 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004485 10.0.0.27 - - [2025-05-22 02:00:37] "POST /neutron/network HTTP/1.1" 200 836 0.005515 10.0.0.27 - - [2025-05-22 02:00:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.006400 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domains HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domains HTTP/1.1" 200 280 0.023223 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2783 0.008692 10.0.0.27 - - [2025-05-22 02:00:37] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.27 - - [2025-05-22 02:00:37] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 2174 0.066689 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 2335 0.005347 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 2335 0.004487 10.0.0.27 - - [2025-05-22 02:00:37] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e HTTP/1.1" 200 1492 0.004065 10.0.0.27 - - [2025-05-22 02:00:37] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e HTTP/1.1" 200 1492 0.003023 10.0.0.27 - - [2025-05-22 02:00:37] "GET /route-target/4715667d-d9b3-4b39-9e0b-a2a3943c9a6e HTTP/1.1" 200 1218 0.002864 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 2335 0.004365 10.0.0.27 - - [2025-05-22 02:00:37] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e HTTP/1.1" 200 1492 0.003453 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004658 10.0.0.27 - - [2025-05-22 02:00:37] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 2335 0.004870 10.0.0.27 - - [2025-05-22 02:00:37] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e HTTP/1.1" 200 1492 0.003207 10.0.0.27 - - [2025-05-22 02:00:37] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e HTTP/1.1" 200 1492 0.003171 10.0.0.27 - - [2025-05-22 02:00:37] "GET /route-target/4715667d-d9b3-4b39-9e0b-a2a3943c9a6e HTTP/1.1" 200 1218 0.002799 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domains HTTP/1.1" 200 280 0.002699 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.27 - - [2025-05-22 02:00:37] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2783 0.006456 10.0.0.27 - - [2025-05-22 02:00:37] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002271 10.0.0.27 - - [2025-05-22 02:00:37] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 2174 0.065122 10.0.0.27 - - [2025-05-22 02:00:38] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 2335 0.004906 10.0.0.27 - - [2025-05-22 02:00:38] "GET /obj-perms HTTP/1.1" 200 5054 0.043640 10.0.0.27 - - [2025-05-22 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.27 - - [2025-05-22 02:00:38] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.27 - - [2025-05-22 02:00:38] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027479 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/network HTTP/1.1" 200 117 0.009355 10.0.0.27 - - [2025-05-22 02:00:38] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/network HTTP/1.1" 200 619 0.075523 10.0.0.27 - - [2025-05-22 02:00:38] "POST /route-targets HTTP/1.1" 200 327 0.011121 10.0.0.27 - - [2025-05-22 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.011858 10.0.0.27 - - [2025-05-22 02:00:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001957 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.141505 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/network HTTP/1.1" 200 839 0.005662 10.0.0.27 - - [2025-05-22 02:00:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001316 10.0.0.27 - - [2025-05-22 02:00:38] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005241 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/network HTTP/1.1" 200 839 0.005514 10.0.0.27 - - [2025-05-22 02:00:38] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004414 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/network HTTP/1.1" 200 839 0.005485 10.0.0.27 - - [2025-05-22 02:00:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.006604 10.0.0.27 - - [2025-05-22 02:00:38] "GET /domains HTTP/1.1" 200 280 0.002474 10.0.0.27 - - [2025-05-22 02:00:38] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.27 - - [2025-05-22 02:00:38] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2783 0.008162 10.0.0.27 - - [2025-05-22 02:00:38] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.27 - - [2025-05-22 02:00:38] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 2402 0.066818 10.0.0.27 - - [2025-05-22 02:00:38] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb HTTP/1.1" 200 2343 0.005928 10.0.0.27 - - [2025-05-22 02:00:38] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb HTTP/1.1" 200 2343 0.004552 10.0.0.27 - - [2025-05-22 02:00:39] "GET /routing-instance/e4a113d7-96d3-44a9-bac5-d453bbe53223 HTTP/1.1" 200 1492 0.003685 10.0.0.27 - - [2025-05-22 02:00:39] "GET /routing-instance/e4a113d7-96d3-44a9-bac5-d453bbe53223 HTTP/1.1" 200 1492 0.003027 10.0.0.27 - - [2025-05-22 02:00:39] "GET /route-target/08a22e96-497b-4ac1-b41c-c4912ac78d45 HTTP/1.1" 200 1217 0.002732 10.0.0.27 - - [2025-05-22 02:00:39] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb HTTP/1.1" 200 2343 0.004297 10.0.0.27 - - [2025-05-22 02:00:39] "GET /routing-instance/e4a113d7-96d3-44a9-bac5-d453bbe53223 HTTP/1.1" 200 1492 0.002799 10.0.0.27 - - [2025-05-22 02:00:39] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004077 10.0.0.27 - - [2025-05-22 02:00:39] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb HTTP/1.1" 200 2343 0.005495 10.0.0.27 - - [2025-05-22 02:00:39] "GET /routing-instance/e4a113d7-96d3-44a9-bac5-d453bbe53223 HTTP/1.1" 200 1492 0.002771 10.0.0.27 - - [2025-05-22 02:00:39] "GET /routing-instance/e4a113d7-96d3-44a9-bac5-d453bbe53223 HTTP/1.1" 200 1492 0.002953 10.0.0.27 - - [2025-05-22 02:00:39] "GET /route-target/08a22e96-497b-4ac1-b41c-c4912ac78d45 HTTP/1.1" 200 1217 0.002638 10.0.0.27 - - [2025-05-22 02:00:39] "GET /domains HTTP/1.1" 200 280 0.002078 10.0.0.27 - - [2025-05-22 02:00:39] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.27 - - [2025-05-22 02:00:39] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2783 0.006151 10.0.0.27 - - [2025-05-22 02:00:39] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.27 - - [2025-05-22 02:00:39] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 2402 0.071441 10.0.0.27 - - [2025-05-22 02:00:39] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb HTTP/1.1" 200 2343 0.004563 10.0.0.27 - - [2025-05-22 02:00:39] "GET /obj-perms HTTP/1.1" 200 5054 0.003296 10.0.0.27 - - [2025-05-22 02:00:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001236 10.0.0.27 - - [2025-05-22 02:00:39] "POST /neutron/network HTTP/1.1" 200 849 0.005212 10.0.0.27 - - [2025-05-22 02:00:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-05-22 02:00:39] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.27 - - [2025-05-22 02:00:39] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-05-22 02:00:40] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.020546 10.0.0.27 - - [2025-05-22 02:00:40] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064000 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 839 0.004734 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 117 0.004548 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 117 0.004432 10.0.0.27 - - [2025-05-22 02:00:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001206 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 117 0.005628 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 846 0.005249 10.0.0.27 - - [2025-05-22 02:00:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/network HTTP/1.1" 200 849 0.008836 10.0.0.27 - - [2025-05-22 02:00:40] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.27 - - [2025-05-22 02:00:40] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.27 - - [2025-05-22 02:00:40] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 1073 0.230664 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 1073 0.009514 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 1073 0.008050 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 1127 0.060760 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 1101 0.012482 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002917 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.008408 10.0.0.27 - - [2025-05-22 02:00:40] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/network HTTP/1.1" 200 839 0.005262 10.0.0.27 - - [2025-05-22 02:00:41] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.27 - - [2025-05-22 02:00:41] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047235 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/network HTTP/1.1" 200 836 0.005653 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 1101 0.017919 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007252 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.27 - - [2025-05-22 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.27 - - [2025-05-22 02:00:41] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001292 10.0.0.27 - - [2025-05-22 02:00:41] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026444 10.0.0.27 - - [2025-05-22 02:00:41] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005106 10.0.0.27 - - [2025-05-22 02:00:41] "GET /floating-ip-pools?parent_id=c4e73955-547d-4322-a36f-f35d847f9440&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002739 10.0.0.27 - - [2025-05-22 02:00:41] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004941 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/network HTTP/1.1" 200 846 0.011976 10.0.0.27 - - [2025-05-22 02:00:41] "POST /floating-ip-pools HTTP/1.1" 200 609 0.032624 10.0.0.27 - - [2025-05-22 02:00:41] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.27 - - [2025-05-22 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.025369 10.0.0.27 - - [2025-05-22 02:00:41] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.034416 10.0.0.27 - - [2025-05-22 02:00:41] "GET /domains HTTP/1.1" 200 280 0.006219 10.0.0.27 - - [2025-05-22 02:00:41] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.27 - - [2025-05-22 02:00:41] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2783 0.022161 10.0.0.27 - - [2025-05-22 02:00:41] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.27 - - [2025-05-22 02:00:41] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 3244 0.092557 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 1070 0.330307 10.0.0.27 - - [2025-05-22 02:00:41] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 3147 0.011718 10.0.0.27 - - [2025-05-22 02:00:41] "GET /floating-ip-pool/03c64145-f99b-4f32-a00f-daaedf4522df HTTP/1.1" 200 1440 0.004656 10.0.0.27 - - [2025-05-22 02:00:41] "GET /domains HTTP/1.1" 200 280 0.007764 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 1070 0.019464 10.0.0.27 - - [2025-05-22 02:00:41] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.27 - - [2025-05-22 02:00:41] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2783 0.009576 10.0.0.27 - - [2025-05-22 02:00:41] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001363 10.0.0.27 - - [2025-05-22 02:00:41] "POST /neutron/port HTTP/1.1" 200 1070 0.018099 10.0.0.27 - - [2025-05-22 02:00:42] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 3244 0.134828 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1124 0.129298 10.0.0.27 - - [2025-05-22 02:00:42] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440 HTTP/1.1" 200 3147 0.006006 10.0.0.27 - - [2025-05-22 02:00:42] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009450 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /project/53e74a42c6a74751b92064d55609feba HTTP/1.1" 404 173 0.039935 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /project/4c6827bacd0b468d8eecf293039a93d5 HTTP/1.1" 404 173 0.049676 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /project/52e8257eec3f47ff962e8e70c890334b HTTP/1.1" 404 173 0.072287 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1098 0.033262 10.0.0.27 - - [2025-05-22 02:00:42] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003325 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1101 0.026216 10.0.0.27 - - [2025-05-22 02:00:42] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.045885 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023407 10.0.0.27 - - [2025-05-22 02:00:42] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001027 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.039237 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.001930 10.0.0.27 - - [2025-05-22 02:00:42] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?fields=security_groups HTTP/1.1" 200 1396 0.043384 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/network HTTP/1.1" 200 836 0.010011 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1101 0.012511 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006512 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /security-group/b2413313-5106-4d6b-ad8f-3e74d58e757d HTTP/1.1" 200 115 0.047848 10.0.0.27 - - [2025-05-22 02:00:42] "GET /projects?obj_uuids=52e8257e-ec3f-47ff-962e-8e70c890334b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001247 10.0.0.27 - - [2025-05-22 02:00:42] "GET /project/52e8257e-ec3f-47ff-962e-8e70c890334b?fields=application_policy_sets HTTP/1.1" 200 1435 0.028544 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/port HTTP/1.1" 200 1101 0.035234 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /access-control-list/fda3bc35-9a4c-447b-a76c-00449df39304 HTTP/1.1" 200 115 0.067361 10.0.0.27 - - [2025-05-22 02:00:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007259 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /access-control-list/dea9d853-b033-4d2c-9a53-8aacd36ccf8a HTTP/1.1" 200 115 0.016155 10.0.0.27 - - [2025-05-22 02:00:42] "GET /virtual-machine/3f201567-cf64-493d-8ef2-ffab8e4c6f88 HTTP/1.1" 200 1304 0.008185 10.0.0.27 - - [2025-05-22 02:00:42] "GET /virtual-machine-interface/609aa842-4d24-40df-a582-5a388861ad3f HTTP/1.1" 200 3004 0.011336 10.0.0.27 - - [2025-05-22 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002163 10.0.0.27 - - [2025-05-22 02:00:42] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002506 10.0.0.27 - - [2025-05-22 02:00:42] "DELETE /project/52e8257e-ec3f-47ff-962e-8e70c890334b HTTP/1.1" 200 115 0.458404 10.0.0.27 - - [2025-05-22 02:00:42] "GET /virtual-networks?parent_id=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.009312 10.0.0.27 - - [2025-05-22 02:00:42] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005278 10.0.0.27 - - [2025-05-22 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.27 - - [2025-05-22 02:00:45] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004517 10.0.0.27 - - [2025-05-22 02:00:46] "GET /obj-perms HTTP/1.1" 200 5056 0.041314 10.0.0.27 - - [2025-05-22 02:00:46] "GET /obj-perms HTTP/1.1" 200 5056 0.041901 10.0.0.27 - - [2025-05-22 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2025-05-22 02:00:49] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013737 10.0.0.27 - - [2025-05-22 02:00:51] "POST /neutron/port HTTP/1.1" 200 1101 0.034787 10.0.0.27 - - [2025-05-22 02:00:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005959 10.0.0.27 - - [2025-05-22 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2025-05-22 02:00:51] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003567 10.0.0.27 - - [2025-05-22 02:00:51] "POST /neutron/port HTTP/1.1" 200 1098 0.015511 10.0.0.27 - - [2025-05-22 02:00:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004817 10.0.0.27 - - [2025-05-22 02:00:51] "GET /virtual-networks?parent_id=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003495 10.0.0.27 - - [2025-05-22 02:00:51] "GET /virtual-network/4fa189ec-2e38-4e4e-bc9a-342d3117a7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004915 10.0.0.27 - - [2025-05-22 02:00:52] "POST /neutron/port HTTP/1.1" 200 1101 0.012936 10.0.0.27 - - [2025-05-22 02:00:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006106 10.0.0.27 - - [2025-05-22 02:00:53] "POST /neutron/port HTTP/1.1" 200 1101 0.013376 10.0.0.27 - - [2025-05-22 02:00:53] "POST /neutron/port HTTP/1.1" 200 1101 0.012535 10.0.0.27 - - [2025-05-22 02:00:53] "POST /neutron/network HTTP/1.1" 200 849 0.005181 10.0.0.27 - - [2025-05-22 02:00:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003134 10.0.0.27 - - [2025-05-22 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.012784 10.0.0.27 - - [2025-05-22 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.001650 10.0.0.27 - - [2025-05-22 02:00:54] "POST /neutron/network HTTP/1.1" 200 839 0.006717 10.0.0.27 - - [2025-05-22 02:00:55] "GET /global-system-configs HTTP/1.1" 200 322 0.002934 10.0.0.27 - - [2025-05-22 02:00:55] "GET /obj-perms HTTP/1.1" 200 5056 0.025609 10.0.0.27 - - [2025-05-22 02:00:55] "GET /global-system-configs HTTP/1.1" 200 322 0.030025 10.0.0.27 - - [2025-05-22 02:00:55] "GET /obj-perms HTTP/1.1" 200 5056 0.058495 10.0.0.27 - - [2025-05-22 02:00:57] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/floatingip HTTP/1.1" 200 528 0.069610 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/port HTTP/1.1" 200 1101 0.012231 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004399 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/floatingip HTTP/1.1" 200 576 0.023073 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/port HTTP/1.1" 200 1098 0.013279 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005764 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/port HTTP/1.1" 200 1098 0.012696 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006073 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/port HTTP/1.1" 200 1098 0.012793 10.0.0.27 - - [2025-05-22 02:00:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006624 10.0.0.27 - - [2025-05-22 02:00:57] "GET /virtual-machine/b981ddff-2463-44b3-83b3-2b61706aef9d HTTP/1.1" 200 1304 0.004515 10.0.0.27 - - [2025-05-22 02:00:57] "GET /virtual-machine-interface/f8e1293b-c9dc-4f6a-ac79-be901fd29cc0 HTTP/1.1" 200 3005 0.004294 10.0.0.27 - - [2025-05-22 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-05-22 02:00:57] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002861 10.0.0.27 - - [2025-05-22 02:00:57] "GET /virtual-networks?parent_id=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003018 10.0.0.27 - - [2025-05-22 02:00:57] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005170 10.0.0.27 - - [2025-05-22 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2025-05-22 02:00:58] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002950 10.0.0.27 - - [2025-05-22 02:00:58] "GET /virtual-networks?parent_id=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002865 10.0.0.27 - - [2025-05-22 02:00:58] "GET /virtual-network/c4e73955-547d-4322-a36f-f35d847f9440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005398 10.0.0.27 - - [2025-05-22 02:00:58] "POST /neutron/floatingip HTTP/1.1" 200 576 0.008954 10.0.0.27 - - [2025-05-22 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.27 - - [2025-05-22 02:00:59] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003050 10.0.0.27 - - [2025-05-22 02:00:59] "GET /route-target/4715667d-d9b3-4b39-9e0b-a2a3943c9a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003744 10.0.0.27 - - [2025-05-22 02:00:59] "GET /floating-ip/b4b8ee26-8807-40b0-ab3c-0e17aeaae827 HTTP/1.1" 200 1889 0.005654 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010921 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/floatingip HTTP/1.1" 200 528 0.025300 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005491 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032533 10.0.0.27 - - [2025-05-22 02:01:02] "GET /floating-ip-pool/03c64145-f99b-4f32-a00f-daaedf4522df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003832 10.0.0.27 - - [2025-05-22 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.27 - - [2025-05-22 02:01:02] "DELETE /floating-ip-pool/03c64145-f99b-4f32-a00f-daaedf4522df HTTP/1.1" 200 115 0.022752 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/network HTTP/1.1" 200 839 0.005388 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/network HTTP/1.1" 400 204 0.010809 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/port HTTP/1.1" 200 1098 0.018605 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/port HTTP/1.1" 200 1124 0.008691 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/port HTTP/1.1" 200 1101 0.030560 10.0.0.27 - - [2025-05-22 02:01:02] "POST /neutron/port HTTP/1.1" 200 1127 0.017136 10.0.0.27 - - [2025-05-22 02:01:03] "POST /neutron/port HTTP/1.1" 200 151 0.169889 10.0.0.27 - - [2025-05-22 02:01:03] "POST /neutron/port HTTP/1.1" 200 151 0.159128 10.0.0.27 - - [2025-05-22 02:01:04] "POST /neutron/network HTTP/1.1" 200 839 0.005514 10.0.0.27 - - [2025-05-22 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003047 10.0.0.27 - - [2025-05-22 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2025-05-22 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.27 - - [2025-05-22 02:01:04] "POST /neutron/network HTTP/1.1" 200 151 0.083969 10.0.0.27 - - [2025-05-22 02:01:04] "GET /routing-instance/e4a113d7-96d3-44a9-bac5-d453bbe53223 HTTP/1.1" 404 171 0.001935 10.0.0.27 - - [2025-05-22 02:01:04] "DELETE /route-target/08a22e96-497b-4ac1-b41c-c4912ac78d45 HTTP/1.1" 200 115 0.015118 10.0.0.27 - - [2025-05-22 02:01:04] "GET /domains HTTP/1.1" 200 280 0.002431 10.0.0.27 - - [2025-05-22 02:01:04] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001713 10.0.0.27 - - [2025-05-22 02:01:04] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2586 0.055745 10.0.0.27 - - [2025-05-22 02:01:04] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.27 - - [2025-05-22 02:01:04] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 2174 0.068643 10.0.0.27 - - [2025-05-22 02:01:04] "POST /neutron/network HTTP/1.1" 200 836 0.005517 10.0.0.27 - - [2025-05-22 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003426 10.0.0.27 - - [2025-05-22 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2025-05-22 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003305 10.0.0.27 - - [2025-05-22 02:01:04] "POST /neutron/network HTTP/1.1" 200 151 0.081461 10.0.0.27 - - [2025-05-22 02:01:04] "GET /routing-instance/e1b960de-9765-47ca-bed3-deb3f0b5ff8e HTTP/1.1" 404 171 0.003824 10.0.0.27 - - [2025-05-22 02:01:04] "DELETE /route-target/4715667d-d9b3-4b39-9e0b-a2a3943c9a6e HTTP/1.1" 200 115 0.021271 10.0.0.27 - - [2025-05-22 02:01:04] "GET /domains HTTP/1.1" 200 280 0.004108 10.0.0.27 - - [2025-05-22 02:01:04] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.27 - - [2025-05-22 02:01:04] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2586 0.056919 10.0.0.27 - - [2025-05-22 02:01:04] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.27 - - [2025-05-22 02:01:05] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 1924 0.066832 10.0.0.27 - - [2025-05-22 02:01:05] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.27 - - [2025-05-22 02:01:05] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.020808 10.0.0.27 - - [2025-05-22 02:01:05] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.27 - - [2025-05-22 02:01:05] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?fields=virtual_networks HTTP/1.1" 200 1056 0.068411 10.0.0.27 - - [2025-05-22 02:01:05] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.27 - - [2025-05-22 02:01:05] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.025251 10.0.0.27 - - [2025-05-22 02:01:05] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.27 - - [2025-05-22 02:01:05] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?fields=security_groups HTTP/1.1" 200 1294 0.023911 10.0.0.27 - - [2025-05-22 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.020628 10.0.0.27 - - [2025-05-22 02:01:06] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002299 10.0.0.27 - - [2025-05-22 02:01:06] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.27 - - [2025-05-22 02:01:06] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010746 10.0.0.27 - - [2025-05-22 02:01:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.001204 10.0.0.27 - - [2025-05-22 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003688 10.0.0.27 - - [2025-05-22 02:01:06] "POST /security-groups HTTP/1.1" 200 586 0.059873 10.0.0.27 - - [2025-05-22 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002446 10.0.0.27 - - [2025-05-22 02:01:06] "POST /projects HTTP/1.1" 200 575 0.207816 10.0.0.27 - - [2025-05-22 02:01:06] "POST /access-control-lists HTTP/1.1" 200 591 0.060537 10.0.0.27 - - [2025-05-22 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.276392 10.0.0.27 - - [2025-05-22 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.003239 10.0.0.27 - - [2025-05-22 02:01:06] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.407116 10.0.0.27 - - [2025-05-22 02:01:06] "POST /access-control-lists HTTP/1.1" 200 589 0.060633 10.0.0.27 - - [2025-05-22 02:01:07] "GET / HTTP/1.1" 200 35931 0.002682 10.0.0.27 - - [2025-05-22 02:01:08] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.27 - - [2025-05-22 02:01:08] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.029437 10.0.0.27 - - [2025-05-22 02:01:08] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.27 - - [2025-05-22 02:01:08] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?fields=virtual_networks HTTP/1.1" 200 1022 0.072726 10.0.0.27 - - [2025-05-22 02:01:08] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.27 - - [2025-05-22 02:01:09] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021046 10.0.0.27 - - [2025-05-22 02:01:09] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.27 - - [2025-05-22 02:01:09] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?fields=security_groups HTTP/1.1" 200 1243 0.021162 10.0.0.27 - - [2025-05-22 02:01:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.024372 10.0.0.27 - - [2025-05-22 02:01:09] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003068 10.0.0.27 - - [2025-05-22 02:01:09] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.27 - - [2025-05-22 02:01:09] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006727 10.0.0.27 - - [2025-05-22 02:01:09] "POST /id-to-fqname HTTP/1.1" 200 193 0.001182 10.0.0.27 - - [2025-05-22 02:01:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003725 10.0.0.27 - - [2025-05-22 02:01:10] "POST /security-groups HTTP/1.1" 200 594 0.059638 10.0.0.27 - - [2025-05-22 02:01:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.002733 10.0.0.27 - - [2025-05-22 02:01:10] "POST /projects HTTP/1.1" 200 591 0.216697 10.0.0.27 - - [2025-05-22 02:01:10] "POST /access-control-lists HTTP/1.1" 200 599 0.055760 10.0.0.27 - - [2025-05-22 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.283385 10.0.0.27 - - [2025-05-22 02:01:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.002486 10.0.0.27 - - [2025-05-22 02:01:10] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.397574 10.0.0.27 - - [2025-05-22 02:01:10] "POST /access-control-lists HTTP/1.1" 200 597 0.056149 10.0.0.27 - - [2025-05-22 02:01:11] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.27 - - [2025-05-22 02:01:12] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-05-22 02:01:12] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001030 10.0.0.27 - - [2025-05-22 02:01:12] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.041943 10.0.0.27 - - [2025-05-22 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001999 10.0.0.27 - - [2025-05-22 02:01:12] "GET /security-group/7b038ef5-c679-4381-a66b-6c8fcdbbd023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005022 10.0.0.27 - - [2025-05-22 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-05-22 02:01:12] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001453 10.0.0.27 - - [2025-05-22 02:01:12] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022035 10.0.0.27 - - [2025-05-22 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.27 - - [2025-05-22 02:01:12] "GET /security-group/7b038ef5-c679-4381-a66b-6c8fcdbbd023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004373 10.0.0.27 - - [2025-05-22 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.27 - - [2025-05-22 02:01:12] "PUT /security-group/7b038ef5-c679-4381-a66b-6c8fcdbbd023 HTTP/1.1" 200 262 0.012580 10.0.0.27 - - [2025-05-22 02:01:12] "PUT /access-control-list/53dc3903-a764-4103-a40a-5543e7282e7a HTTP/1.1" 200 272 0.007898 10.0.0.27 - - [2025-05-22 02:01:12] "PUT /access-control-list/5bd51faa-5ed3-4ff9-a32e-73b3c2d574bf HTTP/1.1" 200 272 0.007414 10.0.0.27 - - [2025-05-22 02:01:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.002552 10.0.0.27 - - [2025-05-22 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.27 - - [2025-05-22 02:01:13] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001419 10.0.0.27 - - [2025-05-22 02:01:13] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027594 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 117 0.034322 10.0.0.27 - - [2025-05-22 02:01:13] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001069 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 608 0.073738 10.0.0.27 - - [2025-05-22 02:01:13] "POST /route-targets HTTP/1.1" 200 327 0.011742 10.0.0.27 - - [2025-05-22 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.010425 10.0.0.27 - - [2025-05-22 02:01:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005857 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.208089 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 829 0.005089 10.0.0.27 - - [2025-05-22 02:01:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001134 10.0.0.27 - - [2025-05-22 02:01:13] "GET /virtual-network/53a31384-4942-428d-9831-fac32263d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004484 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 829 0.005429 10.0.0.27 - - [2025-05-22 02:01:13] "GET /virtual-network/53a31384-4942-428d-9831-fac32263d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004637 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 829 0.006507 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.009301 10.0.0.27 - - [2025-05-22 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.27 - - [2025-05-22 02:01:13] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001134 10.0.0.27 - - [2025-05-22 02:01:13] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.029766 10.0.0.27 - - [2025-05-22 02:01:13] "POST /neutron/network HTTP/1.1" 200 117 0.010430 10.0.0.27 - - [2025-05-22 02:01:13] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001022 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/network HTTP/1.1" 200 615 0.083766 10.0.0.27 - - [2025-05-22 02:01:14] "POST /route-targets HTTP/1.1" 200 327 0.012880 10.0.0.27 - - [2025-05-22 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.013687 10.0.0.27 - - [2025-05-22 02:01:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005127 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.165389 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/network HTTP/1.1" 200 834 0.005279 10.0.0.27 - - [2025-05-22 02:01:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001146 10.0.0.27 - - [2025-05-22 02:01:14] "GET /virtual-network/9a60c839-555e-40b0-a591-739bd510e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004507 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/network HTTP/1.1" 200 834 0.005117 10.0.0.27 - - [2025-05-22 02:01:14] "GET /virtual-network/9a60c839-555e-40b0-a591-739bd510e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004726 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/network HTTP/1.1" 200 834 0.005940 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.006391 10.0.0.27 - - [2025-05-22 02:01:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001129 10.0.0.27 - - [2025-05-22 02:01:14] "POST /neutron/network HTTP/1.1" 200 839 0.005424 10.0.0.27 - - [2025-05-22 02:01:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-05-22 02:01:14] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.27 - - [2025-05-22 02:01:14] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-05-22 02:01:15] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001114 10.0.0.27 - - [2025-05-22 02:01:15] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046436 10.0.0.27 - - [2025-05-22 02:01:15] "POST /neutron/network HTTP/1.1" 200 829 0.005823 10.0.0.27 - - [2025-05-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.004531 10.0.0.27 - - [2025-05-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.004449 10.0.0.27 - - [2025-05-22 02:01:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.27 - - [2025-05-22 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.004855 10.0.0.27 - - [2025-05-22 02:01:15] "POST /neutron/network HTTP/1.1" 200 844 0.005731 10.0.0.27 - - [2025-05-22 02:01:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-05-22 02:01:15] "POST /neutron/network HTTP/1.1" 200 839 0.005691 10.0.0.27 - - [2025-05-22 02:01:15] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001536 10.0.0.27 - - [2025-05-22 02:01:15] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.27 - - [2025-05-22 02:01:15] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 1065 0.217293 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 1065 0.009335 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 1065 0.008719 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 1119 0.069592 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 1093 0.013616 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002905 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.010635 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/network HTTP/1.1" 200 829 0.004974 10.0.0.27 - - [2025-05-22 02:01:16] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.27 - - [2025-05-22 02:01:16] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.042745 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/network HTTP/1.1" 200 834 0.005083 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 1093 0.024513 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006211 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/port HTTP/1.1" 200 117 0.005313 10.0.0.27 - - [2025-05-22 02:01:16] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/router HTTP/1.1" 200 585 0.069250 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/router HTTP/1.1" 200 585 0.003395 10.0.0.27 - - [2025-05-22 02:01:16] "POST /route-targets HTTP/1.1" 200 327 0.017182 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/router HTTP/1.1" 200 656 0.067319 10.0.0.27 - - [2025-05-22 02:01:16] "GET /logical-router/4440ea4f-7642-4ab0-8ba8-22eba74a51c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005519 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/router HTTP/1.1" 200 656 0.004995 10.0.0.27 - - [2025-05-22 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-05-22 02:01:16] "PUT /logical-router/4440ea4f-7642-4ab0-8ba8-22eba74a51c8 HTTP/1.1" 200 262 0.062795 10.0.0.27 - - [2025-05-22 02:01:16] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.27 - - [2025-05-22 02:01:16] "GET /service-template/f5524b88-f8f5-447f-aeba-90c6047ad901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.003314 10.0.0.27 - - [2025-05-22 02:01:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.006419 10.0.0.27 - - [2025-05-22 02:01:16] "POST /neutron/network HTTP/1.1" 200 844 0.019701 10.0.0.27 - - [2025-05-22 02:01:16] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.27 - - [2025-05-22 02:01:17] "POST /useragent-kv HTTP/1.1" 200 115 0.022964 10.0.0.27 - - [2025-05-22 02:01:17] "POST /virtual-networks HTTP/1.1" 200 694 0.213562 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/router HTTP/1.1" 200 344 0.433420 10.0.0.27 - - [2025-05-22 02:01:17] "POST /route-targets HTTP/1.1" 200 327 0.070293 10.0.0.27 - - [2025-05-22 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.040276 10.0.0.27 - - [2025-05-22 02:01:17] "POST /service-instances HTTP/1.1" 200 670 0.094091 10.0.0.27 - - [2025-05-22 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.023405 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 1093 0.055375 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007567 10.0.0.27 - - [2025-05-22 02:01:17] "POST /route-tables HTTP/1.1" 200 582 0.051955 10.0.0.27 - - [2025-05-22 02:01:17] "PUT /logical-router/4440ea4f-7642-4ab0-8ba8-22eba74a51c8 HTTP/1.1" 200 262 0.037654 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 1063 0.515819 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 1063 0.008504 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 1063 0.009667 10.0.0.27 - - [2025-05-22 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.017089 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 1117 0.077479 10.0.0.27 - - [2025-05-22 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-05-22 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 1091 0.015890 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003291 10.0.0.27 - - [2025-05-22 02:01:17] "POST /virtual-machines HTTP/1.1" 200 553 0.013824 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.016381 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.27 - - [2025-05-22 02:01:17] "POST /neutron/network HTTP/1.1" 200 834 0.005448 10.0.0.27 - - [2025-05-22 02:01:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092342 10.0.0.27 - - [2025-05-22 02:01:17] "POST /chown HTTP/1.1" 200 109 0.007435 10.0.0.27 - - [2025-05-22 02:01:17] "POST /instance-ips HTTP/1.1" 200 551 0.026945 10.0.0.27 - - [2025-05-22 02:01:18] "POST /instance-ips HTTP/1.1" 400 246 0.016999 10.0.0.27 - - [2025-05-22 02:01:18] "POST /chown HTTP/1.1" 200 109 0.012062 10.0.0.27 - - [2025-05-22 02:01:18] "PUT /virtual-machine-interface/4283e431-4925-49f9-9e4d-a970181d3b2a HTTP/1.1" 200 284 0.013628 10.0.0.27 - - [2025-05-22 02:01:18] "PUT /instance-ip/fe7d5fba-f346-4dc8-ad22-664b7117ba6f HTTP/1.1" 200 256 0.016600 10.0.0.27 - - [2025-05-22 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.013054 10.0.0.27 - - [2025-05-22 02:01:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099829 10.0.0.27 - - [2025-05-22 02:01:18] "POST /chown HTTP/1.1" 200 109 0.012815 10.0.0.27 - - [2025-05-22 02:01:18] "POST /instance-ips HTTP/1.1" 200 549 0.042208 10.0.0.27 - - [2025-05-22 02:01:18] "POST /instance-ips HTTP/1.1" 400 316 0.024918 10.0.0.27 - - [2025-05-22 02:01:18] "POST /chown HTTP/1.1" 200 109 0.007643 10.0.0.27 - - [2025-05-22 02:01:18] "PUT /virtual-machine-interface/2c6f4618-da63-4507-b0c0-403d5c710995 HTTP/1.1" 200 284 0.010750 10.0.0.27 - - [2025-05-22 02:01:18] "PUT /instance-ip/927a0d37-0dd4-4bd7-bf69-67dd8d9ed891 HTTP/1.1" 200 256 0.014849 10.0.0.27 - - [2025-05-22 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.012999 10.0.0.27 - - [2025-05-22 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.012254 10.0.0.27 - - [2025-05-22 02:01:18] "PUT /routing-instance/0d889a5b-a304-4f07-bb82-351b391a09f5 HTTP/1.1" 200 266 0.016354 10.0.0.27 - - [2025-05-22 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.27 - - [2025-05-22 02:01:18] "POST /virtual-machines HTTP/1.1" 200 553 0.012017 10.0.0.27 - - [2025-05-22 02:01:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091478 10.0.0.27 - - [2025-05-22 02:01:19] "POST /chown HTTP/1.1" 200 109 0.007456 10.0.0.27 - - [2025-05-22 02:01:19] "POST /instance-ips HTTP/1.1" 400 246 0.016267 10.0.0.27 - - [2025-05-22 02:01:19] "POST /chown HTTP/1.1" 200 109 0.006747 10.0.0.27 - - [2025-05-22 02:01:19] "PUT /virtual-machine-interface/89cb7a10-7405-4aa3-be61-ee1f37623c88 HTTP/1.1" 200 284 0.010260 10.0.0.27 - - [2025-05-22 02:01:19] "PUT /instance-ip/fe7d5fba-f346-4dc8-ad22-664b7117ba6f HTTP/1.1" 200 256 0.012066 10.0.0.27 - - [2025-05-22 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.010828 10.0.0.27 - - [2025-05-22 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.010394 10.0.0.27 - - [2025-05-22 02:01:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092162 10.0.0.27 - - [2025-05-22 02:01:19] "POST /chown HTTP/1.1" 200 109 0.006704 10.0.0.27 - - [2025-05-22 02:01:19] "POST /instance-ips HTTP/1.1" 400 316 0.014981 10.0.0.27 - - [2025-05-22 02:01:19] "POST /chown HTTP/1.1" 200 109 0.007629 10.0.0.27 - - [2025-05-22 02:01:19] "PUT /virtual-machine-interface/db2f58bd-795f-4311-b230-3a039a68d921 HTTP/1.1" 200 284 0.009917 10.0.0.27 - - [2025-05-22 02:01:19] "PUT /instance-ip/927a0d37-0dd4-4bd7-bf69-67dd8d9ed891 HTTP/1.1" 200 256 0.015652 10.0.0.27 - - [2025-05-22 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.011403 10.0.0.27 - - [2025-05-22 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.014805 10.0.0.27 - - [2025-05-22 02:01:22] "POST /neutron/port HTTP/1.1" 200 1093 0.013451 10.0.0.27 - - [2025-05-22 02:01:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005750 10.0.0.27 - - [2025-05-22 02:01:22] "POST /neutron/port HTTP/1.1" 200 1093 0.013907 10.0.0.27 - - [2025-05-22 02:01:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006354 10.0.0.27 - - [2025-05-22 02:01:22] "POST /neutron/port HTTP/1.1" 200 1093 0.015540 10.0.0.27 - - [2025-05-22 02:01:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006231 10.0.0.27 - - [2025-05-22 02:01:22] "GET /virtual-machine/f1f0063e-dfc0-4812-8dc0-59413620fc6a HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-05-22 02:01:22] "GET /virtual-machine/f1f0063e-dfc0-4812-8dc0-59413620fc6a HTTP/1.1" 200 1296 0.028902 10.0.0.27 - - [2025-05-22 02:01:22] "GET /virtual-machine-interface/79168fb6-1b82-4ee9-bb35-d26837ab3b8a HTTP/1.1" 200 2956 0.004695 10.0.0.27 - - [2025-05-22 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2025-05-22 02:01:22] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003782 10.0.0.27 - - [2025-05-22 02:01:23] "GET /virtual-networks?parent_id=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006193 10.0.0.27 - - [2025-05-22 02:01:23] "GET /virtual-network/53a31384-4942-428d-9831-fac32263d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005155 10.0.0.27 - - [2025-05-22 02:01:24] "POST /neutron/port HTTP/1.1" 200 1093 0.014037 10.0.0.27 - - [2025-05-22 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006238 10.0.0.27 - - [2025-05-22 02:01:25] "POST /neutron/port HTTP/1.1" 200 1091 0.014781 10.0.0.27 - - [2025-05-22 02:01:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005276 10.0.0.27 - - [2025-05-22 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-05-22 02:01:26] "GET /virtual-network/53a31384-4942-428d-9831-fac32263d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004557 10.0.0.27 - - [2025-05-22 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-05-22 02:01:28] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002845 10.0.0.27 - - [2025-05-22 02:01:28] "GET /virtual-networks?parent_id=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003417 10.0.0.27 - - [2025-05-22 02:01:28] "GET /virtual-network/53a31384-4942-428d-9831-fac32263d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005075 10.0.0.27 - - [2025-05-22 02:01:28] "POST /neutron/port HTTP/1.1" 200 1091 0.012995 10.0.0.27 - - [2025-05-22 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006012 10.0.0.27 - - [2025-05-22 02:01:28] "POST /neutron/port HTTP/1.1" 200 1091 0.012445 10.0.0.27 - - [2025-05-22 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005791 10.0.0.27 - - [2025-05-22 02:01:28] "POST /neutron/port HTTP/1.1" 200 1091 0.013832 10.0.0.27 - - [2025-05-22 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006122 10.0.0.27 - - [2025-05-22 02:01:28] "GET /virtual-machine/6cd5824a-7834-46a4-9872-d6dd22ad79e4 HTTP/1.1" 200 1295 0.004254 10.0.0.27 - - [2025-05-22 02:01:28] "GET /virtual-machine-interface/dff23836-9a66-42a9-9b40-661492766ee7 HTTP/1.1" 200 2969 0.004467 10.0.0.27 - - [2025-05-22 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-05-22 02:01:28] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004420 10.0.0.27 - - [2025-05-22 02:01:28] "GET /virtual-networks?parent_id=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002867 10.0.0.27 - - [2025-05-22 02:01:28] "GET /virtual-network/9a60c839-555e-40b0-a591-739bd510e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005139 10.0.0.27 - - [2025-05-22 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-05-22 02:01:30] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003290 10.0.0.27 - - [2025-05-22 02:01:30] "GET /virtual-networks?parent_id=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002683 10.0.0.27 - - [2025-05-22 02:01:30] "GET /virtual-network/9a60c839-555e-40b0-a591-739bd510e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004875 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/router HTTP/1.1" 200 656 0.003810 10.0.0.27 - - [2025-05-22 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.013258 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/router HTTP/1.1" 200 344 0.100527 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/router HTTP/1.1" 200 656 0.006145 10.0.0.27 - - [2025-05-22 02:01:34] "GET /logical-router/4440ea4f-7642-4ab0-8ba8-22eba74a51c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.005693 10.0.0.27 - - [2025-05-22 02:01:34] "GET /service-instance/281b7319-189d-4f0c-9cc2-f07cca153cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.005437 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/router HTTP/1.1" 200 151 0.062855 10.0.0.27 - - [2025-05-22 02:01:34] "PUT /logical-router/4440ea4f-7642-4ab0-8ba8-22eba74a51c8 HTTP/1.1" 404 171 0.002856 10.0.0.27 - - [2025-05-22 02:01:34] "DELETE /route-table/4bba47a2-8d19-4e35-8df6-25ff8060a103 HTTP/1.1" 200 115 0.022371 10.0.0.27 - - [2025-05-22 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/network HTTP/1.1" 200 834 0.012622 10.0.0.27 - - [2025-05-22 02:01:34] "GET /virtual-network/5b343d39-09ae-4966-ab8b-0f048bd6c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.010053 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/network HTTP/1.1" 400 204 0.034428 10.0.0.27 - - [2025-05-22 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.008947 10.0.0.27 - - [2025-05-22 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.014160 10.0.0.27 - - [2025-05-22 02:01:34] "DELETE /instance-ip/927a0d37-0dd4-4bd7-bf69-67dd8d9ed891 HTTP/1.1" 200 115 0.051972 10.0.0.27 - - [2025-05-22 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.27 - - [2025-05-22 02:01:34] "DELETE /route-target/9884eca8-f7a2-443d-bd95-9e0a6554131d HTTP/1.1" 409 239 0.007219 10.0.0.27 - - [2025-05-22 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.028305 10.0.0.27 - - [2025-05-22 02:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.27 - - [2025-05-22 02:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.27 - - [2025-05-22 02:01:34] "DELETE /virtual-network/5b343d39-09ae-4966-ab8b-0f048bd6c41d HTTP/1.1" 200 115 0.174873 10.0.0.27 - - [2025-05-22 02:01:34] "PUT /routing-instance/0d889a5b-a304-4f07-bb82-351b391a09f5 HTTP/1.1" 404 171 0.007569 10.0.0.27 - - [2025-05-22 02:01:34] "DELETE /service-instance/281b7319-189d-4f0c-9cc2-f07cca153cd2 HTTP/1.1" 200 115 0.035286 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/port HTTP/1.1" 200 1091 0.023365 10.0.0.27 - - [2025-05-22 02:01:34] "GET /logical-router/4440ea4f-7642-4ab0-8ba8-22eba74a51c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002981 10.0.0.27 - - [2025-05-22 02:01:34] "POST /neutron/port HTTP/1.1" 200 1117 0.017341 10.0.0.27 - - [2025-05-22 02:01:34] "GET /service-instance/281b7319-189d-4f0c-9cc2-f07cca153cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006778 10.0.0.27 - - [2025-05-22 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2025-05-22 02:01:34] "DELETE /route-target/8ef09360-7734-4a35-9ec3-f7293b58f450 HTTP/1.1" 200 115 0.047377 10.0.0.27 - - [2025-05-22 02:01:35] "GET /virtual-machine-interface/4283e431-4925-49f9-9e4d-a970181d3b2a?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.007745 10.0.0.27 - - [2025-05-22 02:01:35] "POST /neutron/port HTTP/1.1" 200 1093 0.051322 10.0.0.27 - - [2025-05-22 02:01:35] "POST /neutron/port HTTP/1.1" 200 1119 0.013359 10.0.0.27 - - [2025-05-22 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.025078 10.0.0.27 - - [2025-05-22 02:01:35] "GET /instance-ip/fe7d5fba-f346-4dc8-ad22-664b7117ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005470 10.0.0.27 - - [2025-05-22 02:01:35] "POST /neutron/port HTTP/1.1" 200 151 0.230424 10.0.0.27 - - [2025-05-22 02:01:35] "POST /neutron/port HTTP/1.1" 200 151 0.145705 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /virtual-machine-interface/4283e431-4925-49f9-9e4d-a970181d3b2a HTTP/1.1" 200 115 0.074293 10.0.0.27 - - [2025-05-22 02:01:35] "GET /virtual-machine-interface/2c6f4618-da63-4507-b0c0-403d5c710995?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.008215 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /virtual-machine-interface/2c6f4618-da63-4507-b0c0-403d5c710995 HTTP/1.1" 200 115 0.027701 10.0.0.27 - - [2025-05-22 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.011668 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /virtual-machine/55ef1238-8046-4107-aecf-0313c99114d5 HTTP/1.1" 200 115 0.019637 10.0.0.27 - - [2025-05-22 02:01:35] "GET /virtual-machine-interface/89cb7a10-7405-4aa3-be61-ee1f37623c88?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005848 10.0.0.27 - - [2025-05-22 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.012944 10.0.0.27 - - [2025-05-22 02:01:35] "GET /instance-ip/fe7d5fba-f346-4dc8-ad22-664b7117ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004813 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /instance-ip/fe7d5fba-f346-4dc8-ad22-664b7117ba6f HTTP/1.1" 200 115 0.022654 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /virtual-machine-interface/89cb7a10-7405-4aa3-be61-ee1f37623c88 HTTP/1.1" 200 115 0.029688 10.0.0.27 - - [2025-05-22 02:01:35] "GET /virtual-machine-interface/db2f58bd-795f-4311-b230-3a039a68d921?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1334 0.006890 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /virtual-machine-interface/db2f58bd-795f-4311-b230-3a039a68d921 HTTP/1.1" 200 115 0.028239 10.0.0.27 - - [2025-05-22 02:01:35] "DELETE /virtual-machine/a6b76f2d-c296-4a31-9b31-ec79d534c69a HTTP/1.1" 200 115 0.015557 10.0.0.27 - - [2025-05-22 02:01:36] "POST /neutron/network HTTP/1.1" 200 834 0.008387 10.0.0.27 - - [2025-05-22 02:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.27 - - [2025-05-22 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2025-05-22 02:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.27 - - [2025-05-22 02:01:36] "POST /neutron/network HTTP/1.1" 200 151 0.074708 10.0.0.27 - - [2025-05-22 02:01:36] "DELETE /route-target/e51d01ee-4a13-4833-814d-e5178e882f14 HTTP/1.1" 200 115 0.016045 10.0.0.27 - - [2025-05-22 02:01:36] "POST /neutron/network HTTP/1.1" 200 829 0.006283 10.0.0.27 - - [2025-05-22 02:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003064 10.0.0.27 - - [2025-05-22 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006519 10.0.0.27 - - [2025-05-22 02:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003558 10.0.0.27 - - [2025-05-22 02:01:36] "POST /neutron/network HTTP/1.1" 200 151 0.080729 10.0.0.27 - - [2025-05-22 02:01:36] "DELETE /route-target/db0fa192-1584-4eee-8299-95c02d700c8b HTTP/1.1" 200 115 0.014602 10.0.0.27 - - [2025-05-22 02:01:36] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.27 - - [2025-05-22 02:01:36] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028840 10.0.0.27 - - [2025-05-22 02:01:36] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.27 - - [2025-05-22 02:01:37] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?fields=virtual_networks HTTP/1.1" 200 1039 0.070740 10.0.0.27 - - [2025-05-22 02:01:37] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001510 10.0.0.27 - - [2025-05-22 02:01:37] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.030241 10.0.0.27 - - [2025-05-22 02:01:37] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.27 - - [2025-05-22 02:01:37] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?fields=security_groups HTTP/1.1" 200 1268 0.022564 10.0.0.27 - - [2025-05-22 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.023452 10.0.0.27 - - [2025-05-22 02:01:38] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002312 10.0.0.27 - - [2025-05-22 02:01:38] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.27 - - [2025-05-22 02:01:38] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007391 10.0.0.27 - - [2025-05-22 02:01:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.001298 10.0.0.27 - - [2025-05-22 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.002786 10.0.0.27 - - [2025-05-22 02:01:38] "POST /security-groups HTTP/1.1" 200 599 0.063773 10.0.0.27 - - [2025-05-22 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003201 10.0.0.27 - - [2025-05-22 02:01:38] "POST /projects HTTP/1.1" 200 601 0.207200 10.0.0.27 - - [2025-05-22 02:01:38] "POST /access-control-lists HTTP/1.1" 200 604 0.060046 10.0.0.27 - - [2025-05-22 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.282166 10.0.0.27 - - [2025-05-22 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 241 0.002648 10.0.0.27 - - [2025-05-22 02:01:38] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.398942 10.0.0.27 - - [2025-05-22 02:01:38] "POST /access-control-lists HTTP/1.1" 200 602 0.060059 10.0.0.27 - - [2025-05-22 02:01:39] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.27 - - [2025-05-22 02:01:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-05-22 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.047932 10.0.0.27 - - [2025-05-22 02:01:40] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.27 - - [2025-05-22 02:01:40] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.025196 10.0.0.27 - - [2025-05-22 02:01:40] "POST /neutron/network HTTP/1.1" 200 117 0.025477 10.0.0.27 - - [2025-05-22 02:01:40] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.27 - - [2025-05-22 02:01:40] "POST /neutron/network HTTP/1.1" 200 613 0.057812 10.0.0.27 - - [2025-05-22 02:01:40] "POST /route-targets HTTP/1.1" 200 327 0.011699 10.0.0.27 - - [2025-05-22 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.016416 10.0.0.27 - - [2025-05-22 02:01:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002787 10.0.0.27 - - [2025-05-22 02:01:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.157625 10.0.0.27 - - [2025-05-22 02:01:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005388 10.0.0.27 - - [2025-05-22 02:01:40] "POST /neutron/subnet HTTP/1.1" 200 818 0.143181 10.0.0.27 - - [2025-05-22 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027542 10.0.0.27 - - [2025-05-22 02:01:40] "GET /virtual-network/3857ae2d-31d8-4666-9437-4226c5036916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006347 10.0.0.27 - - [2025-05-22 02:01:40] "POST /neutron/network HTTP/1.1" 200 1005 0.005852 10.0.0.27 - - [2025-05-22 02:01:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001290 10.0.0.27 - - [2025-05-22 02:01:40] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004451 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 1005 0.011097 10.0.0.27 - - [2025-05-22 02:01:41] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006988 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 1005 0.006568 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.006233 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 818 0.007153 10.0.0.27 - - [2025-05-22 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.27 - - [2025-05-22 02:01:41] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.27 - - [2025-05-22 02:01:41] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.020878 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 117 0.008316 10.0.0.27 - - [2025-05-22 02:01:41] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 613 0.065012 10.0.0.27 - - [2025-05-22 02:01:41] "POST /route-targets HTTP/1.1" 200 327 0.008776 10.0.0.27 - - [2025-05-22 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.014084 10.0.0.27 - - [2025-05-22 02:01:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003979 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.162879 10.0.0.27 - - [2025-05-22 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-05-22 02:01:41] "GET /virtual-network/3857ae2d-31d8-4666-9437-4226c5036916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006058 10.0.0.27 - - [2025-05-22 02:01:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004912 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.143156 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 1007 0.006488 10.0.0.27 - - [2025-05-22 02:01:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001111 10.0.0.27 - - [2025-05-22 02:01:41] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004736 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 1007 0.009782 10.0.0.27 - - [2025-05-22 02:01:41] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004908 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/network HTTP/1.1" 200 1007 0.006775 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.006171 10.0.0.27 - - [2025-05-22 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.006643 10.0.0.27 - - [2025-05-22 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002047 10.0.0.27 - - [2025-05-22 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.27 - - [2025-05-22 02:01:41] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.27 - - [2025-05-22 02:01:41] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023306 10.0.0.27 - - [2025-05-22 02:01:42] "POST /network-policys HTTP/1.1" 200 577 0.060412 10.0.0.27 - - [2025-05-22 02:01:42] "GET /network-policy/aa0eed8b-925c-4749-b518-7682f53a44eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004546 10.0.0.27 - - [2025-05-22 02:01:42] "POST /neutron/network HTTP/1.1" 200 1005 0.009182 10.0.0.27 - - [2025-05-22 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.008788 10.0.0.27 - - [2025-05-22 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2025-05-22 02:01:42] "GET /virtual-network/3857ae2d-31d8-4666-9437-4226c5036916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005326 10.0.0.27 - - [2025-05-22 02:01:42] "POST /neutron/network HTTP/1.1" 200 1113 0.061345 10.0.0.27 - - [2025-05-22 02:01:42] "POST /access-control-lists HTTP/1.1" 200 596 0.073703 10.0.0.27 - - [2025-05-22 02:01:42] "POST /neutron/network HTTP/1.1" 200 1113 0.045699 10.0.0.27 - - [2025-05-22 02:01:42] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007946 10.0.0.27 - - [2025-05-22 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.27 - - [2025-05-22 02:01:42] "GET /network-policy/aa0eed8b-925c-4749-b518-7682f53a44eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003371 10.0.0.27 - - [2025-05-22 02:01:42] "POST /neutron/network HTTP/1.1" 200 1007 0.006661 10.0.0.27 - - [2025-05-22 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008123 10.0.0.27 - - [2025-05-22 02:01:42] "POST /neutron/network HTTP/1.1" 200 1115 0.042252 10.0.0.27 - - [2025-05-22 02:01:42] "GET /virtual-network/3857ae2d-31d8-4666-9437-4226c5036916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.045950 10.0.0.27 - - [2025-05-22 02:01:42] "PUT /access-control-list/f845882e-6d92-41c7-af15-53676480ddbb HTTP/1.1" 200 272 0.061487 10.0.0.27 - - [2025-05-22 02:01:42] "POST /neutron/network HTTP/1.1" 200 1115 0.034779 10.0.0.27 - - [2025-05-22 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.002429 10.0.0.27 - - [2025-05-22 02:01:42] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005800 10.0.0.27 - - [2025-05-22 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001883 10.0.0.27 - - [2025-05-22 02:01:42] "GET /network-policy/aa0eed8b-925c-4749-b518-7682f53a44eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.044728 10.0.0.27 - - [2025-05-22 02:01:42] "POST /access-control-lists HTTP/1.1" 200 596 0.061752 10.0.0.27 - - [2025-05-22 02:01:42] "GET /domains HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /project/bfce86c1b8df4fc1bb691b1c7f176d98 HTTP/1.1" 404 173 0.013781 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /project/16808ec2f3944bacad1206456abee65c HTTP/1.1" 404 173 0.012997 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /project/56600066cbc547a0bcdde3295c680988 HTTP/1.1" 404 173 0.006185 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000844 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.27 - - [2025-05-22 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.047874 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.067868 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.075391 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074990 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001283 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?fields=security_groups HTTP/1.1" 200 1373 0.043049 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?fields=security_groups HTTP/1.1" 200 1348 0.043734 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?fields=security_groups HTTP/1.1" 200 1399 0.049902 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /security-group/7b038ef5-c679-4381-a66b-6c8fcdbbd023 HTTP/1.1" 200 115 0.073277 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=bfce86c1-b8df-4fc1-bb69-1b1c7f176d98&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001983 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /access-control-list/53dc3903-a764-4103-a40a-5543e7282e7a HTTP/1.1" 200 115 0.049089 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /security-group/572f1f23-2d55-4d95-8900-e5686beb4537 HTTP/1.1" 200 115 0.086750 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /security-group/ebb852ea-a4bf-4ac0-923e-6d58a71e03fc HTTP/1.1" 200 115 0.091989 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=56600066-cbc5-47a0-bcdd-e3295c680988&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.27 - - [2025-05-22 02:01:42] "GET /projects?obj_uuids=4c6827ba-cd0b-468d-8eec-f293039a93d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003190 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98?fields=application_policy_sets HTTP/1.1" 200 1412 0.050196 10.0.0.27 - - [2025-05-22 02:01:42] "GET /domains HTTP/1.1" 200 280 0.030143 10.0.0.27 - - [2025-05-22 02:01:42] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.27 - - [2025-05-22 02:01:42] "DELETE /access-control-list/5bd51faa-5ed3-4ff9-a32e-73b3c2d574bf HTTP/1.1" 200 115 0.055640 10.0.0.27 - - [2025-05-22 02:01:42] "GET /project/4c6827ba-cd0b-468d-8eec-f293039a93d5?fields=application_policy_sets HTTP/1.1" 200 1438 0.052428 10.0.0.27 - - [2025-05-22 02:01:43] "GET /project/56600066-cbc5-47a0-bcdd-e3295c680988?fields=application_policy_sets HTTP/1.1" 200 1387 0.083889 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /access-control-list/ccd2481b-b8a3-497f-b83a-151043e062c6 HTTP/1.1" 200 115 0.035902 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 3150 0.059690 10.0.0.27 - - [2025-05-22 02:01:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001591 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /access-control-list/cdada02b-384c-4250-82bf-33b2ded5aee0 HTTP/1.1" 200 115 0.042854 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /access-control-list/d41754d6-765b-460c-b606-1d816827e01c HTTP/1.1" 200 115 0.045050 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /project/bfce86c1-b8df-4fc1-bb69-1b1c7f176d98 HTTP/1.1" 200 115 0.498550 10.0.0.27 - - [2025-05-22 02:01:43] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 2625 0.098691 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883 HTTP/1.1" 200 3503 0.007706 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883 HTTP/1.1" 200 3503 0.005107 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /access-control-list/dedb3dce-6da7-4158-849a-ea05d3a84ad4 HTTP/1.1" 200 115 0.052275 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/911ccd5d-75ea-4df6-aa7e-61aec9e6e26b HTTP/1.1" 200 1796 0.008618 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /project/4c6827ba-cd0b-468d-8eec-f293039a93d5 HTTP/1.1" 200 115 0.551853 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/911ccd5d-75ea-4df6-aa7e-61aec9e6e26b HTTP/1.1" 200 1796 0.003662 10.0.0.27 - - [2025-05-22 02:01:43] "DELETE /project/56600066-cbc5-47a0-bcdd-e3295c680988 HTTP/1.1" 200 115 0.549118 10.0.0.27 - - [2025-05-22 02:01:43] "GET /route-target/483aec54-e7b7-4de4-8957-2474798c025a HTTP/1.1" 200 1211 0.002654 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883 HTTP/1.1" 200 3503 0.004374 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/911ccd5d-75ea-4df6-aa7e-61aec9e6e26b HTTP/1.1" 200 1796 0.003414 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004639 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883 HTTP/1.1" 200 3503 0.006691 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/911ccd5d-75ea-4df6-aa7e-61aec9e6e26b HTTP/1.1" 200 1796 0.003156 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/911ccd5d-75ea-4df6-aa7e-61aec9e6e26b HTTP/1.1" 200 1796 0.003051 10.0.0.27 - - [2025-05-22 02:01:43] "GET /route-target/483aec54-e7b7-4de4-8957-2474798c025a HTTP/1.1" 200 1211 0.002517 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domains HTTP/1.1" 200 280 0.002470 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2582 0.007501 10.0.0.27 - - [2025-05-22 02:01:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.27 - - [2025-05-22 02:01:43] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 2625 0.068831 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883 HTTP/1.1" 200 3503 0.009003 10.0.0.27 - - [2025-05-22 02:01:43] "GET /obj-perms HTTP/1.1" 200 5046 0.046967 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domains HTTP/1.1" 200 280 0.003317 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2582 0.009206 10.0.0.27 - - [2025-05-22 02:01:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.27 - - [2025-05-22 02:01:43] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 2625 0.074002 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a HTTP/1.1" 200 3509 0.008761 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a HTTP/1.1" 200 3509 0.005521 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/f2d31faf-e8ae-4380-b0f6-c011661b3062 HTTP/1.1" 200 1796 0.004520 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/f2d31faf-e8ae-4380-b0f6-c011661b3062 HTTP/1.1" 200 1796 0.003315 10.0.0.27 - - [2025-05-22 02:01:43] "GET /route-target/08d3b3b3-378c-4a99-a4cd-8d5d1e232c76 HTTP/1.1" 200 1211 0.003059 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a HTTP/1.1" 200 3509 0.004634 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/f2d31faf-e8ae-4380-b0f6-c011661b3062 HTTP/1.1" 200 1796 0.003314 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005848 10.0.0.27 - - [2025-05-22 02:01:43] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a HTTP/1.1" 200 3509 0.005471 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/f2d31faf-e8ae-4380-b0f6-c011661b3062 HTTP/1.1" 200 1796 0.003112 10.0.0.27 - - [2025-05-22 02:01:43] "GET /routing-instance/f2d31faf-e8ae-4380-b0f6-c011661b3062 HTTP/1.1" 200 1796 0.002896 10.0.0.27 - - [2025-05-22 02:01:43] "GET /route-target/08d3b3b3-378c-4a99-a4cd-8d5d1e232c76 HTTP/1.1" 200 1211 0.003562 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domains HTTP/1.1" 200 280 0.002535 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.27 - - [2025-05-22 02:01:43] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2582 0.006738 10.0.0.27 - - [2025-05-22 02:01:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.27 - - [2025-05-22 02:01:44] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 2625 0.066068 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a HTTP/1.1" 200 3509 0.004440 10.0.0.27 - - [2025-05-22 02:01:44] "GET /obj-perms HTTP/1.1" 200 5046 0.002965 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005608 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1115 0.007705 10.0.0.27 - - [2025-05-22 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/3857ae2d-31d8-4666-9437-4226c5036916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005593 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1007 0.052879 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1007 0.006790 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/ec32ee55-f471-43a6-a5fe-ac8ec420c74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.014248 10.0.0.27 - - [2025-05-22 02:01:44] "DELETE /access-control-list/5d36523e-5453-4a64-a424-90b044e68f2a HTTP/1.1" 200 115 0.053688 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005266 10.0.0.27 - - [2025-05-22 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.010531 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1113 0.011741 10.0.0.27 - - [2025-05-22 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007452 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/3857ae2d-31d8-4666-9437-4226c5036916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004756 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1005 0.047096 10.0.0.27 - - [2025-05-22 02:01:44] "DELETE /access-control-list/f845882e-6d92-41c7-af15-53676480ddbb HTTP/1.1" 200 115 0.042535 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1005 0.011920 10.0.0.27 - - [2025-05-22 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.012321 10.0.0.27 - - [2025-05-22 02:01:44] "GET /virtual-network/8d53c9e4-006d-498f-b8a4-2ac78486e883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006017 10.0.0.27 - - [2025-05-22 02:01:44] "DELETE /network-policy/aa0eed8b-925c-4749-b518-7682f53a44eb HTTP/1.1" 200 115 0.022292 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1007 0.006884 10.0.0.27 - - [2025-05-22 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009717 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003339 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001968 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001752 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001825 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 151 0.092210 10.0.0.27 - - [2025-05-22 02:01:44] "DELETE /route-target/08d3b3b3-378c-4a99-a4cd-8d5d1e232c76 HTTP/1.1" 200 115 0.023790 10.0.0.27 - - [2025-05-22 02:01:44] "GET /routing-instance/f2d31faf-e8ae-4380-b0f6-c011661b3062 HTTP/1.1" 404 171 0.002608 10.0.0.27 - - [2025-05-22 02:01:44] "GET /domains HTTP/1.1" 200 280 0.002392 10.0.0.27 - - [2025-05-22 02:01:44] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.27 - - [2025-05-22 02:01:44] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2582 0.047031 10.0.0.27 - - [2025-05-22 02:01:44] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.27 - - [2025-05-22 02:01:44] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 2145 0.062476 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 1005 0.006724 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004084 10.0.0.27 - - [2025-05-22 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.053941 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002014 10.0.0.27 - - [2025-05-22 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001666 10.0.0.27 - - [2025-05-22 02:01:44] "POST /neutron/network HTTP/1.1" 200 151 0.139513 10.0.0.27 - - [2025-05-22 02:01:44] "DELETE /route-target/483aec54-e7b7-4de4-8957-2474798c025a HTTP/1.1" 200 115 0.073562 10.0.0.27 - - [2025-05-22 02:01:44] "GET /routing-instance/911ccd5d-75ea-4df6-aa7e-61aec9e6e26b HTTP/1.1" 404 171 0.002305 10.0.0.27 - - [2025-05-22 02:01:44] "GET /domains HTTP/1.1" 200 280 0.003105 10.0.0.27 - - [2025-05-22 02:01:44] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002163 10.0.0.27 - - [2025-05-22 02:01:44] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2582 0.050364 10.0.0.27 - - [2025-05-22 02:01:44] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.27 - - [2025-05-22 02:01:44] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 1900 0.064258 10.0.0.27 - - [2025-05-22 02:01:45] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.27 - - [2025-05-22 02:01:45] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022287 10.0.0.27 - - [2025-05-22 02:01:45] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.27 - - [2025-05-22 02:01:45] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?fields=virtual_networks HTTP/1.1" 200 1048 0.070606 10.0.0.27 - - [2025-05-22 02:01:45] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.27 - - [2025-05-22 02:01:45] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.026912 10.0.0.27 - - [2025-05-22 02:01:45] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.27 - - [2025-05-22 02:01:45] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?fields=security_groups HTTP/1.1" 200 1282 0.021256 10.0.0.27 - - [2025-05-22 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.022306 10.0.0.27 - - [2025-05-22 02:01:46] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002292 10.0.0.27 - - [2025-05-22 02:01:46] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.27 - - [2025-05-22 02:01:46] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006778 10.0.0.27 - - [2025-05-22 02:01:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.001347 10.0.0.27 - - [2025-05-22 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.002295 10.0.0.27 - - [2025-05-22 02:01:46] "POST /security-groups HTTP/1.1" 200 593 0.059524 10.0.0.27 - - [2025-05-22 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002934 10.0.0.27 - - [2025-05-22 02:01:46] "POST /projects HTTP/1.1" 200 589 0.202835 10.0.0.27 - - [2025-05-22 02:01:46] "POST /access-control-lists HTTP/1.1" 200 598 0.059191 10.0.0.27 - - [2025-05-22 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.274458 10.0.0.27 - - [2025-05-22 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.003500 10.0.0.27 - - [2025-05-22 02:01:46] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.399436 10.0.0.27 - - [2025-05-22 02:01:46] "POST /access-control-lists HTTP/1.1" 200 596 0.056146 10.0.0.27 - - [2025-05-22 02:01:46] "GET /obj-perms HTTP/1.1" 200 5056 0.055354 10.0.0.27 - - [2025-05-22 02:01:47] "GET /obj-perms HTTP/1.1" 200 5056 0.051781 10.0.0.27 - - [2025-05-22 02:01:48] "GET / HTTP/1.1" 200 35931 0.001568 10.0.0.27 - - [2025-05-22 02:01:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2025-05-22 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.049252 10.0.0.27 - - [2025-05-22 02:01:49] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001274 10.0.0.27 - - [2025-05-22 02:01:49] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033541 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 117 0.025442 10.0.0.27 - - [2025-05-22 02:01:49] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 607 0.066607 10.0.0.27 - - [2025-05-22 02:01:49] "POST /route-targets HTTP/1.1" 200 327 0.015331 10.0.0.27 - - [2025-05-22 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.010948 10.0.0.27 - - [2025-05-22 02:01:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004211 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.132892 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 827 0.006060 10.0.0.27 - - [2025-05-22 02:01:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001156 10.0.0.27 - - [2025-05-22 02:01:49] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004695 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 827 0.005464 10.0.0.27 - - [2025-05-22 02:01:49] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004776 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 827 0.005240 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.006279 10.0.0.27 - - [2025-05-22 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.27 - - [2025-05-22 02:01:49] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.27 - - [2025-05-22 02:01:49] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025802 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 117 0.010416 10.0.0.27 - - [2025-05-22 02:01:49] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.27 - - [2025-05-22 02:01:49] "POST /neutron/network HTTP/1.1" 200 607 0.070364 10.0.0.27 - - [2025-05-22 02:01:50] "POST /route-targets HTTP/1.1" 200 327 0.010698 10.0.0.27 - - [2025-05-22 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.014998 10.0.0.27 - - [2025-05-22 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.165093 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 828 0.005189 10.0.0.27 - - [2025-05-22 02:01:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001100 10.0.0.27 - - [2025-05-22 02:01:50] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004261 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 828 0.017308 10.0.0.27 - - [2025-05-22 02:01:50] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004966 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 828 0.005421 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.006736 10.0.0.27 - - [2025-05-22 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002570 10.0.0.27 - - [2025-05-22 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.27 - - [2025-05-22 02:01:50] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.27 - - [2025-05-22 02:01:50] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022752 10.0.0.27 - - [2025-05-22 02:01:50] "POST /network-policys HTTP/1.1" 200 571 0.017211 10.0.0.27 - - [2025-05-22 02:01:50] "GET /network-policy/bd48b637-bf22-4e72-a8b9-28651f83a91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004485 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 827 0.005290 10.0.0.27 - - [2025-05-22 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.002702 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 929 0.045590 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 929 0.042396 10.0.0.27 - - [2025-05-22 02:01:50] "POST /access-control-lists HTTP/1.1" 200 590 0.069092 10.0.0.27 - - [2025-05-22 02:01:50] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004426 10.0.0.27 - - [2025-05-22 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-05-22 02:01:50] "GET /network-policy/bd48b637-bf22-4e72-a8b9-28651f83a91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003670 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 828 0.005996 10.0.0.27 - - [2025-05-22 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003627 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 930 0.043894 10.0.0.27 - - [2025-05-22 02:01:50] "POST /neutron/network HTTP/1.1" 200 930 0.039819 10.0.0.27 - - [2025-05-22 02:01:50] "POST /access-control-lists HTTP/1.1" 200 590 0.066918 10.0.0.27 - - [2025-05-22 02:01:50] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004671 10.0.0.27 - - [2025-05-22 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002171 10.0.0.27 - - [2025-05-22 02:01:51] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.27 - - [2025-05-22 02:01:51] "GET /network-policy/bd48b637-bf22-4e72-a8b9-28651f83a91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003270 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domains HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-05-22 02:01:51] "PUT /access-control-list/d202ce24-67a6-45a3-958a-b52a0755d159 HTTP/1.1" 200 272 0.054218 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domains HTTP/1.1" 200 280 0.022957 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2770 0.008360 10.0.0.27 - - [2025-05-22 02:01:51] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.27 - - [2025-05-22 02:01:51] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 2570 0.067094 10.0.0.27 - - [2025-05-22 02:01:51] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae HTTP/1.1" 200 2893 0.005424 10.0.0.27 - - [2025-05-22 02:01:51] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae HTTP/1.1" 200 2893 0.005037 10.0.0.27 - - [2025-05-22 02:01:51] "GET /routing-instance/2242d171-9dc8-4448-ab61-85d16433bd78 HTTP/1.1" 200 1783 0.003546 10.0.0.27 - - [2025-05-22 02:01:51] "GET /routing-instance/2242d171-9dc8-4448-ab61-85d16433bd78 HTTP/1.1" 200 1783 0.003220 10.0.0.27 - - [2025-05-22 02:01:51] "GET /route-target/c9b59301-4a65-40b1-a2ca-df92dd54dbba HTTP/1.1" 200 1207 0.003170 10.0.0.27 - - [2025-05-22 02:01:51] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae HTTP/1.1" 200 2893 0.005054 10.0.0.27 - - [2025-05-22 02:01:51] "GET /routing-instance/2242d171-9dc8-4448-ab61-85d16433bd78 HTTP/1.1" 200 1783 0.003189 10.0.0.27 - - [2025-05-22 02:01:51] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004314 10.0.0.27 - - [2025-05-22 02:01:51] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae HTTP/1.1" 200 2893 0.004659 10.0.0.27 - - [2025-05-22 02:01:51] "GET /routing-instance/2242d171-9dc8-4448-ab61-85d16433bd78 HTTP/1.1" 200 1783 0.003372 10.0.0.27 - - [2025-05-22 02:01:51] "GET /routing-instance/2242d171-9dc8-4448-ab61-85d16433bd78 HTTP/1.1" 200 1783 0.003079 10.0.0.27 - - [2025-05-22 02:01:51] "GET /route-target/c9b59301-4a65-40b1-a2ca-df92dd54dbba HTTP/1.1" 200 1207 0.003005 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domains HTTP/1.1" 200 280 0.002488 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.27 - - [2025-05-22 02:01:51] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2770 0.006389 10.0.0.27 - - [2025-05-22 02:01:51] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.27 - - [2025-05-22 02:01:51] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 2570 0.065161 10.0.0.27 - - [2025-05-22 02:01:51] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae HTTP/1.1" 200 2893 0.004306 10.0.0.27 - - [2025-05-22 02:01:52] "GET /obj-perms HTTP/1.1" 200 5034 0.045305 10.0.0.27 - - [2025-05-22 02:01:52] "GET /domains HTTP/1.1" 200 280 0.002575 10.0.0.27 - - [2025-05-22 02:01:52] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.27 - - [2025-05-22 02:01:52] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2770 0.006530 10.0.0.27 - - [2025-05-22 02:01:52] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002289 10.0.0.27 - - [2025-05-22 02:01:52] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 2570 0.067834 10.0.0.27 - - [2025-05-22 02:01:52] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11 HTTP/1.1" 200 2896 0.006298 10.0.0.27 - - [2025-05-22 02:01:52] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11 HTTP/1.1" 200 2896 0.004386 10.0.0.27 - - [2025-05-22 02:01:52] "GET /routing-instance/581c1f71-d572-492d-b16e-f2afb188c803 HTTP/1.1" 200 1783 0.003225 10.0.0.27 - - [2025-05-22 02:01:52] "GET /routing-instance/581c1f71-d572-492d-b16e-f2afb188c803 HTTP/1.1" 200 1783 0.002913 10.0.0.27 - - [2025-05-22 02:01:52] "GET /route-target/17da32b6-e0cc-4017-9314-70bc046d1f16 HTTP/1.1" 200 1206 0.002708 10.0.0.27 - - [2025-05-22 02:01:52] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11 HTTP/1.1" 200 2896 0.004569 10.0.0.27 - - [2025-05-22 02:01:52] "GET /routing-instance/581c1f71-d572-492d-b16e-f2afb188c803 HTTP/1.1" 200 1783 0.003104 10.0.0.27 - - [2025-05-22 02:01:52] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004900 10.0.0.27 - - [2025-05-22 02:01:52] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11 HTTP/1.1" 200 2896 0.004460 10.0.0.27 - - [2025-05-22 02:01:52] "GET /routing-instance/581c1f71-d572-492d-b16e-f2afb188c803 HTTP/1.1" 200 1783 0.003145 10.0.0.27 - - [2025-05-22 02:01:52] "GET /routing-instance/581c1f71-d572-492d-b16e-f2afb188c803 HTTP/1.1" 200 1783 0.002910 10.0.0.27 - - [2025-05-22 02:01:52] "GET /route-target/17da32b6-e0cc-4017-9314-70bc046d1f16 HTTP/1.1" 200 1206 0.002452 10.0.0.27 - - [2025-05-22 02:01:52] "GET /domains HTTP/1.1" 200 280 0.002000 10.0.0.27 - - [2025-05-22 02:01:52] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.27 - - [2025-05-22 02:01:52] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2770 0.006205 10.0.0.27 - - [2025-05-22 02:01:52] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.27 - - [2025-05-22 02:01:52] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 2570 0.065874 10.0.0.27 - - [2025-05-22 02:01:52] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11 HTTP/1.1" 200 2896 0.004399 10.0.0.27 - - [2025-05-22 02:01:52] "GET /obj-perms HTTP/1.1" 200 5034 0.002902 10.0.0.27 - - [2025-05-22 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001423 10.0.0.27 - - [2025-05-22 02:01:52] "POST /neutron/network HTTP/1.1" 200 939 0.007054 10.0.0.27 - - [2025-05-22 02:01:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-05-22 02:01:52] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.27 - - [2025-05-22 02:01:52] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-05-22 02:01:53] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.27 - - [2025-05-22 02:01:53] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044223 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/network HTTP/1.1" 200 929 0.005470 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.005914 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.004430 10.0.0.27 - - [2025-05-22 02:01:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001166 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.004948 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/network HTTP/1.1" 200 940 0.005167 10.0.0.27 - - [2025-05-22 02:01:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/network HTTP/1.1" 200 939 0.005753 10.0.0.27 - - [2025-05-22 02:01:53] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.27 - - [2025-05-22 02:01:53] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.27 - - [2025-05-22 02:01:53] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/port HTTP/1.1" 200 1063 0.212192 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/port HTTP/1.1" 200 1063 0.008926 10.0.0.27 - - [2025-05-22 02:01:53] "POST /neutron/port HTTP/1.1" 200 1063 0.007571 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1117 0.063217 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1091 0.016756 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003455 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/subnet HTTP/1.1" 200 704 0.010664 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/network HTTP/1.1" 200 929 0.005936 10.0.0.27 - - [2025-05-22 02:01:54] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001330 10.0.0.27 - - [2025-05-22 02:01:54] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041841 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/network HTTP/1.1" 200 930 0.005096 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1091 0.022476 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008752 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 117 0.004579 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/port HTTP/1.1" 200 1091 0.021460 10.0.0.27 - - [2025-05-22 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005862 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/network HTTP/1.1" 200 940 0.008846 10.0.0.27 - - [2025-05-22 02:01:55] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.012300 10.0.0.27 - - [2025-05-22 02:01:55] "PUT /access-control-list/4a0eb4c5-5def-45b9-b09d-3c61a326b833 HTTP/1.1" 200 272 0.012459 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/port HTTP/1.1" 200 1064 0.267592 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/port HTTP/1.1" 200 1064 0.019488 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/port HTTP/1.1" 200 1064 0.010972 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/port HTTP/1.1" 200 1118 0.097181 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/port HTTP/1.1" 200 1092 0.016330 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003954 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.010739 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.27 - - [2025-05-22 02:01:55] "POST /neutron/network HTTP/1.1" 200 930 0.006908 10.0.0.27 - - [2025-05-22 02:01:59] "POST /neutron/port HTTP/1.1" 200 1091 0.014916 10.0.0.27 - - [2025-05-22 02:01:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005839 10.0.0.27 - - [2025-05-22 02:01:59] "POST /neutron/port HTTP/1.1" 200 1091 0.014045 10.0.0.27 - - [2025-05-22 02:01:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006111 10.0.0.27 - - [2025-05-22 02:01:59] "POST /neutron/port HTTP/1.1" 200 1091 0.013925 10.0.0.27 - - [2025-05-22 02:01:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006825 10.0.0.27 - - [2025-05-22 02:01:59] "GET /virtual-machine/307df897-7ade-4e1d-bb22-dfb5d055fa72 HTTP/1.1" 200 1294 0.004603 10.0.0.27 - - [2025-05-22 02:01:59] "GET /virtual-machine-interface/c714e830-7379-495a-b180-60a34e9a87ea HTTP/1.1" 200 2952 0.005082 10.0.0.27 - - [2025-05-22 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.27 - - [2025-05-22 02:01:59] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002882 10.0.0.27 - - [2025-05-22 02:01:59] "GET /virtual-networks?parent_id=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002921 10.0.0.27 - - [2025-05-22 02:01:59] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005598 10.0.0.27 - - [2025-05-22 02:02:02] "POST /neutron/port HTTP/1.1" 200 1091 0.014541 10.0.0.27 - - [2025-05-22 02:02:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004814 10.0.0.27 - - [2025-05-22 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-05-22 02:02:03] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004558 10.0.0.27 - - [2025-05-22 02:02:03] "POST /neutron/port HTTP/1.1" 200 1092 0.014881 10.0.0.27 - - [2025-05-22 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004995 10.0.0.27 - - [2025-05-22 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.27 - - [2025-05-22 02:02:05] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002762 10.0.0.27 - - [2025-05-22 02:02:05] "GET /virtual-networks?parent_id=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003248 10.0.0.27 - - [2025-05-22 02:02:05] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005003 10.0.0.27 - - [2025-05-22 02:02:05] "POST /neutron/port HTTP/1.1" 200 1092 0.015321 10.0.0.27 - - [2025-05-22 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006806 10.0.0.27 - - [2025-05-22 02:02:05] "POST /neutron/port HTTP/1.1" 200 1092 0.014437 10.0.0.27 - - [2025-05-22 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006358 10.0.0.27 - - [2025-05-22 02:02:05] "POST /neutron/port HTTP/1.1" 200 1092 0.014927 10.0.0.27 - - [2025-05-22 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006060 10.0.0.27 - - [2025-05-22 02:02:05] "GET /virtual-machine/4d240579-16b3-4785-819a-ab3e82fff184 HTTP/1.1" 200 1293 0.005331 10.0.0.27 - - [2025-05-22 02:02:05] "GET /virtual-machine-interface/fb92a073-bdb9-4c8a-890b-de7b5482a03a HTTP/1.1" 200 2951 0.007045 10.0.0.27 - - [2025-05-22 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.27 - - [2025-05-22 02:02:05] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002959 10.0.0.27 - - [2025-05-22 02:02:05] "GET /virtual-networks?parent_id=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003285 10.0.0.27 - - [2025-05-22 02:02:05] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006605 10.0.0.27 - - [2025-05-22 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.27 - - [2025-05-22 02:02:07] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003402 10.0.0.27 - - [2025-05-22 02:02:07] "GET /virtual-networks?parent_id=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002999 10.0.0.27 - - [2025-05-22 02:02:07] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005185 10.0.0.27 - - [2025-05-22 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-05-22 02:02:11] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.27 - - [2025-05-22 02:02:11] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.020479 10.0.0.27 - - [2025-05-22 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-05-22 02:02:11] "PUT /network-policy/bd48b637-bf22-4e72-a8b9-28651f83a91b HTTP/1.1" 200 262 0.010099 10.0.0.27 - - [2025-05-22 02:02:11] "PUT /access-control-list/4a0eb4c5-5def-45b9-b09d-3c61a326b833 HTTP/1.1" 200 272 0.053511 10.0.0.27 - - [2025-05-22 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.014027 10.0.0.27 - - [2025-05-22 02:02:11] "PUT /access-control-list/d202ce24-67a6-45a3-958a-b52a0755d159 HTTP/1.1" 200 272 0.053567 10.0.0.27 - - [2025-05-22 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.27 - - [2025-05-22 02:02:14] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005652 10.0.0.27 - - [2025-05-22 02:02:14] "POST /neutron/network HTTP/1.1" 200 930 0.005385 10.0.0.27 - - [2025-05-22 02:02:14] "POST /neutron/network HTTP/1.1" 200 828 0.044148 10.0.0.27 - - [2025-05-22 02:02:14] "DELETE /access-control-list/4a0eb4c5-5def-45b9-b09d-3c61a326b833 HTTP/1.1" 200 115 0.028409 10.0.0.27 - - [2025-05-22 02:02:14] "POST /neutron/network HTTP/1.1" 200 828 0.009455 10.0.0.27 - - [2025-05-22 02:02:14] "GET /virtual-network/0ca80f2b-be5d-4780-b4d1-27e13e836d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004548 10.0.0.27 - - [2025-05-22 02:02:14] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004362 10.0.0.27 - - [2025-05-22 02:02:14] "POST /neutron/network HTTP/1.1" 200 929 0.005259 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/network HTTP/1.1" 200 827 0.045957 10.0.0.27 - - [2025-05-22 02:02:15] "DELETE /access-control-list/d202ce24-67a6-45a3-958a-b52a0755d159 HTTP/1.1" 200 115 0.030863 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/network HTTP/1.1" 200 827 0.009113 10.0.0.27 - - [2025-05-22 02:02:15] "GET /virtual-network/2c06a33c-b98c-445f-84f1-3ccf43b217ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009500 10.0.0.27 - - [2025-05-22 02:02:15] "DELETE /network-policy/bd48b637-bf22-4e72-a8b9-28651f83a91b HTTP/1.1" 200 115 0.033203 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/network HTTP/1.1" 200 828 0.004785 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/network HTTP/1.1" 400 204 0.016398 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/port HTTP/1.1" 200 1092 0.018852 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/port HTTP/1.1" 200 1118 0.008015 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/port HTTP/1.1" 200 1091 0.016279 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/port HTTP/1.1" 200 1117 0.010638 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/port HTTP/1.1" 200 151 0.123637 10.0.0.27 - - [2025-05-22 02:02:15] "POST /neutron/port HTTP/1.1" 200 151 0.116816 10.0.0.27 - - [2025-05-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 828 0.005554 10.0.0.27 - - [2025-05-22 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2025-05-22 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.27 - - [2025-05-22 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003036 10.0.0.27 - - [2025-05-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 151 0.076552 10.0.0.27 - - [2025-05-22 02:02:17] "DELETE /route-target/17da32b6-e0cc-4017-9314-70bc046d1f16 HTTP/1.1" 200 115 0.014485 10.0.0.27 - - [2025-05-22 02:02:17] "GET /routing-instance/581c1f71-d572-492d-b16e-f2afb188c803 HTTP/1.1" 404 171 0.002261 10.0.0.27 - - [2025-05-22 02:02:17] "GET /domains HTTP/1.1" 200 280 0.002019 10.0.0.27 - - [2025-05-22 02:02:17] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.27 - - [2025-05-22 02:02:17] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2770 0.047501 10.0.0.27 - - [2025-05-22 02:02:17] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.27 - - [2025-05-22 02:02:17] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 2102 0.070125 10.0.0.27 - - [2025-05-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 827 0.006715 10.0.0.27 - - [2025-05-22 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003316 10.0.0.27 - - [2025-05-22 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2025-05-22 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001614 10.0.0.27 - - [2025-05-22 02:02:17] "POST /neutron/network HTTP/1.1" 200 151 0.071697 10.0.0.27 - - [2025-05-22 02:02:17] "DELETE /route-target/c9b59301-4a65-40b1-a2ca-df92dd54dbba HTTP/1.1" 200 115 0.013555 10.0.0.27 - - [2025-05-22 02:02:17] "GET /routing-instance/2242d171-9dc8-4448-ab61-85d16433bd78 HTTP/1.1" 404 171 0.002033 10.0.0.27 - - [2025-05-22 02:02:17] "GET /domains HTTP/1.1" 200 280 0.001954 10.0.0.27 - - [2025-05-22 02:02:17] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.27 - - [2025-05-22 02:02:17] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2770 0.049718 10.0.0.27 - - [2025-05-22 02:02:17] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.27 - - [2025-05-22 02:02:17] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 1863 0.064070 10.0.0.27 - - [2025-05-22 02:02:17] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.27 - - [2025-05-22 02:02:17] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024473 10.0.0.27 - - [2025-05-22 02:02:17] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.27 - - [2025-05-22 02:02:17] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?fields=virtual_networks HTTP/1.1" 200 1035 0.067099 10.0.0.27 - - [2025-05-22 02:02:18] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.27 - - [2025-05-22 02:02:18] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021912 10.0.0.27 - - [2025-05-22 02:02:18] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.27 - - [2025-05-22 02:02:18] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?fields=security_groups HTTP/1.1" 200 1263 0.023719 10.0.0.27 - - [2025-05-22 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.022387 10.0.0.27 - - [2025-05-22 02:02:18] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002317 10.0.0.27 - - [2025-05-22 02:02:18] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.27 - - [2025-05-22 02:02:18] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007563 10.0.0.27 - - [2025-05-22 02:02:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.001229 10.0.0.27 - - [2025-05-22 02:02:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.003184 10.0.0.27 - - [2025-05-22 02:02:19] "POST /security-groups HTTP/1.1" 200 589 0.067695 10.0.0.27 - - [2025-05-22 02:02:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.002338 10.0.0.27 - - [2025-05-22 02:02:19] "POST /projects HTTP/1.1" 200 581 0.218870 10.0.0.27 - - [2025-05-22 02:02:19] "POST /access-control-lists HTTP/1.1" 200 594 0.054497 10.0.0.27 - - [2025-05-22 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.289744 10.0.0.27 - - [2025-05-22 02:02:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.002525 10.0.0.27 - - [2025-05-22 02:02:19] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.404717 10.0.0.27 - - [2025-05-22 02:02:19] "POST /access-control-lists HTTP/1.1" 200 592 0.060016 10.0.0.27 - - [2025-05-22 02:02:20] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.27 - - [2025-05-22 02:02:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-05-22 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.048396 10.0.0.27 - - [2025-05-22 02:02:21] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.27 - - [2025-05-22 02:02:21] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023062 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/network HTTP/1.1" 200 117 0.028017 10.0.0.27 - - [2025-05-22 02:02:21] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001805 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/network HTTP/1.1" 200 613 0.072916 10.0.0.27 - - [2025-05-22 02:02:21] "POST /route-targets HTTP/1.1" 200 327 0.013055 10.0.0.27 - - [2025-05-22 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.011287 10.0.0.27 - - [2025-05-22 02:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002661 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.140567 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/network HTTP/1.1" 200 834 0.005198 10.0.0.27 - - [2025-05-22 02:02:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001174 10.0.0.27 - - [2025-05-22 02:02:21] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004626 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/network HTTP/1.1" 200 834 0.005498 10.0.0.27 - - [2025-05-22 02:02:21] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004939 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/network HTTP/1.1" 200 834 0.005431 10.0.0.27 - - [2025-05-22 02:02:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.008410 10.0.0.27 - - [2025-05-22 02:02:21] "GET /domains HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2025-05-22 02:02:22] "GET /domains HTTP/1.1" 200 280 0.023277 10.0.0.27 - - [2025-05-22 02:02:22] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.27 - - [2025-05-22 02:02:22] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2954 0.007901 10.0.0.27 - - [2025-05-22 02:02:22] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.27 - - [2025-05-22 02:02:22] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2081 0.070311 10.0.0.27 - - [2025-05-22 02:02:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702 HTTP/1.1" 200 2324 0.006042 10.0.0.27 - - [2025-05-22 02:02:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702 HTTP/1.1" 200 2324 0.004895 10.0.0.27 - - [2025-05-22 02:02:22] "GET /routing-instance/84b7dde3-46be-4124-9694-bddb375b8a07 HTTP/1.1" 200 1493 0.003522 10.0.0.27 - - [2025-05-22 02:02:22] "GET /routing-instance/84b7dde3-46be-4124-9694-bddb375b8a07 HTTP/1.1" 200 1493 0.003209 10.0.0.27 - - [2025-05-22 02:02:22] "GET /route-target/0ff3671e-01bb-42ed-b5dc-cd9f3a4c201a HTTP/1.1" 200 1212 0.002908 10.0.0.27 - - [2025-05-22 02:02:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702 HTTP/1.1" 200 2324 0.004350 10.0.0.27 - - [2025-05-22 02:02:22] "GET /routing-instance/84b7dde3-46be-4124-9694-bddb375b8a07 HTTP/1.1" 200 1493 0.002959 10.0.0.27 - - [2025-05-22 02:02:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004269 10.0.0.27 - - [2025-05-22 02:02:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702 HTTP/1.1" 200 2324 0.004871 10.0.0.27 - - [2025-05-22 02:02:22] "GET /routing-instance/84b7dde3-46be-4124-9694-bddb375b8a07 HTTP/1.1" 200 1493 0.003055 10.0.0.27 - - [2025-05-22 02:02:22] "GET /routing-instance/84b7dde3-46be-4124-9694-bddb375b8a07 HTTP/1.1" 200 1493 0.003109 10.0.0.27 - - [2025-05-22 02:02:22] "GET /route-target/0ff3671e-01bb-42ed-b5dc-cd9f3a4c201a HTTP/1.1" 200 1212 0.002753 10.0.0.27 - - [2025-05-22 02:02:22] "GET /domains HTTP/1.1" 200 280 0.002788 10.0.0.27 - - [2025-05-22 02:02:22] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001490 10.0.0.27 - - [2025-05-22 02:02:22] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2954 0.008860 10.0.0.27 - - [2025-05-22 02:02:22] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.27 - - [2025-05-22 02:02:22] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2081 0.064982 10.0.0.27 - - [2025-05-22 02:02:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702 HTTP/1.1" 200 2324 0.004353 10.0.0.27 - - [2025-05-22 02:02:22] "GET /obj-perms HTTP/1.1" 200 5026 0.047666 10.0.0.27 - - [2025-05-22 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2025-05-22 02:02:22] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.27 - - [2025-05-22 02:02:22] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022912 10.0.0.27 - - [2025-05-22 02:02:22] "POST /neutron/network HTTP/1.1" 200 117 0.009344 10.0.0.27 - - [2025-05-22 02:02:22] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/network HTTP/1.1" 200 613 0.088638 10.0.0.27 - - [2025-05-22 02:02:23] "POST /route-targets HTTP/1.1" 200 327 0.009674 10.0.0.27 - - [2025-05-22 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.012775 10.0.0.27 - - [2025-05-22 02:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.184991 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/network HTTP/1.1" 200 832 0.004977 10.0.0.27 - - [2025-05-22 02:02:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001067 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004171 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/network HTTP/1.1" 200 832 0.004987 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004419 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/network HTTP/1.1" 200 832 0.005219 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.007749 10.0.0.27 - - [2025-05-22 02:02:23] "GET /domains HTTP/1.1" 200 280 0.002094 10.0.0.27 - - [2025-05-22 02:02:23] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.27 - - [2025-05-22 02:02:23] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2954 0.006135 10.0.0.27 - - [2025-05-22 02:02:23] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.27 - - [2025-05-22 02:02:23] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2299 0.061399 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439 HTTP/1.1" 200 2319 0.005290 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439 HTTP/1.1" 200 2319 0.004537 10.0.0.27 - - [2025-05-22 02:02:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f HTTP/1.1" 200 1493 0.003796 10.0.0.27 - - [2025-05-22 02:02:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f HTTP/1.1" 200 1493 0.003263 10.0.0.27 - - [2025-05-22 02:02:23] "GET /route-target/58fd6a49-295e-4f4f-9a03-ec39756b767b HTTP/1.1" 200 1212 0.002980 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439 HTTP/1.1" 200 2319 0.004543 10.0.0.27 - - [2025-05-22 02:02:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f HTTP/1.1" 200 1493 0.003175 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004587 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439 HTTP/1.1" 200 2319 0.004452 10.0.0.27 - - [2025-05-22 02:02:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f HTTP/1.1" 200 1493 0.003277 10.0.0.27 - - [2025-05-22 02:02:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f HTTP/1.1" 200 1493 0.003420 10.0.0.27 - - [2025-05-22 02:02:23] "GET /route-target/58fd6a49-295e-4f4f-9a03-ec39756b767b HTTP/1.1" 200 1212 0.002764 10.0.0.27 - - [2025-05-22 02:02:23] "GET /domains HTTP/1.1" 200 280 0.002947 10.0.0.27 - - [2025-05-22 02:02:23] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.27 - - [2025-05-22 02:02:23] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2954 0.009120 10.0.0.27 - - [2025-05-22 02:02:23] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.27 - - [2025-05-22 02:02:23] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2299 0.064233 10.0.0.27 - - [2025-05-22 02:02:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439 HTTP/1.1" 200 2319 0.004457 10.0.0.27 - - [2025-05-22 02:02:23] "GET /obj-perms HTTP/1.1" 200 5026 0.003352 10.0.0.27 - - [2025-05-22 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.27 - - [2025-05-22 02:02:23] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001608 10.0.0.27 - - [2025-05-22 02:02:23] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026354 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/network HTTP/1.1" 200 117 0.009471 10.0.0.27 - - [2025-05-22 02:02:23] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.27 - - [2025-05-22 02:02:23] "POST /neutron/network HTTP/1.1" 200 615 0.077348 10.0.0.27 - - [2025-05-22 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.012933 10.0.0.27 - - [2025-05-22 02:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004377 10.0.0.27 - - [2025-05-22 02:02:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.173441 10.0.0.27 - - [2025-05-22 02:02:24] "POST /neutron/network HTTP/1.1" 200 835 0.005187 10.0.0.27 - - [2025-05-22 02:02:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001091 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004260 10.0.0.27 - - [2025-05-22 02:02:24] "POST /neutron/network HTTP/1.1" 200 835 0.005216 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004373 10.0.0.27 - - [2025-05-22 02:02:24] "POST /neutron/network HTTP/1.1" 200 835 0.005411 10.0.0.27 - - [2025-05-22 02:02:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.006539 10.0.0.27 - - [2025-05-22 02:02:24] "GET /domains HTTP/1.1" 200 280 0.002760 10.0.0.27 - - [2025-05-22 02:02:24] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.27 - - [2025-05-22 02:02:24] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2954 0.010662 10.0.0.27 - - [2025-05-22 02:02:24] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.27 - - [2025-05-22 02:02:24] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2518 0.071308 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe HTTP/1.1" 200 2326 0.006300 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe HTTP/1.1" 200 2326 0.004346 10.0.0.27 - - [2025-05-22 02:02:24] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043 HTTP/1.1" 200 1498 0.003095 10.0.0.27 - - [2025-05-22 02:02:24] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043 HTTP/1.1" 200 1498 0.002762 10.0.0.27 - - [2025-05-22 02:02:24] "GET /route-target/9884eca8-f7a2-443d-bd95-9e0a6554131d HTTP/1.1" 200 1215 0.003011 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe HTTP/1.1" 200 2326 0.004215 10.0.0.27 - - [2025-05-22 02:02:24] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043 HTTP/1.1" 200 1498 0.002983 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004306 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe HTTP/1.1" 200 2326 0.004366 10.0.0.27 - - [2025-05-22 02:02:24] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043 HTTP/1.1" 200 1498 0.002939 10.0.0.27 - - [2025-05-22 02:02:24] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043 HTTP/1.1" 200 1498 0.002772 10.0.0.27 - - [2025-05-22 02:02:24] "GET /route-target/9884eca8-f7a2-443d-bd95-9e0a6554131d HTTP/1.1" 200 1215 0.002494 10.0.0.27 - - [2025-05-22 02:02:24] "GET /domains HTTP/1.1" 200 280 0.002557 10.0.0.27 - - [2025-05-22 02:02:24] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.27 - - [2025-05-22 02:02:24] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2954 0.006387 10.0.0.27 - - [2025-05-22 02:02:24] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.27 - - [2025-05-22 02:02:24] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2518 0.062353 10.0.0.27 - - [2025-05-22 02:02:24] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe HTTP/1.1" 200 2326 0.004642 10.0.0.27 - - [2025-05-22 02:02:24] "GET /obj-perms HTTP/1.1" 200 5026 0.002973 10.0.0.27 - - [2025-05-22 02:02:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001278 10.0.0.27 - - [2025-05-22 02:02:24] "POST /neutron/network HTTP/1.1" 200 842 0.005675 10.0.0.27 - - [2025-05-22 02:02:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-05-22 02:02:25] "GET / HTTP/1.1" 200 35931 0.002475 10.0.0.27 - - [2025-05-22 02:02:25] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000580 10.0.0.27 - - [2025-05-22 02:02:25] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.27 - - [2025-05-22 02:02:25] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045125 10.0.0.27 - - [2025-05-22 02:02:25] "POST /neutron/network HTTP/1.1" 200 832 0.005048 10.0.0.27 - - [2025-05-22 02:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.004714 10.0.0.27 - - [2025-05-22 02:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.27 - - [2025-05-22 02:02:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001202 10.0.0.27 - - [2025-05-22 02:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.004677 10.0.0.27 - - [2025-05-22 02:02:25] "POST /neutron/network HTTP/1.1" 200 845 0.005531 10.0.0.27 - - [2025-05-22 02:02:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-05-22 02:02:25] "POST /neutron/network HTTP/1.1" 200 842 0.005424 10.0.0.27 - - [2025-05-22 02:02:25] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002772 10.0.0.27 - - [2025-05-22 02:02:26] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.27 - - [2025-05-22 02:02:26] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 1058 0.193649 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 1058 0.008828 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 1058 0.007554 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 1112 0.061678 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 1086 0.014452 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003130 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.010620 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/network HTTP/1.1" 200 832 0.005677 10.0.0.27 - - [2025-05-22 02:02:26] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.27 - - [2025-05-22 02:02:26] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046127 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/network HTTP/1.1" 200 835 0.005348 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 1086 0.026925 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006267 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/port HTTP/1.1" 200 117 0.004342 10.0.0.27 - - [2025-05-22 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.002652 10.0.0.27 - - [2025-05-22 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.27 - - [2025-05-22 02:02:26] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.27 - - [2025-05-22 02:02:26] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009591 10.0.0.27 - - [2025-05-22 02:02:26] "POST /service-templates HTTP/1.1" 200 543 0.028484 10.0.0.27 - - [2025-05-22 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.27 - - [2025-05-22 02:02:26] "GET /service-template/1f89b903-127a-4e6f-be76-e854e1c0a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.019591 10.0.0.27 - - [2025-05-22 02:02:26] "POST /neutron/network HTTP/1.1" 200 845 0.006025 10.0.0.27 - - [2025-05-22 02:02:26] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.27 - - [2025-05-22 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.27 - - [2025-05-22 02:02:27] "GET /service-template/1f89b903-127a-4e6f-be76-e854e1c0a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003724 10.0.0.27 - - [2025-05-22 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.014571 10.0.0.27 - - [2025-05-22 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001429 10.0.0.27 - - [2025-05-22 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 1059 0.290957 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 1059 0.011138 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 1059 0.010563 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 1113 0.067290 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 2057 0.036663 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007022 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 1087 0.022006 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004287 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.010720 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.27 - - [2025-05-22 02:02:27] "POST /neutron/network HTTP/1.1" 200 835 0.005568 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/network HTTP/1.1" 200 2226 0.013340 10.0.0.27 - - [2025-05-22 02:02:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-05-22 02:02:28] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.27 - - [2025-05-22 02:02:28] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-05-22 02:02:28] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.27 - - [2025-05-22 02:02:28] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052623 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/network HTTP/1.1" 200 834 0.005410 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/network HTTP/1.1" 200 832 0.005406 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/network HTTP/1.1" 200 835 0.004914 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/port HTTP/1.1" 200 2057 0.019828 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005419 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.004536 10.0.0.27 - - [2025-05-22 02:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.006237 10.0.0.27 - - [2025-05-22 02:02:29] "POST /neutron/network HTTP/1.1" 200 2226 0.023309 10.0.0.27 - - [2025-05-22 02:02:29] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002119 10.0.0.27 - - [2025-05-22 02:02:29] "POST /neutron/port HTTP/1.1" 200 1060 0.250585 10.0.0.27 - - [2025-05-22 02:02:29] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.27 - - [2025-05-22 02:02:29] "POST /neutron/port HTTP/1.1" 200 1058 0.217505 10.0.0.27 - - [2025-05-22 02:02:29] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.27 - - [2025-05-22 02:02:29] "POST /neutron/port HTTP/1.1" 200 1059 0.223092 10.0.0.27 - - [2025-05-22 02:02:29] "POST /neutron/port HTTP/1.1" 200 1060 0.009109 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1060 0.008358 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1114 0.063667 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1058 0.008044 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1058 0.008711 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1112 0.070075 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1059 0.008244 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1059 0.009504 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 1113 0.065947 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 3028 0.016951 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002885 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.009744 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/network HTTP/1.1" 200 834 0.005034 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002904 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.010015 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/network HTTP/1.1" 200 832 0.005694 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004054 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.009912 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.27 - - [2025-05-22 02:02:30] "POST /neutron/network HTTP/1.1" 200 835 0.005169 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 3028 0.021309 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006882 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 3028 0.020346 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006782 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 3028 0.025919 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008175 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 3028 0.023889 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005973 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 3028 0.022707 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006217 10.0.0.27 - - [2025-05-22 02:02:34] "GET /virtual-machine/2130bd18-2720-4d83-8ec5-4f5bb74dda5c HTTP/1.1" 200 1802 0.004694 10.0.0.27 - - [2025-05-22 02:02:34] "GET /virtual-machine-interface/512a566c-1f17-4fc0-bb00-7ef58503cfb6 HTTP/1.1" 200 2946 0.005303 10.0.0.27 - - [2025-05-22 02:02:34] "GET /virtual-machine-interface/b7ebf172-7521-449a-9cc5-3e2339e0c68b HTTP/1.1" 200 2947 0.005056 10.0.0.27 - - [2025-05-22 02:02:34] "GET /virtual-machine-interface/c0a34b3e-f062-4571-889f-1c6b4b237363 HTTP/1.1" 200 2949 0.005199 10.0.0.27 - - [2025-05-22 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.27 - - [2025-05-22 02:02:34] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003293 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/port HTTP/1.1" 200 1086 0.018877 10.0.0.27 - - [2025-05-22 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006231 10.0.0.27 - - [2025-05-22 02:02:34] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002779 10.0.0.27 - - [2025-05-22 02:02:34] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005514 10.0.0.27 - - [2025-05-22 02:02:35] "POST /neutron/port HTTP/1.1" 200 1087 0.014723 10.0.0.27 - - [2025-05-22 02:02:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005318 10.0.0.27 - - [2025-05-22 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.27 - - [2025-05-22 02:02:37] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004329 10.0.0.27 - - [2025-05-22 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2025-05-22 02:02:41] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004923 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /project/e0a5d217d98f48e09b35316f87bbd96b HTTP/1.1" 404 173 0.012633 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /project/03c53176aec84e41b9fb0bd1532e9ee9 HTTP/1.1" 404 173 0.009307 10.0.0.27 - - [2025-05-22 02:02:43] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.27 - - [2025-05-22 02:02:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.27 - - [2025-05-22 02:02:43] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.041990 10.0.0.27 - - [2025-05-22 02:02:43] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.046075 10.0.0.27 - - [2025-05-22 02:02:43] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.27 - - [2025-05-22 02:02:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.27 - - [2025-05-22 02:02:43] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?fields=security_groups HTTP/1.1" 200 1387 0.044887 10.0.0.27 - - [2025-05-22 02:02:43] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?fields=security_groups HTTP/1.1" 200 1368 0.048561 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /security-group/cf6add7b-687f-4362-b206-dfa95113f061 HTTP/1.1" 200 115 0.055191 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /security-group/afe94ddd-7eb6-4aa9-9146-159bccbb2786 HTTP/1.1" 200 115 0.059423 10.0.0.27 - - [2025-05-22 02:02:43] "GET /projects?obj_uuids=16808ec2-f394-4bac-ad12-06456abee65c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.27 - - [2025-05-22 02:02:43] "GET /projects?obj_uuids=03c53176-aec8-4e41-b9fb-0bd1532e9ee9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000907 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /access-control-list/ff52bcb7-5ea1-47dd-ac19-25f6d13d187e HTTP/1.1" 200 115 0.049820 10.0.0.27 - - [2025-05-22 02:02:43] "GET /project/16808ec2-f394-4bac-ad12-06456abee65c?fields=application_policy_sets HTTP/1.1" 200 1426 0.051184 10.0.0.27 - - [2025-05-22 02:02:43] "GET /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9?fields=application_policy_sets HTTP/1.1" 200 1407 0.047915 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /access-control-list/10a37c58-3e4f-4abf-8567-27d048570c5b HTTP/1.1" 200 115 0.049776 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /access-control-list/0d7cc2f3-b1be-4100-aab7-7758a85c3c3c HTTP/1.1" 200 115 0.031903 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /access-control-list/447b12ae-608e-4633-940d-cf86f570cbaf HTTP/1.1" 200 115 0.040096 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /project/03c53176-aec8-4e41-b9fb-0bd1532e9ee9 HTTP/1.1" 200 115 0.417458 10.0.0.27 - - [2025-05-22 02:02:43] "DELETE /project/16808ec2-f394-4bac-ad12-06456abee65c HTTP/1.1" 200 115 0.416797 10.0.0.27 - - [2025-05-22 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.27 - - [2025-05-22 02:02:46] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004504 10.0.0.27 - - [2025-05-22 02:02:47] "GET /obj-perms HTTP/1.1" 200 5056 0.041660 10.0.0.27 - - [2025-05-22 02:02:48] "GET /obj-perms HTTP/1.1" 200 5056 0.046532 10.0.0.27 - - [2025-05-22 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.27 - - [2025-05-22 02:02:50] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002787 10.0.0.27 - - [2025-05-22 02:02:50] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002839 10.0.0.27 - - [2025-05-22 02:02:50] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004891 10.0.0.27 - - [2025-05-22 02:02:50] "POST /neutron/port HTTP/1.1" 200 3028 0.028008 10.0.0.27 - - [2025-05-22 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006663 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/port HTTP/1.1" 200 1086 0.019488 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014121 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/network HTTP/1.1" 200 842 0.005288 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002949 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.012021 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/port HTTP/1.1" 200 3028 0.020320 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/network HTTP/1.1" 200 832 0.004546 10.0.0.27 - - [2025-05-22 02:02:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005818 10.0.0.27 - - [2025-05-22 02:03:00] "POST /neutron/port HTTP/1.1" 200 3028 0.018575 10.0.0.27 - - [2025-05-22 02:03:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004613 10.0.0.27 - - [2025-05-22 02:03:00] "POST /neutron/port HTTP/1.1" 200 3028 0.018054 10.0.0.27 - - [2025-05-22 02:03:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007585 10.0.0.27 - - [2025-05-22 02:03:05] "POST /neutron/port HTTP/1.1" 200 3028 0.018710 10.0.0.27 - - [2025-05-22 02:03:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005616 10.0.0.27 - - [2025-05-22 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.27 - - [2025-05-22 02:03:11] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003113 10.0.0.27 - - [2025-05-22 02:03:11] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002984 10.0.0.27 - - [2025-05-22 02:03:11] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005033 10.0.0.27 - - [2025-05-22 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-05-22 02:03:11] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003033 10.0.0.27 - - [2025-05-22 02:03:11] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003009 10.0.0.27 - - [2025-05-22 02:03:11] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005050 10.0.0.27 - - [2025-05-22 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003124 10.0.0.27 - - [2025-05-22 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.27 - - [2025-05-22 02:03:11] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.27 - - [2025-05-22 02:03:11] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029279 10.0.0.27 - - [2025-05-22 02:03:11] "POST /service-instances HTTP/1.1" 200 543 0.064095 10.0.0.27 - - [2025-05-22 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.27 - - [2025-05-22 02:03:11] "GET /service-instance/6444cb8f-f20e-4fc4-b6fc-839ba82a7d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004908 10.0.0.27 - - [2025-05-22 02:03:12] "POST /port-tuples HTTP/1.1" 200 586 0.025386 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-machine-interface/512a566c-1f17-4fc0-bb00-7ef58503cfb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005141 10.0.0.27 - - [2025-05-22 02:03:12] "PUT /virtual-machine-interface/512a566c-1f17-4fc0-bb00-7ef58503cfb6 HTTP/1.1" 200 284 0.010520 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.009800 10.0.0.27 - - [2025-05-22 02:03:12] "POST /instance-ips HTTP/1.1" 200 385 0.025931 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.009283 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-machine-interface/b7ebf172-7521-449a-9cc5-3e2339e0c68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006253 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.27 - - [2025-05-22 02:03:12] "PUT /virtual-machine-interface/b7ebf172-7521-449a-9cc5-3e2339e0c68b HTTP/1.1" 200 284 0.011168 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.009691 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-machine-interface/c0a34b3e-f062-4571-889f-1c6b4b237363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004806 10.0.0.27 - - [2025-05-22 02:03:12] "POST /instance-ips HTTP/1.1" 200 385 0.026011 10.0.0.27 - - [2025-05-22 02:03:12] "PUT /virtual-machine-interface/c0a34b3e-f062-4571-889f-1c6b4b237363 HTTP/1.1" 200 284 0.010949 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.014738 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.008620 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.012370 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2025-05-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1086 0.015234 10.0.0.27 - - [2025-05-22 02:03:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006270 10.0.0.27 - - [2025-05-22 02:03:12] "POST /instance-ips HTTP/1.1" 200 373 0.015106 10.0.0.27 - - [2025-05-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1086 0.017440 10.0.0.27 - - [2025-05-22 02:03:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010657 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.014269 10.0.0.27 - - [2025-05-22 02:03:12] "POST /neutron/port HTTP/1.1" 200 1086 0.028192 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.017451 10.0.0.27 - - [2025-05-22 02:03:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006375 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-machine/1778d09c-023f-4282-9a72-88285f6a2cea HTTP/1.1" 200 1290 0.005313 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-machine-interface/9b94f34a-6678-4ff5-b1f1-2ed3ace7fad7 HTTP/1.1" 200 2947 0.005626 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2025-05-22 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2025-05-22 02:03:12] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003178 10.0.0.27 - - [2025-05-22 02:03:12] "POST /instance-ips HTTP/1.1" 200 373 0.015425 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003057 10.0.0.27 - - [2025-05-22 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.007659 10.0.0.27 - - [2025-05-22 02:03:12] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004851 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.007494 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-05-22 02:03:13] "POST /instance-ips HTTP/1.1" 200 375 0.015349 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.008546 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.007748 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-05-22 02:03:13] "POST /instance-ips HTTP/1.1" 200 375 0.014951 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.27 - - [2025-05-22 02:03:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-05-22 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-05-22 02:03:14] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003102 10.0.0.27 - - [2025-05-22 02:03:14] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003092 10.0.0.27 - - [2025-05-22 02:03:14] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004947 10.0.0.27 - - [2025-05-22 02:03:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013875 10.0.0.27 - - [2025-05-22 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005703 10.0.0.27 - - [2025-05-22 02:03:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013883 10.0.0.27 - - [2025-05-22 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006473 10.0.0.27 - - [2025-05-22 02:03:14] "POST /neutron/port HTTP/1.1" 200 1087 0.014444 10.0.0.27 - - [2025-05-22 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005637 10.0.0.27 - - [2025-05-22 02:03:14] "GET /virtual-machine/2f05ca5a-d7f0-4318-8994-d65358f0b4eb HTTP/1.1" 200 1289 0.005839 10.0.0.27 - - [2025-05-22 02:03:14] "GET /virtual-machine-interface/c2cbbb55-9eac-4e55-a5f6-33e0aff61a67 HTTP/1.1" 200 2950 0.004765 10.0.0.27 - - [2025-05-22 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-05-22 02:03:14] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002721 10.0.0.27 - - [2025-05-22 02:03:14] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002806 10.0.0.27 - - [2025-05-22 02:03:14] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005257 10.0.0.27 - - [2025-05-22 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-05-22 02:03:15] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003307 10.0.0.27 - - [2025-05-22 02:03:15] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002885 10.0.0.27 - - [2025-05-22 02:03:16] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005133 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003106 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.27 - - [2025-05-22 02:03:16] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.27 - - [2025-05-22 02:03:16] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023390 10.0.0.27 - - [2025-05-22 02:03:16] "POST /network-policys HTTP/1.1" 200 547 0.017408 10.0.0.27 - - [2025-05-22 02:03:16] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004905 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.27 - - [2025-05-22 02:03:16] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005405 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2025-05-22 02:03:16] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004062 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.002460 10.0.0.27 - - [2025-05-22 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.035936 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2025-05-22 02:03:16] "POST /access-control-lists HTTP/1.1" 200 601 0.065297 10.0.0.27 - - [2025-05-22 02:03:16] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003546 10.0.0.27 - - [2025-05-22 02:03:16] "POST /neutron/network HTTP/1.1" 200 920 0.006499 10.0.0.27 - - [2025-05-22 02:03:16] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004653 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-05-22 02:03:16] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003406 10.0.0.27 - - [2025-05-22 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-05-22 02:03:17] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005445 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-05-22 02:03:17] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004184 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.004301 10.0.0.27 - - [2025-05-22 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.034724 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2025-05-22 02:03:17] "POST /access-control-lists HTTP/1.1" 200 604 0.062140 10.0.0.27 - - [2025-05-22 02:03:17] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003421 10.0.0.27 - - [2025-05-22 02:03:17] "POST /routing-instances HTTP/1.1" 200 759 0.018583 10.0.0.27 - - [2025-05-22 02:03:17] "POST /neutron/network HTTP/1.1" 200 923 0.006413 10.0.0.27 - - [2025-05-22 02:03:17] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004746 10.0.0.27 - - [2025-05-22 02:03:17] "POST /route-targets HTTP/1.1" 200 327 0.009302 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2025-05-22 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.27 - - [2025-05-22 02:03:17] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004105 10.0.0.27 - - [2025-05-22 02:03:17] "GET /routing-instance/eacc9e80-21f2-4bde-8d1f-154428086caf?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004307 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.27 - - [2025-05-22 02:03:17] "GET /routing-instance/eacc9e80-21f2-4bde-8d1f-154428086caf?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003818 10.0.0.27 - - [2025-05-22 02:03:17] "GET /service-template/1f89b903-127a-4e6f-be76-e854e1c0a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003418 10.0.0.27 - - [2025-05-22 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.009234 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.27 - - [2025-05-22 02:03:17] "POST /routing-instances HTTP/1.1" 200 760 0.015837 10.0.0.27 - - [2025-05-22 02:03:17] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.27 - - [2025-05-22 02:03:17] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021573 10.0.0.27 - - [2025-05-22 02:03:17] "POST /route-targets HTTP/1.1" 200 327 0.009597 10.0.0.27 - - [2025-05-22 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2025-05-22 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.011655 10.0.0.27 - - [2025-05-22 02:03:17] "GET /service-instance/6444cb8f-f20e-4fc4-b6fc-839ba82a7d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.004775 10.0.0.27 - - [2025-05-22 02:03:17] "GET /routing-instance/c4d506e3-c50b-4eef-bf2c-30edbf0c8c26?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003595 10.0.0.27 - - [2025-05-22 02:03:17] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.27 - - [2025-05-22 02:03:17] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.27 - - [2025-05-22 02:03:17] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2772 0.008037 10.0.0.27 - - [2025-05-22 02:03:17] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.27 - - [2025-05-22 02:03:17] "GET /routing-instance/c4d506e3-c50b-4eef-bf2c-30edbf0c8c26?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003685 10.0.0.27 - - [2025-05-22 02:03:17] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 4234 0.074533 10.0.0.27 - - [2025-05-22 02:03:17] "GET /service-instance/6444cb8f-f20e-4fc4-b6fc-839ba82a7d21 HTTP/1.1" 200 3783 0.004624 10.0.0.27 - - [2025-05-22 02:03:17] "PUT /routing-instance/eacc9e80-21f2-4bde-8d1f-154428086caf HTTP/1.1" 200 266 0.016631 10.0.0.27 - - [2025-05-22 02:03:17] "GET /domains HTTP/1.1" 200 280 0.004051 10.0.0.27 - - [2025-05-22 02:03:17] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.27 - - [2025-05-22 02:03:17] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2772 0.008915 10.0.0.27 - - [2025-05-22 02:03:17] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.27 - - [2025-05-22 02:03:17] "PUT /routing-instance/c4d506e3-c50b-4eef-bf2c-30edbf0c8c26 HTTP/1.1" 200 266 0.009713 10.0.0.27 - - [2025-05-22 02:03:18] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 4234 0.066366 10.0.0.27 - - [2025-05-22 02:03:18] "GET /service-instance/6444cb8f-f20e-4fc4-b6fc-839ba82a7d21 HTTP/1.1" 200 3783 0.003525 10.0.0.27 - - [2025-05-22 02:03:18] "GET /port-tuple/01d7cfd2-bf9d-4fd2-b861-0cc1ad0809ee HTTP/1.1" 200 1978 0.003128 10.0.0.27 - - [2025-05-22 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.013986 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine-interface/512a566c-1f17-4fc0-bb00-7ef58503cfb6 HTTP/1.1" 200 3816 0.013548 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine-interface/b7ebf172-7521-449a-9cc5-3e2339e0c68b HTTP/1.1" 200 3799 0.005705 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine-interface/c0a34b3e-f062-4571-889f-1c6b4b237363 HTTP/1.1" 200 3804 0.005567 10.0.0.27 - - [2025-05-22 02:03:18] "PUT /access-control-list/e054d278-d38f-4823-b8ed-9c6a45b4fcf0 HTTP/1.1" 200 272 0.014181 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/port HTTP/1.1" 200 3835 0.037493 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009351 10.0.0.27 - - [2025-05-22 02:03:18] "PUT /access-control-list/9840ff2d-eb7a-4671-9d5c-1811d7a11b46 HTTP/1.1" 200 272 0.013610 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/port HTTP/1.1" 200 3835 0.031044 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005363 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/port HTTP/1.1" 200 3835 0.027754 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004950 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/port HTTP/1.1" 200 3835 0.028935 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005493 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/network HTTP/1.1" 200 894 0.010969 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/network HTTP/1.1" 200 920 0.004931 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/network HTTP/1.1" 200 808 0.014071 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/network HTTP/1.1" 200 834 0.005225 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/network HTTP/1.1" 200 897 0.011676 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/network HTTP/1.1" 200 923 0.005149 10.0.0.27 - - [2025-05-22 02:03:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001205 10.0.0.27 - - [2025-05-22 02:03:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001034 10.0.0.27 - - [2025-05-22 02:03:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001330 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine/2130bd18-2720-4d83-8ec5-4f5bb74dda5c HTTP/1.1" 200 1802 0.004229 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine-interface/512a566c-1f17-4fc0-bb00-7ef58503cfb6 HTTP/1.1" 200 3816 0.006058 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine-interface/b7ebf172-7521-449a-9cc5-3e2339e0c68b HTTP/1.1" 200 3799 0.009630 10.0.0.27 - - [2025-05-22 02:03:18] "GET /virtual-machine-interface/c0a34b3e-f062-4571-889f-1c6b4b237363 HTTP/1.1" 200 3804 0.005137 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/535d150c-9664-4fd8-a76d-d1a196e08dba HTTP/1.1" 200 1980 0.003518 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/59a88980-e6f5-4469-9ecd-c63a8ff04235 HTTP/1.1" 200 1978 0.003446 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/beddbda9-012d-4a38-8274-b4e97ec7f88c HTTP/1.1" 200 1623 0.004393 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/c7c25b9d-ac20-4b74-a39b-860c8370dcae HTTP/1.1" 200 1957 0.003054 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/cf4a0f81-0aee-4663-9b1e-fb735cb355c3 HTTP/1.1" 200 1622 0.004221 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/e75df02f-e8b9-434d-89a3-3c06587f37df HTTP/1.1" 200 1954 0.003464 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/41ee0f5e-8936-48d9-b41a-d35415570901 HTTP/1.1" 200 1960 0.003537 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/e02cceda-44fd-4c45-9f3e-fdc1b9f66929 HTTP/1.1" 200 1624 0.004654 10.0.0.27 - - [2025-05-22 02:03:18] "GET /instance-ip/f3e682ab-6d10-411b-b9d5-e4522f9aa75f HTTP/1.1" 200 1959 0.003560 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/port HTTP/1.1" 200 3835 0.033457 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005748 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/port HTTP/1.1" 200 3835 0.028918 10.0.0.27 - - [2025-05-22 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005807 10.0.0.27 - - [2025-05-22 02:03:19] "POST /neutron/port HTTP/1.1" 200 3835 0.029007 10.0.0.27 - - [2025-05-22 02:03:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005338 10.0.0.27 - - [2025-05-22 02:03:19] "POST /neutron/port HTTP/1.1" 200 3835 0.031409 10.0.0.27 - - [2025-05-22 02:03:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005865 10.0.0.27 - - [2025-05-22 02:03:19] "GET /virtual-machine/2130bd18-2720-4d83-8ec5-4f5bb74dda5c HTTP/1.1" 200 1802 0.003693 10.0.0.27 - - [2025-05-22 02:03:19] "GET /virtual-machine-interface/512a566c-1f17-4fc0-bb00-7ef58503cfb6 HTTP/1.1" 200 3816 0.004620 10.0.0.27 - - [2025-05-22 02:03:19] "GET /virtual-machine-interface/b7ebf172-7521-449a-9cc5-3e2339e0c68b HTTP/1.1" 200 3799 0.004815 10.0.0.27 - - [2025-05-22 02:03:19] "GET /virtual-machine-interface/c0a34b3e-f062-4571-889f-1c6b4b237363 HTTP/1.1" 200 3804 0.004901 10.0.0.27 - - [2025-05-22 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.27 - - [2025-05-22 02:03:19] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003252 10.0.0.27 - - [2025-05-22 02:03:19] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002850 10.0.0.27 - - [2025-05-22 02:03:19] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005462 10.0.0.27 - - [2025-05-22 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2025-05-22 02:03:20] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003426 10.0.0.27 - - [2025-05-22 02:03:20] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002904 10.0.0.27 - - [2025-05-22 02:03:20] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005148 10.0.0.27 - - [2025-05-22 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.27 - - [2025-05-22 02:03:20] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003333 10.0.0.27 - - [2025-05-22 02:03:20] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002965 10.0.0.27 - - [2025-05-22 02:03:20] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004894 10.0.0.27 - - [2025-05-22 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.27 - - [2025-05-22 02:03:20] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004400 10.0.0.27 - - [2025-05-22 02:03:20] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002909 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005261 10.0.0.27 - - [2025-05-22 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2025-05-22 02:03:21] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003318 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002864 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005126 10.0.0.27 - - [2025-05-22 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.27 - - [2025-05-22 02:03:21] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002907 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003120 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005007 10.0.0.27 - - [2025-05-22 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.27 - - [2025-05-22 02:03:21] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003486 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003370 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005262 10.0.0.27 - - [2025-05-22 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-05-22 02:03:21] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003358 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002812 10.0.0.27 - - [2025-05-22 02:03:21] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006495 10.0.0.27 - - [2025-05-22 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.27 - - [2025-05-22 02:03:21] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003280 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002756 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-network/61aae222-c904-4019-9ba7-f9f95b0bb702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004888 10.0.0.27 - - [2025-05-22 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-05-22 02:03:22] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004494 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002768 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005059 10.0.0.27 - - [2025-05-22 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.27 - - [2025-05-22 02:03:22] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003445 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003052 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005051 10.0.0.27 - - [2025-05-22 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.27 - - [2025-05-22 02:03:22] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003281 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003093 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005040 10.0.0.27 - - [2025-05-22 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2025-05-22 02:03:22] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003525 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-networks?parent_id=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002884 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005012 10.0.0.27 - - [2025-05-22 02:03:22] "GET /virtual-machine/2130bd18-2720-4d83-8ec5-4f5bb74dda5c HTTP/1.1" 200 1802 0.003735 10.0.0.27 - - [2025-05-22 02:03:22] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.27 - - [2025-05-22 02:03:23] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.27 - - [2025-05-22 02:03:23] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2772 0.007411 10.0.0.27 - - [2025-05-22 02:03:23] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.27 - - [2025-05-22 02:03:23] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 4234 0.067867 10.0.0.27 - - [2025-05-22 02:03:23] "GET /service-instance/6444cb8f-f20e-4fc4-b6fc-839ba82a7d21 HTTP/1.1" 200 3783 0.003667 10.0.0.27 - - [2025-05-22 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.27 - - [2025-05-22 02:03:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003441 10.0.0.27 - - [2025-05-22 02:03:23] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005813 10.0.0.27 - - [2025-05-22 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2025-05-22 02:03:23] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003946 10.0.0.27 - - [2025-05-22 02:03:23] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005657 10.0.0.27 - - [2025-05-22 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.27 - - [2025-05-22 02:03:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005140 10.0.0.27 - - [2025-05-22 02:03:23] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?fields=routing_instances HTTP/1.1" 200 1684 0.006104 10.0.0.27 - - [2025-05-22 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.27 - - [2025-05-22 02:03:23] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004979 10.0.0.27 - - [2025-05-22 02:03:23] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?fields=routing_instances HTTP/1.1" 200 1687 0.006940 10.0.0.27 - - [2025-05-22 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.028811 10.0.0.27 - - [2025-05-22 02:03:27] "POST /neutron/network HTTP/1.1" 200 835 0.006156 10.0.0.27 - - [2025-05-22 02:03:27] "DELETE /access-control-list/9840ff2d-eb7a-4671-9d5c-1811d7a11b46 HTTP/1.1" 200 115 0.037958 10.0.0.27 - - [2025-05-22 02:03:27] "GET /virtual-network/24dcd029-9a8d-4029-841c-5ce0e85944fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004794 10.0.0.27 - - [2025-05-22 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.27 - - [2025-05-22 02:03:27] "DELETE /routing-instance/eacc9e80-21f2-4bde-8d1f-154428086caf HTTP/1.1" 200 115 0.021565 10.0.0.27 - - [2025-05-22 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.27 - - [2025-05-22 02:03:27] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003394 10.0.0.27 - - [2025-05-22 02:03:27] "DELETE /route-target/10c56f22-c5da-4b4f-84a0-602920a86803 HTTP/1.1" 200 115 0.014602 10.0.0.27 - - [2025-05-22 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.032443 10.0.0.27 - - [2025-05-22 02:03:27] "DELETE /routing-instance/c4d506e3-c50b-4eef-bf2c-30edbf0c8c26 HTTP/1.1" 200 115 0.047923 10.0.0.27 - - [2025-05-22 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005555 10.0.0.27 - - [2025-05-22 02:03:27] "POST /neutron/network HTTP/1.1" 200 832 0.007582 10.0.0.27 - - [2025-05-22 02:03:27] "GET /virtual-network/bc5c2750-66a8-4892-8c9e-9f0f9b9f4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006383 10.0.0.27 - - [2025-05-22 02:03:27] "DELETE /route-target/d9cfe86a-3dcc-47e0-b51f-64e9a708874a HTTP/1.1" 200 115 0.016656 10.0.0.27 - - [2025-05-22 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /access-control-list/e054d278-d38f-4823-b8ed-9c6a45b4fcf0 HTTP/1.1" 200 115 0.029670 10.0.0.27 - - [2025-05-22 02:03:28] "GET /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003211 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /network-policy/802a61af-cc6d-462e-96a4-011e44d75c74 HTTP/1.1" 200 115 0.028349 10.0.0.27 - - [2025-05-22 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /service-instance/6444cb8f-f20e-4fc4-b6fc-839ba82a7d21 HTTP/1.1" 200 115 0.037401 10.0.0.27 - - [2025-05-22 02:03:28] "GET /domains HTTP/1.1" 200 280 0.002029 10.0.0.27 - - [2025-05-22 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.011840 10.0.0.27 - - [2025-05-22 02:03:28] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.27 - - [2025-05-22 02:03:28] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2772 0.009085 10.0.0.27 - - [2025-05-22 02:03:28] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /instance-ip/f3e682ab-6d10-411b-b9d5-e4522f9aa75f HTTP/1.1" 200 115 0.027877 10.0.0.27 - - [2025-05-22 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.27 - - [2025-05-22 02:03:28] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 3760 0.066527 10.0.0.27 - - [2025-05-22 02:03:28] "GET /virtual-machine/2130bd18-2720-4d83-8ec5-4f5bb74dda5c HTTP/1.1" 200 1802 0.004046 10.0.0.27 - - [2025-05-22 02:03:28] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001939 10.0.0.27 - - [2025-05-22 02:03:28] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001727 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /instance-ip/c7c25b9d-ac20-4b74-a39b-860c8370dcae HTTP/1.1" 200 115 0.022929 10.0.0.27 - - [2025-05-22 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.008208 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /instance-ip/e75df02f-e8b9-434d-89a3-3c06587f37df HTTP/1.1" 200 115 0.018889 10.0.0.27 - - [2025-05-22 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.009260 10.0.0.27 - - [2025-05-22 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /service-template/1f89b903-127a-4e6f-be76-e854e1c0a1ac HTTP/1.1" 200 115 0.024246 10.0.0.27 - - [2025-05-22 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003520 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /instance-ip/59a88980-e6f5-4469-9ecd-c63a8ff04235 HTTP/1.1" 200 115 0.041059 10.0.0.27 - - [2025-05-22 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /instance-ip/535d150c-9664-4fd8-a76d-d1a196e08dba HTTP/1.1" 200 115 0.017213 10.0.0.27 - - [2025-05-22 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.011216 10.0.0.27 - - [2025-05-22 02:03:28] "DELETE /instance-ip/41ee0f5e-8936-48d9-b41a-d35415570901 HTTP/1.1" 200 115 0.028557 10.0.0.27 - - [2025-05-22 02:03:28] "POST /neutron/network HTTP/1.1" 200 835 0.011903 10.0.0.27 - - [2025-05-22 02:03:28] "POST /neutron/network HTTP/1.1" 400 204 0.012358 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1087 0.012860 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1113 0.007933 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1086 0.024747 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1112 0.007668 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.128046 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.118789 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 3028 0.024239 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1112 0.008117 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.104730 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1114 0.008892 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.088000 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 1113 0.009185 10.0.0.27 - - [2025-05-22 02:03:29] "POST /neutron/port HTTP/1.1" 200 151 0.100189 10.0.0.27 - - [2025-05-22 02:03:30] "POST /neutron/network HTTP/1.1" 200 835 0.006147 10.0.0.27 - - [2025-05-22 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2025-05-22 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002009 10.0.0.27 - - [2025-05-22 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003420 10.0.0.27 - - [2025-05-22 02:03:30] "POST /neutron/network HTTP/1.1" 200 151 0.077409 10.0.0.27 - - [2025-05-22 02:03:30] "DELETE /route-target/9884eca8-f7a2-443d-bd95-9e0a6554131d HTTP/1.1" 200 115 0.015162 10.0.0.27 - - [2025-05-22 02:03:30] "GET /routing-instance/f541fdcc-39fa-4385-ab3c-f783dae6f043 HTTP/1.1" 404 171 0.002438 10.0.0.27 - - [2025-05-22 02:03:30] "GET /domains HTTP/1.1" 200 280 0.001859 10.0.0.27 - - [2025-05-22 02:03:30] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.27 - - [2025-05-22 02:03:30] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2572 0.049622 10.0.0.27 - - [2025-05-22 02:03:30] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.27 - - [2025-05-22 02:03:30] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2299 0.071432 10.0.0.27 - - [2025-05-22 02:03:30] "POST /neutron/network HTTP/1.1" 200 832 0.005395 10.0.0.27 - - [2025-05-22 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.27 - - [2025-05-22 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.27 - - [2025-05-22 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002821 10.0.0.27 - - [2025-05-22 02:03:31] "POST /neutron/network HTTP/1.1" 200 151 0.080842 10.0.0.27 - - [2025-05-22 02:03:31] "DELETE /route-target/58fd6a49-295e-4f4f-9a03-ec39756b767b HTTP/1.1" 200 115 0.018306 10.0.0.27 - - [2025-05-22 02:03:31] "GET /routing-instance/2bc22e2e-5e4d-4bb6-ac29-ccbcf2c4b81f HTTP/1.1" 404 171 0.004518 10.0.0.27 - - [2025-05-22 02:03:31] "GET /domains HTTP/1.1" 200 280 0.002023 10.0.0.27 - - [2025-05-22 02:03:31] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.27 - - [2025-05-22 02:03:31] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2572 0.048009 10.0.0.27 - - [2025-05-22 02:03:31] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.27 - - [2025-05-22 02:03:31] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 2081 0.071783 10.0.0.27 - - [2025-05-22 02:03:31] "POST /neutron/network HTTP/1.1" 200 834 0.005604 10.0.0.27 - - [2025-05-22 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005129 10.0.0.27 - - [2025-05-22 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.27 - - [2025-05-22 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001701 10.0.0.27 - - [2025-05-22 02:03:31] "POST /neutron/network HTTP/1.1" 200 151 0.080502 10.0.0.27 - - [2025-05-22 02:03:31] "GET /routing-instance/84b7dde3-46be-4124-9694-bddb375b8a07 HTTP/1.1" 404 171 0.004304 10.0.0.27 - - [2025-05-22 02:03:31] "DELETE /route-target/0ff3671e-01bb-42ed-b5dc-cd9f3a4c201a HTTP/1.1" 200 115 0.021450 10.0.0.27 - - [2025-05-22 02:03:31] "GET /domains HTTP/1.1" 200 280 0.002601 10.0.0.27 - - [2025-05-22 02:03:31] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.27 - - [2025-05-22 02:03:31] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2572 0.050799 10.0.0.27 - - [2025-05-22 02:03:31] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001621 10.0.0.27 - - [2025-05-22 02:03:31] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 1841 0.073802 10.0.0.27 - - [2025-05-22 02:03:31] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.27 - - [2025-05-22 02:03:31] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022395 10.0.0.27 - - [2025-05-22 02:03:31] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.27 - - [2025-05-22 02:03:31] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?fields=virtual_networks HTTP/1.1" 200 1029 0.063342 10.0.0.27 - - [2025-05-22 02:03:31] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.27 - - [2025-05-22 02:03:31] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.021351 10.0.0.27 - - [2025-05-22 02:03:31] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.27 - - [2025-05-22 02:03:31] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?fields=security_groups HTTP/1.1" 200 1253 0.020485 10.0.0.27 - - [2025-05-22 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.020262 10.0.0.27 - - [2025-05-22 02:03:32] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002260 10.0.0.27 - - [2025-05-22 02:03:32] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.27 - - [2025-05-22 02:03:32] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006548 10.0.0.27 - - [2025-05-22 02:03:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001209 10.0.0.27 - - [2025-05-22 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.002528 10.0.0.27 - - [2025-05-22 02:03:32] "POST /security-groups HTTP/1.1" 200 592 0.063629 10.0.0.27 - - [2025-05-22 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 235 0.002294 10.0.0.27 - - [2025-05-22 02:03:33] "POST /projects HTTP/1.1" 200 587 0.210509 10.0.0.27 - - [2025-05-22 02:03:33] "POST /access-control-lists HTTP/1.1" 200 597 0.054878 10.0.0.27 - - [2025-05-22 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.275207 10.0.0.27 - - [2025-05-22 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002545 10.0.0.27 - - [2025-05-22 02:03:33] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.385774 10.0.0.27 - - [2025-05-22 02:03:33] "POST /access-control-lists HTTP/1.1" 200 595 0.059232 10.0.0.27 - - [2025-05-22 02:03:34] "GET / HTTP/1.1" 200 35931 0.001912 10.0.0.27 - - [2025-05-22 02:03:35] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-05-22 02:03:35] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.27 - - [2025-05-22 02:03:35] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043863 10.0.0.27 - - [2025-05-22 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 180 0.003102 10.0.0.27 - - [2025-05-22 02:03:35] "POST /virtual-DNSs HTTP/1.1" 200 507 0.015194 10.0.0.27 - - [2025-05-22 02:03:35] "GET /virtual-DNS/f85aa895-3cb5-4306-b03e-0d47534fdda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004427 10.0.0.27 - - [2025-05-22 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.27 - - [2025-05-22 02:03:35] "GET /virtual-DNS/f85aa895-3cb5-4306-b03e-0d47534fdda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.016667 10.0.0.27 - - [2025-05-22 02:03:35] "GET /domains HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-05-22 02:03:36] "GET /domains HTTP/1.1" 200 280 0.023164 10.0.0.27 - - [2025-05-22 02:03:36] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2025-05-22 02:03:36] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2959 0.008495 10.0.0.27 - - [2025-05-22 02:03:36] "GET /virtual-DNS/f85aa895-3cb5-4306-b03e-0d47534fdda5 HTTP/1.1" 200 1439 0.003870 10.0.0.27 - - [2025-05-22 02:03:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.001978 10.0.0.27 - - [2025-05-22 02:03:36] "POST /network-ipams HTTP/1.1" 200 514 0.018052 10.0.0.27 - - [2025-05-22 02:03:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002624 10.0.0.27 - - [2025-05-22 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2025-05-22 02:03:36] "GET /network-ipam/1c0d932c-b7a2-4ec1-88a4-8cb77644ca03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.004303 10.0.0.27 - - [2025-05-22 02:03:36] "PUT /network-ipam/1c0d932c-b7a2-4ec1-88a4-8cb77644ca03 HTTP/1.1" 200 258 0.009240 10.0.0.27 - - [2025-05-22 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.009188 10.0.0.27 - - [2025-05-22 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-05-22 02:03:36] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001370 10.0.0.27 - - [2025-05-22 02:03:36] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025755 10.0.0.27 - - [2025-05-22 02:03:36] "POST /neutron/network HTTP/1.1" 200 117 0.035077 10.0.0.27 - - [2025-05-22 02:03:36] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.27 - - [2025-05-22 02:03:36] "POST /neutron/network HTTP/1.1" 200 618 0.069439 10.0.0.27 - - [2025-05-22 02:03:36] "POST /route-targets HTTP/1.1" 200 327 0.008639 10.0.0.27 - - [2025-05-22 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.015620 10.0.0.27 - - [2025-05-22 02:03:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.27 - - [2025-05-22 02:03:36] "POST /neutron/subnet HTTP/1.1" 200 711 0.128470 10.0.0.27 - - [2025-05-22 02:03:36] "POST /neutron/network HTTP/1.1" 200 833 0.005686 10.0.0.27 - - [2025-05-22 02:03:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001306 10.0.0.27 - - [2025-05-22 02:03:36] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005359 10.0.0.27 - - [2025-05-22 02:03:36] "POST /neutron/network HTTP/1.1" 200 833 0.005986 10.0.0.27 - - [2025-05-22 02:03:36] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004991 10.0.0.27 - - [2025-05-22 02:03:37] "POST /neutron/network HTTP/1.1" 200 833 0.006443 10.0.0.27 - - [2025-05-22 02:03:37] "POST /neutron/subnet HTTP/1.1" 200 711 0.006222 10.0.0.27 - - [2025-05-22 02:03:37] "POST /neutron/network HTTP/1.1" 200 807 0.008926 10.0.0.27 - - [2025-05-22 02:03:37] "POST /neutron/network HTTP/1.1" 200 833 0.004790 10.0.0.27 - - [2025-05-22 02:03:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001207 10.0.0.27 - - [2025-05-22 02:03:37] "POST /neutron/network HTTP/1.1" 200 843 0.005527 10.0.0.27 - - [2025-05-22 02:03:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-05-22 02:03:37] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.27 - - [2025-05-22 02:03:37] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-05-22 02:03:37] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.27 - - [2025-05-22 02:03:37] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048115 10.0.0.27 - - [2025-05-22 02:03:37] "POST /neutron/network HTTP/1.1" 200 833 0.005862 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.004771 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.004959 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/network HTTP/1.1" 200 843 0.005468 10.0.0.27 - - [2025-05-22 02:03:38] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 1058 0.173956 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 1058 0.008944 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 1058 0.007656 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 1112 0.068227 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 1086 0.013621 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003151 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/subnet HTTP/1.1" 200 685 0.009836 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.27 - - [2025-05-22 02:03:38] "POST /neutron/network HTTP/1.1" 200 833 0.005167 10.0.0.27 - - [2025-05-22 02:03:43] "POST /neutron/port HTTP/1.1" 200 1086 0.013667 10.0.0.27 - - [2025-05-22 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005486 10.0.0.27 - - [2025-05-22 02:03:43] "POST /neutron/port HTTP/1.1" 200 1086 0.013589 10.0.0.27 - - [2025-05-22 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005524 10.0.0.27 - - [2025-05-22 02:03:43] "POST /neutron/port HTTP/1.1" 200 1086 0.013317 10.0.0.27 - - [2025-05-22 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010806 10.0.0.27 - - [2025-05-22 02:03:43] "GET /virtual-machine/04eb5007-4e2f-4e6f-8961-7588422c977b HTTP/1.1" 200 1291 0.004521 10.0.0.27 - - [2025-05-22 02:03:43] "GET /virtual-machine-interface/7de55199-be8c-40ad-b88d-286caae65df5 HTTP/1.1" 200 2964 0.004479 10.0.0.27 - - [2025-05-22 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-05-22 02:03:43] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003250 10.0.0.27 - - [2025-05-22 02:03:43] "GET /virtual-networks?parent_id=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003304 10.0.0.27 - - [2025-05-22 02:03:43] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005247 10.0.0.27 - - [2025-05-22 02:03:43] "DELETE /project/7382b955308841878ef9086dcdbb9362 HTTP/1.1" 404 173 0.006183 10.0.0.27 - - [2025-05-22 02:03:43] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.27 - - [2025-05-22 02:03:43] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.028764 10.0.0.27 - - [2025-05-22 02:03:43] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.27 - - [2025-05-22 02:03:43] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?fields=security_groups HTTP/1.1" 200 1358 0.065310 10.0.0.27 - - [2025-05-22 02:03:43] "DELETE /access-control-list/15545408-f580-4b30-ab98-be92c836b887 HTTP/1.1" 200 115 0.022622 10.0.0.27 - - [2025-05-22 02:03:43] "DELETE /security-group/8454fd7c-1f77-4067-9aca-07972425fc8e HTTP/1.1" 200 115 0.051778 10.0.0.27 - - [2025-05-22 02:03:43] "GET /projects?obj_uuids=e0a5d217-d98f-48e0-9b35-316f87bbd96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001682 10.0.0.27 - - [2025-05-22 02:03:43] "GET /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b?fields=application_policy_sets HTTP/1.1" 200 1397 0.032796 10.0.0.27 - - [2025-05-22 02:03:43] "DELETE /access-control-list/82dbc7b9-58a2-4957-8e25-fd4ed844ef32 HTTP/1.1" 200 115 0.047233 10.0.0.27 - - [2025-05-22 02:03:44] "DELETE /project/e0a5d217-d98f-48e0-9b35-316f87bbd96b HTTP/1.1" 200 115 0.329453 10.0.0.27 - - [2025-05-22 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2025-05-22 02:03:46] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005223 10.0.0.27 - - [2025-05-22 02:03:46] "POST /neutron/port HTTP/1.1" 200 1086 0.014082 10.0.0.27 - - [2025-05-22 02:03:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004680 10.0.0.27 - - [2025-05-22 02:03:48] "GET /obj-perms HTTP/1.1" 200 5056 0.045092 10.0.0.27 - - [2025-05-22 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.27 - - [2025-05-22 02:03:48] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003165 10.0.0.27 - - [2025-05-22 02:03:48] "GET /virtual-networks?parent_id=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002752 10.0.0.27 - - [2025-05-22 02:03:48] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005191 10.0.0.27 - - [2025-05-22 02:03:48] "GET /obj-perms HTTP/1.1" 200 5056 0.049940 10.0.0.27 - - [2025-05-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 807 0.009422 10.0.0.27 - - [2025-05-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 833 0.004342 10.0.0.27 - - [2025-05-22 02:03:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001070 10.0.0.27 - - [2025-05-22 02:03:53] "POST /neutron/port HTTP/1.1" 200 1086 0.013335 10.0.0.27 - - [2025-05-22 02:03:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004907 10.0.0.27 - - [2025-05-22 02:03:53] "POST /neutron/network HTTP/1.1" 200 843 0.005535 10.0.0.27 - - [2025-05-22 02:03:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-05-22 02:03:53] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.27 - - [2025-05-22 02:03:53] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2025-05-22 02:03:54] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.27 - - [2025-05-22 02:03:54] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045001 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/network HTTP/1.1" 200 833 0.004793 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 1086 0.015719 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005682 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.004364 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.004605 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/network HTTP/1.1" 200 843 0.005374 10.0.0.27 - - [2025-05-22 02:03:54] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001463 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 1058 0.212328 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 1058 0.008682 10.0.0.27 - - [2025-05-22 02:03:54] "POST /neutron/port HTTP/1.1" 200 1058 0.007218 10.0.0.27 - - [2025-05-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1112 0.064705 10.0.0.27 - - [2025-05-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 1086 0.025893 10.0.0.27 - - [2025-05-22 02:03:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003291 10.0.0.27 - - [2025-05-22 02:03:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.013012 10.0.0.27 - - [2025-05-22 02:03:55] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.27 - - [2025-05-22 02:03:55] "POST /neutron/network HTTP/1.1" 200 833 0.005193 10.0.0.27 - - [2025-05-22 02:03:59] "POST /neutron/port HTTP/1.1" 200 1086 0.013891 10.0.0.27 - - [2025-05-22 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005454 10.0.0.27 - - [2025-05-22 02:03:59] "POST /neutron/port HTTP/1.1" 200 1086 0.019313 10.0.0.27 - - [2025-05-22 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006011 10.0.0.27 - - [2025-05-22 02:03:59] "POST /neutron/port HTTP/1.1" 200 1086 0.014198 10.0.0.27 - - [2025-05-22 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005542 10.0.0.27 - - [2025-05-22 02:03:59] "GET /virtual-machine/182b09ba-9a99-4c77-82dd-da483f867ead HTTP/1.1" 200 1292 0.004242 10.0.0.27 - - [2025-05-22 02:03:59] "GET /virtual-machine-interface/98401d63-06ff-4866-a48b-e5a9c22f27fd HTTP/1.1" 200 2965 0.004521 10.0.0.27 - - [2025-05-22 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.27 - - [2025-05-22 02:03:59] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002550 10.0.0.27 - - [2025-05-22 02:03:59] "GET /virtual-networks?parent_id=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002992 10.0.0.27 - - [2025-05-22 02:03:59] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005189 10.0.0.27 - - [2025-05-22 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-05-22 02:04:02] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004733 10.0.0.27 - - [2025-05-22 02:04:03] "POST /neutron/port HTTP/1.1" 200 1086 0.019969 10.0.0.27 - - [2025-05-22 02:04:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006383 10.0.0.27 - - [2025-05-22 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-05-22 02:04:05] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002859 10.0.0.27 - - [2025-05-22 02:04:05] "GET /virtual-networks?parent_id=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002710 10.0.0.27 - - [2025-05-22 02:04:05] "GET /virtual-network/0bf4dd0a-f109-496d-8972-4f1604880e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005004 10.0.0.27 - - [2025-05-22 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-05-22 02:04:10] "DELETE /virtual-DNS/f85aa895-3cb5-4306-b03e-0d47534fdda5 HTTP/1.1" 409 235 0.006160 10.0.0.27 - - [2025-05-22 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.002527 10.0.0.27 - - [2025-05-22 02:04:11] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015708 10.0.0.27 - - [2025-05-22 02:04:11] "GET /virtual-DNS-record/2f1f5c3f-00dc-4227-bc77-54cb2e00f168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004215 10.0.0.27 - - [2025-05-22 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.27 - - [2025-05-22 02:04:11] "GET /virtual-DNS-record/2f1f5c3f-00dc-4227-bc77-54cb2e00f168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003059 10.0.0.27 - - [2025-05-22 02:04:11] "GET /domains HTTP/1.1" 200 280 0.002660 10.0.0.27 - - [2025-05-22 02:04:11] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.27 - - [2025-05-22 02:04:11] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2775 0.008240 10.0.0.27 - - [2025-05-22 02:04:11] "GET /virtual-DNS/f85aa895-3cb5-4306-b03e-0d47534fdda5 HTTP/1.1" 200 1908 0.003614 10.0.0.27 - - [2025-05-22 02:04:11] "GET /virtual-DNS-record/2f1f5c3f-00dc-4227-bc77-54cb2e00f168 HTTP/1.1" 200 1336 0.002261 10.0.0.27 - - [2025-05-22 02:04:16] "DELETE /virtual-DNS-record/2f1f5c3f-00dc-4227-bc77-54cb2e00f168 HTTP/1.1" 200 115 0.017662 10.0.0.27 - - [2025-05-22 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.002240 10.0.0.27 - - [2025-05-22 02:04:16] "POST /neutron/network HTTP/1.1" 200 833 0.006211 10.0.0.27 - - [2025-05-22 02:04:16] "POST /neutron/network HTTP/1.1" 400 204 0.010797 10.0.0.27 - - [2025-05-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1086 0.015005 10.0.0.27 - - [2025-05-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1112 0.007835 10.0.0.27 - - [2025-05-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1086 0.017311 10.0.0.27 - - [2025-05-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 1112 0.008377 10.0.0.27 - - [2025-05-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 151 0.106990 10.0.0.27 - - [2025-05-22 02:04:17] "POST /neutron/port HTTP/1.1" 200 151 0.109709 10.0.0.27 - - [2025-05-22 02:04:18] "POST /neutron/network HTTP/1.1" 200 833 0.006102 10.0.0.27 - - [2025-05-22 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.27 - - [2025-05-22 02:04:18] "DELETE /route-target/0144d145-cda8-4576-b418-c866a6c0a756 HTTP/1.1" 200 115 0.046723 10.0.0.27 - - [2025-05-22 02:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.27 - - [2025-05-22 02:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001738 10.0.0.27 - - [2025-05-22 02:04:18] "POST /neutron/network HTTP/1.1" 200 151 0.195553 10.0.0.27 - - [2025-05-22 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.27 - - [2025-05-22 02:04:18] "DELETE /network-ipam/1c0d932c-b7a2-4ec1-88a4-8cb77644ca03 HTTP/1.1" 200 115 0.032700 10.0.0.27 - - [2025-05-22 02:04:18] "DELETE /virtual-DNS/f85aa895-3cb5-4306-b03e-0d47534fdda5 HTTP/1.1" 200 115 0.017099 10.0.0.27 - - [2025-05-22 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.002352 10.0.0.27 - - [2025-05-22 02:04:19] "GET /domains HTTP/1.1" 200 280 0.002528 10.0.0.27 - - [2025-05-22 02:04:19] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.27 - - [2025-05-22 02:04:19] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2575 0.008180 10.0.0.27 - - [2025-05-22 02:04:19] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.27 - - [2025-05-22 02:04:19] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025243 10.0.0.27 - - [2025-05-22 02:04:19] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001426 10.0.0.27 - - [2025-05-22 02:04:19] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?fields=virtual_networks HTTP/1.1" 200 1034 0.069598 10.0.0.27 - - [2025-05-22 02:04:19] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.27 - - [2025-05-22 02:04:19] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025464 10.0.0.27 - - [2025-05-22 02:04:19] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.27 - - [2025-05-22 02:04:19] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?fields=security_groups HTTP/1.1" 200 1261 0.026678 10.0.0.27 - - [2025-05-22 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.022147 10.0.0.27 - - [2025-05-22 02:04:20] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002843 10.0.0.27 - - [2025-05-22 02:04:20] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.27 - - [2025-05-22 02:04:20] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006966 10.0.0.27 - - [2025-05-22 02:04:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001253 10.0.0.27 - - [2025-05-22 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.003027 10.0.0.27 - - [2025-05-22 02:04:20] "POST /security-groups HTTP/1.1" 200 592 0.063390 10.0.0.27 - - [2025-05-22 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.003276 10.0.0.27 - - [2025-05-22 02:04:20] "POST /projects HTTP/1.1" 200 587 0.210430 10.0.0.27 - - [2025-05-22 02:04:20] "POST /access-control-lists HTTP/1.1" 200 597 0.056107 10.0.0.27 - - [2025-05-22 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.277662 10.0.0.27 - - [2025-05-22 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.002599 10.0.0.27 - - [2025-05-22 02:04:20] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.402992 10.0.0.27 - - [2025-05-22 02:04:20] "POST /access-control-lists HTTP/1.1" 200 595 0.062919 10.0.0.27 - - [2025-05-22 02:04:21] "GET / HTTP/1.1" 200 35931 0.002941 10.0.0.27 - - [2025-05-22 02:04:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-05-22 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.052645 10.0.0.27 - - [2025-05-22 02:04:22] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.27 - - [2025-05-22 02:04:22] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025287 10.0.0.27 - - [2025-05-22 02:04:22] "POST /neutron/network HTTP/1.1" 200 117 0.025503 10.0.0.27 - - [2025-05-22 02:04:22] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.27 - - [2025-05-22 02:04:22] "POST /neutron/network HTTP/1.1" 200 606 0.054500 10.0.0.27 - - [2025-05-22 02:04:22] "POST /route-targets HTTP/1.1" 200 327 0.010543 10.0.0.27 - - [2025-05-22 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.010064 10.0.0.27 - - [2025-05-22 02:04:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006021 10.0.0.27 - - [2025-05-22 02:04:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.180013 10.0.0.27 - - [2025-05-22 02:04:23] "POST /neutron/network HTTP/1.1" 200 824 0.005672 10.0.0.27 - - [2025-05-22 02:04:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001225 10.0.0.27 - - [2025-05-22 02:04:23] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005129 10.0.0.27 - - [2025-05-22 02:04:23] "POST /neutron/network HTTP/1.1" 200 824 0.005585 10.0.0.27 - - [2025-05-22 02:04:23] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004900 10.0.0.27 - - [2025-05-22 02:04:23] "POST /neutron/network HTTP/1.1" 200 824 0.005272 10.0.0.27 - - [2025-05-22 02:04:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.005586 10.0.0.27 - - [2025-05-22 02:04:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001087 10.0.0.27 - - [2025-05-22 02:04:23] "POST /neutron/network HTTP/1.1" 200 834 0.005385 10.0.0.27 - - [2025-05-22 02:04:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-05-22 02:04:23] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.27 - - [2025-05-22 02:04:23] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-05-22 02:04:24] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001203 10.0.0.27 - - [2025-05-22 02:04:24] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042581 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/network HTTP/1.1" 200 824 0.004700 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.004787 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.005547 10.0.0.27 - - [2025-05-22 02:04:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001282 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.005100 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/network HTTP/1.1" 200 834 0.005611 10.0.0.27 - - [2025-05-22 02:04:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/network HTTP/1.1" 200 834 0.005453 10.0.0.27 - - [2025-05-22 02:04:24] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.27 - - [2025-05-22 02:04:24] "GET / HTTP/1.1" 200 35931 0.001659 10.0.0.27 - - [2025-05-22 02:04:24] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 1060 0.201500 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 1060 0.008830 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 1060 0.008365 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 1114 0.056583 10.0.0.27 - - [2025-05-22 02:04:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012903 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002517 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.009254 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/network HTTP/1.1" 200 824 0.004910 10.0.0.27 - - [2025-05-22 02:04:25] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001623 10.0.0.27 - - [2025-05-22 02:04:25] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054361 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/network HTTP/1.1" 200 824 0.005179 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 1088 0.022732 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005769 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 117 0.005079 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 1088 0.013543 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006125 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/network HTTP/1.1" 200 834 0.005280 10.0.0.27 - - [2025-05-22 02:04:25] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 1060 0.231761 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 1060 0.009092 10.0.0.27 - - [2025-05-22 02:04:25] "POST /neutron/port HTTP/1.1" 200 1060 0.008280 10.0.0.27 - - [2025-05-22 02:04:26] "POST /neutron/port HTTP/1.1" 200 1114 0.055421 10.0.0.27 - - [2025-05-22 02:04:26] "POST /neutron/port HTTP/1.1" 200 1088 0.020513 10.0.0.27 - - [2025-05-22 02:04:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003389 10.0.0.27 - - [2025-05-22 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.009392 10.0.0.27 - - [2025-05-22 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.27 - - [2025-05-22 02:04:26] "POST /neutron/network HTTP/1.1" 200 824 0.004913 10.0.0.27 - - [2025-05-22 02:04:30] "POST /neutron/port HTTP/1.1" 200 1088 0.017369 10.0.0.27 - - [2025-05-22 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006845 10.0.0.27 - - [2025-05-22 02:04:30] "POST /neutron/port HTTP/1.1" 200 1088 0.014146 10.0.0.27 - - [2025-05-22 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006167 10.0.0.27 - - [2025-05-22 02:04:30] "POST /neutron/port HTTP/1.1" 200 1088 0.017507 10.0.0.27 - - [2025-05-22 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005785 10.0.0.27 - - [2025-05-22 02:04:30] "GET /virtual-machine/c023be7b-3026-4e1f-98c8-1b185e4ff6ca HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-05-22 02:04:31] "GET /virtual-machine/c023be7b-3026-4e1f-98c8-1b185e4ff6ca HTTP/1.1" 200 1294 0.025681 10.0.0.27 - - [2025-05-22 02:04:31] "GET /virtual-machine-interface/1ddbbab2-86e4-42fc-9b7b-2f0ca795ed26 HTTP/1.1" 200 2946 0.004479 10.0.0.27 - - [2025-05-22 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-05-22 02:04:31] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002735 10.0.0.27 - - [2025-05-22 02:04:31] "GET /virtual-networks?parent_id=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002755 10.0.0.27 - - [2025-05-22 02:04:31] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004916 10.0.0.27 - - [2025-05-22 02:04:32] "POST /neutron/port HTTP/1.1" 200 1088 0.013842 10.0.0.27 - - [2025-05-22 02:04:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005409 10.0.0.27 - - [2025-05-22 02:04:34] "POST /neutron/port HTTP/1.1" 200 1088 0.014175 10.0.0.27 - - [2025-05-22 02:04:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005908 10.0.0.27 - - [2025-05-22 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.27 - - [2025-05-22 02:04:34] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004424 10.0.0.27 - - [2025-05-22 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.27 - - [2025-05-22 02:04:36] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002703 10.0.0.27 - - [2025-05-22 02:04:36] "GET /virtual-networks?parent_id=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003037 10.0.0.27 - - [2025-05-22 02:04:36] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005049 10.0.0.27 - - [2025-05-22 02:04:36] "POST /neutron/port HTTP/1.1" 200 1088 0.013725 10.0.0.27 - - [2025-05-22 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005406 10.0.0.27 - - [2025-05-22 02:04:36] "POST /neutron/port HTTP/1.1" 200 1088 0.012582 10.0.0.27 - - [2025-05-22 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005323 10.0.0.27 - - [2025-05-22 02:04:36] "POST /neutron/port HTTP/1.1" 200 1088 0.014023 10.0.0.27 - - [2025-05-22 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007746 10.0.0.27 - - [2025-05-22 02:04:36] "GET /virtual-machine/154205d5-b229-40b0-9670-85d670a3f3d2 HTTP/1.1" 200 1293 0.006354 10.0.0.27 - - [2025-05-22 02:04:36] "GET /virtual-machine-interface/5437c151-12de-4336-9876-bc9cfbf68f9b HTTP/1.1" 200 2946 0.004451 10.0.0.27 - - [2025-05-22 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.27 - - [2025-05-22 02:04:36] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003013 10.0.0.27 - - [2025-05-22 02:04:37] "GET /virtual-networks?parent_id=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003381 10.0.0.27 - - [2025-05-22 02:04:37] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005172 10.0.0.27 - - [2025-05-22 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.27 - - [2025-05-22 02:04:38] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003092 10.0.0.27 - - [2025-05-22 02:04:38] "GET /virtual-networks?parent_id=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002672 10.0.0.27 - - [2025-05-22 02:04:38] "GET /virtual-network/5d049cd5-6242-4526-99ce-9d6e26fadb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005035 10.0.0.27 - - [2025-05-22 02:04:42] "POST /neutron/network HTTP/1.1" 200 824 0.007610 10.0.0.27 - - [2025-05-22 02:04:42] "POST /neutron/network HTTP/1.1" 400 204 0.008872 10.0.0.27 - - [2025-05-22 02:04:43] "POST /neutron/port HTTP/1.1" 200 1088 0.017523 10.0.0.27 - - [2025-05-22 02:04:43] "POST /neutron/port HTTP/1.1" 200 1114 0.008320 10.0.0.27 - - [2025-05-22 02:04:43] "POST /neutron/port HTTP/1.1" 200 1088 0.022619 10.0.0.27 - - [2025-05-22 02:04:43] "POST /neutron/port HTTP/1.1" 200 1114 0.008722 10.0.0.27 - - [2025-05-22 02:04:43] "POST /neutron/port HTTP/1.1" 200 151 0.125137 10.0.0.27 - - [2025-05-22 02:04:43] "POST /neutron/port HTTP/1.1" 200 151 0.107551 10.0.0.27 - - [2025-05-22 02:04:44] "DELETE /project/6aad36a797684560a910201a0da0b354 HTTP/1.1" 404 173 0.004596 10.0.0.27 - - [2025-05-22 02:04:44] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.27 - - [2025-05-22 02:04:44] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.023091 10.0.0.27 - - [2025-05-22 02:04:44] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.27 - - [2025-05-22 02:04:44] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?fields=security_groups HTTP/1.1" 200 1366 0.071324 10.0.0.27 - - [2025-05-22 02:04:44] "DELETE /security-group/51b12484-8e59-410f-bbc1-4ebfc9491a20 HTTP/1.1" 200 115 0.038788 10.0.0.27 - - [2025-05-22 02:04:44] "GET /projects?obj_uuids=7382b955-3088-4187-8ef9-086dcdbb9362&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.27 - - [2025-05-22 02:04:44] "DELETE /access-control-list/255bd2c8-1c60-440f-8365-1418a794a095 HTTP/1.1" 200 115 0.032119 10.0.0.27 - - [2025-05-22 02:04:44] "GET /project/7382b955-3088-4187-8ef9-086dcdbb9362?fields=application_policy_sets HTTP/1.1" 200 1405 0.042874 10.0.0.27 - - [2025-05-22 02:04:44] "DELETE /access-control-list/f836a246-1b28-4d4b-84d3-334967579e85 HTTP/1.1" 200 115 0.035083 10.0.0.27 - - [2025-05-22 02:04:44] "DELETE /project/7382b955-3088-4187-8ef9-086dcdbb9362 HTTP/1.1" 200 115 0.333472 10.0.0.27 - - [2025-05-22 02:04:45] "POST /neutron/network HTTP/1.1" 200 824 0.005736 10.0.0.27 - - [2025-05-22 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.27 - - [2025-05-22 02:04:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002327 10.0.0.27 - - [2025-05-22 02:04:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002852 10.0.0.27 - - [2025-05-22 02:04:45] "POST /neutron/network HTTP/1.1" 200 151 0.080431 10.0.0.27 - - [2025-05-22 02:04:45] "DELETE /route-target/4162380b-4685-4d43-8d13-fcb3fd843d47 HTTP/1.1" 200 115 0.014168 10.0.0.27 - - [2025-05-22 02:04:45] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.27 - - [2025-05-22 02:04:45] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029465 10.0.0.27 - - [2025-05-22 02:04:45] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.27 - - [2025-05-22 02:04:45] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?fields=virtual_networks HTTP/1.1" 200 1034 0.067924 10.0.0.27 - - [2025-05-22 02:04:45] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001530 10.0.0.27 - - [2025-05-22 02:04:45] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028322 10.0.0.27 - - [2025-05-22 02:04:45] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.27 - - [2025-05-22 02:04:45] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?fields=security_groups HTTP/1.1" 200 1261 0.023807 10.0.0.27 - - [2025-05-22 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.021314 10.0.0.27 - - [2025-05-22 02:04:46] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002680 10.0.0.27 - - [2025-05-22 02:04:46] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.27 - - [2025-05-22 02:04:46] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006933 10.0.0.27 - - [2025-05-22 02:04:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.001376 10.0.0.27 - - [2025-05-22 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.002264 10.0.0.27 - - [2025-05-22 02:04:46] "POST /security-groups HTTP/1.1" 200 591 0.059232 10.0.0.27 - - [2025-05-22 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.002546 10.0.0.27 - - [2025-05-22 02:04:46] "POST /projects HTTP/1.1" 200 585 0.201567 10.0.0.27 - - [2025-05-22 02:04:46] "POST /access-control-lists HTTP/1.1" 200 596 0.057288 10.0.0.27 - - [2025-05-22 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.269440 10.0.0.27 - - [2025-05-22 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.002743 10.0.0.27 - - [2025-05-22 02:04:46] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.388352 10.0.0.27 - - [2025-05-22 02:04:46] "POST /access-control-lists HTTP/1.1" 200 594 0.056408 10.0.0.27 - - [2025-05-22 02:04:47] "GET / HTTP/1.1" 200 35931 0.002392 10.0.0.27 - - [2025-05-22 02:04:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2025-05-22 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.051873 10.0.0.27 - - [2025-05-22 02:04:48] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.27 - - [2025-05-22 02:04:48] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021034 10.0.0.27 - - [2025-05-22 02:04:48] "POST /neutron/network HTTP/1.1" 200 117 0.027064 10.0.0.27 - - [2025-05-22 02:04:48] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001646 10.0.0.27 - - [2025-05-22 02:04:48] "POST /neutron/network HTTP/1.1" 200 625 0.065553 10.0.0.27 - - [2025-05-22 02:04:48] "POST /route-targets HTTP/1.1" 200 327 0.009574 10.0.0.27 - - [2025-05-22 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.014339 10.0.0.27 - - [2025-05-22 02:04:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001964 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.173791 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/network HTTP/1.1" 200 839 0.005470 10.0.0.27 - - [2025-05-22 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 230 0.001184 10.0.0.27 - - [2025-05-22 02:04:49] "GET /virtual-network/386ced65-a473-4265-ae8d-93c3c6536e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004472 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/network HTTP/1.1" 200 839 0.007407 10.0.0.27 - - [2025-05-22 02:04:49] "GET /virtual-network/386ced65-a473-4265-ae8d-93c3c6536e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004668 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/network HTTP/1.1" 200 839 0.004945 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.010130 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/network HTTP/1.1" 200 839 0.006759 10.0.0.27 - - [2025-05-22 02:04:49] "GET /obj-perms HTTP/1.1" 200 5056 0.049355 10.0.0.27 - - [2025-05-22 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 230 0.001118 10.0.0.27 - - [2025-05-22 02:04:49] "POST /neutron/network HTTP/1.1" 200 849 0.004938 10.0.0.27 - - [2025-05-22 02:04:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-05-22 02:04:49] "GET /obj-perms HTTP/1.1" 200 5056 0.041754 10.0.0.27 - - [2025-05-22 02:04:49] "GET / HTTP/1.1" 200 35931 0.002833 10.0.0.27 - - [2025-05-22 02:04:49] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2025-05-22 02:04:50] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.27 - - [2025-05-22 02:04:50] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048895 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/network HTTP/1.1" 200 839 0.005261 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.004899 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.008386 10.0.0.27 - - [2025-05-22 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.27 - - [2025-05-22 02:04:50] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002908 10.0.0.27 - - [2025-05-22 02:04:50] "PUT /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027 HTTP/1.1" 200 276 0.009383 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.005364 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/network HTTP/1.1" 200 849 0.005142 10.0.0.27 - - [2025-05-22 02:04:50] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/port HTTP/1.1" 200 1055 0.223619 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/port HTTP/1.1" 200 1055 0.008797 10.0.0.27 - - [2025-05-22 02:04:50] "POST /neutron/port HTTP/1.1" 200 1055 0.007455 10.0.0.27 - - [2025-05-22 02:04:51] "POST /neutron/port HTTP/1.1" 200 1109 0.062983 10.0.0.27 - - [2025-05-22 02:04:51] "POST /neutron/port HTTP/1.1" 200 1083 0.012756 10.0.0.27 - - [2025-05-22 02:04:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002913 10.0.0.27 - - [2025-05-22 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 675 0.009346 10.0.0.27 - - [2025-05-22 02:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.27 - - [2025-05-22 02:04:51] "POST /neutron/network HTTP/1.1" 200 839 0.004833 10.0.0.27 - - [2025-05-22 02:04:55] "POST /neutron/port HTTP/1.1" 200 1083 0.013976 10.0.0.27 - - [2025-05-22 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005749 10.0.0.27 - - [2025-05-22 02:04:55] "POST /neutron/port HTTP/1.1" 200 1083 0.014036 10.0.0.27 - - [2025-05-22 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005491 10.0.0.27 - - [2025-05-22 02:04:55] "POST /neutron/port HTTP/1.1" 200 1083 0.016078 10.0.0.27 - - [2025-05-22 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006197 10.0.0.27 - - [2025-05-22 02:04:55] "GET /virtual-machine/a261e229-1da8-472b-9bff-3fd6cb42f8ee HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2025-05-22 02:04:56] "GET /virtual-machine/a261e229-1da8-472b-9bff-3fd6cb42f8ee HTTP/1.1" 200 1293 0.028480 10.0.0.27 - - [2025-05-22 02:04:56] "GET /virtual-machine-interface/3a058f1d-6edd-4627-b06f-63fa4cd3de02 HTTP/1.1" 200 2971 0.005084 10.0.0.27 - - [2025-05-22 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.27 - - [2025-05-22 02:04:56] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003276 10.0.0.27 - - [2025-05-22 02:04:56] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002900 10.0.0.27 - - [2025-05-22 02:04:56] "GET /virtual-network/386ced65-a473-4265-ae8d-93c3c6536e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005182 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/port HTTP/1.1" 200 1083 0.014126 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/port HTTP/1.1" 200 1083 0.014660 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/network HTTP/1.1" 200 849 0.005780 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003344 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.009273 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.27 - - [2025-05-22 02:04:57] "POST /neutron/network HTTP/1.1" 200 839 0.005468 10.0.0.27 - - [2025-05-22 02:04:59] "POST /neutron/port HTTP/1.1" 200 1083 0.016447 10.0.0.27 - - [2025-05-22 02:04:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005103 10.0.0.27 - - [2025-05-22 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2025-05-22 02:04:59] "GET /virtual-network/386ced65-a473-4265-ae8d-93c3c6536e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005893 10.0.0.27 - - [2025-05-22 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-05-22 02:05:01] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003101 10.0.0.27 - - [2025-05-22 02:05:01] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003414 10.0.0.27 - - [2025-05-22 02:05:01] "GET /virtual-network/386ced65-a473-4265-ae8d-93c3c6536e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007228 10.0.0.27 - - [2025-05-22 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-05-22 02:05:03] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002882 10.0.0.27 - - [2025-05-22 02:05:03] "PUT /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027 HTTP/1.1" 200 276 0.008703 10.0.0.27 - - [2025-05-22 02:05:03] "POST /neutron/network HTTP/1.1" 200 839 0.005396 10.0.0.27 - - [2025-05-22 02:05:03] "POST /neutron/network HTTP/1.1" 400 204 0.011717 10.0.0.27 - - [2025-05-22 02:05:04] "POST /neutron/port HTTP/1.1" 200 1083 0.012772 10.0.0.27 - - [2025-05-22 02:05:04] "POST /neutron/port HTTP/1.1" 200 1109 0.007995 10.0.0.27 - - [2025-05-22 02:05:04] "POST /neutron/port HTTP/1.1" 200 151 0.077412 10.0.0.27 - - [2025-05-22 02:05:05] "POST /neutron/network HTTP/1.1" 200 839 0.005769 10.0.0.27 - - [2025-05-22 02:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.27 - - [2025-05-22 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2025-05-22 02:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001719 10.0.0.27 - - [2025-05-22 02:05:05] "POST /neutron/network HTTP/1.1" 200 151 0.070909 10.0.0.27 - - [2025-05-22 02:05:05] "DELETE /route-target/a84814ee-8e45-4013-8f98-e54c22bad4c9 HTTP/1.1" 200 115 0.012172 10.0.0.27 - - [2025-05-22 02:05:06] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002789 10.0.0.27 - - [2025-05-22 02:05:06] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027 HTTP/1.1" 200 1826 0.003129 10.0.0.27 - - [2025-05-22 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002092 10.0.0.27 - - [2025-05-22 02:05:06] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.27 - - [2025-05-22 02:05:06] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023388 10.0.0.27 - - [2025-05-22 02:05:06] "POST /neutron/network HTTP/1.1" 200 117 0.006514 10.0.0.27 - - [2025-05-22 02:05:06] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.27 - - [2025-05-22 02:05:06] "POST /neutron/network HTTP/1.1" 200 605 0.067746 10.0.0.27 - - [2025-05-22 02:05:06] "POST /route-targets HTTP/1.1" 200 327 0.009597 10.0.0.27 - - [2025-05-22 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.011282 10.0.0.27 - - [2025-05-22 02:05:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005295 10.0.0.27 - - [2025-05-22 02:05:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.187354 10.0.0.27 - - [2025-05-22 02:05:06] "POST /neutron/network HTTP/1.1" 200 824 0.005053 10.0.0.27 - - [2025-05-22 02:05:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001291 10.0.0.27 - - [2025-05-22 02:05:06] "GET /virtual-network/901b1d9e-e27b-4eb6-a663-368ba9a2ed8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004879 10.0.0.27 - - [2025-05-22 02:05:06] "POST /neutron/network HTTP/1.1" 200 824 0.005547 10.0.0.27 - - [2025-05-22 02:05:06] "GET /virtual-network/901b1d9e-e27b-4eb6-a663-368ba9a2ed8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004618 10.0.0.27 - - [2025-05-22 02:05:07] "POST /neutron/network HTTP/1.1" 200 824 0.006201 10.0.0.27 - - [2025-05-22 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.006872 10.0.0.27 - - [2025-05-22 02:05:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.27 - - [2025-05-22 02:05:07] "POST /neutron/network HTTP/1.1" 200 834 0.005336 10.0.0.27 - - [2025-05-22 02:05:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000607 10.0.0.27 - - [2025-05-22 02:05:07] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.27 - - [2025-05-22 02:05:07] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-05-22 02:05:07] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.27 - - [2025-05-22 02:05:07] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047458 10.0.0.27 - - [2025-05-22 02:05:07] "POST /neutron/network HTTP/1.1" 200 824 0.006886 10.0.0.27 - - [2025-05-22 02:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.004392 10.0.0.27 - - [2025-05-22 02:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.005219 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.004928 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/network HTTP/1.1" 200 834 0.005144 10.0.0.27 - - [2025-05-22 02:05:08] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 1060 0.176142 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 1060 0.009372 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 1060 0.008706 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 1114 0.048874 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 1088 0.014164 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003366 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.009587 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.27 - - [2025-05-22 02:05:08] "POST /neutron/network HTTP/1.1" 200 824 0.005353 10.0.0.27 - - [2025-05-22 02:05:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014219 10.0.0.27 - - [2025-05-22 02:05:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006018 10.0.0.27 - - [2025-05-22 02:05:13] "POST /neutron/port HTTP/1.1" 200 1088 0.013992 10.0.0.27 - - [2025-05-22 02:05:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005708 10.0.0.27 - - [2025-05-22 02:05:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014176 10.0.0.27 - - [2025-05-22 02:05:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006048 10.0.0.27 - - [2025-05-22 02:05:13] "GET /virtual-machine/722ccb8d-1422-4fc2-bcf7-5de11b6c82fd HTTP/1.1" 200 1292 0.004332 10.0.0.27 - - [2025-05-22 02:05:13] "GET /virtual-machine-interface/33ebeb14-aa67-447a-b0cc-18725bd72dcc HTTP/1.1" 200 2941 0.005658 10.0.0.27 - - [2025-05-22 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.27 - - [2025-05-22 02:05:13] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002697 10.0.0.27 - - [2025-05-22 02:05:13] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002991 10.0.0.27 - - [2025-05-22 02:05:13] "GET /virtual-network/901b1d9e-e27b-4eb6-a663-368ba9a2ed8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004924 10.0.0.27 - - [2025-05-22 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-05-22 02:05:16] "GET /virtual-network/901b1d9e-e27b-4eb6-a663-368ba9a2ed8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004570 10.0.0.27 - - [2025-05-22 02:05:16] "POST /neutron/port HTTP/1.1" 200 1088 0.013921 10.0.0.27 - - [2025-05-22 02:05:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004895 10.0.0.27 - - [2025-05-22 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-05-22 02:05:18] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003021 10.0.0.27 - - [2025-05-22 02:05:18] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002882 10.0.0.27 - - [2025-05-22 02:05:18] "GET /virtual-network/901b1d9e-e27b-4eb6-a663-368ba9a2ed8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006833 10.0.0.27 - - [2025-05-22 02:05:20] "POST /neutron/network HTTP/1.1" 200 824 0.005639 10.0.0.27 - - [2025-05-22 02:05:20] "POST /neutron/network HTTP/1.1" 400 204 0.008885 10.0.0.27 - - [2025-05-22 02:05:21] "POST /neutron/port HTTP/1.1" 200 1088 0.013495 10.0.0.27 - - [2025-05-22 02:05:21] "POST /neutron/port HTTP/1.1" 200 1114 0.008836 10.0.0.27 - - [2025-05-22 02:05:21] "POST /neutron/port HTTP/1.1" 200 151 0.094974 10.0.0.27 - - [2025-05-22 02:05:22] "POST /neutron/network HTTP/1.1" 200 824 0.005559 10.0.0.27 - - [2025-05-22 02:05:22] "POST /useragent-kv HTTP/1.1" 200 115 0.022812 10.0.0.27 - - [2025-05-22 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.023564 10.0.0.27 - - [2025-05-22 02:05:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001870 10.0.0.27 - - [2025-05-22 02:05:22] "POST /neutron/network HTTP/1.1" 200 151 0.089638 10.0.0.27 - - [2025-05-22 02:05:22] "DELETE /route-target/5468a130-f322-404c-843f-30e4b78b7259 HTTP/1.1" 200 115 0.014723 10.0.0.27 - - [2025-05-22 02:05:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002796 10.0.0.27 - - [2025-05-22 02:05:23] "POST /network-ipams HTTP/1.1" 200 541 0.014113 10.0.0.27 - - [2025-05-22 02:05:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003643 10.0.0.27 - - [2025-05-22 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.27 - - [2025-05-22 02:05:23] "GET /network-ipam/564763da-ed28-45f3-b6fa-3ad531fed1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004415 10.0.0.27 - - [2025-05-22 02:05:23] "PUT /network-ipam/564763da-ed28-45f3-b6fa-3ad531fed1ec HTTP/1.1" 200 258 0.008685 10.0.0.27 - - [2025-05-22 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.27 - - [2025-05-22 02:05:23] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.27 - - [2025-05-22 02:05:23] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024410 10.0.0.27 - - [2025-05-22 02:05:23] "POST /neutron/network HTTP/1.1" 200 117 0.007226 10.0.0.27 - - [2025-05-22 02:05:23] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.27 - - [2025-05-22 02:05:23] "POST /neutron/network HTTP/1.1" 200 605 0.059198 10.0.0.27 - - [2025-05-22 02:05:23] "POST /route-targets HTTP/1.1" 200 327 0.012779 10.0.0.27 - - [2025-05-22 02:05:23] "POST /ref-update HTTP/1.1" 200 156 0.012515 10.0.0.27 - - [2025-05-22 02:05:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.27 - - [2025-05-22 02:05:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.138050 10.0.0.27 - - [2025-05-22 02:05:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.170164 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/network HTTP/1.1" 200 994 0.006811 10.0.0.27 - - [2025-05-22 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001110 10.0.0.27 - - [2025-05-22 02:05:24] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004406 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/network HTTP/1.1" 200 994 0.006953 10.0.0.27 - - [2025-05-22 02:05:24] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004209 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/network HTTP/1.1" 200 994 0.006027 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.006341 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.005845 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/network HTTP/1.1" 200 994 0.005429 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.005448 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.006255 10.0.0.27 - - [2025-05-22 02:05:24] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/port HTTP/1.1" 200 1017 0.158727 10.0.0.27 - - [2025-05-22 02:05:24] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/port HTTP/1.1" 200 1017 0.146512 10.0.0.27 - - [2025-05-22 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001161 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006659 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/port HTTP/1.1" 200 1017 0.027836 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/network HTTP/1.1" 200 994 0.006505 10.0.0.27 - - [2025-05-22 02:05:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006585 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.004525 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.005040 10.0.0.27 - - [2025-05-22 02:05:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001254 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 1017 0.012333 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 1017 0.010503 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/network HTTP/1.1" 200 994 0.008762 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007051 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007819 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007572 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.006263 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.005105 10.0.0.27 - - [2025-05-22 02:05:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001348 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.006552 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/network HTTP/1.1" 200 1004 0.006807 10.0.0.27 - - [2025-05-22 02:05:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2025-05-22 02:05:25] "GET / HTTP/1.1" 200 35931 0.001809 10.0.0.27 - - [2025-05-22 02:05:25] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-05-22 02:05:25] "POST /neutron/port HTTP/1.1" 200 1017 0.028738 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1017 0.038308 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/network HTTP/1.1" 200 1004 0.009109 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/network HTTP/1.1" 200 1004 0.010294 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008556 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1017 0.014766 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1017 0.015524 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008005 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1109 0.130688 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1109 0.121083 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1083 0.019387 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003417 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 1083 0.019496 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.015295 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003836 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.000938 10.0.0.27 - - [2025-05-22 02:05:26] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.020557 10.0.0.27 - - [2025-05-22 02:05:26] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059451 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/network HTTP/1.1" 200 994 0.007597 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/network HTTP/1.1" 200 994 0.012380 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/network HTTP/1.1" 200 994 0.008659 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 2050 0.020407 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005985 10.0.0.27 - - [2025-05-22 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.004920 10.0.0.27 - - [2025-05-22 02:05:26] "GET /domains HTTP/1.1" 200 280 0.004591 10.0.0.27 - - [2025-05-22 02:05:26] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002448 10.0.0.27 - - [2025-05-22 02:05:26] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2761 0.012432 10.0.0.27 - - [2025-05-22 02:05:26] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.27 - - [2025-05-22 02:05:26] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5 HTTP/1.1" 200 2843 0.082016 10.0.0.27 - - [2025-05-22 02:05:26] "GET /network-ipam/564763da-ed28-45f3-b6fa-3ad531fed1ec HTTP/1.1" 200 2601 0.007931 10.0.0.27 - - [2025-05-22 02:05:26] "GET /domains HTTP/1.1" 200 280 0.003021 10.0.0.27 - - [2025-05-22 02:05:26] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.27 - - [2025-05-22 02:05:26] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2761 0.009373 10.0.0.27 - - [2025-05-22 02:05:26] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.27 - - [2025-05-22 02:05:26] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5 HTTP/1.1" 200 2843 0.093078 10.0.0.27 - - [2025-05-22 02:05:26] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db HTTP/1.1" 200 3779 0.009513 10.0.0.27 - - [2025-05-22 02:05:26] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db HTTP/1.1" 200 3779 0.006214 10.0.0.27 - - [2025-05-22 02:05:26] "GET /routing-instance/f8f147b2-1253-4f80-93da-fb28e122c951 HTTP/1.1" 200 2381 0.004752 10.0.0.27 - - [2025-05-22 02:05:26] "GET /routing-instance/f8f147b2-1253-4f80-93da-fb28e122c951 HTTP/1.1" 200 2381 0.004562 10.0.0.27 - - [2025-05-22 02:05:26] "GET /route-target/ef3a0058-0b9f-4c3d-8ff3-96776c20ef30 HTTP/1.1" 200 1205 0.003902 10.0.0.27 - - [2025-05-22 02:05:27] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db HTTP/1.1" 200 3779 0.006505 10.0.0.27 - - [2025-05-22 02:05:27] "GET /routing-instance/f8f147b2-1253-4f80-93da-fb28e122c951 HTTP/1.1" 200 2381 0.004428 10.0.0.27 - - [2025-05-22 02:05:27] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008150 10.0.0.27 - - [2025-05-22 02:05:27] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db HTTP/1.1" 200 3779 0.005341 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/network HTTP/1.1" 200 1004 0.010969 10.0.0.27 - - [2025-05-22 02:05:27] "GET /routing-instance/f8f147b2-1253-4f80-93da-fb28e122c951 HTTP/1.1" 200 2381 0.010677 10.0.0.27 - - [2025-05-22 02:05:27] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001438 10.0.0.27 - - [2025-05-22 02:05:27] "GET /routing-instance/f8f147b2-1253-4f80-93da-fb28e122c951 HTTP/1.1" 200 2381 0.006959 10.0.0.27 - - [2025-05-22 02:05:27] "GET /route-target/ef3a0058-0b9f-4c3d-8ff3-96776c20ef30 HTTP/1.1" 200 1205 0.007532 10.0.0.27 - - [2025-05-22 02:05:27] "GET /domains HTTP/1.1" 200 280 0.008783 10.0.0.27 - - [2025-05-22 02:05:27] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.27 - - [2025-05-22 02:05:27] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2761 0.043434 10.0.0.27 - - [2025-05-22 02:05:27] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.27 - - [2025-05-22 02:05:27] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5 HTTP/1.1" 200 3087 0.044360 10.0.0.27 - - [2025-05-22 02:05:27] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db HTTP/1.1" 200 4037 0.010723 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1055 0.299609 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1055 0.014724 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1055 0.015180 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1109 0.115333 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1083 0.019071 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015539 10.0.0.27 - - [2025-05-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 5030 0.071754 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.016526 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/network HTTP/1.1" 200 994 0.009312 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1083 0.020284 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006273 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013460 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005861 10.0.0.27 - - [2025-05-22 02:05:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013837 10.0.0.27 - - [2025-05-22 02:05:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010333 10.0.0.27 - - [2025-05-22 02:05:28] "GET /virtual-machine/2a3db586-0ce9-471d-99bc-01ef0dfc83be HTTP/1.1" 200 1288 0.011642 10.0.0.27 - - [2025-05-22 02:05:28] "GET /virtual-machine-interface/92121286-9fa7-441c-bc9c-f8633f678338 HTTP/1.1" 200 2942 0.006481 10.0.0.27 - - [2025-05-22 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.27 - - [2025-05-22 02:05:28] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003165 10.0.0.27 - - [2025-05-22 02:05:28] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002803 10.0.0.27 - - [2025-05-22 02:05:28] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004985 10.0.0.27 - - [2025-05-22 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-05-22 02:05:31] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005835 10.0.0.27 - - [2025-05-22 02:05:34] "POST /neutron/port HTTP/1.1" 200 1083 0.015231 10.0.0.27 - - [2025-05-22 02:05:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004624 10.0.0.27 - - [2025-05-22 02:05:34] "POST /neutron/port HTTP/1.1" 200 1083 0.013672 10.0.0.27 - - [2025-05-22 02:05:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004755 10.0.0.27 - - [2025-05-22 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-05-22 02:05:35] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004661 10.0.0.27 - - [2025-05-22 02:05:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014352 10.0.0.27 - - [2025-05-22 02:05:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004962 10.0.0.27 - - [2025-05-22 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-05-22 02:05:37] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002708 10.0.0.27 - - [2025-05-22 02:05:37] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002821 10.0.0.27 - - [2025-05-22 02:05:37] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004936 10.0.0.27 - - [2025-05-22 02:05:37] "POST /neutron/port HTTP/1.1" 200 1083 0.014426 10.0.0.27 - - [2025-05-22 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005374 10.0.0.27 - - [2025-05-22 02:05:38] "POST /neutron/port HTTP/1.1" 200 1083 0.013094 10.0.0.27 - - [2025-05-22 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005657 10.0.0.27 - - [2025-05-22 02:05:38] "POST /neutron/port HTTP/1.1" 200 1083 0.013482 10.0.0.27 - - [2025-05-22 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005739 10.0.0.27 - - [2025-05-22 02:05:38] "GET /virtual-machine/0b848061-e069-4050-a4ff-a31535543dad HTTP/1.1" 200 1287 0.004569 10.0.0.27 - - [2025-05-22 02:05:38] "GET /virtual-machine-interface/a43f344b-67ac-4dfa-b619-55716055cc8e HTTP/1.1" 200 2942 0.004565 10.0.0.27 - - [2025-05-22 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.27 - - [2025-05-22 02:05:38] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003027 10.0.0.27 - - [2025-05-22 02:05:38] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002730 10.0.0.27 - - [2025-05-22 02:05:38] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004986 10.0.0.27 - - [2025-05-22 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.27 - - [2025-05-22 02:05:39] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002847 10.0.0.27 - - [2025-05-22 02:05:39] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002822 10.0.0.27 - - [2025-05-22 02:05:39] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005150 10.0.0.27 - - [2025-05-22 02:05:39] "POST /neutron/port HTTP/1.1" 200 1083 0.013574 10.0.0.27 - - [2025-05-22 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005815 10.0.0.27 - - [2025-05-22 02:05:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014188 10.0.0.27 - - [2025-05-22 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005511 10.0.0.27 - - [2025-05-22 02:05:39] "POST /neutron/port HTTP/1.1" 200 1083 0.013868 10.0.0.27 - - [2025-05-22 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006683 10.0.0.27 - - [2025-05-22 02:05:39] "GET /virtual-machine/9867b576-598b-4ac5-9f94-42ca98f61287 HTTP/1.1" 200 1293 0.004220 10.0.0.27 - - [2025-05-22 02:05:39] "GET /virtual-machine-interface/1b05c24d-fc86-43bd-9a3d-769b1e36d997 HTTP/1.1" 200 2941 0.004377 10.0.0.27 - - [2025-05-22 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.27 - - [2025-05-22 02:05:40] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003700 10.0.0.27 - - [2025-05-22 02:05:40] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002886 10.0.0.27 - - [2025-05-22 02:05:40] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005223 10.0.0.27 - - [2025-05-22 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.27 - - [2025-05-22 02:05:41] "GET /global-vrouter-config/7db31632-18ac-4ff9-aec7-441538197027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002674 10.0.0.27 - - [2025-05-22 02:05:41] "GET /virtual-networks?parent_id=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003240 10.0.0.27 - - [2025-05-22 02:05:41] "GET /virtual-network/46743912-b45a-43f0-b13e-6e1a42c220db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006983 10.0.0.27 - - [2025-05-22 02:05:44] "DELETE /project/cfbd2bb8e6524e24982d3bdfbec87af5 HTTP/1.1" 404 173 0.045278 10.0.0.27 - - [2025-05-22 02:05:44] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435 10.0.0.27 - - [2025-05-22 02:05:44] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.045677 10.0.0.27 - - [2025-05-22 02:05:44] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.27 - - [2025-05-22 02:05:44] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?fields=security_groups HTTP/1.1" 200 1366 0.062729 10.0.0.27 - - [2025-05-22 02:05:44] "DELETE /security-group/539b17d6-fcef-4159-9a03-9ece97b61eec HTTP/1.1" 200 115 0.032967 10.0.0.27 - - [2025-05-22 02:05:44] "GET /projects?obj_uuids=6aad36a7-9768-4560-a910-201a0da0b354&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.27 - - [2025-05-22 02:05:44] "GET /project/6aad36a7-9768-4560-a910-201a0da0b354?fields=application_policy_sets HTTP/1.1" 200 1405 0.029797 10.0.0.27 - - [2025-05-22 02:05:44] "DELETE /access-control-list/5388eb43-32f4-4ff3-af5f-2b595c197a48 HTTP/1.1" 200 115 0.054254 10.0.0.27 - - [2025-05-22 02:05:44] "DELETE /access-control-list/b54ad569-b540-42ec-b1df-b1972e7359aa HTTP/1.1" 200 115 0.017813 10.0.0.27 - - [2025-05-22 02:05:44] "DELETE /project/6aad36a7-9768-4560-a910-201a0da0b354 HTTP/1.1" 200 115 0.345986 10.0.0.27 - - [2025-05-22 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.044967 10.0.0.27 - - [2025-05-22 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.038416 10.0.0.27 - - [2025-05-22 02:05:55] "GET /global-system-configs HTTP/1.1" 200 322 0.028191 10.0.0.27 - - [2025-05-22 02:05:55] "GET /obj-perms HTTP/1.1" 200 5056 0.056688 10.0.0.27 - - [2025-05-22 02:05:55] "GET /global-system-configs HTTP/1.1" 200 322 0.025906 10.0.0.27 - - [2025-05-22 02:05:55] "GET /obj-perms HTTP/1.1" 200 5056 0.056232 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 1109 0.013073 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 1109 0.014460 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 151 0.115926 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 1109 0.011072 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 1109 0.011561 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 1083 0.022690 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 1109 0.013129 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 151 0.130124 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/network HTTP/1.1" 200 994 0.007890 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/network HTTP/1.1" 400 204 0.021322 10.0.0.27 - - [2025-05-22 02:05:57] "POST /neutron/port HTTP/1.1" 200 151 0.145748 10.0.0.27 - - [2025-05-22 02:05:59] "POST /neutron/network HTTP/1.1" 200 994 0.007026 10.0.0.27 - - [2025-05-22 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.27 - - [2025-05-22 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.27 - - [2025-05-22 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004246 10.0.0.27 - - [2025-05-22 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002047 10.0.0.27 - - [2025-05-22 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.27 - - [2025-05-22 02:05:59] "POST /neutron/network HTTP/1.1" 200 151 0.120282 10.0.0.27 - - [2025-05-22 02:05:59] "DELETE /route-target/ef3a0058-0b9f-4c3d-8ff3-96776c20ef30 HTTP/1.1" 200 115 0.028576 10.0.0.27 - - [2025-05-22 02:05:59] "GET /routing-instance/f8f147b2-1253-4f80-93da-fb28e122c951 HTTP/1.1" 404 171 0.002724 10.0.0.27 - - [2025-05-22 02:05:59] "GET /domains HTTP/1.1" 200 280 0.002471 10.0.0.27 - - [2025-05-22 02:05:59] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.27 - - [2025-05-22 02:05:59] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327 HTTP/1.1" 200 2574 0.057466 10.0.0.27 - - [2025-05-22 02:05:59] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.27 - - [2025-05-22 02:05:59] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5 HTTP/1.1" 200 2086 0.075134 10.0.0.27 - - [2025-05-22 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.27 - - [2025-05-22 02:05:59] "DELETE /network-ipam/564763da-ed28-45f3-b6fa-3ad531fed1ec HTTP/1.1" 200 115 0.022897 10.0.0.27 - - [2025-05-22 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003335 10.0.0.27 - - [2025-05-22 02:06:00] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.27 - - [2025-05-22 02:06:00] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051895 10.0.0.27 - - [2025-05-22 02:06:00] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.27 - - [2025-05-22 02:06:00] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?fields=virtual_networks HTTP/1.1" 200 1033 0.075147 10.0.0.27 - - [2025-05-22 02:06:00] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.27 - - [2025-05-22 02:06:00] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.030478 10.0.0.27 - - [2025-05-22 02:06:00] "GET /projects?obj_uuids=cfbd2bb8-e652-4e24-982d-3bdfbec87af5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.27 - - [2025-05-22 02:06:00] "GET /project/cfbd2bb8-e652-4e24-982d-3bdfbec87af5?fields=security_groups HTTP/1.1" 200 1259 0.035872 10.0.0.27 - - [2025-05-22 02:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.004802 10.0.0.27 - - [2025-05-22 02:06:02] "POST /neutron/port HTTP/1.1" 400 205 0.002960 10.0.0.27 - - [2025-05-22 02:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.004874 10.0.0.27 - - [2025-05-22 02:06:02] "POST /neutron/port HTTP/1.1" 400 205 0.002881 10.0.0.27 - - [2025-05-22 02:06:07] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.27 - - [2025-05-22 02:06:08] "GET /project/53e74a42-c6a7-4751-b920-64d55609feba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2025-05-22 02:06:08] "GET /projects?obj_uuids=53e74a42-c6a7-4751-b920-64d55609feba&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001471 10.0.0.27 - - [2025-05-22 02:06:08] "GET /project/53e74a42-c6a7-4751-b920-64d55609feba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.045517 [Introspect:8084]10.0.0.27 - - [2025-05-22 02:06:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001189 10.0.0.27 - - [2025-05-22 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.021530 10.0.0.27 - - [2025-05-22 02:06:09] "GET /projects?obj_uuids=ee886d4c-3672-4428-ba47-02e4d624b412&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002305 10.0.0.27 - - [2025-05-22 02:06:09] "GET /domains?obj_uuids=d3cc741d-7aa3-42d4-a842-22d10b57c327&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.27 - - [2025-05-22 02:06:09] "GET /domain/d3cc741d-7aa3-42d4-a842-22d10b57c327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008413 10.0.0.27 - - [2025-05-22 02:06:09] "POST /id-to-fqname HTTP/1.1" 200 186 0.001407 10.0.0.27 - - [2025-05-22 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 195 0.002243 10.0.0.27 - - [2025-05-22 02:06:09] "POST /security-groups HTTP/1.1" 200 587 0.063545 10.0.0.27 - - [2025-05-22 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.002372 10.0.0.27 - - [2025-05-22 02:06:09] "POST /projects HTTP/1.1" 200 577 0.208677 10.0.0.27 - - [2025-05-22 02:06:09] "POST /access-control-lists HTTP/1.1" 200 592 0.058476 10.0.0.27 - - [2025-05-22 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.280877 10.0.0.27 - - [2025-05-22 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002684 10.0.0.27 - - [2025-05-22 02:06:09] "GET /project/ee886d4c-3672-4428-ba47-02e4d624b412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.399358 10.0.0.27 - - [2025-05-22 02:06:09] "POST /access-control-lists HTTP/1.1" 200 590 0.056318 10.0.0.27 - - [2025-05-22 02:06:10] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.27 - - [2025-05-22 02:06:11] "GET /projects?obj_uuids=ee886d4c-3672-4428-ba47-02e4d624b412&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.27 - - [2025-05-22 02:06:11] "GET /project/ee886d4c-3672-4428-ba47-02e4d624b412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.025731