++ 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 Jan 9 02:31:05 UTC 2025 ===================' INFO: =================== Thu Jan 9 02:31:05 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.40 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.40 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.40 ++ ANALYTICSDB_NODES=10.0.0.40 ++ ANALYTICS_SNMP_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:8081 ' +++ '[' -n '10.0.0.40:8081 ' ']' +++ echo 10.0.0.40:8081 ++ ANALYTICS_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9042 ' +++ '[' -n '10.0.0.40:9042 ' ']' +++ echo 10.0.0.40:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.40:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:8086 ' +++ '[' -n '10.0.0.40:8086 ' ']' +++ echo 10.0.0.40:8086 ++ COLLECTOR_SERVERS=10.0.0.40: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.40 ++ CONFIGDB_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:8082 ' +++ '[' -n '10.0.0.40:8082 ' ']' +++ echo 10.0.0.40:8082 ++ CONFIG_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9161 ' +++ '[' -n '10.0.0.40:9161 ' ']' +++ echo 10.0.0.40:9161 ++ CONFIGDB_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9041 ' +++ '[' -n '10.0.0.40:9041 ' ']' +++ echo 10.0.0.40:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.40: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.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+=10.0.0.40:2181, +++ '[' -n 10.0.0.40:2181, ']' +++ echo 10.0.0.40:2181 ++ ZOOKEEPER_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:2181 ' +++ '[' -n '10.0.0.40:2181 ' ']' +++ echo 10.0.0.40:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.40:2181 ++ RABBITMQ_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+=10.0.0.40:5673, +++ '[' -n 10.0.0.40:5673, ']' +++ echo 10.0.0.40:5673 ++ RABBITMQ_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:6379 ' +++ '[' -n '10.0.0.40:6379 ' ']' +++ echo 10.0.0.40:6379 ++ REDIS_SERVERS=10.0.0.40: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.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9092 ' +++ '[' -n '10.0.0.40:9092 ' ']' +++ echo 10.0.0.40:9092 ++ KAFKA_SERVERS=10.0.0.40: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.40 ++ 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.40 ++ 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.40 ++ 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.40 ++ cut -d , -f 1 + local cassandra=10.0.0.40 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.40 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.40 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.40 +++ 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}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.40,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.40'\''))' +++ local server_ip=10.0.0.40 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.40 ]] +++ [[ ,10.0.0.40,10.20.0.20,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.40, ]] +++ echo 10.0.0.40 1 +++ return ++ local ip=10.0.0.40 ++ [[ -z 10.0.0.40 ]] ++ echo 10.0.0.40 + host_ip=10.0.0.40 + [[ cql == \c\q\l ]] ++ echo 10.0.0.40:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.40:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.40:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 01/09/2025 02:31:12.995 7f0e7d6be6c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/09/2025 02:31:13.021 7f0e7d6be6c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/09/2025 02:31:13.034 7f0e7d6be6c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/09/2025 02:31:13.034 7f0e7d6be6c8 [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.40:8082/ Hit Ctrl-C to quit. 10.0.0.40 - - [2025-01-09 02:31:16] "GET / HTTP/1.1" 200 45871 0.001515 10.0.0.40 - - [2025-01-09 02:31:16] "GET / HTTP/1.1" 200 45871 0.001122 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.40 - - [2025-01-09 02:31:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000536 10.0.0.40 - - [2025-01-09 02:31:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000299 10.0.0.40 - - [2025-01-09 02:31:17] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.599776 10.0.0.40 - - [2025-01-09 02:31:17] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003007 10.0.0.40 - - [2025-01-09 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.330764 10.0.0.40 - - [2025-01-09 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.40 - - [2025-01-09 02:31:17] "GET / HTTP/1.1" 200 35931 0.001556 10.0.0.40 - - [2025-01-09 02:31:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 /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.40 - - [2025-01-09 02:31:17] "GET / HTTP/1.1" 200 35931 0.001507 10.0.0.40 - - [2025-01-09 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.023773 10.0.0.40 - - [2025-01-09 02:31:17] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003164 10.0.0.40 - - [2025-01-09 02:31:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003019 10.0.0.40 - - [2025-01-09 02:31:18] "POST /config-database-nodes HTTP/1.1" 200 617 0.019887 10.0.0.40 - - [2025-01-09 02:31:18] "GET / HTTP/1.1" 200 35931 0.001618 10.0.0.40 - - [2025-01-09 02:31:18] "GET / HTTP/1.1" 200 35931 0.001324 10.0.0.40 - - [2025-01-09 02:31:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.40 - - [2025-01-09 02:31:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000670 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.583668 10.0.0.40 - - [2025-01-09 02:31:19] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003347 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.314521 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.048090 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003255 10.0.0.40 - - [2025-01-09 02:31:19] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003289 10.0.0.40 - - [2025-01-09 02:31:19] "GET /network-ipam/6ef23d6d-155a-47ad-b862-bb8920e21bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003226 10.0.0.40 - - [2025-01-09 02:31:19] "POST /config-nodes HTTP/1.1" 200 599 0.018042 10.0.0.40 - - [2025-01-09 02:31:19] "POST /service-appliance-sets HTTP/1.1" 200 553 0.016294 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 180 0.002950 10.0.0.40 - - [2025-01-09 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.40 - - [2025-01-09 02:31:19] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003645 10.0.0.40 - - [2025-01-09 02:31:20] "POST /service-appliance-sets HTTP/1.1" 200 541 0.017600 10.0.0.40 - - [2025-01-09 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009687 10.0.0.40 - - [2025-01-09 02:31:20] "GET / HTTP/1.1" 200 35931 0.002693 10.0.0.40 - - [2025-01-09 02:31:20] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000387 10.0.0.40 - - [2025-01-09 02:31:20] "GET /network-ipam/6ef23d6d-155a-47ad-b862-bb8920e21bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003322 10.0.0.40 - - [2025-01-09 02:31:20] "POST /service-templates HTTP/1.1" 200 511 0.017585 10.0.0.40 - - [2025-01-09 02:31:20] "POST /service-templates HTTP/1.1" 200 501 0.016637 10.0.0.40 - - [2025-01-09 02:31:20] "POST /fqname-to-id HTTP/1.1" 404 225 0.002791 10.0.0.40 - - [2025-01-09 02:31:20] "POST /service-templates HTTP/1.1" 200 515 0.018991 10.0.0.40 - - [2025-01-09 02:31:20] "POST /access-control-lists HTTP/1.1" 200 587 0.016857 10.0.0.40 - - [2025-01-09 02:31:20] "POST /fqname-to-id HTTP/1.1" 404 224 0.003059 10.0.0.40 - - [2025-01-09 02:31:20] "POST /service-templates HTTP/1.1" 200 535 0.019900 10.0.0.40 - - [2025-01-09 02:31:20] "POST /access-control-lists HTTP/1.1" 200 585 0.024890 10.0.0.40 - - [2025-01-09 02:31:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027233 10.0.0.40 - - [2025-01-09 02:31:20] "POST /service-templates HTTP/1.1" 200 507 0.023830 10.0.0.40 - - [2025-01-09 02:31:20] "POST /route-targets HTTP/1.1" 200 327 0.010510 10.0.0.40 - - [2025-01-09 02:31:20] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.40 - - [2025-01-09 02:31:20] "POST /route-targets HTTP/1.1" 200 327 0.009668 10.0.0.40 - - [2025-01-09 02:31:20] "POST /ref-update HTTP/1.1" 200 156 0.011992 10.0.0.40 - - [2025-01-09 02:31:20] "POST /route-targets HTTP/1.1" 200 327 0.011105 10.0.0.40 - - [2025-01-09 02:31:20] "POST /ref-update HTTP/1.1" 200 156 0.010137 10.0.0.40 - - [2025-01-09 02:31:20] "POST /route-targets HTTP/1.1" 200 327 0.010072 10.0.0.40 - - [2025-01-09 02:31:20] "POST /ref-update HTTP/1.1" 200 156 0.010598 10.0.0.40 - - [2025-01-09 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.003021 10.0.0.40 - - [2025-01-09 02:31:21] "POST /access-control-lists HTTP/1.1" 200 551 0.064017 10.0.0.40 - - [2025-01-09 02:31:21] "PUT /access-control-list/e300c4e3-5560-4c9d-9650-312f7bd6092e HTTP/1.1" 200 272 0.010740 10.0.0.40 - - [2025-01-09 02:31:21] "PUT /access-control-list/9cbda4be-183c-41b3-a5e1-4edfde40bea3 HTTP/1.1" 200 272 0.009814 10.0.0.40 - - [2025-01-09 02:31:24] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.022021 10.0.0.40 - - [2025-01-09 02:31:25] "POST /job-templates HTTP/1.1" 200 555 0.064186 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.004041 10.0.0.40 - - [2025-01-09 02:31:25] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.002946 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.40 - - [2025-01-09 02:31:25] "POST /job-templates HTTP/1.1" 200 563 0.060559 10.0.0.40 - - [2025-01-09 02:31:25] "PUT /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596 HTTP/1.1" 200 276 0.019549 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.003757 10.0.0.40 - - [2025-01-09 02:31:25] "POST /job-templates HTTP/1.1" 200 545 0.061865 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002925 10.0.0.40 - - [2025-01-09 02:31:25] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.40 - - [2025-01-09 02:31:25] "POST /job-templates HTTP/1.1" 200 577 0.061991 10.0.0.40 - - [2025-01-09 02:31:25] "POST /alarms HTTP/1.1" 401 292 0.000363 10.0.0.40 - - [2025-01-09 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 208 0.002839 10.0.0.40 - - [2025-01-09 02:31:26] "POST /job-templates HTTP/1.1" 200 579 0.061842 10.0.0.40 - - [2025-01-09 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.003807 10.0.0.40 - - [2025-01-09 02:31:26] "POST /job-templates HTTP/1.1" 200 583 0.061362 10.0.0.40 - - [2025-01-09 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.002620 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 581 0.040259 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 575 0.014534 10.0.0.40 - - [2025-01-09 02:31:26] "POST /job-templates HTTP/1.1" 200 559 0.062711 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 575 0.040906 10.0.0.40 - - [2025-01-09 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.002979 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 559 0.015057 10.0.0.40 - - [2025-01-09 02:31:26] "POST /job-templates HTTP/1.1" 200 569 0.062659 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 555 0.052140 10.0.0.40 - - [2025-01-09 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.003278 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 557 0.016370 10.0.0.40 - - [2025-01-09 02:31:26] "POST /job-templates HTTP/1.1" 200 555 0.058380 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 565 0.047677 10.0.0.40 - - [2025-01-09 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.003487 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 549 0.016262 10.0.0.40 - - [2025-01-09 02:31:26] "POST /job-templates HTTP/1.1" 200 555 0.062235 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 557 0.057306 10.0.0.40 - - [2025-01-09 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.003159 10.0.0.40 - - [2025-01-09 02:31:26] "POST /alarms HTTP/1.1" 200 567 0.015965 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 555 0.070287 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 555 0.061187 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.003357 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 567 0.015692 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 535 0.061973 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003076 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 575 0.089087 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 569 0.021607 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 559 0.023094 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003147 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 561 0.020515 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 559 0.069509 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 561 0.063597 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003434 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 561 0.015399 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 559 0.062589 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 547 0.056813 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003079 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 595 0.016659 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 565 0.063205 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 575 0.053058 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.002867 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 571 0.015754 10.0.0.40 - - [2025-01-09 02:31:27] "POST /job-templates HTTP/1.1" 200 557 0.061795 10.0.0.40 - - [2025-01-09 02:31:27] "POST /alarms HTTP/1.1" 200 583 0.058854 10.0.0.40 - - [2025-01-09 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.002852 10.0.0.40 - - [2025-01-09 02:31:28] "POST /alarms HTTP/1.1" 200 609 0.015141 10.0.0.40 - - [2025-01-09 02:31:28] "POST /job-templates HTTP/1.1" 200 555 0.066056 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.002771 10.0.0.40 - - [2025-01-09 02:31:28] "POST /job-templates HTTP/1.1" 200 573 0.061396 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003060 10.0.0.40 - - [2025-01-09 02:31:28] "GET / HTTP/1.1" 200 35931 0.001793 10.0.0.40 - - [2025-01-09 02:31:28] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000494 10.0.0.40 - - [2025-01-09 02:31:28] "POST /job-templates HTTP/1.1" 200 551 0.065626 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.002988 10.0.0.40 - - [2025-01-09 02:31:28] "POST /job-templates HTTP/1.1" 200 579 0.057207 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.002844 10.0.0.40 - - [2025-01-09 02:31:28] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021383 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.40 - - [2025-01-09 02:31:28] "POST /job-templates HTTP/1.1" 200 555 0.069656 10.0.0.40 - - [2025-01-09 02:31:28] "PUT /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596 HTTP/1.1" 200 276 0.008089 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.002919 10.0.0.40 - - [2025-01-09 02:31:28] "POST /job-templates HTTP/1.1" 200 559 0.061010 10.0.0.40 - - [2025-01-09 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003038 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 575 0.061939 10.0.0.40 - - [2025-01-09 02:31:29] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.002838 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 557 0.060839 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.002867 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 559 0.072505 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003275 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.022968 10.0.0.40 - - [2025-01-09 02:31:29] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002816 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 555 0.056558 10.0.0.40 - - [2025-01-09 02:31:29] "PUT /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596 HTTP/1.1" 200 276 0.009638 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.002591 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 553 0.068624 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.002773 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 553 0.057236 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.003214 10.0.0.40 - - [2025-01-09 02:31:29] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.40 - - [2025-01-09 02:31:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.40 - - [2025-01-09 02:31:29] "POST /job-templates HTTP/1.1" 200 553 0.061323 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.003075 10.0.0.40 - - [2025-01-09 02:31:30] "POST /job-templates HTTP/1.1" 200 563 0.060486 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.002917 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.021629 10.0.0.40 - - [2025-01-09 02:31:30] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.044534 10.0.0.40 - - [2025-01-09 02:31:30] "POST /job-templates HTTP/1.1" 200 565 0.062057 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003244 10.0.0.40 - - [2025-01-09 02:31:30] "PUT /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e HTTP/1.1" 200 274 0.016388 10.0.0.40 - - [2025-01-09 02:31:30] "POST /config-propertiess HTTP/1.1" 200 551 0.019274 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 168 0.002830 10.0.0.40 - - [2025-01-09 02:31:30] "POST /tags HTTP/1.1" 200 321 0.031549 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 166 0.003195 10.0.0.40 - - [2025-01-09 02:31:30] "POST /tags HTTP/1.1" 200 317 0.018311 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 174 0.002882 10.0.0.40 - - [2025-01-09 02:31:30] "POST /tags HTTP/1.1" 200 333 0.019710 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 162 0.003668 10.0.0.40 - - [2025-01-09 02:31:30] "POST /tags HTTP/1.1" 200 309 0.033889 10.0.0.40 - - [2025-01-09 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 174 0.003109 10.0.0.40 - - [2025-01-09 02:31:30] "POST /tags HTTP/1.1" 200 333 0.020369 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.002921 10.0.0.40 - - [2025-01-09 02:31:31] "POST /tags HTTP/1.1" 200 313 0.020284 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 169 0.003217 10.0.0.40 - - [2025-01-09 02:31:31] "POST /tags HTTP/1.1" 200 323 0.019597 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.40 - - [2025-01-09 02:31:31] "PUT /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e HTTP/1.1" 200 274 0.009983 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.002814 10.0.0.40 - - [2025-01-09 02:31:31] "POST /hardwares HTTP/1.1" 200 327 0.009979 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.003375 10.0.0.40 - - [2025-01-09 02:31:31] "POST /hardwares HTTP/1.1" 200 327 0.010471 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.002887 10.0.0.40 - - [2025-01-09 02:31:31] "POST /hardwares HTTP/1.1" 200 327 0.010254 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.002972 10.0.0.40 - - [2025-01-09 02:31:31] "POST /hardwares HTTP/1.1" 200 327 0.011110 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003010 10.0.0.40 - - [2025-01-09 02:31:31] "POST /hardwares HTTP/1.1" 200 323 0.010457 10.0.0.40 - - [2025-01-09 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.002825 10.0.0.40 - - [2025-01-09 02:31:31] "POST /hardwares HTTP/1.1" 200 323 0.010529 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.003829 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 317 0.009975 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003239 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 323 0.010004 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003328 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 323 0.010824 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.002913 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 323 0.010527 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 165 0.002930 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 325 0.012204 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 165 0.002998 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 325 0.010749 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 165 0.002923 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 325 0.011238 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 165 0.002860 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 325 0.011603 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003201 10.0.0.40 - - [2025-01-09 02:31:32] "POST /hardwares HTTP/1.1" 200 323 0.010321 10.0.0.40 - - [2025-01-09 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.003188 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 317 0.016354 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002726 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 323 0.009987 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.003150 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 317 0.011236 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002903 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 323 0.010508 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 162 0.002862 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 319 0.010677 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 162 0.002745 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 319 0.014302 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.003476 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 325 0.012537 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.002844 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 317 0.010227 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.002796 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 317 0.010185 10.0.0.40 - - [2025-01-09 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 162 0.003174 10.0.0.40 - - [2025-01-09 02:31:33] "POST /hardwares HTTP/1.1" 200 319 0.009690 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.002928 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 319 0.009746 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.002645 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 319 0.010534 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 158 0.002813 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 311 0.009228 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 158 0.002843 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 311 0.011035 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 160 0.003235 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 315 0.009781 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 154 0.003091 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 303 0.011372 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 158 0.003429 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 311 0.010593 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 155 0.002887 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 305 0.012026 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 155 0.002842 10.0.0.40 - - [2025-01-09 02:31:34] "POST /hardwares HTTP/1.1" 200 305 0.010379 10.0.0.40 - - [2025-01-09 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 155 0.002856 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 305 0.010448 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.002772 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 305 0.010569 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 156 0.003689 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 307 0.011134 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 156 0.002955 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 307 0.010350 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 156 0.003744 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 307 0.010877 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.002890 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 309 0.016266 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.002854 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 311 0.011220 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.002765 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 311 0.009819 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 153 0.002762 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 301 0.012207 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.003165 10.0.0.40 - - [2025-01-09 02:31:35] "POST /hardwares HTTP/1.1" 200 309 0.011070 10.0.0.40 - - [2025-01-09 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.002969 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 309 0.010696 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.003344 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 309 0.010019 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.002857 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 309 0.010302 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.003336 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 309 0.010710 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.002927 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 317 0.010651 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.002914 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 309 0.010677 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.003339 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 309 0.011844 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 154 0.003080 10.0.0.40 - - [2025-01-09 02:31:36] "POST /hardwares HTTP/1.1" 200 303 0.013188 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003401 10.0.0.40 - - [2025-01-09 02:31:36] "POST /features HTTP/1.1" 200 533 0.021211 10.0.0.40 - - [2025-01-09 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 185 0.003899 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 523 0.015878 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.003077 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 521 0.014943 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.002879 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 521 0.015187 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.002847 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 531 0.015657 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.003163 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 521 0.016319 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002889 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 539 0.016365 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.003716 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 525 0.017234 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.002974 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 519 0.017582 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 182 0.003811 10.0.0.40 - - [2025-01-09 02:31:37] "POST /features HTTP/1.1" 200 517 0.020017 10.0.0.40 - - [2025-01-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.002990 10.0.0.40 - - [2025-01-09 02:31:38] "POST /features HTTP/1.1" 200 533 0.018181 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.003680 10.0.0.40 - - [2025-01-09 02:31:38] "POST /features HTTP/1.1" 200 541 0.019555 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 178 0.003037 10.0.0.40 - - [2025-01-09 02:31:38] "POST /physical-roles HTTP/1.1" 200 521 0.016844 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 179 0.003695 10.0.0.40 - - [2025-01-09 02:31:38] "POST /physical-roles HTTP/1.1" 200 523 0.017868 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.005401 10.0.0.40 - - [2025-01-09 02:31:38] "POST /physical-roles HTTP/1.1" 200 533 0.017874 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 177 0.002969 10.0.0.40 - - [2025-01-09 02:31:38] "POST /physical-roles HTTP/1.1" 200 519 0.015191 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.002763 10.0.0.40 - - [2025-01-09 02:31:38] "POST /overlay-roles HTTP/1.1" 200 545 0.015258 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.002966 10.0.0.40 - - [2025-01-09 02:31:38] "POST /overlay-roles HTTP/1.1" 200 531 0.014283 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.002733 10.0.0.40 - - [2025-01-09 02:31:38] "POST /overlay-roles HTTP/1.1" 200 545 0.014479 10.0.0.40 - - [2025-01-09 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 185 0.002792 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 533 0.014688 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.002811 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 541 0.016089 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.40 - - [2025-01-09 02:31:39] "PUT /overlay-role/31065c73-fae4-4fa6-85ff-174571e2ff24 HTTP/1.1" 200 258 0.008470 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.003646 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 531 0.016351 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 185 0.002824 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 533 0.014899 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.002934 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 529 0.015140 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.003068 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 537 0.015120 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003293 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 541 0.016206 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 178 0.002798 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 519 0.014645 10.0.0.40 - - [2025-01-09 02:31:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.003107 10.0.0.40 - - [2025-01-09 02:31:39] "POST /overlay-roles HTTP/1.1" 200 543 0.015447 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 182 0.002641 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 533 0.015661 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003089 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 547 0.020041 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.002771 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 549 0.014707 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.002829 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 551 0.014814 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003135 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 563 0.014755 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.002808 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 547 0.014753 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.003174 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 549 0.015195 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.002652 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 551 0.014460 10.0.0.40 - - [2025-01-09 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.002864 10.0.0.40 - - [2025-01-09 02:31:40] "POST /role-definitions HTTP/1.1" 200 549 0.015397 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.002888 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 561 0.015365 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.002709 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 547 0.015244 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.002793 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 549 0.014705 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.003379 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 545 0.014533 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.004572 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 547 0.014498 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.002652 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 553 0.015003 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002797 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 555 0.015327 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.002756 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 533 0.016085 10.0.0.40 - - [2025-01-09 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 187 0.003649 10.0.0.40 - - [2025-01-09 02:31:41] "POST /role-definitions HTTP/1.1" 200 543 0.016457 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 181 0.003146 10.0.0.40 - - [2025-01-09 02:31:42] "POST /role-definitions HTTP/1.1" 200 531 0.016467 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.002806 10.0.0.40 - - [2025-01-09 02:31:42] "POST /role-definitions HTTP/1.1" 200 537 0.013889 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003167 10.0.0.40 - - [2025-01-09 02:31:42] "POST /role-definitions HTTP/1.1" 200 547 0.014646 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003045 10.0.0.40 - - [2025-01-09 02:31:42] "POST /role-definitions HTTP/1.1" 200 557 0.027020 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002691 10.0.0.40 - - [2025-01-09 02:31:42] "POST /role-definitions HTTP/1.1" 200 561 0.029495 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.002737 10.0.0.40 - - [2025-01-09 02:31:42] "POST /role-definitions HTTP/1.1" 200 559 0.016305 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002816 10.0.0.40 - - [2025-01-09 02:31:42] "POST /feature-configs HTTP/1.1" 200 537 0.016567 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.002842 10.0.0.40 - - [2025-01-09 02:31:42] "POST /feature-configs HTTP/1.1" 200 562 0.014660 10.0.0.40 - - [2025-01-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002783 10.0.0.40 - - [2025-01-09 02:31:42] "POST /feature-configs HTTP/1.1" 200 561 0.014268 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.002955 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 547 0.015550 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.003157 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 537 0.016456 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003083 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 549 0.017097 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003009 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 541 0.014657 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.002923 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 541 0.015667 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.002857 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 539 0.020526 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002849 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 531 0.015567 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.003243 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 533 0.019570 10.0.0.40 - - [2025-01-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.002951 10.0.0.40 - - [2025-01-09 02:31:43] "POST /node-profiles HTTP/1.1" 200 557 0.016483 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002714 10.0.0.40 - - [2025-01-09 02:31:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015356 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002961 10.0.0.40 - - [2025-01-09 02:31:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015179 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002999 10.0.0.40 - - [2025-01-09 02:31:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019550 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003137 10.0.0.40 - - [2025-01-09 02:31:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017388 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002885 10.0.0.40 - - [2025-01-09 02:31:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.026038 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.004099 10.0.0.40 - - [2025-01-09 02:31:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017915 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.003442 10.0.0.40 - - [2025-01-09 02:31:44] "POST /sflow-profiles HTTP/1.1" 200 532 0.018684 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.003076 10.0.0.40 - - [2025-01-09 02:31:44] "POST /sflow-profiles HTTP/1.1" 200 538 0.018604 10.0.0.40 - - [2025-01-09 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.003394 10.0.0.40 - - [2025-01-09 02:31:44] "POST /sflow-profiles HTTP/1.1" 200 538 0.017760 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.003377 10.0.0.40 - - [2025-01-09 02:31:45] "POST /grpc-profiles HTTP/1.1" 200 530 0.020853 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.003673 10.0.0.40 - - [2025-01-09 02:31:45] "POST /snmp-profiles HTTP/1.1" 200 530 0.018461 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.003530 10.0.0.40 - - [2025-01-09 02:31:45] "POST /netconf-profiles HTTP/1.1" 200 542 0.018547 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002821 10.0.0.40 - - [2025-01-09 02:31:45] "POST /device-functional-groups HTTP/1.1" 200 540 0.018117 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002890 10.0.0.40 - - [2025-01-09 02:31:45] "POST /device-functional-groups HTTP/1.1" 200 540 0.161705 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.003419 10.0.0.40 - - [2025-01-09 02:31:45] "POST /device-functional-groups HTTP/1.1" 200 544 0.016609 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.002825 10.0.0.40 - - [2025-01-09 02:31:45] "POST /device-functional-groups HTTP/1.1" 200 542 0.014806 10.0.0.40 - - [2025-01-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.002702 10.0.0.40 - - [2025-01-09 02:31:46] "POST /device-functional-groups HTTP/1.1" 200 590 0.014724 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.002913 10.0.0.40 - - [2025-01-09 02:31:46] "POST /device-functional-groups HTTP/1.1" 200 570 0.014883 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002743 10.0.0.40 - - [2025-01-09 02:31:46] "POST /device-functional-groups HTTP/1.1" 200 620 0.017630 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003030 10.0.0.40 - - [2025-01-09 02:31:46] "POST /device-functional-groups HTTP/1.1" 200 566 0.015030 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.002923 10.0.0.40 - - [2025-01-09 02:31:46] "POST /device-functional-groups HTTP/1.1" 200 564 0.016176 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.003702 10.0.0.40 - - [2025-01-09 02:31:46] "POST /device-functional-groups HTTP/1.1" 200 574 0.015367 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.002917 10.0.0.40 - - [2025-01-09 02:31:46] "POST /role-configs HTTP/1.1" 200 525 0.019502 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002895 10.0.0.40 - - [2025-01-09 02:31:46] "POST /role-configs HTTP/1.1" 200 520 0.015548 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.002990 10.0.0.40 - - [2025-01-09 02:31:46] "POST /role-configs HTTP/1.1" 200 522 0.016219 10.0.0.40 - - [2025-01-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.002903 10.0.0.40 - - [2025-01-09 02:31:47] "POST /role-configs HTTP/1.1" 200 522 0.015965 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.003015 10.0.0.40 - - [2025-01-09 02:31:47] "POST /role-configs HTTP/1.1" 200 526 0.014443 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.002843 10.0.0.40 - - [2025-01-09 02:31:47] "POST /role-configs HTTP/1.1" 200 521 0.014412 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003243 10.0.0.40 - - [2025-01-09 02:31:47] "POST /role-configs HTTP/1.1" 200 517 0.014609 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.002815 10.0.0.40 - - [2025-01-09 02:31:47] "POST /role-configs HTTP/1.1" 200 518 0.015101 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.40 - - [2025-01-09 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.009482 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.40 - - [2025-01-09 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.007839 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.40 - - [2025-01-09 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.007794 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.40 - - [2025-01-09 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.007893 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.008155 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.007904 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.007804 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.40 - - [2025-01-09 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.007731 10.0.0.40 - - [2025-01-09 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.008212 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.007197 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.007877 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.007553 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.007251 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.006860 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.40 - - [2025-01-09 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.40 - - [2025-01-09 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.40 - - [2025-01-09 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.009136 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.40 - - [2025-01-09 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.40 - - [2025-01-09 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.40 - - [2025-01-09 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.007422 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.40 - - [2025-01-09 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.40 - - [2025-01-09 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.007537 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.40 - - [2025-01-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.008720 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.009773 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006112 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.009929 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.023775 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.007426 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.40 - - [2025-01-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.40 - - [2025-01-09 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.006807 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.40 - - [2025-01-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.008443 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.40 - - [2025-01-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.40 - - [2025-01-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.008074 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.40 - - [2025-01-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.40 - - [2025-01-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.40 - - [2025-01-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.007750 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.40 - - [2025-01-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.006829 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.007206 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.007904 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.007138 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.007467 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.40 - - [2025-01-09 02:31:53] "POST /ref-update HTTP/1.1" 200 156 0.013677 10.0.0.40 - - [2025-01-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.007106 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.006987 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.007115 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.006994 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.40 - - [2025-01-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.40 - - [2025-01-09 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.007798 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.40 - - [2025-01-09 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.007045 10.0.0.40 - - [2025-01-09 02:31:55] "GET /global-system-configs HTTP/1.1" 200 322 0.579506 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.40 - - [2025-01-09 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.009070 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.40 - - [2025-01-09 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.007870 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.40 - - [2025-01-09 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.40 - - [2025-01-09 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.006951 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.40 - - [2025-01-09 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.007108 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.40 - - [2025-01-09 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.007902 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.006752 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.40 - - [2025-01-09 02:31:56] "GET /global-system-configs HTTP/1.1" 200 322 0.022591 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.006818 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.40 - - [2025-01-09 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.006843 10.0.0.40 - - [2025-01-09 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.40 - - [2025-01-09 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.40 - - [2025-01-09 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.40 - - [2025-01-09 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.40 - - [2025-01-09 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.008881 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.40 - - [2025-01-09 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.007146 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.40 - - [2025-01-09 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.009537 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.40 - - [2025-01-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.007060 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.008390 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.006945 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.40 - - [2025-01-09 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.007340 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.40 - - [2025-01-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.008757 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.007052 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.007176 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.007575 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.40 - - [2025-01-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.40 - - [2025-01-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.007834 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.007084 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.006795 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.007004 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.006732 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.40 - - [2025-01-09 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.40 - - [2025-01-09 02:32:00] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.40 - - [2025-01-09 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.006967 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.40 - - [2025-01-09 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.008189 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.40 - - [2025-01-09 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.40 - - [2025-01-09 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.40 - - [2025-01-09 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.006851 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.40 - - [2025-01-09 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.006959 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.40 - - [2025-01-09 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.009396 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.008452 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.007154 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.010362 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.40 - - [2025-01-09 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.40 - - [2025-01-09 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.007408 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.007124 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.006910 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.40 - - [2025-01-09 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.40 - - [2025-01-09 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.40 - - [2025-01-09 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.006680 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.40 - - [2025-01-09 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.006717 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.40 - - [2025-01-09 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.40 - - [2025-01-09 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.007365 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.40 - - [2025-01-09 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.007950 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.40 - - [2025-01-09 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.006382 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.40 - - [2025-01-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.008824 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.006595 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.009010 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.007318 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.40 - - [2025-01-09 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.007605 10.0.0.40 - - [2025-01-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.006475 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.006888 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.007206 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.007099 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.007323 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.40 - - [2025-01-09 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.40 - - [2025-01-09 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.007087 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.40 - - [2025-01-09 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.40 - - [2025-01-09 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.007701 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.40 - - [2025-01-09 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.007539 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.40 - - [2025-01-09 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.007631 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.40 - - [2025-01-09 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.006986 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.40 - - [2025-01-09 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.40 - - [2025-01-09 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.008121 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.008429 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.007000 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.007526 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.007083 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.006906 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.40 - - [2025-01-09 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.007147 10.0.0.40 - - [2025-01-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.006954 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.007053 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.40 - - [2025-01-09 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.40 - - [2025-01-09 02:32:09] "POST /ref-update HTTP/1.1" 200 156 0.008882 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.40 - - [2025-01-09 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.009007 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.40 - - [2025-01-09 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.008604 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.40 - - [2025-01-09 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.007104 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.40 - - [2025-01-09 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.007157 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.40 - - [2025-01-09 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.008165 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.40 - - [2025-01-09 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.007722 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.40 - - [2025-01-09 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.008694 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.007145 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.006504 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.007044 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.006611 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.006898 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.40 - - [2025-01-09 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.40 - - [2025-01-09 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.007178 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.007629 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.007625 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.006500 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.006811 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.40 - - [2025-01-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.40 - - [2025-01-09 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.006876 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.40 - - [2025-01-09 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.006996 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.40 - - [2025-01-09 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.40 - - [2025-01-09 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.40 - - [2025-01-09 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.40 - - [2025-01-09 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.40 - - [2025-01-09 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.008043 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.40 - - [2025-01-09 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.007456 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.006486 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.006916 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.40 - - [2025-01-09 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.40 - - [2025-01-09 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.007839 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.008922 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007515 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.40 - - [2025-01-09 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.40 - - [2025-01-09 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.010062 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.40 - - [2025-01-09 02:32:16] "POST /ref-update HTTP/1.1" 200 156 0.008884 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.40 - - [2025-01-09 02:32:16] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.40 - - [2025-01-09 02:32:16] "POST /ref-update HTTP/1.1" 200 156 0.008697 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.40 - - [2025-01-09 02:32:16] "POST /ref-update HTTP/1.1" 200 156 0.008133 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.40 - - [2025-01-09 02:32:16] "POST /ref-update HTTP/1.1" 200 156 0.007843 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.40 - - [2025-01-09 02:32:16] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.40 - - [2025-01-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.009842 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.007623 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.008815 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.007419 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.008227 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.40 - - [2025-01-09 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.40 - - [2025-01-09 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.008779 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.008579 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.007326 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.009340 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.007959 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.40 - - [2025-01-09 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.40 - - [2025-01-09 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.40 - - [2025-01-09 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.40 - - [2025-01-09 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.40 - - [2025-01-09 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.40 - - [2025-01-09 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.007114 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.40 - - [2025-01-09 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.007732 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.40 - - [2025-01-09 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.007379 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.40 - - [2025-01-09 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.007814 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.008075 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.010483 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.40 - - [2025-01-09 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.008054 10.0.0.40 - - [2025-01-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.007827 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.009908 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.007963 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.009161 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.008953 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.40 - - [2025-01-09 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.40 - - [2025-01-09 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.40 - - [2025-01-09 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.007570 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.40 - - [2025-01-09 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.009743 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.40 - - [2025-01-09 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.40 - - [2025-01-09 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008793 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.40 - - [2025-01-09 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.40 - - [2025-01-09 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.007159 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.40 - - [2025-01-09 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.008086 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.006765 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.007058 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.006740 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.007733 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.40 - - [2025-01-09 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.007074 10.0.0.40 - - [2025-01-09 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.007005 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.006745 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009528 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009647 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009778 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.40 - - [2025-01-09 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.40 - - [2025-01-09 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.40 - - [2025-01-09 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.009545 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.40 - - [2025-01-09 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.007698 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.40 - - [2025-01-09 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.007397 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.40 - - [2025-01-09 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.40 - - [2025-01-09 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.40 - - [2025-01-09 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.007666 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.40 - - [2025-01-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.40 - - [2025-01-09 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.007722 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.40 - - [2025-01-09 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.40 - - [2025-01-09 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.40 - - [2025-01-09 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.007995 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.40 - - [2025-01-09 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.009713 10.0.0.40 - - [2025-01-09 02:32:26] "POST /network-ipams HTTP/1.1" 200 550 0.019813 10.0.0.40 - - [2025-01-09 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.40 - - [2025-01-09 02:32:26] "POST /virtual-networks HTTP/1.1" 200 552 0.091891 10.0.0.40 - - [2025-01-09 02:32:26] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002516 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.002787 10.0.0.40 - - [2025-01-09 02:32:26] "POST /fqname-to-id HTTP/1.1" 404 178 0.004175 10.0.0.40 - - [2025-01-09 02:32:27] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002713 10.0.0.40 - - [2025-01-09 02:32:27] "GET /fabric/eea0370b-5307-41df-8f97-670f4534d58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.003164 10.0.0.40 - - [2025-01-09 02:32:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.002573 10.0.0.40 - - [2025-01-09 02:32:27] "POST /fqname-to-id HTTP/1.1" 404 205 0.002677 10.0.0.40 - - [2025-01-09 02:32:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.002677 10.0.0.40 - - [2025-01-09 02:32:27] "POST /route-targets HTTP/1.1" 200 327 0.008969 10.0.0.40 - - [2025-01-09 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.011090 10.0.0.40 - - [2025-01-09 02:32:38] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.40 - - [2025-01-09 02:32:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000553 10.0.0.40 - - [2025-01-09 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.023433 10.0.0.40 - - [2025-01-09 02:32:38] "GET /routing-instance/c739414b-2f52-4f03-b189-0df868107ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004129 10.0.0.40 - - [2025-01-09 02:32:38] "POST /bgp-routers HTTP/1.1" 200 620 0.032887 10.0.0.40 - - [2025-01-09 02:32:38] "GET /bgp-router/c5c2942f-9e7f-4f7f-aad6-5c173b7325b3?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.004104 10.0.0.40 - - [2025-01-09 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.40 - - [2025-01-09 02:32:38] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.003370 10.0.0.40 - - [2025-01-09 02:32:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002831 10.0.0.40 - - [2025-01-09 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.007017 10.0.0.40 - - [2025-01-09 02:33:29] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.40 - - [2025-01-09 02:33:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.40 - - [2025-01-09 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.022675 10.0.0.40 - - [2025-01-09 02:33:29] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005035 10.0.0.40 - - [2025-01-09 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.002755 10.0.0.40 - - [2025-01-09 02:33:29] "POST /database-nodes HTTP/1.1" 200 603 0.017725 10.0.0.40 - - [2025-01-09 02:34:11] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.40 - - [2025-01-09 02:34:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.40 - - [2025-01-09 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.023216 10.0.0.40 - - [2025-01-09 02:34:12] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003537 10.0.0.40 - - [2025-01-09 02:34:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.002795 10.0.0.40 - - [2025-01-09 02:34:12] "POST /analytics-nodes HTTP/1.1" 200 605 0.014647 10.0.0.40 - - [2025-01-09 02:34:17] "GET / HTTP/1.1" 200 35931 0.002290 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.40 - - [2025-01-09 02:34:22] "GET /obj-perms HTTP/1.1" 200 5056 0.347135 10.0.0.40 - - [2025-01-09 02:34:22] "GET /obj-perms HTTP/1.1" 200 5056 0.041431 10.0.0.40 - - [2025-01-09 02:34:28] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.40 - - [2025-01-09 02:34:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.40 - - [2025-01-09 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.021425 10.0.0.40 - - [2025-01-09 02:34:28] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.002648 10.0.0.40 - - [2025-01-09 02:34:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.002946 10.0.0.40 - - [2025-01-09 02:34:28] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024850 10.0.0.40 - - [2025-01-09 02:34:39] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.40 - - [2025-01-09 02:34:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.40 - - [2025-01-09 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.022171 10.0.0.40 - - [2025-01-09 02:34:40] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.002762 10.0.0.40 - - [2025-01-09 02:34:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.002885 10.0.0.40 - - [2025-01-09 02:34:40] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.020187 10.0.0.40 - - [2025-01-09 02:35:22] "GET /obj-perms HTTP/1.1" 200 5056 0.042861 10.0.0.40 - - [2025-01-09 02:35:23] "GET /obj-perms HTTP/1.1" 200 5056 0.044218 10.0.0.40 - - [2025-01-09 02:36:11] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.40 - - [2025-01-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.40 - - [2025-01-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.022796 10.0.0.40 - - [2025-01-09 02:36:11] "GET /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.002652 10.0.0.40 - - [2025-01-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.40 - - [2025-01-09 02:36:12] "GET /routing-instance/c739414b-2f52-4f03-b189-0df868107ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003646 10.0.0.40 - - [2025-01-09 02:36:12] "PUT /global-system-config/c9b8bf2b-ea3b-4ddc-a16f-d5a780aa1c9e HTTP/1.1" 200 274 0.010333 10.0.0.40 - - [2025-01-09 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 218 0.003160 10.0.0.40 - - [2025-01-09 02:36:12] "POST /virtual-routers HTTP/1.1" 200 603 0.023980 10.0.0.40 - - [2025-01-09 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.40 - - [2025-01-09 02:36:12] "GET /virtual-router/de84dfc3-42ac-4b13-9980-152572787d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004385 10.0.0.40 - - [2025-01-09 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.002792 10.0.0.40 - - [2025-01-09 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.40 - - [2025-01-09 02:36:12] "GET /virtual-network/8f766e77-ec4f-4ccd-a393-6d5152c1e347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.003138 10.0.0.40 - - [2025-01-09 02:36:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040884 10.0.0.40 - - [2025-01-09 02:36:13] "PUT /access-control-list/1a4eee39-599f-4b56-9e0c-bd48a6c1a8bd HTTP/1.1" 200 272 0.010033 10.0.0.40 - - [2025-01-09 02:36:23] "GET /obj-perms HTTP/1.1" 200 5056 0.042974 10.0.0.40 - - [2025-01-09 02:36:23] "GET /obj-perms HTTP/1.1" 200 5056 0.041702 [Introspect:8084]10.0.0.40 - - [2025-01-09 02:36:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000919 [Introspect:8084]10.0.0.40 - - [2025-01-09 02:36:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000811 [Introspect:8084]10.0.0.40 - - [2025-01-09 02:36:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000801 [Introspect:8084]10.0.0.40 - - [2025-01-09 02:36:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000853 10.0.0.40 - - [2025-01-09 02:36:52] "GET /global-system-configs HTTP/1.1" 200 322 0.006391 10.0.0.40 - - [2025-01-09 02:36:52] "GET /obj-perms HTTP/1.1" 200 5056 0.025914 10.0.0.40 - - [2025-01-09 02:36:54] "GET /global-system-configs HTTP/1.1" 200 322 0.002804 10.0.0.40 - - [2025-01-09 02:36:54] "GET /obj-perms HTTP/1.1" 200 5056 0.024078 10.0.0.40 - - [2025-01-09 02:37:24] "GET /obj-perms HTTP/1.1" 200 5056 0.040222 10.0.0.40 - - [2025-01-09 02:37:24] "GET /obj-perms HTTP/1.1" 200 5056 0.042001 10.0.0.40 - - [2025-01-09 02:37:27] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.40 - - [2025-01-09 02:37:28] "GET /project/cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.40 - - [2025-01-09 02:37:28] "GET /projects?obj_uuids=cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.018796 10.0.0.40 - - [2025-01-09 02:37:28] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.40 - - [2025-01-09 02:37:28] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.068713 10.0.0.40 - - [2025-01-09 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 167 0.001567 10.0.0.40 - - [2025-01-09 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 176 0.002291 10.0.0.40 - - [2025-01-09 02:37:28] "POST /security-groups HTTP/1.1" 200 568 0.059951 10.0.0.40 - - [2025-01-09 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.022356 10.0.0.40 - - [2025-01-09 02:37:28] "POST /projects HTTP/1.1" 200 539 0.203595 10.0.0.40 - - [2025-01-09 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.272650 10.0.0.40 - - [2025-01-09 02:37:29] "POST /access-control-lists HTTP/1.1" 200 573 0.057838 10.0.0.40 - - [2025-01-09 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.002203 10.0.0.40 - - [2025-01-09 02:37:29] "GET /project/cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.473928 10.0.0.40 - - [2025-01-09 02:37:29] "POST /access-control-lists HTTP/1.1" 200 571 0.056459 [Introspect:8084]10.0.0.40 - - [2025-01-09 02:37:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001013 10.0.0.40 - - [2025-01-09 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.020820 10.0.0.40 - - [2025-01-09 02:37:29] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.40 - - [2025-01-09 02:37:30] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001334 10.0.0.40 - - [2025-01-09 02:37:30] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007931 10.0.0.40 - - [2025-01-09 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 201 0.001673 10.0.0.40 - - [2025-01-09 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.002666 10.0.0.40 - - [2025-01-09 02:37:30] "POST /security-groups HTTP/1.1" 200 602 0.067190 10.0.0.40 - - [2025-01-09 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.002230 10.0.0.40 - - [2025-01-09 02:37:30] "POST /projects HTTP/1.1" 200 607 0.218960 10.0.0.40 - - [2025-01-09 02:37:30] "POST /access-control-lists HTTP/1.1" 200 607 0.056306 10.0.0.40 - - [2025-01-09 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.286166 10.0.0.40 - - [2025-01-09 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 244 0.002878 10.0.0.40 - - [2025-01-09 02:37:30] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.405257 10.0.0.40 - - [2025-01-09 02:37:30] "POST /access-control-lists HTTP/1.1" 200 605 0.060106 10.0.0.40 - - [2025-01-09 02:37:31] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.40 - - [2025-01-09 02:37:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.40 - - [2025-01-09 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.058310 10.0.0.40 - - [2025-01-09 02:37:32] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001619 10.0.0.40 - - [2025-01-09 02:37:32] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.032840 10.0.0.40 - - [2025-01-09 02:37:32] "POST /neutron/network HTTP/1.1" 200 117 0.042433 10.0.0.40 - - [2025-01-09 02:37:32] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001263 10.0.0.40 - - [2025-01-09 02:37:32] "POST /neutron/network HTTP/1.1" 200 620 0.087749 10.0.0.40 - - [2025-01-09 02:37:32] "POST /route-targets HTTP/1.1" 200 327 0.009447 10.0.0.40 - - [2025-01-09 02:37:32] "POST /ref-update HTTP/1.1" 200 156 0.013624 10.0.0.40 - - [2025-01-09 02:37:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002396 10.0.0.40 - - [2025-01-09 02:37:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.189481 10.0.0.40 - - [2025-01-09 02:37:32] "POST /neutron/network HTTP/1.1" 200 840 0.006074 10.0.0.40 - - [2025-01-09 02:37:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001288 10.0.0.40 - - [2025-01-09 02:37:32] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003457 10.0.0.40 - - [2025-01-09 02:37:32] "POST /neutron/network HTTP/1.1" 200 840 0.005526 10.0.0.40 - - [2025-01-09 02:37:32] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004187 10.0.0.40 - - [2025-01-09 02:37:33] "POST /neutron/network HTTP/1.1" 200 840 0.006306 10.0.0.40 - - [2025-01-09 02:37:33] "POST /neutron/subnet HTTP/1.1" 200 730 0.009821 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domains HTTP/1.1" 401 292 0.000525 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domains HTTP/1.1" 200 280 0.024269 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2584 0.012132 10.0.0.40 - - [2025-01-09 02:37:33] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.40 - - [2025-01-09 02:37:33] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e HTTP/1.1" 200 2178 0.065118 10.0.0.40 - - [2025-01-09 02:37:33] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458 HTTP/1.1" 200 2345 0.003919 10.0.0.40 - - [2025-01-09 02:37:33] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458 HTTP/1.1" 200 2345 0.003089 10.0.0.40 - - [2025-01-09 02:37:33] "GET /routing-instance/672fa018-4747-4fcd-8060-7db9abbe09de HTTP/1.1" 200 1493 0.002835 10.0.0.40 - - [2025-01-09 02:37:33] "GET /routing-instance/672fa018-4747-4fcd-8060-7db9abbe09de HTTP/1.1" 200 1493 0.002517 10.0.0.40 - - [2025-01-09 02:37:33] "GET /route-target/9f59ce13-3cc8-4904-a380-8d70890ca922 HTTP/1.1" 200 1220 0.002486 10.0.0.40 - - [2025-01-09 02:37:33] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458 HTTP/1.1" 200 2345 0.002306 10.0.0.40 - - [2025-01-09 02:37:33] "GET /routing-instance/672fa018-4747-4fcd-8060-7db9abbe09de HTTP/1.1" 200 1493 0.002526 10.0.0.40 - - [2025-01-09 02:37:33] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002949 10.0.0.40 - - [2025-01-09 02:37:33] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458 HTTP/1.1" 200 2345 0.003171 10.0.0.40 - - [2025-01-09 02:37:33] "GET /routing-instance/672fa018-4747-4fcd-8060-7db9abbe09de HTTP/1.1" 200 1493 0.002764 10.0.0.40 - - [2025-01-09 02:37:33] "GET /routing-instance/672fa018-4747-4fcd-8060-7db9abbe09de HTTP/1.1" 200 1493 0.003340 10.0.0.40 - - [2025-01-09 02:37:33] "GET /route-target/9f59ce13-3cc8-4904-a380-8d70890ca922 HTTP/1.1" 200 1220 0.002619 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domains HTTP/1.1" 200 280 0.002594 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.40 - - [2025-01-09 02:37:33] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2584 0.006691 10.0.0.40 - - [2025-01-09 02:37:33] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001411 10.0.0.40 - - [2025-01-09 02:37:33] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e HTTP/1.1" 200 2178 0.071269 10.0.0.40 - - [2025-01-09 02:37:33] "GET /virtual-network/48f0eab3-6b04-4546-bf09-9c050052c458 HTTP/1.1" 200 2345 0.005069 10.0.0.40 - - [2025-01-09 02:37:34] "GET /obj-perms HTTP/1.1" 200 5052 0.044614 10.0.0.40 - - [2025-01-09 02:37:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001548 10.0.0.40 - - [2025-01-09 02:37:35] "POST /neutron/network HTTP/1.1" 200 850 0.005435 10.0.0.40 - - [2025-01-09 02:37:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.40 - - [2025-01-09 02:37:35] "GET / HTTP/1.1" 200 35931 0.002376 10.0.0.40 - - [2025-01-09 02:37:35] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.40 - - [2025-01-09 02:37:36] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001189 10.0.0.40 - - [2025-01-09 02:37:36] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.040879 10.0.0.40 - - [2025-01-09 02:37:37] "POST /neutron/network HTTP/1.1" 200 840 0.026908 10.0.0.40 - - [2025-01-09 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.005011 10.0.0.40 - - [2025-01-09 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.40 - - [2025-01-09 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/network HTTP/1.1" 200 850 0.006235 10.0.0.40 - - [2025-01-09 02:37:38] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001085 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/port HTTP/1.1" 200 1072 0.206162 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/port HTTP/1.1" 200 1072 0.030498 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/port HTTP/1.1" 200 1072 0.009798 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/port HTTP/1.1" 200 1126 0.049945 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/port HTTP/1.1" 200 1100 0.012914 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002748 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.008468 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.40 - - [2025-01-09 02:37:38] "POST /neutron/network HTTP/1.1" 200 840 0.005644 10.0.0.40 - - [2025-01-09 02:37:42] "POST /neutron/port HTTP/1.1" 200 1100 0.014789 10.0.0.40 - - [2025-01-09 02:37:42] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006739 10.0.0.40 - - [2025-01-09 02:37:42] "GET /obj-perms HTTP/1.1" 200 5052 0.003188 10.0.0.40 - - [2025-01-09 02:37:43] "GET /obj-perms HTTP/1.1" 200 5052 0.003144 10.0.0.40 - - [2025-01-09 02:37:44] "GET /obj-perms HTTP/1.1" 200 5052 0.003347 10.0.0.40 - - [2025-01-09 02:37:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003586 10.0.0.40 - - [2025-01-09 02:37:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003248 10.0.0.40 - - [2025-01-09 02:37:47] "POST /neutron/network HTTP/1.1" 200 840 0.007687 10.0.0.40 - - [2025-01-09 02:37:47] "POST /neutron/network HTTP/1.1" 400 204 0.010132 10.0.0.40 - - [2025-01-09 02:37:48] "POST /neutron/port HTTP/1.1" 200 1100 0.012995 10.0.0.40 - - [2025-01-09 02:37:48] "POST /neutron/port HTTP/1.1" 200 1126 0.010474 10.0.0.40 - - [2025-01-09 02:37:48] "POST /neutron/port HTTP/1.1" 200 151 0.098336 10.0.0.40 - - [2025-01-09 02:37:49] "POST /neutron/network HTTP/1.1" 200 840 0.005747 10.0.0.40 - - [2025-01-09 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.40 - - [2025-01-09 02:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001030 10.0.0.40 - - [2025-01-09 02:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001194 10.0.0.40 - - [2025-01-09 02:37:49] "POST /neutron/network HTTP/1.1" 200 151 0.091532 10.0.0.40 - - [2025-01-09 02:37:49] "GET /routing-instance/672fa018-4747-4fcd-8060-7db9abbe09de HTTP/1.1" 404 171 0.002084 10.0.0.40 - - [2025-01-09 02:37:49] "DELETE /route-target/9f59ce13-3cc8-4904-a380-8d70890ca922 HTTP/1.1" 200 115 0.023938 10.0.0.40 - - [2025-01-09 02:37:49] "GET /domains HTTP/1.1" 200 280 0.004072 10.0.0.40 - - [2025-01-09 02:37:49] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.40 - - [2025-01-09 02:37:49] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2584 0.048886 10.0.0.40 - - [2025-01-09 02:37:49] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001391 10.0.0.40 - - [2025-01-09 02:37:49] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e HTTP/1.1" 200 1928 0.066545 10.0.0.40 - - [2025-01-09 02:37:50] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001068 10.0.0.40 - - [2025-01-09 02:37:50] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.024020 10.0.0.40 - - [2025-01-09 02:37:50] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001043 10.0.0.40 - - [2025-01-09 02:37:50] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?fields=virtual_networks HTTP/1.1" 200 1064 0.061675 10.0.0.40 - - [2025-01-09 02:37:50] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.40 - - [2025-01-09 02:37:50] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.020948 10.0.0.40 - - [2025-01-09 02:37:50] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001031 10.0.0.40 - - [2025-01-09 02:37:50] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?fields=security_groups HTTP/1.1" 200 1301 0.020131 10.0.0.40 - - [2025-01-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.022483 10.0.0.40 - - [2025-01-09 02:37:51] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002958 10.0.0.40 - - [2025-01-09 02:37:51] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.40 - - [2025-01-09 02:37:51] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006537 10.0.0.40 - - [2025-01-09 02:37:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.001174 10.0.0.40 - - [2025-01-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.004973 10.0.0.40 - - [2025-01-09 02:37:51] "POST /security-groups HTTP/1.1" 200 603 0.063108 10.0.0.40 - - [2025-01-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 246 0.003007 10.0.0.40 - - [2025-01-09 02:37:51] "POST /projects HTTP/1.1" 200 609 0.214032 10.0.0.40 - - [2025-01-09 02:37:51] "POST /access-control-lists HTTP/1.1" 200 608 0.058897 10.0.0.40 - - [2025-01-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.284308 10.0.0.40 - - [2025-01-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.002758 10.0.0.40 - - [2025-01-09 02:37:51] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.398009 10.0.0.40 - - [2025-01-09 02:37:51] "POST /access-control-lists HTTP/1.1" 200 606 0.059639 10.0.0.40 - - [2025-01-09 02:37:52] "GET / HTTP/1.1" 200 35931 0.002116 10.0.0.40 - - [2025-01-09 02:37:52] "GET /projects?obj_uuids=cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001005 10.0.0.40 - - [2025-01-09 02:37:52] "GET /project/cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.026282 10.0.0.40 - - [2025-01-09 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.40 - - [2025-01-09 02:37:53] "GET /security-group/ff7df217-6600-4418-90b2-6403c7d5a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.003927 10.0.0.40 - - [2025-01-09 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.40 - - [2025-01-09 02:37:53] "GET /projects?obj_uuids=cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001034 10.0.0.40 - - [2025-01-09 02:37:53] "GET /project/cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.019734 10.0.0.40 - - [2025-01-09 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.40 - - [2025-01-09 02:37:53] "GET /security-group/ff7df217-6600-4418-90b2-6403c7d5a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.003445 10.0.0.40 - - [2025-01-09 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.40 - - [2025-01-09 02:37:53] "PUT /security-group/ff7df217-6600-4418-90b2-6403c7d5a186 HTTP/1.1" 200 262 0.013884 10.0.0.40 - - [2025-01-09 02:37:53] "PUT /access-control-list/769656b6-d8c3-4d83-97a8-2299935a0586 HTTP/1.1" 200 272 0.008312 10.0.0.40 - - [2025-01-09 02:37:53] "PUT /access-control-list/2c487ba7-dbad-43da-89b3-38c78fbc7583 HTTP/1.1" 200 272 0.007667 10.0.0.40 - - [2025-01-09 02:37:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.40 - - [2025-01-09 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.048460 10.0.0.40 - - [2025-01-09 02:37:54] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.40 - - [2025-01-09 02:37:54] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.020867 10.0.0.40 - - [2025-01-09 02:37:54] "POST /neutron/network HTTP/1.1" 200 117 0.026599 10.0.0.40 - - [2025-01-09 02:37:54] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.40 - - [2025-01-09 02:37:54] "POST /neutron/network HTTP/1.1" 200 619 0.064067 10.0.0.40 - - [2025-01-09 02:37:54] "POST /route-targets HTTP/1.1" 200 327 0.016739 10.0.0.40 - - [2025-01-09 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.40 - - [2025-01-09 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007445 10.0.0.40 - - [2025-01-09 02:37:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.176097 10.0.0.40 - - [2025-01-09 02:37:54] "POST /neutron/network HTTP/1.1" 200 838 0.005177 10.0.0.40 - - [2025-01-09 02:37:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.003135 10.0.0.40 - - [2025-01-09 02:37:54] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003814 10.0.0.40 - - [2025-01-09 02:37:54] "POST /neutron/network HTTP/1.1" 200 838 0.006667 10.0.0.40 - - [2025-01-09 02:37:54] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002725 10.0.0.40 - - [2025-01-09 02:37:55] "POST /neutron/network HTTP/1.1" 200 838 0.006299 10.0.0.40 - - [2025-01-09 02:37:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.006418 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domains HTTP/1.1" 401 292 0.000486 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domains HTTP/1.1" 200 280 0.023894 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2782 0.007476 10.0.0.40 - - [2025-01-09 02:37:55] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.40 - - [2025-01-09 02:37:55] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 2184 0.063504 10.0.0.40 - - [2025-01-09 02:37:55] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 2340 0.003440 10.0.0.40 - - [2025-01-09 02:37:55] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 2340 0.002220 10.0.0.40 - - [2025-01-09 02:37:55] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade HTTP/1.1" 200 1492 0.002353 10.0.0.40 - - [2025-01-09 02:37:55] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade HTTP/1.1" 200 1492 0.002209 10.0.0.40 - - [2025-01-09 02:37:55] "GET /route-target/3e608d11-db3b-4c88-9d8d-501fcf6aa2c5 HTTP/1.1" 200 1218 0.002203 10.0.0.40 - - [2025-01-09 02:37:55] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 2340 0.002339 10.0.0.40 - - [2025-01-09 02:37:55] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade HTTP/1.1" 200 1492 0.002120 10.0.0.40 - - [2025-01-09 02:37:55] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002200 10.0.0.40 - - [2025-01-09 02:37:55] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 2340 0.002478 10.0.0.40 - - [2025-01-09 02:37:55] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade HTTP/1.1" 200 1492 0.002275 10.0.0.40 - - [2025-01-09 02:37:55] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade HTTP/1.1" 200 1492 0.002252 10.0.0.40 - - [2025-01-09 02:37:55] "GET /route-target/3e608d11-db3b-4c88-9d8d-501fcf6aa2c5 HTTP/1.1" 200 1218 0.002243 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domains HTTP/1.1" 200 280 0.002616 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.40 - - [2025-01-09 02:37:55] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2782 0.006354 10.0.0.40 - - [2025-01-09 02:37:55] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.40 - - [2025-01-09 02:37:55] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 2184 0.070238 10.0.0.40 - - [2025-01-09 02:37:55] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 2340 0.003761 10.0.0.40 - - [2025-01-09 02:37:55] "GET /obj-perms HTTP/1.1" 200 5054 0.045096 10.0.0.40 - - [2025-01-09 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.40 - - [2025-01-09 02:37:56] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.40 - - [2025-01-09 02:37:56] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.026330 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/network HTTP/1.1" 200 117 0.015092 10.0.0.40 - - [2025-01-09 02:37:56] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001782 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/network HTTP/1.1" 200 619 0.081409 10.0.0.40 - - [2025-01-09 02:37:56] "POST /route-targets HTTP/1.1" 200 327 0.015294 10.0.0.40 - - [2025-01-09 02:37:56] "POST /ref-update HTTP/1.1" 200 156 0.032974 10.0.0.40 - - [2025-01-09 02:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003471 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.146806 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/network HTTP/1.1" 200 838 0.006413 10.0.0.40 - - [2025-01-09 02:37:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001333 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002604 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/network HTTP/1.1" 200 838 0.005286 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002994 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/network HTTP/1.1" 200 838 0.005609 10.0.0.40 - - [2025-01-09 02:37:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.007674 10.0.0.40 - - [2025-01-09 02:37:56] "GET /domains HTTP/1.1" 200 280 0.002639 10.0.0.40 - - [2025-01-09 02:37:56] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.40 - - [2025-01-09 02:37:56] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2782 0.006478 10.0.0.40 - - [2025-01-09 02:37:56] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.40 - - [2025-01-09 02:37:56] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 2412 0.079195 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8 HTTP/1.1" 200 2341 0.004970 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8 HTTP/1.1" 200 2341 0.002981 10.0.0.40 - - [2025-01-09 02:37:56] "GET /routing-instance/e0885e7b-0763-4fc5-86a1-9919bc608fd1 HTTP/1.1" 200 1491 0.003424 10.0.0.40 - - [2025-01-09 02:37:56] "GET /routing-instance/e0885e7b-0763-4fc5-86a1-9919bc608fd1 HTTP/1.1" 200 1491 0.002595 10.0.0.40 - - [2025-01-09 02:37:56] "GET /route-target/ee1b80f8-0799-42d2-97e2-a86c07b3dd12 HTTP/1.1" 200 1219 0.002788 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8 HTTP/1.1" 200 2341 0.002532 10.0.0.40 - - [2025-01-09 02:37:56] "GET /routing-instance/e0885e7b-0763-4fc5-86a1-9919bc608fd1 HTTP/1.1" 200 1491 0.002595 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003183 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8 HTTP/1.1" 200 2341 0.002900 10.0.0.40 - - [2025-01-09 02:37:56] "GET /routing-instance/e0885e7b-0763-4fc5-86a1-9919bc608fd1 HTTP/1.1" 200 1491 0.002480 10.0.0.40 - - [2025-01-09 02:37:56] "GET /routing-instance/e0885e7b-0763-4fc5-86a1-9919bc608fd1 HTTP/1.1" 200 1491 0.003277 10.0.0.40 - - [2025-01-09 02:37:56] "GET /route-target/ee1b80f8-0799-42d2-97e2-a86c07b3dd12 HTTP/1.1" 200 1219 0.002323 10.0.0.40 - - [2025-01-09 02:37:56] "GET /domains HTTP/1.1" 200 280 0.002442 10.0.0.40 - - [2025-01-09 02:37:56] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.40 - - [2025-01-09 02:37:56] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2782 0.006612 10.0.0.40 - - [2025-01-09 02:37:56] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.40 - - [2025-01-09 02:37:56] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 2412 0.063025 10.0.0.40 - - [2025-01-09 02:37:56] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8 HTTP/1.1" 200 2341 0.002393 10.0.0.40 - - [2025-01-09 02:37:56] "GET /obj-perms HTTP/1.1" 200 5054 0.003219 10.0.0.40 - - [2025-01-09 02:37:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001378 10.0.0.40 - - [2025-01-09 02:37:57] "POST /neutron/network HTTP/1.1" 200 848 0.005453 10.0.0.40 - - [2025-01-09 02:37:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000404 10.0.0.40 - - [2025-01-09 02:37:57] "GET / HTTP/1.1" 200 35931 0.001863 10.0.0.40 - - [2025-01-09 02:37:57] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000513 10.0.0.40 - - [2025-01-09 02:37:57] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001653 10.0.0.40 - - [2025-01-09 02:37:57] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041639 10.0.0.40 - - [2025-01-09 02:37:57] "POST /neutron/network HTTP/1.1" 200 838 0.005387 10.0.0.40 - - [2025-01-09 02:37:57] "POST /neutron/port HTTP/1.1" 200 117 0.005131 10.0.0.40 - - [2025-01-09 02:37:57] "POST /neutron/port HTTP/1.1" 200 117 0.006173 10.0.0.40 - - [2025-01-09 02:37:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001239 10.0.0.40 - - [2025-01-09 02:37:57] "POST /neutron/port HTTP/1.1" 200 117 0.004958 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/network HTTP/1.1" 200 848 0.006038 10.0.0.40 - - [2025-01-09 02:37:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/network HTTP/1.1" 200 848 0.024761 10.0.0.40 - - [2025-01-09 02:37:58] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.40 - - [2025-01-09 02:37:58] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.40 - - [2025-01-09 02:37:58] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/port HTTP/1.1" 200 1072 0.305024 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/port HTTP/1.1" 200 1072 0.009454 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/port HTTP/1.1" 200 1072 0.008857 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/port HTTP/1.1" 200 1126 0.081374 10.0.0.40 - - [2025-01-09 02:37:58] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/port HTTP/1.1" 200 1100 0.023453 10.0.0.40 - - [2025-01-09 02:37:58] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047734 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004659 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.011600 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/network HTTP/1.1" 200 838 0.006116 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.40 - - [2025-01-09 02:37:58] "POST /neutron/network HTTP/1.1" 200 838 0.005568 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1100 0.015880 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006135 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.40 - - [2025-01-09 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.40 - - [2025-01-09 02:37:59] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.40 - - [2025-01-09 02:37:59] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.028414 10.0.0.40 - - [2025-01-09 02:37:59] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003133 10.0.0.40 - - [2025-01-09 02:37:59] "GET /floating-ip-pools?parent_id=7d44821d-3d94-46d1-af82-8d8944ef9806&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002915 10.0.0.40 - - [2025-01-09 02:37:59] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003619 10.0.0.40 - - [2025-01-09 02:37:59] "POST /floating-ip-pools HTTP/1.1" 200 609 0.021986 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/network HTTP/1.1" 200 848 0.008229 10.0.0.40 - - [2025-01-09 02:37:59] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001548 10.0.0.40 - - [2025-01-09 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.015415 10.0.0.40 - - [2025-01-09 02:37:59] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004370 10.0.0.40 - - [2025-01-09 02:37:59] "GET /domains HTTP/1.1" 200 280 0.006235 10.0.0.40 - - [2025-01-09 02:37:59] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.40 - - [2025-01-09 02:37:59] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2782 0.009975 10.0.0.40 - - [2025-01-09 02:37:59] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004488 10.0.0.40 - - [2025-01-09 02:37:59] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 3254 0.095752 10.0.0.40 - - [2025-01-09 02:37:59] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 2931 0.017505 10.0.0.40 - - [2025-01-09 02:37:59] "GET /floating-ip-pool/da977eb6-9acb-4455-be92-72ffc3cbfb90 HTTP/1.1" 200 1442 0.005875 10.0.0.40 - - [2025-01-09 02:37:59] "GET /domains HTTP/1.1" 200 280 0.002482 10.0.0.40 - - [2025-01-09 02:37:59] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.40 - - [2025-01-09 02:37:59] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2782 0.008735 10.0.0.40 - - [2025-01-09 02:37:59] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1072 0.372566 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1072 0.020861 10.0.0.40 - - [2025-01-09 02:37:59] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 3254 0.085433 10.0.0.40 - - [2025-01-09 02:37:59] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806 HTTP/1.1" 200 3152 0.005412 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1072 0.013407 10.0.0.40 - - [2025-01-09 02:37:59] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003315 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1126 0.091582 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1100 0.042609 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.021192 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/port HTTP/1.1" 200 1100 0.017122 10.0.0.40 - - [2025-01-09 02:37:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003700 10.0.0.40 - - [2025-01-09 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.010412 10.0.0.40 - - [2025-01-09 02:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.40 - - [2025-01-09 02:38:00] "POST /neutron/network HTTP/1.1" 200 838 0.008397 10.0.0.40 - - [2025-01-09 02:38:04] "POST /neutron/port HTTP/1.1" 200 1100 0.013156 10.0.0.40 - - [2025-01-09 02:38:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007058 10.0.0.40 - - [2025-01-09 02:38:05] "POST /neutron/port HTTP/1.1" 200 1100 0.013348 10.0.0.40 - - [2025-01-09 02:38:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005651 10.0.0.40 - - [2025-01-09 02:38:05] "POST /neutron/port HTTP/1.1" 200 1100 0.014868 10.0.0.40 - - [2025-01-09 02:38:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006138 10.0.0.40 - - [2025-01-09 02:38:05] "GET /virtual-machine/72828bc1-b600-4228-8d01-a9885b2ed9b8 HTTP/1.1" 200 1304 0.004242 10.0.0.40 - - [2025-01-09 02:38:05] "GET /virtual-machine-interface/3772e263-9629-4c5f-a0ea-0338d46d773d HTTP/1.1" 200 3004 0.002789 10.0.0.40 - - [2025-01-09 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.40 - - [2025-01-09 02:38:05] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002651 10.0.0.40 - - [2025-01-09 02:38:05] "GET /virtual-networks?parent_id=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003660 10.0.0.40 - - [2025-01-09 02:38:05] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002901 10.0.0.40 - - [2025-01-09 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.40 - - [2025-01-09 02:38:08] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003114 10.0.0.40 - - [2025-01-09 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.40 - - [2025-01-09 02:38:10] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002544 10.0.0.40 - - [2025-01-09 02:38:10] "GET /virtual-networks?parent_id=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002830 10.0.0.40 - - [2025-01-09 02:38:10] "GET /virtual-network/f9af4d53-dfbd-4727-ada8-1eabf9a573f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003085 10.0.0.40 - - [2025-01-09 02:38:10] "POST /neutron/port HTTP/1.1" 200 1100 0.032053 10.0.0.40 - - [2025-01-09 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004908 10.0.0.40 - - [2025-01-09 02:38:10] "POST /neutron/port HTTP/1.1" 200 1100 0.017711 10.0.0.40 - - [2025-01-09 02:38:10] "POST /neutron/port HTTP/1.1" 200 1100 0.015091 10.0.0.40 - - [2025-01-09 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007611 10.0.0.40 - - [2025-01-09 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006676 10.0.0.40 - - [2025-01-09 02:38:15] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.40 - - [2025-01-09 02:38:15] "POST /neutron/floatingip HTTP/1.1" 200 530 0.060916 10.0.0.40 - - [2025-01-09 02:38:15] "POST /neutron/port HTTP/1.1" 200 1100 0.011672 10.0.0.40 - - [2025-01-09 02:38:15] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004411 10.0.0.40 - - [2025-01-09 02:38:15] "POST /neutron/floatingip HTTP/1.1" 200 577 0.025499 10.0.0.40 - - [2025-01-09 02:38:15] "POST /neutron/port HTTP/1.1" 200 1100 0.013240 10.0.0.40 - - [2025-01-09 02:38:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006922 10.0.0.40 - - [2025-01-09 02:38:16] "POST /neutron/port HTTP/1.1" 200 1100 0.013328 10.0.0.40 - - [2025-01-09 02:38:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006623 10.0.0.40 - - [2025-01-09 02:38:16] "POST /neutron/port HTTP/1.1" 200 1100 0.013942 10.0.0.40 - - [2025-01-09 02:38:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005493 10.0.0.40 - - [2025-01-09 02:38:16] "GET /virtual-machine/175d6803-3c58-4af4-a142-6501630df360 HTTP/1.1" 200 1304 0.004214 10.0.0.40 - - [2025-01-09 02:38:16] "GET /virtual-machine-interface/ed046ec9-eeb1-42e1-bc8a-f05eb63a894f HTTP/1.1" 200 3005 0.002737 10.0.0.40 - - [2025-01-09 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.40 - - [2025-01-09 02:38:16] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002549 10.0.0.40 - - [2025-01-09 02:38:16] "GET /virtual-networks?parent_id=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002926 10.0.0.40 - - [2025-01-09 02:38:16] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003074 10.0.0.40 - - [2025-01-09 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.40 - - [2025-01-09 02:38:17] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002655 10.0.0.40 - - [2025-01-09 02:38:17] "GET /virtual-networks?parent_id=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002704 10.0.0.40 - - [2025-01-09 02:38:17] "GET /virtual-network/7d44821d-3d94-46d1-af82-8d8944ef9806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003080 10.0.0.40 - - [2025-01-09 02:38:17] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010711 10.0.0.40 - - [2025-01-09 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.40 - - [2025-01-09 02:38:17] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002699 10.0.0.40 - - [2025-01-09 02:38:17] "GET /route-target/3e608d11-db3b-4c88-9d8d-501fcf6aa2c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003200 10.0.0.40 - - [2025-01-09 02:38:17] "GET /floating-ip/d354bba5-c50d-4905-929d-7da7ac900d31 HTTP/1.1" 200 1890 0.004034 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /project/cf8cac868ed14cc7b40ec4c0807f4b8e HTTP/1.1" 404 173 0.008267 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /project/7b5b8e0d3a24460590cacdabf81bd28e HTTP/1.1" 404 173 0.003956 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /project/bff10f1a9dff407784301ce790c091bd HTTP/1.1" 404 173 0.003211 10.0.0.40 - - [2025-01-09 02:38:18] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000883 10.0.0.40 - - [2025-01-09 02:38:18] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.019684 10.0.0.40 - - [2025-01-09 02:38:18] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000976 10.0.0.40 - - [2025-01-09 02:38:18] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?fields=security_groups HTTP/1.1" 200 1406 0.065462 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /security-group/3b11ce6d-dc7b-4365-8cdf-17650b2346de HTTP/1.1" 200 115 0.031683 10.0.0.40 - - [2025-01-09 02:38:18] "GET /projects?obj_uuids=7b5b8e0d-3a24-4605-90ca-cdabf81bd28e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /access-control-list/83bdb273-a527-412b-bd0f-c710596c5a0d HTTP/1.1" 200 115 0.026876 10.0.0.40 - - [2025-01-09 02:38:18] "GET /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e?fields=application_policy_sets HTTP/1.1" 200 1445 0.024477 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /access-control-list/beb6e01c-d886-495c-99b0-f24496243af9 HTTP/1.1" 200 115 0.030971 10.0.0.40 - - [2025-01-09 02:38:18] "DELETE /project/7b5b8e0d-3a24-4605-90ca-cdabf81bd28e HTTP/1.1" 200 115 0.296899 10.0.0.40 - - [2025-01-09 02:38:20] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009754 10.0.0.40 - - [2025-01-09 02:38:20] "POST /neutron/floatingip HTTP/1.1" 200 530 0.015123 10.0.0.40 - - [2025-01-09 02:38:20] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005038 10.0.0.40 - - [2025-01-09 02:38:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030951 10.0.0.40 - - [2025-01-09 02:38:20] "GET /floating-ip-pool/da977eb6-9acb-4455-be92-72ffc3cbfb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004738 10.0.0.40 - - [2025-01-09 02:38:20] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.40 - - [2025-01-09 02:38:20] "DELETE /floating-ip-pool/da977eb6-9acb-4455-be92-72ffc3cbfb90 HTTP/1.1" 200 115 0.020257 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/network HTTP/1.1" 200 838 0.006919 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/network HTTP/1.1" 400 204 0.009956 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/port HTTP/1.1" 200 1100 0.012691 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/port HTTP/1.1" 200 1126 0.009191 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/port HTTP/1.1" 200 1100 0.020857 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/port HTTP/1.1" 200 151 0.111622 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/port HTTP/1.1" 200 1126 0.009509 10.0.0.40 - - [2025-01-09 02:38:21] "POST /neutron/port HTTP/1.1" 200 151 0.119842 10.0.0.40 - - [2025-01-09 02:38:23] "POST /neutron/network HTTP/1.1" 200 838 0.005264 10.0.0.40 - - [2025-01-09 02:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001233 10.0.0.40 - - [2025-01-09 02:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.000973 10.0.0.40 - - [2025-01-09 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.40 - - [2025-01-09 02:38:23] "POST /neutron/network HTTP/1.1" 200 151 0.067700 10.0.0.40 - - [2025-01-09 02:38:23] "GET /routing-instance/e0885e7b-0763-4fc5-86a1-9919bc608fd1 HTTP/1.1" 404 171 0.001808 10.0.0.40 - - [2025-01-09 02:38:23] "GET /domains HTTP/1.1" 200 280 0.004142 10.0.0.40 - - [2025-01-09 02:38:23] "DELETE /route-target/ee1b80f8-0799-42d2-97e2-a86c07b3dd12 HTTP/1.1" 200 115 0.016518 10.0.0.40 - - [2025-01-09 02:38:23] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.40 - - [2025-01-09 02:38:23] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2585 0.048041 10.0.0.40 - - [2025-01-09 02:38:23] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.40 - - [2025-01-09 02:38:23] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 2184 0.062762 10.0.0.40 - - [2025-01-09 02:38:23] "POST /neutron/network HTTP/1.1" 200 838 0.005494 10.0.0.40 - - [2025-01-09 02:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001120 10.0.0.40 - - [2025-01-09 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007119 10.0.0.40 - - [2025-01-09 02:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001243 10.0.0.40 - - [2025-01-09 02:38:23] "POST /neutron/network HTTP/1.1" 200 151 0.071249 10.0.0.40 - - [2025-01-09 02:38:23] "GET /routing-instance/ae33b0b9-be81-4b1d-b72c-284c3320aade HTTP/1.1" 404 171 0.002648 10.0.0.40 - - [2025-01-09 02:38:23] "DELETE /route-target/3e608d11-db3b-4c88-9d8d-501fcf6aa2c5 HTTP/1.1" 200 115 0.014780 10.0.0.40 - - [2025-01-09 02:38:23] "GET /domains HTTP/1.1" 200 280 0.002798 10.0.0.40 - - [2025-01-09 02:38:23] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.40 - - [2025-01-09 02:38:23] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2585 0.046862 10.0.0.40 - - [2025-01-09 02:38:23] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.40 - - [2025-01-09 02:38:23] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 1934 0.059190 10.0.0.40 - - [2025-01-09 02:38:23] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.40 - - [2025-01-09 02:38:23] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.019702 10.0.0.40 - - [2025-01-09 02:38:23] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001429 10.0.0.40 - - [2025-01-09 02:38:23] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?fields=virtual_networks HTTP/1.1" 200 1066 0.065673 10.0.0.40 - - [2025-01-09 02:38:23] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.40 - - [2025-01-09 02:38:23] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.020664 10.0.0.40 - - [2025-01-09 02:38:23] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.40 - - [2025-01-09 02:38:24] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?fields=security_groups HTTP/1.1" 200 1304 0.019767 10.0.0.40 - - [2025-01-09 02:38:24] "GET /obj-perms HTTP/1.1" 200 5056 0.119078 10.0.0.40 - - [2025-01-09 02:38:25] "GET /obj-perms HTTP/1.1" 200 5056 0.051695 10.0.0.40 - - [2025-01-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.020711 10.0.0.40 - - [2025-01-09 02:38:25] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002630 10.0.0.40 - - [2025-01-09 02:38:25] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.40 - - [2025-01-09 02:38:25] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006686 10.0.0.40 - - [2025-01-09 02:38:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001169 10.0.0.40 - - [2025-01-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003286 10.0.0.40 - - [2025-01-09 02:38:25] "POST /security-groups HTTP/1.1" 200 586 0.059580 10.0.0.40 - - [2025-01-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.002480 10.0.0.40 - - [2025-01-09 02:38:25] "POST /projects HTTP/1.1" 200 575 0.202664 10.0.0.40 - - [2025-01-09 02:38:25] "POST /access-control-lists HTTP/1.1" 200 591 0.055553 10.0.0.40 - - [2025-01-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.273048 10.0.0.40 - - [2025-01-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.002545 10.0.0.40 - - [2025-01-09 02:38:25] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.386108 10.0.0.40 - - [2025-01-09 02:38:25] "POST /access-control-lists HTTP/1.1" 200 589 0.060348 10.0.0.40 - - [2025-01-09 02:38:26] "GET / HTTP/1.1" 200 35931 0.002810 10.0.0.40 - - [2025-01-09 02:38:27] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.40 - - [2025-01-09 02:38:27] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.020802 10.0.0.40 - - [2025-01-09 02:38:27] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.40 - - [2025-01-09 02:38:27] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?fields=virtual_networks HTTP/1.1" 200 1032 0.062408 10.0.0.40 - - [2025-01-09 02:38:27] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.40 - - [2025-01-09 02:38:28] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.018398 10.0.0.40 - - [2025-01-09 02:38:28] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.40 - - [2025-01-09 02:38:28] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?fields=security_groups HTTP/1.1" 200 1253 0.020835 10.0.0.40 - - [2025-01-09 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.020704 10.0.0.40 - - [2025-01-09 02:38:28] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002183 10.0.0.40 - - [2025-01-09 02:38:28] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.40 - - [2025-01-09 02:38:28] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005985 10.0.0.40 - - [2025-01-09 02:38:28] "POST /id-to-fqname HTTP/1.1" 200 193 0.001351 10.0.0.40 - - [2025-01-09 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.005086 10.0.0.40 - - [2025-01-09 02:38:29] "POST /security-groups HTTP/1.1" 200 594 0.079094 10.0.0.40 - - [2025-01-09 02:38:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.002531 10.0.0.40 - - [2025-01-09 02:38:29] "POST /projects HTTP/1.1" 200 591 0.224389 10.0.0.40 - - [2025-01-09 02:38:29] "POST /access-control-lists HTTP/1.1" 200 599 0.057510 10.0.0.40 - - [2025-01-09 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.290845 10.0.0.40 - - [2025-01-09 02:38:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002582 10.0.0.40 - - [2025-01-09 02:38:29] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.399443 10.0.0.40 - - [2025-01-09 02:38:29] "POST /access-control-lists HTTP/1.1" 200 597 0.059630 10.0.0.40 - - [2025-01-09 02:38:30] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.40 - - [2025-01-09 02:38:31] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.40 - - [2025-01-09 02:38:31] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001030 10.0.0.40 - - [2025-01-09 02:38:31] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.044664 10.0.0.40 - - [2025-01-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.40 - - [2025-01-09 02:38:31] "GET /security-group/da136693-50da-48a3-aec0-24e045588383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004753 10.0.0.40 - - [2025-01-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.40 - - [2025-01-09 02:38:31] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.40 - - [2025-01-09 02:38:31] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.026963 10.0.0.40 - - [2025-01-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.40 - - [2025-01-09 02:38:31] "GET /security-group/da136693-50da-48a3-aec0-24e045588383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.003262 10.0.0.40 - - [2025-01-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2025-01-09 02:38:32] "PUT /security-group/da136693-50da-48a3-aec0-24e045588383 HTTP/1.1" 200 262 0.013341 10.0.0.40 - - [2025-01-09 02:38:32] "PUT /access-control-list/39cc56b5-6be0-47b5-92c9-9b5d27a0179e HTTP/1.1" 200 272 0.009156 10.0.0.40 - - [2025-01-09 02:38:32] "PUT /access-control-list/8ffb8ebc-8242-4de0-bcc1-8d3f19f0cf35 HTTP/1.1" 200 272 0.008408 10.0.0.40 - - [2025-01-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003245 10.0.0.40 - - [2025-01-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.40 - - [2025-01-09 02:38:32] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001432 10.0.0.40 - - [2025-01-09 02:38:32] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022513 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 117 0.025760 10.0.0.40 - - [2025-01-09 02:38:32] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001027 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 608 0.055892 10.0.0.40 - - [2025-01-09 02:38:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002394 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.139458 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 826 0.005087 10.0.0.40 - - [2025-01-09 02:38:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001381 10.0.0.40 - - [2025-01-09 02:38:32] "GET /virtual-network/2443e09b-0f5d-4b03-92b6-221235785f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002785 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 826 0.005130 10.0.0.40 - - [2025-01-09 02:38:32] "GET /virtual-network/2443e09b-0f5d-4b03-92b6-221235785f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002385 10.0.0.40 - - [2025-01-09 02:38:32] "POST /route-targets HTTP/1.1" 200 327 0.010509 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 826 0.009110 10.0.0.40 - - [2025-01-09 02:38:32] "POST /ref-update HTTP/1.1" 200 156 0.023742 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.005795 10.0.0.40 - - [2025-01-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002065 10.0.0.40 - - [2025-01-09 02:38:32] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.40 - - [2025-01-09 02:38:32] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025491 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 117 0.009908 10.0.0.40 - - [2025-01-09 02:38:32] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001082 10.0.0.40 - - [2025-01-09 02:38:32] "POST /neutron/network HTTP/1.1" 200 615 0.096083 10.0.0.40 - - [2025-01-09 02:38:32] "POST /route-targets HTTP/1.1" 200 327 0.012760 10.0.0.40 - - [2025-01-09 02:38:32] "POST /ref-update HTTP/1.1" 200 156 0.009892 10.0.0.40 - - [2025-01-09 02:38:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009568 10.0.0.40 - - [2025-01-09 02:38:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.234244 10.0.0.40 - - [2025-01-09 02:38:33] "POST /neutron/network HTTP/1.1" 200 834 0.005920 10.0.0.40 - - [2025-01-09 02:38:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001698 10.0.0.40 - - [2025-01-09 02:38:33] "GET /virtual-network/80485b29-ad44-4c34-8d50-1b120d87eaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003027 10.0.0.40 - - [2025-01-09 02:38:33] "POST /neutron/network HTTP/1.1" 200 834 0.005449 10.0.0.40 - - [2025-01-09 02:38:33] "GET /virtual-network/80485b29-ad44-4c34-8d50-1b120d87eaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.002412 10.0.0.40 - - [2025-01-09 02:38:33] "POST /neutron/network HTTP/1.1" 200 834 0.062999 10.0.0.40 - - [2025-01-09 02:38:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.007594 10.0.0.40 - - [2025-01-09 02:38:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001165 10.0.0.40 - - [2025-01-09 02:38:33] "POST /neutron/network HTTP/1.1" 200 836 0.005594 10.0.0.40 - - [2025-01-09 02:38:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.40 - - [2025-01-09 02:38:33] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.40 - - [2025-01-09 02:38:33] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.40 - - [2025-01-09 02:38:34] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001072 10.0.0.40 - - [2025-01-09 02:38:34] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.038161 10.0.0.40 - - [2025-01-09 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.005164 10.0.0.40 - - [2025-01-09 02:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.005386 10.0.0.40 - - [2025-01-09 02:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.40 - - [2025-01-09 02:38:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001276 10.0.0.40 - - [2025-01-09 02:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.004603 10.0.0.40 - - [2025-01-09 02:38:34] "POST /neutron/network HTTP/1.1" 200 844 0.005537 10.0.0.40 - - [2025-01-09 02:38:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000640 10.0.0.40 - - [2025-01-09 02:38:34] "POST /neutron/network HTTP/1.1" 200 836 0.005621 10.0.0.40 - - [2025-01-09 02:38:34] "GET / HTTP/1.1" 200 35931 0.002542 10.0.0.40 - - [2025-01-09 02:38:34] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001271 10.0.0.40 - - [2025-01-09 02:38:34] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001110 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1062 0.193420 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1062 0.011364 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1062 0.011013 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1116 0.052409 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1090 0.016720 10.0.0.40 - - [2025-01-09 02:38:35] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002570 10.0.0.40 - - [2025-01-09 02:38:35] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.041856 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.013713 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/network HTTP/1.1" 200 834 0.004534 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/network HTTP/1.1" 200 826 0.005319 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1090 0.017489 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005947 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 117 0.005978 10.0.0.40 - - [2025-01-09 02:38:35] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001183 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/router HTTP/1.1" 200 585 0.049673 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/router HTTP/1.1" 200 585 0.003647 10.0.0.40 - - [2025-01-09 02:38:35] "POST /route-targets HTTP/1.1" 200 327 0.016004 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/router HTTP/1.1" 200 656 0.029093 10.0.0.40 - - [2025-01-09 02:38:35] "PUT /logical-router/4ed7dc11-d2a1-4acd-aeda-76298b689175 HTTP/1.1" 200 262 0.025167 10.0.0.40 - - [2025-01-09 02:38:35] "GET /logical-router/4ed7dc11-d2a1-4acd-aeda-76298b689175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.009797 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/router HTTP/1.1" 200 656 0.007434 10.0.0.40 - - [2025-01-09 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010264 10.0.0.40 - - [2025-01-09 02:38:35] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.40 - - [2025-01-09 02:38:35] "GET /service-template/9e215732-64c8-492a-8250-8d4638981616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.003854 10.0.0.40 - - [2025-01-09 02:38:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002595 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/network HTTP/1.1" 200 844 0.032676 10.0.0.40 - - [2025-01-09 02:38:35] "POST /useragent-kv HTTP/1.1" 200 115 0.015629 10.0.0.40 - - [2025-01-09 02:38:35] "POST /virtual-networks HTTP/1.1" 200 694 0.128038 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/router HTTP/1.1" 200 344 0.276354 10.0.0.40 - - [2025-01-09 02:38:35] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001867 10.0.0.40 - - [2025-01-09 02:38:35] "POST /route-targets HTTP/1.1" 200 327 0.017418 10.0.0.40 - - [2025-01-09 02:38:35] "POST /ref-update HTTP/1.1" 200 156 0.011763 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 1090 0.033518 10.0.0.40 - - [2025-01-09 02:38:35] "POST /service-instances HTTP/1.1" 200 670 0.051803 10.0.0.40 - - [2025-01-09 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016910 10.0.0.40 - - [2025-01-09 02:38:35] "POST /ref-update HTTP/1.1" 200 156 0.030007 10.0.0.40 - - [2025-01-09 02:38:36] "POST /route-tables HTTP/1.1" 200 582 0.090054 10.0.0.40 - - [2025-01-09 02:38:36] "PUT /logical-router/4ed7dc11-d2a1-4acd-aeda-76298b689175 HTTP/1.1" 200 262 0.026390 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1063 0.339585 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1063 0.009816 10.0.0.40 - - [2025-01-09 02:38:36] "POST /ref-update HTTP/1.1" 200 156 0.017067 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1063 0.013780 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1117 0.064002 10.0.0.40 - - [2025-01-09 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.40 - - [2025-01-09 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1091 0.013292 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.40 - - [2025-01-09 02:38:36] "POST /virtual-machines HTTP/1.1" 200 553 0.014748 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.010833 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/network HTTP/1.1" 200 834 0.005507 10.0.0.40 - - [2025-01-09 02:38:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085688 10.0.0.40 - - [2025-01-09 02:38:36] "POST /chown HTTP/1.1" 200 109 0.006826 10.0.0.40 - - [2025-01-09 02:38:36] "POST /instance-ips HTTP/1.1" 200 551 0.032441 10.0.0.40 - - [2025-01-09 02:38:36] "POST /instance-ips HTTP/1.1" 400 246 0.017139 10.0.0.40 - - [2025-01-09 02:38:36] "POST /chown HTTP/1.1" 200 109 0.010517 10.0.0.40 - - [2025-01-09 02:38:36] "PUT /virtual-machine-interface/743fc12d-2293-427e-b79c-d09f585ad9ad HTTP/1.1" 200 284 0.019905 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1090 0.032601 10.0.0.40 - - [2025-01-09 02:38:36] "PUT /instance-ip/f7546dff-fb26-4dce-b336-ac561a4aecf0 HTTP/1.1" 200 256 0.015018 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1090 0.020578 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/network HTTP/1.1" 200 836 0.008973 10.0.0.40 - - [2025-01-09 02:38:36] "POST /ref-update HTTP/1.1" 200 156 0.014216 10.0.0.40 - - [2025-01-09 02:38:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003445 10.0.0.40 - - [2025-01-09 02:38:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.014954 10.0.0.40 - - [2025-01-09 02:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.40 - - [2025-01-09 02:38:37] "POST /neutron/network HTTP/1.1" 200 826 0.042763 10.0.0.40 - - [2025-01-09 02:38:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.114646 10.0.0.40 - - [2025-01-09 02:38:37] "POST /chown HTTP/1.1" 200 109 0.008521 10.0.0.40 - - [2025-01-09 02:38:37] "POST /instance-ips HTTP/1.1" 200 549 0.042897 10.0.0.40 - - [2025-01-09 02:38:37] "POST /instance-ips HTTP/1.1" 400 316 0.020140 10.0.0.40 - - [2025-01-09 02:38:37] "POST /chown HTTP/1.1" 200 109 0.009509 10.0.0.40 - - [2025-01-09 02:38:37] "PUT /virtual-machine-interface/bd6ffe68-511e-4dee-92a5-5f54955def9e HTTP/1.1" 200 284 0.022267 10.0.0.40 - - [2025-01-09 02:38:37] "PUT /instance-ip/2affb747-593b-4dba-a763-8451427535ab HTTP/1.1" 200 256 0.013728 10.0.0.40 - - [2025-01-09 02:38:37] "POST /ref-update HTTP/1.1" 200 156 0.030237 10.0.0.40 - - [2025-01-09 02:38:37] "POST /ref-update HTTP/1.1" 200 156 0.007892 10.0.0.40 - - [2025-01-09 02:38:37] "PUT /routing-instance/7745e0ad-ae4c-49ec-b20e-18ca2b4a2645 HTTP/1.1" 200 266 0.010209 10.0.0.40 - - [2025-01-09 02:38:37] "POST /ref-update HTTP/1.1" 200 156 0.008841 10.0.0.40 - - [2025-01-09 02:38:37] "POST /virtual-machines HTTP/1.1" 200 553 0.013505 10.0.0.40 - - [2025-01-09 02:38:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088613 10.0.0.40 - - [2025-01-09 02:38:37] "POST /chown HTTP/1.1" 200 109 0.006910 10.0.0.40 - - [2025-01-09 02:38:37] "POST /instance-ips HTTP/1.1" 400 246 0.015468 10.0.0.40 - - [2025-01-09 02:38:38] "POST /chown HTTP/1.1" 200 109 0.007292 10.0.0.40 - - [2025-01-09 02:38:38] "PUT /virtual-machine-interface/8e917654-3e83-4e40-acef-36ee1ded65b1 HTTP/1.1" 200 284 0.011708 10.0.0.40 - - [2025-01-09 02:38:38] "PUT /instance-ip/f7546dff-fb26-4dce-b336-ac561a4aecf0 HTTP/1.1" 200 256 0.014364 10.0.0.40 - - [2025-01-09 02:38:38] "POST /ref-update HTTP/1.1" 200 156 0.014812 10.0.0.40 - - [2025-01-09 02:38:38] "POST /ref-update HTTP/1.1" 200 156 0.020810 10.0.0.40 - - [2025-01-09 02:38:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101910 10.0.0.40 - - [2025-01-09 02:38:38] "POST /chown HTTP/1.1" 200 109 0.008367 10.0.0.40 - - [2025-01-09 02:38:38] "POST /instance-ips HTTP/1.1" 400 316 0.011919 10.0.0.40 - - [2025-01-09 02:38:38] "POST /chown HTTP/1.1" 200 109 0.007437 10.0.0.40 - - [2025-01-09 02:38:38] "PUT /virtual-machine-interface/1086d24e-4386-40bd-b83b-809df467c3ff HTTP/1.1" 200 284 0.009758 10.0.0.40 - - [2025-01-09 02:38:38] "PUT /instance-ip/2affb747-593b-4dba-a763-8451427535ab HTTP/1.1" 200 256 0.013116 10.0.0.40 - - [2025-01-09 02:38:38] "POST /ref-update HTTP/1.1" 200 156 0.010301 10.0.0.40 - - [2025-01-09 02:38:38] "POST /ref-update HTTP/1.1" 200 156 0.010358 10.0.0.40 - - [2025-01-09 02:38:41] "POST /neutron/port HTTP/1.1" 200 1090 0.012951 10.0.0.40 - - [2025-01-09 02:38:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005949 10.0.0.40 - - [2025-01-09 02:38:41] "POST /neutron/port HTTP/1.1" 200 1090 0.016711 10.0.0.40 - - [2025-01-09 02:38:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007384 10.0.0.40 - - [2025-01-09 02:38:41] "POST /neutron/port HTTP/1.1" 200 1090 0.021002 10.0.0.40 - - [2025-01-09 02:38:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006556 10.0.0.40 - - [2025-01-09 02:38:41] "GET /virtual-machine/968adc5e-8c82-4cfe-bcd3-43b3f262d215 HTTP/1.1" 401 292 0.000420 10.0.0.40 - - [2025-01-09 02:38:41] "GET /virtual-machine/968adc5e-8c82-4cfe-bcd3-43b3f262d215 HTTP/1.1" 200 1296 0.025422 10.0.0.40 - - [2025-01-09 02:38:41] "GET /virtual-machine-interface/66bd1008-2b47-4200-84a7-d1faa7a34278 HTTP/1.1" 200 2955 0.003246 10.0.0.40 - - [2025-01-09 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.40 - - [2025-01-09 02:38:41] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002765 10.0.0.40 - - [2025-01-09 02:38:41] "GET /virtual-networks?parent_id=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002868 10.0.0.40 - - [2025-01-09 02:38:41] "GET /virtual-network/2443e09b-0f5d-4b03-92b6-221235785f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003072 10.0.0.40 - - [2025-01-09 02:38:43] "POST /neutron/port HTTP/1.1" 200 1090 0.014209 10.0.0.40 - - [2025-01-09 02:38:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005501 10.0.0.40 - - [2025-01-09 02:38:44] "POST /neutron/port HTTP/1.1" 200 1091 0.015509 10.0.0.40 - - [2025-01-09 02:38:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004781 10.0.0.40 - - [2025-01-09 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.40 - - [2025-01-09 02:38:44] "GET /virtual-network/2443e09b-0f5d-4b03-92b6-221235785f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002805 10.0.0.40 - - [2025-01-09 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.40 - - [2025-01-09 02:38:46] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004600 10.0.0.40 - - [2025-01-09 02:38:47] "GET /virtual-networks?parent_id=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003362 10.0.0.40 - - [2025-01-09 02:38:47] "GET /virtual-network/2443e09b-0f5d-4b03-92b6-221235785f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003290 10.0.0.40 - - [2025-01-09 02:38:47] "POST /neutron/port HTTP/1.1" 200 1091 0.013009 10.0.0.40 - - [2025-01-09 02:38:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005634 10.0.0.40 - - [2025-01-09 02:38:47] "POST /neutron/port HTTP/1.1" 200 1091 0.012692 10.0.0.40 - - [2025-01-09 02:38:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005991 10.0.0.40 - - [2025-01-09 02:38:47] "POST /neutron/port HTTP/1.1" 200 1091 0.015142 10.0.0.40 - - [2025-01-09 02:38:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005978 10.0.0.40 - - [2025-01-09 02:38:47] "GET /virtual-machine/7bfac570-494c-41af-bf4e-b400b175d45d HTTP/1.1" 200 1295 0.003920 10.0.0.40 - - [2025-01-09 02:38:47] "GET /virtual-machine-interface/7fe6c92a-a205-4f78-b809-603b0b3bbee2 HTTP/1.1" 200 2968 0.002723 10.0.0.40 - - [2025-01-09 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.40 - - [2025-01-09 02:38:47] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002333 10.0.0.40 - - [2025-01-09 02:38:47] "GET /virtual-networks?parent_id=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002750 10.0.0.40 - - [2025-01-09 02:38:47] "GET /virtual-network/80485b29-ad44-4c34-8d50-1b120d87eaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.002968 10.0.0.40 - - [2025-01-09 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.40 - - [2025-01-09 02:38:48] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002999 10.0.0.40 - - [2025-01-09 02:38:48] "GET /virtual-networks?parent_id=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002991 10.0.0.40 - - [2025-01-09 02:38:48] "GET /virtual-network/80485b29-ad44-4c34-8d50-1b120d87eaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003175 10.0.0.40 - - [2025-01-09 02:38:52] "POST /neutron/router HTTP/1.1" 200 656 0.003887 10.0.0.40 - - [2025-01-09 02:38:52] "POST /ref-update HTTP/1.1" 200 156 0.009792 10.0.0.40 - - [2025-01-09 02:38:52] "POST /neutron/router HTTP/1.1" 200 344 0.084695 10.0.0.40 - - [2025-01-09 02:38:52] "POST /neutron/router HTTP/1.1" 200 656 0.004216 10.0.0.40 - - [2025-01-09 02:38:52] "GET /logical-router/4ed7dc11-d2a1-4acd-aeda-76298b689175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.002908 10.0.0.40 - - [2025-01-09 02:38:52] "GET /service-instance/60ee2377-5613-4e60-8ebd-1dbdd24f2885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.002351 10.0.0.40 - - [2025-01-09 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.40 - - [2025-01-09 02:38:52] "POST /neutron/router HTTP/1.1" 200 151 0.047900 10.0.0.40 - - [2025-01-09 02:38:52] "DELETE /route-target/a05d102f-9f10-4412-be90-62016a7156ea HTTP/1.1" 409 239 0.003987 10.0.0.40 - - [2025-01-09 02:38:53] "PUT /logical-router/4ed7dc11-d2a1-4acd-aeda-76298b689175 HTTP/1.1" 404 171 0.003446 10.0.0.40 - - [2025-01-09 02:38:53] "POST /ref-update HTTP/1.1" 200 156 0.009935 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /route-table/47c66f70-2727-4a47-85f6-f56c20f5294e HTTP/1.1" 200 115 0.029653 10.0.0.40 - - [2025-01-09 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.40 - - [2025-01-09 02:38:53] "PUT /routing-instance/7745e0ad-ae4c-49ec-b20e-18ca2b4a2645 HTTP/1.1" 200 266 0.011152 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/network HTTP/1.1" 200 834 0.010382 10.0.0.40 - - [2025-01-09 02:38:53] "GET /virtual-network/0a556058-a6e8-4df0-89aa-9c3cd13eef33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.003354 10.0.0.40 - - [2025-01-09 02:38:53] "POST /ref-update HTTP/1.1" 200 156 0.010780 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/network HTTP/1.1" 400 204 0.039572 10.0.0.40 - - [2025-01-09 02:38:53] "POST /ref-update HTTP/1.1" 200 156 0.009076 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /instance-ip/2affb747-593b-4dba-a763-8451427535ab HTTP/1.1" 200 115 0.039787 10.0.0.40 - - [2025-01-09 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.40 - - [2025-01-09 02:38:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001536 10.0.0.40 - - [2025-01-09 02:38:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001128 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /virtual-network/0a556058-a6e8-4df0-89aa-9c3cd13eef33 HTTP/1.1" 200 115 0.144445 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /route-target/2eb60b75-f293-434a-8b6f-96e4895cf9a5 HTTP/1.1" 200 115 0.028498 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /service-instance/60ee2377-5613-4e60-8ebd-1dbdd24f2885 HTTP/1.1" 200 115 0.028161 10.0.0.40 - - [2025-01-09 02:38:53] "GET /logical-router/4ed7dc11-d2a1-4acd-aeda-76298b689175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002074 10.0.0.40 - - [2025-01-09 02:38:53] "GET /service-instance/60ee2377-5613-4e60-8ebd-1dbdd24f2885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002743 10.0.0.40 - - [2025-01-09 02:38:53] "GET /virtual-machine-interface/1086d24e-4386-40bd-b83b-809df467c3ff?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.003279 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/port HTTP/1.1" 200 1091 0.014945 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/port HTTP/1.1" 200 1090 0.020886 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/port HTTP/1.1" 200 1117 0.012097 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/port HTTP/1.1" 200 1116 0.013762 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /virtual-machine-interface/1086d24e-4386-40bd-b83b-809df467c3ff HTTP/1.1" 200 115 0.047338 10.0.0.40 - - [2025-01-09 02:38:53] "GET /virtual-machine-interface/8e917654-3e83-4e40-acef-36ee1ded65b1?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.003314 10.0.0.40 - - [2025-01-09 02:38:53] "POST /ref-update HTTP/1.1" 200 156 0.013069 10.0.0.40 - - [2025-01-09 02:38:53] "GET /instance-ip/f7546dff-fb26-4dce-b336-ac561a4aecf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003208 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/port HTTP/1.1" 200 151 0.144437 10.0.0.40 - - [2025-01-09 02:38:53] "POST /neutron/port HTTP/1.1" 200 151 0.137331 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /virtual-machine-interface/8e917654-3e83-4e40-acef-36ee1ded65b1 HTTP/1.1" 200 115 0.055404 10.0.0.40 - - [2025-01-09 02:38:53] "DELETE /virtual-machine/f1c17fec-eb88-41f5-8e5d-95c011e4e702 HTTP/1.1" 200 115 0.023031 10.0.0.40 - - [2025-01-09 02:38:53] "GET /virtual-machine-interface/bd6ffe68-511e-4dee-92a5-5f54955def9e?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.002717 10.0.0.40 - - [2025-01-09 02:38:54] "DELETE /virtual-machine-interface/bd6ffe68-511e-4dee-92a5-5f54955def9e HTTP/1.1" 200 115 0.031912 10.0.0.40 - - [2025-01-09 02:38:54] "GET /virtual-machine-interface/743fc12d-2293-427e-b79c-d09f585ad9ad?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.003143 10.0.0.40 - - [2025-01-09 02:38:54] "POST /ref-update HTTP/1.1" 200 156 0.011523 10.0.0.40 - - [2025-01-09 02:38:54] "GET /instance-ip/f7546dff-fb26-4dce-b336-ac561a4aecf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.003959 10.0.0.40 - - [2025-01-09 02:38:54] "DELETE /instance-ip/f7546dff-fb26-4dce-b336-ac561a4aecf0 HTTP/1.1" 200 115 0.022632 10.0.0.40 - - [2025-01-09 02:38:54] "DELETE /virtual-machine-interface/743fc12d-2293-427e-b79c-d09f585ad9ad HTTP/1.1" 200 115 0.027672 10.0.0.40 - - [2025-01-09 02:38:54] "POST /ref-update HTTP/1.1" 200 156 0.007418 10.0.0.40 - - [2025-01-09 02:38:54] "DELETE /virtual-machine/797afdcb-60f6-4127-b3a2-292b6c9b8366 HTTP/1.1" 200 115 0.015874 10.0.0.40 - - [2025-01-09 02:38:55] "POST /neutron/network HTTP/1.1" 200 834 0.005488 10.0.0.40 - - [2025-01-09 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.40 - - [2025-01-09 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001168 10.0.0.40 - - [2025-01-09 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.000913 10.0.0.40 - - [2025-01-09 02:38:55] "POST /neutron/network HTTP/1.1" 200 151 0.069145 10.0.0.40 - - [2025-01-09 02:38:55] "DELETE /route-target/803701b3-f038-4573-b458-72c777f9c57e HTTP/1.1" 200 115 0.015091 10.0.0.40 - - [2025-01-09 02:38:55] "POST /neutron/network HTTP/1.1" 200 826 0.004730 10.0.0.40 - - [2025-01-09 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001211 10.0.0.40 - - [2025-01-09 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.000929 10.0.0.40 - - [2025-01-09 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.40 - - [2025-01-09 02:38:55] "POST /neutron/network HTTP/1.1" 200 151 0.062952 10.0.0.40 - - [2025-01-09 02:38:55] "DELETE /route-target/9c33dfbd-c375-4303-95df-cb3288c449fe HTTP/1.1" 200 115 0.013538 10.0.0.40 - - [2025-01-09 02:38:55] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.40 - - [2025-01-09 02:38:55] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.021346 10.0.0.40 - - [2025-01-09 02:38:55] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001326 10.0.0.40 - - [2025-01-09 02:38:55] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?fields=virtual_networks HTTP/1.1" 200 1048 0.067806 10.0.0.40 - - [2025-01-09 02:38:55] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001616 10.0.0.40 - - [2025-01-09 02:38:55] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.024912 10.0.0.40 - - [2025-01-09 02:38:55] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.40 - - [2025-01-09 02:38:55] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?fields=security_groups HTTP/1.1" 200 1277 0.021661 10.0.0.40 - - [2025-01-09 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.024278 10.0.0.40 - - [2025-01-09 02:38:56] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002489 10.0.0.40 - - [2025-01-09 02:38:56] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.40 - - [2025-01-09 02:38:56] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006254 10.0.0.40 - - [2025-01-09 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.001158 10.0.0.40 - - [2025-01-09 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.002812 10.0.0.40 - - [2025-01-09 02:38:56] "POST /security-groups HTTP/1.1" 200 599 0.063015 10.0.0.40 - - [2025-01-09 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002130 10.0.0.40 - - [2025-01-09 02:38:56] "POST /projects HTTP/1.1" 200 601 0.204600 10.0.0.40 - - [2025-01-09 02:38:56] "POST /access-control-lists HTTP/1.1" 200 604 0.060868 10.0.0.40 - - [2025-01-09 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.274883 10.0.0.40 - - [2025-01-09 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.002862 10.0.0.40 - - [2025-01-09 02:38:57] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.386545 10.0.0.40 - - [2025-01-09 02:38:57] "POST /access-control-lists HTTP/1.1" 200 602 0.059802 10.0.0.40 - - [2025-01-09 02:38:58] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.40 - - [2025-01-09 02:38:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.40 - - [2025-01-09 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.053460 10.0.0.40 - - [2025-01-09 02:38:59] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.40 - - [2025-01-09 02:38:59] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.019299 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 117 0.028078 10.0.0.40 - - [2025-01-09 02:38:59] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001337 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 613 0.057986 10.0.0.40 - - [2025-01-09 02:38:59] "POST /route-targets HTTP/1.1" 200 327 0.011442 10.0.0.40 - - [2025-01-09 02:38:59] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.40 - - [2025-01-09 02:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.139292 10.0.0.40 - - [2025-01-09 02:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002738 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.151653 10.0.0.40 - - [2025-01-09 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028055 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 1008 0.011925 10.0.0.40 - - [2025-01-09 02:38:59] "GET /virtual-network/ee40d95c-2692-4efb-8e7c-ab1712ce63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.016102 10.0.0.40 - - [2025-01-09 02:38:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001095 10.0.0.40 - - [2025-01-09 02:38:59] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.002305 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 1008 0.007940 10.0.0.40 - - [2025-01-09 02:38:59] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.002566 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 1008 0.007076 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.006502 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.007246 10.0.0.40 - - [2025-01-09 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.40 - - [2025-01-09 02:38:59] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.40 - - [2025-01-09 02:38:59] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.020331 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 117 0.008559 10.0.0.40 - - [2025-01-09 02:38:59] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.40 - - [2025-01-09 02:38:59] "POST /neutron/network HTTP/1.1" 200 613 0.060127 10.0.0.40 - - [2025-01-09 02:38:59] "POST /route-targets HTTP/1.1" 200 327 0.010863 10.0.0.40 - - [2025-01-09 02:38:59] "POST /ref-update HTTP/1.1" 200 156 0.010738 10.0.0.40 - - [2025-01-09 02:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003311 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.131076 10.0.0.40 - - [2025-01-09 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.40 - - [2025-01-09 02:39:00] "GET /virtual-network/ee40d95c-2692-4efb-8e7c-ab1712ce63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.002361 10.0.0.40 - - [2025-01-09 02:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002574 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.139308 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007766 10.0.0.40 - - [2025-01-09 02:39:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001121 10.0.0.40 - - [2025-01-09 02:39:00] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002509 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007298 10.0.0.40 - - [2025-01-09 02:39:00] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.003271 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1006 0.006886 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.005961 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.006213 10.0.0.40 - - [2025-01-09 02:39:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.001862 10.0.0.40 - - [2025-01-09 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001875 10.0.0.40 - - [2025-01-09 02:39:00] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.40 - - [2025-01-09 02:39:00] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.022459 10.0.0.40 - - [2025-01-09 02:39:00] "POST /network-policys HTTP/1.1" 200 577 0.060385 10.0.0.40 - - [2025-01-09 02:39:00] "GET /network-policy/e5a1d69a-6dd3-4252-a62c-856cd6db1b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005364 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1008 0.007413 10.0.0.40 - - [2025-01-09 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.40 - - [2025-01-09 02:39:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.003367 10.0.0.40 - - [2025-01-09 02:39:00] "GET /virtual-network/ee40d95c-2692-4efb-8e7c-ab1712ce63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.002762 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1116 0.041290 10.0.0.40 - - [2025-01-09 02:39:00] "POST /access-control-lists HTTP/1.1" 200 596 0.062469 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1116 0.046421 10.0.0.40 - - [2025-01-09 02:39:00] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003028 10.0.0.40 - - [2025-01-09 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002063 10.0.0.40 - - [2025-01-09 02:39:00] "GET /network-policy/e5a1d69a-6dd3-4252-a62c-856cd6db1b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003251 10.0.0.40 - - [2025-01-09 02:39:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007996 10.0.0.40 - - [2025-01-09 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005852 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/ee40d95c-2692-4efb-8e7c-ab1712ce63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.002809 10.0.0.40 - - [2025-01-09 02:39:01] "PUT /access-control-list/dab5f10b-ab98-4c9f-8c12-37f18e38d5fc HTTP/1.1" 200 272 0.062785 10.0.0.40 - - [2025-01-09 02:39:01] "POST /neutron/network HTTP/1.1" 200 1114 0.094176 10.0.0.40 - - [2025-01-09 02:39:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.003405 10.0.0.40 - - [2025-01-09 02:39:01] "POST /neutron/network HTTP/1.1" 200 1114 0.008267 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.002541 10.0.0.40 - - [2025-01-09 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.40 - - [2025-01-09 02:39:01] "GET /network-policy/e5a1d69a-6dd3-4252-a62c-856cd6db1b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.028015 10.0.0.40 - - [2025-01-09 02:39:01] "POST /access-control-lists HTTP/1.1" 200 596 0.057331 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domains HTTP/1.1" 401 292 0.000815 10.0.0.40 - - [2025-01-09 02:39:01] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domains HTTP/1.1" 200 280 0.023863 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3149 0.007917 10.0.0.40 - - [2025-01-09 02:39:01] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.40 - - [2025-01-09 02:39:01] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 2636 0.062345 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28 HTTP/1.1" 200 3511 0.003864 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28 HTTP/1.1" 200 3511 0.004522 10.0.0.40 - - [2025-01-09 02:39:01] "GET /routing-instance/a32c70d0-5779-4bd4-bc48-81ab237c3f01 HTTP/1.1" 200 1796 0.003619 10.0.0.40 - - [2025-01-09 02:39:01] "GET /routing-instance/a32c70d0-5779-4bd4-bc48-81ab237c3f01 HTTP/1.1" 200 1796 0.002560 10.0.0.40 - - [2025-01-09 02:39:01] "GET /route-target/9db9e411-22fc-4b8d-aace-ff480a123618 HTTP/1.1" 200 1213 0.002545 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28 HTTP/1.1" 200 3511 0.002584 10.0.0.40 - - [2025-01-09 02:39:01] "GET /routing-instance/a32c70d0-5779-4bd4-bc48-81ab237c3f01 HTTP/1.1" 200 1796 0.002474 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.002676 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28 HTTP/1.1" 200 3511 0.002639 10.0.0.40 - - [2025-01-09 02:39:01] "GET /routing-instance/a32c70d0-5779-4bd4-bc48-81ab237c3f01 HTTP/1.1" 200 1796 0.003167 10.0.0.40 - - [2025-01-09 02:39:01] "GET /routing-instance/a32c70d0-5779-4bd4-bc48-81ab237c3f01 HTTP/1.1" 200 1796 0.002752 10.0.0.40 - - [2025-01-09 02:39:01] "GET /route-target/9db9e411-22fc-4b8d-aace-ff480a123618 HTTP/1.1" 200 1213 0.002489 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domains HTTP/1.1" 200 280 0.003040 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.40 - - [2025-01-09 02:39:01] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3149 0.007330 10.0.0.40 - - [2025-01-09 02:39:01] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.40 - - [2025-01-09 02:39:01] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 2636 0.064000 10.0.0.40 - - [2025-01-09 02:39:01] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28 HTTP/1.1" 200 3511 0.002869 10.0.0.40 - - [2025-01-09 02:39:02] "GET /obj-perms HTTP/1.1" 200 5046 0.058311 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domains HTTP/1.1" 200 280 0.002495 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3149 0.006359 10.0.0.40 - - [2025-01-09 02:39:02] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001569 10.0.0.40 - - [2025-01-09 02:39:02] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 2636 0.063471 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d HTTP/1.1" 200 3506 0.004927 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d HTTP/1.1" 200 3506 0.002805 10.0.0.40 - - [2025-01-09 02:39:02] "GET /routing-instance/82062bed-ca0d-45b1-89cb-d1870b5f92dd HTTP/1.1" 200 1794 0.002846 10.0.0.40 - - [2025-01-09 02:39:02] "GET /routing-instance/82062bed-ca0d-45b1-89cb-d1870b5f92dd HTTP/1.1" 200 1794 0.002650 10.0.0.40 - - [2025-01-09 02:39:02] "GET /route-target/0c09f7de-b6e0-47ed-82f0-d3b24f106f55 HTTP/1.1" 200 1210 0.002697 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d HTTP/1.1" 200 3506 0.002780 10.0.0.40 - - [2025-01-09 02:39:02] "GET /routing-instance/82062bed-ca0d-45b1-89cb-d1870b5f92dd HTTP/1.1" 200 1794 0.002616 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.002731 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d HTTP/1.1" 200 3506 0.003421 10.0.0.40 - - [2025-01-09 02:39:02] "GET /routing-instance/82062bed-ca0d-45b1-89cb-d1870b5f92dd HTTP/1.1" 200 1794 0.003045 10.0.0.40 - - [2025-01-09 02:39:02] "GET /routing-instance/82062bed-ca0d-45b1-89cb-d1870b5f92dd HTTP/1.1" 200 1794 0.002747 10.0.0.40 - - [2025-01-09 02:39:02] "GET /route-target/0c09f7de-b6e0-47ed-82f0-d3b24f106f55 HTTP/1.1" 200 1210 0.002523 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domains HTTP/1.1" 200 280 0.002439 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3149 0.006916 10.0.0.40 - - [2025-01-09 02:39:02] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.40 - - [2025-01-09 02:39:02] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 2636 0.063145 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d HTTP/1.1" 200 3506 0.002905 10.0.0.40 - - [2025-01-09 02:39:02] "GET /obj-perms HTTP/1.1" 200 5046 0.002758 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.003062 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1114 0.006950 10.0.0.40 - - [2025-01-09 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/ee40d95c-2692-4efb-8e7c-ab1712ce63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.003545 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1006 0.043181 10.0.0.40 - - [2025-01-09 02:39:02] "DELETE /access-control-list/a369d3c8-eae4-4145-9f1d-70d6d2c304de HTTP/1.1" 200 115 0.028898 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1006 0.008893 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/a9c26569-6a43-4c1e-be2a-0c4531dee23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002182 10.0.0.40 - - [2025-01-09 02:39:02] "POST /ref-update HTTP/1.1" 200 156 0.013904 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004067 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1116 0.010581 10.0.0.40 - - [2025-01-09 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/ee40d95c-2692-4efb-8e7c-ab1712ce63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.003028 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1008 0.051426 10.0.0.40 - - [2025-01-09 02:39:02] "DELETE /access-control-list/dab5f10b-ab98-4c9f-8c12-37f18e38d5fc HTTP/1.1" 200 115 0.030499 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1008 0.010488 10.0.0.40 - - [2025-01-09 02:39:02] "POST /ref-update HTTP/1.1" 200 156 0.015977 10.0.0.40 - - [2025-01-09 02:39:02] "GET /virtual-network/c2fcb4ae-e0b1-4b6b-883f-fe3eb77ffb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.003822 10.0.0.40 - - [2025-01-09 02:39:02] "DELETE /network-policy/e5a1d69a-6dd3-4252-a62c-856cd6db1b43 HTTP/1.1" 200 115 0.023131 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 1006 0.007405 10.0.0.40 - - [2025-01-09 02:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001251 10.0.0.40 - - [2025-01-09 02:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001491 10.0.0.40 - - [2025-01-09 02:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001000 10.0.0.40 - - [2025-01-09 02:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001063 10.0.0.40 - - [2025-01-09 02:39:02] "POST /neutron/network HTTP/1.1" 200 151 0.120641 10.0.0.40 - - [2025-01-09 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.40 - - [2025-01-09 02:39:02] "GET /routing-instance/82062bed-ca0d-45b1-89cb-d1870b5f92dd HTTP/1.1" 404 171 0.002779 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domains HTTP/1.1" 200 280 0.002772 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001705 10.0.0.40 - - [2025-01-09 02:39:02] "DELETE /route-target/0c09f7de-b6e0-47ed-82f0-d3b24f106f55 HTTP/1.1" 200 115 0.026922 10.0.0.40 - - [2025-01-09 02:39:02] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3149 0.009534 10.0.0.40 - - [2025-01-09 02:39:03] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001419 10.0.0.40 - - [2025-01-09 02:39:03] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 2156 0.064594 10.0.0.40 - - [2025-01-09 02:39:03] "POST /neutron/network HTTP/1.1" 200 1008 0.007756 10.0.0.40 - - [2025-01-09 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.40 - - [2025-01-09 02:39:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001040 10.0.0.40 - - [2025-01-09 02:39:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001259 10.0.0.40 - - [2025-01-09 02:39:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000964 10.0.0.40 - - [2025-01-09 02:39:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000940 10.0.0.40 - - [2025-01-09 02:39:03] "POST /neutron/network HTTP/1.1" 200 151 0.091161 10.0.0.40 - - [2025-01-09 02:39:03] "DELETE /route-target/9db9e411-22fc-4b8d-aace-ff480a123618 HTTP/1.1" 200 115 0.021737 10.0.0.40 - - [2025-01-09 02:39:03] "GET /routing-instance/a32c70d0-5779-4bd4-bc48-81ab237c3f01 HTTP/1.1" 404 171 0.002312 10.0.0.40 - - [2025-01-09 02:39:03] "GET /domains HTTP/1.1" 200 280 0.002196 10.0.0.40 - - [2025-01-09 02:39:03] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.40 - - [2025-01-09 02:39:03] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3149 0.049024 10.0.0.40 - - [2025-01-09 02:39:03] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.40 - - [2025-01-09 02:39:03] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 1911 0.066691 10.0.0.40 - - [2025-01-09 02:39:03] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.40 - - [2025-01-09 02:39:03] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.022981 10.0.0.40 - - [2025-01-09 02:39:03] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.40 - - [2025-01-09 02:39:03] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?fields=virtual_networks HTTP/1.1" 200 1059 0.062914 10.0.0.40 - - [2025-01-09 02:39:03] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.40 - - [2025-01-09 02:39:03] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.022821 10.0.0.40 - - [2025-01-09 02:39:03] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.40 - - [2025-01-09 02:39:03] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?fields=security_groups HTTP/1.1" 200 1293 0.019476 10.0.0.40 - - [2025-01-09 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.023339 10.0.0.40 - - [2025-01-09 02:39:04] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003346 10.0.0.40 - - [2025-01-09 02:39:04] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002119 10.0.0.40 - - [2025-01-09 02:39:04] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009667 10.0.0.40 - - [2025-01-09 02:39:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.001163 10.0.0.40 - - [2025-01-09 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.003325 10.0.0.40 - - [2025-01-09 02:39:04] "POST /security-groups HTTP/1.1" 200 593 0.059524 10.0.0.40 - - [2025-01-09 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.002352 10.0.0.40 - - [2025-01-09 02:39:04] "POST /projects HTTP/1.1" 200 589 0.210017 10.0.0.40 - - [2025-01-09 02:39:04] "POST /access-control-lists HTTP/1.1" 200 598 0.058288 10.0.0.40 - - [2025-01-09 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.285439 10.0.0.40 - - [2025-01-09 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.002751 10.0.0.40 - - [2025-01-09 02:39:05] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.404160 10.0.0.40 - - [2025-01-09 02:39:05] "POST /access-control-lists HTTP/1.1" 200 596 0.060067 10.0.0.40 - - [2025-01-09 02:39:06] "GET / HTTP/1.1" 200 35931 0.002999 10.0.0.40 - - [2025-01-09 02:39:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.40 - - [2025-01-09 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.048992 10.0.0.40 - - [2025-01-09 02:39:07] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.40 - - [2025-01-09 02:39:07] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.018221 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 117 0.029729 10.0.0.40 - - [2025-01-09 02:39:07] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001324 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 607 0.052992 10.0.0.40 - - [2025-01-09 02:39:07] "POST /route-targets HTTP/1.1" 200 327 0.011198 10.0.0.40 - - [2025-01-09 02:39:07] "POST /ref-update HTTP/1.1" 200 156 0.011410 10.0.0.40 - - [2025-01-09 02:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002111 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.126934 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 824 0.005531 10.0.0.40 - - [2025-01-09 02:39:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001257 10.0.0.40 - - [2025-01-09 02:39:07] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003221 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 824 0.006090 10.0.0.40 - - [2025-01-09 02:39:07] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002860 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 824 0.005907 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.006769 10.0.0.40 - - [2025-01-09 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.40 - - [2025-01-09 02:39:07] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001718 10.0.0.40 - - [2025-01-09 02:39:07] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.021671 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 117 0.008470 10.0.0.40 - - [2025-01-09 02:39:07] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001180 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 607 0.060919 10.0.0.40 - - [2025-01-09 02:39:07] "POST /route-targets HTTP/1.1" 200 327 0.010581 10.0.0.40 - - [2025-01-09 02:39:07] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.40 - - [2025-01-09 02:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.131083 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 825 0.005081 10.0.0.40 - - [2025-01-09 02:39:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001387 10.0.0.40 - - [2025-01-09 02:39:07] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003326 10.0.0.40 - - [2025-01-09 02:39:07] "POST /neutron/network HTTP/1.1" 200 825 0.005785 10.0.0.40 - - [2025-01-09 02:39:07] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002931 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 825 0.005651 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.007082 10.0.0.40 - - [2025-01-09 02:39:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.003167 10.0.0.40 - - [2025-01-09 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.40 - - [2025-01-09 02:39:08] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001428 10.0.0.40 - - [2025-01-09 02:39:08] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.025027 10.0.0.40 - - [2025-01-09 02:39:08] "POST /network-policys HTTP/1.1" 200 571 0.026574 10.0.0.40 - - [2025-01-09 02:39:08] "GET /network-policy/08850800-7491-4e71-8ecf-8b825f765dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005538 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 824 0.007839 10.0.0.40 - - [2025-01-09 02:39:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.004418 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 926 0.044116 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 926 0.044289 10.0.0.40 - - [2025-01-09 02:39:08] "POST /access-control-lists HTTP/1.1" 200 590 0.067022 10.0.0.40 - - [2025-01-09 02:39:08] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003517 10.0.0.40 - - [2025-01-09 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.40 - - [2025-01-09 02:39:08] "GET /network-policy/08850800-7491-4e71-8ecf-8b825f765dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002860 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 825 0.006691 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 927 0.044337 10.0.0.40 - - [2025-01-09 02:39:08] "PUT /access-control-list/f6ec9137-4f85-4efc-be47-d02edf90aa17 HTTP/1.1" 200 272 0.055890 10.0.0.40 - - [2025-01-09 02:39:08] "POST /neutron/network HTTP/1.1" 200 927 0.031987 10.0.0.40 - - [2025-01-09 02:39:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.003081 10.0.0.40 - - [2025-01-09 02:39:08] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.002651 10.0.0.40 - - [2025-01-09 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001940 10.0.0.40 - - [2025-01-09 02:39:08] "GET /network-policy/08850800-7491-4e71-8ecf-8b825f765dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003221 10.0.0.40 - - [2025-01-09 02:39:08] "GET /domains HTTP/1.1" 401 292 0.000461 10.0.0.40 - - [2025-01-09 02:39:08] "POST /access-control-lists HTTP/1.1" 200 590 0.059845 10.0.0.40 - - [2025-01-09 02:39:08] "POST /ref-update HTTP/1.1" 200 156 0.009737 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains HTTP/1.1" 200 280 0.023935 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3337 0.007641 10.0.0.40 - - [2025-01-09 02:39:09] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002559 10.0.0.40 - - [2025-01-09 02:39:09] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 2582 0.067058 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6 HTTP/1.1" 200 2886 0.003569 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6 HTTP/1.1" 200 2886 0.002574 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/a0137653-9127-475c-9617-aed5ef3635a6 HTTP/1.1" 200 1784 0.002783 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/a0137653-9127-475c-9617-aed5ef3635a6 HTTP/1.1" 200 1784 0.002172 10.0.0.40 - - [2025-01-09 02:39:09] "GET /route-target/ec706df9-1318-4af9-8bdd-004721eb02c1 HTTP/1.1" 200 1207 0.002198 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6 HTTP/1.1" 200 2886 0.002305 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/a0137653-9127-475c-9617-aed5ef3635a6 HTTP/1.1" 200 1784 0.002456 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002548 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6 HTTP/1.1" 200 2886 0.003267 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/a0137653-9127-475c-9617-aed5ef3635a6 HTTP/1.1" 200 1784 0.002659 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/a0137653-9127-475c-9617-aed5ef3635a6 HTTP/1.1" 200 1784 0.002699 10.0.0.40 - - [2025-01-09 02:39:09] "GET /route-target/ec706df9-1318-4af9-8bdd-004721eb02c1 HTTP/1.1" 200 1207 0.002504 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains HTTP/1.1" 200 280 0.002596 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3337 0.006329 10.0.0.40 - - [2025-01-09 02:39:09] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001264 10.0.0.40 - - [2025-01-09 02:39:09] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 2582 0.066430 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6 HTTP/1.1" 200 2886 0.002672 10.0.0.40 - - [2025-01-09 02:39:09] "GET /obj-perms HTTP/1.1" 200 5034 0.049598 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains HTTP/1.1" 200 280 0.002655 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3337 0.006254 10.0.0.40 - - [2025-01-09 02:39:09] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001451 10.0.0.40 - - [2025-01-09 02:39:09] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 2582 0.062937 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8 HTTP/1.1" 200 2890 0.004344 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8 HTTP/1.1" 200 2890 0.002552 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/85102141-7498-423a-9667-6f6701b9a494 HTTP/1.1" 200 1783 0.002647 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/85102141-7498-423a-9667-6f6701b9a494 HTTP/1.1" 200 1783 0.002763 10.0.0.40 - - [2025-01-09 02:39:09] "GET /route-target/4d0a6b81-06f1-48c7-9f77-0431d0aade82 HTTP/1.1" 200 1206 0.002323 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8 HTTP/1.1" 200 2890 0.002460 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/85102141-7498-423a-9667-6f6701b9a494 HTTP/1.1" 200 1783 0.002417 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.002352 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8 HTTP/1.1" 200 2890 0.002790 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/85102141-7498-423a-9667-6f6701b9a494 HTTP/1.1" 200 1783 0.002139 10.0.0.40 - - [2025-01-09 02:39:09] "GET /routing-instance/85102141-7498-423a-9667-6f6701b9a494 HTTP/1.1" 200 1783 0.002204 10.0.0.40 - - [2025-01-09 02:39:09] "GET /route-target/4d0a6b81-06f1-48c7-9f77-0431d0aade82 HTTP/1.1" 200 1206 0.002077 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains HTTP/1.1" 200 280 0.002480 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.40 - - [2025-01-09 02:39:09] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 3337 0.005963 10.0.0.40 - - [2025-01-09 02:39:09] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001309 10.0.0.40 - - [2025-01-09 02:39:09] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 2582 0.062989 10.0.0.40 - - [2025-01-09 02:39:09] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8 HTTP/1.1" 200 2890 0.002547 10.0.0.40 - - [2025-01-09 02:39:09] "GET /obj-perms HTTP/1.1" 200 5034 0.002852 10.0.0.40 - - [2025-01-09 02:39:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001333 10.0.0.40 - - [2025-01-09 02:39:10] "POST /neutron/network HTTP/1.1" 200 936 0.005873 10.0.0.40 - - [2025-01-09 02:39:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.40 - - [2025-01-09 02:39:10] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.40 - - [2025-01-09 02:39:10] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.40 - - [2025-01-09 02:39:10] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.40 - - [2025-01-09 02:39:10] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039956 10.0.0.40 - - [2025-01-09 02:39:10] "POST /neutron/network HTTP/1.1" 200 926 0.005239 10.0.0.40 - - [2025-01-09 02:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.005609 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.004630 10.0.0.40 - - [2025-01-09 02:39:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001361 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.004861 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/network HTTP/1.1" 200 937 0.005557 10.0.0.40 - - [2025-01-09 02:39:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/network HTTP/1.1" 200 936 0.005728 10.0.0.40 - - [2025-01-09 02:39:11] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001182 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 1060 0.179828 10.0.0.40 - - [2025-01-09 02:39:11] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.40 - - [2025-01-09 02:39:11] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 1060 0.010451 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 1060 0.008100 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 1114 0.050588 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 1088 0.021286 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003672 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.010319 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/network HTTP/1.1" 200 926 0.006975 10.0.0.40 - - [2025-01-09 02:39:11] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.40 - - [2025-01-09 02:39:11] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047347 10.0.0.40 - - [2025-01-09 02:39:11] "POST /neutron/network HTTP/1.1" 200 927 0.007308 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1088 0.018522 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008255 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.005397 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015268 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007605 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/network HTTP/1.1" 200 937 0.005720 10.0.0.40 - - [2025-01-09 02:39:12] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.40 - - [2025-01-09 02:39:12] "PUT /access-control-list/2ef2d9f0-a2e1-46ac-beb3-75b489ab7307 HTTP/1.1" 200 272 0.062859 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1061 0.272818 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1061 0.009672 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1061 0.008295 10.0.0.40 - - [2025-01-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1115 0.064360 10.0.0.40 - - [2025-01-09 02:39:13] "POST /neutron/port HTTP/1.1" 200 1089 0.013850 10.0.0.40 - - [2025-01-09 02:39:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002967 10.0.0.40 - - [2025-01-09 02:39:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.011610 10.0.0.40 - - [2025-01-09 02:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.40 - - [2025-01-09 02:39:13] "POST /neutron/network HTTP/1.1" 200 927 0.005462 10.0.0.40 - - [2025-01-09 02:39:17] "POST /neutron/port HTTP/1.1" 200 1088 0.026010 10.0.0.40 - - [2025-01-09 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005915 10.0.0.40 - - [2025-01-09 02:39:17] "POST /neutron/port HTTP/1.1" 200 1088 0.014722 10.0.0.40 - - [2025-01-09 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007002 10.0.0.40 - - [2025-01-09 02:39:17] "POST /neutron/port HTTP/1.1" 200 1088 0.018039 10.0.0.40 - - [2025-01-09 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005996 10.0.0.40 - - [2025-01-09 02:39:17] "GET /virtual-machine/74411d76-3471-4987-9d12-939887c061a1 HTTP/1.1" 200 1294 0.004388 10.0.0.40 - - [2025-01-09 02:39:17] "GET /virtual-machine-interface/cc97b778-06fb-409b-9ec3-97853185c53e HTTP/1.1" 200 2952 0.003709 10.0.0.40 - - [2025-01-09 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.40 - - [2025-01-09 02:39:17] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003663 10.0.0.40 - - [2025-01-09 02:39:17] "GET /virtual-networks?parent_id=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002921 10.0.0.40 - - [2025-01-09 02:39:17] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003041 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /project/3ada17f0dabd4a21abe99c3b172bb5e6 HTTP/1.1" 404 173 0.022798 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /project/11ef9f85078a48f89d55397143c382ab HTTP/1.1" 404 173 0.013283 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /project/b9a6d85be09d4b3092c52d6bceb1fe14 HTTP/1.1" 404 173 0.012591 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /project/d3e39166010646fe8ceecd761314868e HTTP/1.1" 404 173 0.009362 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000961 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.053958 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.062616 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.062918 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.071523 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001525 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?fields=security_groups HTTP/1.1" 200 1409 0.059043 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?fields=security_groups HTTP/1.1" 200 1382 0.062244 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?fields=security_groups HTTP/1.1" 200 1358 0.056220 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?fields=security_groups HTTP/1.1" 200 1398 0.059189 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /security-group/da136693-50da-48a3-aec0-24e045588383 HTTP/1.1" 200 115 0.088369 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /security-group/f2606df8-e954-431c-9291-94858fd18cba HTTP/1.1" 200 115 0.098804 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=3ada17f0-dabd-4a21-abe9-9c3b172bb5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000945 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=bff10f1a-9dff-4077-8430-1ce790c091bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /access-control-list/39cc56b5-6be0-47b5-92c9-9b5d27a0179e HTTP/1.1" 200 115 0.060862 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /security-group/9f5b6e65-c14e-4e5d-853c-e56c1f85f333 HTTP/1.1" 200 115 0.106625 10.0.0.40 - - [2025-01-09 02:39:18] "DELETE /security-group/f4388a2d-d231-4cfb-9b47-4be2738822ea HTTP/1.1" 200 115 0.112061 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=d3e39166-0106-46fe-8cee-cd761314868e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.40 - - [2025-01-09 02:39:18] "GET /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6?fields=application_policy_sets HTTP/1.1" 200 1421 0.043850 10.0.0.40 - - [2025-01-09 02:39:18] "GET /projects?obj_uuids=11ef9f85-078a-48f8-9d55-397143c382ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/8ffb8ebc-8242-4de0-bcc1-8d3f19f0cf35 HTTP/1.1" 200 115 0.049744 10.0.0.40 - - [2025-01-09 02:39:19] "GET /project/d3e39166-0106-46fe-8cee-cd761314868e?fields=application_policy_sets HTTP/1.1" 200 1437 0.059731 10.0.0.40 - - [2025-01-09 02:39:19] "GET /project/11ef9f85-078a-48f8-9d55-397143c382ab?fields=application_policy_sets HTTP/1.1" 200 1397 0.048920 10.0.0.40 - - [2025-01-09 02:39:19] "GET /project/bff10f1a-9dff-4077-8430-1ce790c091bd?fields=application_policy_sets HTTP/1.1" 200 1448 0.096848 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/afacdf61-4d69-4c78-8a9d-1b422c1f0e83 HTTP/1.1" 200 115 0.058116 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/1c6091a5-5d83-41fd-9d6f-ac8cfd93f6b3 HTTP/1.1" 200 115 0.039376 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/6fb14969-1c60-4111-a3e6-9ae6eded25d9 HTTP/1.1" 200 115 0.072482 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /project/3ada17f0-dabd-4a21-abe9-9c3b172bb5e6 HTTP/1.1" 200 115 0.605653 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /project/d3e39166-0106-46fe-8cee-cd761314868e HTTP/1.1" 200 115 0.609765 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/b7f707b6-a3f6-4066-bd9e-279613badd50 HTTP/1.1" 200 115 0.043068 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /project/11ef9f85-078a-48f8-9d55-397143c382ab HTTP/1.1" 200 115 0.622991 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /project/bff10f1a-9dff-4077-8430-1ce790c091bd HTTP/1.1" 200 115 0.629068 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/c9a36777-642a-46e9-8afe-a5148dbae508 HTTP/1.1" 200 115 0.013169 10.0.0.40 - - [2025-01-09 02:39:19] "DELETE /access-control-list/a283eedd-53b1-44cf-a288-c60431f39d33 HTTP/1.1" 200 115 0.028656 10.0.0.40 - - [2025-01-09 02:39:19] "POST /neutron/port HTTP/1.1" 200 1088 0.015316 10.0.0.40 - - [2025-01-09 02:39:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005028 10.0.0.40 - - [2025-01-09 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.40 - - [2025-01-09 02:39:20] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003025 10.0.0.40 - - [2025-01-09 02:39:21] "POST /neutron/port HTTP/1.1" 200 1089 0.016013 10.0.0.40 - - [2025-01-09 02:39:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006891 10.0.0.40 - - [2025-01-09 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.40 - - [2025-01-09 02:39:22] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002709 10.0.0.40 - - [2025-01-09 02:39:23] "GET /virtual-networks?parent_id=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002992 10.0.0.40 - - [2025-01-09 02:39:23] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003591 10.0.0.40 - - [2025-01-09 02:39:23] "POST /neutron/port HTTP/1.1" 200 1089 0.015146 10.0.0.40 - - [2025-01-09 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005525 10.0.0.40 - - [2025-01-09 02:39:23] "POST /neutron/port HTTP/1.1" 200 1089 0.013751 10.0.0.40 - - [2025-01-09 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005764 10.0.0.40 - - [2025-01-09 02:39:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014401 10.0.0.40 - - [2025-01-09 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005741 10.0.0.40 - - [2025-01-09 02:39:23] "GET /virtual-machine/44216edc-608f-4ef4-8467-277b0cf1cd48 HTTP/1.1" 200 1293 0.003934 10.0.0.40 - - [2025-01-09 02:39:23] "GET /virtual-machine-interface/dd09bc87-793f-46a9-bbae-a6522f631230 HTTP/1.1" 200 2952 0.002495 10.0.0.40 - - [2025-01-09 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.40 - - [2025-01-09 02:39:23] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002345 10.0.0.40 - - [2025-01-09 02:39:23] "GET /virtual-networks?parent_id=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002892 10.0.0.40 - - [2025-01-09 02:39:23] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003137 10.0.0.40 - - [2025-01-09 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.40 - - [2025-01-09 02:39:24] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002397 10.0.0.40 - - [2025-01-09 02:39:24] "GET /virtual-networks?parent_id=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002684 10.0.0.40 - - [2025-01-09 02:39:24] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003706 10.0.0.40 - - [2025-01-09 02:39:25] "GET /obj-perms HTTP/1.1" 200 5056 0.044814 10.0.0.40 - - [2025-01-09 02:39:25] "GET /obj-perms HTTP/1.1" 200 5056 0.039471 10.0.0.40 - - [2025-01-09 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.40 - - [2025-01-09 02:39:28] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.40 - - [2025-01-09 02:39:29] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.020251 10.0.0.40 - - [2025-01-09 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.40 - - [2025-01-09 02:39:29] "PUT /network-policy/08850800-7491-4e71-8ecf-8b825f765dae HTTP/1.1" 200 262 0.009736 10.0.0.40 - - [2025-01-09 02:39:29] "PUT /access-control-list/f6ec9137-4f85-4efc-be47-d02edf90aa17 HTTP/1.1" 200 272 0.049909 10.0.0.40 - - [2025-01-09 02:39:29] "POST /ref-update HTTP/1.1" 200 156 0.009325 10.0.0.40 - - [2025-01-09 02:39:29] "PUT /access-control-list/2ef2d9f0-a2e1-46ac-beb3-75b489ab7307 HTTP/1.1" 200 272 0.053514 10.0.0.40 - - [2025-01-09 02:39:29] "POST /ref-update HTTP/1.1" 200 156 0.010628 10.0.0.40 - - [2025-01-09 02:39:32] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003753 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 927 0.010407 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 825 0.059640 10.0.0.40 - - [2025-01-09 02:39:32] "DELETE /access-control-list/2ef2d9f0-a2e1-46ac-beb3-75b489ab7307 HTTP/1.1" 200 115 0.035768 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 825 0.006286 10.0.0.40 - - [2025-01-09 02:39:32] "GET /virtual-network/ae50f08d-20c3-4ba9-bcdb-f245eaa2e9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003099 10.0.0.40 - - [2025-01-09 02:39:32] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003983 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 926 0.005771 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 824 0.072100 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 824 0.007930 10.0.0.40 - - [2025-01-09 02:39:32] "GET /virtual-network/90755590-e961-41dc-a871-9915033f2da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003853 10.0.0.40 - - [2025-01-09 02:39:32] "DELETE /network-policy/08850800-7491-4e71-8ecf-8b825f765dae HTTP/1.1" 200 115 0.025481 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 200 825 0.006518 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/network HTTP/1.1" 400 204 0.015804 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016687 10.0.0.40 - - [2025-01-09 02:39:32] "POST /neutron/port HTTP/1.1" 200 1115 0.009207 10.0.0.40 - - [2025-01-09 02:39:33] "POST /neutron/port HTTP/1.1" 200 1088 0.016013 10.0.0.40 - - [2025-01-09 02:39:33] "POST /neutron/port HTTP/1.1" 200 1114 0.010874 10.0.0.40 - - [2025-01-09 02:39:33] "POST /neutron/port HTTP/1.1" 200 151 0.125027 10.0.0.40 - - [2025-01-09 02:39:33] "DELETE /access-control-list/f6ec9137-4f85-4efc-be47-d02edf90aa17 HTTP/1.1" 200 115 0.031286 10.0.0.40 - - [2025-01-09 02:39:33] "POST /neutron/port HTTP/1.1" 200 151 0.125364 10.0.0.40 - - [2025-01-09 02:39:34] "POST /neutron/network HTTP/1.1" 200 825 0.005364 10.0.0.40 - - [2025-01-09 02:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001282 10.0.0.40 - - [2025-01-09 02:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001090 10.0.0.40 - - [2025-01-09 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007594 10.0.0.40 - - [2025-01-09 02:39:34] "POST /neutron/network HTTP/1.1" 200 151 0.068884 10.0.0.40 - - [2025-01-09 02:39:34] "GET /routing-instance/85102141-7498-423a-9667-6f6701b9a494 HTTP/1.1" 404 171 0.003464 10.0.0.40 - - [2025-01-09 02:39:34] "GET /domains HTTP/1.1" 200 280 0.003720 10.0.0.40 - - [2025-01-09 02:39:34] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001630 10.0.0.40 - - [2025-01-09 02:39:34] "DELETE /route-target/4d0a6b81-06f1-48c7-9f77-0431d0aade82 HTTP/1.1" 200 115 0.026743 10.0.0.40 - - [2025-01-09 02:39:35] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2575 0.051911 10.0.0.40 - - [2025-01-09 02:39:35] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.40 - - [2025-01-09 02:39:35] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 2114 0.063332 10.0.0.40 - - [2025-01-09 02:39:35] "POST /neutron/network HTTP/1.1" 200 824 0.005887 10.0.0.40 - - [2025-01-09 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001264 10.0.0.40 - - [2025-01-09 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006545 10.0.0.40 - - [2025-01-09 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001060 10.0.0.40 - - [2025-01-09 02:39:35] "POST /neutron/network HTTP/1.1" 200 151 0.083415 10.0.0.40 - - [2025-01-09 02:39:35] "DELETE /route-target/ec706df9-1318-4af9-8bdd-004721eb02c1 HTTP/1.1" 200 115 0.014942 10.0.0.40 - - [2025-01-09 02:39:35] "GET /routing-instance/a0137653-9127-475c-9617-aed5ef3635a6 HTTP/1.1" 404 171 0.003005 10.0.0.40 - - [2025-01-09 02:39:35] "GET /domains HTTP/1.1" 200 280 0.003358 10.0.0.40 - - [2025-01-09 02:39:35] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.40 - - [2025-01-09 02:39:35] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2575 0.048957 10.0.0.40 - - [2025-01-09 02:39:35] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.40 - - [2025-01-09 02:39:35] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 1875 0.065290 10.0.0.40 - - [2025-01-09 02:39:35] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001216 10.0.0.40 - - [2025-01-09 02:39:35] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.021272 10.0.0.40 - - [2025-01-09 02:39:35] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.40 - - [2025-01-09 02:39:35] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?fields=virtual_networks HTTP/1.1" 200 1047 0.065289 10.0.0.40 - - [2025-01-09 02:39:35] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.40 - - [2025-01-09 02:39:35] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.022870 10.0.0.40 - - [2025-01-09 02:39:35] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.40 - - [2025-01-09 02:39:35] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?fields=security_groups HTTP/1.1" 200 1275 0.021546 10.0.0.40 - - [2025-01-09 02:39:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.025065 10.0.0.40 - - [2025-01-09 02:39:36] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002383 10.0.0.40 - - [2025-01-09 02:39:36] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.40 - - [2025-01-09 02:39:36] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008000 10.0.0.40 - - [2025-01-09 02:39:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001224 10.0.0.40 - - [2025-01-09 02:39:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.002309 10.0.0.40 - - [2025-01-09 02:39:36] "POST /security-groups HTTP/1.1" 200 589 0.064051 10.0.0.40 - - [2025-01-09 02:39:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.004316 10.0.0.40 - - [2025-01-09 02:39:37] "POST /projects HTTP/1.1" 200 581 0.205547 10.0.0.40 - - [2025-01-09 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.273767 10.0.0.40 - - [2025-01-09 02:39:37] "POST /access-control-lists HTTP/1.1" 200 594 0.076734 10.0.0.40 - - [2025-01-09 02:39:37] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.389939 10.0.0.40 - - [2025-01-09 02:39:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.003861 10.0.0.40 - - [2025-01-09 02:39:37] "POST /access-control-lists HTTP/1.1" 200 592 0.060147 10.0.0.40 - - [2025-01-09 02:39:38] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.40 - - [2025-01-09 02:39:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.40 - - [2025-01-09 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.054615 10.0.0.40 - - [2025-01-09 02:39:39] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.40 - - [2025-01-09 02:39:39] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021081 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/network HTTP/1.1" 200 117 0.028126 10.0.0.40 - - [2025-01-09 02:39:39] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001409 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/network HTTP/1.1" 200 613 0.061880 10.0.0.40 - - [2025-01-09 02:39:39] "POST /route-targets HTTP/1.1" 200 327 0.010734 10.0.0.40 - - [2025-01-09 02:39:39] "POST /ref-update HTTP/1.1" 200 156 0.009546 10.0.0.40 - - [2025-01-09 02:39:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.149665 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/network HTTP/1.1" 200 831 0.004982 10.0.0.40 - - [2025-01-09 02:39:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001176 10.0.0.40 - - [2025-01-09 02:39:39] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002598 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/network HTTP/1.1" 200 831 0.006179 10.0.0.40 - - [2025-01-09 02:39:39] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002853 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/network HTTP/1.1" 200 831 0.006922 10.0.0.40 - - [2025-01-09 02:39:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.008166 10.0.0.40 - - [2025-01-09 02:39:39] "GET /domains HTTP/1.1" 401 292 0.000380 10.0.0.40 - - [2025-01-09 02:39:39] "GET /domains HTTP/1.1" 200 280 0.022817 10.0.0.40 - - [2025-01-09 02:39:39] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.40 - - [2025-01-09 02:39:39] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2759 0.007977 10.0.0.40 - - [2025-01-09 02:39:39] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.40 - - [2025-01-09 02:39:40] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2091 0.064081 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c HTTP/1.1" 200 2314 0.003427 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c HTTP/1.1" 200 2314 0.002485 10.0.0.40 - - [2025-01-09 02:39:40] "GET /routing-instance/3a792a3a-7c9f-4a46-9b71-98914977ca9a HTTP/1.1" 200 1493 0.002472 10.0.0.40 - - [2025-01-09 02:39:40] "GET /routing-instance/3a792a3a-7c9f-4a46-9b71-98914977ca9a HTTP/1.1" 200 1493 0.002304 10.0.0.40 - - [2025-01-09 02:39:40] "GET /route-target/143119c9-1d41-43e3-99f4-87c74eece5f4 HTTP/1.1" 200 1212 0.002288 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c HTTP/1.1" 200 2314 0.003055 10.0.0.40 - - [2025-01-09 02:39:40] "GET /routing-instance/3a792a3a-7c9f-4a46-9b71-98914977ca9a HTTP/1.1" 200 1493 0.002996 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002530 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c HTTP/1.1" 200 2314 0.002297 10.0.0.40 - - [2025-01-09 02:39:40] "GET /routing-instance/3a792a3a-7c9f-4a46-9b71-98914977ca9a HTTP/1.1" 200 1493 0.002185 10.0.0.40 - - [2025-01-09 02:39:40] "GET /routing-instance/3a792a3a-7c9f-4a46-9b71-98914977ca9a HTTP/1.1" 200 1493 0.002152 10.0.0.40 - - [2025-01-09 02:39:40] "GET /route-target/143119c9-1d41-43e3-99f4-87c74eece5f4 HTTP/1.1" 200 1212 0.002180 10.0.0.40 - - [2025-01-09 02:39:40] "GET /domains HTTP/1.1" 200 280 0.002604 10.0.0.40 - - [2025-01-09 02:39:40] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.40 - - [2025-01-09 02:39:40] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2759 0.006777 10.0.0.40 - - [2025-01-09 02:39:40] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.40 - - [2025-01-09 02:39:40] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2091 0.060967 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c HTTP/1.1" 200 2314 0.002420 10.0.0.40 - - [2025-01-09 02:39:40] "GET /obj-perms HTTP/1.1" 200 5026 0.042337 10.0.0.40 - - [2025-01-09 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.40 - - [2025-01-09 02:39:40] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.40 - - [2025-01-09 02:39:40] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.019547 10.0.0.40 - - [2025-01-09 02:39:40] "POST /neutron/network HTTP/1.1" 200 117 0.008378 10.0.0.40 - - [2025-01-09 02:39:40] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.40 - - [2025-01-09 02:39:40] "POST /neutron/network HTTP/1.1" 200 613 0.051383 10.0.0.40 - - [2025-01-09 02:39:40] "POST /route-targets HTTP/1.1" 200 327 0.010230 10.0.0.40 - - [2025-01-09 02:39:40] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.40 - - [2025-01-09 02:39:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.40 - - [2025-01-09 02:39:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.175255 10.0.0.40 - - [2025-01-09 02:39:40] "POST /neutron/network HTTP/1.1" 200 831 0.005559 10.0.0.40 - - [2025-01-09 02:39:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001239 10.0.0.40 - - [2025-01-09 02:39:40] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002908 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 831 0.005634 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002586 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 831 0.005497 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.006518 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domains HTTP/1.1" 200 280 0.002157 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2759 0.006077 10.0.0.40 - - [2025-01-09 02:39:41] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.40 - - [2025-01-09 02:39:41] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2309 0.060389 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a HTTP/1.1" 200 2317 0.003498 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a HTTP/1.1" 200 2317 0.002892 10.0.0.40 - - [2025-01-09 02:39:41] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b HTTP/1.1" 200 1492 0.002396 10.0.0.40 - - [2025-01-09 02:39:41] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b HTTP/1.1" 200 1492 0.002228 10.0.0.40 - - [2025-01-09 02:39:41] "GET /route-target/50463932-abd1-45ee-9350-0ee3802dd8cb HTTP/1.1" 200 1212 0.002262 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a HTTP/1.1" 200 2317 0.002238 10.0.0.40 - - [2025-01-09 02:39:41] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b HTTP/1.1" 200 1492 0.002238 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002267 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a HTTP/1.1" 200 2317 0.002348 10.0.0.40 - - [2025-01-09 02:39:41] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b HTTP/1.1" 200 1492 0.002725 10.0.0.40 - - [2025-01-09 02:39:41] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b HTTP/1.1" 200 1492 0.002442 10.0.0.40 - - [2025-01-09 02:39:41] "GET /route-target/50463932-abd1-45ee-9350-0ee3802dd8cb HTTP/1.1" 200 1212 0.002596 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domains HTTP/1.1" 200 280 0.002528 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2759 0.006711 10.0.0.40 - - [2025-01-09 02:39:41] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.40 - - [2025-01-09 02:39:41] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2309 0.064837 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a HTTP/1.1" 200 2317 0.002681 10.0.0.40 - - [2025-01-09 02:39:41] "GET /obj-perms HTTP/1.1" 200 5026 0.002838 10.0.0.40 - - [2025-01-09 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.40 - - [2025-01-09 02:39:41] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.40 - - [2025-01-09 02:39:41] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023818 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 117 0.009707 10.0.0.40 - - [2025-01-09 02:39:41] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 615 0.060922 10.0.0.40 - - [2025-01-09 02:39:41] "POST /ref-update HTTP/1.1" 200 156 0.009520 10.0.0.40 - - [2025-01-09 02:39:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002173 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.195684 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 834 0.006006 10.0.0.40 - - [2025-01-09 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001244 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002754 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 834 0.005518 10.0.0.40 - - [2025-01-09 02:39:41] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002552 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/network HTTP/1.1" 200 834 0.005862 10.0.0.40 - - [2025-01-09 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.007095 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domains HTTP/1.1" 200 280 0.003264 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.40 - - [2025-01-09 02:39:41] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2759 0.006505 10.0.0.40 - - [2025-01-09 02:39:41] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.40 - - [2025-01-09 02:39:42] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2528 0.065236 10.0.0.40 - - [2025-01-09 02:39:42] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8 HTTP/1.1" 200 2324 0.004566 10.0.0.40 - - [2025-01-09 02:39:42] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8 HTTP/1.1" 200 2324 0.002626 10.0.0.40 - - [2025-01-09 02:39:42] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38 HTTP/1.1" 200 1496 0.003134 10.0.0.40 - - [2025-01-09 02:39:42] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38 HTTP/1.1" 200 1496 0.002956 10.0.0.40 - - [2025-01-09 02:39:42] "GET /route-target/a05d102f-9f10-4412-be90-62016a7156ea HTTP/1.1" 200 1215 0.002922 10.0.0.40 - - [2025-01-09 02:39:42] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8 HTTP/1.1" 200 2324 0.003464 10.0.0.40 - - [2025-01-09 02:39:42] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38 HTTP/1.1" 200 1496 0.002977 10.0.0.40 - - [2025-01-09 02:39:42] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002556 10.0.0.40 - - [2025-01-09 02:39:42] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8 HTTP/1.1" 200 2324 0.002499 10.0.0.40 - - [2025-01-09 02:39:42] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38 HTTP/1.1" 200 1496 0.002683 10.0.0.40 - - [2025-01-09 02:39:42] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38 HTTP/1.1" 200 1496 0.002389 10.0.0.40 - - [2025-01-09 02:39:42] "GET /route-target/a05d102f-9f10-4412-be90-62016a7156ea HTTP/1.1" 200 1215 0.002450 10.0.0.40 - - [2025-01-09 02:39:42] "GET /domains HTTP/1.1" 200 280 0.002608 10.0.0.40 - - [2025-01-09 02:39:42] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.40 - - [2025-01-09 02:39:42] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2759 0.006510 10.0.0.40 - - [2025-01-09 02:39:42] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.40 - - [2025-01-09 02:39:42] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2528 0.060756 10.0.0.40 - - [2025-01-09 02:39:42] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8 HTTP/1.1" 200 2324 0.002263 10.0.0.40 - - [2025-01-09 02:39:42] "GET /obj-perms HTTP/1.1" 200 5026 0.002757 10.0.0.40 - - [2025-01-09 02:39:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001673 10.0.0.40 - - [2025-01-09 02:39:42] "POST /neutron/network HTTP/1.1" 200 841 0.005244 10.0.0.40 - - [2025-01-09 02:39:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.40 - - [2025-01-09 02:39:42] "GET / HTTP/1.1" 200 35931 0.002506 10.0.0.40 - - [2025-01-09 02:39:42] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.40 - - [2025-01-09 02:39:43] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.40 - - [2025-01-09 02:39:43] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044854 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/network HTTP/1.1" 200 831 0.005860 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.004797 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.004907 10.0.0.40 - - [2025-01-09 02:39:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001424 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.006393 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/network HTTP/1.1" 200 844 0.005294 10.0.0.40 - - [2025-01-09 02:39:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/network HTTP/1.1" 200 841 0.007897 10.0.0.40 - - [2025-01-09 02:39:43] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001359 10.0.0.40 - - [2025-01-09 02:39:43] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.40 - - [2025-01-09 02:39:43] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000535 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 1057 0.203805 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 1057 0.008399 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 1057 0.007131 10.0.0.40 - - [2025-01-09 02:39:43] "POST /neutron/port HTTP/1.1" 200 1111 0.054455 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 1085 0.014997 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003114 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.010028 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/network HTTP/1.1" 200 831 0.005393 10.0.0.40 - - [2025-01-09 02:39:44] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.40 - - [2025-01-09 02:39:44] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042109 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/network HTTP/1.1" 200 834 0.005092 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 1085 0.016475 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006634 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 117 0.005908 10.0.0.40 - - [2025-01-09 02:39:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004854 10.0.0.40 - - [2025-01-09 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.40 - - [2025-01-09 02:39:44] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.40 - - [2025-01-09 02:39:44] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007213 10.0.0.40 - - [2025-01-09 02:39:44] "POST /service-templates HTTP/1.1" 200 543 0.024825 10.0.0.40 - - [2025-01-09 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.40 - - [2025-01-09 02:39:44] "GET /service-template/014e4e3c-471a-4b01-a7e4-370487a529ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.003872 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/network HTTP/1.1" 200 844 0.009385 10.0.0.40 - - [2025-01-09 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009902 10.0.0.40 - - [2025-01-09 02:39:44] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.40 - - [2025-01-09 02:39:44] "GET /service-template/014e4e3c-471a-4b01-a7e4-370487a529ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004823 10.0.0.40 - - [2025-01-09 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001860 10.0.0.40 - - [2025-01-09 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001287 10.0.0.40 - - [2025-01-09 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.003361 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 1058 0.277671 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 1058 0.018286 10.0.0.40 - - [2025-01-09 02:39:44] "POST /neutron/port HTTP/1.1" 200 1058 0.011049 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/port HTTP/1.1" 200 2001 0.029758 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/port HTTP/1.1" 200 1112 0.082311 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006125 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/port HTTP/1.1" 200 1086 0.016933 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003237 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.009358 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/network HTTP/1.1" 200 834 0.005989 10.0.0.40 - - [2025-01-09 02:39:45] "POST /neutron/network HTTP/1.1" 200 2221 0.015878 10.0.0.40 - - [2025-01-09 02:39:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.40 - - [2025-01-09 02:39:46] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.40 - - [2025-01-09 02:39:46] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.40 - - [2025-01-09 02:39:46] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.40 - - [2025-01-09 02:39:46] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040611 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/network HTTP/1.1" 200 831 0.005449 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/network HTTP/1.1" 200 831 0.005920 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/network HTTP/1.1" 200 834 0.006060 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/port HTTP/1.1" 200 2055 0.023076 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005789 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.005803 10.0.0.40 - - [2025-01-09 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.006377 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/network HTTP/1.1" 200 2221 0.018079 10.0.0.40 - - [2025-01-09 02:39:47] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1057 0.215012 10.0.0.40 - - [2025-01-09 02:39:47] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1057 0.182161 10.0.0.40 - - [2025-01-09 02:39:47] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1058 0.200016 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1057 0.008888 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1057 0.019736 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1111 0.071040 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1057 0.009447 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1057 0.008045 10.0.0.40 - - [2025-01-09 02:39:47] "POST /neutron/port HTTP/1.1" 200 1111 0.061097 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 1058 0.012458 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 1058 0.010003 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 1112 0.058769 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 3023 0.019778 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/subnet HTTP/1.1" 200 693 0.012455 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/network HTTP/1.1" 200 831 0.006162 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003414 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.011912 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.001394 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/network HTTP/1.1" 200 831 0.005809 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003698 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.010205 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.40 - - [2025-01-09 02:39:48] "POST /neutron/network HTTP/1.1" 200 834 0.005202 10.0.0.40 - - [2025-01-09 02:39:51] "POST /neutron/port HTTP/1.1" 200 3023 0.021792 10.0.0.40 - - [2025-01-09 02:39:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006069 10.0.0.40 - - [2025-01-09 02:39:51] "POST /neutron/port HTTP/1.1" 200 3023 0.022048 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006657 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/port HTTP/1.1" 200 3023 0.017482 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005756 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/port HTTP/1.1" 200 3023 0.025811 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007290 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/port HTTP/1.1" 200 3023 0.045398 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007730 10.0.0.40 - - [2025-01-09 02:39:52] "GET /virtual-machine/4ce141d2-485b-4bec-9f07-83006954c8a9 HTTP/1.1" 200 1802 0.004719 10.0.0.40 - - [2025-01-09 02:39:52] "GET /virtual-machine-interface/125680dd-3f5b-4a20-a761-de92b82a434f HTTP/1.1" 200 2946 0.002967 10.0.0.40 - - [2025-01-09 02:39:52] "GET /virtual-machine-interface/3c409a95-b7d8-4601-aa5c-727c910a8fdd HTTP/1.1" 200 2949 0.004743 10.0.0.40 - - [2025-01-09 02:39:52] "GET /virtual-machine-interface/75eac067-f8e9-4378-b08b-2bb9fd81ed7b HTTP/1.1" 200 2946 0.012681 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/port HTTP/1.1" 200 1085 0.028409 10.0.0.40 - - [2025-01-09 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007614 10.0.0.40 - - [2025-01-09 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006080 10.0.0.40 - - [2025-01-09 02:39:52] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002896 10.0.0.40 - - [2025-01-09 02:39:52] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002783 10.0.0.40 - - [2025-01-09 02:39:52] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003201 10.0.0.40 - - [2025-01-09 02:39:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014938 10.0.0.40 - - [2025-01-09 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005115 10.0.0.40 - - [2025-01-09 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.40 - - [2025-01-09 02:39:55] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002617 10.0.0.40 - - [2025-01-09 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.40 - - [2025-01-09 02:39:59] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002992 10.0.0.40 - - [2025-01-09 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.40 - - [2025-01-09 02:40:03] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002759 10.0.0.40 - - [2025-01-09 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.40 - - [2025-01-09 02:40:08] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002725 10.0.0.40 - - [2025-01-09 02:40:08] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003316 10.0.0.40 - - [2025-01-09 02:40:08] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003266 10.0.0.40 - - [2025-01-09 02:40:08] "POST /neutron/port HTTP/1.1" 200 3023 0.019016 10.0.0.40 - - [2025-01-09 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006212 10.0.0.40 - - [2025-01-09 02:40:13] "POST /neutron/port HTTP/1.1" 200 3023 0.019380 10.0.0.40 - - [2025-01-09 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009326 10.0.0.40 - - [2025-01-09 02:40:17] "POST /neutron/port HTTP/1.1" 200 3023 0.019161 10.0.0.40 - - [2025-01-09 02:40:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005376 10.0.0.40 - - [2025-01-09 02:40:18] "POST /neutron/port HTTP/1.1" 200 3023 0.018007 10.0.0.40 - - [2025-01-09 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005293 10.0.0.40 - - [2025-01-09 02:40:19] "DELETE /project/952946452b554af6bee46c1051921754 HTTP/1.1" 404 173 0.006733 10.0.0.40 - - [2025-01-09 02:40:19] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.40 - - [2025-01-09 02:40:19] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.020897 10.0.0.40 - - [2025-01-09 02:40:19] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.40 - - [2025-01-09 02:40:19] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?fields=security_groups HTTP/1.1" 200 1380 0.056644 10.0.0.40 - - [2025-01-09 02:40:19] "DELETE /security-group/19a25019-7f9d-4f8d-9676-507271c1e023 HTTP/1.1" 200 115 0.037530 10.0.0.40 - - [2025-01-09 02:40:19] "GET /projects?obj_uuids=b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.40 - - [2025-01-09 02:40:19] "DELETE /access-control-list/c6badd3a-5ba4-43ab-b9d3-58221da17209 HTTP/1.1" 200 115 0.026225 10.0.0.40 - - [2025-01-09 02:40:19] "GET /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14?fields=application_policy_sets HTTP/1.1" 200 1419 0.027948 10.0.0.40 - - [2025-01-09 02:40:19] "DELETE /access-control-list/2a2b98db-a1ed-4795-b437-08f65175d8e0 HTTP/1.1" 200 115 0.017000 10.0.0.40 - - [2025-01-09 02:40:19] "DELETE /project/b9a6d85b-e09d-4b30-92c5-2d6bceb1fe14 HTTP/1.1" 200 115 0.299643 10.0.0.40 - - [2025-01-09 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.40 - - [2025-01-09 02:40:23] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002726 10.0.0.40 - - [2025-01-09 02:40:23] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002893 10.0.0.40 - - [2025-01-09 02:40:23] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003917 10.0.0.40 - - [2025-01-09 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.40 - - [2025-01-09 02:40:24] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002507 10.0.0.40 - - [2025-01-09 02:40:24] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002848 10.0.0.40 - - [2025-01-09 02:40:24] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002983 10.0.0.40 - - [2025-01-09 02:40:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.002780 10.0.0.40 - - [2025-01-09 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.40 - - [2025-01-09 02:40:24] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001850 10.0.0.40 - - [2025-01-09 02:40:24] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.019312 10.0.0.40 - - [2025-01-09 02:40:24] "POST /service-instances HTTP/1.1" 200 543 0.063545 10.0.0.40 - - [2025-01-09 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.40 - - [2025-01-09 02:40:24] "GET /service-instance/ef8354f6-2a3b-4d12-8e2d-db9aaaea96e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004149 10.0.0.40 - - [2025-01-09 02:40:24] "POST /port-tuples HTTP/1.1" 200 586 0.021835 10.0.0.40 - - [2025-01-09 02:40:24] "GET /virtual-machine-interface/75eac067-f8e9-4378-b08b-2bb9fd81ed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003174 10.0.0.40 - - [2025-01-09 02:40:24] "PUT /virtual-machine-interface/75eac067-f8e9-4378-b08b-2bb9fd81ed7b HTTP/1.1" 200 284 0.009657 10.0.0.40 - - [2025-01-09 02:40:24] "POST /ref-update HTTP/1.1" 200 156 0.009658 10.0.0.40 - - [2025-01-09 02:40:24] "POST /instance-ips HTTP/1.1" 200 385 0.019835 10.0.0.40 - - [2025-01-09 02:40:24] "POST /ref-update HTTP/1.1" 200 156 0.009084 10.0.0.40 - - [2025-01-09 02:40:24] "GET /virtual-machine-interface/125680dd-3f5b-4a20-a761-de92b82a434f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.002679 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.40 - - [2025-01-09 02:40:25] "PUT /virtual-machine-interface/125680dd-3f5b-4a20-a761-de92b82a434f HTTP/1.1" 200 284 0.010973 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003068 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.008008 10.0.0.40 - - [2025-01-09 02:40:25] "GET /virtual-machine-interface/3c409a95-b7d8-4601-aa5c-727c910a8fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.002908 10.0.0.40 - - [2025-01-09 02:40:25] "POST /instance-ips HTTP/1.1" 200 385 0.023236 10.0.0.40 - - [2025-01-09 02:40:25] "PUT /virtual-machine-interface/3c409a95-b7d8-4601-aa5c-727c910a8fdd HTTP/1.1" 200 284 0.009294 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.007240 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002584 10.0.0.40 - - [2025-01-09 02:40:25] "POST /neutron/port HTTP/1.1" 200 1085 0.012666 10.0.0.40 - - [2025-01-09 02:40:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005651 10.0.0.40 - - [2025-01-09 02:40:25] "POST /instance-ips HTTP/1.1" 200 373 0.013698 10.0.0.40 - - [2025-01-09 02:40:25] "POST /neutron/port HTTP/1.1" 200 1085 0.013607 10.0.0.40 - - [2025-01-09 02:40:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006846 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.40 - - [2025-01-09 02:40:25] "POST /neutron/port HTTP/1.1" 200 1085 0.013594 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.40 - - [2025-01-09 02:40:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007207 10.0.0.40 - - [2025-01-09 02:40:25] "GET /virtual-machine/033eab5c-46c2-4851-9f12-2725192042d1 HTTP/1.1" 200 1289 0.003692 10.0.0.40 - - [2025-01-09 02:40:25] "GET /virtual-machine-interface/d664595e-3d71-49e0-883c-efcfeba5041e HTTP/1.1" 200 2946 0.002448 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003039 10.0.0.40 - - [2025-01-09 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.40 - - [2025-01-09 02:40:25] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002896 10.0.0.40 - - [2025-01-09 02:40:25] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002835 10.0.0.40 - - [2025-01-09 02:40:25] "POST /instance-ips HTTP/1.1" 200 373 0.016090 10.0.0.40 - - [2025-01-09 02:40:25] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003071 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.007758 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003101 10.0.0.40 - - [2025-01-09 02:40:25] "POST /instance-ips HTTP/1.1" 200 375 0.014425 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.012768 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.010135 10.0.0.40 - - [2025-01-09 02:40:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002783 10.0.0.40 - - [2025-01-09 02:40:26] "POST /instance-ips HTTP/1.1" 200 375 0.019841 10.0.0.40 - - [2025-01-09 02:40:26] "POST /ref-update HTTP/1.1" 200 156 0.009867 10.0.0.40 - - [2025-01-09 02:40:26] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.40 - - [2025-01-09 02:40:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003595 10.0.0.40 - - [2025-01-09 02:40:26] "GET /obj-perms HTTP/1.1" 200 5056 0.040080 10.0.0.40 - - [2025-01-09 02:40:26] "GET /obj-perms HTTP/1.1" 200 5056 0.041227 10.0.0.40 - - [2025-01-09 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.40 - - [2025-01-09 02:40:26] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003368 10.0.0.40 - - [2025-01-09 02:40:26] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003574 10.0.0.40 - - [2025-01-09 02:40:26] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003450 10.0.0.40 - - [2025-01-09 02:40:27] "POST /neutron/port HTTP/1.1" 200 1086 0.013014 10.0.0.40 - - [2025-01-09 02:40:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005023 10.0.0.40 - - [2025-01-09 02:40:27] "POST /neutron/port HTTP/1.1" 200 1086 0.014464 10.0.0.40 - - [2025-01-09 02:40:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005711 10.0.0.40 - - [2025-01-09 02:40:27] "POST /neutron/port HTTP/1.1" 200 1086 0.013490 10.0.0.40 - - [2025-01-09 02:40:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005454 10.0.0.40 - - [2025-01-09 02:40:27] "GET /virtual-machine/62617d41-f210-4b27-9511-42fe3821d130 HTTP/1.1" 200 1290 0.003881 10.0.0.40 - - [2025-01-09 02:40:27] "GET /virtual-machine-interface/e1b174ff-8f53-4770-815d-25f7f4dd3851 HTTP/1.1" 200 2949 0.002764 10.0.0.40 - - [2025-01-09 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.40 - - [2025-01-09 02:40:27] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002455 10.0.0.40 - - [2025-01-09 02:40:27] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003547 10.0.0.40 - - [2025-01-09 02:40:27] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003014 10.0.0.40 - - [2025-01-09 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.40 - - [2025-01-09 02:40:28] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002425 10.0.0.40 - - [2025-01-09 02:40:28] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002990 10.0.0.40 - - [2025-01-09 02:40:28] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002930 10.0.0.40 - - [2025-01-09 02:40:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002577 10.0.0.40 - - [2025-01-09 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.40 - - [2025-01-09 02:40:28] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001488 10.0.0.40 - - [2025-01-09 02:40:28] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020304 10.0.0.40 - - [2025-01-09 02:40:28] "POST /network-policys HTTP/1.1" 200 547 0.016152 10.0.0.40 - - [2025-01-09 02:40:28] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004370 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.40 - - [2025-01-09 02:40:29] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002871 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.40 - - [2025-01-09 02:40:29] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003875 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.002461 10.0.0.40 - - [2025-01-09 02:40:29] "POST /ref-update HTTP/1.1" 200 156 0.024470 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.40 - - [2025-01-09 02:40:29] "POST /access-control-lists HTTP/1.1" 200 601 0.058617 10.0.0.40 - - [2025-01-09 02:40:29] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003049 10.0.0.40 - - [2025-01-09 02:40:29] "POST /neutron/network HTTP/1.1" 200 919 0.007210 10.0.0.40 - - [2025-01-09 02:40:29] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002396 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.40 - - [2025-01-09 02:40:29] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003142 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.40 - - [2025-01-09 02:40:29] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003074 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.40 - - [2025-01-09 02:40:29] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003160 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.003135 10.0.0.40 - - [2025-01-09 02:40:29] "POST /ref-update HTTP/1.1" 200 156 0.028087 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.40 - - [2025-01-09 02:40:29] "POST /access-control-lists HTTP/1.1" 200 604 0.057303 10.0.0.40 - - [2025-01-09 02:40:29] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003016 10.0.0.40 - - [2025-01-09 02:40:29] "POST /routing-instances HTTP/1.1" 200 759 0.014300 10.0.0.40 - - [2025-01-09 02:40:29] "POST /neutron/network HTTP/1.1" 200 922 0.008330 10.0.0.40 - - [2025-01-09 02:40:29] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003654 10.0.0.40 - - [2025-01-09 02:40:29] "POST /route-targets HTTP/1.1" 200 327 0.008858 10.0.0.40 - - [2025-01-09 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.40 - - [2025-01-09 02:40:29] "POST /ref-update HTTP/1.1" 200 156 0.009547 10.0.0.40 - - [2025-01-09 02:40:30] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003034 10.0.0.40 - - [2025-01-09 02:40:30] "GET /routing-instance/5fd8e538-dcc0-4c91-a01a-794005ad36dd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.002878 10.0.0.40 - - [2025-01-09 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.40 - - [2025-01-09 02:40:30] "GET /routing-instance/5fd8e538-dcc0-4c91-a01a-794005ad36dd?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.003942 10.0.0.40 - - [2025-01-09 02:40:30] "GET /service-template/014e4e3c-471a-4b01-a7e4-370487a529ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.002990 10.0.0.40 - - [2025-01-09 02:40:30] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.40 - - [2025-01-09 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.40 - - [2025-01-09 02:40:30] "POST /routing-instances HTTP/1.1" 200 760 0.018822 10.0.0.40 - - [2025-01-09 02:40:30] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.40 - - [2025-01-09 02:40:30] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028296 10.0.0.40 - - [2025-01-09 02:40:30] "POST /route-targets HTTP/1.1" 200 327 0.014235 10.0.0.40 - - [2025-01-09 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.40 - - [2025-01-09 02:40:30] "POST /ref-update HTTP/1.1" 200 156 0.011734 10.0.0.40 - - [2025-01-09 02:40:30] "GET /service-instance/ef8354f6-2a3b-4d12-8e2d-db9aaaea96e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005604 10.0.0.40 - - [2025-01-09 02:40:30] "GET /routing-instance/520c862e-1d96-4e70-8afb-9b065f35976b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003661 10.0.0.40 - - [2025-01-09 02:40:30] "GET /domains HTTP/1.1" 200 280 0.002477 10.0.0.40 - - [2025-01-09 02:40:30] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.40 - - [2025-01-09 02:40:30] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2771 0.007316 10.0.0.40 - - [2025-01-09 02:40:30] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.40 - - [2025-01-09 02:40:30] "GET /routing-instance/520c862e-1d96-4e70-8afb-9b065f35976b?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.002429 10.0.0.40 - - [2025-01-09 02:40:30] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 4244 0.067358 10.0.0.40 - - [2025-01-09 02:40:30] "PUT /routing-instance/5fd8e538-dcc0-4c91-a01a-794005ad36dd HTTP/1.1" 200 266 0.012877 10.0.0.40 - - [2025-01-09 02:40:30] "GET /service-instance/ef8354f6-2a3b-4d12-8e2d-db9aaaea96e4 HTTP/1.1" 200 3784 0.006758 10.0.0.40 - - [2025-01-09 02:40:30] "GET /domains HTTP/1.1" 200 280 0.002463 10.0.0.40 - - [2025-01-09 02:40:30] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.40 - - [2025-01-09 02:40:30] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2771 0.006147 10.0.0.40 - - [2025-01-09 02:40:30] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.40 - - [2025-01-09 02:40:30] "PUT /routing-instance/520c862e-1d96-4e70-8afb-9b065f35976b HTTP/1.1" 200 266 0.009543 10.0.0.40 - - [2025-01-09 02:40:30] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 4244 0.078749 10.0.0.40 - - [2025-01-09 02:40:30] "POST /ref-update HTTP/1.1" 200 156 0.022928 10.0.0.40 - - [2025-01-09 02:40:30] "GET /service-instance/ef8354f6-2a3b-4d12-8e2d-db9aaaea96e4 HTTP/1.1" 200 3784 0.004623 10.0.0.40 - - [2025-01-09 02:40:30] "GET /port-tuple/17bc75e8-861c-41c1-ad0d-2275e797e443 HTTP/1.1" 200 1979 0.012387 10.0.0.40 - - [2025-01-09 02:40:30] "GET /virtual-machine-interface/125680dd-3f5b-4a20-a761-de92b82a434f HTTP/1.1" 200 3798 0.003770 10.0.0.40 - - [2025-01-09 02:40:30] "GET /virtual-machine-interface/3c409a95-b7d8-4601-aa5c-727c910a8fdd HTTP/1.1" 200 3804 0.003344 10.0.0.40 - - [2025-01-09 02:40:30] "GET /virtual-machine-interface/75eac067-f8e9-4378-b08b-2bb9fd81ed7b HTTP/1.1" 200 3816 0.005326 10.0.0.40 - - [2025-01-09 02:40:30] "PUT /access-control-list/dc951608-6d05-4dd5-90f8-7c94b77c260e HTTP/1.1" 200 272 0.015457 10.0.0.40 - - [2025-01-09 02:40:30] "PUT /access-control-list/869641ca-d1e8-44da-bd14-ad80ee34f146 HTTP/1.1" 200 272 0.011504 10.0.0.40 - - [2025-01-09 02:40:30] "POST /neutron/port HTTP/1.1" 200 3830 0.050428 10.0.0.40 - - [2025-01-09 02:40:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005436 10.0.0.40 - - [2025-01-09 02:40:30] "POST /neutron/port HTTP/1.1" 200 3830 0.029735 10.0.0.40 - - [2025-01-09 02:40:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005661 10.0.0.40 - - [2025-01-09 02:40:30] "POST /neutron/port HTTP/1.1" 200 3830 0.029604 10.0.0.40 - - [2025-01-09 02:40:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005878 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/port HTTP/1.1" 200 3830 0.031462 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005386 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/network HTTP/1.1" 200 893 0.010896 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/network HTTP/1.1" 200 919 0.004695 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/network HTTP/1.1" 200 805 0.011994 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/network HTTP/1.1" 200 831 0.006005 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/network HTTP/1.1" 200 896 0.010919 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/network HTTP/1.1" 200 922 0.006827 10.0.0.40 - - [2025-01-09 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001122 10.0.0.40 - - [2025-01-09 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.000999 10.0.0.40 - - [2025-01-09 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001340 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine/4ce141d2-485b-4bec-9f07-83006954c8a9 HTTP/1.1" 200 1802 0.002917 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine-interface/125680dd-3f5b-4a20-a761-de92b82a434f HTTP/1.1" 200 3798 0.003026 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine-interface/3c409a95-b7d8-4601-aa5c-727c910a8fdd HTTP/1.1" 200 3804 0.002761 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine-interface/75eac067-f8e9-4378-b08b-2bb9fd81ed7b HTTP/1.1" 200 3816 0.002826 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/5c4af973-7d42-4ebc-acd2-f63d014948ee HTTP/1.1" 200 1620 0.003894 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/e2a40f67-fea0-47ca-99e0-d53bc35d0420 HTTP/1.1" 200 1955 0.002280 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/fe57e2ab-96f4-46e3-8ab4-9ffd1cdfb87d HTTP/1.1" 200 1956 0.002333 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/8267f2b9-4196-4c0c-bd7f-e2ea75bb3a5f HTTP/1.1" 200 1622 0.003197 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/a10563c9-a0a6-4f60-ad06-419beeedc173 HTTP/1.1" 200 1959 0.002340 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/b010ac27-8036-43b6-858b-3194ed550e6b HTTP/1.1" 200 1960 0.003553 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/23f7755c-217c-4333-8fcc-6d02884f50c2 HTTP/1.1" 200 1620 0.003310 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/98940363-d49e-4208-9e68-edcc3062a7c6 HTTP/1.1" 200 1979 0.002455 10.0.0.40 - - [2025-01-09 02:40:31] "GET /instance-ip/df9db568-9a21-4e36-a904-53f369f265ce HTTP/1.1" 200 1981 0.002456 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/port HTTP/1.1" 200 3830 0.029158 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008569 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/port HTTP/1.1" 200 3830 0.028779 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005783 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/port HTTP/1.1" 200 3830 0.033137 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005285 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/port HTTP/1.1" 200 3830 0.027962 10.0.0.40 - - [2025-01-09 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005560 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine/4ce141d2-485b-4bec-9f07-83006954c8a9 HTTP/1.1" 200 1802 0.003014 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine-interface/125680dd-3f5b-4a20-a761-de92b82a434f HTTP/1.1" 200 3798 0.002574 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine-interface/3c409a95-b7d8-4601-aa5c-727c910a8fdd HTTP/1.1" 200 3804 0.002550 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-machine-interface/75eac067-f8e9-4378-b08b-2bb9fd81ed7b HTTP/1.1" 200 3816 0.002890 10.0.0.40 - - [2025-01-09 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.40 - - [2025-01-09 02:40:31] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002308 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002977 10.0.0.40 - - [2025-01-09 02:40:31] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003745 10.0.0.40 - - [2025-01-09 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.40 - - [2025-01-09 02:40:33] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002959 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003175 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003245 10.0.0.40 - - [2025-01-09 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.40 - - [2025-01-09 02:40:33] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004929 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003017 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003261 10.0.0.40 - - [2025-01-09 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.40 - - [2025-01-09 02:40:33] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003263 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002906 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003350 10.0.0.40 - - [2025-01-09 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.40 - - [2025-01-09 02:40:33] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003609 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002890 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003119 10.0.0.40 - - [2025-01-09 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.40 - - [2025-01-09 02:40:33] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002437 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002962 10.0.0.40 - - [2025-01-09 02:40:33] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004591 10.0.0.40 - - [2025-01-09 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.40 - - [2025-01-09 02:40:34] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003022 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002831 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003053 10.0.0.40 - - [2025-01-09 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.40 - - [2025-01-09 02:40:34] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003025 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002980 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003060 10.0.0.40 - - [2025-01-09 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.40 - - [2025-01-09 02:40:34] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003338 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003087 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-network/7470b08e-d3bb-42eb-8379-7271b765f75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002896 10.0.0.40 - - [2025-01-09 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.40 - - [2025-01-09 02:40:34] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003113 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002994 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003289 10.0.0.40 - - [2025-01-09 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.40 - - [2025-01-09 02:40:34] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003197 10.0.0.40 - - [2025-01-09 02:40:34] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003094 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003064 10.0.0.40 - - [2025-01-09 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.40 - - [2025-01-09 02:40:35] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003312 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002910 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003089 10.0.0.40 - - [2025-01-09 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.40 - - [2025-01-09 02:40:35] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003419 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-networks?parent_id=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002841 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003062 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-machine/4ce141d2-485b-4bec-9f07-83006954c8a9 HTTP/1.1" 200 1802 0.003183 10.0.0.40 - - [2025-01-09 02:40:35] "GET /domains HTTP/1.1" 200 280 0.002520 10.0.0.40 - - [2025-01-09 02:40:35] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.40 - - [2025-01-09 02:40:35] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2771 0.006118 10.0.0.40 - - [2025-01-09 02:40:35] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.40 - - [2025-01-09 02:40:35] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 4244 0.059903 10.0.0.40 - - [2025-01-09 02:40:35] "GET /service-instance/ef8354f6-2a3b-4d12-8e2d-db9aaaea96e4 HTTP/1.1" 200 3784 0.002484 10.0.0.40 - - [2025-01-09 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002155 10.0.0.40 - - [2025-01-09 02:40:35] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002958 10.0.0.40 - - [2025-01-09 02:40:35] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2019 0.004392 10.0.0.40 - - [2025-01-09 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.40 - - [2025-01-09 02:40:35] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003300 10.0.0.40 - - [2025-01-09 02:40:35] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.004490 10.0.0.40 - - [2025-01-09 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003206 10.0.0.40 - - [2025-01-09 02:40:35] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?fields=routing_instances HTTP/1.1" 200 1684 0.004430 10.0.0.40 - - [2025-01-09 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.40 - - [2025-01-09 02:40:36] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003086 10.0.0.40 - - [2025-01-09 02:40:36] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?fields=routing_instances HTTP/1.1" 200 1688 0.004936 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/port HTTP/1.1" 200 1085 0.013924 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/port HTTP/1.1" 200 1085 0.013967 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/network HTTP/1.1" 200 929 0.005126 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002895 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.009006 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/port HTTP/1.1" 200 117 0.001504 10.0.0.40 - - [2025-01-09 02:40:38] "POST /neutron/network HTTP/1.1" 200 919 0.005311 10.0.0.40 - - [2025-01-09 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.028151 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /access-control-list/869641ca-d1e8-44da-bd14-ad80ee34f146 HTTP/1.1" 200 115 0.023469 10.0.0.40 - - [2025-01-09 02:40:40] "POST /neutron/network HTTP/1.1" 200 834 0.009722 10.0.0.40 - - [2025-01-09 02:40:40] "GET /virtual-network/94dd482e-d7a2-4256-82cf-fd8204ebd4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002756 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /routing-instance/5fd8e538-dcc0-4c91-a01a-794005ad36dd HTTP/1.1" 200 115 0.027596 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.40 - - [2025-01-09 02:40:40] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.002909 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /route-target/5f009007-a106-4bb1-b660-2ec94fbe2855 HTTP/1.1" 200 115 0.015495 10.0.0.40 - - [2025-01-09 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.029166 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /routing-instance/520c862e-1d96-4e70-8afb-9b065f35976b HTTP/1.1" 200 115 0.053169 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.40 - - [2025-01-09 02:40:40] "POST /neutron/network HTTP/1.1" 200 831 0.006964 10.0.0.40 - - [2025-01-09 02:40:40] "GET /virtual-network/dd2ed2f9-e2be-4b35-b141-b4ff5f04537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002342 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /route-target/edcf688e-33b6-4eb7-aba2-b95c9270ec54 HTTP/1.1" 200 115 0.012346 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.40 - - [2025-01-09 02:40:40] "GET /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003088 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /network-policy/b874d1a4-a9d0-44ee-a47b-40d7537e9cd6 HTTP/1.1" 200 115 0.018284 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /service-instance/ef8354f6-2a3b-4d12-8e2d-db9aaaea96e4 HTTP/1.1" 200 115 0.042282 10.0.0.40 - - [2025-01-09 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.012400 10.0.0.40 - - [2025-01-09 02:40:40] "GET /domains HTTP/1.1" 200 280 0.004119 10.0.0.40 - - [2025-01-09 02:40:40] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.40 - - [2025-01-09 02:40:40] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2771 0.008064 10.0.0.40 - - [2025-01-09 02:40:40] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /instance-ip/e2a40f67-fea0-47ca-99e0-d53bc35d0420 HTTP/1.1" 200 115 0.030731 10.0.0.40 - - [2025-01-09 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.40 - - [2025-01-09 02:40:40] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 3770 0.065313 10.0.0.40 - - [2025-01-09 02:40:40] "GET /virtual-machine/4ce141d2-485b-4bec-9f07-83006954c8a9 HTTP/1.1" 200 1802 0.004851 10.0.0.40 - - [2025-01-09 02:40:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002215 10.0.0.40 - - [2025-01-09 02:40:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004424 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /instance-ip/98940363-d49e-4208-9e68-edcc3062a7c6 HTTP/1.1" 200 115 0.031366 10.0.0.40 - - [2025-01-09 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.012148 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /instance-ip/df9db568-9a21-4e36-a904-53f369f265ce HTTP/1.1" 200 115 0.022266 10.0.0.40 - - [2025-01-09 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.009374 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /service-template/014e4e3c-471a-4b01-a7e4-370487a529ad HTTP/1.1" 200 115 0.051685 10.0.0.40 - - [2025-01-09 02:40:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.008440 10.0.0.40 - - [2025-01-09 02:40:40] "DELETE /instance-ip/b010ac27-8036-43b6-858b-3194ed550e6b HTTP/1.1" 200 115 0.057708 10.0.0.40 - - [2025-01-09 02:40:41] "DELETE /access-control-list/dc951608-6d05-4dd5-90f8-7c94b77c260e HTTP/1.1" 200 115 0.042972 10.0.0.40 - - [2025-01-09 02:40:41] "POST /ref-update HTTP/1.1" 200 156 0.020027 10.0.0.40 - - [2025-01-09 02:40:41] "DELETE /instance-ip/a10563c9-a0a6-4f60-ad06-419beeedc173 HTTP/1.1" 200 115 0.021812 10.0.0.40 - - [2025-01-09 02:40:41] "POST /ref-update HTTP/1.1" 200 156 0.010933 10.0.0.40 - - [2025-01-09 02:40:41] "DELETE /instance-ip/fe57e2ab-96f4-46e3-8ab4-9ffd1cdfb87d HTTP/1.1" 200 115 0.029393 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/network HTTP/1.1" 200 834 0.009100 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/network HTTP/1.1" 400 204 0.009439 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016868 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 1112 0.010324 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 1085 0.021551 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 151 0.112836 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 1111 0.008308 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 3023 0.027123 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 1111 0.010719 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 151 0.137689 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 151 0.118124 10.0.0.40 - - [2025-01-09 02:40:41] "POST /neutron/port HTTP/1.1" 200 1111 0.010122 10.0.0.40 - - [2025-01-09 02:40:42] "POST /neutron/port HTTP/1.1" 200 151 0.088384 10.0.0.40 - - [2025-01-09 02:40:42] "POST /neutron/port HTTP/1.1" 200 1112 0.010532 10.0.0.40 - - [2025-01-09 02:40:42] "POST /neutron/port HTTP/1.1" 200 151 0.105539 10.0.0.40 - - [2025-01-09 02:40:43] "POST /neutron/network HTTP/1.1" 200 834 0.007408 10.0.0.40 - - [2025-01-09 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001252 10.0.0.40 - - [2025-01-09 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.000975 10.0.0.40 - - [2025-01-09 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005671 10.0.0.40 - - [2025-01-09 02:40:43] "POST /neutron/network HTTP/1.1" 200 151 0.073302 10.0.0.40 - - [2025-01-09 02:40:43] "GET /routing-instance/21c2a8fc-a396-450c-869d-fb610105cd38 HTTP/1.1" 404 171 0.001837 10.0.0.40 - - [2025-01-09 02:40:43] "DELETE /route-target/a05d102f-9f10-4412-be90-62016a7156ea HTTP/1.1" 200 115 0.016744 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domains HTTP/1.1" 200 280 0.002328 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2571 0.048415 10.0.0.40 - - [2025-01-09 02:40:43] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001483 10.0.0.40 - - [2025-01-09 02:40:43] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2309 0.064249 10.0.0.40 - - [2025-01-09 02:40:43] "POST /neutron/network HTTP/1.1" 200 831 0.005403 10.0.0.40 - - [2025-01-09 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.40 - - [2025-01-09 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001192 10.0.0.40 - - [2025-01-09 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001018 10.0.0.40 - - [2025-01-09 02:40:43] "POST /neutron/network HTTP/1.1" 200 151 0.076870 10.0.0.40 - - [2025-01-09 02:40:43] "GET /routing-instance/088795c8-80fc-4b8e-8c6d-30afe89bf09b HTTP/1.1" 404 171 0.006557 10.0.0.40 - - [2025-01-09 02:40:43] "DELETE /route-target/50463932-abd1-45ee-9350-0ee3802dd8cb HTTP/1.1" 200 115 0.023062 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domains HTTP/1.1" 200 280 0.002854 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2571 0.049563 10.0.0.40 - - [2025-01-09 02:40:43] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001571 10.0.0.40 - - [2025-01-09 02:40:43] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 2091 0.065465 10.0.0.40 - - [2025-01-09 02:40:43] "POST /neutron/network HTTP/1.1" 200 831 0.005396 10.0.0.40 - - [2025-01-09 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001100 10.0.0.40 - - [2025-01-09 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.40 - - [2025-01-09 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.000961 10.0.0.40 - - [2025-01-09 02:40:43] "POST /neutron/network HTTP/1.1" 200 151 0.070980 10.0.0.40 - - [2025-01-09 02:40:43] "GET /routing-instance/3a792a3a-7c9f-4a46-9b71-98914977ca9a HTTP/1.1" 404 171 0.007666 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domains HTTP/1.1" 200 280 0.001878 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.40 - - [2025-01-09 02:40:43] "DELETE /route-target/143119c9-1d41-43e3-99f4-87c74eece5f4 HTTP/1.1" 200 115 0.031740 10.0.0.40 - - [2025-01-09 02:40:43] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2571 0.047038 10.0.0.40 - - [2025-01-09 02:40:43] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002559 10.0.0.40 - - [2025-01-09 02:40:43] "GET /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 1851 0.067185 10.0.0.40 - - [2025-01-09 02:40:44] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.40 - - [2025-01-09 02:40:44] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020216 10.0.0.40 - - [2025-01-09 02:40:44] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.40 - - [2025-01-09 02:40:44] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?fields=virtual_networks HTTP/1.1" 200 1039 0.063219 10.0.0.40 - - [2025-01-09 02:40:44] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.40 - - [2025-01-09 02:40:44] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.017980 10.0.0.40 - - [2025-01-09 02:40:44] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.40 - - [2025-01-09 02:40:44] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?fields=security_groups HTTP/1.1" 200 1263 0.019450 10.0.0.40 - - [2025-01-09 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.022334 10.0.0.40 - - [2025-01-09 02:40:45] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002196 10.0.0.40 - - [2025-01-09 02:40:45] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.40 - - [2025-01-09 02:40:45] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006646 10.0.0.40 - - [2025-01-09 02:40:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001302 10.0.0.40 - - [2025-01-09 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.002291 10.0.0.40 - - [2025-01-09 02:40:45] "POST /security-groups HTTP/1.1" 200 592 0.059781 10.0.0.40 - - [2025-01-09 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002689 10.0.0.40 - - [2025-01-09 02:40:45] "POST /projects HTTP/1.1" 200 587 0.206083 10.0.0.40 - - [2025-01-09 02:40:45] "POST /access-control-lists HTTP/1.1" 200 597 0.055840 10.0.0.40 - - [2025-01-09 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.274517 10.0.0.40 - - [2025-01-09 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.003145 10.0.0.40 - - [2025-01-09 02:40:45] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.383995 10.0.0.40 - - [2025-01-09 02:40:45] "POST /access-control-lists HTTP/1.1" 200 595 0.060092 10.0.0.40 - - [2025-01-09 02:40:46] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.40 - - [2025-01-09 02:40:47] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.40 - - [2025-01-09 02:40:48] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.40 - - [2025-01-09 02:40:48] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041087 10.0.0.40 - - [2025-01-09 02:40:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.002052 10.0.0.40 - - [2025-01-09 02:40:48] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016625 10.0.0.40 - - [2025-01-09 02:40:48] "GET /virtual-DNS/bf8b5397-95f4-4022-9f31-70cccfdc0842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005064 10.0.0.40 - - [2025-01-09 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.40 - - [2025-01-09 02:40:48] "GET /virtual-DNS/bf8b5397-95f4-4022-9f31-70cccfdc0842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003876 10.0.0.40 - - [2025-01-09 02:40:48] "GET /domains HTTP/1.1" 401 292 0.000596 10.0.0.40 - - [2025-01-09 02:40:48] "GET /domains HTTP/1.1" 200 280 0.022921 10.0.0.40 - - [2025-01-09 02:40:48] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.40 - - [2025-01-09 02:40:48] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2958 0.007202 10.0.0.40 - - [2025-01-09 02:40:48] "GET /virtual-DNS/bf8b5397-95f4-4022-9f31-70cccfdc0842 HTTP/1.1" 200 1439 0.003339 10.0.0.40 - - [2025-01-09 02:40:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.001988 10.0.0.40 - - [2025-01-09 02:40:48] "POST /network-ipams HTTP/1.1" 200 514 0.014459 10.0.0.40 - - [2025-01-09 02:40:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002882 10.0.0.40 - - [2025-01-09 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.40 - - [2025-01-09 02:40:48] "GET /network-ipam/4d741e30-a4dd-4071-b3c4-fabf4f0fe827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.003800 10.0.0.40 - - [2025-01-09 02:40:48] "PUT /network-ipam/4d741e30-a4dd-4071-b3c4-fabf4f0fe827 HTTP/1.1" 200 258 0.008822 10.0.0.40 - - [2025-01-09 02:40:48] "POST /ref-update HTTP/1.1" 200 156 0.008033 10.0.0.40 - - [2025-01-09 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.40 - - [2025-01-09 02:40:48] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.40 - - [2025-01-09 02:40:49] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023026 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 117 0.025553 10.0.0.40 - - [2025-01-09 02:40:49] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 618 0.056797 10.0.0.40 - - [2025-01-09 02:40:49] "POST /route-targets HTTP/1.1" 200 327 0.010326 10.0.0.40 - - [2025-01-09 02:40:49] "POST /ref-update HTTP/1.1" 200 156 0.011198 10.0.0.40 - - [2025-01-09 02:40:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001995 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.136311 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 833 0.004685 10.0.0.40 - - [2025-01-09 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001018 10.0.0.40 - - [2025-01-09 02:40:49] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002243 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 833 0.005093 10.0.0.40 - - [2025-01-09 02:40:49] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002152 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 833 0.005444 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.005551 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 807 0.009482 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 833 0.004655 10.0.0.40 - - [2025-01-09 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001103 10.0.0.40 - - [2025-01-09 02:40:49] "POST /neutron/network HTTP/1.1" 200 843 0.005491 10.0.0.40 - - [2025-01-09 02:40:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.40 - - [2025-01-09 02:40:49] "GET / HTTP/1.1" 200 35931 0.003811 10.0.0.40 - - [2025-01-09 02:40:50] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.40 - - [2025-01-09 02:40:50] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001522 10.0.0.40 - - [2025-01-09 02:40:50] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.038449 10.0.0.40 - - [2025-01-09 02:40:50] "POST /neutron/network HTTP/1.1" 200 833 0.004952 10.0.0.40 - - [2025-01-09 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.004724 10.0.0.40 - - [2025-01-09 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.005027 10.0.0.40 - - [2025-01-09 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.004769 10.0.0.40 - - [2025-01-09 02:40:50] "POST /neutron/network HTTP/1.1" 200 843 0.006589 10.0.0.40 - - [2025-01-09 02:40:50] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/port HTTP/1.1" 200 1058 0.164985 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/port HTTP/1.1" 200 1058 0.009346 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/port HTTP/1.1" 200 1058 0.008021 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/port HTTP/1.1" 200 1112 0.051763 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/port HTTP/1.1" 200 1086 0.014695 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003104 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.010128 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.40 - - [2025-01-09 02:40:51] "POST /neutron/network HTTP/1.1" 200 833 0.006018 10.0.0.40 - - [2025-01-09 02:40:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014143 10.0.0.40 - - [2025-01-09 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006171 10.0.0.40 - - [2025-01-09 02:40:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014133 10.0.0.40 - - [2025-01-09 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005406 10.0.0.40 - - [2025-01-09 02:40:55] "POST /neutron/port HTTP/1.1" 200 1086 0.013190 10.0.0.40 - - [2025-01-09 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005736 10.0.0.40 - - [2025-01-09 02:40:55] "GET /virtual-machine/dfda7e8f-91b2-47d3-b4fb-96b7ae6f319d HTTP/1.1" 200 1294 0.003727 10.0.0.40 - - [2025-01-09 02:40:55] "GET /virtual-machine-interface/2bdef55b-9c6f-404f-8684-6967f7d42328 HTTP/1.1" 200 2963 0.002329 10.0.0.40 - - [2025-01-09 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.40 - - [2025-01-09 02:40:55] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002593 10.0.0.40 - - [2025-01-09 02:40:55] "GET /virtual-networks?parent_id=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002790 10.0.0.40 - - [2025-01-09 02:40:55] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003479 10.0.0.40 - - [2025-01-09 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.40 - - [2025-01-09 02:40:59] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002548 10.0.0.40 - - [2025-01-09 02:40:59] "POST /neutron/port HTTP/1.1" 200 1086 0.014014 10.0.0.40 - - [2025-01-09 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005406 10.0.0.40 - - [2025-01-09 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.40 - - [2025-01-09 02:41:01] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002523 10.0.0.40 - - [2025-01-09 02:41:01] "GET /virtual-networks?parent_id=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002810 10.0.0.40 - - [2025-01-09 02:41:01] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003442 10.0.0.40 - - [2025-01-09 02:41:05] "POST /neutron/network HTTP/1.1" 200 807 0.010359 10.0.0.40 - - [2025-01-09 02:41:05] "POST /neutron/network HTTP/1.1" 200 833 0.005013 10.0.0.40 - - [2025-01-09 02:41:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001111 10.0.0.40 - - [2025-01-09 02:41:05] "POST /neutron/port HTTP/1.1" 200 1086 0.014205 10.0.0.40 - - [2025-01-09 02:41:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006028 10.0.0.40 - - [2025-01-09 02:41:05] "POST /neutron/network HTTP/1.1" 200 843 0.005494 10.0.0.40 - - [2025-01-09 02:41:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.40 - - [2025-01-09 02:41:06] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.40 - - [2025-01-09 02:41:06] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.40 - - [2025-01-09 02:41:06] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.40 - - [2025-01-09 02:41:06] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041790 10.0.0.40 - - [2025-01-09 02:41:06] "POST /neutron/network HTTP/1.1" 200 833 0.005227 10.0.0.40 - - [2025-01-09 02:41:06] "POST /neutron/port HTTP/1.1" 200 1086 0.017483 10.0.0.40 - - [2025-01-09 02:41:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007035 10.0.0.40 - - [2025-01-09 02:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.005661 10.0.0.40 - - [2025-01-09 02:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/network HTTP/1.1" 200 843 0.005447 10.0.0.40 - - [2025-01-09 02:41:07] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/port HTTP/1.1" 200 1058 0.177188 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/port HTTP/1.1" 200 1058 0.015638 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/port HTTP/1.1" 200 1058 0.007948 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/port HTTP/1.1" 200 1112 0.051381 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013800 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003708 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/subnet HTTP/1.1" 200 685 0.009774 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.40 - - [2025-01-09 02:41:07] "POST /neutron/network HTTP/1.1" 200 833 0.005358 10.0.0.40 - - [2025-01-09 02:41:11] "POST /neutron/port HTTP/1.1" 200 1086 0.016357 10.0.0.40 - - [2025-01-09 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006352 10.0.0.40 - - [2025-01-09 02:41:11] "POST /neutron/port HTTP/1.1" 200 1086 0.015220 10.0.0.40 - - [2025-01-09 02:41:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007016 10.0.0.40 - - [2025-01-09 02:41:12] "POST /neutron/port HTTP/1.1" 200 1086 0.013484 10.0.0.40 - - [2025-01-09 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005414 10.0.0.40 - - [2025-01-09 02:41:12] "GET /virtual-machine/9cf6cf71-4843-4f8e-8e32-0aa88e17c136 HTTP/1.1" 200 1294 0.003740 10.0.0.40 - - [2025-01-09 02:41:12] "GET /virtual-machine-interface/1a3c32b7-f35e-4c9a-bf25-65f3b7f015b0 HTTP/1.1" 200 2964 0.002559 10.0.0.40 - - [2025-01-09 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.40 - - [2025-01-09 02:41:12] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002646 10.0.0.40 - - [2025-01-09 02:41:12] "GET /virtual-networks?parent_id=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003607 10.0.0.40 - - [2025-01-09 02:41:12] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003249 10.0.0.40 - - [2025-01-09 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.40 - - [2025-01-09 02:41:15] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003064 10.0.0.40 - - [2025-01-09 02:41:15] "POST /neutron/port HTTP/1.1" 200 1086 0.017844 10.0.0.40 - - [2025-01-09 02:41:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006371 10.0.0.40 - - [2025-01-09 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.40 - - [2025-01-09 02:41:17] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002486 10.0.0.40 - - [2025-01-09 02:41:17] "GET /virtual-networks?parent_id=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002799 10.0.0.40 - - [2025-01-09 02:41:17] "GET /virtual-network/8baeeb31-d35a-4929-ab78-98df50c2a962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004147 10.0.0.40 - - [2025-01-09 02:41:19] "DELETE /project/e8278e8e2ea3434d9e335b14f8b1ba1c HTTP/1.1" 404 173 0.004854 10.0.0.40 - - [2025-01-09 02:41:19] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.40 - - [2025-01-09 02:41:19] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.018440 10.0.0.40 - - [2025-01-09 02:41:19] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.40 - - [2025-01-09 02:41:19] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?fields=security_groups HTTP/1.1" 200 1368 0.063675 10.0.0.40 - - [2025-01-09 02:41:19] "DELETE /security-group/370ad3c6-21db-4bfa-b4d5-e7516453f449 HTTP/1.1" 200 115 0.038112 10.0.0.40 - - [2025-01-09 02:41:19] "GET /projects?obj_uuids=95294645-2b55-4af6-bee4-6c1051921754&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001388 10.0.0.40 - - [2025-01-09 02:41:19] "DELETE /access-control-list/c5415021-9e36-45fa-99da-1a4b990d5ae7 HTTP/1.1" 200 115 0.028082 10.0.0.40 - - [2025-01-09 02:41:19] "GET /project/95294645-2b55-4af6-bee4-6c1051921754?fields=application_policy_sets HTTP/1.1" 200 1407 0.028598 10.0.0.40 - - [2025-01-09 02:41:19] "DELETE /access-control-list/7b887c51-91e1-4bde-9140-b26ea9138f35 HTTP/1.1" 200 115 0.021862 10.0.0.40 - - [2025-01-09 02:41:19] "DELETE /project/95294645-2b55-4af6-bee4-6c1051921754 HTTP/1.1" 200 115 0.301060 10.0.0.40 - - [2025-01-09 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.40 - - [2025-01-09 02:41:23] "DELETE /virtual-DNS/bf8b5397-95f4-4022-9f31-70cccfdc0842 HTTP/1.1" 409 235 0.005301 10.0.0.40 - - [2025-01-09 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.002933 10.0.0.40 - - [2025-01-09 02:41:23] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017628 10.0.0.40 - - [2025-01-09 02:41:23] "GET /virtual-DNS-record/d1592b86-f525-4514-9004-721c57de6496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003914 10.0.0.40 - - [2025-01-09 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.40 - - [2025-01-09 02:41:23] "GET /virtual-DNS-record/d1592b86-f525-4514-9004-721c57de6496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003002 10.0.0.40 - - [2025-01-09 02:41:23] "GET /domains HTTP/1.1" 200 280 0.002603 10.0.0.40 - - [2025-01-09 02:41:23] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.40 - - [2025-01-09 02:41:23] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2774 0.007926 10.0.0.40 - - [2025-01-09 02:41:23] "GET /virtual-DNS/bf8b5397-95f4-4022-9f31-70cccfdc0842 HTTP/1.1" 200 1908 0.003662 10.0.0.40 - - [2025-01-09 02:41:23] "GET /virtual-DNS-record/d1592b86-f525-4514-9004-721c57de6496 HTTP/1.1" 200 1337 0.002625 10.0.0.40 - - [2025-01-09 02:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.041520 10.0.0.40 - - [2025-01-09 02:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.041526 10.0.0.40 - - [2025-01-09 02:41:28] "DELETE /virtual-DNS-record/d1592b86-f525-4514-9004-721c57de6496 HTTP/1.1" 200 115 0.016694 10.0.0.40 - - [2025-01-09 02:41:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002744 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/network HTTP/1.1" 200 833 0.006634 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/network HTTP/1.1" 400 204 0.009971 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017934 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/port HTTP/1.1" 200 1112 0.009960 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/port HTTP/1.1" 200 1086 0.018322 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/port HTTP/1.1" 200 1112 0.007689 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/port HTTP/1.1" 200 151 0.119153 10.0.0.40 - - [2025-01-09 02:41:29] "POST /neutron/port HTTP/1.1" 200 151 0.115395 10.0.0.40 - - [2025-01-09 02:41:31] "POST /neutron/network HTTP/1.1" 200 833 0.005523 10.0.0.40 - - [2025-01-09 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.40 - - [2025-01-09 02:41:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001183 10.0.0.40 - - [2025-01-09 02:41:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001286 10.0.0.40 - - [2025-01-09 02:41:31] "POST /neutron/network HTTP/1.1" 200 151 0.182404 10.0.0.40 - - [2025-01-09 02:41:31] "DELETE /route-target/21f9c8c5-91ed-430a-af67-19ffb38cd95a HTTP/1.1" 200 115 0.051535 10.0.0.40 - - [2025-01-09 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.40 - - [2025-01-09 02:41:31] "DELETE /network-ipam/4d741e30-a4dd-4071-b3c4-fabf4f0fe827 HTTP/1.1" 200 115 0.026209 10.0.0.40 - - [2025-01-09 02:41:31] "DELETE /virtual-DNS/bf8b5397-95f4-4022-9f31-70cccfdc0842 HTTP/1.1" 200 115 0.024475 10.0.0.40 - - [2025-01-09 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.002586 10.0.0.40 - - [2025-01-09 02:41:31] "GET /domains HTTP/1.1" 200 280 0.003053 10.0.0.40 - - [2025-01-09 02:41:31] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.40 - - [2025-01-09 02:41:31] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2574 0.007463 10.0.0.40 - - [2025-01-09 02:41:31] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.40 - - [2025-01-09 02:41:31] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023515 10.0.0.40 - - [2025-01-09 02:41:31] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.40 - - [2025-01-09 02:41:31] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?fields=virtual_networks HTTP/1.1" 200 1045 0.064592 10.0.0.40 - - [2025-01-09 02:41:31] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.40 - - [2025-01-09 02:41:31] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.017877 10.0.0.40 - - [2025-01-09 02:41:31] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.40 - - [2025-01-09 02:41:31] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?fields=security_groups HTTP/1.1" 200 1272 0.019969 10.0.0.40 - - [2025-01-09 02:41:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.023787 10.0.0.40 - - [2025-01-09 02:41:32] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002371 10.0.0.40 - - [2025-01-09 02:41:32] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.40 - - [2025-01-09 02:41:32] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006370 10.0.0.40 - - [2025-01-09 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001461 10.0.0.40 - - [2025-01-09 02:41:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.003089 10.0.0.40 - - [2025-01-09 02:41:32] "POST /security-groups HTTP/1.1" 200 592 0.059517 10.0.0.40 - - [2025-01-09 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 235 0.002424 10.0.0.40 - - [2025-01-09 02:41:33] "POST /projects HTTP/1.1" 200 587 0.203219 10.0.0.40 - - [2025-01-09 02:41:33] "POST /access-control-lists HTTP/1.1" 200 597 0.055496 10.0.0.40 - - [2025-01-09 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.269826 10.0.0.40 - - [2025-01-09 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002786 10.0.0.40 - - [2025-01-09 02:41:33] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.388115 10.0.0.40 - - [2025-01-09 02:41:33] "POST /access-control-lists HTTP/1.1" 200 595 0.056271 10.0.0.40 - - [2025-01-09 02:41:34] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.40 - - [2025-01-09 02:41:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.40 - - [2025-01-09 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.057042 10.0.0.40 - - [2025-01-09 02:41:35] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.40 - - [2025-01-09 02:41:35] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020544 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 117 0.028400 10.0.0.40 - - [2025-01-09 02:41:35] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 606 0.058055 10.0.0.40 - - [2025-01-09 02:41:35] "POST /route-targets HTTP/1.1" 200 327 0.009973 10.0.0.40 - - [2025-01-09 02:41:35] "POST /ref-update HTTP/1.1" 200 156 0.012348 10.0.0.40 - - [2025-01-09 02:41:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002566 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.213324 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 823 0.005091 10.0.0.40 - - [2025-01-09 02:41:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001163 10.0.0.40 - - [2025-01-09 02:41:35] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.002425 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 823 0.005981 10.0.0.40 - - [2025-01-09 02:41:35] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.002610 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 823 0.008747 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.006075 10.0.0.40 - - [2025-01-09 02:41:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001160 10.0.0.40 - - [2025-01-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 833 0.004961 10.0.0.40 - - [2025-01-09 02:41:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.40 - - [2025-01-09 02:41:36] "GET / HTTP/1.1" 200 35931 0.002764 10.0.0.40 - - [2025-01-09 02:41:36] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.40 - - [2025-01-09 02:41:36] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.40 - - [2025-01-09 02:41:36] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042575 10.0.0.40 - - [2025-01-09 02:41:36] "POST /neutron/network HTTP/1.1" 200 823 0.006962 10.0.0.40 - - [2025-01-09 02:41:36] "POST /neutron/port HTTP/1.1" 200 117 0.005085 10.0.0.40 - - [2025-01-09 02:41:36] "POST /neutron/port HTTP/1.1" 200 117 0.005379 10.0.0.40 - - [2025-01-09 02:41:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001260 10.0.0.40 - - [2025-01-09 02:41:36] "POST /neutron/port HTTP/1.1" 200 117 0.004937 10.0.0.40 - - [2025-01-09 02:41:36] "POST /neutron/network HTTP/1.1" 200 833 0.006740 10.0.0.40 - - [2025-01-09 02:41:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/network HTTP/1.1" 200 833 0.005443 10.0.0.40 - - [2025-01-09 02:41:37] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.40 - - [2025-01-09 02:41:37] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.40 - - [2025-01-09 02:41:37] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1059 0.184429 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1059 0.009237 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1059 0.008397 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1113 0.050763 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1087 0.014854 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003031 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.010334 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/network HTTP/1.1" 200 823 0.005099 10.0.0.40 - - [2025-01-09 02:41:37] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.40 - - [2025-01-09 02:41:37] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046223 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/network HTTP/1.1" 200 823 0.005091 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1087 0.018546 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007077 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/port HTTP/1.1" 200 1087 0.014880 10.0.0.40 - - [2025-01-09 02:41:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006355 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/network HTTP/1.1" 200 833 0.005677 10.0.0.40 - - [2025-01-09 02:41:38] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/port HTTP/1.1" 200 1059 0.224848 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/port HTTP/1.1" 200 1059 0.009432 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/port HTTP/1.1" 200 1059 0.011375 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/port HTTP/1.1" 200 1113 0.063797 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/port HTTP/1.1" 200 1087 0.015741 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003126 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/subnet HTTP/1.1" 200 689 0.012717 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.40 - - [2025-01-09 02:41:38] "POST /neutron/network HTTP/1.1" 200 823 0.005147 10.0.0.40 - - [2025-01-09 02:41:43] "POST /neutron/port HTTP/1.1" 200 1087 0.015850 10.0.0.40 - - [2025-01-09 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005809 10.0.0.40 - - [2025-01-09 02:41:43] "POST /neutron/port HTTP/1.1" 200 1087 0.013623 10.0.0.40 - - [2025-01-09 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005594 10.0.0.40 - - [2025-01-09 02:41:43] "POST /neutron/port HTTP/1.1" 200 1087 0.014154 10.0.0.40 - - [2025-01-09 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006007 10.0.0.40 - - [2025-01-09 02:41:43] "GET /virtual-machine/02048e59-2bb7-471a-ab43-f636aca96a31 HTTP/1.1" 401 292 0.000411 10.0.0.40 - - [2025-01-09 02:41:43] "GET /virtual-machine/02048e59-2bb7-471a-ab43-f636aca96a31 HTTP/1.1" 200 1292 0.024975 10.0.0.40 - - [2025-01-09 02:41:43] "GET /virtual-machine-interface/8d60dbf6-5112-4b73-9e7e-5ecb81cfa42c HTTP/1.1" 200 2947 0.002939 10.0.0.40 - - [2025-01-09 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.40 - - [2025-01-09 02:41:43] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002338 10.0.0.40 - - [2025-01-09 02:41:43] "GET /virtual-networks?parent_id=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002843 10.0.0.40 - - [2025-01-09 02:41:43] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.002941 10.0.0.40 - - [2025-01-09 02:41:45] "POST /neutron/port HTTP/1.1" 200 1087 0.014862 10.0.0.40 - - [2025-01-09 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004913 10.0.0.40 - - [2025-01-09 02:41:46] "POST /neutron/port HTTP/1.1" 200 1087 0.014989 10.0.0.40 - - [2025-01-09 02:41:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005317 10.0.0.40 - - [2025-01-09 02:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.40 - - [2025-01-09 02:41:46] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.003403 10.0.0.40 - - [2025-01-09 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.40 - - [2025-01-09 02:41:48] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002371 10.0.0.40 - - [2025-01-09 02:41:48] "GET /virtual-networks?parent_id=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003195 10.0.0.40 - - [2025-01-09 02:41:49] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.003651 10.0.0.40 - - [2025-01-09 02:41:49] "POST /neutron/port HTTP/1.1" 200 1087 0.014958 10.0.0.40 - - [2025-01-09 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007102 10.0.0.40 - - [2025-01-09 02:41:49] "POST /neutron/port HTTP/1.1" 200 1087 0.012304 10.0.0.40 - - [2025-01-09 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005688 10.0.0.40 - - [2025-01-09 02:41:49] "POST /neutron/port HTTP/1.1" 200 1087 0.013653 10.0.0.40 - - [2025-01-09 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.024130 10.0.0.40 - - [2025-01-09 02:41:49] "GET /virtual-machine/c115b5be-84da-4fb5-b61a-a008855d04f2 HTTP/1.1" 200 1294 0.006145 10.0.0.40 - - [2025-01-09 02:41:49] "GET /virtual-machine-interface/4f3e3b6d-710a-4a25-bf97-7535c6e222dc HTTP/1.1" 200 2946 0.002354 10.0.0.40 - - [2025-01-09 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.40 - - [2025-01-09 02:41:49] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002390 10.0.0.40 - - [2025-01-09 02:41:49] "GET /virtual-networks?parent_id=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003604 10.0.0.40 - - [2025-01-09 02:41:49] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.002954 10.0.0.40 - - [2025-01-09 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.40 - - [2025-01-09 02:41:50] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002905 10.0.0.40 - - [2025-01-09 02:41:50] "GET /virtual-networks?parent_id=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002866 10.0.0.40 - - [2025-01-09 02:41:50] "GET /virtual-network/8105b8f6-07ea-4efb-b96e-49bb76adf005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.002917 10.0.0.40 - - [2025-01-09 02:41:52] "GET /global-system-configs HTTP/1.1" 200 322 0.028667 10.0.0.40 - - [2025-01-09 02:41:52] "GET /obj-perms HTTP/1.1" 200 5056 0.057570 10.0.0.40 - - [2025-01-09 02:41:54] "GET /global-system-configs HTTP/1.1" 200 322 0.026691 10.0.0.40 - - [2025-01-09 02:41:54] "GET /obj-perms HTTP/1.1" 200 5056 0.055733 10.0.0.40 - - [2025-01-09 02:41:55] "POST /neutron/network HTTP/1.1" 200 823 0.005690 10.0.0.40 - - [2025-01-09 02:41:55] "POST /neutron/network HTTP/1.1" 400 204 0.009351 10.0.0.40 - - [2025-01-09 02:41:55] "POST /neutron/port HTTP/1.1" 200 1087 0.017984 10.0.0.40 - - [2025-01-09 02:41:55] "POST /neutron/port HTTP/1.1" 200 1113 0.009732 10.0.0.40 - - [2025-01-09 02:41:55] "POST /neutron/port HTTP/1.1" 200 1087 0.017934 10.0.0.40 - - [2025-01-09 02:41:55] "POST /neutron/port HTTP/1.1" 200 1113 0.014986 10.0.0.40 - - [2025-01-09 02:41:56] "POST /neutron/port HTTP/1.1" 200 151 0.130377 10.0.0.40 - - [2025-01-09 02:41:56] "POST /neutron/port HTTP/1.1" 200 151 0.120817 10.0.0.40 - - [2025-01-09 02:41:57] "POST /neutron/network HTTP/1.1" 200 823 0.007050 10.0.0.40 - - [2025-01-09 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.40 - - [2025-01-09 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001132 10.0.0.40 - - [2025-01-09 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.000987 10.0.0.40 - - [2025-01-09 02:41:57] "POST /neutron/network HTTP/1.1" 200 151 0.077397 10.0.0.40 - - [2025-01-09 02:41:57] "DELETE /route-target/9c28dbfa-269e-4e80-9296-84763f991373 HTTP/1.1" 200 115 0.022106 10.0.0.40 - - [2025-01-09 02:41:57] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.40 - - [2025-01-09 02:41:57] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.021934 10.0.0.40 - - [2025-01-09 02:41:57] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.40 - - [2025-01-09 02:41:57] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?fields=virtual_networks HTTP/1.1" 200 1045 0.059281 10.0.0.40 - - [2025-01-09 02:41:58] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.40 - - [2025-01-09 02:41:58] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.023995 10.0.0.40 - - [2025-01-09 02:41:58] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.40 - - [2025-01-09 02:41:58] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?fields=security_groups HTTP/1.1" 200 1272 0.021091 10.0.0.40 - - [2025-01-09 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.025145 10.0.0.40 - - [2025-01-09 02:41:58] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002268 10.0.0.40 - - [2025-01-09 02:41:58] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.40 - - [2025-01-09 02:41:58] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006662 10.0.0.40 - - [2025-01-09 02:41:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001148 10.0.0.40 - - [2025-01-09 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.002124 10.0.0.40 - - [2025-01-09 02:41:59] "POST /security-groups HTTP/1.1" 200 591 0.059394 10.0.0.40 - - [2025-01-09 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002714 10.0.0.40 - - [2025-01-09 02:41:59] "POST /projects HTTP/1.1" 200 585 0.198490 10.0.0.40 - - [2025-01-09 02:41:59] "POST /access-control-lists HTTP/1.1" 200 596 0.056076 10.0.0.40 - - [2025-01-09 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.265072 10.0.0.40 - - [2025-01-09 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.002724 10.0.0.40 - - [2025-01-09 02:41:59] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.375463 10.0.0.40 - - [2025-01-09 02:41:59] "POST /access-control-lists HTTP/1.1" 200 594 0.060054 10.0.0.40 - - [2025-01-09 02:42:00] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.40 - - [2025-01-09 02:42:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.40 - - [2025-01-09 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.052867 10.0.0.40 - - [2025-01-09 02:42:01] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.40 - - [2025-01-09 02:42:01] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.019425 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/network HTTP/1.1" 200 117 0.032665 10.0.0.40 - - [2025-01-09 02:42:01] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/network HTTP/1.1" 200 625 0.063583 10.0.0.40 - - [2025-01-09 02:42:01] "POST /route-targets HTTP/1.1" 200 327 0.012880 10.0.0.40 - - [2025-01-09 02:42:01] "POST /ref-update HTTP/1.1" 200 156 0.010115 10.0.0.40 - - [2025-01-09 02:42:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.200565 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/network HTTP/1.1" 200 839 0.004908 10.0.0.40 - - [2025-01-09 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001132 10.0.0.40 - - [2025-01-09 02:42:01] "GET /virtual-network/0f3b5051-fdf0-44b4-8def-176149e5bde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002924 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/network HTTP/1.1" 200 839 0.005032 10.0.0.40 - - [2025-01-09 02:42:01] "GET /virtual-network/0f3b5051-fdf0-44b4-8def-176149e5bde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002439 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/network HTTP/1.1" 200 839 0.005439 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.006524 10.0.0.40 - - [2025-01-09 02:42:01] "POST /neutron/network HTTP/1.1" 200 839 0.005743 10.0.0.40 - - [2025-01-09 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001722 10.0.0.40 - - [2025-01-09 02:42:02] "POST /neutron/network HTTP/1.1" 200 849 0.005417 10.0.0.40 - - [2025-01-09 02:42:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.40 - - [2025-01-09 02:42:02] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.40 - - [2025-01-09 02:42:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.40 - - [2025-01-09 02:42:02] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.40 - - [2025-01-09 02:42:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040424 10.0.0.40 - - [2025-01-09 02:42:02] "POST /neutron/network HTTP/1.1" 200 839 0.006504 10.0.0.40 - - [2025-01-09 02:42:02] "POST /neutron/port HTTP/1.1" 200 117 0.005171 10.0.0.40 - - [2025-01-09 02:42:02] "POST /neutron/port HTTP/1.1" 200 117 0.004907 10.0.0.40 - - [2025-01-09 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.40 - - [2025-01-09 02:42:02] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002469 10.0.0.40 - - [2025-01-09 02:42:02] "PUT /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596 HTTP/1.1" 200 276 0.009517 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/network HTTP/1.1" 200 849 0.005369 10.0.0.40 - - [2025-01-09 02:42:03] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001405 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 1055 0.179062 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 1055 0.008339 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 1055 0.007502 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 1109 0.057022 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 1083 0.013429 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003040 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.009038 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.40 - - [2025-01-09 02:42:03] "POST /neutron/network HTTP/1.1" 200 839 0.004950 10.0.0.40 - - [2025-01-09 02:42:08] "POST /neutron/port HTTP/1.1" 200 1083 0.015249 10.0.0.40 - - [2025-01-09 02:42:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007145 10.0.0.40 - - [2025-01-09 02:42:08] "POST /neutron/port HTTP/1.1" 200 1083 0.013712 10.0.0.40 - - [2025-01-09 02:42:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005539 10.0.0.40 - - [2025-01-09 02:42:08] "POST /neutron/port HTTP/1.1" 200 1083 0.017314 10.0.0.40 - - [2025-01-09 02:42:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005619 10.0.0.40 - - [2025-01-09 02:42:08] "GET /virtual-machine/8d3875bc-2018-4030-aa92-e5ef0db15c23 HTTP/1.1" 401 292 0.000439 10.0.0.40 - - [2025-01-09 02:42:08] "GET /virtual-machine/8d3875bc-2018-4030-aa92-e5ef0db15c23 HTTP/1.1" 200 1293 0.023993 10.0.0.40 - - [2025-01-09 02:42:08] "GET /virtual-machine-interface/d4f6404a-8c48-4658-a81b-d536803c832a HTTP/1.1" 200 2972 0.002437 10.0.0.40 - - [2025-01-09 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.40 - - [2025-01-09 02:42:08] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002396 10.0.0.40 - - [2025-01-09 02:42:08] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002921 10.0.0.40 - - [2025-01-09 02:42:08] "GET /virtual-network/0f3b5051-fdf0-44b4-8def-176149e5bde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003045 10.0.0.40 - - [2025-01-09 02:42:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014225 10.0.0.40 - - [2025-01-09 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004961 10.0.0.40 - - [2025-01-09 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.40 - - [2025-01-09 02:42:12] "GET /virtual-network/0f3b5051-fdf0-44b4-8def-176149e5bde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002584 10.0.0.40 - - [2025-01-09 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.40 - - [2025-01-09 02:42:14] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002847 10.0.0.40 - - [2025-01-09 02:42:14] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002764 10.0.0.40 - - [2025-01-09 02:42:14] "GET /virtual-network/0f3b5051-fdf0-44b4-8def-176149e5bde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002946 10.0.0.40 - - [2025-01-09 02:42:14] "POST /neutron/port HTTP/1.1" 200 1083 0.013608 10.0.0.40 - - [2025-01-09 02:42:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005770 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /project/9acca40c00f347b6abb8b13bc4955621 HTTP/1.1" 404 173 0.011660 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /project/74384212a7c743a8a8858ee0f9ffa0a5 HTTP/1.1" 404 173 0.008580 10.0.0.40 - - [2025-01-09 02:42:20] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.40 - - [2025-01-09 02:42:20] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.40 - - [2025-01-09 02:42:20] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.028770 10.0.0.40 - - [2025-01-09 02:42:20] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.032565 10.0.0.40 - - [2025-01-09 02:42:20] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.40 - - [2025-01-09 02:42:20] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.40 - - [2025-01-09 02:42:20] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?fields=security_groups HTTP/1.1" 200 1377 0.025161 10.0.0.40 - - [2025-01-09 02:42:20] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?fields=security_groups HTTP/1.1" 200 1377 0.068901 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /security-group/312d7208-f86a-42b1-b8fb-71921f26c9d3 HTTP/1.1" 200 115 0.059873 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /access-control-list/9566cc9c-3294-4fe0-a517-a223b1d3dcac HTTP/1.1" 200 115 0.039763 10.0.0.40 - - [2025-01-09 02:42:20] "GET /projects?obj_uuids=e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.40 - - [2025-01-09 02:42:20] "GET /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c?fields=application_policy_sets HTTP/1.1" 200 1416 0.032814 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /access-control-list/328d863b-4ee3-4c25-897d-3c45cc8a48ba HTTP/1.1" 200 115 0.036342 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /security-group/77e0f329-138c-44da-8fb2-802a9aec75b2 HTTP/1.1" 200 115 0.071222 10.0.0.40 - - [2025-01-09 02:42:20] "GET /projects?obj_uuids=9acca40c-00f3-47b6-abb8-b13bc4955621&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.40 - - [2025-01-09 02:42:20] "GET /project/9acca40c-00f3-47b6-abb8-b13bc4955621?fields=application_policy_sets HTTP/1.1" 200 1416 0.022303 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /access-control-list/4236f034-aef6-42b8-8ae4-f866736515b2 HTTP/1.1" 200 115 0.030809 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /access-control-list/11148354-57e1-4651-b19f-f06ca80b1f6e HTTP/1.1" 200 115 0.023770 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /project/e8278e8e-2ea3-434d-9e33-5b14f8b1ba1c HTTP/1.1" 200 115 0.345418 10.0.0.40 - - [2025-01-09 02:42:20] "DELETE /project/9acca40c-00f3-47b6-abb8-b13bc4955621 HTTP/1.1" 200 115 0.360650 10.0.0.40 - - [2025-01-09 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.40 - - [2025-01-09 02:42:21] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002617 10.0.0.40 - - [2025-01-09 02:42:21] "PUT /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596 HTTP/1.1" 200 276 0.008647 10.0.0.40 - - [2025-01-09 02:42:21] "POST /neutron/network HTTP/1.1" 200 839 0.007052 10.0.0.40 - - [2025-01-09 02:42:21] "POST /neutron/network HTTP/1.1" 400 204 0.009038 10.0.0.40 - - [2025-01-09 02:42:21] "POST /neutron/port HTTP/1.1" 200 1083 0.013858 10.0.0.40 - - [2025-01-09 02:42:22] "POST /neutron/port HTTP/1.1" 200 1109 0.009103 10.0.0.40 - - [2025-01-09 02:42:22] "POST /neutron/port HTTP/1.1" 200 151 0.089105 10.0.0.40 - - [2025-01-09 02:42:23] "POST /neutron/network HTTP/1.1" 200 839 0.005509 10.0.0.40 - - [2025-01-09 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001077 10.0.0.40 - - [2025-01-09 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.40 - - [2025-01-09 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.000905 10.0.0.40 - - [2025-01-09 02:42:23] "POST /neutron/network HTTP/1.1" 200 151 0.075929 10.0.0.40 - - [2025-01-09 02:42:23] "DELETE /route-target/05022c05-db12-4fc3-93ac-c30654e44f0c HTTP/1.1" 200 115 0.013648 10.0.0.40 - - [2025-01-09 02:42:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002921 10.0.0.40 - - [2025-01-09 02:42:24] "POST /network-ipams HTTP/1.1" 200 541 0.015284 10.0.0.40 - - [2025-01-09 02:42:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002726 10.0.0.40 - - [2025-01-09 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.40 - - [2025-01-09 02:42:24] "GET /network-ipam/26aa336e-7fd9-4e98-97d2-665f9c729f7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004253 10.0.0.40 - - [2025-01-09 02:42:24] "PUT /network-ipam/26aa336e-7fd9-4e98-97d2-665f9c729f7c HTTP/1.1" 200 258 0.008860 10.0.0.40 - - [2025-01-09 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.40 - - [2025-01-09 02:42:24] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.40 - - [2025-01-09 02:42:24] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020265 10.0.0.40 - - [2025-01-09 02:42:24] "POST /neutron/network HTTP/1.1" 200 117 0.008256 10.0.0.40 - - [2025-01-09 02:42:24] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.40 - - [2025-01-09 02:42:24] "POST /neutron/network HTTP/1.1" 200 605 0.055298 10.0.0.40 - - [2025-01-09 02:42:24] "POST /route-targets HTTP/1.1" 200 327 0.010000 10.0.0.40 - - [2025-01-09 02:42:24] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.40 - - [2025-01-09 02:42:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.40 - - [2025-01-09 02:42:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.131625 10.0.0.40 - - [2025-01-09 02:42:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001962 10.0.0.40 - - [2025-01-09 02:42:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.175349 10.0.0.40 - - [2025-01-09 02:42:24] "POST /neutron/network HTTP/1.1" 200 994 0.007325 10.0.0.40 - - [2025-01-09 02:42:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001174 10.0.0.40 - - [2025-01-09 02:42:25] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002632 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.007287 10.0.0.40 - - [2025-01-09 02:42:25] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002669 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.006711 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007118 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007902 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.006607 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005978 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.006068 10.0.0.40 - - [2025-01-09 02:42:25] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.151434 10.0.0.40 - - [2025-01-09 02:42:25] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.136241 10.0.0.40 - - [2025-01-09 02:42:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001253 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.008239 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007024 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/network HTTP/1.1" 200 994 0.006688 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007652 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.005407 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.40 - - [2025-01-09 02:42:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001285 10.0.0.40 - - [2025-01-09 02:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.004460 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007297 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006882 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/network HTTP/1.1" 200 994 0.007020 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006936 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007445 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006918 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.004950 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.004790 10.0.0.40 - - [2025-01-09 02:42:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001402 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/network HTTP/1.1" 200 1004 0.007343 10.0.0.40 - - [2025-01-09 02:42:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007667 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/network HTTP/1.1" 200 1004 0.007174 10.0.0.40 - - [2025-01-09 02:42:26] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.40 - - [2025-01-09 02:42:26] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000348 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006784 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006217 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008856 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/network HTTP/1.1" 200 1004 0.016663 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1109 0.075583 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008512 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006597 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1083 0.021020 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/port HTTP/1.1" 200 1109 0.136946 10.0.0.40 - - [2025-01-09 02:42:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003907 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.018472 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/port HTTP/1.1" 200 1083 0.018242 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005709 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/network HTTP/1.1" 200 994 0.006194 10.0.0.40 - - [2025-01-09 02:42:27] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.016142 10.0.0.40 - - [2025-01-09 02:42:27] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049906 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/network HTTP/1.1" 200 994 0.006322 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/network HTTP/1.1" 200 994 0.008210 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/port HTTP/1.1" 200 2050 0.022547 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006690 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.005521 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domains HTTP/1.1" 200 280 0.002431 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2573 0.008322 10.0.0.40 - - [2025-01-09 02:42:27] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.40 - - [2025-01-09 02:42:27] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5 HTTP/1.1" 200 2852 0.074508 10.0.0.40 - - [2025-01-09 02:42:27] "GET /network-ipam/26aa336e-7fd9-4e98-97d2-665f9c729f7c HTTP/1.1" 200 2601 0.009286 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domains HTTP/1.1" 200 280 0.002780 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002489 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2573 0.009917 10.0.0.40 - - [2025-01-09 02:42:27] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.40 - - [2025-01-09 02:42:27] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5 HTTP/1.1" 200 2852 0.075892 10.0.0.40 - - [2025-01-09 02:42:27] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26 HTTP/1.1" 200 3779 0.005669 10.0.0.40 - - [2025-01-09 02:42:27] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26 HTTP/1.1" 200 3779 0.004117 10.0.0.40 - - [2025-01-09 02:42:27] "GET /routing-instance/ee54a21f-21d2-4ca9-972c-f7e75d2d1ab0 HTTP/1.1" 200 2381 0.005347 10.0.0.40 - - [2025-01-09 02:42:27] "GET /routing-instance/ee54a21f-21d2-4ca9-972c-f7e75d2d1ab0 HTTP/1.1" 200 2381 0.002689 10.0.0.40 - - [2025-01-09 02:42:27] "GET /route-target/46e59a60-496e-438d-9424-aac11667bf5c HTTP/1.1" 200 1204 0.006466 10.0.0.40 - - [2025-01-09 02:42:27] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26 HTTP/1.1" 200 3779 0.006924 10.0.0.40 - - [2025-01-09 02:42:27] "GET /routing-instance/ee54a21f-21d2-4ca9-972c-f7e75d2d1ab0 HTTP/1.1" 200 2381 0.003158 10.0.0.40 - - [2025-01-09 02:42:27] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002784 10.0.0.40 - - [2025-01-09 02:42:27] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26 HTTP/1.1" 200 3779 0.002680 10.0.0.40 - - [2025-01-09 02:42:27] "GET /routing-instance/ee54a21f-21d2-4ca9-972c-f7e75d2d1ab0 HTTP/1.1" 200 2381 0.002455 10.0.0.40 - - [2025-01-09 02:42:27] "GET /routing-instance/ee54a21f-21d2-4ca9-972c-f7e75d2d1ab0 HTTP/1.1" 200 2381 0.002695 10.0.0.40 - - [2025-01-09 02:42:27] "GET /obj-perms HTTP/1.1" 200 5056 0.059806 10.0.0.40 - - [2025-01-09 02:42:27] "GET /route-target/46e59a60-496e-438d-9424-aac11667bf5c HTTP/1.1" 200 1204 0.002222 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domains HTTP/1.1" 200 280 0.003753 10.0.0.40 - - [2025-01-09 02:42:27] "POST /neutron/network HTTP/1.1" 200 1004 0.019554 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.40 - - [2025-01-09 02:42:27] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2573 0.008427 10.0.0.40 - - [2025-01-09 02:42:27] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.40 - - [2025-01-09 02:42:27] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.40 - - [2025-01-09 02:42:27] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5 HTTP/1.1" 200 2852 0.031267 10.0.0.40 - - [2025-01-09 02:42:27] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26 HTTP/1.1" 200 3779 0.008634 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1055 0.301174 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1055 0.018837 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1055 0.011779 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1109 0.092682 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1083 0.020210 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004463 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/subnet HTTP/1.1" 200 673 0.017042 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/network HTTP/1.1" 200 994 0.007736 10.0.0.40 - - [2025-01-09 02:42:28] "GET /obj-perms HTTP/1.1" 200 5056 0.368536 10.0.0.40 - - [2025-01-09 02:42:28] "GET /obj-perms HTTP/1.1" 200 5030 0.064690 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1083 0.016397 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006421 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1083 0.019498 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008816 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/port HTTP/1.1" 200 1083 0.028259 10.0.0.40 - - [2025-01-09 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007840 10.0.0.40 - - [2025-01-09 02:42:28] "GET /virtual-machine/223e7566-88ca-4e38-8bbf-ed8d80a6f5ba HTTP/1.1" 200 1288 0.004101 10.0.0.40 - - [2025-01-09 02:42:28] "GET /virtual-machine-interface/33c4ec6a-cd54-45cc-804d-e7cf209a7909 HTTP/1.1" 200 2940 0.003272 10.0.0.40 - - [2025-01-09 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.40 - - [2025-01-09 02:42:28] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002893 10.0.0.40 - - [2025-01-09 02:42:28] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003011 10.0.0.40 - - [2025-01-09 02:42:28] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002917 10.0.0.40 - - [2025-01-09 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.40 - - [2025-01-09 02:42:31] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002954 10.0.0.40 - - [2025-01-09 02:42:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015434 10.0.0.40 - - [2025-01-09 02:42:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005516 10.0.0.40 - - [2025-01-09 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.40 - - [2025-01-09 02:42:36] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002767 10.0.0.40 - - [2025-01-09 02:42:36] "POST /neutron/port HTTP/1.1" 200 1083 0.016414 10.0.0.40 - - [2025-01-09 02:42:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005555 10.0.0.40 - - [2025-01-09 02:42:37] "POST /neutron/port HTTP/1.1" 200 1083 0.014259 10.0.0.40 - - [2025-01-09 02:42:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005368 10.0.0.40 - - [2025-01-09 02:42:39] "POST /neutron/port HTTP/1.1" 200 1083 0.035256 10.0.0.40 - - [2025-01-09 02:42:39] "POST /neutron/port HTTP/1.1" 200 1083 0.013193 10.0.0.40 - - [2025-01-09 02:42:39] "POST /neutron/network HTTP/1.1" 200 1004 0.006202 10.0.0.40 - - [2025-01-09 02:42:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002741 10.0.0.40 - - [2025-01-09 02:42:39] "POST /neutron/subnet HTTP/1.1" 200 673 0.011050 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/network HTTP/1.1" 200 994 0.007453 10.0.0.40 - - [2025-01-09 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.40 - - [2025-01-09 02:42:40] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002315 10.0.0.40 - - [2025-01-09 02:42:40] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002882 10.0.0.40 - - [2025-01-09 02:42:40] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003023 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013471 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005695 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013476 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005308 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013360 10.0.0.40 - - [2025-01-09 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005640 10.0.0.40 - - [2025-01-09 02:42:40] "GET /virtual-machine/ca8d0e2f-8e6c-44f5-88bc-7acaab8e35c7 HTTP/1.1" 200 1288 0.003551 10.0.0.40 - - [2025-01-09 02:42:40] "GET /virtual-machine-interface/23e3c515-fb95-4342-9baa-a04d34492b9f HTTP/1.1" 200 2941 0.002362 10.0.0.40 - - [2025-01-09 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.40 - - [2025-01-09 02:42:40] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006517 10.0.0.40 - - [2025-01-09 02:42:40] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003238 10.0.0.40 - - [2025-01-09 02:42:40] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003048 10.0.0.40 - - [2025-01-09 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.40 - - [2025-01-09 02:42:42] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002476 10.0.0.40 - - [2025-01-09 02:42:42] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002966 10.0.0.40 - - [2025-01-09 02:42:42] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003219 10.0.0.40 - - [2025-01-09 02:42:42] "POST /neutron/port HTTP/1.1" 200 1083 0.015442 10.0.0.40 - - [2025-01-09 02:42:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006524 10.0.0.40 - - [2025-01-09 02:42:42] "POST /neutron/port HTTP/1.1" 200 1083 0.014435 10.0.0.40 - - [2025-01-09 02:42:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006032 10.0.0.40 - - [2025-01-09 02:42:42] "POST /neutron/port HTTP/1.1" 200 1083 0.014453 10.0.0.40 - - [2025-01-09 02:42:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007241 10.0.0.40 - - [2025-01-09 02:42:42] "GET /virtual-machine/931c5810-a5bb-477f-b27d-0df21a0b2131 HTTP/1.1" 200 1293 0.004124 10.0.0.40 - - [2025-01-09 02:42:42] "GET /virtual-machine-interface/56ee8d63-9b40-409d-a932-982915e79e26 HTTP/1.1" 200 2941 0.002595 10.0.0.40 - - [2025-01-09 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.40 - - [2025-01-09 02:42:42] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002711 10.0.0.40 - - [2025-01-09 02:42:42] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002754 10.0.0.40 - - [2025-01-09 02:42:42] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002925 10.0.0.40 - - [2025-01-09 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.40 - - [2025-01-09 02:42:43] "GET /global-vrouter-config/ce4dc0d8-33e4-4635-bae2-85614d0c0596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002785 10.0.0.40 - - [2025-01-09 02:42:43] "GET /virtual-networks?parent_id=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003722 10.0.0.40 - - [2025-01-09 02:42:43] "GET /virtual-network/b7045499-0d9d-406c-86ae-862ac7293a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003015 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009561 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009251 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 151 0.093598 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009963 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009572 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 151 0.122761 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 1083 0.030150 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/network HTTP/1.1" 200 994 0.008134 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/network HTTP/1.1" 400 204 0.014863 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 1109 0.010370 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 400 205 0.003271 10.0.0.40 - - [2025-01-09 02:42:59] "POST /neutron/port HTTP/1.1" 200 151 0.107075 10.0.0.40 - - [2025-01-09 02:43:01] "POST /neutron/network HTTP/1.1" 200 994 0.007002 10.0.0.40 - - [2025-01-09 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.030206 10.0.0.40 - - [2025-01-09 02:43:01] "POST /useragent-kv HTTP/1.1" 200 115 0.042999 10.0.0.40 - - [2025-01-09 02:43:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001368 10.0.0.40 - - [2025-01-09 02:43:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001431 10.0.0.40 - - [2025-01-09 02:43:01] "POST /useragent-kv HTTP/1.1" 200 115 0.000992 10.0.0.40 - - [2025-01-09 02:43:01] "DELETE /route-target/46e59a60-496e-438d-9424-aac11667bf5c HTTP/1.1" 200 115 0.031059 10.0.0.40 - - [2025-01-09 02:43:01] "POST /neutron/network HTTP/1.1" 200 151 0.129672 10.0.0.40 - - [2025-01-09 02:43:01] "GET /routing-instance/ee54a21f-21d2-4ca9-972c-f7e75d2d1ab0 HTTP/1.1" 404 171 0.002216 10.0.0.40 - - [2025-01-09 02:43:01] "GET /domains HTTP/1.1" 200 280 0.002002 10.0.0.40 - - [2025-01-09 02:43:01] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.40 - - [2025-01-09 02:43:01] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f HTTP/1.1" 200 2573 0.049637 10.0.0.40 - - [2025-01-09 02:43:01] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.40 - - [2025-01-09 02:43:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5 HTTP/1.1" 200 2095 0.064274 10.0.0.40 - - [2025-01-09 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.40 - - [2025-01-09 02:43:02] "DELETE /network-ipam/26aa336e-7fd9-4e98-97d2-665f9c729f7c HTTP/1.1" 200 115 0.023608 10.0.0.40 - - [2025-01-09 02:43:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.002567 10.0.0.40 - - [2025-01-09 02:43:02] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.40 - - [2025-01-09 02:43:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042716 10.0.0.40 - - [2025-01-09 02:43:02] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.40 - - [2025-01-09 02:43:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?fields=virtual_networks HTTP/1.1" 200 1042 0.062401 10.0.0.40 - - [2025-01-09 02:43:02] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.40 - - [2025-01-09 02:43:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.020653 10.0.0.40 - - [2025-01-09 02:43:02] "GET /projects?obj_uuids=74384212-a7c7-43a8-a885-8ee0f9ffa0a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.40 - - [2025-01-09 02:43:02] "GET /project/74384212-a7c7-43a8-a885-8ee0f9ffa0a5?fields=security_groups HTTP/1.1" 200 1268 0.019921 10.0.0.40 - - [2025-01-09 02:43:04] "POST /neutron/port HTTP/1.1" 200 117 0.004790 10.0.0.40 - - [2025-01-09 02:43:04] "POST /neutron/port HTTP/1.1" 400 205 0.002749 10.0.0.40 - - [2025-01-09 02:43:10] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.40 - - [2025-01-09 02:43:11] "GET /project/cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.40 - - [2025-01-09 02:43:11] "GET /projects?obj_uuids=cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001406 10.0.0.40 - - [2025-01-09 02:43:11] "GET /project/cf8cac86-8ed1-4cc7-b40e-c4c0807f4b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.047642 [Introspect:8084]10.0.0.40 - - [2025-01-09 02:43:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001081 10.0.0.40 - - [2025-01-09 02:43:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.025826 10.0.0.40 - - [2025-01-09 02:43:12] "GET /projects?obj_uuids=789e6e31-987c-4096-992e-34691d0dbef7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002552 10.0.0.40 - - [2025-01-09 02:43:12] "GET /domains?obj_uuids=58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.40 - - [2025-01-09 02:43:12] "GET /domain/58a93cfa-4fe6-4499-91fe-c3b3d1d14e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030695 10.0.0.40 - - [2025-01-09 02:43:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.001277 10.0.0.40 - - [2025-01-09 02:43:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.002445 10.0.0.40 - - [2025-01-09 02:43:12] "POST /security-groups HTTP/1.1" 200 587 0.062711