++ 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 Mar 20 02:15:13 UTC 2025 ===================' INFO: =================== Thu Mar 20 02:15:13 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.59 ++ 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.59 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.59 ++ ANALYTICSDB_NODES=10.0.0.59 ++ ANALYTICS_SNMP_NODES=10.0.0.59 ++ 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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:8081 ' +++ '[' -n '10.0.0.59:8081 ' ']' +++ echo 10.0.0.59:8081 ++ ANALYTICS_SERVERS=10.0.0.59: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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:9042 ' +++ '[' -n '10.0.0.59:9042 ' ']' +++ echo 10.0.0.59:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.59:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.59 ++ 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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:8086 ' +++ '[' -n '10.0.0.59:8086 ' ']' +++ echo 10.0.0.59:8086 ++ COLLECTOR_SERVERS=10.0.0.59: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.59 ++ CONFIGDB_NODES=10.0.0.59 ++ 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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:8082 ' +++ '[' -n '10.0.0.59:8082 ' ']' +++ echo 10.0.0.59:8082 ++ CONFIG_SERVERS=10.0.0.59: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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:9161 ' +++ '[' -n '10.0.0.59:9161 ' ']' +++ echo 10.0.0.59:9161 ++ CONFIGDB_SERVERS=10.0.0.59: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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:9041 ' +++ '[' -n '10.0.0.59:9041 ' ']' +++ echo 10.0.0.59:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.59: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.20 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.20 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.59 ++ 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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+=10.0.0.59:2181, +++ '[' -n 10.0.0.59:2181, ']' +++ echo 10.0.0.59:2181 ++ ZOOKEEPER_SERVERS=10.0.0.59: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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:2181 ' +++ '[' -n '10.0.0.59:2181 ' ']' +++ echo 10.0.0.59:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.59:2181 ++ RABBITMQ_NODES=10.0.0.59 ++ 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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+=10.0.0.59:5673, +++ '[' -n 10.0.0.59:5673, ']' +++ echo 10.0.0.59:5673 ++ RABBITMQ_SERVERS=10.0.0.59: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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:6379 ' +++ '[' -n '10.0.0.59:6379 ' ']' +++ echo 10.0.0.59:6379 ++ REDIS_SERVERS=10.0.0.59: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.59 ++ 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.59 +++ local server_address=10.0.0.59 +++ extended_server_list+='10.0.0.59:9092 ' +++ '[' -n '10.0.0.59:9092 ' ']' +++ echo 10.0.0.59:9092 ++ KAFKA_SERVERS=10.0.0.59: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.59 ++ 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.59 ++ 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.59 ++ 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.59 ++ cut -d , -f 1 + local cassandra=10.0.0.59 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.59 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.59 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.59 +++ 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.59,10.20.0.20,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.59'\''))' +++ local server_ip=10.0.0.59 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.59 ]] +++ [[ ,10.0.0.59,10.20.0.20,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.59, ]] +++ echo 10.0.0.59 1 +++ return ++ local ip=10.0.0.59 ++ [[ -z 10.0.0.59 ]] ++ echo 10.0.0.59 + host_ip=10.0.0.59 + [[ cql == \c\q\l ]] ++ echo 10.0.0.59:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.59:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.59: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 ++ cut -d = -f 1 ++ sort ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 03/20/2025 02:15:21.579 7ff3577f0a88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/20/2025 02:15:21.607 7ff3577f0a88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/20/2025 02:15:21.621 7ff3577f0a88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/20/2025 02:15:21.621 7ff3577f0a88 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.59:8082/ Hit Ctrl-C to quit. 10.0.0.59 - - [2025-03-20 02:15:26] "GET / HTTP/1.1" 200 45871 0.001709 10.0.0.59 - - [2025-03-20 02:15:26] "GET / HTTP/1.1" 200 45871 0.001329 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.59 - - [2025-03-20 02:15:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000606 10.0.0.59 - - [2025-03-20 02:15:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000343 10.0.0.59 - - [2025-03-20 02:15:26] "GET / HTTP/1.1" 200 35931 0.002434 10.0.0.59 - - [2025-03-20 02:15:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.631096 10.0.0.59 - - [2025-03-20 02:15:27] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003573 10.0.0.59 - - [2025-03-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.345619 10.0.0.59 - - [2025-03-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.59 - - [2025-03-20 02:15:27] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.59 - - [2025-03-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.59 - - [2025-03-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 /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.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.307818 10.0.0.59 - - [2025-03-20 02:15:28] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003580 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.049291 10.0.0.59 - - [2025-03-20 02:15:28] "GET /network-ipam/b1cb31ea-0389-4039-9b97-96040d06a2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003831 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003278 10.0.0.59 - - [2025-03-20 02:15:28] "POST /config-nodes HTTP/1.1" 200 599 0.020643 10.0.0.59 - - [2025-03-20 02:15:28] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.59 - - [2025-03-20 02:15:28] "GET / HTTP/1.1" 200 35931 0.002271 10.0.0.59 - - [2025-03-20 02:15:28] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000608 10.0.0.59 - - [2025-03-20 02:15:28] "GET / HTTP/1.1" 200 35931 0.001424 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.002985 10.0.0.59 - - [2025-03-20 02:15:28] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.59 - - [2025-03-20 02:15:28] "POST /access-control-lists HTTP/1.1" 200 587 0.033515 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000692 10.0.0.59 - - [2025-03-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.004399 10.0.0.59 - - [2025-03-20 02:15:28] "POST /access-control-lists HTTP/1.1" 200 585 0.019239 10.0.0.59 - - [2025-03-20 02:15:29] "POST /route-targets HTTP/1.1" 200 327 0.012876 10.0.0.59 - - [2025-03-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.012874 10.0.0.59 - - [2025-03-20 02:15:29] "POST /route-targets HTTP/1.1" 200 327 0.017169 10.0.0.59 - - [2025-03-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.012160 10.0.0.59 - - [2025-03-20 02:15:29] "POST /route-targets HTTP/1.1" 200 327 0.012773 10.0.0.59 - - [2025-03-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.011719 10.0.0.59 - - [2025-03-20 02:15:29] "POST /route-targets HTTP/1.1" 200 327 0.012799 10.0.0.59 - - [2025-03-20 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.011843 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.003681 10.0.0.59 - - [2025-03-20 02:15:29] "POST /access-control-lists HTTP/1.1" 200 551 0.069083 10.0.0.59 - - [2025-03-20 02:15:29] "PUT /access-control-list/04401143-cebe-455b-8026-6c55bd9d4b3e HTTP/1.1" 200 272 0.014051 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.883482 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.59 - - [2025-03-20 02:15:29] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.613413 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.346481 10.0.0.59 - - [2025-03-20 02:15:29] "PUT /access-control-list/2e283352-3ef0-42b5-913a-b896ab86620a HTTP/1.1" 200 272 0.015062 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.074111 10.0.0.59 - - [2025-03-20 02:15:29] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005061 10.0.0.59 - - [2025-03-20 02:15:29] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.004490 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.004298 10.0.0.59 - - [2025-03-20 02:15:29] "POST /job-templates HTTP/1.1" 200 555 0.073534 10.0.0.59 - - [2025-03-20 02:15:29] "POST /service-appliance-sets HTTP/1.1" 200 553 0.030517 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.003272 10.0.0.59 - - [2025-03-20 02:15:29] "POST /config-database-nodes HTTP/1.1" 200 617 0.023650 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.002774 10.0.0.59 - - [2025-03-20 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.59 - - [2025-03-20 02:15:30] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.016084 10.0.0.59 - - [2025-03-20 02:15:30] "POST /job-templates HTTP/1.1" 200 563 0.086052 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.003245 10.0.0.59 - - [2025-03-20 02:15:30] "POST /service-appliance-sets HTTP/1.1" 200 541 0.020843 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.59 - - [2025-03-20 02:15:30] "GET /network-ipam/b1cb31ea-0389-4039-9b97-96040d06a2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008144 10.0.0.59 - - [2025-03-20 02:15:30] "POST /job-templates HTTP/1.1" 200 545 0.065791 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.002639 10.0.0.59 - - [2025-03-20 02:15:30] "POST /job-templates HTTP/1.1" 200 577 0.070321 10.0.0.59 - - [2025-03-20 02:15:30] "POST /service-templates HTTP/1.1" 200 511 0.066778 10.0.0.59 - - [2025-03-20 02:15:30] "POST /service-templates HTTP/1.1" 200 501 0.019094 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.003507 10.0.0.59 - - [2025-03-20 02:15:30] "POST /service-templates HTTP/1.1" 200 515 0.021918 10.0.0.59 - - [2025-03-20 02:15:30] "POST /job-templates HTTP/1.1" 200 579 0.064435 10.0.0.59 - - [2025-03-20 02:15:30] "POST /service-templates HTTP/1.1" 200 535 0.021732 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.003324 10.0.0.59 - - [2025-03-20 02:15:30] "POST /service-templates HTTP/1.1" 200 507 0.020437 10.0.0.59 - - [2025-03-20 02:15:30] "POST /job-templates HTTP/1.1" 200 583 0.065631 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003498 10.0.0.59 - - [2025-03-20 02:15:30] "POST /job-templates HTTP/1.1" 200 559 0.067230 10.0.0.59 - - [2025-03-20 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.003043 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 569 0.066211 10.0.0.59 - - [2025-03-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004835 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 555 0.065697 10.0.0.59 - - [2025-03-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003045 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 555 0.061382 10.0.0.59 - - [2025-03-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.002979 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 555 0.065456 10.0.0.59 - - [2025-03-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.003226 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 535 0.061189 10.0.0.59 - - [2025-03-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003981 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 559 0.062620 10.0.0.59 - - [2025-03-20 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003397 10.0.0.59 - - [2025-03-20 02:15:31] "POST /job-templates HTTP/1.1" 200 559 0.064704 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.002967 10.0.0.59 - - [2025-03-20 02:15:32] "POST /job-templates HTTP/1.1" 200 559 0.061804 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.003439 10.0.0.59 - - [2025-03-20 02:15:32] "POST /job-templates HTTP/1.1" 200 565 0.061615 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003188 10.0.0.59 - - [2025-03-20 02:15:32] "POST /job-templates HTTP/1.1" 200 557 0.065744 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003223 10.0.0.59 - - [2025-03-20 02:15:32] "POST /job-templates HTTP/1.1" 200 555 0.061894 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.003541 10.0.0.59 - - [2025-03-20 02:15:32] "POST /job-templates HTTP/1.1" 200 573 0.066336 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003170 10.0.0.59 - - [2025-03-20 02:15:32] "POST /job-templates HTTP/1.1" 200 551 0.065563 10.0.0.59 - - [2025-03-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.003167 10.0.0.59 - - [2025-03-20 02:15:33] "POST /job-templates HTTP/1.1" 200 579 0.061597 10.0.0.59 - - [2025-03-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003224 10.0.0.59 - - [2025-03-20 02:15:33] "POST /job-templates HTTP/1.1" 200 555 0.065992 10.0.0.59 - - [2025-03-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003208 10.0.0.59 - - [2025-03-20 02:15:33] "POST /job-templates HTTP/1.1" 200 559 0.061583 10.0.0.59 - - [2025-03-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003394 10.0.0.59 - - [2025-03-20 02:15:33] "POST /job-templates HTTP/1.1" 200 575 0.066381 10.0.0.59 - - [2025-03-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003639 10.0.0.59 - - [2025-03-20 02:15:33] "POST /job-templates HTTP/1.1" 200 557 0.072498 10.0.0.59 - - [2025-03-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003716 10.0.0.59 - - [2025-03-20 02:15:33] "POST /job-templates HTTP/1.1" 200 559 0.065825 10.0.0.59 - - [2025-03-20 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003819 10.0.0.59 - - [2025-03-20 02:15:34] "POST /job-templates HTTP/1.1" 200 555 0.061553 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003462 10.0.0.59 - - [2025-03-20 02:15:34] "POST /job-templates HTTP/1.1" 200 553 0.061138 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003931 10.0.0.59 - - [2025-03-20 02:15:34] "POST /job-templates HTTP/1.1" 200 553 0.066603 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003389 10.0.0.59 - - [2025-03-20 02:15:34] "POST /job-templates HTTP/1.1" 200 553 0.074073 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003740 10.0.0.59 - - [2025-03-20 02:15:34] "POST /job-templates HTTP/1.1" 200 563 0.061093 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.009318 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.59 - - [2025-03-20 02:15:34] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003157 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.59 - - [2025-03-20 02:15:34] "POST /job-templates HTTP/1.1" 200 565 0.064838 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003763 10.0.0.59 - - [2025-03-20 02:15:34] "PUT /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7 HTTP/1.1" 200 276 0.010037 10.0.0.59 - - [2025-03-20 02:15:34] "POST /config-propertiess HTTP/1.1" 200 551 0.020322 10.0.0.59 - - [2025-03-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 168 0.002988 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 321 0.036748 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003133 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 317 0.024735 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 174 0.003235 10.0.0.59 - - [2025-03-20 02:15:35] "GET / HTTP/1.1" 200 35931 0.002143 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 401 292 0.000428 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 333 0.024040 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.002975 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 309 0.024254 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 174 0.003041 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 333 0.021145 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003062 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 200 581 0.044767 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 313 0.032149 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 200 575 0.019346 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 169 0.004002 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 200 575 0.018096 10.0.0.59 - - [2025-03-20 02:15:35] "POST /tags HTTP/1.1" 200 323 0.032203 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 200 559 0.042143 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 200 555 0.019632 10.0.0.59 - - [2025-03-20 02:15:35] "PUT /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31 HTTP/1.1" 200 274 0.008998 10.0.0.59 - - [2025-03-20 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.002365 10.0.0.59 - - [2025-03-20 02:15:35] "POST /alarms HTTP/1.1" 200 557 0.017601 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 327 0.013631 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 565 0.017303 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002955 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 549 0.019665 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 327 0.012514 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 557 0.016976 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002859 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 567 0.018063 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 327 0.009959 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003599 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 555 0.026709 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 327 0.012657 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 567 0.018973 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002975 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 575 0.065832 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 323 0.034601 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002608 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 569 0.017930 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 323 0.012484 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 561 0.020122 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.003151 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 561 0.019425 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 317 0.039754 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 561 0.022957 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003729 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 547 0.027354 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 323 0.015438 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002701 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 595 0.018830 10.0.0.59 - - [2025-03-20 02:15:36] "POST /hardwares HTTP/1.1" 200 323 0.012527 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 575 0.016880 10.0.0.59 - - [2025-03-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003670 10.0.0.59 - - [2025-03-20 02:15:36] "POST /alarms HTTP/1.1" 200 571 0.020684 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 323 0.011206 10.0.0.59 - - [2025-03-20 02:15:37] "POST /alarms HTTP/1.1" 200 583 0.020042 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.002982 10.0.0.59 - - [2025-03-20 02:15:37] "POST /alarms HTTP/1.1" 200 609 0.016311 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 325 0.010105 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003235 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 325 0.011965 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.002996 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 325 0.011906 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003196 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 325 0.010600 10.0.0.59 - - [2025-03-20 02:15:37] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.59 - - [2025-03-20 02:15:37] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000461 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002961 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 323 0.011024 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003167 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 317 0.012385 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003196 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 323 0.010974 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.002823 10.0.0.59 - - [2025-03-20 02:15:37] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025003 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 317 0.012673 10.0.0.59 - - [2025-03-20 02:15:37] "PUT /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7 HTTP/1.1" 200 276 0.009383 10.0.0.59 - - [2025-03-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002922 10.0.0.59 - - [2025-03-20 02:15:37] "POST /hardwares HTTP/1.1" 200 323 0.011083 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.002824 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 319 0.011558 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.002959 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 319 0.016272 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002777 10.0.0.59 - - [2025-03-20 02:15:38] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 325 0.012289 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.003551 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 317 0.011111 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002977 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 317 0.011805 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003058 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 319 0.012088 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.025111 10.0.0.59 - - [2025-03-20 02:15:38] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003066 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003452 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 319 0.011801 10.0.0.59 - - [2025-03-20 02:15:38] "PUT /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7 HTTP/1.1" 200 276 0.008014 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003141 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 319 0.010943 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.010136 10.0.0.59 - - [2025-03-20 02:15:38] "POST /hardwares HTTP/1.1" 200 311 0.010159 10.0.0.59 - - [2025-03-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.002899 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 311 0.011341 10.0.0.59 - - [2025-03-20 02:15:39] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000372 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 160 0.002952 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 315 0.011284 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 154 0.003870 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 303 0.011066 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.004253 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 311 0.011717 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.002982 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.025328 10.0.0.59 - - [2025-03-20 02:15:39] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.003858 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 305 0.012484 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.002477 10.0.0.59 - - [2025-03-20 02:15:39] "PUT /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31 HTTP/1.1" 200 274 0.017145 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 305 0.011255 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.003041 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 305 0.011577 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.003004 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 305 0.011672 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.002964 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 307 0.010769 10.0.0.59 - - [2025-03-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.003259 10.0.0.59 - - [2025-03-20 02:15:39] "POST /hardwares HTTP/1.1" 200 307 0.010539 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003171 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 307 0.012159 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003543 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 309 0.013104 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.003313 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 311 0.012528 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.003330 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 311 0.013081 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 153 0.002994 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 301 0.011573 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003302 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 309 0.017183 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003146 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 309 0.010478 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.002940 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 309 0.011035 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003268 10.0.0.59 - - [2025-03-20 02:15:40] "POST /hardwares HTTP/1.1" 200 309 0.014935 10.0.0.59 - - [2025-03-20 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003019 10.0.0.59 - - [2025-03-20 02:15:41] "POST /hardwares HTTP/1.1" 200 309 0.011864 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.003062 10.0.0.59 - - [2025-03-20 02:15:41] "POST /hardwares HTTP/1.1" 200 317 0.011844 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003412 10.0.0.59 - - [2025-03-20 02:15:41] "POST /hardwares HTTP/1.1" 200 309 0.018778 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003242 10.0.0.59 - - [2025-03-20 02:15:41] "POST /hardwares HTTP/1.1" 200 309 0.034233 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 154 0.003312 10.0.0.59 - - [2025-03-20 02:15:41] "POST /hardwares HTTP/1.1" 200 303 0.011663 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003016 10.0.0.59 - - [2025-03-20 02:15:41] "POST /features HTTP/1.1" 200 533 0.016538 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 185 0.003036 10.0.0.59 - - [2025-03-20 02:15:41] "POST /features HTTP/1.1" 200 523 0.017506 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003134 10.0.0.59 - - [2025-03-20 02:15:41] "POST /features HTTP/1.1" 200 521 0.020097 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003247 10.0.0.59 - - [2025-03-20 02:15:41] "POST /features HTTP/1.1" 200 521 0.017222 10.0.0.59 - - [2025-03-20 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.003235 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 531 0.016536 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003258 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 521 0.015295 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003375 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 539 0.016107 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.002992 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 525 0.017348 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.003040 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 519 0.015976 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.002946 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 517 0.015827 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003076 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 533 0.016246 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.002761 10.0.0.59 - - [2025-03-20 02:15:42] "POST /features HTTP/1.1" 200 541 0.016848 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 178 0.002922 10.0.0.59 - - [2025-03-20 02:15:42] "POST /physical-roles HTTP/1.1" 200 521 0.016113 10.0.0.59 - - [2025-03-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 179 0.003192 10.0.0.59 - - [2025-03-20 02:15:43] "POST /physical-roles HTTP/1.1" 200 523 0.033400 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002929 10.0.0.59 - - [2025-03-20 02:15:43] "POST /physical-roles HTTP/1.1" 200 533 0.016554 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 177 0.002792 10.0.0.59 - - [2025-03-20 02:15:43] "POST /physical-roles HTTP/1.1" 200 519 0.017505 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.003603 10.0.0.59 - - [2025-03-20 02:15:43] "POST /overlay-roles HTTP/1.1" 200 545 0.016522 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003082 10.0.0.59 - - [2025-03-20 02:15:43] "POST /overlay-roles HTTP/1.1" 200 531 0.016893 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.002843 10.0.0.59 - - [2025-03-20 02:15:43] "POST /overlay-roles HTTP/1.1" 200 545 0.017761 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.002980 10.0.0.59 - - [2025-03-20 02:15:43] "POST /overlay-roles HTTP/1.1" 200 533 0.016994 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003326 10.0.0.59 - - [2025-03-20 02:15:43] "POST /overlay-roles HTTP/1.1" 200 541 0.017844 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.59 - - [2025-03-20 02:15:43] "PUT /overlay-role/20598b5b-55f7-45db-a457-884dc1dfbdce HTTP/1.1" 200 258 0.008927 10.0.0.59 - - [2025-03-20 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002938 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 531 0.016184 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.003031 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 533 0.016774 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.002955 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 529 0.015148 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 187 0.003127 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 537 0.016125 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003063 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 541 0.017369 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.002918 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 519 0.015865 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.003564 10.0.0.59 - - [2025-03-20 02:15:44] "POST /overlay-roles HTTP/1.1" 200 543 0.015998 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.002915 10.0.0.59 - - [2025-03-20 02:15:44] "POST /role-definitions HTTP/1.1" 200 533 0.017526 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003061 10.0.0.59 - - [2025-03-20 02:15:44] "POST /role-definitions HTTP/1.1" 200 547 0.017025 10.0.0.59 - - [2025-03-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.003294 10.0.0.59 - - [2025-03-20 02:15:44] "POST /role-definitions HTTP/1.1" 200 549 0.016338 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003250 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 551 0.016919 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003142 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 563 0.016560 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.002975 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 547 0.020617 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003021 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 549 0.018234 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003074 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 551 0.017694 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003496 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 549 0.016905 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.003121 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 561 0.018401 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003183 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 547 0.016319 10.0.0.59 - - [2025-03-20 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.002933 10.0.0.59 - - [2025-03-20 02:15:45] "POST /role-definitions HTTP/1.1" 200 549 0.015967 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.003288 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 545 0.016247 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003419 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 547 0.018506 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.003090 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 553 0.018338 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003332 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 555 0.018363 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003016 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 533 0.020672 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.004370 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 543 0.026741 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.004631 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 531 0.019422 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003299 10.0.0.59 - - [2025-03-20 02:15:46] "POST /role-definitions HTTP/1.1" 200 537 0.018188 10.0.0.59 - - [2025-03-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.002923 10.0.0.59 - - [2025-03-20 02:15:47] "POST /role-definitions HTTP/1.1" 200 547 0.016701 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003219 10.0.0.59 - - [2025-03-20 02:15:47] "POST /role-definitions HTTP/1.1" 200 557 0.017816 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003096 10.0.0.59 - - [2025-03-20 02:15:47] "POST /role-definitions HTTP/1.1" 200 561 0.016495 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003116 10.0.0.59 - - [2025-03-20 02:15:47] "POST /role-definitions HTTP/1.1" 200 559 0.016644 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003373 10.0.0.59 - - [2025-03-20 02:15:47] "POST /feature-configs HTTP/1.1" 200 537 0.021809 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.003174 10.0.0.59 - - [2025-03-20 02:15:47] "POST /feature-configs HTTP/1.1" 200 562 0.017946 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003382 10.0.0.59 - - [2025-03-20 02:15:47] "POST /feature-configs HTTP/1.1" 200 561 0.016199 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.002867 10.0.0.59 - - [2025-03-20 02:15:47] "POST /node-profiles HTTP/1.1" 200 547 0.017655 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.002946 10.0.0.59 - - [2025-03-20 02:15:47] "POST /node-profiles HTTP/1.1" 200 537 0.017663 10.0.0.59 - - [2025-03-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.002958 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 549 0.017234 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003306 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 541 0.018498 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003285 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 541 0.015501 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.002972 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 539 0.015783 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003458 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 531 0.016357 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003514 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 533 0.017125 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003114 10.0.0.59 - - [2025-03-20 02:15:48] "POST /node-profiles HTTP/1.1" 200 557 0.016652 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003034 10.0.0.59 - - [2025-03-20 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016117 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002908 10.0.0.59 - - [2025-03-20 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017948 10.0.0.59 - - [2025-03-20 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003166 10.0.0.59 - - [2025-03-20 02:15:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016353 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002870 10.0.0.59 - - [2025-03-20 02:15:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016137 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003981 10.0.0.59 - - [2025-03-20 02:15:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017640 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003726 10.0.0.59 - - [2025-03-20 02:15:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016006 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003236 10.0.0.59 - - [2025-03-20 02:15:49] "POST /sflow-profiles HTTP/1.1" 200 532 0.017955 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002975 10.0.0.59 - - [2025-03-20 02:15:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.021773 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002937 10.0.0.59 - - [2025-03-20 02:15:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.016066 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003311 10.0.0.59 - - [2025-03-20 02:15:49] "POST /grpc-profiles HTTP/1.1" 200 530 0.016302 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.002973 10.0.0.59 - - [2025-03-20 02:15:49] "POST /snmp-profiles HTTP/1.1" 200 530 0.017765 10.0.0.59 - - [2025-03-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003413 10.0.0.59 - - [2025-03-20 02:15:49] "POST /netconf-profiles HTTP/1.1" 200 542 0.015746 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003681 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.016471 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003299 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.018111 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.003055 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 544 0.017708 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.003121 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 542 0.016990 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.003093 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 590 0.017359 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.003044 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 570 0.016384 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003010 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 620 0.016702 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003349 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 566 0.019806 10.0.0.59 - - [2025-03-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003486 10.0.0.59 - - [2025-03-20 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 564 0.018879 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.003028 10.0.0.59 - - [2025-03-20 02:15:51] "POST /device-functional-groups HTTP/1.1" 200 574 0.016081 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.003029 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 525 0.017030 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.004054 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 520 0.016330 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.002777 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 522 0.017984 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003726 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 522 0.020499 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.002962 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 526 0.014449 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003200 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 521 0.016639 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003237 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 517 0.015739 10.0.0.59 - - [2025-03-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003100 10.0.0.59 - - [2025-03-20 02:15:51] "POST /role-configs HTTP/1.1" 200 518 0.017595 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.59 - - [2025-03-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.009222 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.59 - - [2025-03-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.59 - - [2025-03-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008199 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.59 - - [2025-03-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.59 - - [2025-03-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.010050 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.59 - - [2025-03-20 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.59 - - [2025-03-20 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008934 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.009730 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.011230 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.59 - - [2025-03-20 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.009143 10.0.0.59 - - [2025-03-20 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.59 - - [2025-03-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007395 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.59 - - [2025-03-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008234 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.59 - - [2025-03-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009927 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.59 - - [2025-03-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007656 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.59 - - [2025-03-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009547 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.59 - - [2025-03-20 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.59 - - [2025-03-20 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007742 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009039 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007669 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009327 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.59 - - [2025-03-20 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007046 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.59 - - [2025-03-20 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008086 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007121 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.018922 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007213 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.59 - - [2025-03-20 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.59 - - [2025-03-20 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.59 - - [2025-03-20 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.59 - - [2025-03-20 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007790 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.59 - - [2025-03-20 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007173 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.59 - - [2025-03-20 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007451 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.59 - - [2025-03-20 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008945 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.59 - - [2025-03-20 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008316 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.59 - - [2025-03-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007314 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007814 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.009612 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.008725 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.59 - - [2025-03-20 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007738 10.0.0.59 - - [2025-03-20 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008272 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007237 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.006818 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.009575 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.009508 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.59 - - [2025-03-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.59 - - [2025-03-20 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007785 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.59 - - [2025-03-20 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.59 - - [2025-03-20 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.59 - - [2025-03-20 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007856 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.59 - - [2025-03-20 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.009618 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.59 - - [2025-03-20 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.59 - - [2025-03-20 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.009029 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.59 - - [2025-03-20 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008449 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.007575 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008023 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.010616 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.59 - - [2025-03-20 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.010898 10.0.0.59 - - [2025-03-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.009102 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.011232 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.007913 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.59 - - [2025-03-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.59 - - [2025-03-20 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008981 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.59 - - [2025-03-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008161 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.59 - - [2025-03-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.007305 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.59 - - [2025-03-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.007227 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.59 - - [2025-03-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.007504 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.59 - - [2025-03-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008674 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.59 - - [2025-03-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.59 - - [2025-03-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007656 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.012017 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008996 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.59 - - [2025-03-20 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.59 - - [2025-03-20 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007187 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.59 - - [2025-03-20 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.009589 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.59 - - [2025-03-20 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007574 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.59 - - [2025-03-20 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007275 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.59 - - [2025-03-20 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.009695 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.59 - - [2025-03-20 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.59 - - [2025-03-20 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.59 - - [2025-03-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.006902 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.010824 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007530 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.011012 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.59 - - [2025-03-20 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.59 - - [2025-03-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007391 10.0.0.59 - - [2025-03-20 02:16:07] "GET /global-system-configs HTTP/1.1" 200 322 0.302969 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008918 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008585 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.59 - - [2025-03-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.59 - - [2025-03-20 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.010609 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.59 - - [2025-03-20 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.009997 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005751 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.59 - - [2025-03-20 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.011907 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.59 - - [2025-03-20 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007376 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.59 - - [2025-03-20 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.009866 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.59 - - [2025-03-20 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.59 - - [2025-03-20 02:16:08] "GET /global-system-configs HTTP/1.1" 200 322 0.302378 10.0.0.59 - - [2025-03-20 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.59 - - [2025-03-20 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.009635 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007161 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008290 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.59 - - [2025-03-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.59 - - [2025-03-20 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008956 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.59 - - [2025-03-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.59 - - [2025-03-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008685 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.59 - - [2025-03-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.59 - - [2025-03-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008798 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.59 - - [2025-03-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.59 - - [2025-03-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008386 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.59 - - [2025-03-20 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008642 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008114 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007526 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007557 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007040 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.59 - - [2025-03-20 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.59 - - [2025-03-20 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007302 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.008598 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007847 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007872 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.59 - - [2025-03-20 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.59 - - [2025-03-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.007570 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.007677 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.009196 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.59 - - [2025-03-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.59 - - [2025-03-20 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.59 - - [2025-03-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007607 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.59 - - [2025-03-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.59 - - [2025-03-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.59 - - [2025-03-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.59 - - [2025-03-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.59 - - [2025-03-20 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.59 - - [2025-03-20 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007940 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008029 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008297 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007995 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.59 - - [2025-03-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.59 - - [2025-03-20 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.009625 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.007951 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.009347 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008102 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.007909 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.59 - - [2025-03-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.59 - - [2025-03-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.007991 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.59 - - [2025-03-20 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.007685 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.59 - - [2025-03-20 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.59 - - [2025-03-20 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.59 - - [2025-03-20 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.59 - - [2025-03-20 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.007344 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.59 - - [2025-03-20 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.59 - - [2025-03-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.010231 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008445 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008045 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.010345 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.59 - - [2025-03-20 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.007569 10.0.0.59 - - [2025-03-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.59 - - [2025-03-20 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.59 - - [2025-03-20 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.59 - - [2025-03-20 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.007716 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.59 - - [2025-03-20 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.009111 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.59 - - [2025-03-20 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008866 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.59 - - [2025-03-20 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008735 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.59 - - [2025-03-20 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008502 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010043 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010242 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009776 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010992 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.59 - - [2025-03-20 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.59 - - [2025-03-20 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010194 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.011258 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009982 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009599 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.012281 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009180 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.59 - - [2025-03-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.59 - - [2025-03-20 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.59 - - [2025-03-20 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.59 - - [2025-03-20 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.008907 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.59 - - [2025-03-20 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009086 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.59 - - [2025-03-20 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.59 - - [2025-03-20 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009518 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.59 - - [2025-03-20 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009216 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.59 - - [2025-03-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009759 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008214 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008882 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.59 - - [2025-03-20 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008779 10.0.0.59 - - [2025-03-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.59 - - [2025-03-20 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.59 - - [2025-03-20 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.010176 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.59 - - [2025-03-20 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.009971 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.59 - - [2025-03-20 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.59 - - [2025-03-20 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.011098 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.59 - - [2025-03-20 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.008399 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.59 - - [2025-03-20 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009328 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009599 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.59 - - [2025-03-20 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.010880 10.0.0.59 - - [2025-03-20 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.010107 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009612 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.008140 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.010845 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.010359 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.59 - - [2025-03-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.59 - - [2025-03-20 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009345 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.59 - - [2025-03-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.009858 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.59 - - [2025-03-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.59 - - [2025-03-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.59 - - [2025-03-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008849 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.59 - - [2025-03-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.007934 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.59 - - [2025-03-20 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.59 - - [2025-03-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007798 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007522 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.008010 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007517 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007948 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.59 - - [2025-03-20 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.59 - - [2025-03-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.59 - - [2025-03-20 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.59 - - [2025-03-20 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.011104 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.59 - - [2025-03-20 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.010199 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.59 - - [2025-03-20 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.012141 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.59 - - [2025-03-20 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.011768 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.59 - - [2025-03-20 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.011440 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.59 - - [2025-03-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.010662 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.010748 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.008914 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.008385 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.010002 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.010013 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.59 - - [2025-03-20 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.59 - - [2025-03-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.59 - - [2025-03-20 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.009035 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.59 - - [2025-03-20 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.008346 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.59 - - [2025-03-20 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.59 - - [2025-03-20 02:16:31] "POST /network-ipams HTTP/1.1" 200 550 0.016827 10.0.0.59 - - [2025-03-20 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004371 10.0.0.59 - - [2025-03-20 02:16:31] "POST /virtual-networks HTTP/1.1" 200 552 0.117049 10.0.0.59 - - [2025-03-20 02:16:31] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003502 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.002963 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 178 0.002833 10.0.0.59 - - [2025-03-20 02:16:31] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003096 10.0.0.59 - - [2025-03-20 02:16:31] "GET /fabric/257e7ea1-5907-4cdd-8e4f-5c0eb812d228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.005537 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.002796 10.0.0.59 - - [2025-03-20 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.003796 10.0.0.59 - - [2025-03-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003059 10.0.0.59 - - [2025-03-20 02:16:32] "POST /route-targets HTTP/1.1" 200 327 0.013273 10.0.0.59 - - [2025-03-20 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.011317 10.0.0.59 - - [2025-03-20 02:16:54] "GET / HTTP/1.1" 200 35931 0.003003 10.0.0.59 - - [2025-03-20 02:16:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620 10.0.0.59 - - [2025-03-20 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.025964 10.0.0.59 - - [2025-03-20 02:16:55] "GET /routing-instance/f18985f8-103c-4a4d-b148-b5a9b090439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003408 10.0.0.59 - - [2025-03-20 02:16:55] "POST /bgp-routers HTTP/1.1" 200 620 0.017676 10.0.0.59 - - [2025-03-20 02:16:55] "GET /bgp-router/0afbe10f-c87d-46e0-ac2f-85403a28d390?fields=global_system_config_back_refs HTTP/1.1" 200 1125 0.005304 10.0.0.59 - - [2025-03-20 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.59 - - [2025-03-20 02:16:55] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.003953 10.0.0.59 - - [2025-03-20 02:16:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003319 10.0.0.59 - - [2025-03-20 02:16:55] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.59 - - [2025-03-20 02:17:49] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.59 - - [2025-03-20 02:17:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.59 - - [2025-03-20 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.030900 10.0.0.59 - - [2025-03-20 02:17:50] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004818 10.0.0.59 - - [2025-03-20 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003066 10.0.0.59 - - [2025-03-20 02:17:50] "POST /database-nodes HTTP/1.1" 200 603 0.019824 10.0.0.59 - - [2025-03-20 02:18:37] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.59 - - [2025-03-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.59 - - [2025-03-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.028117 10.0.0.59 - - [2025-03-20 02:18:37] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.002949 10.0.0.59 - - [2025-03-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003081 10.0.0.59 - - [2025-03-20 02:18:37] "POST /analytics-nodes HTTP/1.1" 200 605 0.021562 10.0.0.59 - - [2025-03-20 02:18:43] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.59 - - [2025-03-20 02:18:54] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.59 - - [2025-03-20 02:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.59 - - [2025-03-20 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.023054 10.0.0.59 - - [2025-03-20 02:18:54] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007496 10.0.0.59 - - [2025-03-20 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.002664 10.0.0.59 - - [2025-03-20 02:18:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.019970 10.0.0.59 - - [2025-03-20 02:19:06] "GET / HTTP/1.1" 200 35931 0.001567 10.0.0.59 - - [2025-03-20 02:19:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.59 - - [2025-03-20 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.023884 10.0.0.59 - - [2025-03-20 02:19:06] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.002786 10.0.0.59 - - [2025-03-20 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.003075 10.0.0.59 - - [2025-03-20 02:19:06] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.016878 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.59 - - [2025-03-20 02:19:32] "GET /obj-perms HTTP/1.1" 200 5056 0.365141 10.0.0.59 - - [2025-03-20 02:19:32] "GET /obj-perms HTTP/1.1" 200 5056 0.049778 10.0.0.59 - - [2025-03-20 02:20:33] "GET /obj-perms HTTP/1.1" 200 5056 0.049376 10.0.0.59 - - [2025-03-20 02:20:33] "GET /obj-perms HTTP/1.1" 200 5056 0.048622 10.0.0.59 - - [2025-03-20 02:20:42] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.029580 10.0.0.59 - - [2025-03-20 02:20:42] "GET /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004846 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.59 - - [2025-03-20 02:20:42] "GET /routing-instance/f18985f8-103c-4a4d-b148-b5a9b090439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003238 10.0.0.59 - - [2025-03-20 02:20:42] "PUT /global-system-config/2be50d6d-0145-4e1d-8986-ca5987650f31 HTTP/1.1" 200 274 0.011231 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 218 0.003200 10.0.0.59 - - [2025-03-20 02:20:42] "POST /virtual-routers HTTP/1.1" 200 603 0.017079 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.59 - - [2025-03-20 02:20:42] "GET /virtual-router/36caeab9-010b-4bec-b93d-5061c8f16c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.004561 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.002818 10.0.0.59 - - [2025-03-20 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.59 - - [2025-03-20 02:20:42] "GET /virtual-network/32eba5ae-809f-4669-88ff-9dfb5435e83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.003553 10.0.0.59 - - [2025-03-20 02:20:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.034780 10.0.0.59 - - [2025-03-20 02:20:43] "PUT /access-control-list/dfef178d-c06c-4f64-989d-079fde7f2722 HTTP/1.1" 200 272 0.035723 [Introspect:8084]10.0.0.59 - - [2025-03-20 02:20:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000908 [Introspect:8084]10.0.0.59 - - [2025-03-20 02:20:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001015 [Introspect:8084]10.0.0.59 - - [2025-03-20 02:20:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000855 [Introspect:8084]10.0.0.59 - - [2025-03-20 02:20:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001003 10.0.0.59 - - [2025-03-20 02:21:05] "GET /global-system-configs HTTP/1.1" 200 322 0.031882 10.0.0.59 - - [2025-03-20 02:21:05] "GET /obj-perms HTTP/1.1" 200 5056 0.067036 10.0.0.59 - - [2025-03-20 02:21:06] "GET /global-system-configs HTTP/1.1" 200 322 0.029086 10.0.0.59 - - [2025-03-20 02:21:06] "GET /obj-perms HTTP/1.1" 200 5056 0.062956 10.0.0.59 - - [2025-03-20 02:21:33] "GET /obj-perms HTTP/1.1" 200 5056 0.057642 10.0.0.59 - - [2025-03-20 02:21:34] "GET /obj-perms HTTP/1.1" 200 5056 0.053247 10.0.0.59 - - [2025-03-20 02:22:06] "GET / HTTP/1.1" 200 35931 0.001754 10.0.0.59 - - [2025-03-20 02:22:07] "GET /project/01284b3d-6e86-4558-ae9b-a24ae7eaacbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000669 10.0.0.59 - - [2025-03-20 02:22:07] "GET /projects?obj_uuids=01284b3d-6e86-4558-ae9b-a24ae7eaacbd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023984 10.0.0.59 - - [2025-03-20 02:22:07] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.59 - - [2025-03-20 02:22:07] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028215 10.0.0.59 - - [2025-03-20 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 167 0.002471 10.0.0.59 - - [2025-03-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 176 0.003086 10.0.0.59 - - [2025-03-20 02:22:07] "POST /security-groups HTTP/1.1" 200 568 0.066951 10.0.0.59 - - [2025-03-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.002956 10.0.0.59 - - [2025-03-20 02:22:07] "POST /projects HTTP/1.1" 200 539 0.225070 10.0.0.59 - - [2025-03-20 02:22:07] "POST /access-control-lists HTTP/1.1" 200 573 0.061569 10.0.0.59 - - [2025-03-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.298869 10.0.0.59 - - [2025-03-20 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.002922 10.0.0.59 - - [2025-03-20 02:22:07] "GET /project/01284b3d-6e86-4558-ae9b-a24ae7eaacbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.456463 10.0.0.59 - - [2025-03-20 02:22:08] "POST /access-control-lists HTTP/1.1" 200 571 0.060055 [Introspect:8084]10.0.0.59 - - [2025-03-20 02:22:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001038 10.0.0.59 - - [2025-03-20 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.022947 10.0.0.59 - - [2025-03-20 02:22:08] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.59 - - [2025-03-20 02:22:08] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.59 - - [2025-03-20 02:22:08] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006811 10.0.0.59 - - [2025-03-20 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 201 0.001457 10.0.0.59 - - [2025-03-20 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.003237 10.0.0.59 - - [2025-03-20 02:22:09] "POST /security-groups HTTP/1.1" 200 602 0.066392 10.0.0.59 - - [2025-03-20 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.003242 10.0.0.59 - - [2025-03-20 02:22:09] "POST /projects HTTP/1.1" 200 607 0.221245 10.0.0.59 - - [2025-03-20 02:22:09] "POST /access-control-lists HTTP/1.1" 200 607 0.059812 10.0.0.59 - - [2025-03-20 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.292783 10.0.0.59 - - [2025-03-20 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.003304 10.0.0.59 - - [2025-03-20 02:22:09] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.417893 10.0.0.59 - - [2025-03-20 02:22:09] "POST /access-control-lists HTTP/1.1" 200 605 0.060680 10.0.0.59 - - [2025-03-20 02:22:10] "GET / HTTP/1.1" 200 35931 0.002861 10.0.0.59 - - [2025-03-20 02:22:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.59 - - [2025-03-20 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.057232 10.0.0.59 - - [2025-03-20 02:22:11] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001213 10.0.0.59 - - [2025-03-20 02:22:11] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.024443 10.0.0.59 - - [2025-03-20 02:22:11] "POST /neutron/network HTTP/1.1" 200 117 0.042892 10.0.0.59 - - [2025-03-20 02:22:11] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001164 10.0.0.59 - - [2025-03-20 02:22:11] "POST /neutron/network HTTP/1.1" 200 620 0.069558 10.0.0.59 - - [2025-03-20 02:22:11] "POST /route-targets HTTP/1.1" 200 327 0.018550 10.0.0.59 - - [2025-03-20 02:22:11] "POST /ref-update HTTP/1.1" 200 156 0.017622 10.0.0.59 - - [2025-03-20 02:22:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003930 10.0.0.59 - - [2025-03-20 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.138116 10.0.0.59 - - [2025-03-20 02:22:11] "POST /neutron/network HTTP/1.1" 200 840 0.006888 10.0.0.59 - - [2025-03-20 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001477 10.0.0.59 - - [2025-03-20 02:22:11] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003045 10.0.0.59 - - [2025-03-20 02:22:11] "POST /neutron/network HTTP/1.1" 200 840 0.006927 10.0.0.59 - - [2025-03-20 02:22:11] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003108 10.0.0.59 - - [2025-03-20 02:22:12] "POST /neutron/network HTTP/1.1" 200 840 0.006151 10.0.0.59 - - [2025-03-20 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.008517 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domains HTTP/1.1" 401 292 0.000410 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domains HTTP/1.1" 200 280 0.027953 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2584 0.014751 10.0.0.59 - - [2025-03-20 02:22:12] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001669 10.0.0.59 - - [2025-03-20 02:22:12] "GET /project/674df09a-90a2-4252-a741-c29640ca7287 HTTP/1.1" 200 2167 0.071142 10.0.0.59 - - [2025-03-20 02:22:12] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478 HTTP/1.1" 200 2345 0.004603 10.0.0.59 - - [2025-03-20 02:22:12] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478 HTTP/1.1" 200 2345 0.003092 10.0.0.59 - - [2025-03-20 02:22:12] "GET /routing-instance/a7c5bbac-cbcb-4fdc-b19e-cd605c8364b7 HTTP/1.1" 200 1495 0.003601 10.0.0.59 - - [2025-03-20 02:22:12] "GET /routing-instance/a7c5bbac-cbcb-4fdc-b19e-cd605c8364b7 HTTP/1.1" 200 1495 0.003459 10.0.0.59 - - [2025-03-20 02:22:12] "GET /route-target/b52a638f-c431-4e2f-bf63-e178dd867c53 HTTP/1.1" 200 1220 0.003208 10.0.0.59 - - [2025-03-20 02:22:12] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478 HTTP/1.1" 200 2345 0.003556 10.0.0.59 - - [2025-03-20 02:22:12] "GET /routing-instance/a7c5bbac-cbcb-4fdc-b19e-cd605c8364b7 HTTP/1.1" 200 1495 0.003066 10.0.0.59 - - [2025-03-20 02:22:12] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003141 10.0.0.59 - - [2025-03-20 02:22:12] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478 HTTP/1.1" 200 2345 0.003442 10.0.0.59 - - [2025-03-20 02:22:12] "GET /routing-instance/a7c5bbac-cbcb-4fdc-b19e-cd605c8364b7 HTTP/1.1" 200 1495 0.003094 10.0.0.59 - - [2025-03-20 02:22:12] "GET /routing-instance/a7c5bbac-cbcb-4fdc-b19e-cd605c8364b7 HTTP/1.1" 200 1495 0.002884 10.0.0.59 - - [2025-03-20 02:22:12] "GET /route-target/b52a638f-c431-4e2f-bf63-e178dd867c53 HTTP/1.1" 200 1220 0.002862 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domains HTTP/1.1" 200 280 0.003611 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001661 10.0.0.59 - - [2025-03-20 02:22:12] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2584 0.009188 10.0.0.59 - - [2025-03-20 02:22:12] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001938 10.0.0.59 - - [2025-03-20 02:22:12] "GET /project/674df09a-90a2-4252-a741-c29640ca7287 HTTP/1.1" 200 2167 0.064539 10.0.0.59 - - [2025-03-20 02:22:12] "GET /virtual-network/cc0bbc22-6a5e-4f95-bd29-0a254f74f478 HTTP/1.1" 200 2345 0.003227 10.0.0.59 - - [2025-03-20 02:22:13] "GET /obj-perms HTTP/1.1" 200 5052 0.048160 10.0.0.59 - - [2025-03-20 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001437 10.0.0.59 - - [2025-03-20 02:22:14] "POST /neutron/network HTTP/1.1" 200 850 0.007847 10.0.0.59 - - [2025-03-20 02:22:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.59 - - [2025-03-20 02:22:15] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.59 - - [2025-03-20 02:22:15] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000438 10.0.0.59 - - [2025-03-20 02:22:15] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001258 10.0.0.59 - - [2025-03-20 02:22:15] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051193 10.0.0.59 - - [2025-03-20 02:22:16] "POST /neutron/network HTTP/1.1" 200 840 0.029747 10.0.0.59 - - [2025-03-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.005944 10.0.0.59 - - [2025-03-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.005413 10.0.0.59 - - [2025-03-20 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.006198 10.0.0.59 - - [2025-03-20 02:22:17] "POST /neutron/network HTTP/1.1" 200 850 0.006462 10.0.0.59 - - [2025-03-20 02:22:17] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001469 10.0.0.59 - - [2025-03-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 1072 0.217913 10.0.0.59 - - [2025-03-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 1072 0.034461 10.0.0.59 - - [2025-03-20 02:22:17] "POST /neutron/port HTTP/1.1" 200 1072 0.012096 10.0.0.59 - - [2025-03-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1126 0.085220 10.0.0.59 - - [2025-03-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 1100 0.018085 10.0.0.59 - - [2025-03-20 02:22:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003639 10.0.0.59 - - [2025-03-20 02:22:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.010448 10.0.0.59 - - [2025-03-20 02:22:18] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.59 - - [2025-03-20 02:22:18] "POST /neutron/network HTTP/1.1" 200 840 0.006428 10.0.0.59 - - [2025-03-20 02:22:21] "POST /neutron/port HTTP/1.1" 200 1100 0.014623 10.0.0.59 - - [2025-03-20 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007345 10.0.0.59 - - [2025-03-20 02:22:26] "POST /neutron/port HTTP/1.1" 200 1100 0.015055 10.0.0.59 - - [2025-03-20 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008543 10.0.0.59 - - [2025-03-20 02:22:26] "GET /obj-perms HTTP/1.1" 200 5052 0.003483 10.0.0.59 - - [2025-03-20 02:22:27] "GET /obj-perms HTTP/1.1" 200 5052 0.004205 10.0.0.59 - - [2025-03-20 02:22:28] "DELETE /project/674df09a90a24252a741c29640ca7287 HTTP/1.1" 404 173 0.004064 10.0.0.59 - - [2025-03-20 02:22:28] "DELETE /project/01284b3d6e864558ae9ba24ae7eaacbd HTTP/1.1" 404 173 0.003053 10.0.0.59 - - [2025-03-20 02:22:28] "GET /obj-perms HTTP/1.1" 200 5052 0.003571 10.0.0.59 - - [2025-03-20 02:22:29] "GET /obj-perms HTTP/1.1" 200 5052 0.003810 10.0.0.59 - - [2025-03-20 02:22:30] "GET /obj-perms HTTP/1.1" 200 5052 0.003684 10.0.0.59 - - [2025-03-20 02:22:31] "POST /neutron/network HTTP/1.1" 200 840 0.008402 10.0.0.59 - - [2025-03-20 02:22:31] "POST /neutron/network HTTP/1.1" 400 204 0.010931 10.0.0.59 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1100 0.019072 10.0.0.59 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 1126 0.013228 10.0.0.59 - - [2025-03-20 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.120798 10.0.0.59 - - [2025-03-20 02:22:33] "POST /neutron/network HTTP/1.1" 200 840 0.008670 10.0.0.59 - - [2025-03-20 02:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001590 10.0.0.59 - - [2025-03-20 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007337 10.0.0.59 - - [2025-03-20 02:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001059 10.0.0.59 - - [2025-03-20 02:22:33] "POST /neutron/network HTTP/1.1" 200 151 0.093479 10.0.0.59 - - [2025-03-20 02:22:33] "GET /routing-instance/a7c5bbac-cbcb-4fdc-b19e-cd605c8364b7 HTTP/1.1" 404 171 0.002402 10.0.0.59 - - [2025-03-20 02:22:33] "DELETE /route-target/b52a638f-c431-4e2f-bf63-e178dd867c53 HTTP/1.1" 200 115 0.017580 10.0.0.59 - - [2025-03-20 02:22:34] "GET /domains HTTP/1.1" 200 280 0.002608 10.0.0.59 - - [2025-03-20 02:22:34] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.59 - - [2025-03-20 02:22:34] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2584 0.047191 10.0.0.59 - - [2025-03-20 02:22:34] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.59 - - [2025-03-20 02:22:34] "GET /project/674df09a-90a2-4252-a741-c29640ca7287 HTTP/1.1" 200 1917 0.068583 10.0.0.59 - - [2025-03-20 02:22:34] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001132 10.0.0.59 - - [2025-03-20 02:22:34] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.021167 10.0.0.59 - - [2025-03-20 02:22:34] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.59 - - [2025-03-20 02:22:34] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?fields=virtual_networks HTTP/1.1" 200 1053 0.065607 10.0.0.59 - - [2025-03-20 02:22:34] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001204 10.0.0.59 - - [2025-03-20 02:22:34] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.026390 10.0.0.59 - - [2025-03-20 02:22:34] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.59 - - [2025-03-20 02:22:34] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?fields=security_groups HTTP/1.1" 200 1290 0.037733 10.0.0.59 - - [2025-03-20 02:22:34] "GET /obj-perms HTTP/1.1" 200 5056 0.321702 10.0.0.59 - - [2025-03-20 02:22:35] "GET /obj-perms HTTP/1.1" 200 5056 0.166510 10.0.0.59 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.029517 10.0.0.59 - - [2025-03-20 02:22:35] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003015 10.0.0.59 - - [2025-03-20 02:22:35] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001570 10.0.0.59 - - [2025-03-20 02:22:35] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007654 10.0.0.59 - - [2025-03-20 02:22:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.001224 10.0.0.59 - - [2025-03-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.002668 10.0.0.59 - - [2025-03-20 02:22:36] "POST /security-groups HTTP/1.1" 200 603 0.066901 10.0.0.59 - - [2025-03-20 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.002556 10.0.0.59 - - [2025-03-20 02:22:36] "POST /projects HTTP/1.1" 200 609 0.230255 10.0.0.59 - - [2025-03-20 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.299034 10.0.0.59 - - [2025-03-20 02:22:36] "POST /access-control-lists HTTP/1.1" 200 608 0.070670 10.0.0.59 - - [2025-03-20 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.002712 10.0.0.59 - - [2025-03-20 02:22:36] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.426169 10.0.0.59 - - [2025-03-20 02:22:36] "POST /access-control-lists HTTP/1.1" 200 606 0.064112 10.0.0.59 - - [2025-03-20 02:22:37] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.59 - - [2025-03-20 02:22:37] "GET /projects?obj_uuids=01284b3d-6e86-4558-ae9b-a24ae7eaacbd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001233 10.0.0.59 - - [2025-03-20 02:22:37] "GET /project/01284b3d-6e86-4558-ae9b-a24ae7eaacbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.026949 10.0.0.59 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.59 - - [2025-03-20 02:22:38] "GET /security-group/320e4ec7-48b3-4d1a-ac59-3f733a3c9d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004317 10.0.0.59 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.59 - - [2025-03-20 02:22:38] "GET /projects?obj_uuids=01284b3d-6e86-4558-ae9b-a24ae7eaacbd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001205 10.0.0.59 - - [2025-03-20 02:22:38] "GET /project/01284b3d-6e86-4558-ae9b-a24ae7eaacbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.023065 10.0.0.59 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.59 - - [2025-03-20 02:22:38] "GET /security-group/320e4ec7-48b3-4d1a-ac59-3f733a3c9d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003364 10.0.0.59 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.59 - - [2025-03-20 02:22:38] "PUT /security-group/320e4ec7-48b3-4d1a-ac59-3f733a3c9d5c HTTP/1.1" 200 262 0.013534 10.0.0.59 - - [2025-03-20 02:22:38] "PUT /access-control-list/c9ace329-79d5-45fb-a116-9a75daaaa3eb HTTP/1.1" 200 272 0.009058 10.0.0.59 - - [2025-03-20 02:22:38] "PUT /access-control-list/5089be2e-9af8-44ea-8885-1a07009af7ff HTTP/1.1" 200 272 0.009804 10.0.0.59 - - [2025-03-20 02:22:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.59 - - [2025-03-20 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052627 10.0.0.59 - - [2025-03-20 02:22:39] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001580 10.0.0.59 - - [2025-03-20 02:22:39] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.026792 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/network HTTP/1.1" 200 117 0.034712 10.0.0.59 - - [2025-03-20 02:22:39] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/network HTTP/1.1" 200 619 0.086161 10.0.0.59 - - [2025-03-20 02:22:39] "POST /route-targets HTTP/1.1" 200 327 0.012035 10.0.0.59 - - [2025-03-20 02:22:39] "POST /ref-update HTTP/1.1" 200 156 0.012236 10.0.0.59 - - [2025-03-20 02:22:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002546 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.172054 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/network HTTP/1.1" 200 838 0.005535 10.0.0.59 - - [2025-03-20 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001291 10.0.0.59 - - [2025-03-20 02:22:39] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002968 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/network HTTP/1.1" 200 838 0.005663 10.0.0.59 - - [2025-03-20 02:22:39] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002968 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/network HTTP/1.1" 200 838 0.006977 10.0.0.59 - - [2025-03-20 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.007477 10.0.0.59 - - [2025-03-20 02:22:39] "GET /domains HTTP/1.1" 401 292 0.000428 10.0.0.59 - - [2025-03-20 02:22:40] "GET /domains HTTP/1.1" 200 280 0.024107 10.0.0.59 - - [2025-03-20 02:22:40] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.59 - - [2025-03-20 02:22:40] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.008585 10.0.0.59 - - [2025-03-20 02:22:40] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.59 - - [2025-03-20 02:22:40] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 2172 0.064607 10.0.0.59 - - [2025-03-20 02:22:40] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 2338 0.003859 10.0.0.59 - - [2025-03-20 02:22:40] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 2338 0.003038 10.0.0.59 - - [2025-03-20 02:22:40] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17 HTTP/1.1" 200 1492 0.003033 10.0.0.59 - - [2025-03-20 02:22:40] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17 HTTP/1.1" 200 1492 0.002887 10.0.0.59 - - [2025-03-20 02:22:40] "GET /route-target/b03e87dc-f2ee-447d-b4c8-b5d783e37daf HTTP/1.1" 200 1219 0.002774 10.0.0.59 - - [2025-03-20 02:22:40] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 2338 0.002851 10.0.0.59 - - [2025-03-20 02:22:40] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17 HTTP/1.1" 200 1492 0.002728 10.0.0.59 - - [2025-03-20 02:22:40] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002823 10.0.0.59 - - [2025-03-20 02:22:40] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 2338 0.003844 10.0.0.59 - - [2025-03-20 02:22:40] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17 HTTP/1.1" 200 1492 0.002482 10.0.0.59 - - [2025-03-20 02:22:40] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17 HTTP/1.1" 200 1492 0.002577 10.0.0.59 - - [2025-03-20 02:22:40] "GET /route-target/b03e87dc-f2ee-447d-b4c8-b5d783e37daf HTTP/1.1" 200 1219 0.002489 10.0.0.59 - - [2025-03-20 02:22:40] "GET /domains HTTP/1.1" 200 280 0.002768 10.0.0.59 - - [2025-03-20 02:22:40] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.59 - - [2025-03-20 02:22:40] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.006496 10.0.0.59 - - [2025-03-20 02:22:40] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001671 10.0.0.59 - - [2025-03-20 02:22:40] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 2172 0.065692 10.0.0.59 - - [2025-03-20 02:22:40] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 2338 0.003455 10.0.0.59 - - [2025-03-20 02:22:40] "GET /obj-perms HTTP/1.1" 200 5054 0.050917 10.0.0.59 - - [2025-03-20 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.59 - - [2025-03-20 02:22:40] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.59 - - [2025-03-20 02:22:40] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.023684 10.0.0.59 - - [2025-03-20 02:22:40] "POST /neutron/network HTTP/1.1" 200 117 0.009365 10.0.0.59 - - [2025-03-20 02:22:40] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 619 0.064455 10.0.0.59 - - [2025-03-20 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.012133 10.0.0.59 - - [2025-03-20 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.013614 10.0.0.59 - - [2025-03-20 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.190239 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 839 0.006639 10.0.0.59 - - [2025-03-20 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001519 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003584 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 839 0.006011 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003177 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 839 0.005924 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.008104 10.0.0.59 - - [2025-03-20 02:22:41] "GET /domains HTTP/1.1" 200 280 0.002922 10.0.0.59 - - [2025-03-20 02:22:41] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.59 - - [2025-03-20 02:22:41] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.006955 10.0.0.59 - - [2025-03-20 02:22:41] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.59 - - [2025-03-20 02:22:41] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 2400 0.066076 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e HTTP/1.1" 200 2340 0.004444 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e HTTP/1.1" 200 2340 0.003023 10.0.0.59 - - [2025-03-20 02:22:41] "GET /routing-instance/56a9ab01-add4-4893-9e5f-428bac38d7de HTTP/1.1" 200 1491 0.003805 10.0.0.59 - - [2025-03-20 02:22:41] "GET /routing-instance/56a9ab01-add4-4893-9e5f-428bac38d7de HTTP/1.1" 200 1491 0.002947 10.0.0.59 - - [2025-03-20 02:22:41] "GET /route-target/626fd520-b6fb-43af-b25c-10ab9c97ba7b HTTP/1.1" 200 1218 0.002939 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e HTTP/1.1" 200 2340 0.002818 10.0.0.59 - - [2025-03-20 02:22:41] "GET /routing-instance/56a9ab01-add4-4893-9e5f-428bac38d7de HTTP/1.1" 200 1491 0.002640 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002851 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e HTTP/1.1" 200 2340 0.003573 10.0.0.59 - - [2025-03-20 02:22:41] "GET /routing-instance/56a9ab01-add4-4893-9e5f-428bac38d7de HTTP/1.1" 200 1491 0.002712 10.0.0.59 - - [2025-03-20 02:22:41] "GET /routing-instance/56a9ab01-add4-4893-9e5f-428bac38d7de HTTP/1.1" 200 1491 0.002893 10.0.0.59 - - [2025-03-20 02:22:41] "GET /route-target/626fd520-b6fb-43af-b25c-10ab9c97ba7b HTTP/1.1" 200 1218 0.002684 10.0.0.59 - - [2025-03-20 02:22:41] "GET /domains HTTP/1.1" 200 280 0.002706 10.0.0.59 - - [2025-03-20 02:22:41] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.59 - - [2025-03-20 02:22:41] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.006588 10.0.0.59 - - [2025-03-20 02:22:41] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.59 - - [2025-03-20 02:22:41] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 2400 0.065136 10.0.0.59 - - [2025-03-20 02:22:41] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e HTTP/1.1" 200 2340 0.002928 10.0.0.59 - - [2025-03-20 02:22:41] "GET /obj-perms HTTP/1.1" 200 5054 0.003582 10.0.0.59 - - [2025-03-20 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001374 10.0.0.59 - - [2025-03-20 02:22:41] "POST /neutron/network HTTP/1.1" 200 849 0.005737 10.0.0.59 - - [2025-03-20 02:22:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.59 - - [2025-03-20 02:22:42] "GET / HTTP/1.1" 200 35931 0.001763 10.0.0.59 - - [2025-03-20 02:22:42] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.59 - - [2025-03-20 02:22:42] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.59 - - [2025-03-20 02:22:42] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042796 10.0.0.59 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 839 0.005286 10.0.0.59 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.59 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.005928 10.0.0.59 - - [2025-03-20 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001410 10.0.0.59 - - [2025-03-20 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.005239 10.0.0.59 - - [2025-03-20 02:22:42] "POST /neutron/network HTTP/1.1" 200 848 0.006413 10.0.0.59 - - [2025-03-20 02:22:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/network HTTP/1.1" 200 849 0.006301 10.0.0.59 - - [2025-03-20 02:22:43] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001325 10.0.0.59 - - [2025-03-20 02:22:43] "GET / HTTP/1.1" 200 35931 0.003533 10.0.0.59 - - [2025-03-20 02:22:43] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1073 0.219772 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1073 0.009489 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1073 0.011094 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1127 0.070996 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1101 0.014714 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003274 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.009541 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/network HTTP/1.1" 200 839 0.005782 10.0.0.59 - - [2025-03-20 02:22:43] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.59 - - [2025-03-20 02:22:43] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046433 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/network HTTP/1.1" 200 838 0.006251 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 1101 0.038263 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012587 10.0.0.59 - - [2025-03-20 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.005558 10.0.0.59 - - [2025-03-20 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005650 10.0.0.59 - - [2025-03-20 02:22:44] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001781 10.0.0.59 - - [2025-03-20 02:22:44] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.069514 10.0.0.59 - - [2025-03-20 02:22:44] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003105 10.0.0.59 - - [2025-03-20 02:22:44] "GET /floating-ip-pools?parent_id=09f4980e-d6b6-4258-a2cd-e941d0cee77e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005776 10.0.0.59 - - [2025-03-20 02:22:44] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003995 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 848 0.006398 10.0.0.59 - - [2025-03-20 02:22:44] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.59 - - [2025-03-20 02:22:44] "POST /floating-ip-pools HTTP/1.1" 200 609 0.043129 10.0.0.59 - - [2025-03-20 02:22:44] "POST /ref-update HTTP/1.1" 200 156 0.009999 10.0.0.59 - - [2025-03-20 02:22:44] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.013923 10.0.0.59 - - [2025-03-20 02:22:44] "GET /domains HTTP/1.1" 200 280 0.005113 10.0.0.59 - - [2025-03-20 02:22:44] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.59 - - [2025-03-20 02:22:44] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.012380 10.0.0.59 - - [2025-03-20 02:22:44] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.59 - - [2025-03-20 02:22:44] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 3242 0.096336 10.0.0.59 - - [2025-03-20 02:22:44] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 3150 0.008635 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1072 0.341723 10.0.0.59 - - [2025-03-20 02:22:44] "GET /floating-ip-pool/3f69443d-7025-456e-9c86-e48c33d8c175 HTTP/1.1" 200 1440 0.002569 10.0.0.59 - - [2025-03-20 02:22:44] "GET /domains HTTP/1.1" 200 280 0.002229 10.0.0.59 - - [2025-03-20 02:22:44] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.59 - - [2025-03-20 02:22:44] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.006095 10.0.0.59 - - [2025-03-20 02:22:44] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1072 0.015620 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1072 0.010050 10.0.0.59 - - [2025-03-20 02:22:44] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 3242 0.094593 10.0.0.59 - - [2025-03-20 02:22:44] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e HTTP/1.1" 200 3150 0.012174 10.0.0.59 - - [2025-03-20 02:22:44] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002812 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1126 0.135605 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1101 0.020766 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019067 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1100 0.041429 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.013683 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1101 0.020968 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/network HTTP/1.1" 200 838 0.006525 10.0.0.59 - - [2025-03-20 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007031 10.0.0.59 - - [2025-03-20 02:22:45] "POST /neutron/port HTTP/1.1" 200 1101 0.022675 10.0.0.59 - - [2025-03-20 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007331 10.0.0.59 - - [2025-03-20 02:22:45] "GET /virtual-machine/2e5481bd-cf7a-451f-987f-8d8c6db8f03a HTTP/1.1" 200 1304 0.004906 10.0.0.59 - - [2025-03-20 02:22:45] "GET /virtual-machine-interface/80442035-303e-4ad3-9ca2-7d4a168c64ae HTTP/1.1" 200 3003 0.002963 10.0.0.59 - - [2025-03-20 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.59 - - [2025-03-20 02:22:45] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003375 10.0.0.59 - - [2025-03-20 02:22:45] "GET /virtual-networks?parent_id=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003158 10.0.0.59 - - [2025-03-20 02:22:45] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005065 10.0.0.59 - - [2025-03-20 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.59 - - [2025-03-20 02:22:48] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003288 10.0.0.59 - - [2025-03-20 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.59 - - [2025-03-20 02:22:52] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002802 10.0.0.59 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1101 0.036680 10.0.0.59 - - [2025-03-20 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005458 10.0.0.59 - - [2025-03-20 02:22:53] "POST /neutron/port HTTP/1.1" 200 1100 0.015273 10.0.0.59 - - [2025-03-20 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006615 10.0.0.59 - - [2025-03-20 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.59 - - [2025-03-20 02:22:54] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003233 10.0.0.59 - - [2025-03-20 02:22:54] "GET /virtual-networks?parent_id=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003180 10.0.0.59 - - [2025-03-20 02:22:54] "GET /virtual-network/0107c3cc-105e-48a9-bd3d-cf06e7276f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003614 10.0.0.59 - - [2025-03-20 02:22:54] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001745 10.0.0.59 - - [2025-03-20 02:22:54] "POST /neutron/floatingip HTTP/1.1" 200 530 0.087660 10.0.0.59 - - [2025-03-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1101 0.013577 10.0.0.59 - - [2025-03-20 02:22:54] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005894 10.0.0.59 - - [2025-03-20 02:22:54] "POST /neutron/floatingip HTTP/1.1" 200 578 0.038546 10.0.0.59 - - [2025-03-20 02:22:54] "POST /neutron/port HTTP/1.1" 200 1100 0.014567 10.0.0.59 - - [2025-03-20 02:22:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007120 10.0.0.59 - - [2025-03-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1100 0.017625 10.0.0.59 - - [2025-03-20 02:22:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007625 10.0.0.59 - - [2025-03-20 02:22:55] "POST /neutron/port HTTP/1.1" 200 1100 0.015798 10.0.0.59 - - [2025-03-20 02:22:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007825 10.0.0.59 - - [2025-03-20 02:22:55] "GET /virtual-machine/6e5030b5-1ef9-4c6c-9da5-d1b836aef56b HTTP/1.1" 200 1304 0.004442 10.0.0.59 - - [2025-03-20 02:22:55] "GET /virtual-machine-interface/dd98ffe8-a163-40eb-b9b3-68685e0b3fba HTTP/1.1" 200 3004 0.003070 10.0.0.59 - - [2025-03-20 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.59 - - [2025-03-20 02:22:55] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003420 10.0.0.59 - - [2025-03-20 02:22:55] "GET /virtual-networks?parent_id=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002805 10.0.0.59 - - [2025-03-20 02:22:55] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003470 10.0.0.59 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.59 - - [2025-03-20 02:22:56] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002863 10.0.0.59 - - [2025-03-20 02:22:56] "GET /virtual-networks?parent_id=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003653 10.0.0.59 - - [2025-03-20 02:22:56] "GET /virtual-network/09f4980e-d6b6-4258-a2cd-e941d0cee77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003387 10.0.0.59 - - [2025-03-20 02:22:56] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009526 10.0.0.59 - - [2025-03-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.59 - - [2025-03-20 02:22:56] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002908 10.0.0.59 - - [2025-03-20 02:22:56] "GET /route-target/b03e87dc-f2ee-447d-b4c8-b5d783e37daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003040 10.0.0.59 - - [2025-03-20 02:22:56] "GET /floating-ip/08bcf48f-1be5-4806-bce1-bb4b5e62d3f4 HTTP/1.1" 200 1888 0.004168 10.0.0.59 - - [2025-03-20 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008969 10.0.0.59 - - [2025-03-20 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 530 0.022093 10.0.0.59 - - [2025-03-20 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 530 0.011798 10.0.0.59 - - [2025-03-20 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 115 0.034292 10.0.0.59 - - [2025-03-20 02:22:59] "GET /floating-ip-pool/3f69443d-7025-456e-9c86-e48c33d8c175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003184 10.0.0.59 - - [2025-03-20 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.010182 10.0.0.59 - - [2025-03-20 02:22:59] "DELETE /floating-ip-pool/3f69443d-7025-456e-9c86-e48c33d8c175 HTTP/1.1" 200 115 0.020397 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 200 839 0.006530 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/network HTTP/1.1" 400 204 0.012911 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/port HTTP/1.1" 200 1100 0.015737 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/port HTTP/1.1" 200 1126 0.011112 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/port HTTP/1.1" 200 1101 0.020657 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.154937 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/port HTTP/1.1" 200 1127 0.015587 10.0.0.59 - - [2025-03-20 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.136904 10.0.0.59 - - [2025-03-20 02:23:02] "POST /neutron/network HTTP/1.1" 200 839 0.006005 10.0.0.59 - - [2025-03-20 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001920 10.0.0.59 - - [2025-03-20 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001811 10.0.0.59 - - [2025-03-20 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007959 10.0.0.59 - - [2025-03-20 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.085864 10.0.0.59 - - [2025-03-20 02:23:02] "GET /routing-instance/56a9ab01-add4-4893-9e5f-428bac38d7de HTTP/1.1" 404 171 0.002526 10.0.0.59 - - [2025-03-20 02:23:02] "DELETE /route-target/626fd520-b6fb-43af-b25c-10ab9c97ba7b HTTP/1.1" 200 115 0.021595 10.0.0.59 - - [2025-03-20 02:23:02] "GET /domains HTTP/1.1" 200 280 0.003813 10.0.0.59 - - [2025-03-20 02:23:02] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001620 10.0.0.59 - - [2025-03-20 02:23:02] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.052738 10.0.0.59 - - [2025-03-20 02:23:02] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.59 - - [2025-03-20 02:23:02] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 2172 0.067260 10.0.0.59 - - [2025-03-20 02:23:02] "POST /neutron/network HTTP/1.1" 200 838 0.005705 10.0.0.59 - - [2025-03-20 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.59 - - [2025-03-20 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001166 10.0.0.59 - - [2025-03-20 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001047 10.0.0.59 - - [2025-03-20 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.086482 10.0.0.59 - - [2025-03-20 02:23:02] "DELETE /route-target/b03e87dc-f2ee-447d-b4c8-b5d783e37daf HTTP/1.1" 200 115 0.015821 10.0.0.59 - - [2025-03-20 02:23:02] "GET /routing-instance/b8f8d1ed-44d7-4337-9c36-763da4cdfb17 HTTP/1.1" 404 171 0.002388 10.0.0.59 - - [2025-03-20 02:23:02] "GET /domains HTTP/1.1" 200 280 0.002817 10.0.0.59 - - [2025-03-20 02:23:02] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.59 - - [2025-03-20 02:23:02] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2782 0.047928 10.0.0.59 - - [2025-03-20 02:23:02] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.59 - - [2025-03-20 02:23:02] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 1922 0.068296 10.0.0.59 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001193 10.0.0.59 - - [2025-03-20 02:23:03] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.021685 10.0.0.59 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.59 - - [2025-03-20 02:23:03] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?fields=virtual_networks HTTP/1.1" 200 1054 0.062724 10.0.0.59 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.59 - - [2025-03-20 02:23:03] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.023417 10.0.0.59 - - [2025-03-20 02:23:03] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.59 - - [2025-03-20 02:23:03] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?fields=security_groups HTTP/1.1" 200 1292 0.019473 10.0.0.59 - - [2025-03-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.024174 10.0.0.59 - - [2025-03-20 02:23:04] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002813 10.0.0.59 - - [2025-03-20 02:23:04] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.59 - - [2025-03-20 02:23:04] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006968 10.0.0.59 - - [2025-03-20 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001347 10.0.0.59 - - [2025-03-20 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.002305 10.0.0.59 - - [2025-03-20 02:23:04] "POST /security-groups HTTP/1.1" 200 586 0.064446 10.0.0.59 - - [2025-03-20 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002491 10.0.0.59 - - [2025-03-20 02:23:04] "POST /projects HTTP/1.1" 200 575 0.209512 10.0.0.59 - - [2025-03-20 02:23:04] "POST /access-control-lists HTTP/1.1" 200 591 0.057589 10.0.0.59 - - [2025-03-20 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.277349 10.0.0.59 - - [2025-03-20 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.003145 10.0.0.59 - - [2025-03-20 02:23:04] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.391927 10.0.0.59 - - [2025-03-20 02:23:04] "POST /access-control-lists HTTP/1.1" 200 589 0.060862 10.0.0.59 - - [2025-03-20 02:23:05] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.59 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.59 - - [2025-03-20 02:23:06] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.020584 10.0.0.59 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001228 10.0.0.59 - - [2025-03-20 02:23:06] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?fields=virtual_networks HTTP/1.1" 200 1022 0.072920 10.0.0.59 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.59 - - [2025-03-20 02:23:06] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021442 10.0.0.59 - - [2025-03-20 02:23:06] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 10.0.0.59 - - [2025-03-20 02:23:06] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?fields=security_groups HTTP/1.1" 200 1243 0.019568 10.0.0.59 - - [2025-03-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.026150 10.0.0.59 - - [2025-03-20 02:23:07] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002647 10.0.0.59 - - [2025-03-20 02:23:07] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001621 10.0.0.59 - - [2025-03-20 02:23:07] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007547 10.0.0.59 - - [2025-03-20 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 193 0.001253 10.0.0.59 - - [2025-03-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.003417 10.0.0.59 - - [2025-03-20 02:23:08] "POST /security-groups HTTP/1.1" 200 594 0.069593 10.0.0.59 - - [2025-03-20 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.002711 10.0.0.59 - - [2025-03-20 02:23:08] "POST /projects HTTP/1.1" 200 591 0.232121 10.0.0.59 - - [2025-03-20 02:23:08] "POST /access-control-lists HTTP/1.1" 200 599 0.059818 10.0.0.59 - - [2025-03-20 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.302763 10.0.0.59 - - [2025-03-20 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.002953 10.0.0.59 - - [2025-03-20 02:23:08] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.424556 10.0.0.59 - - [2025-03-20 02:23:08] "POST /access-control-lists HTTP/1.1" 200 597 0.064442 10.0.0.59 - - [2025-03-20 02:23:09] "GET / HTTP/1.1" 200 35931 0.002139 10.0.0.59 - - [2025-03-20 02:23:10] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000507 10.0.0.59 - - [2025-03-20 02:23:10] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001583 10.0.0.59 - - [2025-03-20 02:23:10] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052032 10.0.0.59 - - [2025-03-20 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.59 - - [2025-03-20 02:23:10] "GET /security-group/25c91b1b-bf43-48be-bb5d-1bf28a6a9c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004967 10.0.0.59 - - [2025-03-20 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.59 - - [2025-03-20 02:23:10] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001809 10.0.0.59 - - [2025-03-20 02:23:10] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023525 10.0.0.59 - - [2025-03-20 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.59 - - [2025-03-20 02:23:11] "GET /security-group/25c91b1b-bf43-48be-bb5d-1bf28a6a9c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003813 10.0.0.59 - - [2025-03-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.59 - - [2025-03-20 02:23:11] "PUT /security-group/25c91b1b-bf43-48be-bb5d-1bf28a6a9c36 HTTP/1.1" 200 262 0.014943 10.0.0.59 - - [2025-03-20 02:23:11] "PUT /access-control-list/04980a98-7377-439d-b00e-b9e6cc8885a7 HTTP/1.1" 200 272 0.011084 10.0.0.59 - - [2025-03-20 02:23:11] "PUT /access-control-list/f4ccc197-f74c-436c-9469-1c48b18e5e79 HTTP/1.1" 200 272 0.009377 10.0.0.59 - - [2025-03-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.002608 10.0.0.59 - - [2025-03-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.59 - - [2025-03-20 02:23:11] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001549 10.0.0.59 - - [2025-03-20 02:23:11] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023486 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/network HTTP/1.1" 200 117 0.031414 10.0.0.59 - - [2025-03-20 02:23:11] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/network HTTP/1.1" 200 608 0.063983 10.0.0.59 - - [2025-03-20 02:23:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.190387 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/network HTTP/1.1" 200 828 0.006733 10.0.0.59 - - [2025-03-20 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001742 10.0.0.59 - - [2025-03-20 02:23:11] "GET /virtual-network/3dbabfb9-c126-4a7c-83a7-58298923c2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002919 10.0.0.59 - - [2025-03-20 02:23:11] "POST /route-targets HTTP/1.1" 200 327 0.012500 10.0.0.59 - - [2025-03-20 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/network HTTP/1.1" 200 828 0.005348 10.0.0.59 - - [2025-03-20 02:23:11] "GET /virtual-network/3dbabfb9-c126-4a7c-83a7-58298923c2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003006 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/network HTTP/1.1" 200 828 0.005745 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.006820 10.0.0.59 - - [2025-03-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.59 - - [2025-03-20 02:23:11] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001133 10.0.0.59 - - [2025-03-20 02:23:11] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.021619 10.0.0.59 - - [2025-03-20 02:23:11] "POST /neutron/network HTTP/1.1" 200 117 0.010147 10.0.0.59 - - [2025-03-20 02:23:11] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/network HTTP/1.1" 200 615 0.104492 10.0.0.59 - - [2025-03-20 02:23:12] "POST /route-targets HTTP/1.1" 200 327 0.014019 10.0.0.59 - - [2025-03-20 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.013899 10.0.0.59 - - [2025-03-20 02:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 714 0.157504 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/network HTTP/1.1" 200 832 0.006589 10.0.0.59 - - [2025-03-20 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001262 10.0.0.59 - - [2025-03-20 02:23:12] "GET /virtual-network/3dd941bb-ccd7-40e8-afa4-6966d65fc516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003420 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/network HTTP/1.1" 200 832 0.006528 10.0.0.59 - - [2025-03-20 02:23:12] "GET /virtual-network/3dd941bb-ccd7-40e8-afa4-6966d65fc516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003408 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/network HTTP/1.1" 200 832 0.006831 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 714 0.007557 10.0.0.59 - - [2025-03-20 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001426 10.0.0.59 - - [2025-03-20 02:23:12] "POST /neutron/network HTTP/1.1" 200 838 0.005977 10.0.0.59 - - [2025-03-20 02:23:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.59 - - [2025-03-20 02:23:12] "GET / HTTP/1.1" 200 35931 0.002960 10.0.0.59 - - [2025-03-20 02:23:12] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.59 - - [2025-03-20 02:23:13] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001331 10.0.0.59 - - [2025-03-20 02:23:13] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049580 10.0.0.59 - - [2025-03-20 02:23:13] "POST /neutron/network HTTP/1.1" 200 828 0.005962 10.0.0.59 - - [2025-03-20 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.005375 10.0.0.59 - - [2025-03-20 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.006779 10.0.0.59 - - [2025-03-20 02:23:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001854 10.0.0.59 - - [2025-03-20 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.005923 10.0.0.59 - - [2025-03-20 02:23:13] "POST /neutron/network HTTP/1.1" 200 842 0.006019 10.0.0.59 - - [2025-03-20 02:23:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000552 10.0.0.59 - - [2025-03-20 02:23:13] "POST /neutron/network HTTP/1.1" 200 838 0.006595 10.0.0.59 - - [2025-03-20 02:23:13] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.59 - - [2025-03-20 02:23:14] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.59 - - [2025-03-20 02:23:14] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000444 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1064 0.207980 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1064 0.013678 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1064 0.011549 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1118 0.063447 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1092 0.019046 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.013207 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.59 - - [2025-03-20 02:23:14] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001577 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/network HTTP/1.1" 200 828 0.011541 10.0.0.59 - - [2025-03-20 02:23:14] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057873 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/network HTTP/1.1" 200 832 0.005750 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 1092 0.017744 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008307 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.006251 10.0.0.59 - - [2025-03-20 02:23:14] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001255 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/router HTTP/1.1" 200 585 0.058471 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/router HTTP/1.1" 200 585 0.006937 10.0.0.59 - - [2025-03-20 02:23:14] "POST /route-targets HTTP/1.1" 200 327 0.022851 10.0.0.59 - - [2025-03-20 02:23:14] "PUT /logical-router/04d28da0-9e8a-46fa-91dd-922ad9f6459b HTTP/1.1" 200 262 0.041798 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/router HTTP/1.1" 200 656 0.060726 10.0.0.59 - - [2025-03-20 02:23:14] "POST /neutron/router HTTP/1.1" 200 656 0.011177 10.0.0.59 - - [2025-03-20 02:23:14] "GET /logical-router/04d28da0-9e8a-46fa-91dd-922ad9f6459b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005088 10.0.0.59 - - [2025-03-20 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.59 - - [2025-03-20 02:23:14] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001249 10.0.0.59 - - [2025-03-20 02:23:14] "GET /service-template/d8bd1c38-62ee-4cb6-9e76-179f0865b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.003394 10.0.0.59 - - [2025-03-20 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 215 0.004667 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 842 0.008497 10.0.0.59 - - [2025-03-20 02:23:15] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/router HTTP/1.1" 200 344 0.332143 10.0.0.59 - - [2025-03-20 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.050411 10.0.0.59 - - [2025-03-20 02:23:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004518 10.0.0.59 - - [2025-03-20 02:23:15] "POST /virtual-networks HTTP/1.1" 200 694 0.263438 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1092 0.052239 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009446 10.0.0.59 - - [2025-03-20 02:23:15] "POST /route-targets HTTP/1.1" 200 327 0.035041 10.0.0.59 - - [2025-03-20 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.137291 10.0.0.59 - - [2025-03-20 02:23:15] "POST /service-instances HTTP/1.1" 200 670 0.167322 10.0.0.59 - - [2025-03-20 02:23:15] "POST /route-tables HTTP/1.1" 200 582 0.039235 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1061 0.540611 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1061 0.021363 10.0.0.59 - - [2025-03-20 02:23:15] "PUT /logical-router/04d28da0-9e8a-46fa-91dd-922ad9f6459b HTTP/1.1" 200 262 0.035020 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1061 0.014373 10.0.0.59 - - [2025-03-20 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.041165 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1115 0.103530 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 1089 0.014224 10.0.0.59 - - [2025-03-20 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003116 10.0.0.59 - - [2025-03-20 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 688 0.010255 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.59 - - [2025-03-20 02:23:15] "POST /neutron/network HTTP/1.1" 200 832 0.005831 10.0.0.59 - - [2025-03-20 02:23:15] "POST /virtual-machines HTTP/1.1" 200 553 0.015908 10.0.0.59 - - [2025-03-20 02:23:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086891 10.0.0.59 - - [2025-03-20 02:23:16] "POST /chown HTTP/1.1" 200 109 0.008736 10.0.0.59 - - [2025-03-20 02:23:16] "POST /instance-ips HTTP/1.1" 200 551 0.029727 10.0.0.59 - - [2025-03-20 02:23:16] "POST /instance-ips HTTP/1.1" 400 246 0.018953 10.0.0.59 - - [2025-03-20 02:23:16] "POST /chown HTTP/1.1" 200 109 0.008600 10.0.0.59 - - [2025-03-20 02:23:16] "PUT /virtual-machine-interface/657cf478-9def-44f6-bc68-789f4aacf306 HTTP/1.1" 200 284 0.012551 10.0.0.59 - - [2025-03-20 02:23:16] "PUT /instance-ip/5278f60f-99f0-45e1-8481-3624d36c37c7 HTTP/1.1" 200 256 0.014484 10.0.0.59 - - [2025-03-20 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.015529 10.0.0.59 - - [2025-03-20 02:23:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089590 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/port HTTP/1.1" 200 1092 0.049107 10.0.0.59 - - [2025-03-20 02:23:16] "POST /chown HTTP/1.1" 200 109 0.022171 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/port HTTP/1.1" 200 1092 0.034485 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/network HTTP/1.1" 200 838 0.006529 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005727 10.0.0.59 - - [2025-03-20 02:23:16] "POST /instance-ips HTTP/1.1" 200 549 0.043810 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.013182 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.59 - - [2025-03-20 02:23:16] "POST /instance-ips HTTP/1.1" 400 316 0.022094 10.0.0.59 - - [2025-03-20 02:23:16] "POST /neutron/network HTTP/1.1" 200 828 0.008566 10.0.0.59 - - [2025-03-20 02:23:16] "POST /chown HTTP/1.1" 200 109 0.009295 10.0.0.59 - - [2025-03-20 02:23:16] "PUT /virtual-machine-interface/d269e8cb-377b-4e62-a897-5b32aabf0d90 HTTP/1.1" 200 284 0.016589 10.0.0.59 - - [2025-03-20 02:23:17] "PUT /instance-ip/5801022b-4a6a-402f-b6aa-75f0275829d0 HTTP/1.1" 200 256 0.016339 10.0.0.59 - - [2025-03-20 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.013776 10.0.0.59 - - [2025-03-20 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.011076 10.0.0.59 - - [2025-03-20 02:23:17] "PUT /routing-instance/ed49b805-18d0-4fc5-8294-7a014184a815 HTTP/1.1" 200 266 0.015014 10.0.0.59 - - [2025-03-20 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.010321 10.0.0.59 - - [2025-03-20 02:23:17] "POST /virtual-machines HTTP/1.1" 200 553 0.015503 10.0.0.59 - - [2025-03-20 02:23:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089246 10.0.0.59 - - [2025-03-20 02:23:17] "POST /chown HTTP/1.1" 200 109 0.007629 10.0.0.59 - - [2025-03-20 02:23:17] "POST /instance-ips HTTP/1.1" 400 246 0.015498 10.0.0.59 - - [2025-03-20 02:23:17] "POST /chown HTTP/1.1" 200 109 0.007266 10.0.0.59 - - [2025-03-20 02:23:17] "PUT /virtual-machine-interface/05a899eb-0884-431b-ab5b-c2ffc708a6b9 HTTP/1.1" 200 284 0.010459 10.0.0.59 - - [2025-03-20 02:23:17] "PUT /instance-ip/5278f60f-99f0-45e1-8481-3624d36c37c7 HTTP/1.1" 200 256 0.016863 10.0.0.59 - - [2025-03-20 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.014275 10.0.0.59 - - [2025-03-20 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.013547 10.0.0.59 - - [2025-03-20 02:23:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097452 10.0.0.59 - - [2025-03-20 02:23:17] "POST /chown HTTP/1.1" 200 109 0.007462 10.0.0.59 - - [2025-03-20 02:23:18] "POST /instance-ips HTTP/1.1" 400 316 0.016158 10.0.0.59 - - [2025-03-20 02:23:18] "POST /chown HTTP/1.1" 200 109 0.008307 10.0.0.59 - - [2025-03-20 02:23:18] "PUT /virtual-machine-interface/8ab1c573-7f83-4df9-ab40-8c848e6c9c6c HTTP/1.1" 200 284 0.010978 10.0.0.59 - - [2025-03-20 02:23:18] "PUT /instance-ip/5801022b-4a6a-402f-b6aa-75f0275829d0 HTTP/1.1" 200 256 0.013558 10.0.0.59 - - [2025-03-20 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.011959 10.0.0.59 - - [2025-03-20 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.011953 10.0.0.59 - - [2025-03-20 02:23:20] "POST /neutron/port HTTP/1.1" 200 1092 0.018955 10.0.0.59 - - [2025-03-20 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006838 10.0.0.59 - - [2025-03-20 02:23:20] "POST /neutron/port HTTP/1.1" 200 1092 0.015617 10.0.0.59 - - [2025-03-20 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007444 10.0.0.59 - - [2025-03-20 02:23:20] "POST /neutron/port HTTP/1.1" 200 1092 0.016103 10.0.0.59 - - [2025-03-20 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006779 10.0.0.59 - - [2025-03-20 02:23:20] "GET /virtual-machine/00c63635-4ff8-40f8-92c3-8ad179391b7b HTTP/1.1" 401 292 0.000433 10.0.0.59 - - [2025-03-20 02:23:20] "GET /virtual-machine/00c63635-4ff8-40f8-92c3-8ad179391b7b HTTP/1.1" 200 1293 0.029326 10.0.0.59 - - [2025-03-20 02:23:20] "GET /virtual-machine-interface/03fa560a-dee3-4575-b7c8-65c5c07cbfb5 HTTP/1.1" 200 2954 0.003232 10.0.0.59 - - [2025-03-20 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.59 - - [2025-03-20 02:23:20] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002990 10.0.0.59 - - [2025-03-20 02:23:20] "GET /virtual-networks?parent_id=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003055 10.0.0.59 - - [2025-03-20 02:23:21] "GET /virtual-network/3dbabfb9-c126-4a7c-83a7-58298923c2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003013 10.0.0.59 - - [2025-03-20 02:23:23] "POST /neutron/port HTTP/1.1" 200 1092 0.015521 10.0.0.59 - - [2025-03-20 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005682 10.0.0.59 - - [2025-03-20 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.59 - - [2025-03-20 02:23:24] "GET /virtual-network/3dbabfb9-c126-4a7c-83a7-58298923c2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003532 10.0.0.59 - - [2025-03-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015987 10.0.0.59 - - [2025-03-20 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006386 10.0.0.59 - - [2025-03-20 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.59 - - [2025-03-20 02:23:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002934 10.0.0.59 - - [2025-03-20 02:23:26] "GET /virtual-networks?parent_id=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004110 10.0.0.59 - - [2025-03-20 02:23:26] "GET /virtual-network/3dbabfb9-c126-4a7c-83a7-58298923c2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003692 10.0.0.59 - - [2025-03-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1089 0.014957 10.0.0.59 - - [2025-03-20 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006599 10.0.0.59 - - [2025-03-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1089 0.014653 10.0.0.59 - - [2025-03-20 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006768 10.0.0.59 - - [2025-03-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1089 0.014612 10.0.0.59 - - [2025-03-20 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006686 10.0.0.59 - - [2025-03-20 02:23:26] "GET /virtual-machine/2a6f37ab-1390-4675-a6b0-1e80bb50f395 HTTP/1.1" 200 1295 0.004095 10.0.0.59 - - [2025-03-20 02:23:26] "GET /virtual-machine-interface/f5fd37d4-7c12-4d5f-9fbf-602287e9b447 HTTP/1.1" 200 2968 0.002944 10.0.0.59 - - [2025-03-20 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.59 - - [2025-03-20 02:23:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003012 10.0.0.59 - - [2025-03-20 02:23:26] "GET /virtual-networks?parent_id=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003168 10.0.0.59 - - [2025-03-20 02:23:26] "GET /virtual-network/3dd941bb-ccd7-40e8-afa4-6966d65fc516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003767 10.0.0.59 - - [2025-03-20 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.59 - - [2025-03-20 02:23:28] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002838 10.0.0.59 - - [2025-03-20 02:23:28] "GET /virtual-networks?parent_id=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002947 10.0.0.59 - - [2025-03-20 02:23:28] "GET /virtual-network/3dd941bb-ccd7-40e8-afa4-6966d65fc516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003190 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /project/0840ca50daad485caed75c22ba13c3ff HTTP/1.1" 404 173 0.014618 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /project/0a97f52867d54782bf4cc881acb0df5b HTTP/1.1" 404 173 0.013769 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /project/f527f3fc463e4487ab9c3e96e31638a3 HTTP/1.1" 404 173 0.009441 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001369 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.037074 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.040534 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.035293 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001547 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001310 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?fields=security_groups HTTP/1.1" 200 1397 0.050157 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?fields=security_groups HTTP/1.1" 200 1395 0.048779 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?fields=security_groups HTTP/1.1" 200 1348 0.046227 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /security-group/d0b2d74b-58d4-4f35-9315-7fcc73d47bcc HTTP/1.1" 200 115 0.079149 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /security-group/7b0a7794-a00a-4899-ac88-82f901e1f40f HTTP/1.1" 200 115 0.105999 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=f527f3fc-463e-4487-ab9c-3e96e31638a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001551 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /security-group/47b482cb-67a6-477b-9b6c-8920e2d73d60 HTTP/1.1" 200 115 0.106768 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=0a97f528-67d5-4782-bf4c-c881acb0df5b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001941 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /access-control-list/f9c0b490-fc37-4bad-9d91-f4f117c64f01 HTTP/1.1" 200 115 0.085626 10.0.0.59 - - [2025-03-20 02:23:28] "GET /projects?obj_uuids=674df09a-90a2-4252-a741-c29640ca7287&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001486 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/f527f3fc-463e-4487-ab9c-3e96e31638a3?fields=application_policy_sets HTTP/1.1" 200 1387 0.062389 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/674df09a-90a2-4252-a741-c29640ca7287?fields=application_policy_sets HTTP/1.1" 200 1434 0.040044 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /access-control-list/778683e8-b6ba-41d5-83b1-84c4cba25202 HTTP/1.1" 200 115 0.043065 10.0.0.59 - - [2025-03-20 02:23:28] "GET /project/0a97f528-67d5-4782-bf4c-c881acb0df5b?fields=application_policy_sets HTTP/1.1" 200 1436 0.082504 10.0.0.59 - - [2025-03-20 02:23:28] "DELETE /access-control-list/67be2f01-3cbf-4b71-81a8-38f0c8b8eb37 HTTP/1.1" 200 115 0.033100 10.0.0.59 - - [2025-03-20 02:23:29] "DELETE /access-control-list/a4f0d54a-a152-4586-ba31-4c20acfe6278 HTTP/1.1" 200 115 0.047110 10.0.0.59 - - [2025-03-20 02:23:29] "DELETE /access-control-list/f78d600f-2fdb-4aed-a718-da9c23888cf3 HTTP/1.1" 200 115 0.072420 10.0.0.59 - - [2025-03-20 02:23:29] "DELETE /project/f527f3fc-463e-4487-ab9c-3e96e31638a3 HTTP/1.1" 200 115 0.521709 10.0.0.59 - - [2025-03-20 02:23:29] "DELETE /project/674df09a-90a2-4252-a741-c29640ca7287 HTTP/1.1" 200 115 0.526613 10.0.0.59 - - [2025-03-20 02:23:29] "DELETE /access-control-list/03bbacd1-fdd4-4320-a941-a45618282e48 HTTP/1.1" 200 115 0.025763 10.0.0.59 - - [2025-03-20 02:23:29] "DELETE /project/0a97f528-67d5-4782-bf4c-c881acb0df5b HTTP/1.1" 200 115 0.553254 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/router HTTP/1.1" 200 656 0.004815 10.0.0.59 - - [2025-03-20 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.012599 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/router HTTP/1.1" 200 344 0.094943 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/router HTTP/1.1" 200 656 0.005497 10.0.0.59 - - [2025-03-20 02:23:32] "GET /logical-router/04d28da0-9e8a-46fa-91dd-922ad9f6459b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.003998 10.0.0.59 - - [2025-03-20 02:23:32] "GET /service-instance/4b009447-3601-45ca-862d-00c4ebe93ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.002674 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/router HTTP/1.1" 200 151 0.052786 10.0.0.59 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.59 - - [2025-03-20 02:23:32] "DELETE /route-target/33115ca9-9fd3-4578-acb8-845141a0c000 HTTP/1.1" 409 239 0.005772 10.0.0.59 - - [2025-03-20 02:23:32] "PUT /logical-router/04d28da0-9e8a-46fa-91dd-922ad9f6459b HTTP/1.1" 404 171 0.004135 10.0.0.59 - - [2025-03-20 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.010007 10.0.0.59 - - [2025-03-20 02:23:32] "DELETE /route-table/6cbd12fa-b7bd-44ee-b537-57d734a5ab18 HTTP/1.1" 200 115 0.032402 10.0.0.59 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.011371 10.0.0.59 - - [2025-03-20 02:23:32] "PUT /routing-instance/ed49b805-18d0-4fc5-8294-7a014184a815 HTTP/1.1" 200 266 0.021714 10.0.0.59 - - [2025-03-20 02:23:32] "GET /virtual-network/8d4c3388-3035-4b8f-9508-8c9e2bf48f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005685 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 832 0.012706 10.0.0.59 - - [2025-03-20 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.014446 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/network HTTP/1.1" 400 204 0.050765 10.0.0.59 - - [2025-03-20 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.011688 10.0.0.59 - - [2025-03-20 02:23:32] "DELETE /instance-ip/5801022b-4a6a-402f-b6aa-75f0275829d0 HTTP/1.1" 200 115 0.043891 10.0.0.59 - - [2025-03-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.59 - - [2025-03-20 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001134 10.0.0.59 - - [2025-03-20 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001261 10.0.0.59 - - [2025-03-20 02:23:32] "DELETE /virtual-network/8d4c3388-3035-4b8f-9508-8c9e2bf48f1d HTTP/1.1" 200 115 0.129719 10.0.0.59 - - [2025-03-20 02:23:32] "DELETE /route-target/d100b86f-ab1f-4215-9f84-5bab21ba8141 HTTP/1.1" 200 115 0.028189 10.0.0.59 - - [2025-03-20 02:23:32] "DELETE /service-instance/4b009447-3601-45ca-862d-00c4ebe93ce8 HTTP/1.1" 200 115 0.038420 10.0.0.59 - - [2025-03-20 02:23:32] "GET /logical-router/04d28da0-9e8a-46fa-91dd-922ad9f6459b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004161 10.0.0.59 - - [2025-03-20 02:23:32] "GET /service-instance/4b009447-3601-45ca-862d-00c4ebe93ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002662 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/port HTTP/1.1" 200 1089 0.017217 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/port HTTP/1.1" 200 1115 0.012654 10.0.0.59 - - [2025-03-20 02:23:32] "GET /virtual-machine-interface/05a899eb-0884-431b-ab5b-c2ffc708a6b9?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1651 0.004724 10.0.0.59 - - [2025-03-20 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.017946 10.0.0.59 - - [2025-03-20 02:23:32] "POST /neutron/port HTTP/1.1" 200 1092 0.029043 10.0.0.59 - - [2025-03-20 02:23:33] "POST /neutron/port HTTP/1.1" 200 1118 0.012258 10.0.0.59 - - [2025-03-20 02:23:33] "GET /instance-ip/5278f60f-99f0-45e1-8481-3624d36c37c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004621 10.0.0.59 - - [2025-03-20 02:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.144689 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /virtual-machine-interface/05a899eb-0884-431b-ab5b-c2ffc708a6b9 HTTP/1.1" 200 115 0.057266 10.0.0.59 - - [2025-03-20 02:23:33] "GET /virtual-machine-interface/8ab1c573-7f83-4df9-ab40-8c848e6c9c6c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.002984 10.0.0.59 - - [2025-03-20 02:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.145770 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /virtual-machine-interface/8ab1c573-7f83-4df9-ab40-8c848e6c9c6c HTTP/1.1" 200 115 0.033373 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /virtual-machine/6ad3ee14-8651-47e6-acd7-904ddd6bb9a2 HTTP/1.1" 200 115 0.019191 10.0.0.59 - - [2025-03-20 02:23:33] "GET /virtual-machine-interface/d269e8cb-377b-4e62-a897-5b32aabf0d90?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.003906 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /virtual-machine-interface/d269e8cb-377b-4e62-a897-5b32aabf0d90 HTTP/1.1" 200 115 0.030804 10.0.0.59 - - [2025-03-20 02:23:33] "GET /virtual-machine-interface/657cf478-9def-44f6-bc68-789f4aacf306?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.003555 10.0.0.59 - - [2025-03-20 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.013891 10.0.0.59 - - [2025-03-20 02:23:33] "GET /instance-ip/5278f60f-99f0-45e1-8481-3624d36c37c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.004770 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /instance-ip/5278f60f-99f0-45e1-8481-3624d36c37c7 HTTP/1.1" 200 115 0.022563 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /virtual-machine-interface/657cf478-9def-44f6-bc68-789f4aacf306 HTTP/1.1" 200 115 0.037138 10.0.0.59 - - [2025-03-20 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.59 - - [2025-03-20 02:23:33] "DELETE /virtual-machine/c898392c-40ea-4d32-b645-67bff24f6fa1 HTTP/1.1" 200 115 0.021163 10.0.0.59 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 832 0.005878 10.0.0.59 - - [2025-03-20 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001245 10.0.0.59 - - [2025-03-20 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001081 10.0.0.59 - - [2025-03-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934 10.0.0.59 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 151 0.076145 10.0.0.59 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 828 0.004678 10.0.0.59 - - [2025-03-20 02:23:34] "DELETE /route-target/b5015490-1290-4f0a-9cab-52cbb259f525 HTTP/1.1" 200 115 0.021509 10.0.0.59 - - [2025-03-20 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001344 10.0.0.59 - - [2025-03-20 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001386 10.0.0.59 - - [2025-03-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006126 10.0.0.59 - - [2025-03-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 151 0.069274 10.0.0.59 - - [2025-03-20 02:23:34] "DELETE /route-target/ec3ae0b1-254f-4ad5-a4e4-52c35f6b0d4f HTTP/1.1" 200 115 0.014614 10.0.0.59 - - [2025-03-20 02:23:34] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.59 - - [2025-03-20 02:23:34] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020368 10.0.0.59 - - [2025-03-20 02:23:34] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 10.0.0.59 - - [2025-03-20 02:23:35] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?fields=virtual_networks HTTP/1.1" 200 1036 0.062968 10.0.0.59 - - [2025-03-20 02:23:35] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002312 10.0.0.59 - - [2025-03-20 02:23:35] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.020258 10.0.0.59 - - [2025-03-20 02:23:35] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001086 10.0.0.59 - - [2025-03-20 02:23:35] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?fields=security_groups HTTP/1.1" 200 1265 0.021654 10.0.0.59 - - [2025-03-20 02:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.066499 10.0.0.59 - - [2025-03-20 02:23:36] "GET /obj-perms HTTP/1.1" 200 5056 0.155730 10.0.0.59 - - [2025-03-20 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.026313 10.0.0.59 - - [2025-03-20 02:23:36] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002510 10.0.0.59 - - [2025-03-20 02:23:36] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.59 - - [2025-03-20 02:23:36] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006324 10.0.0.59 - - [2025-03-20 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.001334 10.0.0.59 - - [2025-03-20 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.002909 10.0.0.59 - - [2025-03-20 02:23:36] "POST /security-groups HTTP/1.1" 200 599 0.062781 10.0.0.59 - - [2025-03-20 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.002901 10.0.0.59 - - [2025-03-20 02:23:36] "POST /projects HTTP/1.1" 200 601 0.214434 10.0.0.59 - - [2025-03-20 02:23:36] "POST /access-control-lists HTTP/1.1" 200 604 0.058056 10.0.0.59 - - [2025-03-20 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.285702 10.0.0.59 - - [2025-03-20 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 241 0.002644 10.0.0.59 - - [2025-03-20 02:23:36] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.400477 10.0.0.59 - - [2025-03-20 02:23:37] "POST /access-control-lists HTTP/1.1" 200 602 0.060331 10.0.0.59 - - [2025-03-20 02:23:38] "GET / HTTP/1.1" 200 35931 0.002122 10.0.0.59 - - [2025-03-20 02:23:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.59 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052298 10.0.0.59 - - [2025-03-20 02:23:39] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.59 - - [2025-03-20 02:23:39] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024737 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.033262 10.0.0.59 - - [2025-03-20 02:23:39] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001485 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 613 0.067027 10.0.0.59 - - [2025-03-20 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.011766 10.0.0.59 - - [2025-03-20 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.011757 10.0.0.59 - - [2025-03-20 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003522 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.185649 10.0.0.59 - - [2025-03-20 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004605 10.0.0.59 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.038683 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.203528 10.0.0.59 - - [2025-03-20 02:23:39] "GET /virtual-network/1e65ab66-5b31-437a-a547-e1450fe137ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004863 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 1006 0.008465 10.0.0.59 - - [2025-03-20 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001203 10.0.0.59 - - [2025-03-20 02:23:39] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003458 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 1006 0.007381 10.0.0.59 - - [2025-03-20 02:23:39] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003336 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/network HTTP/1.1" 200 1006 0.007465 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.007487 10.0.0.59 - - [2025-03-20 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.006894 10.0.0.59 - - [2025-03-20 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.59 - - [2025-03-20 02:23:39] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.59 - - [2025-03-20 02:23:39] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.018168 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.010365 10.0.0.59 - - [2025-03-20 02:23:40] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 613 0.061054 10.0.0.59 - - [2025-03-20 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.010060 10.0.0.59 - - [2025-03-20 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.59 - - [2025-03-20 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.155680 10.0.0.59 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.59 - - [2025-03-20 02:23:40] "GET /virtual-network/1e65ab66-5b31-437a-a547-e1450fe137ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.002680 10.0.0.59 - - [2025-03-20 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003717 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.173454 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 1006 0.009453 10.0.0.59 - - [2025-03-20 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001318 10.0.0.59 - - [2025-03-20 02:23:40] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003267 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 1006 0.007616 10.0.0.59 - - [2025-03-20 02:23:40] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.002918 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 1006 0.008438 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.007346 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.007995 10.0.0.59 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002829 10.0.0.59 - - [2025-03-20 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.59 - - [2025-03-20 02:23:40] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001668 10.0.0.59 - - [2025-03-20 02:23:40] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022315 10.0.0.59 - - [2025-03-20 02:23:40] "POST /network-policys HTTP/1.1" 200 577 0.063924 10.0.0.59 - - [2025-03-20 02:23:40] "GET /network-policy/61274ef1-ec34-474c-9ccc-aaf8afd34a8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004672 10.0.0.59 - - [2025-03-20 02:23:40] "POST /neutron/network HTTP/1.1" 200 1006 0.010019 10.0.0.59 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005796 10.0.0.59 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.003894 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/1e65ab66-5b31-437a-a547-e1450fe137ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.005292 10.0.0.59 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 1114 0.047232 10.0.0.59 - - [2025-03-20 02:23:41] "POST /access-control-lists HTTP/1.1" 200 596 0.068099 10.0.0.59 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 1114 0.048611 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004352 10.0.0.59 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.59 - - [2025-03-20 02:23:41] "GET /network-policy/61274ef1-ec34-474c-9ccc-aaf8afd34a8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003302 10.0.0.59 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008991 10.0.0.59 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007082 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/1e65ab66-5b31-437a-a547-e1450fe137ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.003338 10.0.0.59 - - [2025-03-20 02:23:41] "PUT /access-control-list/a11ab648-9055-45a1-b59e-c4455b188477 HTTP/1.1" 200 272 0.059443 10.0.0.59 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 1114 0.093649 10.0.0.59 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.002783 10.0.0.59 - - [2025-03-20 02:23:41] "POST /neutron/network HTTP/1.1" 200 1114 0.008471 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003614 10.0.0.59 - - [2025-03-20 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.59 - - [2025-03-20 02:23:41] "GET /network-policy/61274ef1-ec34-474c-9ccc-aaf8afd34a8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.031948 10.0.0.59 - - [2025-03-20 02:23:41] "POST /access-control-lists HTTP/1.1" 200 596 0.061581 10.0.0.59 - - [2025-03-20 02:23:41] "GET /domains HTTP/1.1" 401 292 0.000503 10.0.0.59 - - [2025-03-20 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.012831 10.0.0.59 - - [2025-03-20 02:23:41] "GET /domains HTTP/1.1" 200 280 0.033101 10.0.0.59 - - [2025-03-20 02:23:41] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.59 - - [2025-03-20 02:23:41] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2770 0.008537 10.0.0.59 - - [2025-03-20 02:23:41] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420 10.0.0.59 - - [2025-03-20 02:23:41] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 2625 0.079413 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87 HTTP/1.1" 200 3504 0.006863 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87 HTTP/1.1" 200 3504 0.005761 10.0.0.59 - - [2025-03-20 02:23:41] "GET /routing-instance/1c18fed7-e90a-4723-9ba0-c91d3d3625ba HTTP/1.1" 200 1795 0.004284 10.0.0.59 - - [2025-03-20 02:23:41] "GET /routing-instance/1c18fed7-e90a-4723-9ba0-c91d3d3625ba HTTP/1.1" 200 1795 0.003018 10.0.0.59 - - [2025-03-20 02:23:41] "GET /route-target/a5657188-8bd4-4ee9-bf00-ce2140aee89b HTTP/1.1" 200 1213 0.003230 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87 HTTP/1.1" 200 3504 0.002894 10.0.0.59 - - [2025-03-20 02:23:41] "GET /routing-instance/1c18fed7-e90a-4723-9ba0-c91d3d3625ba HTTP/1.1" 200 1795 0.002916 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003070 10.0.0.59 - - [2025-03-20 02:23:41] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87 HTTP/1.1" 200 3504 0.003122 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/1c18fed7-e90a-4723-9ba0-c91d3d3625ba HTTP/1.1" 200 1795 0.003338 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/1c18fed7-e90a-4723-9ba0-c91d3d3625ba HTTP/1.1" 200 1795 0.002941 10.0.0.59 - - [2025-03-20 02:23:42] "GET /route-target/a5657188-8bd4-4ee9-bf00-ce2140aee89b HTTP/1.1" 200 1213 0.002985 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domains HTTP/1.1" 200 280 0.002663 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2770 0.007529 10.0.0.59 - - [2025-03-20 02:23:42] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.59 - - [2025-03-20 02:23:42] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 2625 0.070809 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87 HTTP/1.1" 200 3504 0.003085 10.0.0.59 - - [2025-03-20 02:23:42] "GET /obj-perms HTTP/1.1" 200 5046 0.061815 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domains HTTP/1.1" 200 280 0.003629 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001660 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2770 0.010164 10.0.0.59 - - [2025-03-20 02:23:42] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.59 - - [2025-03-20 02:23:42] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 2625 0.068016 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1 HTTP/1.1" 200 3503 0.005611 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1 HTTP/1.1" 200 3503 0.003599 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/b6901254-4cfe-4a57-9688-ef26f4c8c05f HTTP/1.1" 200 1796 0.003147 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/b6901254-4cfe-4a57-9688-ef26f4c8c05f HTTP/1.1" 200 1796 0.002903 10.0.0.59 - - [2025-03-20 02:23:42] "GET /route-target/9244d85e-c8e7-48af-a358-ad72355233d6 HTTP/1.1" 200 1213 0.003475 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1 HTTP/1.1" 200 3503 0.004463 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/b6901254-4cfe-4a57-9688-ef26f4c8c05f HTTP/1.1" 200 1796 0.004135 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004133 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1 HTTP/1.1" 200 3503 0.005224 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/b6901254-4cfe-4a57-9688-ef26f4c8c05f HTTP/1.1" 200 1796 0.003372 10.0.0.59 - - [2025-03-20 02:23:42] "GET /routing-instance/b6901254-4cfe-4a57-9688-ef26f4c8c05f HTTP/1.1" 200 1796 0.003097 10.0.0.59 - - [2025-03-20 02:23:42] "GET /route-target/9244d85e-c8e7-48af-a358-ad72355233d6 HTTP/1.1" 200 1213 0.003202 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domains HTTP/1.1" 200 280 0.003576 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001632 10.0.0.59 - - [2025-03-20 02:23:42] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2770 0.009838 10.0.0.59 - - [2025-03-20 02:23:42] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001848 10.0.0.59 - - [2025-03-20 02:23:42] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 2625 0.067887 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1 HTTP/1.1" 200 3503 0.004439 10.0.0.59 - - [2025-03-20 02:23:42] "GET /obj-perms HTTP/1.1" 200 5046 0.004158 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003160 10.0.0.59 - - [2025-03-20 02:23:42] "POST /neutron/network HTTP/1.1" 200 1114 0.007497 10.0.0.59 - - [2025-03-20 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008612 10.0.0.59 - - [2025-03-20 02:23:42] "GET /virtual-network/1e65ab66-5b31-437a-a547-e1450fe137ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.003407 10.0.0.59 - - [2025-03-20 02:23:42] "POST /neutron/network HTTP/1.1" 200 1006 0.053416 10.0.0.59 - - [2025-03-20 02:23:42] "DELETE /access-control-list/8053ea5a-40f0-46d0-a8f0-f5da2d289329 HTTP/1.1" 200 115 0.045261 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 1006 0.014705 10.0.0.59 - - [2025-03-20 02:23:43] "GET /virtual-network/1b8006cc-6cb7-4883-8730-c9e7cb886cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003978 10.0.0.59 - - [2025-03-20 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.020297 10.0.0.59 - - [2025-03-20 02:23:43] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005356 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 1114 0.007851 10.0.0.59 - - [2025-03-20 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.59 - - [2025-03-20 02:23:43] "GET /virtual-network/1e65ab66-5b31-437a-a547-e1450fe137ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.005433 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 1006 0.054022 10.0.0.59 - - [2025-03-20 02:23:43] "DELETE /access-control-list/a11ab648-9055-45a1-b59e-c4455b188477 HTTP/1.1" 200 115 0.037295 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 1006 0.011459 10.0.0.59 - - [2025-03-20 02:23:43] "POST /ref-update HTTP/1.1" 200 156 0.012718 10.0.0.59 - - [2025-03-20 02:23:43] "GET /virtual-network/7479e83a-4f96-4afe-afb3-73ea76b90b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005582 10.0.0.59 - - [2025-03-20 02:23:43] "DELETE /network-policy/61274ef1-ec34-474c-9ccc-aaf8afd34a8d HTTP/1.1" 200 115 0.022151 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 1006 0.010745 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002955 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001051 10.0.0.59 - - [2025-03-20 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001065 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001170 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 151 0.083827 10.0.0.59 - - [2025-03-20 02:23:43] "DELETE /route-target/9244d85e-c8e7-48af-a358-ad72355233d6 HTTP/1.1" 200 115 0.016813 10.0.0.59 - - [2025-03-20 02:23:43] "GET /routing-instance/b6901254-4cfe-4a57-9688-ef26f4c8c05f HTTP/1.1" 404 171 0.002192 10.0.0.59 - - [2025-03-20 02:23:43] "GET /domains HTTP/1.1" 200 280 0.002377 10.0.0.59 - - [2025-03-20 02:23:43] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001697 10.0.0.59 - - [2025-03-20 02:23:43] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2770 0.047868 10.0.0.59 - - [2025-03-20 02:23:43] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001981 10.0.0.59 - - [2025-03-20 02:23:43] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 2145 0.067240 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 1006 0.007046 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001222 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001050 10.0.0.59 - - [2025-03-20 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006428 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001026 10.0.0.59 - - [2025-03-20 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001011 10.0.0.59 - - [2025-03-20 02:23:43] "POST /neutron/network HTTP/1.1" 200 151 0.075775 10.0.0.59 - - [2025-03-20 02:23:43] "GET /routing-instance/1c18fed7-e90a-4723-9ba0-c91d3d3625ba HTTP/1.1" 404 171 0.003155 10.0.0.59 - - [2025-03-20 02:23:43] "DELETE /route-target/a5657188-8bd4-4ee9-bf00-ce2140aee89b HTTP/1.1" 200 115 0.025977 10.0.0.59 - - [2025-03-20 02:23:43] "GET /domains HTTP/1.1" 200 280 0.003103 10.0.0.59 - - [2025-03-20 02:23:43] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.59 - - [2025-03-20 02:23:43] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2770 0.049971 10.0.0.59 - - [2025-03-20 02:23:43] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.59 - - [2025-03-20 02:23:43] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 1900 0.065460 10.0.0.59 - - [2025-03-20 02:23:44] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.59 - - [2025-03-20 02:23:44] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.019659 10.0.0.59 - - [2025-03-20 02:23:44] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.59 - - [2025-03-20 02:23:44] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?fields=virtual_networks HTTP/1.1" 200 1048 0.065429 10.0.0.59 - - [2025-03-20 02:23:44] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.59 - - [2025-03-20 02:23:44] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.020923 10.0.0.59 - - [2025-03-20 02:23:44] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.59 - - [2025-03-20 02:23:44] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?fields=security_groups HTTP/1.1" 200 1282 0.022029 10.0.0.59 - - [2025-03-20 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.024493 10.0.0.59 - - [2025-03-20 02:23:45] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002571 10.0.0.59 - - [2025-03-20 02:23:45] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001589 10.0.0.59 - - [2025-03-20 02:23:45] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007523 10.0.0.59 - - [2025-03-20 02:23:45] "POST /id-to-fqname HTTP/1.1" 200 192 0.001199 10.0.0.59 - - [2025-03-20 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003160 10.0.0.59 - - [2025-03-20 02:23:45] "POST /security-groups HTTP/1.1" 200 593 0.063190 10.0.0.59 - - [2025-03-20 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 236 0.002499 10.0.0.59 - - [2025-03-20 02:23:45] "POST /projects HTTP/1.1" 200 589 0.205961 10.0.0.59 - - [2025-03-20 02:23:45] "POST /access-control-lists HTTP/1.1" 200 598 0.056545 10.0.0.59 - - [2025-03-20 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.278417 10.0.0.59 - - [2025-03-20 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.003430 10.0.0.59 - - [2025-03-20 02:23:45] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.393378 10.0.0.59 - - [2025-03-20 02:23:45] "POST /access-control-lists HTTP/1.1" 200 596 0.060097 10.0.0.59 - - [2025-03-20 02:23:46] "GET / HTTP/1.1" 200 35931 0.002051 10.0.0.59 - - [2025-03-20 02:23:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.59 - - [2025-03-20 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.062391 10.0.0.59 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.59 - - [2025-03-20 02:23:47] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021310 10.0.0.59 - - [2025-03-20 02:23:47] "POST /neutron/network HTTP/1.1" 200 117 0.032900 10.0.0.59 - - [2025-03-20 02:23:47] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001612 10.0.0.59 - - [2025-03-20 02:23:47] "POST /neutron/network HTTP/1.1" 200 607 0.070109 10.0.0.59 - - [2025-03-20 02:23:47] "POST /route-targets HTTP/1.1" 200 327 0.010908 10.0.0.59 - - [2025-03-20 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.010488 10.0.0.59 - - [2025-03-20 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003983 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.135749 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 827 0.006110 10.0.0.59 - - [2025-03-20 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001363 10.0.0.59 - - [2025-03-20 02:23:48] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003131 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 827 0.006058 10.0.0.59 - - [2025-03-20 02:23:48] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002890 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 827 0.006031 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.007106 10.0.0.59 - - [2025-03-20 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.59 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.59 - - [2025-03-20 02:23:48] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020887 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 117 0.009618 10.0.0.59 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 607 0.062668 10.0.0.59 - - [2025-03-20 02:23:48] "POST /route-targets HTTP/1.1" 200 327 0.010767 10.0.0.59 - - [2025-03-20 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.010863 10.0.0.59 - - [2025-03-20 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003732 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.185939 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 827 0.005662 10.0.0.59 - - [2025-03-20 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001296 10.0.0.59 - - [2025-03-20 02:23:48] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002710 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 827 0.007578 10.0.0.59 - - [2025-03-20 02:23:48] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003497 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 827 0.005886 10.0.0.59 - - [2025-03-20 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.007271 10.0.0.59 - - [2025-03-20 02:23:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.002941 10.0.0.59 - - [2025-03-20 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.59 - - [2025-03-20 02:23:48] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.59 - - [2025-03-20 02:23:48] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023289 10.0.0.59 - - [2025-03-20 02:23:48] "POST /network-policys HTTP/1.1" 200 571 0.017056 10.0.0.59 - - [2025-03-20 02:23:48] "GET /network-policy/6e7d2416-8f19-4a28-8bd4-f623b293dfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005463 10.0.0.59 - - [2025-03-20 02:23:49] "POST /neutron/network HTTP/1.1" 200 827 0.006057 10.0.0.59 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.004745 10.0.0.59 - - [2025-03-20 02:23:49] "POST /neutron/network HTTP/1.1" 200 929 0.045933 10.0.0.59 - - [2025-03-20 02:23:49] "POST /access-control-lists HTTP/1.1" 200 590 0.064912 10.0.0.59 - - [2025-03-20 02:23:49] "POST /neutron/network HTTP/1.1" 200 929 0.043728 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004473 10.0.0.59 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.59 - - [2025-03-20 02:23:49] "GET /network-policy/6e7d2416-8f19-4a28-8bd4-f623b293dfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003231 10.0.0.59 - - [2025-03-20 02:23:49] "POST /neutron/network HTTP/1.1" 200 827 0.006993 10.0.0.59 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.003579 10.0.0.59 - - [2025-03-20 02:23:49] "POST /neutron/network HTTP/1.1" 200 929 0.042398 10.0.0.59 - - [2025-03-20 02:23:49] "POST /neutron/network HTTP/1.1" 200 929 0.043575 10.0.0.59 - - [2025-03-20 02:23:49] "POST /access-control-lists HTTP/1.1" 200 590 0.065746 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003009 10.0.0.59 - - [2025-03-20 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.59 - - [2025-03-20 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.010061 10.0.0.59 - - [2025-03-20 02:23:49] "GET /network-policy/6e7d2416-8f19-4a28-8bd4-f623b293dfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002761 10.0.0.59 - - [2025-03-20 02:23:49] "GET /domains HTTP/1.1" 401 292 0.000647 10.0.0.59 - - [2025-03-20 02:23:49] "PUT /access-control-list/c72eaae2-3d80-4369-84dd-731bf35ae3b7 HTTP/1.1" 200 272 0.056895 10.0.0.59 - - [2025-03-20 02:23:49] "GET /domains HTTP/1.1" 200 280 0.024186 10.0.0.59 - - [2025-03-20 02:23:49] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.59 - - [2025-03-20 02:23:49] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.009809 10.0.0.59 - - [2025-03-20 02:23:49] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.59 - - [2025-03-20 02:23:49] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 2571 0.066398 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae HTTP/1.1" 200 2892 0.004505 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae HTTP/1.1" 200 2892 0.003032 10.0.0.59 - - [2025-03-20 02:23:49] "GET /routing-instance/9802719e-b2b4-4fbd-a9a6-d90d5a7a33b3 HTTP/1.1" 200 1784 0.003465 10.0.0.59 - - [2025-03-20 02:23:49] "GET /routing-instance/9802719e-b2b4-4fbd-a9a6-d90d5a7a33b3 HTTP/1.1" 200 1784 0.002747 10.0.0.59 - - [2025-03-20 02:23:49] "GET /route-target/f3344cea-75d3-4f62-b1f9-010e84ccc15e HTTP/1.1" 200 1207 0.003020 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae HTTP/1.1" 200 2892 0.003039 10.0.0.59 - - [2025-03-20 02:23:49] "GET /routing-instance/9802719e-b2b4-4fbd-a9a6-d90d5a7a33b3 HTTP/1.1" 200 1784 0.003403 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.002696 10.0.0.59 - - [2025-03-20 02:23:49] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae HTTP/1.1" 200 2892 0.002822 10.0.0.59 - - [2025-03-20 02:23:49] "GET /routing-instance/9802719e-b2b4-4fbd-a9a6-d90d5a7a33b3 HTTP/1.1" 200 1784 0.003733 10.0.0.59 - - [2025-03-20 02:23:50] "GET /routing-instance/9802719e-b2b4-4fbd-a9a6-d90d5a7a33b3 HTTP/1.1" 200 1784 0.003706 10.0.0.59 - - [2025-03-20 02:23:50] "GET /route-target/f3344cea-75d3-4f62-b1f9-010e84ccc15e HTTP/1.1" 200 1207 0.002928 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domains HTTP/1.1" 200 280 0.002679 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.006670 10.0.0.59 - - [2025-03-20 02:23:50] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.59 - - [2025-03-20 02:23:50] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 2571 0.069368 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae HTTP/1.1" 200 2892 0.003573 10.0.0.59 - - [2025-03-20 02:23:50] "GET /obj-perms HTTP/1.1" 200 5034 0.049441 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domains HTTP/1.1" 200 280 0.002687 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.008136 10.0.0.59 - - [2025-03-20 02:23:50] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001425 10.0.0.59 - - [2025-03-20 02:23:50] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 2571 0.062674 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8 HTTP/1.1" 200 2893 0.004749 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8 HTTP/1.1" 200 2893 0.002922 10.0.0.59 - - [2025-03-20 02:23:50] "GET /routing-instance/7a8e7f0b-d8d2-4b29-b8d7-d135529d296e HTTP/1.1" 200 1783 0.003650 10.0.0.59 - - [2025-03-20 02:23:50] "GET /routing-instance/7a8e7f0b-d8d2-4b29-b8d7-d135529d296e HTTP/1.1" 200 1783 0.002886 10.0.0.59 - - [2025-03-20 02:23:50] "GET /route-target/deb98724-2af4-4aa7-853e-6c7ce0d6a385 HTTP/1.1" 200 1206 0.002892 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8 HTTP/1.1" 200 2893 0.003091 10.0.0.59 - - [2025-03-20 02:23:50] "GET /routing-instance/7a8e7f0b-d8d2-4b29-b8d7-d135529d296e HTTP/1.1" 200 1783 0.002911 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.002716 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8 HTTP/1.1" 200 2893 0.003299 10.0.0.59 - - [2025-03-20 02:23:50] "GET /routing-instance/7a8e7f0b-d8d2-4b29-b8d7-d135529d296e HTTP/1.1" 200 1783 0.002726 10.0.0.59 - - [2025-03-20 02:23:50] "GET /routing-instance/7a8e7f0b-d8d2-4b29-b8d7-d135529d296e HTTP/1.1" 200 1783 0.002910 10.0.0.59 - - [2025-03-20 02:23:50] "GET /route-target/deb98724-2af4-4aa7-853e-6c7ce0d6a385 HTTP/1.1" 200 1206 0.003120 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domains HTTP/1.1" 200 280 0.002547 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.59 - - [2025-03-20 02:23:50] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.006848 10.0.0.59 - - [2025-03-20 02:23:50] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.59 - - [2025-03-20 02:23:50] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 2571 0.064382 10.0.0.59 - - [2025-03-20 02:23:50] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8 HTTP/1.1" 200 2893 0.003047 10.0.0.59 - - [2025-03-20 02:23:50] "GET /obj-perms HTTP/1.1" 200 5034 0.002969 10.0.0.59 - - [2025-03-20 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001488 10.0.0.59 - - [2025-03-20 02:23:50] "POST /neutron/network HTTP/1.1" 200 939 0.007219 10.0.0.59 - - [2025-03-20 02:23:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.59 - - [2025-03-20 02:23:51] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.59 - - [2025-03-20 02:23:51] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.59 - - [2025-03-20 02:23:51] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.59 - - [2025-03-20 02:23:51] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041844 10.0.0.59 - - [2025-03-20 02:23:51] "POST /neutron/network HTTP/1.1" 200 929 0.006046 10.0.0.59 - - [2025-03-20 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.005270 10.0.0.59 - - [2025-03-20 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.005020 10.0.0.59 - - [2025-03-20 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001404 10.0.0.59 - - [2025-03-20 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.006098 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 939 0.007898 10.0.0.59 - - [2025-03-20 02:23:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000620 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 939 0.005841 10.0.0.59 - - [2025-03-20 02:23:52] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.59 - - [2025-03-20 02:23:52] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.59 - - [2025-03-20 02:23:52] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000345 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 1063 0.208508 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 1063 0.012898 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 1063 0.010746 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 1117 0.061027 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 1091 0.015112 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006423 10.0.0.59 - - [2025-03-20 02:23:52] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001279 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.019890 10.0.0.59 - - [2025-03-20 02:23:52] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048507 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 929 0.005911 10.0.0.59 - - [2025-03-20 02:23:52] "POST /neutron/network HTTP/1.1" 200 929 0.005597 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1091 0.018122 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006635 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.006087 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1091 0.016995 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008532 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/network HTTP/1.1" 200 939 0.006097 10.0.0.59 - - [2025-03-20 02:23:53] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.59 - - [2025-03-20 02:23:53] "PUT /access-control-list/ebe4be0f-a46b-4148-af35-89310b872a3a HTTP/1.1" 200 272 0.072958 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1063 0.326936 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1063 0.009504 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1063 0.018491 10.0.0.59 - - [2025-03-20 02:23:53] "POST /neutron/port HTTP/1.1" 200 1117 0.087289 10.0.0.59 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 1091 0.015003 10.0.0.59 - - [2025-03-20 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003461 10.0.0.59 - - [2025-03-20 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.011322 10.0.0.59 - - [2025-03-20 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.59 - - [2025-03-20 02:23:54] "POST /neutron/network HTTP/1.1" 200 929 0.005929 10.0.0.59 - - [2025-03-20 02:23:58] "POST /neutron/port HTTP/1.1" 200 1091 0.016081 10.0.0.59 - - [2025-03-20 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006412 10.0.0.59 - - [2025-03-20 02:23:58] "POST /neutron/port HTTP/1.1" 200 1091 0.015286 10.0.0.59 - - [2025-03-20 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006413 10.0.0.59 - - [2025-03-20 02:23:58] "POST /neutron/port HTTP/1.1" 200 1091 0.017926 10.0.0.59 - - [2025-03-20 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006261 10.0.0.59 - - [2025-03-20 02:23:58] "GET /virtual-machine/a5eb5217-caf9-4094-8578-8d53e7d997c4 HTTP/1.1" 200 1294 0.008722 10.0.0.59 - - [2025-03-20 02:23:58] "GET /virtual-machine-interface/1faf0b75-e2db-4df0-a901-c135d86414e4 HTTP/1.1" 200 2950 0.006444 10.0.0.59 - - [2025-03-20 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.59 - - [2025-03-20 02:23:58] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003566 10.0.0.59 - - [2025-03-20 02:23:58] "GET /virtual-networks?parent_id=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003445 10.0.0.59 - - [2025-03-20 02:23:58] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003299 10.0.0.59 - - [2025-03-20 02:24:01] "POST /neutron/port HTTP/1.1" 200 1091 0.015162 10.0.0.59 - - [2025-03-20 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005919 10.0.0.59 - - [2025-03-20 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.59 - - [2025-03-20 02:24:01] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.002964 10.0.0.59 - - [2025-03-20 02:24:03] "POST /neutron/port HTTP/1.1" 200 1091 0.015823 10.0.0.59 - - [2025-03-20 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006943 10.0.0.59 - - [2025-03-20 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.59 - - [2025-03-20 02:24:03] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003037 10.0.0.59 - - [2025-03-20 02:24:03] "GET /virtual-networks?parent_id=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003631 10.0.0.59 - - [2025-03-20 02:24:04] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003361 10.0.0.59 - - [2025-03-20 02:24:04] "POST /neutron/port HTTP/1.1" 200 1091 0.015446 10.0.0.59 - - [2025-03-20 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006266 10.0.0.59 - - [2025-03-20 02:24:09] "POST /neutron/port HTTP/1.1" 200 1091 0.016636 10.0.0.59 - - [2025-03-20 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006885 10.0.0.59 - - [2025-03-20 02:24:09] "POST /neutron/port HTTP/1.1" 200 1091 0.015383 10.0.0.59 - - [2025-03-20 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008472 10.0.0.59 - - [2025-03-20 02:24:09] "POST /neutron/port HTTP/1.1" 200 1091 0.019104 10.0.0.59 - - [2025-03-20 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008437 10.0.0.59 - - [2025-03-20 02:24:09] "GET /virtual-machine/33be94a6-ec70-4e5f-8a68-a7368df3dff8 HTTP/1.1" 200 1293 0.005452 10.0.0.59 - - [2025-03-20 02:24:09] "GET /virtual-machine-interface/432a32f0-e2c8-48db-8a11-1d9ba0f784b4 HTTP/1.1" 200 2949 0.003775 10.0.0.59 - - [2025-03-20 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.59 - - [2025-03-20 02:24:09] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002959 10.0.0.59 - - [2025-03-20 02:24:09] "GET /virtual-networks?parent_id=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004062 10.0.0.59 - - [2025-03-20 02:24:09] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003381 10.0.0.59 - - [2025-03-20 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.59 - - [2025-03-20 02:24:10] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003345 10.0.0.59 - - [2025-03-20 02:24:10] "GET /virtual-networks?parent_id=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003078 10.0.0.59 - - [2025-03-20 02:24:10] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003205 10.0.0.59 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.59 - - [2025-03-20 02:24:15] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001268 10.0.0.59 - - [2025-03-20 02:24:15] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022644 10.0.0.59 - - [2025-03-20 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.59 - - [2025-03-20 02:24:15] "PUT /network-policy/6e7d2416-8f19-4a28-8bd4-f623b293dfd6 HTTP/1.1" 200 262 0.024097 10.0.0.59 - - [2025-03-20 02:24:15] "PUT /access-control-list/ebe4be0f-a46b-4148-af35-89310b872a3a HTTP/1.1" 200 272 0.055482 10.0.0.59 - - [2025-03-20 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.012387 10.0.0.59 - - [2025-03-20 02:24:16] "PUT /access-control-list/c72eaae2-3d80-4369-84dd-731bf35ae3b7 HTTP/1.1" 200 272 0.053280 10.0.0.59 - - [2025-03-20 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.011497 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1091 0.017105 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 1091 0.017524 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 939 0.006823 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.012779 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.59 - - [2025-03-20 02:24:17] "POST /neutron/network HTTP/1.1" 200 929 0.006435 10.0.0.59 - - [2025-03-20 02:24:18] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003273 10.0.0.59 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 929 0.006065 10.0.0.59 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 827 0.041411 10.0.0.59 - - [2025-03-20 02:24:18] "DELETE /access-control-list/ebe4be0f-a46b-4148-af35-89310b872a3a HTTP/1.1" 200 115 0.028943 10.0.0.59 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 827 0.005544 10.0.0.59 - - [2025-03-20 02:24:18] "GET /virtual-network/412272ee-c74b-443e-ba0f-bb13a64931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002982 10.0.0.59 - - [2025-03-20 02:24:18] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004150 10.0.0.59 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 929 0.005974 10.0.0.59 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 827 0.050648 10.0.0.59 - - [2025-03-20 02:24:18] "DELETE /access-control-list/c72eaae2-3d80-4369-84dd-731bf35ae3b7 HTTP/1.1" 200 115 0.036878 10.0.0.59 - - [2025-03-20 02:24:18] "POST /neutron/network HTTP/1.1" 200 827 0.006606 10.0.0.59 - - [2025-03-20 02:24:19] "GET /virtual-network/0d3095b1-ab87-4ce3-ba56-bea0cf335dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003592 10.0.0.59 - - [2025-03-20 02:24:19] "DELETE /network-policy/6e7d2416-8f19-4a28-8bd4-f623b293dfd6 HTTP/1.1" 200 115 0.028906 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 200 827 0.006544 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/network HTTP/1.1" 400 204 0.012499 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1091 0.016423 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1117 0.010215 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1091 0.021553 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 1117 0.013816 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 151 0.129486 10.0.0.59 - - [2025-03-20 02:24:19] "POST /neutron/port HTTP/1.1" 200 151 0.105171 10.0.0.59 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 827 0.006279 10.0.0.59 - - [2025-03-20 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.59 - - [2025-03-20 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001216 10.0.0.59 - - [2025-03-20 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001107 10.0.0.59 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 151 0.088128 10.0.0.59 - - [2025-03-20 02:24:21] "DELETE /route-target/deb98724-2af4-4aa7-853e-6c7ce0d6a385 HTTP/1.1" 200 115 0.018924 10.0.0.59 - - [2025-03-20 02:24:21] "GET /routing-instance/7a8e7f0b-d8d2-4b29-b8d7-d135529d296e HTTP/1.1" 404 171 0.002685 10.0.0.59 - - [2025-03-20 02:24:21] "GET /domains HTTP/1.1" 200 280 0.002521 10.0.0.59 - - [2025-03-20 02:24:21] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.59 - - [2025-03-20 02:24:21] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.049061 10.0.0.59 - - [2025-03-20 02:24:21] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.59 - - [2025-03-20 02:24:21] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 2103 0.065336 10.0.0.59 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 827 0.006198 10.0.0.59 - - [2025-03-20 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.59 - - [2025-03-20 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001369 10.0.0.59 - - [2025-03-20 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001202 10.0.0.59 - - [2025-03-20 02:24:21] "POST /neutron/network HTTP/1.1" 200 151 0.083550 10.0.0.59 - - [2025-03-20 02:24:21] "DELETE /route-target/f3344cea-75d3-4f62-b1f9-010e84ccc15e HTTP/1.1" 200 115 0.017739 10.0.0.59 - - [2025-03-20 02:24:21] "GET /routing-instance/9802719e-b2b4-4fbd-a9a6-d90d5a7a33b3 HTTP/1.1" 404 171 0.002450 10.0.0.59 - - [2025-03-20 02:24:21] "GET /domains HTTP/1.1" 200 280 0.002657 10.0.0.59 - - [2025-03-20 02:24:21] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.59 - - [2025-03-20 02:24:21] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.047699 10.0.0.59 - - [2025-03-20 02:24:21] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001622 10.0.0.59 - - [2025-03-20 02:24:21] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 1864 0.063687 10.0.0.59 - - [2025-03-20 02:24:21] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001310 10.0.0.59 - - [2025-03-20 02:24:21] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020530 10.0.0.59 - - [2025-03-20 02:24:21] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.59 - - [2025-03-20 02:24:21] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?fields=virtual_networks HTTP/1.1" 200 1036 0.060841 10.0.0.59 - - [2025-03-20 02:24:22] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.59 - - [2025-03-20 02:24:22] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022542 10.0.0.59 - - [2025-03-20 02:24:22] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.59 - - [2025-03-20 02:24:22] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?fields=security_groups HTTP/1.1" 200 1264 0.019482 10.0.0.59 - - [2025-03-20 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.026055 10.0.0.59 - - [2025-03-20 02:24:22] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002549 10.0.0.59 - - [2025-03-20 02:24:23] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.59 - - [2025-03-20 02:24:23] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007039 10.0.0.59 - - [2025-03-20 02:24:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.001210 10.0.0.59 - - [2025-03-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.002418 10.0.0.59 - - [2025-03-20 02:24:23] "POST /security-groups HTTP/1.1" 200 589 0.064080 10.0.0.59 - - [2025-03-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.002588 10.0.0.59 - - [2025-03-20 02:24:23] "POST /projects HTTP/1.1" 200 581 0.206545 10.0.0.59 - - [2025-03-20 02:24:23] "POST /access-control-lists HTTP/1.1" 200 594 0.058434 10.0.0.59 - - [2025-03-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.281695 10.0.0.59 - - [2025-03-20 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.003072 10.0.0.59 - - [2025-03-20 02:24:23] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.397222 10.0.0.59 - - [2025-03-20 02:24:23] "POST /access-control-lists HTTP/1.1" 200 592 0.059940 10.0.0.59 - - [2025-03-20 02:24:24] "GET / HTTP/1.1" 200 35931 0.002145 10.0.0.59 - - [2025-03-20 02:24:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.59 - - [2025-03-20 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.055726 10.0.0.59 - - [2025-03-20 02:24:25] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.59 - - [2025-03-20 02:24:25] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022503 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/network HTTP/1.1" 200 117 0.030925 10.0.0.59 - - [2025-03-20 02:24:25] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/network HTTP/1.1" 200 613 0.064020 10.0.0.59 - - [2025-03-20 02:24:25] "POST /route-targets HTTP/1.1" 200 327 0.011509 10.0.0.59 - - [2025-03-20 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.011169 10.0.0.59 - - [2025-03-20 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003117 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.135230 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/network HTTP/1.1" 200 832 0.005465 10.0.0.59 - - [2025-03-20 02:24:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001288 10.0.0.59 - - [2025-03-20 02:24:25] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003615 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/network HTTP/1.1" 200 832 0.012233 10.0.0.59 - - [2025-03-20 02:24:25] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002878 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/network HTTP/1.1" 200 832 0.006712 10.0.0.59 - - [2025-03-20 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.007723 10.0.0.59 - - [2025-03-20 02:24:25] "GET /domains HTTP/1.1" 401 292 0.000451 10.0.0.59 - - [2025-03-20 02:24:26] "GET /domains HTTP/1.1" 200 280 0.025881 10.0.0.59 - - [2025-03-20 02:24:26] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002174 10.0.0.59 - - [2025-03-20 02:24:26] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 3142 0.011006 10.0.0.59 - - [2025-03-20 02:24:26] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001681 10.0.0.59 - - [2025-03-20 02:24:26] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2080 0.066627 10.0.0.59 - - [2025-03-20 02:24:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb HTTP/1.1" 200 2318 0.004828 10.0.0.59 - - [2025-03-20 02:24:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb HTTP/1.1" 200 2318 0.003253 10.0.0.59 - - [2025-03-20 02:24:26] "GET /routing-instance/44877c0d-145f-4a1c-aa6a-57b363e343f5 HTTP/1.1" 200 1493 0.003343 10.0.0.59 - - [2025-03-20 02:24:26] "GET /routing-instance/44877c0d-145f-4a1c-aa6a-57b363e343f5 HTTP/1.1" 200 1493 0.003202 10.0.0.59 - - [2025-03-20 02:24:26] "GET /route-target/5089df3b-2f37-45a3-81e3-a276dafbe519 HTTP/1.1" 200 1211 0.002967 10.0.0.59 - - [2025-03-20 02:24:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb HTTP/1.1" 200 2318 0.003827 10.0.0.59 - - [2025-03-20 02:24:26] "GET /routing-instance/44877c0d-145f-4a1c-aa6a-57b363e343f5 HTTP/1.1" 200 1493 0.003123 10.0.0.59 - - [2025-03-20 02:24:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003154 10.0.0.59 - - [2025-03-20 02:24:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb HTTP/1.1" 200 2318 0.003128 10.0.0.59 - - [2025-03-20 02:24:26] "GET /routing-instance/44877c0d-145f-4a1c-aa6a-57b363e343f5 HTTP/1.1" 200 1493 0.003172 10.0.0.59 - - [2025-03-20 02:24:26] "GET /routing-instance/44877c0d-145f-4a1c-aa6a-57b363e343f5 HTTP/1.1" 200 1493 0.003212 10.0.0.59 - - [2025-03-20 02:24:26] "GET /route-target/5089df3b-2f37-45a3-81e3-a276dafbe519 HTTP/1.1" 200 1211 0.003215 10.0.0.59 - - [2025-03-20 02:24:26] "GET /domains HTTP/1.1" 200 280 0.003170 10.0.0.59 - - [2025-03-20 02:24:26] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.59 - - [2025-03-20 02:24:26] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 3142 0.007663 10.0.0.59 - - [2025-03-20 02:24:26] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.59 - - [2025-03-20 02:24:26] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2080 0.062097 10.0.0.59 - - [2025-03-20 02:24:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb HTTP/1.1" 200 2318 0.002855 10.0.0.59 - - [2025-03-20 02:24:26] "GET /obj-perms HTTP/1.1" 200 5026 0.046761 10.0.0.59 - - [2025-03-20 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.59 - - [2025-03-20 02:24:26] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001618 10.0.0.59 - - [2025-03-20 02:24:26] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020353 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/network HTTP/1.1" 200 117 0.009047 10.0.0.59 - - [2025-03-20 02:24:27] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/network HTTP/1.1" 200 613 0.061883 10.0.0.59 - - [2025-03-20 02:24:27] "POST /route-targets HTTP/1.1" 200 327 0.012565 10.0.0.59 - - [2025-03-20 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.009907 10.0.0.59 - - [2025-03-20 02:24:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.180616 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/network HTTP/1.1" 200 831 0.005670 10.0.0.59 - - [2025-03-20 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001613 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002860 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/network HTTP/1.1" 200 831 0.005912 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002748 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/network HTTP/1.1" 200 831 0.007342 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.008304 10.0.0.59 - - [2025-03-20 02:24:27] "GET /domains HTTP/1.1" 200 280 0.002574 10.0.0.59 - - [2025-03-20 02:24:27] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.59 - - [2025-03-20 02:24:27] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 3142 0.006670 10.0.0.59 - - [2025-03-20 02:24:27] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.59 - - [2025-03-20 02:24:27] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2298 0.064502 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2 HTTP/1.1" 200 2314 0.007210 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2 HTTP/1.1" 200 2314 0.003092 10.0.0.59 - - [2025-03-20 02:24:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a HTTP/1.1" 200 1493 0.003083 10.0.0.59 - - [2025-03-20 02:24:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a HTTP/1.1" 200 1493 0.002897 10.0.0.59 - - [2025-03-20 02:24:27] "GET /route-target/73355c7b-476e-4e90-b89d-b4b6842fd469 HTTP/1.1" 200 1212 0.002950 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2 HTTP/1.1" 200 2314 0.002701 10.0.0.59 - - [2025-03-20 02:24:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a HTTP/1.1" 200 1493 0.002647 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002724 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2 HTTP/1.1" 200 2314 0.003220 10.0.0.59 - - [2025-03-20 02:24:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a HTTP/1.1" 200 1493 0.002984 10.0.0.59 - - [2025-03-20 02:24:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a HTTP/1.1" 200 1493 0.003087 10.0.0.59 - - [2025-03-20 02:24:27] "GET /route-target/73355c7b-476e-4e90-b89d-b4b6842fd469 HTTP/1.1" 200 1212 0.002696 10.0.0.59 - - [2025-03-20 02:24:27] "GET /domains HTTP/1.1" 200 280 0.002649 10.0.0.59 - - [2025-03-20 02:24:27] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.59 - - [2025-03-20 02:24:27] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 3142 0.006948 10.0.0.59 - - [2025-03-20 02:24:27] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001474 10.0.0.59 - - [2025-03-20 02:24:27] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2298 0.070805 10.0.0.59 - - [2025-03-20 02:24:27] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2 HTTP/1.1" 200 2314 0.002985 10.0.0.59 - - [2025-03-20 02:24:27] "GET /obj-perms HTTP/1.1" 200 5026 0.003282 10.0.0.59 - - [2025-03-20 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.59 - - [2025-03-20 02:24:27] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.59 - - [2025-03-20 02:24:27] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020802 10.0.0.59 - - [2025-03-20 02:24:27] "POST /neutron/network HTTP/1.1" 200 117 0.010930 10.0.0.59 - - [2025-03-20 02:24:27] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/network HTTP/1.1" 200 615 0.062155 10.0.0.59 - - [2025-03-20 02:24:28] "POST /ref-update HTTP/1.1" 200 156 0.012296 10.0.0.59 - - [2025-03-20 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002117 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.157280 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/network HTTP/1.1" 200 834 0.005840 10.0.0.59 - - [2025-03-20 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001416 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003702 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/network HTTP/1.1" 200 834 0.006046 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003522 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/network HTTP/1.1" 200 834 0.006468 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.006700 10.0.0.59 - - [2025-03-20 02:24:28] "GET /domains HTTP/1.1" 200 280 0.002496 10.0.0.59 - - [2025-03-20 02:24:28] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.59 - - [2025-03-20 02:24:28] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 3142 0.006728 10.0.0.59 - - [2025-03-20 02:24:28] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.59 - - [2025-03-20 02:24:28] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2517 0.063931 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35 HTTP/1.1" 200 2323 0.004076 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35 HTTP/1.1" 200 2323 0.003030 10.0.0.59 - - [2025-03-20 02:24:28] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69 HTTP/1.1" 200 1498 0.003205 10.0.0.59 - - [2025-03-20 02:24:28] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69 HTTP/1.1" 200 1498 0.003062 10.0.0.59 - - [2025-03-20 02:24:28] "GET /route-target/33115ca9-9fd3-4578-acb8-845141a0c000 HTTP/1.1" 200 1214 0.003035 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35 HTTP/1.1" 200 2323 0.003583 10.0.0.59 - - [2025-03-20 02:24:28] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69 HTTP/1.1" 200 1498 0.002783 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002969 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35 HTTP/1.1" 200 2323 0.002830 10.0.0.59 - - [2025-03-20 02:24:28] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69 HTTP/1.1" 200 1498 0.003123 10.0.0.59 - - [2025-03-20 02:24:28] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69 HTTP/1.1" 200 1498 0.003348 10.0.0.59 - - [2025-03-20 02:24:28] "GET /route-target/33115ca9-9fd3-4578-acb8-845141a0c000 HTTP/1.1" 200 1214 0.003187 10.0.0.59 - - [2025-03-20 02:24:28] "GET /domains HTTP/1.1" 200 280 0.003227 10.0.0.59 - - [2025-03-20 02:24:28] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.59 - - [2025-03-20 02:24:28] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 3142 0.007148 10.0.0.59 - - [2025-03-20 02:24:28] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.59 - - [2025-03-20 02:24:28] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2517 0.064400 10.0.0.59 - - [2025-03-20 02:24:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35 HTTP/1.1" 200 2323 0.003462 10.0.0.59 - - [2025-03-20 02:24:28] "GET /obj-perms HTTP/1.1" 200 5026 0.003449 10.0.0.59 - - [2025-03-20 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001295 10.0.0.59 - - [2025-03-20 02:24:28] "POST /neutron/network HTTP/1.1" 200 841 0.005860 10.0.0.59 - - [2025-03-20 02:24:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000505 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /project/f47efa9f59ad40658f6a88cca4f29851 HTTP/1.1" 404 173 0.018876 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /project/efa6a4914c774670b9630cae25cdef54 HTTP/1.1" 404 173 0.014038 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /project/eda02ea027df47ada54372eb1e2b3de0 HTTP/1.1" 404 173 0.018558 10.0.0.59 - - [2025-03-20 02:24:29] "GET / HTTP/1.1" 200 35931 0.001708 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000907 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000313 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.044410 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.042585 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.041647 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000867 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?fields=security_groups HTTP/1.1" 200 1370 0.043728 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?fields=security_groups HTTP/1.1" 200 1369 0.043179 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?fields=security_groups HTTP/1.1" 200 1387 0.042689 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /security-group/25c91b1b-bf43-48be-bb5d-1bf28a6a9c36 HTTP/1.1" 200 115 0.090437 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /security-group/410363ca-1047-4fa5-8653-850158a7bb88 HTTP/1.1" 200 115 0.098268 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=0840ca50-daad-485c-aed7-5c22ba13c3ff&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001120 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /access-control-list/04980a98-7377-439d-b00e-b9e6cc8885a7 HTTP/1.1" 200 115 0.064619 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=f47efa9f-59ad-4065-8f6a-88cca4f29851&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /security-group/81e8b15b-0b84-4d31-9091-2310772ff60f HTTP/1.1" 200 115 0.105336 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=efa6a491-4c77-4670-b963-0cae25cdef54&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001656 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/0840ca50-daad-485c-aed7-5c22ba13c3ff?fields=application_policy_sets HTTP/1.1" 200 1409 0.042746 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /access-control-list/f4ccc197-f74c-436c-9469-1c48b18e5e79 HTTP/1.1" 200 115 0.045129 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/efa6a491-4c77-4670-b963-0cae25cdef54?fields=application_policy_sets HTTP/1.1" 200 1426 0.041728 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/f47efa9f-59ad-4065-8f6a-88cca4f29851?fields=application_policy_sets HTTP/1.1" 200 1408 0.079571 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /access-control-list/1d967711-dd44-4dac-ba8b-356ea413d4df HTTP/1.1" 200 115 0.032475 10.0.0.59 - - [2025-03-20 02:24:29] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001731 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /access-control-list/264713ac-0feb-4aca-987f-58f7a791d017 HTTP/1.1" 200 115 0.076519 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /access-control-list/523c9792-3dcf-465f-ac1c-88fee1148dc1 HTTP/1.1" 200 115 0.044124 10.0.0.59 - - [2025-03-20 02:24:29] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.102769 10.0.0.59 - - [2025-03-20 02:24:29] "POST /neutron/network HTTP/1.1" 200 831 0.013350 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /project/0840ca50-daad-485c-aed7-5c22ba13c3ff HTTP/1.1" 200 115 0.528828 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /project/efa6a491-4c77-4670-b963-0cae25cdef54 HTTP/1.1" 200 115 0.543830 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /access-control-list/91df6960-3d91-4746-8ef5-86bb6cc288f2 HTTP/1.1" 200 115 0.043044 10.0.0.59 - - [2025-03-20 02:24:29] "DELETE /project/f47efa9f-59ad-4065-8f6a-88cca4f29851 HTTP/1.1" 200 115 0.541667 10.0.0.59 - - [2025-03-20 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.005598 10.0.0.59 - - [2025-03-20 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.004833 10.0.0.59 - - [2025-03-20 02:24:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001752 10.0.0.59 - - [2025-03-20 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.005915 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/network HTTP/1.1" 200 844 0.006737 10.0.0.59 - - [2025-03-20 02:24:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000606 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/network HTTP/1.1" 200 841 0.006032 10.0.0.59 - - [2025-03-20 02:24:30] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.59 - - [2025-03-20 02:24:30] "GET / HTTP/1.1" 200 35931 0.003182 10.0.0.59 - - [2025-03-20 02:24:30] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000537 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 1057 0.218852 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 1057 0.009072 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 1057 0.009251 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 1111 0.060119 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 1085 0.016122 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/subnet HTTP/1.1" 200 693 0.011244 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/network HTTP/1.1" 200 831 0.006099 10.0.0.59 - - [2025-03-20 02:24:30] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.59 - - [2025-03-20 02:24:30] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043286 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/network HTTP/1.1" 200 834 0.007811 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/port HTTP/1.1" 200 1085 0.029638 10.0.0.59 - - [2025-03-20 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008807 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.006554 10.0.0.59 - - [2025-03-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002831 10.0.0.59 - - [2025-03-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.59 - - [2025-03-20 02:24:31] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001722 10.0.0.59 - - [2025-03-20 02:24:31] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011038 10.0.0.59 - - [2025-03-20 02:24:31] "POST /service-templates HTTP/1.1" 200 543 0.022731 10.0.0.59 - - [2025-03-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.59 - - [2025-03-20 02:24:31] "GET /service-template/ad1788fa-5bfa-4ba8-9b2b-1c70044f157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005627 10.0.0.59 - - [2025-03-20 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/network HTTP/1.1" 200 844 0.005967 10.0.0.59 - - [2025-03-20 02:24:31] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003432 10.0.0.59 - - [2025-03-20 02:24:31] "GET /service-template/ad1788fa-5bfa-4ba8-9b2b-1c70044f157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003836 10.0.0.59 - - [2025-03-20 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.002006 10.0.0.59 - - [2025-03-20 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001618 10.0.0.59 - - [2025-03-20 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.002361 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 1058 0.294076 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 1058 0.021323 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 1058 0.015975 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 2001 0.039946 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016465 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 1112 0.100170 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017262 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004029 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.015309 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.001685 10.0.0.59 - - [2025-03-20 02:24:31] "POST /neutron/network HTTP/1.1" 200 834 0.007574 10.0.0.59 - - [2025-03-20 02:24:32] "POST /neutron/network HTTP/1.1" 200 2222 0.015411 10.0.0.59 - - [2025-03-20 02:24:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000660 10.0.0.59 - - [2025-03-20 02:24:32] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.59 - - [2025-03-20 02:24:32] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000583 10.0.0.59 - - [2025-03-20 02:24:33] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.59 - - [2025-03-20 02:24:33] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049820 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/network HTTP/1.1" 200 832 0.005841 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/network HTTP/1.1" 200 831 0.005504 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/network HTTP/1.1" 200 834 0.006781 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 2055 0.021260 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013861 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.006663 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.005213 10.0.0.59 - - [2025-03-20 02:24:33] "POST /neutron/network HTTP/1.1" 200 2222 0.015374 10.0.0.59 - - [2025-03-20 02:24:33] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.272556 10.0.0.59 - - [2025-03-20 02:24:34] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1057 0.176856 10.0.0.59 - - [2025-03-20 02:24:34] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.187116 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.009210 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.009908 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1112 0.067966 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1057 0.009969 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1057 0.009219 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1111 0.064627 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.010593 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1058 0.029719 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 1112 0.064180 10.0.0.59 - - [2025-03-20 02:24:34] "POST /neutron/port HTTP/1.1" 200 3024 0.017788 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.013150 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 832 0.005738 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003428 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 693 0.011386 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 831 0.006582 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003397 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.010582 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.59 - - [2025-03-20 02:24:35] "POST /neutron/network HTTP/1.1" 200 834 0.005765 10.0.0.59 - - [2025-03-20 02:24:36] "GET /obj-perms HTTP/1.1" 200 5056 0.056103 10.0.0.59 - - [2025-03-20 02:24:37] "GET /obj-perms HTTP/1.1" 200 5056 0.049460 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 3024 0.020838 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007754 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 3024 0.020206 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007986 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 3024 0.019757 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006400 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/port HTTP/1.1" 200 3024 0.026280 10.0.0.59 - - [2025-03-20 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007365 10.0.0.59 - - [2025-03-20 02:24:39] "POST /neutron/port HTTP/1.1" 200 3024 0.018625 10.0.0.59 - - [2025-03-20 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006530 10.0.0.59 - - [2025-03-20 02:24:39] "GET /virtual-machine/2fcb7195-cdb1-4f93-aa0d-8d01573983fa HTTP/1.1" 200 1802 0.004635 10.0.0.59 - - [2025-03-20 02:24:39] "GET /virtual-machine-interface/3161768d-26bf-418f-bbe8-81b7e74be782 HTTP/1.1" 200 2945 0.002881 10.0.0.59 - - [2025-03-20 02:24:39] "GET /virtual-machine-interface/9c2cc242-7efb-45b7-902b-3dc1b384a424 HTTP/1.1" 200 2946 0.003435 10.0.0.59 - - [2025-03-20 02:24:39] "GET /virtual-machine-interface/efbc214c-d21c-43a6-a98b-f6559883b4b9 HTTP/1.1" 200 2949 0.003585 10.0.0.59 - - [2025-03-20 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.59 - - [2025-03-20 02:24:39] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003358 10.0.0.59 - - [2025-03-20 02:24:39] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003101 10.0.0.59 - - [2025-03-20 02:24:39] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003437 10.0.0.59 - - [2025-03-20 02:24:39] "POST /neutron/port HTTP/1.1" 200 1085 0.015358 10.0.0.59 - - [2025-03-20 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005970 10.0.0.59 - - [2025-03-20 02:24:40] "POST /neutron/port HTTP/1.1" 200 1086 0.014873 10.0.0.59 - - [2025-03-20 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005634 10.0.0.59 - - [2025-03-20 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.59 - - [2025-03-20 02:24:42] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002653 10.0.0.59 - - [2025-03-20 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.59 - - [2025-03-20 02:24:46] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003534 10.0.0.59 - - [2025-03-20 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.59 - - [2025-03-20 02:24:50] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002996 10.0.0.59 - - [2025-03-20 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.59 - - [2025-03-20 02:24:54] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003520 10.0.0.59 - - [2025-03-20 02:24:54] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003396 10.0.0.59 - - [2025-03-20 02:24:54] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003107 10.0.0.59 - - [2025-03-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 3024 0.017715 10.0.0.59 - - [2025-03-20 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007451 10.0.0.59 - - [2025-03-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 3024 0.044582 10.0.0.59 - - [2025-03-20 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009045 10.0.0.59 - - [2025-03-20 02:25:05] "POST /neutron/port HTTP/1.1" 200 3024 0.021973 10.0.0.59 - - [2025-03-20 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005925 10.0.0.59 - - [2025-03-20 02:25:05] "POST /neutron/port HTTP/1.1" 200 3024 0.020582 10.0.0.59 - - [2025-03-20 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006626 10.0.0.59 - - [2025-03-20 02:25:10] "POST /neutron/port HTTP/1.1" 200 3024 0.019891 10.0.0.59 - - [2025-03-20 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006641 10.0.0.59 - - [2025-03-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.59 - - [2025-03-20 02:25:15] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002758 10.0.0.59 - - [2025-03-20 02:25:15] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003402 10.0.0.59 - - [2025-03-20 02:25:15] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003345 10.0.0.59 - - [2025-03-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.59 - - [2025-03-20 02:25:16] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003209 10.0.0.59 - - [2025-03-20 02:25:16] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003143 10.0.0.59 - - [2025-03-20 02:25:16] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003378 10.0.0.59 - - [2025-03-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002754 10.0.0.59 - - [2025-03-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.59 - - [2025-03-20 02:25:16] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.59 - - [2025-03-20 02:25:16] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.019446 10.0.0.59 - - [2025-03-20 02:25:16] "POST /service-instances HTTP/1.1" 200 543 0.068478 10.0.0.59 - - [2025-03-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.59 - - [2025-03-20 02:25:16] "GET /service-instance/776060a0-3272-430b-9cfe-265c9dc8a803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.004554 10.0.0.59 - - [2025-03-20 02:25:16] "POST /port-tuples HTTP/1.1" 200 586 0.022787 10.0.0.59 - - [2025-03-20 02:25:16] "GET /virtual-machine-interface/3161768d-26bf-418f-bbe8-81b7e74be782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003328 10.0.0.59 - - [2025-03-20 02:25:16] "PUT /virtual-machine-interface/3161768d-26bf-418f-bbe8-81b7e74be782 HTTP/1.1" 200 284 0.011415 10.0.0.59 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.010908 10.0.0.59 - - [2025-03-20 02:25:16] "POST /instance-ips HTTP/1.1" 200 385 0.030601 10.0.0.59 - - [2025-03-20 02:25:16] "GET /virtual-machine-interface/9c2cc242-7efb-45b7-902b-3dc1b384a424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003407 10.0.0.59 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.012624 10.0.0.59 - - [2025-03-20 02:25:16] "PUT /virtual-machine-interface/9c2cc242-7efb-45b7-902b-3dc1b384a424 HTTP/1.1" 200 284 0.012782 10.0.0.59 - - [2025-03-20 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.011810 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004137 10.0.0.59 - - [2025-03-20 02:25:17] "GET /virtual-machine-interface/efbc214c-d21c-43a6-a98b-f6559883b4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004039 10.0.0.59 - - [2025-03-20 02:25:17] "POST /instance-ips HTTP/1.1" 200 385 0.025018 10.0.0.59 - - [2025-03-20 02:25:17] "PUT /virtual-machine-interface/efbc214c-d21c-43a6-a98b-f6559883b4b9 HTTP/1.1" 200 284 0.010907 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010437 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010111 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010134 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003185 10.0.0.59 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1085 0.015929 10.0.0.59 - - [2025-03-20 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006202 10.0.0.59 - - [2025-03-20 02:25:17] "POST /instance-ips HTTP/1.1" 200 373 0.026749 10.0.0.59 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1085 0.019444 10.0.0.59 - - [2025-03-20 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008556 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.015767 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.012197 10.0.0.59 - - [2025-03-20 02:25:17] "POST /neutron/port HTTP/1.1" 200 1085 0.032488 10.0.0.59 - - [2025-03-20 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006675 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002706 10.0.0.59 - - [2025-03-20 02:25:17] "GET /virtual-machine/bd284969-9154-4bf2-a04c-502421955eb5 HTTP/1.1" 200 1291 0.006421 10.0.0.59 - - [2025-03-20 02:25:17] "GET /virtual-machine-interface/c035779b-7a99-4499-aeab-756d15485ead HTTP/1.1" 200 2946 0.003292 10.0.0.59 - - [2025-03-20 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.59 - - [2025-03-20 02:25:17] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005591 10.0.0.59 - - [2025-03-20 02:25:17] "POST /instance-ips HTTP/1.1" 200 373 0.020045 10.0.0.59 - - [2025-03-20 02:25:17] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003109 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.009581 10.0.0.59 - - [2025-03-20 02:25:17] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003686 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003042 10.0.0.59 - - [2025-03-20 02:25:17] "POST /instance-ips HTTP/1.1" 200 375 0.015877 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.59 - - [2025-03-20 02:25:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002919 10.0.0.59 - - [2025-03-20 02:25:18] "POST /instance-ips HTTP/1.1" 200 375 0.017268 10.0.0.59 - - [2025-03-20 02:25:18] "POST /ref-update HTTP/1.1" 200 156 0.010197 10.0.0.59 - - [2025-03-20 02:25:18] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.59 - - [2025-03-20 02:25:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002968 10.0.0.59 - - [2025-03-20 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.59 - - [2025-03-20 02:25:18] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003020 10.0.0.59 - - [2025-03-20 02:25:18] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003664 10.0.0.59 - - [2025-03-20 02:25:18] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003320 10.0.0.59 - - [2025-03-20 02:25:19] "POST /neutron/port HTTP/1.1" 200 1086 0.015980 10.0.0.59 - - [2025-03-20 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006188 10.0.0.59 - - [2025-03-20 02:25:19] "POST /neutron/port HTTP/1.1" 200 1086 0.015197 10.0.0.59 - - [2025-03-20 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006729 10.0.0.59 - - [2025-03-20 02:25:19] "POST /neutron/port HTTP/1.1" 200 1086 0.014471 10.0.0.59 - - [2025-03-20 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006825 10.0.0.59 - - [2025-03-20 02:25:19] "GET /virtual-machine/013b995c-cc91-4191-99a8-7c67e3aeeb70 HTTP/1.1" 200 1288 0.004417 10.0.0.59 - - [2025-03-20 02:25:19] "GET /virtual-machine-interface/8e163a2e-6c95-4803-812e-03fb5fedf6e9 HTTP/1.1" 200 2948 0.003812 10.0.0.59 - - [2025-03-20 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.59 - - [2025-03-20 02:25:19] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003003 10.0.0.59 - - [2025-03-20 02:25:19] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003247 10.0.0.59 - - [2025-03-20 02:25:19] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003518 10.0.0.59 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.59 - - [2025-03-20 02:25:20] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003337 10.0.0.59 - - [2025-03-20 02:25:20] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004562 10.0.0.59 - - [2025-03-20 02:25:20] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003527 10.0.0.59 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.005067 10.0.0.59 - - [2025-03-20 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.59 - - [2025-03-20 02:25:20] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.59 - - [2025-03-20 02:25:20] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023577 10.0.0.59 - - [2025-03-20 02:25:21] "POST /network-policys HTTP/1.1" 200 547 0.018849 10.0.0.59 - - [2025-03-20 02:25:21] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004128 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.59 - - [2025-03-20 02:25:21] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003275 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.59 - - [2025-03-20 02:25:21] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003653 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.006227 10.0.0.59 - - [2025-03-20 02:25:21] "POST /ref-update HTTP/1.1" 200 156 0.034238 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.59 - - [2025-03-20 02:25:21] "POST /access-control-lists HTTP/1.1" 200 601 0.066791 10.0.0.59 - - [2025-03-20 02:25:21] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003223 10.0.0.59 - - [2025-03-20 02:25:21] "POST /neutron/network HTTP/1.1" 200 919 0.007930 10.0.0.59 - - [2025-03-20 02:25:21] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004246 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.59 - - [2025-03-20 02:25:21] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003896 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.59 - - [2025-03-20 02:25:21] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003927 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.59 - - [2025-03-20 02:25:21] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004079 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.003525 10.0.0.59 - - [2025-03-20 02:25:21] "POST /ref-update HTTP/1.1" 200 156 0.053564 10.0.0.59 - - [2025-03-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.59 - - [2025-03-20 02:25:21] "POST /access-control-lists HTTP/1.1" 200 604 0.080254 10.0.0.59 - - [2025-03-20 02:25:22] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003758 10.0.0.59 - - [2025-03-20 02:25:22] "POST /routing-instances HTTP/1.1" 200 759 0.018760 10.0.0.59 - - [2025-03-20 02:25:22] "POST /neutron/network HTTP/1.1" 200 922 0.008469 10.0.0.59 - - [2025-03-20 02:25:22] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003567 10.0.0.59 - - [2025-03-20 02:25:22] "POST /route-targets HTTP/1.1" 200 327 0.010638 10.0.0.59 - - [2025-03-20 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.59 - - [2025-03-20 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.013109 10.0.0.59 - - [2025-03-20 02:25:22] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004182 10.0.0.59 - - [2025-03-20 02:25:22] "GET /routing-instance/1ac4a6ab-b7ee-4419-8dd5-38ef0f0415ae?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.003681 10.0.0.59 - - [2025-03-20 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.59 - - [2025-03-20 02:25:22] "GET /routing-instance/1ac4a6ab-b7ee-4419-8dd5-38ef0f0415ae?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.003248 10.0.0.59 - - [2025-03-20 02:25:22] "GET /service-template/ad1788fa-5bfa-4ba8-9b2b-1c70044f157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003327 10.0.0.59 - - [2025-03-20 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.010299 10.0.0.59 - - [2025-03-20 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.59 - - [2025-03-20 02:25:22] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001724 10.0.0.59 - - [2025-03-20 02:25:22] "POST /routing-instances HTTP/1.1" 200 760 0.023401 10.0.0.59 - - [2025-03-20 02:25:22] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.032072 10.0.0.59 - - [2025-03-20 02:25:22] "POST /route-targets HTTP/1.1" 200 327 0.010158 10.0.0.59 - - [2025-03-20 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.59 - - [2025-03-20 02:25:22] "GET /service-instance/776060a0-3272-430b-9cfe-265c9dc8a803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.004890 10.0.0.59 - - [2025-03-20 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.015840 10.0.0.59 - - [2025-03-20 02:25:22] "GET /domains HTTP/1.1" 200 280 0.003021 10.0.0.59 - - [2025-03-20 02:25:22] "GET /routing-instance/f0e91852-6e84-477f-a1db-11d37f57e029?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.003360 10.0.0.59 - - [2025-03-20 02:25:22] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.59 - - [2025-03-20 02:25:22] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2771 0.008009 10.0.0.59 - - [2025-03-20 02:25:22] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001410 10.0.0.59 - - [2025-03-20 02:25:22] "GET /routing-instance/f0e91852-6e84-477f-a1db-11d37f57e029?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.003042 10.0.0.59 - - [2025-03-20 02:25:22] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 4233 0.070458 10.0.0.59 - - [2025-03-20 02:25:22] "GET /service-instance/776060a0-3272-430b-9cfe-265c9dc8a803 HTTP/1.1" 200 3782 0.004336 10.0.0.59 - - [2025-03-20 02:25:22] "GET /domains HTTP/1.1" 200 280 0.002429 10.0.0.59 - - [2025-03-20 02:25:22] "PUT /routing-instance/1ac4a6ab-b7ee-4419-8dd5-38ef0f0415ae HTTP/1.1" 200 266 0.014231 10.0.0.59 - - [2025-03-20 02:25:22] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.59 - - [2025-03-20 02:25:22] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2771 0.006543 10.0.0.59 - - [2025-03-20 02:25:22] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001659 10.0.0.59 - - [2025-03-20 02:25:22] "PUT /routing-instance/f0e91852-6e84-477f-a1db-11d37f57e029 HTTP/1.1" 200 266 0.009779 10.0.0.59 - - [2025-03-20 02:25:22] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 4233 0.065490 10.0.0.59 - - [2025-03-20 02:25:22] "GET /service-instance/776060a0-3272-430b-9cfe-265c9dc8a803 HTTP/1.1" 200 3782 0.003144 10.0.0.59 - - [2025-03-20 02:25:22] "GET /port-tuple/726e23b5-cee8-43c8-b788-3be3b79f330e HTTP/1.1" 200 1978 0.003086 10.0.0.59 - - [2025-03-20 02:25:22] "GET /virtual-machine-interface/3161768d-26bf-418f-bbe8-81b7e74be782 HTTP/1.1" 200 3815 0.005302 10.0.0.59 - - [2025-03-20 02:25:22] "GET /virtual-machine-interface/9c2cc242-7efb-45b7-902b-3dc1b384a424 HTTP/1.1" 200 3798 0.003324 10.0.0.59 - - [2025-03-20 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.013340 10.0.0.59 - - [2025-03-20 02:25:22] "GET /virtual-machine-interface/efbc214c-d21c-43a6-a98b-f6559883b4b9 HTTP/1.1" 200 3804 0.005039 10.0.0.59 - - [2025-03-20 02:25:22] "PUT /access-control-list/fa380b42-f706-451d-be51-fb924f8c27d7 HTTP/1.1" 200 272 0.013814 10.0.0.59 - - [2025-03-20 02:25:22] "POST /neutron/port HTTP/1.1" 200 3831 0.045160 10.0.0.59 - - [2025-03-20 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006455 10.0.0.59 - - [2025-03-20 02:25:22] "PUT /access-control-list/7dfa028b-e148-4ee1-a0b4-813be104bb58 HTTP/1.1" 200 272 0.012558 10.0.0.59 - - [2025-03-20 02:25:22] "POST /neutron/port HTTP/1.1" 200 3831 0.040269 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007406 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 3831 0.031905 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008102 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 3831 0.032022 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007001 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 893 0.012740 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 919 0.007909 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 806 0.013722 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 832 0.005999 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 896 0.012247 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 922 0.005309 10.0.0.59 - - [2025-03-20 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001153 10.0.0.59 - - [2025-03-20 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.59 - - [2025-03-20 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001348 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine/2fcb7195-cdb1-4f93-aa0d-8d01573983fa HTTP/1.1" 200 1802 0.003207 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine-interface/3161768d-26bf-418f-bbe8-81b7e74be782 HTTP/1.1" 200 3815 0.003660 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine-interface/9c2cc242-7efb-45b7-902b-3dc1b384a424 HTTP/1.1" 200 3798 0.003272 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine-interface/efbc214c-d21c-43a6-a98b-f6559883b4b9 HTTP/1.1" 200 3804 0.003386 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/0f2a096a-99df-4211-9f7c-deffff13a73f HTTP/1.1" 200 1621 0.003968 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/b74eb4c6-825c-4e78-819d-f2bee9192bc2 HTTP/1.1" 200 1980 0.002878 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/dcba9d67-bb33-4dc7-8568-97d80a97f8c0 HTTP/1.1" 200 1978 0.002872 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/40ea55aa-160a-4136-8d9b-322d9f2e0dec HTTP/1.1" 200 1956 0.003073 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/d79adc69-0189-4a86-a809-69b3f1942bda HTTP/1.1" 200 1955 0.003080 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/dfdad6ae-b1c4-4fa9-b39c-9f36d7d28e2a HTTP/1.1" 200 1621 0.004749 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/37c27700-78e0-48de-aad5-e1051034ea8d HTTP/1.1" 200 1958 0.003149 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/62c219f9-468c-42b0-bd3c-d1c31dd11094 HTTP/1.1" 200 1622 0.004464 10.0.0.59 - - [2025-03-20 02:25:23] "GET /instance-ip/ce9191a4-2171-4d4f-84b5-fa4662e32580 HTTP/1.1" 200 1960 0.002950 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 3831 0.031982 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006373 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 3831 0.031358 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006879 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 3831 0.036912 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006341 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 3831 0.032573 10.0.0.59 - - [2025-03-20 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006160 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine/2fcb7195-cdb1-4f93-aa0d-8d01573983fa HTTP/1.1" 200 1802 0.003220 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine-interface/3161768d-26bf-418f-bbe8-81b7e74be782 HTTP/1.1" 200 3815 0.002851 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine-interface/9c2cc242-7efb-45b7-902b-3dc1b384a424 HTTP/1.1" 200 3798 0.002991 10.0.0.59 - - [2025-03-20 02:25:23] "GET /virtual-machine-interface/efbc214c-d21c-43a6-a98b-f6559883b4b9 HTTP/1.1" 200 3804 0.003125 10.0.0.59 - - [2025-03-20 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.59 - - [2025-03-20 02:25:24] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002942 10.0.0.59 - - [2025-03-20 02:25:24] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003344 10.0.0.59 - - [2025-03-20 02:25:24] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004067 10.0.0.59 - - [2025-03-20 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.59 - - [2025-03-20 02:25:25] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002693 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002995 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.003539 10.0.0.59 - - [2025-03-20 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.59 - - [2025-03-20 02:25:25] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003433 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003740 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.003819 10.0.0.59 - - [2025-03-20 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.59 - - [2025-03-20 02:25:25] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003628 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003683 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.003669 10.0.0.59 - - [2025-03-20 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.59 - - [2025-03-20 02:25:25] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003126 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003612 10.0.0.59 - - [2025-03-20 02:25:25] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.003424 10.0.0.59 - - [2025-03-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.59 - - [2025-03-20 02:25:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003219 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003207 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004001 10.0.0.59 - - [2025-03-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.59 - - [2025-03-20 02:25:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003121 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003320 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003289 10.0.0.59 - - [2025-03-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.59 - - [2025-03-20 02:25:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003500 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003320 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010722 10.0.0.59 - - [2025-03-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.59 - - [2025-03-20 02:25:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003473 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003186 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-network/c7d2554d-1fa7-4a70-b89c-83eb023c2feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003738 10.0.0.59 - - [2025-03-20 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.59 - - [2025-03-20 02:25:26] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002992 10.0.0.59 - - [2025-03-20 02:25:26] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003390 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003522 10.0.0.59 - - [2025-03-20 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.59 - - [2025-03-20 02:25:27] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003239 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003589 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004256 10.0.0.59 - - [2025-03-20 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.59 - - [2025-03-20 02:25:27] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003256 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003340 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003585 10.0.0.59 - - [2025-03-20 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.59 - - [2025-03-20 02:25:27] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003411 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-networks?parent_id=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003817 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003538 10.0.0.59 - - [2025-03-20 02:25:27] "GET /virtual-machine/2fcb7195-cdb1-4f93-aa0d-8d01573983fa HTTP/1.1" 200 1802 0.003824 10.0.0.59 - - [2025-03-20 02:25:27] "GET /domains HTTP/1.1" 200 280 0.003537 10.0.0.59 - - [2025-03-20 02:25:27] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.59 - - [2025-03-20 02:25:27] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2771 0.007145 10.0.0.59 - - [2025-03-20 02:25:27] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.59 - - [2025-03-20 02:25:27] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 4233 0.062115 10.0.0.59 - - [2025-03-20 02:25:27] "GET /service-instance/776060a0-3272-430b-9cfe-265c9dc8a803 HTTP/1.1" 200 3782 0.003036 10.0.0.59 - - [2025-03-20 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.59 - - [2025-03-20 02:25:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003426 10.0.0.59 - - [2025-03-20 02:25:27] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004822 10.0.0.59 - - [2025-03-20 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.59 - - [2025-03-20 02:25:27] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003627 10.0.0.59 - - [2025-03-20 02:25:28] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004665 10.0.0.59 - - [2025-03-20 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.59 - - [2025-03-20 02:25:28] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.003160 10.0.0.59 - - [2025-03-20 02:25:28] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?fields=routing_instances HTTP/1.1" 200 1682 0.004500 10.0.0.59 - - [2025-03-20 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.59 - - [2025-03-20 02:25:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003344 10.0.0.59 - - [2025-03-20 02:25:28] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?fields=routing_instances HTTP/1.1" 200 1687 0.005288 10.0.0.59 - - [2025-03-20 02:25:32] "POST /ref-update HTTP/1.1" 200 156 0.048176 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /access-control-list/7dfa028b-e148-4ee1-a0b4-813be104bb58 HTTP/1.1" 200 115 0.049254 10.0.0.59 - - [2025-03-20 02:25:32] "POST /neutron/network HTTP/1.1" 200 834 0.018082 10.0.0.59 - - [2025-03-20 02:25:32] "GET /virtual-network/976f6593-f95a-4d59-8292-f8da7251fc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003348 10.0.0.59 - - [2025-03-20 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005413 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /routing-instance/1ac4a6ab-b7ee-4419-8dd5-38ef0f0415ae HTTP/1.1" 200 115 0.040246 10.0.0.59 - - [2025-03-20 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.59 - - [2025-03-20 02:25:32] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004195 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /route-target/b7ac2f10-5ee3-4cc9-ac22-ea14e2a4d477 HTTP/1.1" 200 115 0.016788 10.0.0.59 - - [2025-03-20 02:25:32] "POST /ref-update HTTP/1.1" 200 156 0.039880 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /routing-instance/f0e91852-6e84-477f-a1db-11d37f57e029 HTTP/1.1" 200 115 0.047640 10.0.0.59 - - [2025-03-20 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.59 - - [2025-03-20 02:25:32] "POST /neutron/network HTTP/1.1" 200 831 0.008794 10.0.0.59 - - [2025-03-20 02:25:32] "GET /virtual-network/7deeb9ce-049b-4bc4-b1f3-0e1a758fb8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003224 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /route-target/75c8e278-a32b-4535-b791-8c86e22d71aa HTTP/1.1" 200 115 0.017957 10.0.0.59 - - [2025-03-20 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009599 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /access-control-list/fa380b42-f706-451d-be51-fb924f8c27d7 HTTP/1.1" 200 115 0.025671 10.0.0.59 - - [2025-03-20 02:25:32] "GET /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003745 10.0.0.59 - - [2025-03-20 02:25:32] "DELETE /network-policy/d30179f9-4266-45c6-92bd-15cf80b8a601 HTTP/1.1" 200 115 0.022212 10.0.0.59 - - [2025-03-20 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /service-instance/776060a0-3272-430b-9cfe-265c9dc8a803 HTTP/1.1" 200 115 0.047238 10.0.0.59 - - [2025-03-20 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.011805 10.0.0.59 - - [2025-03-20 02:25:33] "GET /domains HTTP/1.1" 200 280 0.003034 10.0.0.59 - - [2025-03-20 02:25:33] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.59 - - [2025-03-20 02:25:33] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2771 0.009751 10.0.0.59 - - [2025-03-20 02:25:33] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001624 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /instance-ip/37c27700-78e0-48de-aad5-e1051034ea8d HTTP/1.1" 200 115 0.032945 10.0.0.59 - - [2025-03-20 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.010304 10.0.0.59 - - [2025-03-20 02:25:33] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 3759 0.064148 10.0.0.59 - - [2025-03-20 02:25:33] "GET /virtual-machine/2fcb7195-cdb1-4f93-aa0d-8d01573983fa HTTP/1.1" 200 1802 0.002981 10.0.0.59 - - [2025-03-20 02:25:33] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003941 10.0.0.59 - - [2025-03-20 02:25:33] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002718 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /instance-ip/ce9191a4-2171-4d4f-84b5-fa4662e32580 HTTP/1.1" 200 115 0.032644 10.0.0.59 - - [2025-03-20 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.010227 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /instance-ip/40ea55aa-160a-4136-8d9b-322d9f2e0dec HTTP/1.1" 200 115 0.021685 10.0.0.59 - - [2025-03-20 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.011496 10.0.0.59 - - [2025-03-20 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /service-template/ad1788fa-5bfa-4ba8-9b2b-1c70044f157e HTTP/1.1" 200 115 0.026190 10.0.0.59 - - [2025-03-20 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.004655 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /instance-ip/dcba9d67-bb33-4dc7-8568-97d80a97f8c0 HTTP/1.1" 200 115 0.028347 10.0.0.59 - - [2025-03-20 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /instance-ip/b74eb4c6-825c-4e78-819d-f2bee9192bc2 HTTP/1.1" 200 115 0.020473 10.0.0.59 - - [2025-03-20 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.009940 10.0.0.59 - - [2025-03-20 02:25:33] "DELETE /instance-ip/d79adc69-0189-4a86-a809-69b3f1942bda HTTP/1.1" 200 115 0.021734 10.0.0.59 - - [2025-03-20 02:25:33] "POST /neutron/network HTTP/1.1" 200 834 0.006130 10.0.0.59 - - [2025-03-20 02:25:33] "POST /neutron/network HTTP/1.1" 400 204 0.014797 10.0.0.59 - - [2025-03-20 02:25:33] "POST /neutron/port HTTP/1.1" 200 1086 0.017068 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 1112 0.014384 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 1085 0.029875 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 1111 0.015032 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.138516 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.118194 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 3024 0.026222 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 1112 0.012697 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.111325 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 1111 0.011890 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.090261 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 1112 0.009584 10.0.0.59 - - [2025-03-20 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.108051 10.0.0.59 - - [2025-03-20 02:25:35] "POST /neutron/network HTTP/1.1" 200 834 0.006361 10.0.0.59 - - [2025-03-20 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.59 - - [2025-03-20 02:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001116 10.0.0.59 - - [2025-03-20 02:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001462 10.0.0.59 - - [2025-03-20 02:25:35] "POST /neutron/network HTTP/1.1" 200 151 0.083684 10.0.0.59 - - [2025-03-20 02:25:35] "DELETE /route-target/33115ca9-9fd3-4578-acb8-845141a0c000 HTTP/1.1" 200 115 0.021185 10.0.0.59 - - [2025-03-20 02:25:35] "GET /routing-instance/db654c66-cf77-4513-9233-d8cb2d6cde69 HTTP/1.1" 404 171 0.003123 10.0.0.59 - - [2025-03-20 02:25:35] "GET /domains HTTP/1.1" 200 280 0.003056 10.0.0.59 - - [2025-03-20 02:25:35] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.59 - - [2025-03-20 02:25:35] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2571 0.051691 10.0.0.59 - - [2025-03-20 02:25:35] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.59 - - [2025-03-20 02:25:35] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2298 0.069415 10.0.0.59 - - [2025-03-20 02:25:35] "POST /neutron/network HTTP/1.1" 200 831 0.006551 10.0.0.59 - - [2025-03-20 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.59 - - [2025-03-20 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001432 10.0.0.59 - - [2025-03-20 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001241 10.0.0.59 - - [2025-03-20 02:25:36] "POST /neutron/network HTTP/1.1" 200 151 0.105299 10.0.0.59 - - [2025-03-20 02:25:36] "DELETE /route-target/73355c7b-476e-4e90-b89d-b4b6842fd469 HTTP/1.1" 200 115 0.022974 10.0.0.59 - - [2025-03-20 02:25:36] "GET /routing-instance/2e3e95c3-2e57-4e89-91d1-647798bfb90a HTTP/1.1" 404 171 0.003071 10.0.0.59 - - [2025-03-20 02:25:36] "GET /domains HTTP/1.1" 200 280 0.002496 10.0.0.59 - - [2025-03-20 02:25:36] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.59 - - [2025-03-20 02:25:36] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2571 0.050269 10.0.0.59 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001742 10.0.0.59 - - [2025-03-20 02:25:36] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 2080 0.062962 10.0.0.59 - - [2025-03-20 02:25:36] "POST /neutron/network HTTP/1.1" 200 832 0.006899 10.0.0.59 - - [2025-03-20 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001117 10.0.0.59 - - [2025-03-20 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006100 10.0.0.59 - - [2025-03-20 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001017 10.0.0.59 - - [2025-03-20 02:25:36] "POST /neutron/network HTTP/1.1" 200 151 0.081834 10.0.0.59 - - [2025-03-20 02:25:36] "GET /routing-instance/44877c0d-145f-4a1c-aa6a-57b363e343f5 HTTP/1.1" 404 171 0.002259 10.0.0.59 - - [2025-03-20 02:25:36] "DELETE /route-target/5089df3b-2f37-45a3-81e3-a276dafbe519 HTTP/1.1" 200 115 0.020546 10.0.0.59 - - [2025-03-20 02:25:36] "GET /domains HTTP/1.1" 200 280 0.002530 10.0.0.59 - - [2025-03-20 02:25:36] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.59 - - [2025-03-20 02:25:36] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2571 0.049757 10.0.0.59 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002428 10.0.0.59 - - [2025-03-20 02:25:36] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 1840 0.066981 10.0.0.59 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.59 - - [2025-03-20 02:25:36] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023739 10.0.0.59 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.59 - - [2025-03-20 02:25:36] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?fields=virtual_networks HTTP/1.1" 200 1028 0.064478 10.0.0.59 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.59 - - [2025-03-20 02:25:36] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.022851 10.0.0.59 - - [2025-03-20 02:25:36] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.59 - - [2025-03-20 02:25:36] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?fields=security_groups HTTP/1.1" 200 1252 0.020446 10.0.0.59 - - [2025-03-20 02:25:37] "GET /obj-perms HTTP/1.1" 200 5056 0.066615 10.0.0.59 - - [2025-03-20 02:25:38] "GET /obj-perms HTTP/1.1" 200 5056 0.136018 10.0.0.59 - - [2025-03-20 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.027395 10.0.0.59 - - [2025-03-20 02:25:38] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003153 10.0.0.59 - - [2025-03-20 02:25:38] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.59 - - [2025-03-20 02:25:38] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007513 10.0.0.59 - - [2025-03-20 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.002228 10.0.0.59 - - [2025-03-20 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.003407 10.0.0.59 - - [2025-03-20 02:25:38] "POST /security-groups HTTP/1.1" 200 592 0.063483 10.0.0.59 - - [2025-03-20 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 235 0.002765 10.0.0.59 - - [2025-03-20 02:25:38] "POST /projects HTTP/1.1" 200 587 0.219463 10.0.0.59 - - [2025-03-20 02:25:38] "POST /access-control-lists HTTP/1.1" 200 597 0.058207 10.0.0.59 - - [2025-03-20 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.288183 10.0.0.59 - - [2025-03-20 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002843 10.0.0.59 - - [2025-03-20 02:25:38] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.410118 10.0.0.59 - - [2025-03-20 02:25:38] "POST /access-control-lists HTTP/1.1" 200 595 0.059096 10.0.0.59 - - [2025-03-20 02:25:39] "GET / HTTP/1.1" 200 35931 0.002223 10.0.0.59 - - [2025-03-20 02:25:40] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000481 10.0.0.59 - - [2025-03-20 02:25:41] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.59 - - [2025-03-20 02:25:41] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048274 10.0.0.59 - - [2025-03-20 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.002967 10.0.0.59 - - [2025-03-20 02:25:41] "POST /virtual-DNSs HTTP/1.1" 200 507 0.015965 10.0.0.59 - - [2025-03-20 02:25:41] "GET /virtual-DNS/afaaa9dc-87b2-4763-95fb-b77c18004596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004543 10.0.0.59 - - [2025-03-20 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.59 - - [2025-03-20 02:25:41] "GET /virtual-DNS/afaaa9dc-87b2-4763-95fb-b77c18004596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003714 10.0.0.59 - - [2025-03-20 02:25:41] "GET /domains HTTP/1.1" 401 292 0.000452 10.0.0.59 - - [2025-03-20 02:25:41] "GET /domains HTTP/1.1" 200 280 0.027631 10.0.0.59 - - [2025-03-20 02:25:41] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.59 - - [2025-03-20 02:25:41] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.008001 10.0.0.59 - - [2025-03-20 02:25:41] "GET /virtual-DNS/afaaa9dc-87b2-4763-95fb-b77c18004596 HTTP/1.1" 200 1438 0.004658 10.0.0.59 - - [2025-03-20 02:25:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003597 10.0.0.59 - - [2025-03-20 02:25:41] "POST /network-ipams HTTP/1.1" 200 514 0.016894 10.0.0.59 - - [2025-03-20 02:25:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003417 10.0.0.59 - - [2025-03-20 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.59 - - [2025-03-20 02:25:42] "GET /network-ipam/f6ba6234-0f52-4b99-a21c-722bd6a99981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004773 10.0.0.59 - - [2025-03-20 02:25:42] "PUT /network-ipam/f6ba6234-0f52-4b99-a21c-722bd6a99981 HTTP/1.1" 200 258 0.010970 10.0.0.59 - - [2025-03-20 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.013983 10.0.0.59 - - [2025-03-20 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.59 - - [2025-03-20 02:25:42] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002639 10.0.0.59 - - [2025-03-20 02:25:42] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027594 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 117 0.031080 10.0.0.59 - - [2025-03-20 02:25:42] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 618 0.062718 10.0.0.59 - - [2025-03-20 02:25:42] "POST /route-targets HTTP/1.1" 200 327 0.011799 10.0.0.59 - - [2025-03-20 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.012091 10.0.0.59 - - [2025-03-20 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 711 0.207931 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 833 0.006183 10.0.0.59 - - [2025-03-20 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001204 10.0.0.59 - - [2025-03-20 02:25:42] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003019 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 833 0.005523 10.0.0.59 - - [2025-03-20 02:25:42] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003284 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 833 0.008366 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 711 0.008488 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 807 0.011165 10.0.0.59 - - [2025-03-20 02:25:42] "POST /neutron/network HTTP/1.1" 200 833 0.007035 10.0.0.59 - - [2025-03-20 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001756 10.0.0.59 - - [2025-03-20 02:25:43] "POST /neutron/network HTTP/1.1" 200 843 0.006557 10.0.0.59 - - [2025-03-20 02:25:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000519 10.0.0.59 - - [2025-03-20 02:25:43] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.59 - - [2025-03-20 02:25:43] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.59 - - [2025-03-20 02:25:43] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.59 - - [2025-03-20 02:25:43] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043546 10.0.0.59 - - [2025-03-20 02:25:43] "POST /neutron/network HTTP/1.1" 200 833 0.006600 10.0.0.59 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.005405 10.0.0.59 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.005871 10.0.0.59 - - [2025-03-20 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.005474 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/network HTTP/1.1" 200 843 0.005941 10.0.0.59 - - [2025-03-20 02:25:44] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001672 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/port HTTP/1.1" 200 1058 0.198855 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/port HTTP/1.1" 200 1058 0.010635 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/port HTTP/1.1" 200 1058 0.010152 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/port HTTP/1.1" 200 1112 0.060623 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/port HTTP/1.1" 200 1086 0.016071 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003500 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/subnet HTTP/1.1" 200 685 0.011241 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.59 - - [2025-03-20 02:25:44] "POST /neutron/network HTTP/1.1" 200 833 0.006747 10.0.0.59 - - [2025-03-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015547 10.0.0.59 - - [2025-03-20 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007097 10.0.0.59 - - [2025-03-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015041 10.0.0.59 - - [2025-03-20 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006894 10.0.0.59 - - [2025-03-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015550 10.0.0.59 - - [2025-03-20 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006000 10.0.0.59 - - [2025-03-20 02:25:49] "GET /virtual-machine/28aa3691-76cd-42df-b783-97f5e13b1c9b HTTP/1.1" 200 1293 0.005271 10.0.0.59 - - [2025-03-20 02:25:49] "GET /virtual-machine-interface/19bcde50-3ab6-4ed6-a896-0d10a6149468 HTTP/1.1" 200 2963 0.003549 10.0.0.59 - - [2025-03-20 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.59 - - [2025-03-20 02:25:49] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002759 10.0.0.59 - - [2025-03-20 02:25:49] "GET /virtual-networks?parent_id=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002941 10.0.0.59 - - [2025-03-20 02:25:49] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003343 10.0.0.59 - - [2025-03-20 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.59 - - [2025-03-20 02:25:52] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003331 10.0.0.59 - - [2025-03-20 02:25:53] "POST /neutron/port HTTP/1.1" 200 1086 0.016692 10.0.0.59 - - [2025-03-20 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006585 10.0.0.59 - - [2025-03-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.59 - - [2025-03-20 02:25:54] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003002 10.0.0.59 - - [2025-03-20 02:25:54] "GET /virtual-networks?parent_id=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002859 10.0.0.59 - - [2025-03-20 02:25:54] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003299 10.0.0.59 - - [2025-03-20 02:25:54] "POST /neutron/port HTTP/1.1" 200 1086 0.015006 10.0.0.59 - - [2025-03-20 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006438 10.0.0.59 - - [2025-03-20 02:26:04] "POST /neutron/network HTTP/1.1" 200 807 0.012837 10.0.0.59 - - [2025-03-20 02:26:04] "POST /neutron/network HTTP/1.1" 200 833 0.005583 10.0.0.59 - - [2025-03-20 02:26:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001605 10.0.0.59 - - [2025-03-20 02:26:04] "POST /neutron/port HTTP/1.1" 200 1086 0.018047 10.0.0.59 - - [2025-03-20 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006411 10.0.0.59 - - [2025-03-20 02:26:04] "POST /neutron/network HTTP/1.1" 200 843 0.005525 10.0.0.59 - - [2025-03-20 02:26:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000474 10.0.0.59 - - [2025-03-20 02:26:04] "GET / HTTP/1.1" 200 35931 0.001845 10.0.0.59 - - [2025-03-20 02:26:04] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000467 10.0.0.59 - - [2025-03-20 02:26:05] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.59 - - [2025-03-20 02:26:05] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045678 10.0.0.59 - - [2025-03-20 02:26:05] "POST /neutron/network HTTP/1.1" 200 833 0.006886 10.0.0.59 - - [2025-03-20 02:26:05] "GET /global-system-configs HTTP/1.1" 200 322 0.029091 10.0.0.59 - - [2025-03-20 02:26:05] "GET /obj-perms HTTP/1.1" 200 5056 0.067690 10.0.0.59 - - [2025-03-20 02:26:05] "POST /neutron/port HTTP/1.1" 200 1086 0.017329 10.0.0.59 - - [2025-03-20 02:26:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007014 10.0.0.59 - - [2025-03-20 02:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.005129 10.0.0.59 - - [2025-03-20 02:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.005572 10.0.0.59 - - [2025-03-20 02:26:05] "POST /neutron/network HTTP/1.1" 200 843 0.006100 10.0.0.59 - - [2025-03-20 02:26:05] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001693 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/port HTTP/1.1" 200 1058 0.184994 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/port HTTP/1.1" 200 1058 0.011425 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/port HTTP/1.1" 200 1058 0.010561 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/port HTTP/1.1" 200 1112 0.056226 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/port HTTP/1.1" 200 1086 0.016319 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003664 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.011283 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.001765 10.0.0.59 - - [2025-03-20 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.006594 10.0.0.59 - - [2025-03-20 02:26:06] "GET /global-system-configs HTTP/1.1" 200 322 0.033935 10.0.0.59 - - [2025-03-20 02:26:06] "GET /obj-perms HTTP/1.1" 200 5056 0.078382 10.0.0.59 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1086 0.015463 10.0.0.59 - - [2025-03-20 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007106 10.0.0.59 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016245 10.0.0.59 - - [2025-03-20 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006909 10.0.0.59 - - [2025-03-20 02:26:10] "POST /neutron/port HTTP/1.1" 200 1086 0.017336 10.0.0.59 - - [2025-03-20 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006751 10.0.0.59 - - [2025-03-20 02:26:10] "GET /virtual-machine/2c8350f6-b4eb-41a5-beea-170b5a5e6e25 HTTP/1.1" 200 1293 0.004949 10.0.0.59 - - [2025-03-20 02:26:10] "GET /virtual-machine-interface/f8b80efd-5518-403d-96ce-061be5fffa4c HTTP/1.1" 200 2964 0.004340 10.0.0.59 - - [2025-03-20 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.59 - - [2025-03-20 02:26:10] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003448 10.0.0.59 - - [2025-03-20 02:26:10] "GET /virtual-networks?parent_id=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003243 10.0.0.59 - - [2025-03-20 02:26:10] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003688 10.0.0.59 - - [2025-03-20 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.59 - - [2025-03-20 02:26:14] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005212 10.0.0.59 - - [2025-03-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1086 0.015739 10.0.0.59 - - [2025-03-20 02:26:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006288 10.0.0.59 - - [2025-03-20 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.59 - - [2025-03-20 02:26:16] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003175 10.0.0.59 - - [2025-03-20 02:26:16] "GET /virtual-networks?parent_id=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003225 10.0.0.59 - - [2025-03-20 02:26:16] "GET /virtual-network/9b269f29-678a-446d-aa35-104e848f76dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003980 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1086 0.017293 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016844 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/network HTTP/1.1" 200 843 0.006239 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004075 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.010782 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.59 - - [2025-03-20 02:26:18] "POST /neutron/network HTTP/1.1" 200 833 0.005759 10.0.0.59 - - [2025-03-20 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.59 - - [2025-03-20 02:26:22] "DELETE /virtual-DNS/afaaa9dc-87b2-4763-95fb-b77c18004596 HTTP/1.1" 409 235 0.007211 10.0.0.59 - - [2025-03-20 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.002709 10.0.0.59 - - [2025-03-20 02:26:22] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018642 10.0.0.59 - - [2025-03-20 02:26:22] "GET /virtual-DNS-record/e91f493a-cc6b-46a0-9d37-5868288b84ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004638 10.0.0.59 - - [2025-03-20 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.59 - - [2025-03-20 02:26:22] "GET /virtual-DNS-record/e91f493a-cc6b-46a0-9d37-5868288b84ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003411 10.0.0.59 - - [2025-03-20 02:26:22] "GET /domains HTTP/1.1" 200 280 0.003454 10.0.0.59 - - [2025-03-20 02:26:22] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.59 - - [2025-03-20 02:26:22] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2958 0.007302 10.0.0.59 - - [2025-03-20 02:26:22] "GET /virtual-DNS/afaaa9dc-87b2-4763-95fb-b77c18004596 HTTP/1.1" 200 1907 0.004019 10.0.0.59 - - [2025-03-20 02:26:22] "GET /virtual-DNS-record/e91f493a-cc6b-46a0-9d37-5868288b84ce HTTP/1.1" 200 1336 0.002764 10.0.0.59 - - [2025-03-20 02:26:28] "DELETE /virtual-DNS-record/e91f493a-cc6b-46a0-9d37-5868288b84ce HTTP/1.1" 200 115 0.018598 10.0.0.59 - - [2025-03-20 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002911 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/network HTTP/1.1" 200 833 0.012748 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/network HTTP/1.1" 400 204 0.012332 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 1086 0.022484 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 1112 0.010451 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 1086 0.024289 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 1112 0.011348 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 151 0.147521 10.0.0.59 - - [2025-03-20 02:26:28] "POST /neutron/port HTTP/1.1" 200 151 0.121474 10.0.0.59 - - [2025-03-20 02:26:29] "DELETE /project/961f29f712774c73a9c66f1ecc02ad42 HTTP/1.1" 404 173 0.005550 10.0.0.59 - - [2025-03-20 02:26:29] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.59 - - [2025-03-20 02:26:29] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.021011 10.0.0.59 - - [2025-03-20 02:26:29] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002630 10.0.0.59 - - [2025-03-20 02:26:29] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?fields=security_groups HTTP/1.1" 200 1357 0.065465 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /security-group/c2e78363-7891-4a75-9e5e-4aa7755c9d96 HTTP/1.1" 200 115 0.040824 10.0.0.59 - - [2025-03-20 02:26:30] "GET /projects?obj_uuids=eda02ea0-27df-47ad-a543-72eb1e2b3de0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.59 - - [2025-03-20 02:26:30] "GET /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0?fields=application_policy_sets HTTP/1.1" 200 1396 0.027318 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /access-control-list/664c7fd4-11ba-4a27-ae8b-73e26490ecc3 HTTP/1.1" 200 115 0.053651 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /access-control-list/afb54038-6fbf-443b-940b-df0c7102724b HTTP/1.1" 200 115 0.022141 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /project/eda02ea0-27df-47ad-a543-72eb1e2b3de0 HTTP/1.1" 200 115 0.324492 10.0.0.59 - - [2025-03-20 02:26:30] "POST /neutron/network HTTP/1.1" 200 833 0.006322 10.0.0.59 - - [2025-03-20 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.59 - - [2025-03-20 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001449 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /route-target/72bf10c7-6223-46f4-90bd-9d1f99f6bbeb HTTP/1.1" 200 115 0.060042 10.0.0.59 - - [2025-03-20 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001592 10.0.0.59 - - [2025-03-20 02:26:30] "POST /neutron/network HTTP/1.1" 200 151 0.220818 10.0.0.59 - - [2025-03-20 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /network-ipam/f6ba6234-0f52-4b99-a21c-722bd6a99981 HTTP/1.1" 200 115 0.029195 10.0.0.59 - - [2025-03-20 02:26:30] "DELETE /virtual-DNS/afaaa9dc-87b2-4763-95fb-b77c18004596 HTTP/1.1" 200 115 0.021496 10.0.0.59 - - [2025-03-20 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.002694 10.0.0.59 - - [2025-03-20 02:26:30] "GET /domains HTTP/1.1" 200 280 0.004240 10.0.0.59 - - [2025-03-20 02:26:30] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001486 10.0.0.59 - - [2025-03-20 02:26:30] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2574 0.009888 10.0.0.59 - - [2025-03-20 02:26:30] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.59 - - [2025-03-20 02:26:31] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023439 10.0.0.59 - - [2025-03-20 02:26:31] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.59 - - [2025-03-20 02:26:31] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?fields=virtual_networks HTTP/1.1" 200 1034 0.065370 10.0.0.59 - - [2025-03-20 02:26:31] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001686 10.0.0.59 - - [2025-03-20 02:26:31] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024846 10.0.0.59 - - [2025-03-20 02:26:31] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001892 10.0.0.59 - - [2025-03-20 02:26:31] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?fields=security_groups HTTP/1.1" 200 1261 0.024074 10.0.0.59 - - [2025-03-20 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.025539 10.0.0.59 - - [2025-03-20 02:26:32] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002986 10.0.0.59 - - [2025-03-20 02:26:32] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001581 10.0.0.59 - - [2025-03-20 02:26:32] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007716 10.0.0.59 - - [2025-03-20 02:26:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001500 10.0.0.59 - - [2025-03-20 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.002831 10.0.0.59 - - [2025-03-20 02:26:32] "POST /security-groups HTTP/1.1" 200 592 0.068121 10.0.0.59 - - [2025-03-20 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.002547 10.0.0.59 - - [2025-03-20 02:26:32] "POST /projects HTTP/1.1" 200 587 0.222127 10.0.0.59 - - [2025-03-20 02:26:32] "POST /access-control-lists HTTP/1.1" 200 597 0.057072 10.0.0.59 - - [2025-03-20 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.292412 10.0.0.59 - - [2025-03-20 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002754 10.0.0.59 - - [2025-03-20 02:26:32] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.417637 10.0.0.59 - - [2025-03-20 02:26:32] "POST /access-control-lists HTTP/1.1" 200 595 0.059978 10.0.0.59 - - [2025-03-20 02:26:33] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.59 - - [2025-03-20 02:26:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.59 - - [2025-03-20 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.060433 10.0.0.59 - - [2025-03-20 02:26:34] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.59 - - [2025-03-20 02:26:34] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.019576 10.0.0.59 - - [2025-03-20 02:26:34] "POST /neutron/network HTTP/1.1" 200 117 0.037646 10.0.0.59 - - [2025-03-20 02:26:34] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001667 10.0.0.59 - - [2025-03-20 02:26:34] "POST /neutron/network HTTP/1.1" 200 606 0.063892 10.0.0.59 - - [2025-03-20 02:26:34] "POST /route-targets HTTP/1.1" 200 327 0.011283 10.0.0.59 - - [2025-03-20 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.010682 10.0.0.59 - - [2025-03-20 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003226 10.0.0.59 - - [2025-03-20 02:26:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.175293 10.0.0.59 - - [2025-03-20 02:26:35] "POST /neutron/network HTTP/1.1" 200 825 0.005443 10.0.0.59 - - [2025-03-20 02:26:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001510 10.0.0.59 - - [2025-03-20 02:26:35] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003600 10.0.0.59 - - [2025-03-20 02:26:35] "POST /neutron/network HTTP/1.1" 200 825 0.006371 10.0.0.59 - - [2025-03-20 02:26:35] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003084 10.0.0.59 - - [2025-03-20 02:26:35] "POST /neutron/network HTTP/1.1" 200 825 0.006293 10.0.0.59 - - [2025-03-20 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.007617 10.0.0.59 - - [2025-03-20 02:26:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001439 10.0.0.59 - - [2025-03-20 02:26:35] "POST /neutron/network HTTP/1.1" 200 835 0.006261 10.0.0.59 - - [2025-03-20 02:26:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000848 10.0.0.59 - - [2025-03-20 02:26:35] "GET / HTTP/1.1" 200 35931 0.002046 10.0.0.59 - - [2025-03-20 02:26:35] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000688 10.0.0.59 - - [2025-03-20 02:26:36] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001113 10.0.0.59 - - [2025-03-20 02:26:36] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043723 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/network HTTP/1.1" 200 825 0.006828 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.005182 10.0.0.59 - - [2025-03-20 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001418 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.005508 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/network HTTP/1.1" 200 835 0.006205 10.0.0.59 - - [2025-03-20 02:26:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000504 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/network HTTP/1.1" 200 835 0.005856 10.0.0.59 - - [2025-03-20 02:26:36] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.59 - - [2025-03-20 02:26:36] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.59 - - [2025-03-20 02:26:36] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 1061 0.211260 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 1061 0.011008 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 1061 0.008670 10.0.0.59 - - [2025-03-20 02:26:36] "POST /neutron/port HTTP/1.1" 200 1115 0.051075 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1089 0.016194 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.011826 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/network HTTP/1.1" 200 825 0.007195 10.0.0.59 - - [2025-03-20 02:26:37] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.59 - - [2025-03-20 02:26:37] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043689 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/network HTTP/1.1" 200 825 0.005612 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1089 0.017592 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007230 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.005362 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1089 0.019655 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007215 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/network HTTP/1.1" 200 835 0.005758 10.0.0.59 - - [2025-03-20 02:26:37] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001192 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1061 0.214889 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1061 0.009798 10.0.0.59 - - [2025-03-20 02:26:37] "POST /neutron/port HTTP/1.1" 200 1061 0.009416 10.0.0.59 - - [2025-03-20 02:26:38] "POST /neutron/port HTTP/1.1" 200 1115 0.090229 10.0.0.59 - - [2025-03-20 02:26:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015863 10.0.0.59 - - [2025-03-20 02:26:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.59 - - [2025-03-20 02:26:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.012307 10.0.0.59 - - [2025-03-20 02:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.59 - - [2025-03-20 02:26:38] "POST /neutron/network HTTP/1.1" 200 825 0.006547 10.0.0.59 - - [2025-03-20 02:26:38] "GET /obj-perms HTTP/1.1" 200 5056 0.058006 10.0.0.59 - - [2025-03-20 02:26:38] "GET /obj-perms HTTP/1.1" 200 5056 0.048356 10.0.0.59 - - [2025-03-20 02:26:42] "POST /neutron/port HTTP/1.1" 200 1089 0.015525 10.0.0.59 - - [2025-03-20 02:26:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006336 10.0.0.59 - - [2025-03-20 02:26:42] "POST /neutron/port HTTP/1.1" 200 1089 0.015861 10.0.0.59 - - [2025-03-20 02:26:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007441 10.0.0.59 - - [2025-03-20 02:26:42] "POST /neutron/port HTTP/1.1" 200 1089 0.028083 10.0.0.59 - - [2025-03-20 02:26:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007835 10.0.0.59 - - [2025-03-20 02:26:42] "GET /virtual-machine/d674c1aa-2c3b-48ee-92a4-f5fbb2971a56 HTTP/1.1" 401 292 0.000640 10.0.0.59 - - [2025-03-20 02:26:43] "GET /virtual-machine/d674c1aa-2c3b-48ee-92a4-f5fbb2971a56 HTTP/1.1" 200 1294 0.032552 10.0.0.59 - - [2025-03-20 02:26:43] "GET /virtual-machine-interface/e4887b7f-f77b-4100-8b4b-57e6acfc79ce HTTP/1.1" 200 2946 0.003076 10.0.0.59 - - [2025-03-20 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.59 - - [2025-03-20 02:26:43] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003232 10.0.0.59 - - [2025-03-20 02:26:43] "GET /virtual-networks?parent_id=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003541 10.0.0.59 - - [2025-03-20 02:26:43] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003912 10.0.0.59 - - [2025-03-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1089 0.017188 10.0.0.59 - - [2025-03-20 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006915 10.0.0.59 - - [2025-03-20 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.59 - - [2025-03-20 02:26:46] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003358 10.0.0.59 - - [2025-03-20 02:26:47] "POST /neutron/port HTTP/1.1" 200 1089 0.024218 10.0.0.59 - - [2025-03-20 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005868 10.0.0.59 - - [2025-03-20 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.59 - - [2025-03-20 02:26:48] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003690 10.0.0.59 - - [2025-03-20 02:26:48] "GET /virtual-networks?parent_id=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003535 10.0.0.59 - - [2025-03-20 02:26:48] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004125 10.0.0.59 - - [2025-03-20 02:26:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015972 10.0.0.59 - - [2025-03-20 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006838 10.0.0.59 - - [2025-03-20 02:26:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015083 10.0.0.59 - - [2025-03-20 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006055 10.0.0.59 - - [2025-03-20 02:26:49] "POST /neutron/port HTTP/1.1" 200 1089 0.015707 10.0.0.59 - - [2025-03-20 02:26:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006602 10.0.0.59 - - [2025-03-20 02:26:49] "GET /virtual-machine/f8f8ca5d-f282-4cd2-80fb-71c0d66e490f HTTP/1.1" 200 1293 0.004216 10.0.0.59 - - [2025-03-20 02:26:49] "GET /virtual-machine-interface/c278bbbc-9b4b-409c-8c00-915f24454c4c HTTP/1.1" 200 2946 0.003154 10.0.0.59 - - [2025-03-20 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.59 - - [2025-03-20 02:26:49] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002796 10.0.0.59 - - [2025-03-20 02:26:49] "GET /virtual-networks?parent_id=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003107 10.0.0.59 - - [2025-03-20 02:26:49] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003392 10.0.0.59 - - [2025-03-20 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.59 - - [2025-03-20 02:26:50] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003114 10.0.0.59 - - [2025-03-20 02:26:50] "GET /virtual-networks?parent_id=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003081 10.0.0.59 - - [2025-03-20 02:26:50] "GET /virtual-network/0982f150-af2d-48ba-8ac0-26d2a163a4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003373 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/network HTTP/1.1" 200 825 0.008303 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/network HTTP/1.1" 400 204 0.010356 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/port HTTP/1.1" 200 1089 0.019130 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/port HTTP/1.1" 200 1115 0.008713 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015431 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/port HTTP/1.1" 200 1115 0.010483 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.138626 10.0.0.59 - - [2025-03-20 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.143054 10.0.0.59 - - [2025-03-20 02:26:57] "POST /neutron/network HTTP/1.1" 200 825 0.005857 10.0.0.59 - - [2025-03-20 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001172 10.0.0.59 - - [2025-03-20 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005944 10.0.0.59 - - [2025-03-20 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001096 10.0.0.59 - - [2025-03-20 02:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.074267 10.0.0.59 - - [2025-03-20 02:26:57] "DELETE /route-target/2f013a3f-69eb-48de-a9e2-c2cc6436e24c HTTP/1.1" 200 115 0.014197 10.0.0.59 - - [2025-03-20 02:26:57] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.59 - - [2025-03-20 02:26:57] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.020901 10.0.0.59 - - [2025-03-20 02:26:57] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367 10.0.0.59 - - [2025-03-20 02:26:57] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?fields=virtual_networks HTTP/1.1" 200 1032 0.061523 10.0.0.59 - - [2025-03-20 02:26:57] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.59 - - [2025-03-20 02:26:57] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.021645 10.0.0.59 - - [2025-03-20 02:26:57] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.59 - - [2025-03-20 02:26:57] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?fields=security_groups HTTP/1.1" 200 1259 0.022180 10.0.0.59 - - [2025-03-20 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.025120 10.0.0.59 - - [2025-03-20 02:26:58] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002373 10.0.0.59 - - [2025-03-20 02:26:58] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002021 10.0.0.59 - - [2025-03-20 02:26:58] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008373 10.0.0.59 - - [2025-03-20 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001284 10.0.0.59 - - [2025-03-20 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.002482 10.0.0.59 - - [2025-03-20 02:26:58] "POST /security-groups HTTP/1.1" 200 591 0.063641 10.0.0.59 - - [2025-03-20 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002717 10.0.0.59 - - [2025-03-20 02:26:58] "POST /projects HTTP/1.1" 200 585 0.216329 10.0.0.59 - - [2025-03-20 02:26:58] "POST /access-control-lists HTTP/1.1" 200 596 0.057106 10.0.0.59 - - [2025-03-20 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.285444 10.0.0.59 - - [2025-03-20 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.003559 10.0.0.59 - - [2025-03-20 02:26:59] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.415591 10.0.0.59 - - [2025-03-20 02:26:59] "POST /access-control-lists HTTP/1.1" 200 594 0.059638 10.0.0.59 - - [2025-03-20 02:27:00] "GET / HTTP/1.1" 200 35931 0.002492 10.0.0.59 - - [2025-03-20 02:27:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.59 - - [2025-03-20 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.058928 10.0.0.59 - - [2025-03-20 02:27:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.59 - - [2025-03-20 02:27:01] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023921 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/network HTTP/1.1" 200 117 0.030164 10.0.0.59 - - [2025-03-20 02:27:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001578 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/network HTTP/1.1" 200 625 0.068927 10.0.0.59 - - [2025-03-20 02:27:01] "POST /route-targets HTTP/1.1" 200 327 0.012852 10.0.0.59 - - [2025-03-20 02:27:01] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.59 - - [2025-03-20 02:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.167109 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/network HTTP/1.1" 200 839 0.007910 10.0.0.59 - - [2025-03-20 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001394 10.0.0.59 - - [2025-03-20 02:27:01] "GET /virtual-network/7f079f04-d286-4e86-b174-f75619076f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005353 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/network HTTP/1.1" 200 839 0.006680 10.0.0.59 - - [2025-03-20 02:27:01] "GET /virtual-network/7f079f04-d286-4e86-b174-f75619076f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003209 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/network HTTP/1.1" 200 839 0.006339 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.008187 10.0.0.59 - - [2025-03-20 02:27:01] "POST /neutron/network HTTP/1.1" 200 839 0.005569 10.0.0.59 - - [2025-03-20 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001274 10.0.0.59 - - [2025-03-20 02:27:02] "POST /neutron/network HTTP/1.1" 200 849 0.006707 10.0.0.59 - - [2025-03-20 02:27:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.59 - - [2025-03-20 02:27:02] "GET / HTTP/1.1" 200 35931 0.002290 10.0.0.59 - - [2025-03-20 02:27:02] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000696 10.0.0.59 - - [2025-03-20 02:27:02] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.59 - - [2025-03-20 02:27:02] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048071 10.0.0.59 - - [2025-03-20 02:27:02] "POST /neutron/network HTTP/1.1" 200 839 0.005662 10.0.0.59 - - [2025-03-20 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.005243 10.0.0.59 - - [2025-03-20 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.006439 10.0.0.59 - - [2025-03-20 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.59 - - [2025-03-20 02:27:03] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002990 10.0.0.59 - - [2025-03-20 02:27:03] "PUT /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7 HTTP/1.1" 200 276 0.009352 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.005401 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/network HTTP/1.1" 200 849 0.006567 10.0.0.59 - - [2025-03-20 02:27:03] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001636 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1055 0.195710 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1055 0.009911 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1055 0.008437 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1109 0.056118 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 1083 0.014458 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003400 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.010604 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.59 - - [2025-03-20 02:27:03] "POST /neutron/network HTTP/1.1" 200 839 0.006023 10.0.0.59 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014841 10.0.0.59 - - [2025-03-20 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006274 10.0.0.59 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014950 10.0.0.59 - - [2025-03-20 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006967 10.0.0.59 - - [2025-03-20 02:27:08] "POST /neutron/port HTTP/1.1" 200 1083 0.016122 10.0.0.59 - - [2025-03-20 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006526 10.0.0.59 - - [2025-03-20 02:27:08] "GET /virtual-machine/90a85c74-18d7-4bcb-b40e-307cb7f3acce HTTP/1.1" 401 292 0.000515 10.0.0.59 - - [2025-03-20 02:27:08] "GET /virtual-machine/90a85c74-18d7-4bcb-b40e-307cb7f3acce HTTP/1.1" 200 1293 0.027201 10.0.0.59 - - [2025-03-20 02:27:08] "GET /virtual-machine-interface/cd90d3bb-0496-4c08-9f6e-0f12fd0a76f7 HTTP/1.1" 200 2971 0.004063 10.0.0.59 - - [2025-03-20 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.59 - - [2025-03-20 02:27:08] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003330 10.0.0.59 - - [2025-03-20 02:27:08] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003124 10.0.0.59 - - [2025-03-20 02:27:08] "GET /virtual-network/7f079f04-d286-4e86-b174-f75619076f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003477 10.0.0.59 - - [2025-03-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.59 - - [2025-03-20 02:27:12] "GET /virtual-network/7f079f04-d286-4e86-b174-f75619076f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003606 10.0.0.59 - - [2025-03-20 02:27:12] "POST /neutron/port HTTP/1.1" 200 1083 0.016239 10.0.0.59 - - [2025-03-20 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006943 10.0.0.59 - - [2025-03-20 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.59 - - [2025-03-20 02:27:14] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003258 10.0.0.59 - - [2025-03-20 02:27:14] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003221 10.0.0.59 - - [2025-03-20 02:27:14] "GET /virtual-network/7f079f04-d286-4e86-b174-f75619076f4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003575 10.0.0.59 - - [2025-03-20 02:27:14] "POST /neutron/port HTTP/1.1" 200 1083 0.016191 10.0.0.59 - - [2025-03-20 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007100 10.0.0.59 - - [2025-03-20 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.59 - - [2025-03-20 02:27:21] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003197 10.0.0.59 - - [2025-03-20 02:27:21] "PUT /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7 HTTP/1.1" 200 276 0.009713 10.0.0.59 - - [2025-03-20 02:27:21] "POST /neutron/network HTTP/1.1" 200 839 0.013766 10.0.0.59 - - [2025-03-20 02:27:21] "POST /neutron/network HTTP/1.1" 400 204 0.011341 10.0.0.59 - - [2025-03-20 02:27:22] "POST /neutron/port HTTP/1.1" 200 1083 0.015849 10.0.0.59 - - [2025-03-20 02:27:22] "POST /neutron/port HTTP/1.1" 200 1109 0.009824 10.0.0.59 - - [2025-03-20 02:27:22] "POST /neutron/port HTTP/1.1" 200 151 0.095058 10.0.0.59 - - [2025-03-20 02:27:23] "POST /neutron/network HTTP/1.1" 200 839 0.005508 10.0.0.59 - - [2025-03-20 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.59 - - [2025-03-20 02:27:23] "DELETE /route-target/f107d9ac-3219-4f4d-82af-044782bf3c52 HTTP/1.1" 200 115 0.015180 10.0.0.59 - - [2025-03-20 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.028281 10.0.0.59 - - [2025-03-20 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001233 10.0.0.59 - - [2025-03-20 02:27:23] "POST /neutron/network HTTP/1.1" 200 151 0.103604 10.0.0.59 - - [2025-03-20 02:27:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002993 10.0.0.59 - - [2025-03-20 02:27:24] "POST /network-ipams HTTP/1.1" 200 541 0.019684 10.0.0.59 - - [2025-03-20 02:27:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003074 10.0.0.59 - - [2025-03-20 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.59 - - [2025-03-20 02:27:24] "GET /network-ipam/a348148d-e11a-43f6-9dd0-bdd788045a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004627 10.0.0.59 - - [2025-03-20 02:27:24] "PUT /network-ipam/a348148d-e11a-43f6-9dd0-bdd788045a90 HTTP/1.1" 200 258 0.010062 10.0.0.59 - - [2025-03-20 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.59 - - [2025-03-20 02:27:24] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.59 - - [2025-03-20 02:27:24] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.018735 10.0.0.59 - - [2025-03-20 02:27:24] "POST /neutron/network HTTP/1.1" 200 117 0.008239 10.0.0.59 - - [2025-03-20 02:27:24] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 605 0.060190 10.0.0.59 - - [2025-03-20 02:27:25] "POST /route-targets HTTP/1.1" 200 327 0.013919 10.0.0.59 - - [2025-03-20 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.010481 10.0.0.59 - - [2025-03-20 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004038 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.159685 10.0.0.59 - - [2025-03-20 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003259 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.174408 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 994 0.007664 10.0.0.59 - - [2025-03-20 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001403 10.0.0.59 - - [2025-03-20 02:27:25] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003655 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 994 0.007155 10.0.0.59 - - [2025-03-20 02:27:25] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003036 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 994 0.007864 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008957 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007940 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/network HTTP/1.1" 200 994 0.007883 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007933 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007187 10.0.0.59 - - [2025-03-20 02:27:25] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001572 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.156517 10.0.0.59 - - [2025-03-20 02:27:25] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.59 - - [2025-03-20 02:27:25] "POST /neutron/port HTTP/1.1" 200 1017 0.155872 10.0.0.59 - - [2025-03-20 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001486 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007760 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.032139 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 994 0.008673 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007606 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.007522 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.005494 10.0.0.59 - - [2025-03-20 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001446 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008433 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008716 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 994 0.007355 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008347 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008207 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009122 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.008011 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.005645 10.0.0.59 - - [2025-03-20 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001865 10.0.0.59 - - [2025-03-20 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.006865 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 1004 0.008233 10.0.0.59 - - [2025-03-20 02:27:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000760 10.0.0.59 - - [2025-03-20 02:27:27] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.037727 10.0.0.59 - - [2025-03-20 02:27:27] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 1004 0.008419 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.009141 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007361 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 1004 0.012212 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.010239 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.010572 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.015275 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1109 0.140634 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1109 0.118832 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1083 0.027867 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 1083 0.021461 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004676 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003593 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.021890 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.019322 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001631 10.0.0.59 - - [2025-03-20 02:27:27] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.59 - - [2025-03-20 02:27:27] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050879 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 994 0.012169 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 994 0.014473 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 994 0.010110 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/port HTTP/1.1" 200 2050 0.019445 10.0.0.59 - - [2025-03-20 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006749 10.0.0.59 - - [2025-03-20 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.008458 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domains HTTP/1.1" 200 280 0.010079 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001646 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2947 0.016006 10.0.0.59 - - [2025-03-20 02:27:28] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001371 10.0.0.59 - - [2025-03-20 02:27:28] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441 HTTP/1.1" 200 2841 0.085021 10.0.0.59 - - [2025-03-20 02:27:28] "GET /network-ipam/a348148d-e11a-43f6-9dd0-bdd788045a90 HTTP/1.1" 200 2601 0.017678 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domains HTTP/1.1" 200 280 0.003035 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2947 0.009516 10.0.0.59 - - [2025-03-20 02:27:28] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002010 10.0.0.59 - - [2025-03-20 02:27:28] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441 HTTP/1.1" 200 2841 0.071134 10.0.0.59 - - [2025-03-20 02:27:28] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f HTTP/1.1" 200 3778 0.004750 10.0.0.59 - - [2025-03-20 02:27:28] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f HTTP/1.1" 200 3778 0.003770 10.0.0.59 - - [2025-03-20 02:27:28] "GET /routing-instance/fa73e978-6dd6-41e7-80b5-526d6bef558e HTTP/1.1" 200 2380 0.003494 10.0.0.59 - - [2025-03-20 02:27:28] "GET /routing-instance/fa73e978-6dd6-41e7-80b5-526d6bef558e HTTP/1.1" 200 2380 0.003158 10.0.0.59 - - [2025-03-20 02:27:28] "GET /route-target/8eea20af-1b87-4108-80f3-7ff60a363cd4 HTTP/1.1" 200 1204 0.003361 10.0.0.59 - - [2025-03-20 02:27:28] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f HTTP/1.1" 200 3778 0.003146 10.0.0.59 - - [2025-03-20 02:27:28] "GET /routing-instance/fa73e978-6dd6-41e7-80b5-526d6bef558e HTTP/1.1" 200 2380 0.003568 10.0.0.59 - - [2025-03-20 02:27:28] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004190 10.0.0.59 - - [2025-03-20 02:27:28] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f HTTP/1.1" 200 3778 0.006158 10.0.0.59 - - [2025-03-20 02:27:28] "GET /routing-instance/fa73e978-6dd6-41e7-80b5-526d6bef558e HTTP/1.1" 200 2380 0.005541 10.0.0.59 - - [2025-03-20 02:27:28] "GET /routing-instance/fa73e978-6dd6-41e7-80b5-526d6bef558e HTTP/1.1" 200 2380 0.005893 10.0.0.59 - - [2025-03-20 02:27:28] "GET /route-target/8eea20af-1b87-4108-80f3-7ff60a363cd4 HTTP/1.1" 200 1204 0.008285 10.0.0.59 - - [2025-03-20 02:27:28] "POST /neutron/network HTTP/1.1" 200 1004 0.012186 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domains HTTP/1.1" 200 280 0.005631 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.59 - - [2025-03-20 02:27:28] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001587 10.0.0.59 - - [2025-03-20 02:27:28] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2947 0.013342 10.0.0.59 - - [2025-03-20 02:27:28] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.59 - - [2025-03-20 02:27:28] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441 HTTP/1.1" 200 2841 0.094395 10.0.0.59 - - [2025-03-20 02:27:28] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f HTTP/1.1" 200 3778 0.002934 10.0.0.59 - - [2025-03-20 02:27:28] "POST /neutron/port HTTP/1.1" 200 1055 0.325209 10.0.0.59 - - [2025-03-20 02:27:28] "POST /neutron/port HTTP/1.1" 200 1055 0.011910 10.0.0.59 - - [2025-03-20 02:27:28] "POST /neutron/port HTTP/1.1" 200 1055 0.019189 10.0.0.59 - - [2025-03-20 02:27:28] "POST /neutron/port HTTP/1.1" 200 1109 0.110452 10.0.0.59 - - [2025-03-20 02:27:29] "GET /obj-perms HTTP/1.1" 200 5030 0.056528 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 1083 0.026440 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012978 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 1083 0.025280 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.024792 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006243 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/network HTTP/1.1" 200 994 0.010913 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 1083 0.018095 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008127 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 1083 0.022743 10.0.0.59 - - [2025-03-20 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007012 10.0.0.59 - - [2025-03-20 02:27:29] "GET /virtual-machine/e0d28f91-7469-4a19-93a0-9449b07bf0d8 HTTP/1.1" 200 1289 0.008599 10.0.0.59 - - [2025-03-20 02:27:29] "GET /virtual-machine-interface/44d3d088-8f2a-4239-ae43-90fad13ffb99 HTTP/1.1" 200 2940 0.008379 10.0.0.59 - - [2025-03-20 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.59 - - [2025-03-20 02:27:29] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.076427 10.0.0.59 - - [2025-03-20 02:27:29] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004142 10.0.0.59 - - [2025-03-20 02:27:29] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003159 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /project/2b4e1d2f267646f18a2f4814aa0f7541 HTTP/1.1" 404 173 0.039568 10.0.0.59 - - [2025-03-20 02:27:30] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /project/6854ff3ef2264949a6f67a5715956441 HTTP/1.1" 404 173 0.074227 10.0.0.59 - - [2025-03-20 02:27:30] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.039934 10.0.0.59 - - [2025-03-20 02:27:30] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001827 10.0.0.59 - - [2025-03-20 02:27:30] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.59 - - [2025-03-20 02:27:30] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?fields=security_groups HTTP/1.1" 200 1366 0.042069 10.0.0.59 - - [2025-03-20 02:27:30] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.037531 10.0.0.59 - - [2025-03-20 02:27:30] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002409 10.0.0.59 - - [2025-03-20 02:27:30] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?fields=security_groups HTTP/1.1" 200 1364 0.038431 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /security-group/2dac2f9d-fb16-4394-a831-2e8faa4e056e HTTP/1.1" 200 115 0.073798 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /access-control-list/eb3f24de-d464-4bd3-9f5f-c9844dd9e162 HTTP/1.1" 200 115 0.046140 10.0.0.59 - - [2025-03-20 02:27:30] "GET /projects?obj_uuids=961f29f7-1277-4c73-a9c6-6f1ecc02ad42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.59 - - [2025-03-20 02:27:30] "GET /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42?fields=application_policy_sets HTTP/1.1" 200 1405 0.057034 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /access-control-list/dcb6c163-bec0-4c36-85a0-54716a6219c6 HTTP/1.1" 200 115 0.073009 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /security-group/ac20991c-46e0-4df5-b7c3-465a40cd5807 HTTP/1.1" 200 115 0.114423 10.0.0.59 - - [2025-03-20 02:27:30] "GET /projects?obj_uuids=2b4e1d2f-2676-46f1-8a2f-4814aa0f7541&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001481 10.0.0.59 - - [2025-03-20 02:27:30] "GET /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541?fields=application_policy_sets HTTP/1.1" 200 1403 0.064321 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /access-control-list/26a9e1ee-0047-4a98-b87d-0effdffd76e0 HTTP/1.1" 200 115 0.083318 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /access-control-list/fde86523-abce-4efd-b37b-6f40c54d0868 HTTP/1.1" 200 115 0.044061 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /project/961f29f7-1277-4c73-a9c6-6f1ecc02ad42 HTTP/1.1" 200 115 0.550170 10.0.0.59 - - [2025-03-20 02:27:30] "DELETE /project/2b4e1d2f-2676-46f1-8a2f-4814aa0f7541 HTTP/1.1" 200 115 0.585548 10.0.0.59 - - [2025-03-20 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.59 - - [2025-03-20 02:27:32] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.008338 10.0.0.59 - - [2025-03-20 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.59 - - [2025-03-20 02:27:36] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003371 10.0.0.59 - - [2025-03-20 02:27:37] "POST /neutron/port HTTP/1.1" 200 1083 0.015301 10.0.0.59 - - [2025-03-20 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007405 10.0.0.59 - - [2025-03-20 02:27:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016876 10.0.0.59 - - [2025-03-20 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005980 10.0.0.59 - - [2025-03-20 02:27:38] "POST /neutron/port HTTP/1.1" 200 1083 0.015624 10.0.0.59 - - [2025-03-20 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006006 10.0.0.59 - - [2025-03-20 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.59 - - [2025-03-20 02:27:39] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002792 10.0.0.59 - - [2025-03-20 02:27:39] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003259 10.0.0.59 - - [2025-03-20 02:27:39] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004341 10.0.0.59 - - [2025-03-20 02:27:39] "GET /obj-perms HTTP/1.1" 200 5056 0.062010 10.0.0.59 - - [2025-03-20 02:27:39] "POST /neutron/port HTTP/1.1" 200 1083 0.020098 10.0.0.59 - - [2025-03-20 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007467 10.0.0.59 - - [2025-03-20 02:27:39] "POST /neutron/port HTTP/1.1" 200 1083 0.017501 10.0.0.59 - - [2025-03-20 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006249 10.0.0.59 - - [2025-03-20 02:27:39] "POST /neutron/port HTTP/1.1" 200 1083 0.019140 10.0.0.59 - - [2025-03-20 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007156 10.0.0.59 - - [2025-03-20 02:27:39] "GET /obj-perms HTTP/1.1" 200 5056 0.056119 10.0.0.59 - - [2025-03-20 02:27:39] "GET /virtual-machine/fca637e9-33ab-44a0-b050-ff8d81837535 HTTP/1.1" 200 1289 0.005365 10.0.0.59 - - [2025-03-20 02:27:39] "GET /virtual-machine-interface/865d6ba3-2de3-4374-9c5f-ea8ec83eecf0 HTTP/1.1" 200 2940 0.002820 10.0.0.59 - - [2025-03-20 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.59 - - [2025-03-20 02:27:39] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002637 10.0.0.59 - - [2025-03-20 02:27:39] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003326 10.0.0.59 - - [2025-03-20 02:27:39] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003356 10.0.0.59 - - [2025-03-20 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.59 - - [2025-03-20 02:27:40] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002711 10.0.0.59 - - [2025-03-20 02:27:40] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003042 10.0.0.59 - - [2025-03-20 02:27:40] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005381 10.0.0.59 - - [2025-03-20 02:27:41] "POST /neutron/port HTTP/1.1" 200 1083 0.016477 10.0.0.59 - - [2025-03-20 02:27:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006517 10.0.0.59 - - [2025-03-20 02:27:41] "POST /neutron/port HTTP/1.1" 200 1083 0.015510 10.0.0.59 - - [2025-03-20 02:27:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006314 10.0.0.59 - - [2025-03-20 02:27:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014574 10.0.0.59 - - [2025-03-20 02:27:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006152 10.0.0.59 - - [2025-03-20 02:27:41] "GET /virtual-machine/69eb1684-a833-4eff-914d-8246b0923a72 HTTP/1.1" 200 1292 0.004231 10.0.0.59 - - [2025-03-20 02:27:41] "GET /virtual-machine-interface/a0297901-41db-4eb4-b045-3f921af792f7 HTTP/1.1" 200 2941 0.002757 10.0.0.59 - - [2025-03-20 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.59 - - [2025-03-20 02:27:41] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002935 10.0.0.59 - - [2025-03-20 02:27:41] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003110 10.0.0.59 - - [2025-03-20 02:27:41] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003257 10.0.0.59 - - [2025-03-20 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.59 - - [2025-03-20 02:27:42] "GET /global-vrouter-config/4828a5bd-a937-4bdb-9f8d-706729dc72d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002945 10.0.0.59 - - [2025-03-20 02:27:42] "GET /virtual-networks?parent_id=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004224 10.0.0.59 - - [2025-03-20 02:27:42] "GET /virtual-network/792158dc-ca94-4606-9b7d-a5e5447e5f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003398 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 1109 0.010757 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 1109 0.017584 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 151 0.115082 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 1109 0.013724 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 1109 0.013198 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 151 0.126343 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/network HTTP/1.1" 200 994 0.017325 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 1083 0.047170 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/network HTTP/1.1" 400 204 0.016449 10.0.0.59 - - [2025-03-20 02:27:58] "POST /neutron/port HTTP/1.1" 200 1109 0.009107 10.0.0.59 - - [2025-03-20 02:27:59] "POST /neutron/port HTTP/1.1" 200 151 0.128292 10.0.0.59 - - [2025-03-20 02:28:00] "POST /neutron/network HTTP/1.1" 200 994 0.014341 10.0.0.59 - - [2025-03-20 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.59 - - [2025-03-20 02:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001274 10.0.0.59 - - [2025-03-20 02:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.59 - - [2025-03-20 02:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001701 10.0.0.59 - - [2025-03-20 02:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001577 10.0.0.59 - - [2025-03-20 02:28:01] "POST /neutron/network HTTP/1.1" 200 151 0.138961 10.0.0.59 - - [2025-03-20 02:28:01] "DELETE /route-target/8eea20af-1b87-4108-80f3-7ff60a363cd4 HTTP/1.1" 200 115 0.031904 10.0.0.59 - - [2025-03-20 02:28:01] "GET /routing-instance/fa73e978-6dd6-41e7-80b5-526d6bef558e HTTP/1.1" 404 171 0.005026 10.0.0.59 - - [2025-03-20 02:28:01] "GET /domains HTTP/1.1" 200 280 0.002670 10.0.0.59 - - [2025-03-20 02:28:01] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.59 - - [2025-03-20 02:28:01] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024 HTTP/1.1" 200 2573 0.052404 10.0.0.59 - - [2025-03-20 02:28:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.59 - - [2025-03-20 02:28:01] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441 HTTP/1.1" 200 2084 0.063250 10.0.0.59 - - [2025-03-20 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.59 - - [2025-03-20 02:28:01] "DELETE /network-ipam/a348148d-e11a-43f6-9dd0-bdd788045a90 HTTP/1.1" 200 115 0.024022 10.0.0.59 - - [2025-03-20 02:28:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003026 10.0.0.59 - - [2025-03-20 02:28:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.59 - - [2025-03-20 02:28:01] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059307 10.0.0.59 - - [2025-03-20 02:28:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.59 - - [2025-03-20 02:28:01] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?fields=virtual_networks HTTP/1.1" 200 1031 0.063670 10.0.0.59 - - [2025-03-20 02:28:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.59 - - [2025-03-20 02:28:01] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.029167 10.0.0.59 - - [2025-03-20 02:28:01] "GET /projects?obj_uuids=6854ff3e-f226-4949-a6f6-7a5715956441&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001375 10.0.0.59 - - [2025-03-20 02:28:01] "GET /project/6854ff3e-f226-4949-a6f6-7a5715956441?fields=security_groups HTTP/1.1" 200 1257 0.029760 10.0.0.59 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.005879 10.0.0.59 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 400 205 0.003363 10.0.0.59 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.005540 10.0.0.59 - - [2025-03-20 02:28:03] "POST /neutron/port HTTP/1.1" 400 205 0.004062 10.0.0.59 - - [2025-03-20 02:28:10] "GET / HTTP/1.1" 200 35931 0.002470 10.0.0.59 - - [2025-03-20 02:28:10] "GET /project/01284b3d-6e86-4558-ae9b-a24ae7eaacbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000552 10.0.0.59 - - [2025-03-20 02:28:11] "GET /projects?obj_uuids=01284b3d-6e86-4558-ae9b-a24ae7eaacbd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001311 10.0.0.59 - - [2025-03-20 02:28:11] "GET /project/01284b3d-6e86-4558-ae9b-a24ae7eaacbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.047264 [Introspect:8084]10.0.0.59 - - [2025-03-20 02:28:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001091 10.0.0.59 - - [2025-03-20 02:28:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.025656 10.0.0.59 - - [2025-03-20 02:28:12] "GET /projects?obj_uuids=c2f1147c-40e4-458f-b31d-45ec4f196c57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002997 10.0.0.59 - - [2025-03-20 02:28:12] "GET /domains?obj_uuids=6f5fb79c-8fce-492c-bdfd-369cb57c7024&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.59 - - [2025-03-20 02:28:12] "GET /domain/6f5fb79c-8fce-492c-bdfd-369cb57c7024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007602 10.0.0.59 - - [2025-03-20 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.001457 10.0.0.59 - - [2025-03-20 02:28:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.005571 10.0.0.59 - - [2025-03-20 02:28:12] "POST /security-groups HTTP/1.1" 200 587 0.070429 10.0.0.59 - - [2025-03-20 02:28:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.003129 10.0.0.59 - - [2025-03-20 02:28:12] "POST /projects HTTP/1.1" 200 577 0.227967