++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 15 02:04:01 UTC 2025 ===================' INFO: =================== Thu May 15 02:04:01 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 +++ grep 'inet ' +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ 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.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.141:8081 ' ']' +++ echo 10.0.0.141:8081 ++ ANALYTICS_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.141:9042 ' ']' +++ echo 10.0.0.141:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.141:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.141:8086 ' ']' +++ echo 10.0.0.141:8086 ++ COLLECTOR_SERVERS=10.0.0.141: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.141 ++ CONFIGDB_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.141:8082 ' ']' +++ echo 10.0.0.141:8082 ++ CONFIG_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.141:9161 ' ']' +++ echo 10.0.0.141:9161 ++ CONFIGDB_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.141:9041 ' ']' +++ echo 10.0.0.141:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.141:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.141:2181, ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.141:2181 ' ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.141:2181 ++ RABBITMQ_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.141:5673, ']' +++ echo 10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.141:6379 ' ']' +++ echo 10.0.0.141:6379 ++ REDIS_SERVERS=10.0.0.141: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.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.141:9092 ' ']' +++ echo 10.0.0.141:9092 ++ KAFKA_SERVERS=10.0.0.141: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.141 ++ 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.141 ++ 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.141 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.141 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.141 9041 + echo -e '\035\nquit' + 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.141 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.141,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.141:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.141: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__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/15/2025 02:04:09.946 7fb983d262c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/15/2025 02:04:10.096 7fb983d262c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/15/2025 02:04:10.109 7fb983d262c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/15/2025 02:04:10.109 7fb983d262c8 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2025-05-15 02:04:14] "GET / HTTP/1.1" 503 181 0.000267 10.0.0.141 - - [2025-05-15 02:04:14] "GET / HTTP/1.1" 503 181 0.000214 10.0.0.141 - - [2025-05-15 02:04:15] "GET / HTTP/1.1" 200 45871 0.001508 10.0.0.141 - - [2025-05-15 02:04:15] "GET / HTTP/1.1" 200 45871 0.001146 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.141 - - [2025-05-15 02:04:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.141 - - [2025-05-15 02:04:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000261 10.0.0.141 - - [2025-05-15 02:04:15] "GET / HTTP/1.1" 200 36215 0.001732 10.0.0.141 - - [2025-05-15 02:04:15] "GET / HTTP/1.1" 200 36215 0.001664 10.0.0.141 - - [2025-05-15 02:04:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2025-05-15 02:04:15] "GET / HTTP/1.1" 200 36215 0.002561 10.0.0.141 - - [2025-05-15 02:04:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.005694 10.0.0.141 - - [2025-05-15 02:04:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2025-05-15 02:04:16] "GET / HTTP/1.1" 200 36215 0.001617 10.0.0.141 - - [2025-05-15 02:04:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2025-05-15 02:04:16] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.141 - - [2025-05-15 02:04:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 1.727018 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.141 - - [2025-05-15 02:04:17] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.453580 10.0.0.141 - - [2025-05-15 02:04:17] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002703 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 1.184215 10.0.0.141 - - [2025-05-15 02:04:17] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005875 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.630032 10.0.0.141 - - [2025-05-15 02:04:17] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006248 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.363419 10.0.0.141 - - [2025-05-15 02:04:17] "GET /network-ipam/6f43a3b8-8478-49e1-b00d-fc4777756bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004320 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.003322 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.003116 10.0.0.141 - - [2025-05-15 02:04:17] "POST /config-database-nodes HTTP/1.1" 200 619 0.020616 10.0.0.141 - - [2025-05-15 02:04:17] "POST /config-nodes HTTP/1.1" 200 601 0.022362 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.376284 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.033495 10.0.0.141 - - [2025-05-15 02:04:17] "POST /job-templates HTTP/1.1" 200 557 0.070184 10.0.0.141 - - [2025-05-15 02:04:17] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.042783 10.0.0.141 - - [2025-05-15 02:04:17] "GET / HTTP/1.1" 200 36215 0.001851 10.0.0.141 - - [2025-05-15 02:04:17] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003311 10.0.0.141 - - [2025-05-15 02:04:17] "POST /service-appliance-sets HTTP/1.1" 200 555 0.017967 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.002839 10.0.0.141 - - [2025-05-15 02:04:17] "POST /job-templates HTTP/1.1" 200 565 0.061848 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.003121 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.002996 10.0.0.141 - - [2025-05-15 02:04:17] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005625 10.0.0.141 - - [2025-05-15 02:04:17] "POST /access-control-lists HTTP/1.1" 200 589 0.026391 10.0.0.141 - - [2025-05-15 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 224 0.004049 10.0.0.141 - - [2025-05-15 02:04:17] "POST /job-templates HTTP/1.1" 200 547 0.073951 10.0.0.141 - - [2025-05-15 02:04:17] "POST /service-appliance-sets HTTP/1.1" 200 543 0.072096 10.0.0.141 - - [2025-05-15 02:04:17] "POST /access-control-lists HTTP/1.1" 200 587 0.024526 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.003478 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.141 - - [2025-05-15 02:04:18] "GET /network-ipam/6f43a3b8-8478-49e1-b00d-fc4777756bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004170 10.0.0.141 - - [2025-05-15 02:04:18] "POST /route-targets HTTP/1.1" 200 328 0.017379 10.0.0.141 - - [2025-05-15 02:04:18] "POST /job-templates HTTP/1.1" 200 579 0.066930 /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.141 - - [2025-05-15 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.028573 10.0.0.141 - - [2025-05-15 02:04:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029627 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.003273 10.0.0.141 - - [2025-05-15 02:04:18] "POST /route-targets HTTP/1.1" 200 328 0.018696 10.0.0.141 - - [2025-05-15 02:04:18] "POST /service-templates HTTP/1.1" 200 513 0.019533 10.0.0.141 - - [2025-05-15 02:04:18] "POST /job-templates HTTP/1.1" 200 581 0.066099 10.0.0.141 - - [2025-05-15 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.034511 10.0.0.141 - - [2025-05-15 02:04:18] "POST /service-templates HTTP/1.1" 200 503 0.061930 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.003629 10.0.0.141 - - [2025-05-15 02:04:18] "POST /route-targets HTTP/1.1" 200 328 0.014819 10.0.0.141 - - [2025-05-15 02:04:18] "POST /service-templates HTTP/1.1" 200 517 0.030933 10.0.0.141 - - [2025-05-15 02:04:18] "POST /job-templates HTTP/1.1" 200 585 0.065374 10.0.0.141 - - [2025-05-15 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.040363 10.0.0.141 - - [2025-05-15 02:04:18] "POST /service-templates HTTP/1.1" 200 537 0.030102 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.003694 10.0.0.141 - - [2025-05-15 02:04:18] "POST /route-targets HTTP/1.1" 200 328 0.010661 10.0.0.141 - - [2025-05-15 02:04:18] "POST /service-templates HTTP/1.1" 200 509 0.018844 10.0.0.141 - - [2025-05-15 02:04:18] "POST /job-templates HTTP/1.1" 200 561 0.067349 10.0.0.141 - - [2025-05-15 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.056507 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.003461 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.003141 10.0.0.141 - - [2025-05-15 02:04:18] "POST /job-templates HTTP/1.1" 200 571 0.064874 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.003539 10.0.0.141 - - [2025-05-15 02:04:18] "POST /access-control-lists HTTP/1.1" 200 553 0.102119 10.0.0.141 - - [2025-05-15 02:04:18] "POST /job-templates HTTP/1.1" 200 557 0.063075 10.0.0.141 - - [2025-05-15 02:04:18] "PUT /access-control-list/50eb852a-6965-4ca3-b466-b862bfc246ef HTTP/1.1" 200 273 0.050471 10.0.0.141 - - [2025-05-15 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.005677 10.0.0.141 - - [2025-05-15 02:04:18] "PUT /access-control-list/46fb0742-15c2-4937-abdc-d68798f8562b HTTP/1.1" 200 273 0.014889 10.0.0.141 - - [2025-05-15 02:04:19] "POST /job-templates HTTP/1.1" 200 557 0.064366 10.0.0.141 - - [2025-05-15 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003238 10.0.0.141 - - [2025-05-15 02:04:19] "POST /job-templates HTTP/1.1" 200 557 0.065639 10.0.0.141 - - [2025-05-15 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.003548 10.0.0.141 - - [2025-05-15 02:04:19] "POST /job-templates HTTP/1.1" 200 537 0.061223 10.0.0.141 - - [2025-05-15 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003251 10.0.0.141 - - [2025-05-15 02:04:19] "POST /job-templates HTTP/1.1" 200 561 0.065366 10.0.0.141 - - [2025-05-15 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003148 10.0.0.141 - - [2025-05-15 02:04:19] "POST /job-templates HTTP/1.1" 200 561 0.069108 10.0.0.141 - - [2025-05-15 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003166 10.0.0.141 - - [2025-05-15 02:04:19] "POST /job-templates HTTP/1.1" 200 561 0.065432 10.0.0.141 - - [2025-05-15 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.003394 10.0.0.141 - - [2025-05-15 02:04:20] "POST /job-templates HTTP/1.1" 200 567 0.061963 10.0.0.141 - - [2025-05-15 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.003523 10.0.0.141 - - [2025-05-15 02:04:20] "POST /job-templates HTTP/1.1" 200 559 0.065715 10.0.0.141 - - [2025-05-15 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.003426 10.0.0.141 - - [2025-05-15 02:04:20] "POST /job-templates HTTP/1.1" 200 557 0.066615 10.0.0.141 - - [2025-05-15 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.003187 10.0.0.141 - - [2025-05-15 02:04:20] "POST /job-templates HTTP/1.1" 200 575 0.062499 10.0.0.141 - - [2025-05-15 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.003080 10.0.0.141 - - [2025-05-15 02:04:20] "POST /job-templates HTTP/1.1" 200 553 0.060932 10.0.0.141 - - [2025-05-15 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.003265 10.0.0.141 - - [2025-05-15 02:04:20] "POST /job-templates HTTP/1.1" 200 581 0.062664 10.0.0.141 - - [2025-05-15 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.003629 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 557 0.061460 10.0.0.141 - - [2025-05-15 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003145 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 561 0.061665 10.0.0.141 - - [2025-05-15 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.004202 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 577 0.070540 10.0.0.141 - - [2025-05-15 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.003183 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 559 0.061586 10.0.0.141 - - [2025-05-15 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003515 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 561 0.069372 10.0.0.141 - - [2025-05-15 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.003201 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 557 0.065711 10.0.0.141 - - [2025-05-15 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 195 0.003376 10.0.0.141 - - [2025-05-15 02:04:21] "POST /job-templates HTTP/1.1" 200 555 0.060998 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.003260 10.0.0.141 - - [2025-05-15 02:04:22] "POST /job-templates HTTP/1.1" 200 555 0.061030 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.003507 10.0.0.141 - - [2025-05-15 02:04:22] "POST /job-templates HTTP/1.1" 200 555 0.061046 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.003179 10.0.0.141 - - [2025-05-15 02:04:22] "POST /job-templates HTTP/1.1" 200 565 0.061087 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.003722 10.0.0.141 - - [2025-05-15 02:04:22] "POST /job-templates HTTP/1.1" 200 567 0.060821 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.003368 10.0.0.141 - - [2025-05-15 02:04:22] "POST /config-propertiess HTTP/1.1" 200 553 0.031491 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 168 0.003024 10.0.0.141 - - [2025-05-15 02:04:22] "POST /tags HTTP/1.1" 200 322 0.033191 10.0.0.141 - - [2025-05-15 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 166 0.004142 10.0.0.141 - - [2025-05-15 02:04:22] "POST /tags HTTP/1.1" 200 318 0.023977 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 174 0.003174 10.0.0.141 - - [2025-05-15 02:04:23] "POST /tags HTTP/1.1" 200 334 0.033426 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.003154 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005246 10.0.0.141 - - [2025-05-15 02:04:23] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.004935 10.0.0.141 - - [2025-05-15 02:04:23] "POST /tags HTTP/1.1" 200 310 0.026539 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 174 0.003431 10.0.0.141 - - [2025-05-15 02:04:23] "PUT /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361 HTTP/1.1" 200 277 0.009915 10.0.0.141 - - [2025-05-15 02:04:23] "POST /tags HTTP/1.1" 200 334 0.027266 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.003280 10.0.0.141 - - [2025-05-15 02:04:23] "POST /tags HTTP/1.1" 200 314 0.023855 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 169 0.003318 10.0.0.141 - - [2025-05-15 02:04:23] "POST /tags HTTP/1.1" 200 324 0.021907 10.0.0.141 - - [2025-05-15 02:04:23] "GET / HTTP/1.1" 200 36215 0.001761 10.0.0.141 - - [2025-05-15 02:04:23] "POST /alarms HTTP/1.1" 401 293 0.000612 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.141 - - [2025-05-15 02:04:23] "PUT /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92 HTTP/1.1" 200 275 0.009887 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 166 0.003467 10.0.0.141 - - [2025-05-15 02:04:23] "POST /hardwares HTTP/1.1" 200 328 0.013799 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 166 0.003028 10.0.0.141 - - [2025-05-15 02:04:23] "POST /hardwares HTTP/1.1" 200 328 0.012949 10.0.0.141 - - [2025-05-15 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 166 0.003087 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 328 0.056657 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 583 0.090227 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 577 0.017651 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 166 0.003130 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 577 0.018566 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 328 0.016873 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.002769 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 561 0.020930 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 324 0.011947 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 557 0.020060 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.003894 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 559 0.019099 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 324 0.010743 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 567 0.018906 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 161 0.003102 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 551 0.020504 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 318 0.011627 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.002336 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 559 0.017380 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 324 0.015121 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 569 0.020831 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.003220 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 557 0.018261 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 324 0.011347 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 569 0.016868 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.002930 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 577 0.061466 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 324 0.034757 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 165 0.002602 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 571 0.019544 10.0.0.141 - - [2025-05-15 02:04:24] "POST /hardwares HTTP/1.1" 200 326 0.013958 10.0.0.141 - - [2025-05-15 02:04:24] "POST /alarms HTTP/1.1" 200 563 0.018871 10.0.0.141 - - [2025-05-15 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 165 0.003285 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 563 0.030178 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 326 0.012695 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 165 0.002610 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 563 0.020489 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 326 0.011567 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 549 0.020859 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 165 0.002647 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 597 0.018432 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 326 0.011290 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 577 0.016009 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.003147 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 573 0.016986 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 324 0.014279 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 585 0.017144 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 161 0.003662 10.0.0.141 - - [2025-05-15 02:04:25] "POST /alarms HTTP/1.1" 200 611 0.018793 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 318 0.012557 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.003315 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 324 0.011017 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 161 0.003048 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 318 0.010982 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.003646 10.0.0.141 - - [2025-05-15 02:04:25] "GET / HTTP/1.1" 200 36215 0.001584 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 324 0.012530 10.0.0.141 - - [2025-05-15 02:04:25] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 162 0.003750 10.0.0.141 - - [2025-05-15 02:04:25] "POST /hardwares HTTP/1.1" 200 320 0.011536 10.0.0.141 - - [2025-05-15 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 162 0.003190 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 320 0.012809 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 165 0.003209 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 326 0.012498 10.0.0.141 - - [2025-05-15 02:04:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022673 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 161 0.002400 10.0.0.141 - - [2025-05-15 02:04:26] "PUT /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361 HTTP/1.1" 200 277 0.009259 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 318 0.010207 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 161 0.004129 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 318 0.011811 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.003073 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 320 0.014839 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.003275 10.0.0.141 - - [2025-05-15 02:04:26] "GET / HTTP/1.1" 200 36215 0.001814 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 320 0.012689 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.003159 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 320 0.014084 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 158 0.003287 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 312 0.011377 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 158 0.004488 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 312 0.011275 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.024817 10.0.0.141 - - [2025-05-15 02:04:26] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003760 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 160 0.002720 10.0.0.141 - - [2025-05-15 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.141 - - [2025-05-15 02:04:26] "POST /hardwares HTTP/1.1" 200 316 0.010512 10.0.0.141 - - [2025-05-15 02:04:27] "PUT /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361 HTTP/1.1" 200 277 0.008408 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 154 0.002398 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 304 0.011930 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 158 0.003835 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 312 0.012627 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 155 0.003192 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 306 0.011947 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 155 0.003542 10.0.0.141 - - [2025-05-15 02:04:27] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 306 0.011348 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 155 0.003753 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 306 0.011307 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 155 0.003694 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 306 0.013142 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 156 0.003321 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 308 0.012581 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.030774 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 156 0.003610 10.0.0.141 - - [2025-05-15 02:04:27] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006123 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 308 0.014825 10.0.0.141 - - [2025-05-15 02:04:27] "PUT /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92 HTTP/1.1" 200 275 0.021891 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 156 0.003054 10.0.0.141 - - [2025-05-15 02:04:27] "POST /hardwares HTTP/1.1" 200 308 0.011385 10.0.0.141 - - [2025-05-15 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.003719 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 310 0.011973 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 158 0.003426 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 312 0.010861 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 158 0.002987 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 312 0.028575 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 153 0.003253 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 302 0.013472 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 157 0.003065 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 310 0.013138 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 157 0.003621 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 310 0.011608 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 157 0.003046 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 310 0.011518 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 157 0.003539 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 310 0.011874 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 157 0.003745 10.0.0.141 - - [2025-05-15 02:04:28] "POST /hardwares HTTP/1.1" 200 310 0.020941 10.0.0.141 - - [2025-05-15 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 161 0.003060 10.0.0.141 - - [2025-05-15 02:04:29] "POST /hardwares HTTP/1.1" 200 318 0.093599 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003169 10.0.0.141 - - [2025-05-15 02:04:29] "POST /hardwares HTTP/1.1" 200 310 0.032959 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003003 10.0.0.141 - - [2025-05-15 02:04:29] "POST /hardwares HTTP/1.1" 200 310 0.012697 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 154 0.003800 10.0.0.141 - - [2025-05-15 02:04:29] "POST /hardwares HTTP/1.1" 200 304 0.014538 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.003278 10.0.0.141 - - [2025-05-15 02:04:29] "POST /features HTTP/1.1" 200 535 0.031821 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.003211 10.0.0.141 - - [2025-05-15 02:04:29] "POST /features HTTP/1.1" 200 525 0.034872 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.003273 10.0.0.141 - - [2025-05-15 02:04:29] "POST /features HTTP/1.1" 200 523 0.054181 10.0.0.141 - - [2025-05-15 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.002956 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 523 0.217524 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003559 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 533 0.018246 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.003261 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 523 0.020516 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003330 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 541 0.028157 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.003607 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 527 0.021870 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.003750 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 521 0.018368 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 182 0.003207 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 519 0.021276 10.0.0.141 - - [2025-05-15 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.004008 10.0.0.141 - - [2025-05-15 02:04:30] "POST /features HTTP/1.1" 200 535 0.019889 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.003246 10.0.0.141 - - [2025-05-15 02:04:31] "POST /features HTTP/1.1" 200 543 0.016726 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 178 0.003008 10.0.0.141 - - [2025-05-15 02:04:31] "POST /physical-roles HTTP/1.1" 200 523 0.019082 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 179 0.003291 10.0.0.141 - - [2025-05-15 02:04:31] "POST /physical-roles HTTP/1.1" 200 525 0.017225 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.003165 10.0.0.141 - - [2025-05-15 02:04:31] "POST /physical-roles HTTP/1.1" 200 535 0.018277 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 177 0.003630 10.0.0.141 - - [2025-05-15 02:04:31] "POST /physical-roles HTTP/1.1" 200 521 0.017027 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.003326 10.0.0.141 - - [2025-05-15 02:04:31] "POST /overlay-roles HTTP/1.1" 200 547 0.020601 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.003223 10.0.0.141 - - [2025-05-15 02:04:31] "POST /overlay-roles HTTP/1.1" 200 533 0.018877 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.003212 10.0.0.141 - - [2025-05-15 02:04:31] "POST /overlay-roles HTTP/1.1" 200 547 0.016938 10.0.0.141 - - [2025-05-15 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 185 0.003184 10.0.0.141 - - [2025-05-15 02:04:31] "POST /overlay-roles HTTP/1.1" 200 535 0.017024 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.003834 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 543 0.019859 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.141 - - [2025-05-15 02:04:32] "PUT /overlay-role/d75d08b5-5042-448b-aa17-ad5562ce5348 HTTP/1.1" 200 259 0.009358 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.003552 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 533 0.016840 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 185 0.003210 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 535 0.020476 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.007628 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 531 0.017844 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.003116 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 539 0.018723 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.002884 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 543 0.017893 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 178 0.003403 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 521 0.017871 10.0.0.141 - - [2025-05-15 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 190 0.003103 10.0.0.141 - - [2025-05-15 02:04:32] "POST /overlay-roles HTTP/1.1" 200 545 0.016414 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 182 0.003090 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 535 0.017786 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003245 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 549 0.022307 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.004351 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 551 0.020226 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.003536 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 553 0.018476 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003921 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 565 0.028711 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003714 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 549 0.017184 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.003238 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 551 0.019240 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.003450 10.0.0.141 - - [2025-05-15 02:04:33] "POST /role-definitions HTTP/1.1" 200 553 0.019567 10.0.0.141 - - [2025-05-15 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.003070 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 551 0.023713 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.004179 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 563 0.023671 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002988 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 549 0.017940 10.0.0.141 - - [2025-05-15 02:04:34] "GET /global-system-configs HTTP/1.1" 200 323 0.886746 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.003444 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 551 0.016523 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.003004 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 547 0.021944 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003391 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 549 0.016068 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.003407 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 555 0.017672 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003693 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 557 0.017265 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 182 0.003746 10.0.0.141 - - [2025-05-15 02:04:34] "POST /role-definitions HTTP/1.1" 200 535 0.016950 10.0.0.141 - - [2025-05-15 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 187 0.003438 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 545 0.018431 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.003268 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 533 0.016972 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.002865 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 539 0.018452 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.003682 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 549 0.018880 10.0.0.141 - - [2025-05-15 02:04:35] "GET /global-system-configs HTTP/1.1" 200 323 0.300242 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003269 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 559 0.017290 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.003371 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 563 0.018126 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003302 10.0.0.141 - - [2025-05-15 02:04:35] "POST /role-definitions HTTP/1.1" 200 561 0.021299 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.003333 10.0.0.141 - - [2025-05-15 02:04:35] "POST /feature-configs HTTP/1.1" 200 539 0.017277 10.0.0.141 - - [2025-05-15 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 212 0.003355 10.0.0.141 - - [2025-05-15 02:04:35] "POST /feature-configs HTTP/1.1" 200 564 0.016520 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.004299 10.0.0.141 - - [2025-05-15 02:04:36] "POST /feature-configs HTTP/1.1" 200 563 0.026390 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.003565 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 549 0.043169 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 187 0.003438 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 539 0.016356 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004071 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 551 0.016582 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.003032 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 543 0.019273 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.003020 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 543 0.019598 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.003683 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 541 0.016420 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.003320 10.0.0.141 - - [2025-05-15 02:04:36] "POST /node-profiles HTTP/1.1" 200 533 0.019277 10.0.0.141 - - [2025-05-15 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 185 0.003111 10.0.0.141 - - [2025-05-15 02:04:37] "POST /node-profiles HTTP/1.1" 200 535 0.020482 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003074 10.0.0.141 - - [2025-05-15 02:04:37] "POST /node-profiles HTTP/1.1" 200 559 0.018135 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003502 10.0.0.141 - - [2025-05-15 02:04:37] "POST /telemetry-profiles HTTP/1.1" 200 556 0.022245 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003021 10.0.0.141 - - [2025-05-15 02:04:37] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016088 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003382 10.0.0.141 - - [2025-05-15 02:04:37] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017712 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003113 10.0.0.141 - - [2025-05-15 02:04:37] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016842 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003776 10.0.0.141 - - [2025-05-15 02:04:37] "POST /telemetry-profiles HTTP/1.1" 200 556 0.021682 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003441 10.0.0.141 - - [2025-05-15 02:04:37] "POST /telemetry-profiles HTTP/1.1" 200 556 0.020720 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.003275 10.0.0.141 - - [2025-05-15 02:04:37] "POST /sflow-profiles HTTP/1.1" 200 534 0.018075 10.0.0.141 - - [2025-05-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.003400 10.0.0.141 - - [2025-05-15 02:04:38] "POST /sflow-profiles HTTP/1.1" 200 540 0.019126 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.003025 10.0.0.141 - - [2025-05-15 02:04:38] "POST /sflow-profiles HTTP/1.1" 200 540 0.019388 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.003966 10.0.0.141 - - [2025-05-15 02:04:38] "POST /grpc-profiles HTTP/1.1" 200 532 0.018186 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.004267 10.0.0.141 - - [2025-05-15 02:04:38] "POST /snmp-profiles HTTP/1.1" 200 532 0.022408 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.003145 10.0.0.141 - - [2025-05-15 02:04:38] "POST /netconf-profiles HTTP/1.1" 200 544 0.017679 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003222 10.0.0.141 - - [2025-05-15 02:04:38] "POST /device-functional-groups HTTP/1.1" 200 542 0.018635 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003011 10.0.0.141 - - [2025-05-15 02:04:38] "POST /device-functional-groups HTTP/1.1" 200 542 0.017559 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003770 10.0.0.141 - - [2025-05-15 02:04:38] "POST /device-functional-groups HTTP/1.1" 200 546 0.018053 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.003373 10.0.0.141 - - [2025-05-15 02:04:38] "POST /device-functional-groups HTTP/1.1" 200 544 0.016263 10.0.0.141 - - [2025-05-15 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 218 0.003250 10.0.0.141 - - [2025-05-15 02:04:39] "POST /device-functional-groups HTTP/1.1" 200 592 0.016567 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003175 10.0.0.141 - - [2025-05-15 02:04:39] "POST /device-functional-groups HTTP/1.1" 200 572 0.019011 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.003237 10.0.0.141 - - [2025-05-15 02:04:39] "POST /device-functional-groups HTTP/1.1" 200 622 0.024850 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.003087 10.0.0.141 - - [2025-05-15 02:04:39] "POST /device-functional-groups HTTP/1.1" 200 568 0.019409 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.004043 10.0.0.141 - - [2025-05-15 02:04:39] "POST /device-functional-groups HTTP/1.1" 200 566 0.017193 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.003145 10.0.0.141 - - [2025-05-15 02:04:39] "POST /device-functional-groups HTTP/1.1" 200 576 0.018469 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.003270 10.0.0.141 - - [2025-05-15 02:04:39] "POST /role-configs HTTP/1.1" 200 527 0.023256 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.005006 10.0.0.141 - - [2025-05-15 02:04:39] "POST /role-configs HTTP/1.1" 200 522 0.021191 10.0.0.141 - - [2025-05-15 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.003201 10.0.0.141 - - [2025-05-15 02:04:39] "POST /role-configs HTTP/1.1" 200 524 0.016804 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.003402 10.0.0.141 - - [2025-05-15 02:04:40] "POST /role-configs HTTP/1.1" 200 524 0.021780 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.004057 10.0.0.141 - - [2025-05-15 02:04:40] "POST /role-configs HTTP/1.1" 200 528 0.018338 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003289 10.0.0.141 - - [2025-05-15 02:04:40] "POST /role-configs HTTP/1.1" 200 523 0.018506 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003160 10.0.0.141 - - [2025-05-15 02:04:40] "POST /role-configs HTTP/1.1" 200 519 0.015850 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.003017 10.0.0.141 - - [2025-05-15 02:04:40] "POST /role-configs HTTP/1.1" 200 520 0.022219 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.141 - - [2025-05-15 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.141 - - [2025-05-15 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.141 - - [2025-05-15 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.012179 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.012841 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.008864 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.011955 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.010548 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.141 - - [2025-05-15 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.141 - - [2025-05-15 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.009962 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.141 - - [2025-05-15 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.010410 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.141 - - [2025-05-15 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.009008 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-05-15 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.008430 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.141 - - [2025-05-15 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.007087 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007721 10.0.0.141 - - [2025-05-15 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.008232 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.141 - - [2025-05-15 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2025-05-15 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.009107 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.007610 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.008722 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.009731 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.007477 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.007676 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.141 - - [2025-05-15 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.141 - - [2025-05-15 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.007893 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.007772 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.009658 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.007748 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.007172 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.141 - - [2025-05-15 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.141 - - [2025-05-15 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.141 - - [2025-05-15 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.141 - - [2025-05-15 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.008522 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.141 - - [2025-05-15 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.024373 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.141 - - [2025-05-15 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.009311 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2025-05-15 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.007844 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.141 - - [2025-05-15 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.008385 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.141 - - [2025-05-15 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.007682 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.007897 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.008911 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.141 - - [2025-05-15 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.141 - - [2025-05-15 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.008356 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.007824 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009013 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2025-05-15 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.141 - - [2025-05-15 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.007959 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.141 - - [2025-05-15 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.009937 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.141 - - [2025-05-15 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.141 - - [2025-05-15 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008098 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.141 - - [2025-05-15 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.141 - - [2025-05-15 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.009367 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.141 - - [2025-05-15 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008490 10.0.0.141 - - [2025-05-15 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007752 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007147 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007254 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007449 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.141 - - [2025-05-15 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-05-15 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.141 - - [2025-05-15 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008407 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.141 - - [2025-05-15 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.141 - - [2025-05-15 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.141 - - [2025-05-15 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2025-05-15 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.141 - - [2025-05-15 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.141 - - [2025-05-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.008869 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.006635 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.007094 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.009299 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.141 - - [2025-05-15 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.007012 10.0.0.141 - - [2025-05-15 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007444 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.008256 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.009564 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007299 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.141 - - [2025-05-15 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.141 - - [2025-05-15 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007431 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.141 - - [2025-05-15 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.141 - - [2025-05-15 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.008440 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.141 - - [2025-05-15 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.008971 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.141 - - [2025-05-15 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.008213 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.141 - - [2025-05-15 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.141 - - [2025-05-15 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.007257 10.0.0.141 - - [2025-05-15 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.007456 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.007248 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.007016 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.141 - - [2025-05-15 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.141 - - [2025-05-15 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.141 - - [2025-05-15 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.007485 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.141 - - [2025-05-15 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2025-05-15 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.141 - - [2025-05-15 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.007140 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.141 - - [2025-05-15 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.007227 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.141 - - [2025-05-15 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.007578 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.141 - - [2025-05-15 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.007703 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.009928 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.010358 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.008843 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2025-05-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.141 - - [2025-05-15 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.008016 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.141 - - [2025-05-15 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2025-05-15 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.009019 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.141 - - [2025-05-15 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.007579 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.141 - - [2025-05-15 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.141 - - [2025-05-15 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.141 - - [2025-05-15 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.008119 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.141 - - [2025-05-15 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.008062 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.008081 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.006902 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.141 - - [2025-05-15 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.007959 10.0.0.141 - - [2025-05-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.008629 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.006782 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.141 - - [2025-05-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-05-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.141 - - [2025-05-15 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.008112 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.141 - - [2025-05-15 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.007821 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.141 - - [2025-05-15 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.141 - - [2025-05-15 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.007928 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.141 - - [2025-05-15 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.141 - - [2025-05-15 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.008977 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.141 - - [2025-05-15 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.141 - - [2025-05-15 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.008169 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.141 - - [2025-05-15 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.066963 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.141 - - [2025-05-15 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.141 - - [2025-05-15 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.141 - - [2025-05-15 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.008835 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.141 - - [2025-05-15 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.141 - - [2025-05-15 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.009844 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.015941 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.010765 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007611 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.007168 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008291 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.013978 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.013843 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.141 - - [2025-05-15 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.141 - - [2025-05-15 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.008682 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.141 - - [2025-05-15 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.141 - - [2025-05-15 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2025-05-15 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.141 - - [2025-05-15 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.141 - - [2025-05-15 02:05:03] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.141 - - [2025-05-15 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.010417 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.002075 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.141 - - [2025-05-15 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.015684 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.141 - - [2025-05-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.026510 10.0.0.141 - - [2025-05-15 02:05:04] "GET /routing-instance/c4328d58-acbb-4e3c-9e17-df7248a9bcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.006320 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.141 - - [2025-05-15 02:05:04] "POST /bgp-routers HTTP/1.1" 200 622 0.023118 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.141 - - [2025-05-15 02:05:04] "GET /bgp-router/cbc07f80-1e74-4119-89cf-64b58937f860?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.006296 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-15 02:05:04] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006737 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.011009 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003572 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.009241 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.009088 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.008115 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.141 - - [2025-05-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.141 - - [2025-05-15 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.007454 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.141 - - [2025-05-15 02:05:05] "POST /ref-update HTTP/1.1" 200 156 0.009180 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.141 - - [2025-05-15 02:05:05] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.141 - - [2025-05-15 02:05:05] "POST /ref-update HTTP/1.1" 200 156 0.011602 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.141 - - [2025-05-15 02:05:05] "POST /ref-update HTTP/1.1" 200 156 0.010407 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.141 - - [2025-05-15 02:05:05] "POST /ref-update HTTP/1.1" 200 156 0.010662 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.141 - - [2025-05-15 02:05:05] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.141 - - [2025-05-15 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.007464 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.007156 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.007483 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2025-05-15 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.009145 10.0.0.141 - - [2025-05-15 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2025-05-15 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.010951 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.141 - - [2025-05-15 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.141 - - [2025-05-15 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.014138 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.141 - - [2025-05-15 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.141 - - [2025-05-15 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.009730 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.141 - - [2025-05-15 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.010694 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.141 - - [2025-05-15 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.008550 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.010178 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.008494 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.008982 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.141 - - [2025-05-15 02:05:08] "POST /ref-update HTTP/1.1" 200 156 0.011061 10.0.0.141 - - [2025-05-15 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.141 - - [2025-05-15 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.141 - - [2025-05-15 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.008996 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.141 - - [2025-05-15 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.141 - - [2025-05-15 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.012381 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.141 - - [2025-05-15 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.010224 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.141 - - [2025-05-15 02:05:09] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.141 - - [2025-05-15 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.011618 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.010407 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.008355 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.010517 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.141 - - [2025-05-15 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.012122 10.0.0.141 - - [2025-05-15 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.141 - - [2025-05-15 02:05:11] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.141 - - [2025-05-15 02:05:11] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.141 - - [2025-05-15 02:05:11] "POST /ref-update HTTP/1.1" 200 156 0.008937 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.141 - - [2025-05-15 02:05:11] "POST /ref-update HTTP/1.1" 200 156 0.008847 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-05-15 02:05:11] "POST /ref-update HTTP/1.1" 200 156 0.010322 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.141 - - [2025-05-15 02:05:11] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.141 - - [2025-05-15 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.009053 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.012002 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.012138 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005691 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.015028 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.008247 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.008190 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.141 - - [2025-05-15 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.141 - - [2025-05-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.141 - - [2025-05-15 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.141 - - [2025-05-15 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.008228 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.141 - - [2025-05-15 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.009191 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.141 - - [2025-05-15 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.141 - - [2025-05-15 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.008731 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-05-15 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.008882 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.141 - - [2025-05-15 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.010498 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.008653 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-05-15 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.141 - - [2025-05-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.009156 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.009617 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.008245 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.141 - - [2025-05-15 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.141 - - [2025-05-15 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.008608 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.141 - - [2025-05-15 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.141 - - [2025-05-15 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.010006 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2025-05-15 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.141 - - [2025-05-15 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.141 - - [2025-05-15 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.141 - - [2025-05-15 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.141 - - [2025-05-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.008663 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.007372 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.009010 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.007490 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.008047 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.141 - - [2025-05-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.141 - - [2025-05-15 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.007822 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.141 - - [2025-05-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.011124 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.141 - - [2025-05-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.013254 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.141 - - [2025-05-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.012792 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-05-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.010854 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.141 - - [2025-05-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.011792 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.141 - - [2025-05-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.011797 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.141 - - [2025-05-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.009190 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.009142 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.008495 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.008246 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.141 - - [2025-05-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.141 - - [2025-05-15 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.141 - - [2025-05-15 02:05:20] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.141 - - [2025-05-15 02:05:20] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.141 - - [2025-05-15 02:05:20] "POST /ref-update HTTP/1.1" 200 156 0.011111 10.0.0.141 - - [2025-05-15 02:05:20] "POST /network-ipams HTTP/1.1" 200 552 0.016746 10.0.0.141 - - [2025-05-15 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004373 10.0.0.141 - - [2025-05-15 02:05:20] "POST /virtual-networks HTTP/1.1" 200 554 0.108283 10.0.0.141 - - [2025-05-15 02:05:20] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003189 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.003501 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 178 0.003524 10.0.0.141 - - [2025-05-15 02:05:20] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.003806 10.0.0.141 - - [2025-05-15 02:05:20] "GET /fabric/fd8e9ac7-8b95-45fd-8f4b-929d1e94b4cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.006172 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003039 10.0.0.141 - - [2025-05-15 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.003041 10.0.0.141 - - [2025-05-15 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.002842 10.0.0.141 - - [2025-05-15 02:05:21] "POST /route-targets HTTP/1.1" 200 328 0.010810 10.0.0.141 - - [2025-05-15 02:05:21] "POST /ref-update HTTP/1.1" 200 156 0.013838 10.0.0.141 - - [2025-05-15 02:05:35] "GET / HTTP/1.1" 200 36215 0.002182 10.0.0.141 - - [2025-05-15 02:05:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.141 - - [2025-05-15 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.027486 10.0.0.141 - - [2025-05-15 02:05:35] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006705 10.0.0.141 - - [2025-05-15 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003052 10.0.0.141 - - [2025-05-15 02:05:35] "POST /database-nodes HTTP/1.1" 200 605 0.020255 10.0.0.141 - - [2025-05-15 02:06:08] "GET / HTTP/1.1" 200 36215 0.003694 10.0.0.141 - - [2025-05-15 02:06:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.141 - - [2025-05-15 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025752 10.0.0.141 - - [2025-05-15 02:06:09] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009525 10.0.0.141 - - [2025-05-15 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003611 10.0.0.141 - - [2025-05-15 02:06:09] "POST /analytics-nodes HTTP/1.1" 200 607 0.015635 10.0.0.141 - - [2025-05-15 02:06:14] "GET / HTTP/1.1" 200 36215 0.001975 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.141 - - [2025-05-15 02:06:19] "GET /obj-perms HTTP/1.1" 200 5075 0.346649 10.0.0.141 - - [2025-05-15 02:06:20] "GET /obj-perms HTTP/1.1" 200 5075 0.046875 10.0.0.141 - - [2025-05-15 02:06:22] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.141 - - [2025-05-15 02:06:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.141 - - [2025-05-15 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.023059 10.0.0.141 - - [2025-05-15 02:06:22] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005761 10.0.0.141 - - [2025-05-15 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.002873 10.0.0.141 - - [2025-05-15 02:06:22] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.037348 10.0.0.141 - - [2025-05-15 02:06:30] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.141 - - [2025-05-15 02:06:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2025-05-15 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.025467 10.0.0.141 - - [2025-05-15 02:06:31] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005785 10.0.0.141 - - [2025-05-15 02:06:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003121 10.0.0.141 - - [2025-05-15 02:06:31] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.021103 10.0.0.141 - - [2025-05-15 02:07:20] "GET /obj-perms HTTP/1.1" 200 5075 0.047768 10.0.0.141 - - [2025-05-15 02:07:20] "GET /obj-perms HTTP/1.1" 200 5075 0.040050 10.0.0.141 - - [2025-05-15 02:08:01] "GET / HTTP/1.1" 200 36215 0.001932 10.0.0.141 - - [2025-05-15 02:08:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.141 - - [2025-05-15 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.026623 10.0.0.141 - - [2025-05-15 02:08:01] "GET /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006489 10.0.0.141 - - [2025-05-15 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.141 - - [2025-05-15 02:08:01] "GET /routing-instance/c4328d58-acbb-4e3c-9e17-df7248a9bcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004174 10.0.0.141 - - [2025-05-15 02:08:01] "PUT /global-system-config/f7e5ee73-2703-4d91-8329-93444d26fc92 HTTP/1.1" 200 275 0.011317 10.0.0.141 - - [2025-05-15 02:08:01] "POST /fqname-to-id HTTP/1.1" 404 218 0.002748 10.0.0.141 - - [2025-05-15 02:08:01] "POST /virtual-routers HTTP/1.1" 200 605 0.020273 10.0.0.141 - - [2025-05-15 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.141 - - [2025-05-15 02:08:02] "GET /virtual-router/2fa042e6-354d-4d3d-9b96-b6c777f327af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005530 10.0.0.141 - - [2025-05-15 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003189 10.0.0.141 - - [2025-05-15 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.141 - - [2025-05-15 02:08:02] "GET /virtual-network/b278dbcb-1ea9-426d-87f0-395f7c0adb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.006060 10.0.0.141 - - [2025-05-15 02:08:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.038202 10.0.0.141 - - [2025-05-15 02:08:02] "PUT /access-control-list/c3439c8b-459a-40aa-a9d9-a1bc21ebcedb HTTP/1.1" 200 273 0.010180 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:08:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000905 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:08:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3232 0.000968 10.0.0.141 - - [2025-05-15 02:08:21] "GET /obj-perms HTTP/1.1" 200 5075 0.044459 10.0.0.141 - - [2025-05-15 02:08:21] "GET /obj-perms HTTP/1.1" 200 5075 0.040331 10.0.0.141 - - [2025-05-15 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.141 - - [2025-05-15 02:08:21] "GET /virtual-router/2fa042e6-354d-4d3d-9b96-b6c777f327af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.003325 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:08:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000872 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:08:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001091 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:08:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000882 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:08:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000930 10.0.0.141 - - [2025-05-15 02:09:21] "GET /obj-perms HTTP/1.1" 200 5075 0.056076 10.0.0.141 - - [2025-05-15 02:09:22] "GET /obj-perms HTTP/1.1" 200 5075 0.044895 10.0.0.141 - - [2025-05-15 02:09:25] "GET / HTTP/1.1" 200 36215 0.001700 10.0.0.141 - - [2025-05-15 02:09:26] "GET /project/2f82203f-a434-4b7e-bcc2-d45d5e93f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2025-05-15 02:09:26] "GET /projects?obj_uuids=2f82203f-a434-4b7e-bcc2-d45d5e93f31c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022700 10.0.0.141 - - [2025-05-15 02:09:26] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.141 - - [2025-05-15 02:09:26] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030617 10.0.0.141 - - [2025-05-15 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 167 0.002753 10.0.0.141 - - [2025-05-15 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 176 0.002446 10.0.0.141 - - [2025-05-15 02:09:26] "POST /security-groups HTTP/1.1" 200 568 0.059997 10.0.0.141 - - [2025-05-15 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.024251 10.0.0.141 - - [2025-05-15 02:09:26] "POST /projects HTTP/1.1" 200 539 0.210055 10.0.0.141 - - [2025-05-15 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.277502 10.0.0.141 - - [2025-05-15 02:09:26] "POST /access-control-lists HTTP/1.1" 200 575 0.060071 10.0.0.141 - - [2025-05-15 02:09:26] "GET /project/2f82203f-a434-4b7e-bcc2-d45d5e93f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.436025 10.0.0.141 - - [2025-05-15 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.005884 10.0.0.141 - - [2025-05-15 02:09:26] "POST /access-control-lists HTTP/1.1" 200 573 0.059810 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:09:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001263 10.0.0.141 - - [2025-05-15 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.021458 10.0.0.141 - - [2025-05-15 02:09:27] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003071 10.0.0.141 - - [2025-05-15 02:09:27] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.141 - - [2025-05-15 02:09:27] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007320 10.0.0.141 - - [2025-05-15 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 201 0.002505 10.0.0.141 - - [2025-05-15 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.003585 10.0.0.141 - - [2025-05-15 02:09:27] "POST /security-groups HTTP/1.1" 200 602 0.064118 10.0.0.141 - - [2025-05-15 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003011 10.0.0.141 - - [2025-05-15 02:09:27] "POST /projects HTTP/1.1" 200 607 0.231069 10.0.0.141 - - [2025-05-15 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.297769 10.0.0.141 - - [2025-05-15 02:09:27] "POST /access-control-lists HTTP/1.1" 200 609 0.060565 10.0.0.141 - - [2025-05-15 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.002901 10.0.0.141 - - [2025-05-15 02:09:27] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.426892 10.0.0.141 - - [2025-05-15 02:09:28] "POST /access-control-lists HTTP/1.1" 200 607 0.060243 10.0.0.141 - - [2025-05-15 02:09:28] "GET / HTTP/1.1" 200 36215 0.001942 10.0.0.141 - - [2025-05-15 02:09:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2025-05-15 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.049116 10.0.0.141 - - [2025-05-15 02:09:29] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001160 10.0.0.141 - - [2025-05-15 02:09:29] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026752 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.036942 10.0.0.141 - - [2025-05-15 02:09:30] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001118 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/network HTTP/1.1" 200 620 0.066404 10.0.0.141 - - [2025-05-15 02:09:30] "POST /route-targets HTTP/1.1" 200 328 0.010496 10.0.0.141 - - [2025-05-15 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.012999 10.0.0.141 - - [2025-05-15 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004638 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.160332 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/network HTTP/1.1" 200 839 0.005872 10.0.0.141 - - [2025-05-15 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001264 10.0.0.141 - - [2025-05-15 02:09:30] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005107 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/network HTTP/1.1" 200 839 0.005884 10.0.0.141 - - [2025-05-15 02:09:30] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005431 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/network HTTP/1.1" 200 839 0.005690 10.0.0.141 - - [2025-05-15 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.007579 10.0.0.141 - - [2025-05-15 02:09:30] "GET /domains HTTP/1.1" 401 293 0.000557 10.0.0.141 - - [2025-05-15 02:09:30] "GET /domains HTTP/1.1" 200 281 0.021901 10.0.0.141 - - [2025-05-15 02:09:30] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.141 - - [2025-05-15 02:09:30] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2595 0.011968 10.0.0.141 - - [2025-05-15 02:09:31] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001556 10.0.0.141 - - [2025-05-15 02:09:31] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5 HTTP/1.1" 200 2175 0.069384 10.0.0.141 - - [2025-05-15 02:09:31] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e HTTP/1.1" 200 2345 0.005921 10.0.0.141 - - [2025-05-15 02:09:31] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e HTTP/1.1" 200 2345 0.004981 10.0.0.141 - - [2025-05-15 02:09:31] "GET /routing-instance/0ced4a38-de4b-4b26-b430-e43757710bc4 HTTP/1.1" 200 1496 0.003443 10.0.0.141 - - [2025-05-15 02:09:31] "GET /routing-instance/0ced4a38-de4b-4b26-b430-e43757710bc4 HTTP/1.1" 200 1496 0.003657 10.0.0.141 - - [2025-05-15 02:09:31] "GET /route-target/debc0d23-d151-4fdb-a848-a4b49cc0b0cc HTTP/1.1" 200 1222 0.002796 10.0.0.141 - - [2025-05-15 02:09:31] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e HTTP/1.1" 200 2345 0.004414 10.0.0.141 - - [2025-05-15 02:09:31] "GET /routing-instance/0ced4a38-de4b-4b26-b430-e43757710bc4 HTTP/1.1" 200 1496 0.003316 10.0.0.141 - - [2025-05-15 02:09:31] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004802 10.0.0.141 - - [2025-05-15 02:09:31] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e HTTP/1.1" 200 2345 0.005347 10.0.0.141 - - [2025-05-15 02:09:31] "GET /routing-instance/0ced4a38-de4b-4b26-b430-e43757710bc4 HTTP/1.1" 200 1496 0.003512 10.0.0.141 - - [2025-05-15 02:09:31] "GET /routing-instance/0ced4a38-de4b-4b26-b430-e43757710bc4 HTTP/1.1" 200 1496 0.003379 10.0.0.141 - - [2025-05-15 02:09:31] "GET /route-target/debc0d23-d151-4fdb-a848-a4b49cc0b0cc HTTP/1.1" 200 1222 0.002965 10.0.0.141 - - [2025-05-15 02:09:31] "GET /domains HTTP/1.1" 200 281 0.002743 10.0.0.141 - - [2025-05-15 02:09:31] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.141 - - [2025-05-15 02:09:31] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2595 0.007931 10.0.0.141 - - [2025-05-15 02:09:31] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001275 10.0.0.141 - - [2025-05-15 02:09:31] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5 HTTP/1.1" 200 2175 0.072826 10.0.0.141 - - [2025-05-15 02:09:31] "GET /virtual-network/4c5b904f-6432-4991-856e-fbf651eb4d7e HTTP/1.1" 200 2345 0.005265 10.0.0.141 - - [2025-05-15 02:09:31] "GET /obj-perms HTTP/1.1" 200 5071 0.044449 10.0.0.141 - - [2025-05-15 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001398 10.0.0.141 - - [2025-05-15 02:09:31] "GET /global-system-configs HTTP/1.1" 200 323 0.037345 10.0.0.141 - - [2025-05-15 02:09:32] "GET /obj-perms HTTP/1.1" 200 5075 0.076774 10.0.0.141 - - [2025-05-15 02:09:32] "GET /global-system-configs HTTP/1.1" 200 323 0.027558 10.0.0.141 - - [2025-05-15 02:09:32] "GET /obj-perms HTTP/1.1" 200 5075 0.059083 10.0.0.141 - - [2025-05-15 02:09:33] "POST /neutron/network HTTP/1.1" 200 849 0.005807 10.0.0.141 - - [2025-05-15 02:09:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000447 10.0.0.141 - - [2025-05-15 02:09:33] "GET / HTTP/1.1" 200 36215 0.002698 10.0.0.141 - - [2025-05-15 02:09:33] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000590 10.0.0.141 - - [2025-05-15 02:09:33] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001589 10.0.0.141 - - [2025-05-15 02:09:33] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055465 10.0.0.141 - - [2025-05-15 02:09:34] "POST /neutron/network HTTP/1.1" 200 839 0.027561 10.0.0.141 - - [2025-05-15 02:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.004785 10.0.0.141 - - [2025-05-15 02:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.005405 10.0.0.141 - - [2025-05-15 02:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.005027 10.0.0.141 - - [2025-05-15 02:09:35] "POST /neutron/network HTTP/1.1" 200 849 0.006061 10.0.0.141 - - [2025-05-15 02:09:35] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001199 10.0.0.141 - - [2025-05-15 02:09:35] "POST /neutron/port HTTP/1.1" 200 1071 0.206401 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/port HTTP/1.1" 200 1071 0.033336 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/port HTTP/1.1" 200 1071 0.009074 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/port HTTP/1.1" 200 1125 0.073155 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/port HTTP/1.1" 200 1099 0.022647 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004105 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.011441 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.141 - - [2025-05-15 02:09:36] "POST /neutron/network HTTP/1.1" 200 839 0.005915 10.0.0.141 - - [2025-05-15 02:09:39] "POST /neutron/port HTTP/1.1" 200 1099 0.016690 10.0.0.141 - - [2025-05-15 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011418 10.0.0.141 - - [2025-05-15 02:09:44] "POST /neutron/port HTTP/1.1" 200 1099 0.013966 10.0.0.141 - - [2025-05-15 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006196 10.0.0.141 - - [2025-05-15 02:09:45] "GET /obj-perms HTTP/1.1" 200 5071 0.003620 10.0.0.141 - - [2025-05-15 02:09:46] "GET /obj-perms HTTP/1.1" 200 5071 0.004789 10.0.0.141 - - [2025-05-15 02:09:47] "GET /obj-perms HTTP/1.1" 200 5071 0.003330 10.0.0.141 - - [2025-05-15 02:09:48] "GET /obj-perms HTTP/1.1" 200 5071 0.003311 10.0.0.141 - - [2025-05-15 02:09:49] "GET /obj-perms HTTP/1.1" 200 5071 0.003546 10.0.0.141 - - [2025-05-15 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.005520 10.0.0.141 - - [2025-05-15 02:09:50] "POST /neutron/network HTTP/1.1" 400 204 0.014455 10.0.0.141 - - [2025-05-15 02:09:50] "POST /neutron/port HTTP/1.1" 200 1099 0.015319 10.0.0.141 - - [2025-05-15 02:09:50] "POST /neutron/port HTTP/1.1" 200 1125 0.008839 10.0.0.141 - - [2025-05-15 02:09:50] "POST /neutron/port HTTP/1.1" 200 151 0.113557 10.0.0.141 - - [2025-05-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.031260 10.0.0.141 - - [2025-05-15 02:09:52] "POST /neutron/network HTTP/1.1" 200 839 0.006217 10.0.0.141 - - [2025-05-15 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003802 10.0.0.141 - - [2025-05-15 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.141 - - [2025-05-15 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001975 10.0.0.141 - - [2025-05-15 02:09:52] "POST /neutron/network HTTP/1.1" 200 151 0.089862 10.0.0.141 - - [2025-05-15 02:09:52] "DELETE /route-target/debc0d23-d151-4fdb-a848-a4b49cc0b0cc HTTP/1.1" 200 115 0.016458 10.0.0.141 - - [2025-05-15 02:09:52] "GET /routing-instance/0ced4a38-de4b-4b26-b430-e43757710bc4 HTTP/1.1" 404 171 0.002398 10.0.0.141 - - [2025-05-15 02:09:52] "GET /domains HTTP/1.1" 200 281 0.018323 10.0.0.141 - - [2025-05-15 02:09:52] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001541 10.0.0.141 - - [2025-05-15 02:09:52] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2595 0.008185 10.0.0.141 - - [2025-05-15 02:09:52] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001357 10.0.0.141 - - [2025-05-15 02:09:52] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5 HTTP/1.1" 200 1924 0.076547 10.0.0.141 - - [2025-05-15 02:09:52] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001369 10.0.0.141 - - [2025-05-15 02:09:52] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057808 10.0.0.141 - - [2025-05-15 02:09:52] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002158 10.0.0.141 - - [2025-05-15 02:09:52] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?fields=virtual_networks HTTP/1.1" 200 1057 0.040218 10.0.0.141 - - [2025-05-15 02:09:52] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001230 10.0.0.141 - - [2025-05-15 02:09:52] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.029055 10.0.0.141 - - [2025-05-15 02:09:52] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001168 10.0.0.141 - - [2025-05-15 02:09:52] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?fields=security_groups HTTP/1.1" 200 1295 0.026892 10.0.0.141 - - [2025-05-15 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.029032 10.0.0.141 - - [2025-05-15 02:09:53] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003020 10.0.0.141 - - [2025-05-15 02:09:53] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.141 - - [2025-05-15 02:09:53] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007868 10.0.0.141 - - [2025-05-15 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.001244 10.0.0.141 - - [2025-05-15 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.002899 10.0.0.141 - - [2025-05-15 02:09:54] "POST /security-groups HTTP/1.1" 200 603 0.063498 10.0.0.141 - - [2025-05-15 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 246 0.003185 10.0.0.141 - - [2025-05-15 02:09:54] "POST /projects HTTP/1.1" 200 609 0.217059 10.0.0.141 - - [2025-05-15 02:09:54] "POST /access-control-lists HTTP/1.1" 200 610 0.056776 10.0.0.141 - - [2025-05-15 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.293389 10.0.0.141 - - [2025-05-15 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.002743 10.0.0.141 - - [2025-05-15 02:09:54] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.420849 10.0.0.141 - - [2025-05-15 02:09:54] "POST /access-control-lists HTTP/1.1" 200 608 0.080368 10.0.0.141 - - [2025-05-15 02:09:55] "GET / HTTP/1.1" 200 36215 0.002503 10.0.0.141 - - [2025-05-15 02:09:55] "GET /projects?obj_uuids=2f82203f-a434-4b7e-bcc2-d45d5e93f31c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001172 10.0.0.141 - - [2025-05-15 02:09:55] "GET /project/2f82203f-a434-4b7e-bcc2-d45d5e93f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.038316 10.0.0.141 - - [2025-05-15 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2025-05-15 02:09:56] "GET /security-group/e2ff08a3-4250-4375-8c20-87cbcedee2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004750 10.0.0.141 - - [2025-05-15 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.141 - - [2025-05-15 02:09:56] "GET /projects?obj_uuids=2f82203f-a434-4b7e-bcc2-d45d5e93f31c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001664 10.0.0.141 - - [2025-05-15 02:09:56] "GET /project/2f82203f-a434-4b7e-bcc2-d45d5e93f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.034475 10.0.0.141 - - [2025-05-15 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.141 - - [2025-05-15 02:09:56] "GET /security-group/e2ff08a3-4250-4375-8c20-87cbcedee2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004194 10.0.0.141 - - [2025-05-15 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.141 - - [2025-05-15 02:09:56] "PUT /security-group/e2ff08a3-4250-4375-8c20-87cbcedee2ed HTTP/1.1" 200 263 0.014052 10.0.0.141 - - [2025-05-15 02:09:56] "PUT /access-control-list/0ea4cd31-93f4-47ad-888c-8dbff9195de7 HTTP/1.1" 200 273 0.009569 10.0.0.141 - - [2025-05-15 02:09:56] "PUT /access-control-list/41127125-9c97-499a-866d-a2cde0e9d33a HTTP/1.1" 200 273 0.008747 10.0.0.141 - - [2025-05-15 02:09:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000503 10.0.0.141 - - [2025-05-15 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.051072 10.0.0.141 - - [2025-05-15 02:09:57] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.141 - - [2025-05-15 02:09:57] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.023922 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/network HTTP/1.1" 200 117 0.028881 10.0.0.141 - - [2025-05-15 02:09:57] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/network HTTP/1.1" 200 619 0.076597 10.0.0.141 - - [2025-05-15 02:09:57] "POST /route-targets HTTP/1.1" 200 328 0.012233 10.0.0.141 - - [2025-05-15 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.012725 10.0.0.141 - - [2025-05-15 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005417 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.177819 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/network HTTP/1.1" 200 837 0.005617 10.0.0.141 - - [2025-05-15 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001440 10.0.0.141 - - [2025-05-15 02:09:57] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005240 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/network HTTP/1.1" 200 837 0.005968 10.0.0.141 - - [2025-05-15 02:09:57] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004996 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/network HTTP/1.1" 200 837 0.006244 10.0.0.141 - - [2025-05-15 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.006711 10.0.0.141 - - [2025-05-15 02:09:57] "GET /domains HTTP/1.1" 401 293 0.000372 10.0.0.141 - - [2025-05-15 02:09:58] "GET /domains HTTP/1.1" 200 281 0.023450 10.0.0.141 - - [2025-05-15 02:09:58] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.141 - - [2025-05-15 02:09:58] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2794 0.008268 10.0.0.141 - - [2025-05-15 02:09:58] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.141 - - [2025-05-15 02:09:58] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 2180 0.069587 10.0.0.141 - - [2025-05-15 02:09:58] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 2341 0.006340 10.0.0.141 - - [2025-05-15 02:09:58] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 2341 0.004953 10.0.0.141 - - [2025-05-15 02:09:58] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826 HTTP/1.1" 200 1495 0.003600 10.0.0.141 - - [2025-05-15 02:09:58] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826 HTTP/1.1" 200 1495 0.003563 10.0.0.141 - - [2025-05-15 02:09:58] "GET /route-target/245b677f-5d0a-4834-bdfa-39d4c648f52e HTTP/1.1" 200 1220 0.003456 10.0.0.141 - - [2025-05-15 02:09:58] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 2341 0.004922 10.0.0.141 - - [2025-05-15 02:09:58] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826 HTTP/1.1" 200 1495 0.003879 10.0.0.141 - - [2025-05-15 02:09:58] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005247 10.0.0.141 - - [2025-05-15 02:09:58] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 2341 0.005543 10.0.0.141 - - [2025-05-15 02:09:58] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826 HTTP/1.1" 200 1495 0.003458 10.0.0.141 - - [2025-05-15 02:09:58] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826 HTTP/1.1" 200 1495 0.003385 10.0.0.141 - - [2025-05-15 02:09:58] "GET /route-target/245b677f-5d0a-4834-bdfa-39d4c648f52e HTTP/1.1" 200 1220 0.003141 10.0.0.141 - - [2025-05-15 02:09:58] "GET /domains HTTP/1.1" 200 281 0.002604 10.0.0.141 - - [2025-05-15 02:09:58] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.141 - - [2025-05-15 02:09:58] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2794 0.006925 10.0.0.141 - - [2025-05-15 02:09:58] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.141 - - [2025-05-15 02:09:58] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 2180 0.067143 10.0.0.141 - - [2025-05-15 02:09:58] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 2341 0.004511 10.0.0.141 - - [2025-05-15 02:09:58] "GET /obj-perms HTTP/1.1" 200 5073 0.045470 10.0.0.141 - - [2025-05-15 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2025-05-15 02:09:58] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.141 - - [2025-05-15 02:09:58] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024034 10.0.0.141 - - [2025-05-15 02:09:58] "POST /neutron/network HTTP/1.1" 200 117 0.012077 10.0.0.141 - - [2025-05-15 02:09:59] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001452 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/network HTTP/1.1" 200 619 0.066990 10.0.0.141 - - [2025-05-15 02:09:59] "POST /route-targets HTTP/1.1" 200 328 0.010805 10.0.0.141 - - [2025-05-15 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.141 - - [2025-05-15 02:09:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003106 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.173317 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/network HTTP/1.1" 200 838 0.005599 10.0.0.141 - - [2025-05-15 02:09:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001257 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005368 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/network HTTP/1.1" 200 838 0.005952 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005143 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/network HTTP/1.1" 200 838 0.005499 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.007499 10.0.0.141 - - [2025-05-15 02:09:59] "GET /domains HTTP/1.1" 200 281 0.002544 10.0.0.141 - - [2025-05-15 02:09:59] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.141 - - [2025-05-15 02:09:59] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2794 0.006762 10.0.0.141 - - [2025-05-15 02:09:59] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.141 - - [2025-05-15 02:09:59] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 2409 0.069197 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68 HTTP/1.1" 200 2345 0.005784 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68 HTTP/1.1" 200 2345 0.004709 10.0.0.141 - - [2025-05-15 02:09:59] "GET /routing-instance/35034f16-0953-49e0-8d55-2b01c9c55958 HTTP/1.1" 200 1494 0.004830 10.0.0.141 - - [2025-05-15 02:09:59] "GET /routing-instance/35034f16-0953-49e0-8d55-2b01c9c55958 HTTP/1.1" 200 1494 0.003226 10.0.0.141 - - [2025-05-15 02:09:59] "GET /route-target/703279b6-911c-4cdd-b3f3-1e0ef96a0df5 HTTP/1.1" 200 1220 0.003059 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68 HTTP/1.1" 200 2345 0.004616 10.0.0.141 - - [2025-05-15 02:09:59] "GET /routing-instance/35034f16-0953-49e0-8d55-2b01c9c55958 HTTP/1.1" 200 1494 0.003562 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005075 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68 HTTP/1.1" 200 2345 0.005472 10.0.0.141 - - [2025-05-15 02:09:59] "GET /routing-instance/35034f16-0953-49e0-8d55-2b01c9c55958 HTTP/1.1" 200 1494 0.003657 10.0.0.141 - - [2025-05-15 02:09:59] "GET /routing-instance/35034f16-0953-49e0-8d55-2b01c9c55958 HTTP/1.1" 200 1494 0.004016 10.0.0.141 - - [2025-05-15 02:09:59] "GET /route-target/703279b6-911c-4cdd-b3f3-1e0ef96a0df5 HTTP/1.1" 200 1220 0.003151 10.0.0.141 - - [2025-05-15 02:09:59] "GET /domains HTTP/1.1" 200 281 0.002600 10.0.0.141 - - [2025-05-15 02:09:59] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.141 - - [2025-05-15 02:09:59] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2794 0.015669 10.0.0.141 - - [2025-05-15 02:09:59] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.141 - - [2025-05-15 02:09:59] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 2409 0.076369 10.0.0.141 - - [2025-05-15 02:09:59] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68 HTTP/1.1" 200 2345 0.005054 10.0.0.141 - - [2025-05-15 02:09:59] "GET /obj-perms HTTP/1.1" 200 5073 0.003408 10.0.0.141 - - [2025-05-15 02:09:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001376 10.0.0.141 - - [2025-05-15 02:09:59] "POST /neutron/network HTTP/1.1" 200 848 0.005583 10.0.0.141 - - [2025-05-15 02:09:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000432 10.0.0.141 - - [2025-05-15 02:10:00] "GET / HTTP/1.1" 200 36215 0.001694 10.0.0.141 - - [2025-05-15 02:10:00] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000628 10.0.0.141 - - [2025-05-15 02:10:00] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.141 - - [2025-05-15 02:10:00] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.066779 10.0.0.141 - - [2025-05-15 02:10:00] "POST /neutron/network HTTP/1.1" 200 838 0.005504 10.0.0.141 - - [2025-05-15 02:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.006390 10.0.0.141 - - [2025-05-15 02:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.005447 10.0.0.141 - - [2025-05-15 02:10:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001445 10.0.0.141 - - [2025-05-15 02:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.005970 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/network HTTP/1.1" 200 847 0.007581 10.0.0.141 - - [2025-05-15 02:10:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000501 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/network HTTP/1.1" 200 848 0.006043 10.0.0.141 - - [2025-05-15 02:10:01] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.141 - - [2025-05-15 02:10:01] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.141 - - [2025-05-15 02:10:01] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000521 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1072 0.277694 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1072 0.012857 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1072 0.009363 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1126 0.092171 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1100 0.018466 10.0.0.141 - - [2025-05-15 02:10:01] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005579 10.0.0.141 - - [2025-05-15 02:10:01] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.062875 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.019013 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/network HTTP/1.1" 200 837 0.006614 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/network HTTP/1.1" 200 838 0.006514 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1100 0.018725 10.0.0.141 - - [2025-05-15 02:10:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007053 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/port HTTP/1.1" 200 117 0.005957 10.0.0.141 - - [2025-05-15 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.141 - - [2025-05-15 02:10:02] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001935 10.0.0.141 - - [2025-05-15 02:10:02] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039387 10.0.0.141 - - [2025-05-15 02:10:02] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005684 10.0.0.141 - - [2025-05-15 02:10:02] "GET /floating-ip-pools?parent_id=4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003546 10.0.0.141 - - [2025-05-15 02:10:02] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007379 10.0.0.141 - - [2025-05-15 02:10:02] "POST /floating-ip-pools HTTP/1.1" 200 611 0.043748 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/network HTTP/1.1" 200 847 0.011277 10.0.0.141 - - [2025-05-15 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.014269 10.0.0.141 - - [2025-05-15 02:10:02] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001776 10.0.0.141 - - [2025-05-15 02:10:02] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005302 10.0.0.141 - - [2025-05-15 02:10:02] "GET /domains HTTP/1.1" 200 281 0.006013 10.0.0.141 - - [2025-05-15 02:10:02] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002532 10.0.0.141 - - [2025-05-15 02:10:02] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2794 0.014106 10.0.0.141 - - [2025-05-15 02:10:02] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.141 - - [2025-05-15 02:10:02] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 3254 0.123408 10.0.0.141 - - [2025-05-15 02:10:02] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 2934 0.020236 10.0.0.141 - - [2025-05-15 02:10:02] "GET /floating-ip-pool/6e310b11-044b-4dd2-860c-124e64949c0d HTTP/1.1" 200 1443 0.030894 10.0.0.141 - - [2025-05-15 02:10:02] "GET /domains HTTP/1.1" 200 281 0.007365 10.0.0.141 - - [2025-05-15 02:10:02] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001904 10.0.0.141 - - [2025-05-15 02:10:02] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2794 0.012897 10.0.0.141 - - [2025-05-15 02:10:02] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001812 10.0.0.141 - - [2025-05-15 02:10:02] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 3254 0.104402 10.0.0.141 - - [2025-05-15 02:10:02] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7 HTTP/1.1" 200 3156 0.013972 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/port HTTP/1.1" 200 1071 0.446218 10.0.0.141 - - [2025-05-15 02:10:02] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007207 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/port HTTP/1.1" 200 1071 0.012929 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/port HTTP/1.1" 200 1071 0.013662 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/port HTTP/1.1" 200 1100 0.027498 10.0.0.141 - - [2025-05-15 02:10:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008464 10.0.0.141 - - [2025-05-15 02:10:03] "POST /neutron/port HTTP/1.1" 200 1125 0.081927 10.0.0.141 - - [2025-05-15 02:10:03] "POST /neutron/port HTTP/1.1" 200 1099 0.014403 10.0.0.141 - - [2025-05-15 02:10:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003349 10.0.0.141 - - [2025-05-15 02:10:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.010466 10.0.0.141 - - [2025-05-15 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.001689 10.0.0.141 - - [2025-05-15 02:10:03] "POST /neutron/network HTTP/1.1" 200 837 0.006333 10.0.0.141 - - [2025-05-15 02:10:08] "POST /neutron/port HTTP/1.1" 200 1100 0.014900 10.0.0.141 - - [2025-05-15 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007672 10.0.0.141 - - [2025-05-15 02:10:08] "POST /neutron/port HTTP/1.1" 200 1100 0.016479 10.0.0.141 - - [2025-05-15 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006298 10.0.0.141 - - [2025-05-15 02:10:08] "POST /neutron/port HTTP/1.1" 200 1100 0.015406 10.0.0.141 - - [2025-05-15 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006561 10.0.0.141 - - [2025-05-15 02:10:08] "GET /virtual-machine/df82b3cf-3b3e-433d-a6cb-53a6eefe5087 HTTP/1.1" 200 1307 0.005031 10.0.0.141 - - [2025-05-15 02:10:08] "GET /virtual-machine-interface/ed73eec3-e417-41cf-bf99-0addf6376e20 HTTP/1.1" 200 3012 0.004956 10.0.0.141 - - [2025-05-15 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.141 - - [2025-05-15 02:10:08] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003501 10.0.0.141 - - [2025-05-15 02:10:08] "GET /virtual-networks?parent_id=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003434 10.0.0.141 - - [2025-05-15 02:10:08] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005962 10.0.0.141 - - [2025-05-15 02:10:10] "POST /neutron/port HTTP/1.1" 200 1100 0.014697 10.0.0.141 - - [2025-05-15 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007386 10.0.0.141 - - [2025-05-15 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.141 - - [2025-05-15 02:10:11] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005463 10.0.0.141 - - [2025-05-15 02:10:11] "POST /neutron/port HTTP/1.1" 200 1099 0.017732 10.0.0.141 - - [2025-05-15 02:10:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005519 10.0.0.141 - - [2025-05-15 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.141 - - [2025-05-15 02:10:13] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003642 10.0.0.141 - - [2025-05-15 02:10:13] "GET /virtual-networks?parent_id=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005127 10.0.0.141 - - [2025-05-15 02:10:13] "GET /virtual-network/f8d0b654-a190-40d8-9677-f47bb8bceb68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005826 10.0.0.141 - - [2025-05-15 02:10:13] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.141 - - [2025-05-15 02:10:13] "POST /neutron/floatingip HTTP/1.1" 200 529 0.068151 10.0.0.141 - - [2025-05-15 02:10:13] "POST /neutron/port HTTP/1.1" 200 1100 0.014215 10.0.0.141 - - [2025-05-15 02:10:13] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005280 10.0.0.141 - - [2025-05-15 02:10:13] "POST /neutron/floatingip HTTP/1.1" 200 576 0.030010 10.0.0.141 - - [2025-05-15 02:10:14] "POST /neutron/port HTTP/1.1" 200 1099 0.015022 10.0.0.141 - - [2025-05-15 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006983 10.0.0.141 - - [2025-05-15 02:10:14] "POST /neutron/port HTTP/1.1" 200 1099 0.014151 10.0.0.141 - - [2025-05-15 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006194 10.0.0.141 - - [2025-05-15 02:10:14] "POST /neutron/port HTTP/1.1" 200 1099 0.014784 10.0.0.141 - - [2025-05-15 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006717 10.0.0.141 - - [2025-05-15 02:10:14] "GET /virtual-machine/489994b0-5868-45bc-941f-6fc6d3f48e6e HTTP/1.1" 200 1306 0.005276 10.0.0.141 - - [2025-05-15 02:10:14] "GET /virtual-machine-interface/bd7579b4-3471-4ad7-8c00-a3f9971175eb HTTP/1.1" 200 3012 0.005309 10.0.0.141 - - [2025-05-15 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.141 - - [2025-05-15 02:10:14] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004045 10.0.0.141 - - [2025-05-15 02:10:14] "GET /virtual-networks?parent_id=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004339 10.0.0.141 - - [2025-05-15 02:10:14] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005743 10.0.0.141 - - [2025-05-15 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.141 - - [2025-05-15 02:10:15] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004645 10.0.0.141 - - [2025-05-15 02:10:15] "GET /virtual-networks?parent_id=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003476 10.0.0.141 - - [2025-05-15 02:10:15] "GET /virtual-network/4ae2717c-0595-4ce9-a980-ee6e1ee2a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005521 10.0.0.141 - - [2025-05-15 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010443 10.0.0.141 - - [2025-05-15 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.141 - - [2025-05-15 02:10:15] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003890 10.0.0.141 - - [2025-05-15 02:10:15] "GET /route-target/245b677f-5d0a-4834-bdfa-39d4c648f52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003920 10.0.0.141 - - [2025-05-15 02:10:15] "GET /floating-ip/2ad46dc6-8577-4c67-96d6-9036d1d0ad29 HTTP/1.1" 200 1892 0.005123 10.0.0.141 - - [2025-05-15 02:10:18] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009170 10.0.0.141 - - [2025-05-15 02:10:18] "POST /neutron/floatingip HTTP/1.1" 200 529 0.017358 10.0.0.141 - - [2025-05-15 02:10:18] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006741 10.0.0.141 - - [2025-05-15 02:10:18] "POST /neutron/floatingip HTTP/1.1" 200 115 0.038621 10.0.0.141 - - [2025-05-15 02:10:18] "GET /floating-ip-pool/6e310b11-044b-4dd2-860c-124e64949c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003418 10.0.0.141 - - [2025-05-15 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.009595 10.0.0.141 - - [2025-05-15 02:10:18] "DELETE /floating-ip-pool/6e310b11-044b-4dd2-860c-124e64949c0d HTTP/1.1" 200 115 0.022325 10.0.0.141 - - [2025-05-15 02:10:18] "DELETE /project/723a78965e1c47de8d2c22f7196cd5b5 HTTP/1.1" 404 173 0.010002 10.0.0.141 - - [2025-05-15 02:10:18] "DELETE /project/f3f81a4d08c14669ab4ec53a136f67b5 HTTP/1.1" 404 173 0.008917 10.0.0.141 - - [2025-05-15 02:10:18] "DELETE /project/2f82203fa4344b7ebcc2d45d5e93f31c HTTP/1.1" 404 173 0.004991 10.0.0.141 - - [2025-05-15 02:10:18] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001059 10.0.0.141 - - [2025-05-15 02:10:18] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.034808 10.0.0.141 - - [2025-05-15 02:10:18] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142 10.0.0.141 - - [2025-05-15 02:10:18] "POST /neutron/network HTTP/1.1" 200 838 0.008887 10.0.0.141 - - [2025-05-15 02:10:18] "POST /neutron/network HTTP/1.1" 400 204 0.011439 10.0.0.141 - - [2025-05-15 02:10:18] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?fields=security_groups HTTP/1.1" 200 1397 0.075177 10.0.0.141 - - [2025-05-15 02:10:19] "DELETE /security-group/0516b7ab-a6f2-438d-ac1e-aa3012e586d5 HTTP/1.1" 200 115 0.066995 10.0.0.141 - - [2025-05-15 02:10:19] "GET /projects?obj_uuids=f3f81a4d-08c1-4669-ab4e-c53a136f67b5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001447 10.0.0.141 - - [2025-05-15 02:10:19] "DELETE /access-control-list/a3c5401c-37ab-4b50-a3f2-4b7a450e0883 HTTP/1.1" 200 115 0.040551 10.0.0.141 - - [2025-05-15 02:10:19] "GET /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5?fields=application_policy_sets HTTP/1.1" 200 1436 0.049138 10.0.0.141 - - [2025-05-15 02:10:19] "DELETE /access-control-list/84232a2a-3765-44a9-bc08-200adbd36265 HTTP/1.1" 200 115 0.048186 10.0.0.141 - - [2025-05-15 02:10:19] "DELETE /project/f3f81a4d-08c1-4669-ab4e-c53a136f67b5 HTTP/1.1" 200 115 0.402500 10.0.0.141 - - [2025-05-15 02:10:19] "POST /neutron/port HTTP/1.1" 200 1099 0.016056 10.0.0.141 - - [2025-05-15 02:10:19] "POST /neutron/port HTTP/1.1" 200 1125 0.010374 10.0.0.141 - - [2025-05-15 02:10:19] "POST /neutron/port HTTP/1.1" 200 1100 0.023495 10.0.0.141 - - [2025-05-15 02:10:19] "POST /neutron/port HTTP/1.1" 200 1126 0.008921 10.0.0.141 - - [2025-05-15 02:10:19] "POST /neutron/port HTTP/1.1" 200 151 0.130030 10.0.0.141 - - [2025-05-15 02:10:19] "POST /neutron/port HTTP/1.1" 200 151 0.121560 10.0.0.141 - - [2025-05-15 02:10:20] "POST /neutron/network HTTP/1.1" 200 838 0.006618 10.0.0.141 - - [2025-05-15 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.141 - - [2025-05-15 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002355 10.0.0.141 - - [2025-05-15 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.141 - - [2025-05-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 151 0.087709 10.0.0.141 - - [2025-05-15 02:10:21] "GET /routing-instance/35034f16-0953-49e0-8d55-2b01c9c55958 HTTP/1.1" 404 171 0.004786 10.0.0.141 - - [2025-05-15 02:10:21] "DELETE /route-target/703279b6-911c-4cdd-b3f3-1e0ef96a0df5 HTTP/1.1" 200 115 0.025609 10.0.0.141 - - [2025-05-15 02:10:21] "GET /domains HTTP/1.1" 200 281 0.002493 10.0.0.141 - - [2025-05-15 02:10:21] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.141 - - [2025-05-15 02:10:21] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2596 0.052207 10.0.0.141 - - [2025-05-15 02:10:21] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.141 - - [2025-05-15 02:10:21] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 2180 0.067365 10.0.0.141 - - [2025-05-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 837 0.006189 10.0.0.141 - - [2025-05-15 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004235 10.0.0.141 - - [2025-05-15 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.141 - - [2025-05-15 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.141 - - [2025-05-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 151 0.089020 10.0.0.141 - - [2025-05-15 02:10:21] "DELETE /route-target/245b677f-5d0a-4834-bdfa-39d4c648f52e HTTP/1.1" 200 115 0.018185 10.0.0.141 - - [2025-05-15 02:10:21] "GET /routing-instance/d5d48b2a-5a06-413e-b520-eabf78578826 HTTP/1.1" 404 171 0.003936 10.0.0.141 - - [2025-05-15 02:10:21] "GET /domains HTTP/1.1" 200 281 0.003154 10.0.0.141 - - [2025-05-15 02:10:21] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.141 - - [2025-05-15 02:10:21] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2596 0.054635 10.0.0.141 - - [2025-05-15 02:10:21] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001294 10.0.0.141 - - [2025-05-15 02:10:21] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 1929 0.069620 10.0.0.141 - - [2025-05-15 02:10:21] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.141 - - [2025-05-15 02:10:21] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032139 10.0.0.141 - - [2025-05-15 02:10:21] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001594 10.0.0.141 - - [2025-05-15 02:10:21] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?fields=virtual_networks HTTP/1.1" 200 1058 0.073291 10.0.0.141 - - [2025-05-15 02:10:21] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.141 - - [2025-05-15 02:10:21] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.038989 10.0.0.141 - - [2025-05-15 02:10:22] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.141 - - [2025-05-15 02:10:22] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?fields=security_groups HTTP/1.1" 200 1297 0.027624 10.0.0.141 - - [2025-05-15 02:10:22] "GET /obj-perms HTTP/1.1" 200 5075 0.060889 10.0.0.141 - - [2025-05-15 02:10:23] "GET /obj-perms HTTP/1.1" 200 5075 0.175494 10.0.0.141 - - [2025-05-15 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.024986 10.0.0.141 - - [2025-05-15 02:10:23] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002676 10.0.0.141 - - [2025-05-15 02:10:23] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.141 - - [2025-05-15 02:10:23] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008126 10.0.0.141 - - [2025-05-15 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.001381 10.0.0.141 - - [2025-05-15 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003881 10.0.0.141 - - [2025-05-15 02:10:23] "POST /security-groups HTTP/1.1" 200 586 0.068141 10.0.0.141 - - [2025-05-15 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.002867 10.0.0.141 - - [2025-05-15 02:10:23] "POST /projects HTTP/1.1" 200 575 0.229960 10.0.0.141 - - [2025-05-15 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.301564 10.0.0.141 - - [2025-05-15 02:10:23] "POST /access-control-lists HTTP/1.1" 200 593 0.065309 10.0.0.141 - - [2025-05-15 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002573 10.0.0.141 - - [2025-05-15 02:10:23] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.424798 10.0.0.141 - - [2025-05-15 02:10:24] "POST /access-control-lists HTTP/1.1" 200 591 0.060861 10.0.0.141 - - [2025-05-15 02:10:24] "GET / HTTP/1.1" 200 36215 0.002657 10.0.0.141 - - [2025-05-15 02:10:26] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.141 - - [2025-05-15 02:10:26] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.035117 10.0.0.141 - - [2025-05-15 02:10:26] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.141 - - [2025-05-15 02:10:26] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?fields=virtual_networks HTTP/1.1" 200 1024 0.035214 10.0.0.141 - - [2025-05-15 02:10:26] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001197 10.0.0.141 - - [2025-05-15 02:10:26] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.028561 10.0.0.141 - - [2025-05-15 02:10:26] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.141 - - [2025-05-15 02:10:26] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?fields=security_groups HTTP/1.1" 200 1246 0.027032 10.0.0.141 - - [2025-05-15 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.031523 10.0.0.141 - - [2025-05-15 02:10:27] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.141 - - [2025-05-15 02:10:27] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001542 10.0.0.141 - - [2025-05-15 02:10:27] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007979 10.0.0.141 - - [2025-05-15 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 193 0.001256 10.0.0.141 - - [2025-05-15 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.003626 10.0.0.141 - - [2025-05-15 02:10:27] "POST /security-groups HTTP/1.1" 200 594 0.063580 10.0.0.141 - - [2025-05-15 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 237 0.003031 10.0.0.141 - - [2025-05-15 02:10:27] "POST /projects HTTP/1.1" 200 591 0.222846 10.0.0.141 - - [2025-05-15 02:10:27] "POST /access-control-lists HTTP/1.1" 200 601 0.057559 10.0.0.141 - - [2025-05-15 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.293502 10.0.0.141 - - [2025-05-15 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.003036 10.0.0.141 - - [2025-05-15 02:10:27] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.426082 10.0.0.141 - - [2025-05-15 02:10:27] "POST /access-control-lists HTTP/1.1" 200 599 0.060609 10.0.0.141 - - [2025-05-15 02:10:28] "GET / HTTP/1.1" 200 36215 0.002296 10.0.0.141 - - [2025-05-15 02:10:29] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000484 10.0.0.141 - - [2025-05-15 02:10:30] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001720 10.0.0.141 - - [2025-05-15 02:10:30] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058305 10.0.0.141 - - [2025-05-15 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.141 - - [2025-05-15 02:10:30] "GET /security-group/0262c474-10e6-4f19-8b7c-24a6fc3d5296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006861 10.0.0.141 - - [2025-05-15 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.141 - - [2025-05-15 02:10:30] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.141 - - [2025-05-15 02:10:30] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.026784 10.0.0.141 - - [2025-05-15 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.141 - - [2025-05-15 02:10:30] "GET /security-group/0262c474-10e6-4f19-8b7c-24a6fc3d5296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003834 10.0.0.141 - - [2025-05-15 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.141 - - [2025-05-15 02:10:30] "PUT /security-group/0262c474-10e6-4f19-8b7c-24a6fc3d5296 HTTP/1.1" 200 263 0.013553 10.0.0.141 - - [2025-05-15 02:10:30] "PUT /access-control-list/adeff914-8f93-4b99-b7bd-eec426a55f05 HTTP/1.1" 200 273 0.008455 10.0.0.141 - - [2025-05-15 02:10:30] "PUT /access-control-list/5062df02-dcde-4ca5-8ddf-fd1d5ccd1ecc HTTP/1.1" 200 273 0.007754 10.0.0.141 - - [2025-05-15 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.002775 10.0.0.141 - - [2025-05-15 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.141 - - [2025-05-15 02:10:30] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001614 10.0.0.141 - - [2025-05-15 02:10:30] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.024428 10.0.0.141 - - [2025-05-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 117 0.030619 10.0.0.141 - - [2025-05-15 02:10:30] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 10.0.0.141 - - [2025-05-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 608 0.073441 10.0.0.141 - - [2025-05-15 02:10:30] "POST /route-targets HTTP/1.1" 200 328 0.010044 10.0.0.141 - - [2025-05-15 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.014230 10.0.0.141 - - [2025-05-15 02:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.141 - - [2025-05-15 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.159451 10.0.0.141 - - [2025-05-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 828 0.007406 10.0.0.141 - - [2025-05-15 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001865 10.0.0.141 - - [2025-05-15 02:10:31] "GET /virtual-network/747225cc-34b6-4e17-8f06-95bbf4018461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006945 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 828 0.007368 10.0.0.141 - - [2025-05-15 02:10:31] "GET /virtual-network/747225cc-34b6-4e17-8f06-95bbf4018461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006218 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 828 0.006427 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.007279 10.0.0.141 - - [2025-05-15 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.141 - - [2025-05-15 02:10:31] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001231 10.0.0.141 - - [2025-05-15 02:10:31] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.026442 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 117 0.010802 10.0.0.141 - - [2025-05-15 02:10:31] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 615 0.097452 10.0.0.141 - - [2025-05-15 02:10:31] "POST /route-targets HTTP/1.1" 200 328 0.020203 10.0.0.141 - - [2025-05-15 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.013953 10.0.0.141 - - [2025-05-15 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003816 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.151815 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 833 0.005960 10.0.0.141 - - [2025-05-15 02:10:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001253 10.0.0.141 - - [2025-05-15 02:10:31] "GET /virtual-network/a2a583ba-7c41-4052-976e-50941facb258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005323 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 833 0.005526 10.0.0.141 - - [2025-05-15 02:10:31] "GET /virtual-network/a2a583ba-7c41-4052-976e-50941facb258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004785 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 833 0.007018 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.007558 10.0.0.141 - - [2025-05-15 02:10:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001313 10.0.0.141 - - [2025-05-15 02:10:31] "POST /neutron/network HTTP/1.1" 200 838 0.006247 10.0.0.141 - - [2025-05-15 02:10:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2025-05-15 02:10:32] "GET / HTTP/1.1" 200 36215 0.001780 10.0.0.141 - - [2025-05-15 02:10:32] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000415 10.0.0.141 - - [2025-05-15 02:10:32] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001082 10.0.0.141 - - [2025-05-15 02:10:32] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.048058 10.0.0.141 - - [2025-05-15 02:10:32] "POST /neutron/network HTTP/1.1" 200 828 0.005630 10.0.0.141 - - [2025-05-15 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.005403 10.0.0.141 - - [2025-05-15 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.004644 10.0.0.141 - - [2025-05-15 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001297 10.0.0.141 - - [2025-05-15 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.006238 10.0.0.141 - - [2025-05-15 02:10:32] "POST /neutron/network HTTP/1.1" 200 843 0.006347 10.0.0.141 - - [2025-05-15 02:10:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/network HTTP/1.1" 200 838 0.006513 10.0.0.141 - - [2025-05-15 02:10:33] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001130 10.0.0.141 - - [2025-05-15 02:10:33] "GET / HTTP/1.1" 200 36215 0.001696 10.0.0.141 - - [2025-05-15 02:10:33] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 1064 0.254475 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 1064 0.011213 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 1064 0.008284 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 1118 0.061220 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 1092 0.015749 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003477 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.012498 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/network HTTP/1.1" 200 828 0.006541 10.0.0.141 - - [2025-05-15 02:10:33] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001372 10.0.0.141 - - [2025-05-15 02:10:33] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059543 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/network HTTP/1.1" 200 833 0.006461 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 1092 0.018434 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009209 10.0.0.141 - - [2025-05-15 02:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.005182 10.0.0.141 - - [2025-05-15 02:10:33] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003786 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/router HTTP/1.1" 200 585 0.089766 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/router HTTP/1.1" 200 585 0.003385 10.0.0.141 - - [2025-05-15 02:10:34] "POST /route-targets HTTP/1.1" 200 328 0.025140 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/router HTTP/1.1" 200 656 0.064006 10.0.0.141 - - [2025-05-15 02:10:34] "GET /logical-router/13c27b49-4d07-44e1-b062-05e2a0efb00f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.005505 10.0.0.141 - - [2025-05-15 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.141 - - [2025-05-15 02:10:34] "PUT /logical-router/13c27b49-4d07-44e1-b062-05e2a0efb00f HTTP/1.1" 200 263 0.068980 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/router HTTP/1.1" 200 656 0.027539 10.0.0.141 - - [2025-05-15 02:10:34] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.141 - - [2025-05-15 02:10:34] "GET /service-template/b5daf07b-6f39-4d05-9e02-7f43ca013be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.003324 10.0.0.141 - - [2025-05-15 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.004480 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/network HTTP/1.1" 200 843 0.009131 10.0.0.141 - - [2025-05-15 02:10:34] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001223 10.0.0.141 - - [2025-05-15 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.020999 10.0.0.141 - - [2025-05-15 02:10:34] "POST /virtual-networks HTTP/1.1" 200 696 0.249002 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/router HTTP/1.1" 200 344 0.435486 10.0.0.141 - - [2025-05-15 02:10:34] "POST /route-targets HTTP/1.1" 200 328 0.075132 10.0.0.141 - - [2025-05-15 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.050910 10.0.0.141 - - [2025-05-15 02:10:34] "POST /service-instances HTTP/1.1" 200 672 0.107278 10.0.0.141 - - [2025-05-15 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.027761 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 1092 0.052010 10.0.0.141 - - [2025-05-15 02:10:34] "POST /route-tables HTTP/1.1" 200 584 0.031599 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011370 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 1062 0.506559 10.0.0.141 - - [2025-05-15 02:10:34] "PUT /logical-router/13c27b49-4d07-44e1-b062-05e2a0efb00f HTTP/1.1" 200 263 0.033237 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 1062 0.019212 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 1092 0.029748 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 1062 0.007640 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013763 10.0.0.141 - - [2025-05-15 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.029826 10.0.0.141 - - [2025-05-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 1116 0.091274 10.0.0.141 - - [2025-05-15 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/port HTTP/1.1" 200 1092 0.022077 10.0.0.141 - - [2025-05-15 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/port HTTP/1.1" 200 1090 0.017663 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005066 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003153 10.0.0.141 - - [2025-05-15 02:10:35] "GET /virtual-machine/5fa17762-cea8-448b-9ef6-0da6499def66 HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.020514 10.0.0.141 - - [2025-05-15 02:10:35] "POST /virtual-machines HTTP/1.1" 200 554 0.025660 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.004013 10.0.0.141 - - [2025-05-15 02:10:35] "POST /neutron/network HTTP/1.1" 200 833 0.009428 10.0.0.141 - - [2025-05-15 02:10:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.106301 10.0.0.141 - - [2025-05-15 02:10:35] "POST /chown HTTP/1.1" 200 109 0.007552 10.0.0.141 - - [2025-05-15 02:10:35] "POST /instance-ips HTTP/1.1" 200 552 0.033694 10.0.0.141 - - [2025-05-15 02:10:35] "GET /virtual-machine/5fa17762-cea8-448b-9ef6-0da6499def66 HTTP/1.1" 200 1297 0.057930 10.0.0.141 - - [2025-05-15 02:10:35] "GET /virtual-machine-interface/02e32e6e-1a26-4916-8e22-42cab65cc323 HTTP/1.1" 200 2962 0.007723 10.0.0.141 - - [2025-05-15 02:10:35] "POST /instance-ips HTTP/1.1" 400 246 0.030402 10.0.0.141 - - [2025-05-15 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.141 - - [2025-05-15 02:10:35] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003624 10.0.0.141 - - [2025-05-15 02:10:35] "POST /chown HTTP/1.1" 200 109 0.008650 10.0.0.141 - - [2025-05-15 02:10:35] "GET /virtual-networks?parent_id=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003360 10.0.0.141 - - [2025-05-15 02:10:35] "GET /virtual-network/747225cc-34b6-4e17-8f06-95bbf4018461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006022 10.0.0.141 - - [2025-05-15 02:10:35] "PUT /virtual-machine-interface/c23e40e4-2e2d-49ee-a912-56416616e8c0 HTTP/1.1" 200 285 0.015974 10.0.0.141 - - [2025-05-15 02:10:35] "PUT /instance-ip/b9b68e4e-5e50-4a97-8b8e-b491c3570159 HTTP/1.1" 200 257 0.015557 10.0.0.141 - - [2025-05-15 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.011643 10.0.0.141 - - [2025-05-15 02:10:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.106828 10.0.0.141 - - [2025-05-15 02:10:35] "POST /chown HTTP/1.1" 200 109 0.008236 10.0.0.141 - - [2025-05-15 02:10:36] "POST /instance-ips HTTP/1.1" 200 550 0.058595 10.0.0.141 - - [2025-05-15 02:10:36] "POST /instance-ips HTTP/1.1" 400 316 0.025187 10.0.0.141 - - [2025-05-15 02:10:36] "POST /chown HTTP/1.1" 200 109 0.011040 10.0.0.141 - - [2025-05-15 02:10:36] "PUT /virtual-machine-interface/61d08a1a-9c19-4c34-ba3d-c591fd2abd20 HTTP/1.1" 200 285 0.012000 10.0.0.141 - - [2025-05-15 02:10:36] "PUT /instance-ip/6748fa51-37cb-4e4d-8a6e-a408d4dc02e2 HTTP/1.1" 200 257 0.014141 10.0.0.141 - - [2025-05-15 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.014697 10.0.0.141 - - [2025-05-15 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.016954 10.0.0.141 - - [2025-05-15 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.026441 10.0.0.141 - - [2025-05-15 02:10:36] "PUT /routing-instance/f7af686f-81dd-4ff4-a37b-848bc2e4824e HTTP/1.1" 200 267 0.018086 10.0.0.141 - - [2025-05-15 02:10:36] "POST /virtual-machines HTTP/1.1" 200 554 0.016741 10.0.0.141 - - [2025-05-15 02:10:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093251 10.0.0.141 - - [2025-05-15 02:10:36] "POST /chown HTTP/1.1" 200 109 0.008983 10.0.0.141 - - [2025-05-15 02:10:36] "POST /instance-ips HTTP/1.1" 400 246 0.019935 10.0.0.141 - - [2025-05-15 02:10:36] "POST /chown HTTP/1.1" 200 109 0.011371 10.0.0.141 - - [2025-05-15 02:10:36] "PUT /virtual-machine-interface/d551daa0-e84d-487a-b430-6b7459a7b6e3 HTTP/1.1" 200 285 0.015000 10.0.0.141 - - [2025-05-15 02:10:36] "PUT /instance-ip/b9b68e4e-5e50-4a97-8b8e-b491c3570159 HTTP/1.1" 200 257 0.019477 10.0.0.141 - - [2025-05-15 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.019719 10.0.0.141 - - [2025-05-15 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.013113 10.0.0.141 - - [2025-05-15 02:10:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.129408 10.0.0.141 - - [2025-05-15 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.016732 10.0.0.141 - - [2025-05-15 02:10:37] "PUT /routing-instance/f7af686f-81dd-4ff4-a37b-848bc2e4824e HTTP/1.1" 200 267 0.009186 10.0.0.141 - - [2025-05-15 02:10:37] "POST /chown HTTP/1.1" 200 109 0.011963 10.0.0.141 - - [2025-05-15 02:10:37] "POST /instance-ips HTTP/1.1" 400 316 0.014751 10.0.0.141 - - [2025-05-15 02:10:37] "POST /chown HTTP/1.1" 200 109 0.006904 10.0.0.141 - - [2025-05-15 02:10:37] "PUT /virtual-machine-interface/b37492ad-0c6e-4b9b-9bb8-75855f6f5452 HTTP/1.1" 200 285 0.013175 10.0.0.141 - - [2025-05-15 02:10:37] "PUT /instance-ip/6748fa51-37cb-4e4d-8a6e-a408d4dc02e2 HTTP/1.1" 200 257 0.038431 10.0.0.141 - - [2025-05-15 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.019714 10.0.0.141 - - [2025-05-15 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.028348 10.0.0.141 - - [2025-05-15 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.041591 10.0.0.141 - - [2025-05-15 02:10:37] "PUT /routing-instance/f7af686f-81dd-4ff4-a37b-848bc2e4824e HTTP/1.1" 200 267 0.037326 10.0.0.141 - - [2025-05-15 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.141 - - [2025-05-15 02:10:38] "GET /virtual-network/747225cc-34b6-4e17-8f06-95bbf4018461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007288 10.0.0.141 - - [2025-05-15 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.141 - - [2025-05-15 02:10:42] "GET /virtual-network/747225cc-34b6-4e17-8f06-95bbf4018461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005634 10.0.0.141 - - [2025-05-15 02:10:43] "POST /neutron/port HTTP/1.1" 200 1092 0.014279 10.0.0.141 - - [2025-05-15 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005731 10.0.0.141 - - [2025-05-15 02:10:44] "POST /neutron/port HTTP/1.1" 200 1090 0.014855 10.0.0.141 - - [2025-05-15 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006586 10.0.0.141 - - [2025-05-15 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.141 - - [2025-05-15 02:10:44] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003121 10.0.0.141 - - [2025-05-15 02:10:45] "GET /virtual-networks?parent_id=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003266 10.0.0.141 - - [2025-05-15 02:10:45] "GET /virtual-network/747225cc-34b6-4e17-8f06-95bbf4018461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006492 10.0.0.141 - - [2025-05-15 02:10:45] "POST /neutron/port HTTP/1.1" 200 1090 0.015944 10.0.0.141 - - [2025-05-15 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008081 10.0.0.141 - - [2025-05-15 02:10:45] "POST /neutron/port HTTP/1.1" 200 1090 0.013194 10.0.0.141 - - [2025-05-15 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006103 10.0.0.141 - - [2025-05-15 02:10:45] "POST /neutron/port HTTP/1.1" 200 1090 0.013407 10.0.0.141 - - [2025-05-15 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005915 10.0.0.141 - - [2025-05-15 02:10:45] "GET /virtual-machine/6c8c2efb-3457-4ce8-a8c0-2850225569c1 HTTP/1.1" 200 1297 0.004879 10.0.0.141 - - [2025-05-15 02:10:45] "GET /virtual-machine-interface/62d5316b-a049-4fc8-8381-6ac60d26d296 HTTP/1.1" 200 2974 0.004885 10.0.0.141 - - [2025-05-15 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.141 - - [2025-05-15 02:10:45] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003551 10.0.0.141 - - [2025-05-15 02:10:45] "GET /virtual-networks?parent_id=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003979 10.0.0.141 - - [2025-05-15 02:10:45] "GET /virtual-network/a2a583ba-7c41-4052-976e-50941facb258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006590 10.0.0.141 - - [2025-05-15 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.141 - - [2025-05-15 02:10:46] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003947 10.0.0.141 - - [2025-05-15 02:10:46] "GET /virtual-networks?parent_id=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003120 10.0.0.141 - - [2025-05-15 02:10:46] "GET /virtual-network/a2a583ba-7c41-4052-976e-50941facb258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005196 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/router HTTP/1.1" 200 656 0.004288 10.0.0.141 - - [2025-05-15 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.012100 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/router HTTP/1.1" 200 344 0.103536 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/router HTTP/1.1" 200 656 0.005251 10.0.0.141 - - [2025-05-15 02:10:51] "GET /logical-router/13c27b49-4d07-44e1-b062-05e2a0efb00f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.003249 10.0.0.141 - - [2025-05-15 02:10:51] "GET /service-instance/925e2536-0df9-4e34-bf42-b36ebb6fdb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.003680 10.0.0.141 - - [2025-05-15 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/router HTTP/1.1" 200 151 0.051427 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /route-target/7f0df64a-6de8-4094-8968-207f2ea90326 HTTP/1.1" 409 240 0.006027 10.0.0.141 - - [2025-05-15 02:10:51] "PUT /logical-router/13c27b49-4d07-44e1-b062-05e2a0efb00f HTTP/1.1" 404 171 0.003823 10.0.0.141 - - [2025-05-15 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /route-table/b76cf77e-0552-43c7-b3dd-3c4a8568e671 HTTP/1.1" 200 115 0.032034 10.0.0.141 - - [2025-05-15 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.141 - - [2025-05-15 02:10:51] "PUT /routing-instance/f7af686f-81dd-4ff4-a37b-848bc2e4824e HTTP/1.1" 200 267 0.011093 10.0.0.141 - - [2025-05-15 02:10:51] "GET /virtual-network/9bd2fc1c-b13c-4322-84b6-6786e59f7f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005665 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/network HTTP/1.1" 200 833 0.011440 10.0.0.141 - - [2025-05-15 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.015031 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/network HTTP/1.1" 400 204 0.041677 10.0.0.141 - - [2025-05-15 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /instance-ip/6748fa51-37cb-4e4d-8a6e-a408d4dc02e2 HTTP/1.1" 200 115 0.031262 10.0.0.141 - - [2025-05-15 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006061 10.0.0.141 - - [2025-05-15 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003043 10.0.0.141 - - [2025-05-15 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003283 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /virtual-network/9bd2fc1c-b13c-4322-84b6-6786e59f7f58 HTTP/1.1" 200 115 0.128713 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /route-target/ee512384-0f8d-4e9f-a8d2-aed27ee3444f HTTP/1.1" 200 115 0.022867 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /service-instance/925e2536-0df9-4e34-bf42-b36ebb6fdb47 HTTP/1.1" 200 115 0.028401 10.0.0.141 - - [2025-05-15 02:10:51] "GET /logical-router/13c27b49-4d07-44e1-b062-05e2a0efb00f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003802 10.0.0.141 - - [2025-05-15 02:10:51] "GET /service-instance/925e2536-0df9-4e34-bf42-b36ebb6fdb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003552 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/port HTTP/1.1" 200 1090 0.013979 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/port HTTP/1.1" 200 1116 0.012931 10.0.0.141 - - [2025-05-15 02:10:51] "GET /virtual-machine-interface/b37492ad-0c6e-4b9b-9bb8-75855f6f5452?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.012430 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/port HTTP/1.1" 200 1092 0.025231 10.0.0.141 - - [2025-05-15 02:10:51] "POST /neutron/port HTTP/1.1" 200 1118 0.010849 10.0.0.141 - - [2025-05-15 02:10:51] "DELETE /virtual-machine-interface/b37492ad-0c6e-4b9b-9bb8-75855f6f5452 HTTP/1.1" 200 115 0.060955 10.0.0.141 - - [2025-05-15 02:10:52] "GET /virtual-machine-interface/d551daa0-e84d-487a-b430-6b7459a7b6e3?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.008131 10.0.0.141 - - [2025-05-15 02:10:52] "POST /neutron/port HTTP/1.1" 200 151 0.175669 10.0.0.141 - - [2025-05-15 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.015681 10.0.0.141 - - [2025-05-15 02:10:52] "GET /instance-ip/b9b68e4e-5e50-4a97-8b8e-b491c3570159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004349 10.0.0.141 - - [2025-05-15 02:10:52] "POST /neutron/port HTTP/1.1" 200 151 0.143709 10.0.0.141 - - [2025-05-15 02:10:52] "DELETE /virtual-machine-interface/d551daa0-e84d-487a-b430-6b7459a7b6e3 HTTP/1.1" 200 115 0.035512 10.0.0.141 - - [2025-05-15 02:10:52] "DELETE /virtual-machine/a5f05d92-11a4-4c3f-8468-cf33b67bfb39 HTTP/1.1" 200 115 0.016753 10.0.0.141 - - [2025-05-15 02:10:52] "GET /virtual-machine-interface/61d08a1a-9c19-4c34-ba3d-c591fd2abd20?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.007932 10.0.0.141 - - [2025-05-15 02:10:52] "DELETE /virtual-machine-interface/61d08a1a-9c19-4c34-ba3d-c591fd2abd20 HTTP/1.1" 200 115 0.032180 10.0.0.141 - - [2025-05-15 02:10:52] "GET /virtual-machine-interface/c23e40e4-2e2d-49ee-a912-56416616e8c0?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.005695 10.0.0.141 - - [2025-05-15 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.012100 10.0.0.141 - - [2025-05-15 02:10:52] "GET /instance-ip/b9b68e4e-5e50-4a97-8b8e-b491c3570159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005459 10.0.0.141 - - [2025-05-15 02:10:52] "DELETE /instance-ip/b9b68e4e-5e50-4a97-8b8e-b491c3570159 HTTP/1.1" 200 115 0.026059 10.0.0.141 - - [2025-05-15 02:10:52] "DELETE /virtual-machine-interface/c23e40e4-2e2d-49ee-a912-56416616e8c0 HTTP/1.1" 200 115 0.034459 10.0.0.141 - - [2025-05-15 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.141 - - [2025-05-15 02:10:52] "DELETE /virtual-machine/08db798e-0ecd-4aa2-9f8a-7b1e3c46e022 HTTP/1.1" 200 115 0.020351 10.0.0.141 - - [2025-05-15 02:10:53] "POST /neutron/network HTTP/1.1" 200 833 0.006100 10.0.0.141 - - [2025-05-15 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004192 10.0.0.141 - - [2025-05-15 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.141 - - [2025-05-15 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.141 - - [2025-05-15 02:10:53] "POST /neutron/network HTTP/1.1" 200 151 0.089074 10.0.0.141 - - [2025-05-15 02:10:53] "DELETE /route-target/f2301cdf-2351-4fe6-82f4-f49b0930a847 HTTP/1.1" 200 115 0.016197 10.0.0.141 - - [2025-05-15 02:10:53] "POST /neutron/network HTTP/1.1" 200 828 0.006575 10.0.0.141 - - [2025-05-15 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.141 - - [2025-05-15 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.141 - - [2025-05-15 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003031 10.0.0.141 - - [2025-05-15 02:10:53] "POST /neutron/network HTTP/1.1" 200 151 0.090790 10.0.0.141 - - [2025-05-15 02:10:53] "DELETE /route-target/92f5873c-e367-4bfc-b0a8-fca07f4fb813 HTTP/1.1" 200 115 0.017261 10.0.0.141 - - [2025-05-15 02:10:53] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001260 10.0.0.141 - - [2025-05-15 02:10:53] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.030674 10.0.0.141 - - [2025-05-15 02:10:53] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001069 10.0.0.141 - - [2025-05-15 02:10:54] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?fields=virtual_networks HTTP/1.1" 200 1041 0.070853 10.0.0.141 - - [2025-05-15 02:10:54] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001628 10.0.0.141 - - [2025-05-15 02:10:54] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.029638 10.0.0.141 - - [2025-05-15 02:10:54] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.141 - - [2025-05-15 02:10:54] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?fields=security_groups HTTP/1.1" 200 1271 0.024530 10.0.0.141 - - [2025-05-15 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.025895 10.0.0.141 - - [2025-05-15 02:10:54] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002630 10.0.0.141 - - [2025-05-15 02:10:55] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.141 - - [2025-05-15 02:10:55] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007827 10.0.0.141 - - [2025-05-15 02:10:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.002434 10.0.0.141 - - [2025-05-15 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002372 10.0.0.141 - - [2025-05-15 02:10:55] "POST /security-groups HTTP/1.1" 200 599 0.066256 10.0.0.141 - - [2025-05-15 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002742 10.0.0.141 - - [2025-05-15 02:10:55] "POST /projects HTTP/1.1" 200 601 0.222413 10.0.0.141 - - [2025-05-15 02:10:55] "POST /access-control-lists HTTP/1.1" 200 606 0.062967 10.0.0.141 - - [2025-05-15 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.296298 10.0.0.141 - - [2025-05-15 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.002869 10.0.0.141 - - [2025-05-15 02:10:55] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.421671 10.0.0.141 - - [2025-05-15 02:10:55] "POST /access-control-lists HTTP/1.1" 200 604 0.064257 10.0.0.141 - - [2025-05-15 02:10:56] "GET / HTTP/1.1" 200 36215 0.002107 10.0.0.141 - - [2025-05-15 02:10:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.141 - - [2025-05-15 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.052992 10.0.0.141 - - [2025-05-15 02:10:57] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.141 - - [2025-05-15 02:10:57] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028710 10.0.0.141 - - [2025-05-15 02:10:57] "POST /neutron/network HTTP/1.1" 200 117 0.028993 10.0.0.141 - - [2025-05-15 02:10:57] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001546 10.0.0.141 - - [2025-05-15 02:10:57] "POST /neutron/network HTTP/1.1" 200 613 0.086353 10.0.0.141 - - [2025-05-15 02:10:57] "POST /route-targets HTTP/1.1" 200 328 0.018568 10.0.0.141 - - [2025-05-15 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.013681 10.0.0.141 - - [2025-05-15 02:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.141 - - [2025-05-15 02:10:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.189117 10.0.0.141 - - [2025-05-15 02:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.192782 10.0.0.141 - - [2025-05-15 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.028413 10.0.0.141 - - [2025-05-15 02:10:58] "GET /virtual-network/12385784-ff4b-4961-a338-b4a355ad00bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.026020 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/network HTTP/1.1" 200 1008 0.006904 10.0.0.141 - - [2025-05-15 02:10:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001165 10.0.0.141 - - [2025-05-15 02:10:58] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004693 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/network HTTP/1.1" 200 1008 0.007767 10.0.0.141 - - [2025-05-15 02:10:58] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004750 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/network HTTP/1.1" 200 1008 0.007558 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.007105 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.007776 10.0.0.141 - - [2025-05-15 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.141 - - [2025-05-15 02:10:58] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.141 - - [2025-05-15 02:10:58] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.021843 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/network HTTP/1.1" 200 117 0.008863 10.0.0.141 - - [2025-05-15 02:10:58] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/network HTTP/1.1" 200 613 0.072621 10.0.0.141 - - [2025-05-15 02:10:58] "POST /route-targets HTTP/1.1" 200 328 0.012402 10.0.0.141 - - [2025-05-15 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.017385 10.0.0.141 - - [2025-05-15 02:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003417 10.0.0.141 - - [2025-05-15 02:10:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.153107 10.0.0.141 - - [2025-05-15 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005811 10.0.0.141 - - [2025-05-15 02:10:58] "GET /virtual-network/12385784-ff4b-4961-a338-b4a355ad00bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004622 10.0.0.141 - - [2025-05-15 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006275 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.220837 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1006 0.007587 10.0.0.141 - - [2025-05-15 02:10:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.002047 10.0.0.141 - - [2025-05-15 02:10:59] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005648 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1006 0.010311 10.0.0.141 - - [2025-05-15 02:10:59] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010592 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1006 0.009716 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.009828 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.010786 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.003401 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.141 - - [2025-05-15 02:10:59] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.141 - - [2025-05-15 02:10:59] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.033614 10.0.0.141 - - [2025-05-15 02:10:59] "POST /network-policys HTTP/1.1" 200 579 0.064212 10.0.0.141 - - [2025-05-15 02:10:59] "GET /network-policy/43991cf2-4457-4d5b-95d0-c4a442e8b8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005456 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1008 0.008173 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.003034 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1116 0.043995 10.0.0.141 - - [2025-05-15 02:10:59] "GET /virtual-network/12385784-ff4b-4961-a338-b4a355ad00bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006315 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1116 0.007064 10.0.0.141 - - [2025-05-15 02:10:59] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.038759 10.0.0.141 - - [2025-05-15 02:10:59] "POST /access-control-lists HTTP/1.1" 200 598 0.077526 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013985 10.0.0.141 - - [2025-05-15 02:10:59] "GET /network-policy/43991cf2-4457-4d5b-95d0-c4a442e8b8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005378 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1006 0.008748 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.004638 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.141 - - [2025-05-15 02:10:59] "GET /virtual-network/12385784-ff4b-4961-a338-b4a355ad00bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.009902 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1114 0.056962 10.0.0.141 - - [2025-05-15 02:10:59] "POST /access-control-lists HTTP/1.1" 200 598 0.077772 10.0.0.141 - - [2025-05-15 02:10:59] "POST /neutron/network HTTP/1.1" 200 1114 0.048805 10.0.0.141 - - [2025-05-15 02:10:59] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007215 10.0.0.141 - - [2025-05-15 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.141 - - [2025-05-15 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.011475 10.0.0.141 - - [2025-05-15 02:11:00] "GET /network-policy/43991cf2-4457-4d5b-95d0-c4a442e8b8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005012 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domains HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2025-05-15 02:11:00] "PUT /access-control-list/4b2e4ec8-c85d-4732-bd24-3dd0fe9c6b2d HTTP/1.1" 200 273 0.054429 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domains HTTP/1.1" 200 281 0.023645 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3163 0.008060 10.0.0.141 - - [2025-05-15 02:11:00] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.141 - - [2025-05-15 02:11:00] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 2633 0.073526 10.0.0.141 - - [2025-05-15 02:11:00] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895 HTTP/1.1" 200 3517 0.006354 10.0.0.141 - - [2025-05-15 02:11:00] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895 HTTP/1.1" 200 3517 0.004554 10.0.0.141 - - [2025-05-15 02:11:00] "GET /routing-instance/abf0dbd1-28f8-46b9-846c-af2b273f45fc HTTP/1.1" 200 1799 0.003866 10.0.0.141 - - [2025-05-15 02:11:00] "GET /routing-instance/abf0dbd1-28f8-46b9-846c-af2b273f45fc HTTP/1.1" 200 1799 0.003092 10.0.0.141 - - [2025-05-15 02:11:00] "GET /route-target/ee73a7e6-e511-46d4-bdef-b01d87989cce HTTP/1.1" 200 1215 0.002862 10.0.0.141 - - [2025-05-15 02:11:00] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895 HTTP/1.1" 200 3517 0.005317 10.0.0.141 - - [2025-05-15 02:11:00] "GET /routing-instance/abf0dbd1-28f8-46b9-846c-af2b273f45fc HTTP/1.1" 200 1799 0.003381 10.0.0.141 - - [2025-05-15 02:11:00] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.004795 10.0.0.141 - - [2025-05-15 02:11:00] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895 HTTP/1.1" 200 3517 0.006901 10.0.0.141 - - [2025-05-15 02:11:00] "GET /routing-instance/abf0dbd1-28f8-46b9-846c-af2b273f45fc HTTP/1.1" 200 1799 0.003493 10.0.0.141 - - [2025-05-15 02:11:00] "GET /routing-instance/abf0dbd1-28f8-46b9-846c-af2b273f45fc HTTP/1.1" 200 1799 0.003844 10.0.0.141 - - [2025-05-15 02:11:00] "GET /route-target/ee73a7e6-e511-46d4-bdef-b01d87989cce HTTP/1.1" 200 1215 0.004138 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domains HTTP/1.1" 200 281 0.002682 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.141 - - [2025-05-15 02:11:00] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3163 0.007757 10.0.0.141 - - [2025-05-15 02:11:00] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.141 - - [2025-05-15 02:11:00] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 2633 0.072069 10.0.0.141 - - [2025-05-15 02:11:00] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895 HTTP/1.1" 200 3517 0.009230 10.0.0.141 - - [2025-05-15 02:11:01] "GET /obj-perms HTTP/1.1" 200 5065 0.062053 10.0.0.141 - - [2025-05-15 02:11:01] "GET /domains HTTP/1.1" 200 281 0.003027 10.0.0.141 - - [2025-05-15 02:11:01] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.141 - - [2025-05-15 02:11:01] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3163 0.007930 10.0.0.141 - - [2025-05-15 02:11:01] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.141 - - [2025-05-15 02:11:01] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 2633 0.069868 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99 HTTP/1.1" 200 3512 0.007409 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99 HTTP/1.1" 200 3512 0.005062 10.0.0.141 - - [2025-05-15 02:11:01] "GET /routing-instance/c6f05651-b1e5-44cd-bf66-29601797b6e4 HTTP/1.1" 200 1800 0.004284 10.0.0.141 - - [2025-05-15 02:11:01] "GET /routing-instance/c6f05651-b1e5-44cd-bf66-29601797b6e4 HTTP/1.1" 200 1800 0.003622 10.0.0.141 - - [2025-05-15 02:11:01] "GET /route-target/24de37b9-aeeb-4301-a45f-bd1cf8c6efaf HTTP/1.1" 200 1214 0.004034 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99 HTTP/1.1" 200 3512 0.004845 10.0.0.141 - - [2025-05-15 02:11:01] "GET /routing-instance/c6f05651-b1e5-44cd-bf66-29601797b6e4 HTTP/1.1" 200 1800 0.003939 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004992 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99 HTTP/1.1" 200 3512 0.005825 10.0.0.141 - - [2025-05-15 02:11:01] "GET /routing-instance/c6f05651-b1e5-44cd-bf66-29601797b6e4 HTTP/1.1" 200 1800 0.003917 10.0.0.141 - - [2025-05-15 02:11:01] "GET /routing-instance/c6f05651-b1e5-44cd-bf66-29601797b6e4 HTTP/1.1" 200 1800 0.003558 10.0.0.141 - - [2025-05-15 02:11:01] "GET /route-target/24de37b9-aeeb-4301-a45f-bd1cf8c6efaf HTTP/1.1" 200 1214 0.004699 10.0.0.141 - - [2025-05-15 02:11:01] "GET /domains HTTP/1.1" 200 281 0.002980 10.0.0.141 - - [2025-05-15 02:11:01] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.141 - - [2025-05-15 02:11:01] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3163 0.007698 10.0.0.141 - - [2025-05-15 02:11:01] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.141 - - [2025-05-15 02:11:01] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 2633 0.067791 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99 HTTP/1.1" 200 3512 0.005191 10.0.0.141 - - [2025-05-15 02:11:01] "GET /obj-perms HTTP/1.1" 200 5065 0.003498 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005934 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1114 0.007169 10.0.0.141 - - [2025-05-15 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009444 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/12385784-ff4b-4961-a338-b4a355ad00bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005576 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1006 0.058133 10.0.0.141 - - [2025-05-15 02:11:01] "DELETE /access-control-list/eb27c4b2-19cb-401c-be7f-adb521ffb9b0 HTTP/1.1" 200 115 0.048145 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1006 0.010495 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/fe67ad03-2b20-4c17-ba29-6f6a51c8de99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005362 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006451 10.0.0.141 - - [2025-05-15 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.026472 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1116 0.009273 10.0.0.141 - - [2025-05-15 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005936 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/12385784-ff4b-4961-a338-b4a355ad00bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005085 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1008 0.048041 10.0.0.141 - - [2025-05-15 02:11:01] "DELETE /access-control-list/4b2e4ec8-c85d-4732-bd24-3dd0fe9c6b2d HTTP/1.1" 200 115 0.034967 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1008 0.008430 10.0.0.141 - - [2025-05-15 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.017004 10.0.0.141 - - [2025-05-15 02:11:01] "GET /virtual-network/4c2f0616-8529-4e1c-9100-25a6211fc895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.010344 10.0.0.141 - - [2025-05-15 02:11:01] "DELETE /network-policy/43991cf2-4457-4d5b-95d0-c4a442e8b8e8 HTTP/1.1" 200 115 0.024983 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 1006 0.007623 10.0.0.141 - - [2025-05-15 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.141 - - [2025-05-15 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004268 10.0.0.141 - - [2025-05-15 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.141 - - [2025-05-15 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.141 - - [2025-05-15 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.141 - - [2025-05-15 02:11:01] "POST /neutron/network HTTP/1.1" 200 151 0.116015 10.0.0.141 - - [2025-05-15 02:11:01] "DELETE /route-target/24de37b9-aeeb-4301-a45f-bd1cf8c6efaf HTTP/1.1" 200 115 0.036428 10.0.0.141 - - [2025-05-15 02:11:02] "GET /routing-instance/c6f05651-b1e5-44cd-bf66-29601797b6e4 HTTP/1.1" 404 171 0.003815 10.0.0.141 - - [2025-05-15 02:11:02] "GET /domains HTTP/1.1" 200 281 0.003500 10.0.0.141 - - [2025-05-15 02:11:02] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001728 10.0.0.141 - - [2025-05-15 02:11:02] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3163 0.011217 10.0.0.141 - - [2025-05-15 02:11:02] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002444 10.0.0.141 - - [2025-05-15 02:11:02] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 2151 0.073149 10.0.0.141 - - [2025-05-15 02:11:02] "POST /neutron/network HTTP/1.1" 200 1008 0.008563 10.0.0.141 - - [2025-05-15 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.141 - - [2025-05-15 02:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.141 - - [2025-05-15 02:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004284 10.0.0.141 - - [2025-05-15 02:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003362 10.0.0.141 - - [2025-05-15 02:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.141 - - [2025-05-15 02:11:02] "POST /neutron/network HTTP/1.1" 200 151 0.110659 10.0.0.141 - - [2025-05-15 02:11:02] "DELETE /route-target/ee73a7e6-e511-46d4-bdef-b01d87989cce HTTP/1.1" 200 115 0.031938 10.0.0.141 - - [2025-05-15 02:11:02] "GET /routing-instance/abf0dbd1-28f8-46b9-846c-af2b273f45fc HTTP/1.1" 404 171 0.002650 10.0.0.141 - - [2025-05-15 02:11:02] "GET /domains HTTP/1.1" 200 281 0.002884 10.0.0.141 - - [2025-05-15 02:11:02] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.141 - - [2025-05-15 02:11:02] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3163 0.051976 10.0.0.141 - - [2025-05-15 02:11:02] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002455 10.0.0.141 - - [2025-05-15 02:11:02] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 1905 0.072364 10.0.0.141 - - [2025-05-15 02:11:02] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.141 - - [2025-05-15 02:11:02] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.024736 10.0.0.141 - - [2025-05-15 02:11:02] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001645 10.0.0.141 - - [2025-05-15 02:11:02] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?fields=virtual_networks HTTP/1.1" 200 1050 0.067919 10.0.0.141 - - [2025-05-15 02:11:02] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.141 - - [2025-05-15 02:11:02] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.026927 10.0.0.141 - - [2025-05-15 02:11:02] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001607 10.0.0.141 - - [2025-05-15 02:11:02] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?fields=security_groups HTTP/1.1" 200 1285 0.036760 10.0.0.141 - - [2025-05-15 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.023270 10.0.0.141 - - [2025-05-15 02:11:03] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002997 10.0.0.141 - - [2025-05-15 02:11:03] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001796 10.0.0.141 - - [2025-05-15 02:11:03] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010433 10.0.0.141 - - [2025-05-15 02:11:03] "POST /id-to-fqname HTTP/1.1" 200 192 0.001375 10.0.0.141 - - [2025-05-15 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.003627 10.0.0.141 - - [2025-05-15 02:11:04] "POST /security-groups HTTP/1.1" 200 593 0.063518 10.0.0.141 - - [2025-05-15 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.002837 10.0.0.141 - - [2025-05-15 02:11:04] "POST /projects HTTP/1.1" 200 589 0.230188 10.0.0.141 - - [2025-05-15 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.300606 10.0.0.141 - - [2025-05-15 02:11:04] "POST /access-control-lists HTTP/1.1" 200 600 0.059588 10.0.0.141 - - [2025-05-15 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.003001 10.0.0.141 - - [2025-05-15 02:11:04] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.430676 10.0.0.141 - - [2025-05-15 02:11:04] "POST /access-control-lists HTTP/1.1" 200 598 0.060254 10.0.0.141 - - [2025-05-15 02:11:05] "GET / HTTP/1.1" 200 36215 0.003116 10.0.0.141 - - [2025-05-15 02:11:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.141 - - [2025-05-15 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.060961 10.0.0.141 - - [2025-05-15 02:11:06] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.141 - - [2025-05-15 02:11:06] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025839 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/network HTTP/1.1" 200 117 0.031510 10.0.0.141 - - [2025-05-15 02:11:06] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001734 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/network HTTP/1.1" 200 607 0.079565 10.0.0.141 - - [2025-05-15 02:11:06] "POST /route-targets HTTP/1.1" 200 328 0.011151 10.0.0.141 - - [2025-05-15 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.010380 10.0.0.141 - - [2025-05-15 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005438 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.205599 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/network HTTP/1.1" 200 825 0.006454 10.0.0.141 - - [2025-05-15 02:11:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001350 10.0.0.141 - - [2025-05-15 02:11:06] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005844 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/network HTTP/1.1" 200 825 0.007110 10.0.0.141 - - [2025-05-15 02:11:06] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005561 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/network HTTP/1.1" 200 825 0.006046 10.0.0.141 - - [2025-05-15 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.007035 10.0.0.141 - - [2025-05-15 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.141 - - [2025-05-15 02:11:06] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.141 - - [2025-05-15 02:11:06] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023268 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 117 0.009214 10.0.0.141 - - [2025-05-15 02:11:07] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 607 0.068083 10.0.0.141 - - [2025-05-15 02:11:07] "POST /route-targets HTTP/1.1" 200 328 0.019048 10.0.0.141 - - [2025-05-15 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.016726 10.0.0.141 - - [2025-05-15 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.174833 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 826 0.005427 10.0.0.141 - - [2025-05-15 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001174 10.0.0.141 - - [2025-05-15 02:11:07] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004679 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 826 0.005660 10.0.0.141 - - [2025-05-15 02:11:07] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004891 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 826 0.006656 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.007425 10.0.0.141 - - [2025-05-15 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002676 10.0.0.141 - - [2025-05-15 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-05-15 02:11:07] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001211 10.0.0.141 - - [2025-05-15 02:11:07] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024625 10.0.0.141 - - [2025-05-15 02:11:07] "POST /network-policys HTTP/1.1" 200 573 0.021180 10.0.0.141 - - [2025-05-15 02:11:07] "GET /network-policy/c7ac4981-f256-4edd-816e-44f325f5fb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004966 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 825 0.006413 10.0.0.141 - - [2025-05-15 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.060920 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 927 0.102695 10.0.0.141 - - [2025-05-15 02:11:07] "POST /neutron/network HTTP/1.1" 200 927 0.043822 10.0.0.141 - - [2025-05-15 02:11:07] "POST /access-control-lists HTTP/1.1" 200 592 0.068126 10.0.0.141 - - [2025-05-15 02:11:07] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004778 10.0.0.141 - - [2025-05-15 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.141 - - [2025-05-15 02:11:08] "GET /network-policy/c7ac4981-f256-4edd-816e-44f325f5fb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004388 10.0.0.141 - - [2025-05-15 02:11:08] "POST /neutron/network HTTP/1.1" 200 826 0.005685 10.0.0.141 - - [2025-05-15 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.004078 10.0.0.141 - - [2025-05-15 02:11:08] "POST /neutron/network HTTP/1.1" 200 928 0.038769 10.0.0.141 - - [2025-05-15 02:11:08] "POST /neutron/network HTTP/1.1" 200 928 0.042349 10.0.0.141 - - [2025-05-15 02:11:08] "POST /access-control-lists HTTP/1.1" 200 592 0.064425 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004654 10.0.0.141 - - [2025-05-15 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.141 - - [2025-05-15 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009713 10.0.0.141 - - [2025-05-15 02:11:08] "GET /network-policy/c7ac4981-f256-4edd-816e-44f325f5fb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003199 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domains HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2025-05-15 02:11:08] "PUT /access-control-list/076f10ed-6eed-4130-bd70-8903fa534d4f HTTP/1.1" 200 273 0.054855 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domains HTTP/1.1" 200 281 0.024813 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3352 0.010091 10.0.0.141 - - [2025-05-15 02:11:08] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.141 - - [2025-05-15 02:11:08] "GET /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 2580 0.076329 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3 HTTP/1.1" 200 2894 0.007011 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3 HTTP/1.1" 200 2894 0.006067 10.0.0.141 - - [2025-05-15 02:11:08] "GET /routing-instance/4d981b94-6f62-4375-9496-e2c027510d52 HTTP/1.1" 200 1787 0.004210 10.0.0.141 - - [2025-05-15 02:11:08] "GET /routing-instance/4d981b94-6f62-4375-9496-e2c027510d52 HTTP/1.1" 200 1787 0.003574 10.0.0.141 - - [2025-05-15 02:11:08] "GET /route-target/6e84c51f-b7c2-412b-a1f6-e9da395257a6 HTTP/1.1" 200 1208 0.003489 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3 HTTP/1.1" 200 2894 0.005038 10.0.0.141 - - [2025-05-15 02:11:08] "GET /routing-instance/4d981b94-6f62-4375-9496-e2c027510d52 HTTP/1.1" 200 1787 0.003402 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004620 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3 HTTP/1.1" 200 2894 0.004544 10.0.0.141 - - [2025-05-15 02:11:08] "GET /routing-instance/4d981b94-6f62-4375-9496-e2c027510d52 HTTP/1.1" 200 1787 0.003829 10.0.0.141 - - [2025-05-15 02:11:08] "GET /routing-instance/4d981b94-6f62-4375-9496-e2c027510d52 HTTP/1.1" 200 1787 0.003202 10.0.0.141 - - [2025-05-15 02:11:08] "GET /route-target/6e84c51f-b7c2-412b-a1f6-e9da395257a6 HTTP/1.1" 200 1208 0.003377 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domains HTTP/1.1" 200 281 0.002803 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.141 - - [2025-05-15 02:11:08] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3352 0.007991 10.0.0.141 - - [2025-05-15 02:11:08] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001271 10.0.0.141 - - [2025-05-15 02:11:08] "GET /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 2580 0.075294 10.0.0.141 - - [2025-05-15 02:11:08] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3 HTTP/1.1" 200 2894 0.005160 10.0.0.141 - - [2025-05-15 02:11:09] "GET /obj-perms HTTP/1.1" 200 5053 0.051827 10.0.0.141 - - [2025-05-15 02:11:09] "GET /domains HTTP/1.1" 200 281 0.002865 10.0.0.141 - - [2025-05-15 02:11:09] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.141 - - [2025-05-15 02:11:09] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3352 0.008267 10.0.0.141 - - [2025-05-15 02:11:09] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002720 10.0.0.141 - - [2025-05-15 02:11:09] "GET /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 2580 0.072167 10.0.0.141 - - [2025-05-15 02:11:09] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e HTTP/1.1" 200 2898 0.007056 10.0.0.141 - - [2025-05-15 02:11:09] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e HTTP/1.1" 200 2898 0.005448 10.0.0.141 - - [2025-05-15 02:11:09] "GET /routing-instance/60721d0d-b0fb-4df3-ba67-64a0bc2de254 HTTP/1.1" 200 1787 0.004223 10.0.0.141 - - [2025-05-15 02:11:09] "GET /routing-instance/60721d0d-b0fb-4df3-ba67-64a0bc2de254 HTTP/1.1" 200 1787 0.003943 10.0.0.141 - - [2025-05-15 02:11:09] "GET /route-target/e27726ae-6738-4b47-826c-f94aaafc94bc HTTP/1.1" 200 1208 0.003857 10.0.0.141 - - [2025-05-15 02:11:09] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e HTTP/1.1" 200 2898 0.005601 10.0.0.141 - - [2025-05-15 02:11:09] "GET /routing-instance/60721d0d-b0fb-4df3-ba67-64a0bc2de254 HTTP/1.1" 200 1787 0.004255 10.0.0.141 - - [2025-05-15 02:11:09] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006227 10.0.0.141 - - [2025-05-15 02:11:09] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e HTTP/1.1" 200 2898 0.005295 10.0.0.141 - - [2025-05-15 02:11:09] "GET /routing-instance/60721d0d-b0fb-4df3-ba67-64a0bc2de254 HTTP/1.1" 200 1787 0.003745 10.0.0.141 - - [2025-05-15 02:11:09] "GET /routing-instance/60721d0d-b0fb-4df3-ba67-64a0bc2de254 HTTP/1.1" 200 1787 0.003803 10.0.0.141 - - [2025-05-15 02:11:09] "GET /route-target/e27726ae-6738-4b47-826c-f94aaafc94bc HTTP/1.1" 200 1208 0.003564 10.0.0.141 - - [2025-05-15 02:11:09] "GET /domains HTTP/1.1" 200 281 0.002889 10.0.0.141 - - [2025-05-15 02:11:09] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.141 - - [2025-05-15 02:11:09] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 3352 0.007905 10.0.0.141 - - [2025-05-15 02:11:09] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.141 - - [2025-05-15 02:11:09] "GET /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 2580 0.067117 10.0.0.141 - - [2025-05-15 02:11:09] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e HTTP/1.1" 200 2898 0.008426 10.0.0.141 - - [2025-05-15 02:11:09] "GET /obj-perms HTTP/1.1" 200 5053 0.003831 10.0.0.141 - - [2025-05-15 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001498 10.0.0.141 - - [2025-05-15 02:11:09] "POST /neutron/network HTTP/1.1" 200 937 0.005586 10.0.0.141 - - [2025-05-15 02:11:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2025-05-15 02:11:10] "GET / HTTP/1.1" 200 36215 0.001843 10.0.0.141 - - [2025-05-15 02:11:10] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.141 - - [2025-05-15 02:11:10] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.141 - - [2025-05-15 02:11:10] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057662 10.0.0.141 - - [2025-05-15 02:11:10] "POST /neutron/network HTTP/1.1" 200 927 0.008178 10.0.0.141 - - [2025-05-15 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005307 10.0.0.141 - - [2025-05-15 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005776 10.0.0.141 - - [2025-05-15 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001331 10.0.0.141 - - [2025-05-15 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005345 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/network HTTP/1.1" 200 938 0.011161 10.0.0.141 - - [2025-05-15 02:11:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000643 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/network HTTP/1.1" 200 937 0.007426 10.0.0.141 - - [2025-05-15 02:11:11] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.141 - - [2025-05-15 02:11:11] "GET / HTTP/1.1" 200 36215 0.006364 10.0.0.141 - - [2025-05-15 02:11:11] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001179 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1061 0.229365 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1061 0.011813 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1061 0.012816 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1115 0.080151 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016259 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.012371 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/network HTTP/1.1" 200 927 0.005623 10.0.0.141 - - [2025-05-15 02:11:11] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.141 - - [2025-05-15 02:11:11] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048743 10.0.0.141 - - [2025-05-15 02:11:11] "POST /neutron/network HTTP/1.1" 200 928 0.006235 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1089 0.020181 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007011 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 117 0.006710 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1089 0.024004 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006643 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/network HTTP/1.1" 200 938 0.006488 10.0.0.141 - - [2025-05-15 02:11:12] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.141 - - [2025-05-15 02:11:12] "PUT /access-control-list/e1aa3d1a-8260-46f9-9530-b60099957d81 HTTP/1.1" 200 273 0.017080 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1062 0.248489 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1062 0.020428 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1062 0.012867 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1116 0.084366 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 1090 0.020420 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.010998 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.141 - - [2025-05-15 02:11:12] "POST /neutron/network HTTP/1.1" 200 928 0.005683 10.0.0.141 - - [2025-05-15 02:11:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016521 10.0.0.141 - - [2025-05-15 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007431 10.0.0.141 - - [2025-05-15 02:11:17] "POST /neutron/port HTTP/1.1" 200 1089 0.015972 10.0.0.141 - - [2025-05-15 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006691 10.0.0.141 - - [2025-05-15 02:11:17] "POST /neutron/port HTTP/1.1" 200 1089 0.015573 10.0.0.141 - - [2025-05-15 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006693 10.0.0.141 - - [2025-05-15 02:11:17] "GET /virtual-machine/2ff667ba-7c2a-4f3e-813d-da53b8cf965a HTTP/1.1" 200 1295 0.004609 10.0.0.141 - - [2025-05-15 02:11:17] "GET /virtual-machine-interface/a55f0b74-2cb9-478e-8460-c2a80e8aeb8f HTTP/1.1" 200 2958 0.005488 10.0.0.141 - - [2025-05-15 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.141 - - [2025-05-15 02:11:17] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003184 10.0.0.141 - - [2025-05-15 02:11:17] "GET /virtual-networks?parent_id=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003410 10.0.0.141 - - [2025-05-15 02:11:17] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005713 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /project/9359666c06e742ddbac40ef38ea0c2bb HTTP/1.1" 404 173 0.023381 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /project/70f096ce71ff45eb8fabbd0a12deaf7c HTTP/1.1" 404 173 0.017801 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /project/f092c1322804483bbd01ed789678b73e HTTP/1.1" 404 173 0.014138 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /project/1ff5ab2547ab4734abb9342497c57c68 HTTP/1.1" 404 173 0.011067 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001034 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.059068 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.070566 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.068143 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084799 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001833 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?fields=security_groups HTTP/1.1" 200 1399 0.058726 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?fields=security_groups HTTP/1.1" 200 1373 0.060766 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?fields=security_groups HTTP/1.1" 200 1387 0.063260 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?fields=security_groups HTTP/1.1" 200 1348 0.062438 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /security-group/5c8336a9-f2ba-4e48-b7c7-dd0fbec75c78 HTTP/1.1" 200 115 0.128042 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /security-group/0262c474-10e6-4f19-8b7c-24a6fc3d5296 HTTP/1.1" 200 115 0.105124 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=723a7896-5e1c-47de-8d2c-22f7196cd5b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /security-group/3dec4020-744c-4e4a-baa2-5a7fb313ab0a HTTP/1.1" 200 115 0.110627 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=9359666c-06e7-42dd-bac4-0ef38ea0c2bb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001113 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=1ff5ab25-47ab-4734-abb9-342497c57c68&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004329 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /access-control-list/11e46785-0da7-406a-9c2c-0f7fa2038ba3 HTTP/1.1" 200 115 0.093127 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /security-group/ae6b8fd9-6d50-4f61-b57c-242ab6f75138 HTTP/1.1" 200 115 0.137982 10.0.0.141 - - [2025-05-15 02:11:19] "GET /projects?obj_uuids=70f096ce-71ff-45eb-8fab-bd0a12deaf7c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002411 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5?fields=application_policy_sets HTTP/1.1" 200 1438 0.087727 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/1ff5ab25-47ab-4734-abb9-342497c57c68?fields=application_policy_sets HTTP/1.1" 200 1426 0.106678 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /access-control-list/235d9322-61c9-4e42-abaf-cb8c85f861e8 HTTP/1.1" 200 115 0.094511 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb?fields=application_policy_sets HTTP/1.1" 200 1412 0.158016 10.0.0.141 - - [2025-05-15 02:11:19] "GET /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c?fields=application_policy_sets HTTP/1.1" 200 1387 0.134607 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /access-control-list/adeff914-8f93-4b99-b7bd-eec426a55f05 HTTP/1.1" 200 115 0.071902 10.0.0.141 - - [2025-05-15 02:11:19] "DELETE /access-control-list/5062df02-dcde-4ca5-8ddf-fd1d5ccd1ecc HTTP/1.1" 200 115 0.086961 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /project/723a7896-5e1c-47de-8d2c-22f7196cd5b5 HTTP/1.1" 200 115 0.706073 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /access-control-list/5e914369-b154-48b9-90b0-cc7f2c1f4370 HTTP/1.1" 200 115 0.055864 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /project/1ff5ab25-47ab-4734-abb9-342497c57c68 HTTP/1.1" 200 115 0.753445 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /access-control-list/8cfa9c58-9795-40be-9f2c-885f68c61e05 HTTP/1.1" 200 115 0.048767 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /project/9359666c-06e7-42dd-bac4-0ef38ea0c2bb HTTP/1.1" 200 115 0.768574 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /project/70f096ce-71ff-45eb-8fab-bd0a12deaf7c HTTP/1.1" 200 115 0.763471 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /access-control-list/1e577a80-833a-48a5-ab13-70ce0fa9b84a HTTP/1.1" 200 115 0.016526 10.0.0.141 - - [2025-05-15 02:11:20] "DELETE /access-control-list/e5b798c4-9dab-41c5-8e00-47e5b3076337 HTTP/1.1" 200 115 0.026933 10.0.0.141 - - [2025-05-15 02:11:20] "POST /neutron/port HTTP/1.1" 200 1089 0.015143 10.0.0.141 - - [2025-05-15 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004968 10.0.0.141 - - [2025-05-15 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.141 - - [2025-05-15 02:11:20] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006952 10.0.0.141 - - [2025-05-15 02:11:21] "POST /neutron/port HTTP/1.1" 200 1090 0.019900 10.0.0.141 - - [2025-05-15 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005166 10.0.0.141 - - [2025-05-15 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2025-05-15 02:11:22] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003535 10.0.0.141 - - [2025-05-15 02:11:22] "GET /virtual-networks?parent_id=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003217 10.0.0.141 - - [2025-05-15 02:11:22] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005747 10.0.0.141 - - [2025-05-15 02:11:23] "POST /neutron/port HTTP/1.1" 200 1090 0.027780 10.0.0.141 - - [2025-05-15 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013086 10.0.0.141 - - [2025-05-15 02:11:23] "POST /neutron/port HTTP/1.1" 200 1090 0.016625 10.0.0.141 - - [2025-05-15 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007006 10.0.0.141 - - [2025-05-15 02:11:23] "POST /neutron/port HTTP/1.1" 200 1090 0.019566 10.0.0.141 - - [2025-05-15 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006649 10.0.0.141 - - [2025-05-15 02:11:23] "GET /virtual-machine/086b276e-82f2-42cf-af7d-a74f43b239a8 HTTP/1.1" 200 1295 0.004838 10.0.0.141 - - [2025-05-15 02:11:23] "GET /virtual-machine-interface/b48a9fdb-dcec-4b75-b895-63a1e15290b5 HTTP/1.1" 200 2959 0.005025 10.0.0.141 - - [2025-05-15 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.141 - - [2025-05-15 02:11:23] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003613 10.0.0.141 - - [2025-05-15 02:11:23] "GET /virtual-networks?parent_id=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003086 10.0.0.141 - - [2025-05-15 02:11:23] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006912 10.0.0.141 - - [2025-05-15 02:11:23] "GET /obj-perms HTTP/1.1" 200 5075 0.057553 10.0.0.141 - - [2025-05-15 02:11:24] "GET /obj-perms HTTP/1.1" 200 5075 0.052632 10.0.0.141 - - [2025-05-15 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.141 - - [2025-05-15 02:11:24] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003408 10.0.0.141 - - [2025-05-15 02:11:24] "GET /virtual-networks?parent_id=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002876 10.0.0.141 - - [2025-05-15 02:11:24] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005813 10.0.0.141 - - [2025-05-15 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.141 - - [2025-05-15 02:11:28] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.141 - - [2025-05-15 02:11:28] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025822 10.0.0.141 - - [2025-05-15 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.141 - - [2025-05-15 02:11:28] "PUT /network-policy/c7ac4981-f256-4edd-816e-44f325f5fb7b HTTP/1.1" 200 263 0.010037 10.0.0.141 - - [2025-05-15 02:11:29] "PUT /access-control-list/e1aa3d1a-8260-46f9-9530-b60099957d81 HTTP/1.1" 200 273 0.051173 10.0.0.141 - - [2025-05-15 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.011745 10.0.0.141 - - [2025-05-15 02:11:29] "PUT /access-control-list/076f10ed-6eed-4130-bd70-8903fa534d4f HTTP/1.1" 200 273 0.053501 10.0.0.141 - - [2025-05-15 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.141 - - [2025-05-15 02:11:32] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007640 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 928 0.006018 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 826 0.054151 10.0.0.141 - - [2025-05-15 02:11:32] "DELETE /access-control-list/e1aa3d1a-8260-46f9-9530-b60099957d81 HTTP/1.1" 200 115 0.040706 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 826 0.008605 10.0.0.141 - - [2025-05-15 02:11:32] "GET /virtual-network/30d0bcce-f560-490f-9634-ad9c4ec2f10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.013263 10.0.0.141 - - [2025-05-15 02:11:32] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006477 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 927 0.006688 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 825 0.057763 10.0.0.141 - - [2025-05-15 02:11:32] "DELETE /access-control-list/076f10ed-6eed-4130-bd70-8903fa534d4f HTTP/1.1" 200 115 0.036604 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 825 0.008645 10.0.0.141 - - [2025-05-15 02:11:32] "GET /virtual-network/9cd9ebf3-881b-41d2-8510-f4d5fc9ce4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005665 10.0.0.141 - - [2025-05-15 02:11:32] "DELETE /network-policy/c7ac4981-f256-4edd-816e-44f325f5fb7b HTTP/1.1" 200 115 0.023148 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 200 826 0.005720 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/network HTTP/1.1" 400 204 0.020181 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 1090 0.014136 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 1116 0.009066 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 1089 0.015947 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 1115 0.009768 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 151 0.135305 10.0.0.141 - - [2025-05-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 151 0.127535 10.0.0.141 - - [2025-05-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 826 0.005724 10.0.0.141 - - [2025-05-15 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.141 - - [2025-05-15 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.141 - - [2025-05-15 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.141 - - [2025-05-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 151 0.076799 10.0.0.141 - - [2025-05-15 02:11:34] "GET /routing-instance/60721d0d-b0fb-4df3-ba67-64a0bc2de254 HTTP/1.1" 404 171 0.006356 10.0.0.141 - - [2025-05-15 02:11:34] "DELETE /route-target/e27726ae-6738-4b47-826c-f94aaafc94bc HTTP/1.1" 200 115 0.019174 10.0.0.141 - - [2025-05-15 02:11:34] "GET /domains HTTP/1.1" 200 281 0.002558 10.0.0.141 - - [2025-05-15 02:11:34] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.141 - - [2025-05-15 02:11:34] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2586 0.050836 10.0.0.141 - - [2025-05-15 02:11:34] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.141 - - [2025-05-15 02:11:34] "GET /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 2110 0.068757 10.0.0.141 - - [2025-05-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 825 0.007691 10.0.0.141 - - [2025-05-15 02:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002422 10.0.0.141 - - [2025-05-15 02:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002361 10.0.0.141 - - [2025-05-15 02:11:35] "POST /neutron/network HTTP/1.1" 200 151 0.081515 10.0.0.141 - - [2025-05-15 02:11:35] "GET /routing-instance/4d981b94-6f62-4375-9496-e2c027510d52 HTTP/1.1" 404 171 0.005703 10.0.0.141 - - [2025-05-15 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.141 - - [2025-05-15 02:11:35] "GET /domains HTTP/1.1" 200 281 0.003178 10.0.0.141 - - [2025-05-15 02:11:35] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.141 - - [2025-05-15 02:11:35] "DELETE /route-target/6e84c51f-b7c2-412b-a1f6-e9da395257a6 HTTP/1.1" 200 115 0.023562 10.0.0.141 - - [2025-05-15 02:11:35] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2586 0.049564 10.0.0.141 - - [2025-05-15 02:11:35] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001129 10.0.0.141 - - [2025-05-15 02:11:35] "GET /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 1870 0.075888 10.0.0.141 - - [2025-05-15 02:11:35] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.141 - - [2025-05-15 02:11:35] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026072 10.0.0.141 - - [2025-05-15 02:11:35] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.141 - - [2025-05-15 02:11:35] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?fields=virtual_networks HTTP/1.1" 200 1039 0.071322 10.0.0.141 - - [2025-05-15 02:11:35] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001206 10.0.0.141 - - [2025-05-15 02:11:35] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.031216 10.0.0.141 - - [2025-05-15 02:11:35] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.141 - - [2025-05-15 02:11:35] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?fields=security_groups HTTP/1.1" 200 1268 0.023544 10.0.0.141 - - [2025-05-15 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.024904 10.0.0.141 - - [2025-05-15 02:11:36] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002621 10.0.0.141 - - [2025-05-15 02:11:36] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001956 10.0.0.141 - - [2025-05-15 02:11:36] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010350 10.0.0.141 - - [2025-05-15 02:11:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001486 10.0.0.141 - - [2025-05-15 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.002341 10.0.0.141 - - [2025-05-15 02:11:36] "POST /security-groups HTTP/1.1" 200 589 0.064084 10.0.0.141 - - [2025-05-15 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.002784 10.0.0.141 - - [2025-05-15 02:11:36] "POST /projects HTTP/1.1" 200 581 0.217681 10.0.0.141 - - [2025-05-15 02:11:36] "POST /access-control-lists HTTP/1.1" 200 596 0.061301 10.0.0.141 - - [2025-05-15 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.293900 10.0.0.141 - - [2025-05-15 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.003324 10.0.0.141 - - [2025-05-15 02:11:37] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.425467 10.0.0.141 - - [2025-05-15 02:11:37] "POST /access-control-lists HTTP/1.1" 200 594 0.060492 10.0.0.141 - - [2025-05-15 02:11:38] "GET / HTTP/1.1" 200 36215 0.002038 10.0.0.141 - - [2025-05-15 02:11:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2025-05-15 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.055636 10.0.0.141 - - [2025-05-15 02:11:39] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.141 - - [2025-05-15 02:11:39] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.028479 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/network HTTP/1.1" 200 117 0.030186 10.0.0.141 - - [2025-05-15 02:11:39] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/network HTTP/1.1" 200 613 0.063395 10.0.0.141 - - [2025-05-15 02:11:39] "POST /route-targets HTTP/1.1" 200 328 0.013631 10.0.0.141 - - [2025-05-15 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.031098 10.0.0.141 - - [2025-05-15 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003084 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.210298 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/network HTTP/1.1" 200 832 0.006765 10.0.0.141 - - [2025-05-15 02:11:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001537 10.0.0.141 - - [2025-05-15 02:11:39] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005066 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/network HTTP/1.1" 200 832 0.005553 10.0.0.141 - - [2025-05-15 02:11:39] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004971 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/network HTTP/1.1" 200 832 0.006435 10.0.0.141 - - [2025-05-15 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.007582 10.0.0.141 - - [2025-05-15 02:11:39] "GET /domains HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2025-05-15 02:11:40] "GET /domains HTTP/1.1" 200 281 0.026365 10.0.0.141 - - [2025-05-15 02:11:40] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.141 - - [2025-05-15 02:11:40] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2771 0.009236 10.0.0.141 - - [2025-05-15 02:11:40] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.141 - - [2025-05-15 02:11:40] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2087 0.073756 10.0.0.141 - - [2025-05-15 02:11:40] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284 HTTP/1.1" 200 2322 0.007275 10.0.0.141 - - [2025-05-15 02:11:40] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284 HTTP/1.1" 200 2322 0.005628 10.0.0.141 - - [2025-05-15 02:11:40] "GET /routing-instance/a4040422-5e74-4ce0-b932-6d92638219b0 HTTP/1.1" 200 1497 0.004605 10.0.0.141 - - [2025-05-15 02:11:40] "GET /routing-instance/a4040422-5e74-4ce0-b932-6d92638219b0 HTTP/1.1" 200 1497 0.006197 10.0.0.141 - - [2025-05-15 02:11:40] "GET /route-target/e0c1b252-7680-4337-959f-c6ab7f60588b HTTP/1.1" 200 1215 0.005727 10.0.0.141 - - [2025-05-15 02:11:40] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284 HTTP/1.1" 200 2322 0.008104 10.0.0.141 - - [2025-05-15 02:11:40] "GET /routing-instance/a4040422-5e74-4ce0-b932-6d92638219b0 HTTP/1.1" 200 1497 0.005889 10.0.0.141 - - [2025-05-15 02:11:40] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006001 10.0.0.141 - - [2025-05-15 02:11:40] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284 HTTP/1.1" 200 2322 0.005825 10.0.0.141 - - [2025-05-15 02:11:40] "GET /routing-instance/a4040422-5e74-4ce0-b932-6d92638219b0 HTTP/1.1" 200 1497 0.004167 10.0.0.141 - - [2025-05-15 02:11:40] "GET /routing-instance/a4040422-5e74-4ce0-b932-6d92638219b0 HTTP/1.1" 200 1497 0.004190 10.0.0.141 - - [2025-05-15 02:11:40] "GET /route-target/e0c1b252-7680-4337-959f-c6ab7f60588b HTTP/1.1" 200 1215 0.003293 10.0.0.141 - - [2025-05-15 02:11:40] "GET /domains HTTP/1.1" 200 281 0.002575 10.0.0.141 - - [2025-05-15 02:11:40] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.141 - - [2025-05-15 02:11:40] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2771 0.006914 10.0.0.141 - - [2025-05-15 02:11:40] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.141 - - [2025-05-15 02:11:40] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2087 0.068097 10.0.0.141 - - [2025-05-15 02:11:40] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284 HTTP/1.1" 200 2322 0.004900 10.0.0.141 - - [2025-05-15 02:11:40] "GET /obj-perms HTTP/1.1" 200 5045 0.053898 10.0.0.141 - - [2025-05-15 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-05-15 02:11:40] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.141 - - [2025-05-15 02:11:40] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038756 10.0.0.141 - - [2025-05-15 02:11:40] "POST /neutron/network HTTP/1.1" 200 117 0.012441 10.0.0.141 - - [2025-05-15 02:11:40] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.141 - - [2025-05-15 02:11:40] "POST /neutron/network HTTP/1.1" 200 613 0.074847 10.0.0.141 - - [2025-05-15 02:11:41] "POST /route-targets HTTP/1.1" 200 328 0.012829 10.0.0.141 - - [2025-05-15 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.015985 10.0.0.141 - - [2025-05-15 02:11:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003546 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.188317 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/network HTTP/1.1" 200 832 0.006566 10.0.0.141 - - [2025-05-15 02:11:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001530 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005524 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/network HTTP/1.1" 200 832 0.006137 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005514 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/network HTTP/1.1" 200 832 0.006472 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.006377 10.0.0.141 - - [2025-05-15 02:11:41] "GET /domains HTTP/1.1" 200 281 0.002852 10.0.0.141 - - [2025-05-15 02:11:41] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.141 - - [2025-05-15 02:11:41] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2771 0.009782 10.0.0.141 - - [2025-05-15 02:11:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001528 10.0.0.141 - - [2025-05-15 02:11:41] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2306 0.070244 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c HTTP/1.1" 200 2324 0.006662 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c HTTP/1.1" 200 2324 0.005357 10.0.0.141 - - [2025-05-15 02:11:41] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42 HTTP/1.1" 200 1497 0.003826 10.0.0.141 - - [2025-05-15 02:11:41] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42 HTTP/1.1" 200 1497 0.003433 10.0.0.141 - - [2025-05-15 02:11:41] "GET /route-target/21b99d2d-49b6-42e7-8caa-44a5fcb9ca0a HTTP/1.1" 200 1214 0.002970 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c HTTP/1.1" 200 2324 0.004694 10.0.0.141 - - [2025-05-15 02:11:41] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42 HTTP/1.1" 200 1497 0.003366 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005602 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c HTTP/1.1" 200 2324 0.005315 10.0.0.141 - - [2025-05-15 02:11:41] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42 HTTP/1.1" 200 1497 0.003636 10.0.0.141 - - [2025-05-15 02:11:41] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42 HTTP/1.1" 200 1497 0.003341 10.0.0.141 - - [2025-05-15 02:11:41] "GET /route-target/21b99d2d-49b6-42e7-8caa-44a5fcb9ca0a HTTP/1.1" 200 1214 0.003433 10.0.0.141 - - [2025-05-15 02:11:41] "GET /domains HTTP/1.1" 200 281 0.002752 10.0.0.141 - - [2025-05-15 02:11:41] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.141 - - [2025-05-15 02:11:41] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2771 0.007876 10.0.0.141 - - [2025-05-15 02:11:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.141 - - [2025-05-15 02:11:41] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2306 0.073094 10.0.0.141 - - [2025-05-15 02:11:41] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c HTTP/1.1" 200 2324 0.005883 10.0.0.141 - - [2025-05-15 02:11:41] "GET /obj-perms HTTP/1.1" 200 5045 0.003624 10.0.0.141 - - [2025-05-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.141 - - [2025-05-15 02:11:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.141 - - [2025-05-15 02:11:41] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.028389 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/network HTTP/1.1" 200 117 0.010544 10.0.0.141 - - [2025-05-15 02:11:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.141 - - [2025-05-15 02:11:41] "POST /neutron/network HTTP/1.1" 200 615 0.059169 10.0.0.141 - - [2025-05-15 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.008855 10.0.0.141 - - [2025-05-15 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004299 10.0.0.141 - - [2025-05-15 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.135603 10.0.0.141 - - [2025-05-15 02:11:42] "POST /neutron/network HTTP/1.1" 200 834 0.005473 10.0.0.141 - - [2025-05-15 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001252 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005067 10.0.0.141 - - [2025-05-15 02:11:42] "POST /neutron/network HTTP/1.1" 200 834 0.031511 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005397 10.0.0.141 - - [2025-05-15 02:11:42] "POST /neutron/network HTTP/1.1" 200 834 0.005637 10.0.0.141 - - [2025-05-15 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.010567 10.0.0.141 - - [2025-05-15 02:11:42] "GET /domains HTTP/1.1" 200 281 0.003522 10.0.0.141 - - [2025-05-15 02:11:42] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.141 - - [2025-05-15 02:11:42] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2771 0.008935 10.0.0.141 - - [2025-05-15 02:11:42] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.141 - - [2025-05-15 02:11:42] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2526 0.076419 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900 HTTP/1.1" 200 2328 0.007080 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900 HTTP/1.1" 200 2328 0.006094 10.0.0.141 - - [2025-05-15 02:11:42] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551 HTTP/1.1" 200 1501 0.003989 10.0.0.141 - - [2025-05-15 02:11:42] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551 HTTP/1.1" 200 1501 0.003658 10.0.0.141 - - [2025-05-15 02:11:42] "GET /route-target/7f0df64a-6de8-4094-8968-207f2ea90326 HTTP/1.1" 200 1215 0.003684 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900 HTTP/1.1" 200 2328 0.005336 10.0.0.141 - - [2025-05-15 02:11:42] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551 HTTP/1.1" 200 1501 0.003759 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005507 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900 HTTP/1.1" 200 2328 0.005276 10.0.0.141 - - [2025-05-15 02:11:42] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551 HTTP/1.1" 200 1501 0.004046 10.0.0.141 - - [2025-05-15 02:11:42] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551 HTTP/1.1" 200 1501 0.003751 10.0.0.141 - - [2025-05-15 02:11:42] "GET /route-target/7f0df64a-6de8-4094-8968-207f2ea90326 HTTP/1.1" 200 1215 0.003351 10.0.0.141 - - [2025-05-15 02:11:42] "GET /domains HTTP/1.1" 200 281 0.003794 10.0.0.141 - - [2025-05-15 02:11:42] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.141 - - [2025-05-15 02:11:42] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2771 0.007939 10.0.0.141 - - [2025-05-15 02:11:42] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.141 - - [2025-05-15 02:11:42] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2526 0.070159 10.0.0.141 - - [2025-05-15 02:11:42] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900 HTTP/1.1" 200 2328 0.005332 10.0.0.141 - - [2025-05-15 02:11:42] "GET /obj-perms HTTP/1.1" 200 5045 0.003163 10.0.0.141 - - [2025-05-15 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001313 10.0.0.141 - - [2025-05-15 02:11:42] "POST /neutron/network HTTP/1.1" 200 842 0.006763 10.0.0.141 - - [2025-05-15 02:11:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000533 10.0.0.141 - - [2025-05-15 02:11:43] "GET / HTTP/1.1" 200 36215 0.001618 10.0.0.141 - - [2025-05-15 02:11:43] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000506 10.0.0.141 - - [2025-05-15 02:11:43] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.141 - - [2025-05-15 02:11:43] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050704 10.0.0.141 - - [2025-05-15 02:11:43] "POST /neutron/network HTTP/1.1" 200 832 0.007390 10.0.0.141 - - [2025-05-15 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.008420 10.0.0.141 - - [2025-05-15 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.009808 10.0.0.141 - - [2025-05-15 02:11:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.002503 10.0.0.141 - - [2025-05-15 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.006821 10.0.0.141 - - [2025-05-15 02:11:43] "POST /neutron/network HTTP/1.1" 200 844 0.006403 10.0.0.141 - - [2025-05-15 02:11:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/network HTTP/1.1" 200 842 0.005586 10.0.0.141 - - [2025-05-15 02:11:44] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001502 10.0.0.141 - - [2025-05-15 02:11:44] "GET / HTTP/1.1" 200 36215 0.002676 10.0.0.141 - - [2025-05-15 02:11:44] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000549 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.219012 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.009828 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.008044 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 1112 0.068407 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 1086 0.016126 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004012 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.011904 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/network HTTP/1.1" 200 832 0.005975 10.0.0.141 - - [2025-05-15 02:11:44] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.141 - - [2025-05-15 02:11:44] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047306 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/network HTTP/1.1" 200 834 0.007955 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 1086 0.027537 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007114 10.0.0.141 - - [2025-05-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.141 - - [2025-05-15 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003412 10.0.0.141 - - [2025-05-15 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-05-15 02:11:44] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001548 10.0.0.141 - - [2025-05-15 02:11:44] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010298 10.0.0.141 - - [2025-05-15 02:11:45] "POST /service-templates HTTP/1.1" 200 545 0.032123 10.0.0.141 - - [2025-05-15 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.141 - - [2025-05-15 02:11:45] "GET /service-template/61d2bacc-2e9d-4762-adc2-d766d8277ea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007834 10.0.0.141 - - [2025-05-15 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/network HTTP/1.1" 200 844 0.007025 10.0.0.141 - - [2025-05-15 02:11:45] "GET /service-template/61d2bacc-2e9d-4762-adc2-d766d8277ea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.009571 10.0.0.141 - - [2025-05-15 02:11:45] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001599 10.0.0.141 - - [2025-05-15 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.002925 10.0.0.141 - - [2025-05-15 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.003354 10.0.0.141 - - [2025-05-15 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001244 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 1058 0.320450 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 2002 0.028760 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013463 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 1058 0.014380 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009535 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 1112 0.100784 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014695 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003754 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.010459 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.141 - - [2025-05-15 02:11:45] "POST /neutron/network HTTP/1.1" 200 834 0.005834 10.0.0.141 - - [2025-05-15 02:11:46] "POST /neutron/network HTTP/1.1" 200 2223 0.017281 10.0.0.141 - - [2025-05-15 02:11:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2025-05-15 02:11:46] "GET / HTTP/1.1" 200 36215 0.001530 10.0.0.141 - - [2025-05-15 02:11:46] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000488 10.0.0.141 - - [2025-05-15 02:11:46] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.141 - - [2025-05-15 02:11:46] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.061246 10.0.0.141 - - [2025-05-15 02:11:46] "POST /neutron/network HTTP/1.1" 200 832 0.005582 10.0.0.141 - - [2025-05-15 02:11:46] "POST /neutron/network HTTP/1.1" 200 832 0.007377 10.0.0.141 - - [2025-05-15 02:11:46] "POST /neutron/network HTTP/1.1" 200 834 0.006109 10.0.0.141 - - [2025-05-15 02:11:47] "POST /neutron/port HTTP/1.1" 200 2056 0.027153 10.0.0.141 - - [2025-05-15 02:11:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006009 10.0.0.141 - - [2025-05-15 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.015055 10.0.0.141 - - [2025-05-15 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.141 - - [2025-05-15 02:11:47] "POST /neutron/network HTTP/1.1" 200 2223 0.013096 10.0.0.141 - - [2025-05-15 02:11:47] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.141 - - [2025-05-15 02:11:47] "POST /neutron/port HTTP/1.1" 200 1058 0.276104 10.0.0.141 - - [2025-05-15 02:11:47] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001654 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.213444 10.0.0.141 - - [2025-05-15 02:11:48] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.193271 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.009654 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.008050 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1112 0.063102 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.012278 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.010843 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1112 0.080141 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.010524 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1058 0.008182 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 1112 0.065867 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 3025 0.018693 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003289 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.011839 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/network HTTP/1.1" 200 832 0.005545 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003183 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.011142 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/network HTTP/1.1" 200 832 0.005875 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003333 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.011072 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.141 - - [2025-05-15 02:11:48] "POST /neutron/network HTTP/1.1" 200 834 0.005714 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/port HTTP/1.1" 200 3025 0.033659 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008203 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/port HTTP/1.1" 200 3025 0.021279 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006240 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/port HTTP/1.1" 200 3025 0.018254 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006427 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/port HTTP/1.1" 200 3025 0.018171 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006484 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/port HTTP/1.1" 200 3025 0.019618 10.0.0.141 - - [2025-05-15 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005949 10.0.0.141 - - [2025-05-15 02:11:52] "GET /virtual-machine/cb5cc937-8df4-4d5a-a1b7-cbda04c5c46d HTTP/1.1" 200 1807 0.004854 10.0.0.141 - - [2025-05-15 02:11:52] "GET /virtual-machine-interface/9ced9126-7ba1-4b53-a377-971f31a06599 HTTP/1.1" 200 2957 0.005059 10.0.0.141 - - [2025-05-15 02:11:52] "GET /virtual-machine-interface/be3c5e99-5fae-4590-a9ab-fa87c4b22c8b HTTP/1.1" 200 2954 0.007643 10.0.0.141 - - [2025-05-15 02:11:52] "GET /virtual-machine-interface/e92e67d6-71e4-4b78-9ac7-66373a2d54a1 HTTP/1.1" 200 2954 0.005756 10.0.0.141 - - [2025-05-15 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2025-05-15 02:11:52] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003017 10.0.0.141 - - [2025-05-15 02:11:52] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003279 10.0.0.141 - - [2025-05-15 02:11:52] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005690 10.0.0.141 - - [2025-05-15 02:11:53] "POST /neutron/port HTTP/1.1" 200 1086 0.018675 10.0.0.141 - - [2025-05-15 02:11:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010043 10.0.0.141 - - [2025-05-15 02:11:54] "POST /neutron/port HTTP/1.1" 200 1086 0.014674 10.0.0.141 - - [2025-05-15 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005347 10.0.0.141 - - [2025-05-15 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.141 - - [2025-05-15 02:11:56] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005494 10.0.0.141 - - [2025-05-15 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.141 - - [2025-05-15 02:12:00] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005476 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/port HTTP/1.1" 200 1086 0.015806 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/port HTTP/1.1" 200 1086 0.015154 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/network HTTP/1.1" 200 842 0.006438 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.010703 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.001418 10.0.0.141 - - [2025-05-15 02:12:00] "POST /neutron/network HTTP/1.1" 200 832 0.006170 10.0.0.141 - - [2025-05-15 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-05-15 02:12:04] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004910 10.0.0.141 - - [2025-05-15 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.141 - - [2025-05-15 02:12:08] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003130 10.0.0.141 - - [2025-05-15 02:12:08] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003122 10.0.0.141 - - [2025-05-15 02:12:08] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005695 10.0.0.141 - - [2025-05-15 02:12:08] "POST /neutron/port HTTP/1.1" 200 3025 0.019379 10.0.0.141 - - [2025-05-15 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006149 10.0.0.141 - - [2025-05-15 02:12:13] "POST /neutron/port HTTP/1.1" 200 3025 0.018010 10.0.0.141 - - [2025-05-15 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005864 10.0.0.141 - - [2025-05-15 02:12:18] "POST /neutron/port HTTP/1.1" 200 3025 0.019656 10.0.0.141 - - [2025-05-15 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005327 10.0.0.141 - - [2025-05-15 02:12:18] "POST /neutron/port HTTP/1.1" 200 3025 0.017895 10.0.0.141 - - [2025-05-15 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006267 10.0.0.141 - - [2025-05-15 02:12:20] "DELETE /project/d1f50d76f9244f0f965a4e1c139b6fba HTTP/1.1" 404 173 0.007694 10.0.0.141 - - [2025-05-15 02:12:20] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.141 - - [2025-05-15 02:12:20] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.026279 10.0.0.141 - - [2025-05-15 02:12:20] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001092 10.0.0.141 - - [2025-05-15 02:12:20] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?fields=security_groups HTTP/1.1" 200 1370 0.064884 10.0.0.141 - - [2025-05-15 02:12:20] "DELETE /security-group/569f9b21-0208-4fe3-8099-872e7c3f3186 HTTP/1.1" 200 115 0.034228 10.0.0.141 - - [2025-05-15 02:12:20] "GET /projects?obj_uuids=f092c132-2804-483b-bd01-ed789678b73e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.141 - - [2025-05-15 02:12:20] "DELETE /access-control-list/966fff56-5a2a-4277-8d07-6ba6af5965a2 HTTP/1.1" 200 115 0.030941 10.0.0.141 - - [2025-05-15 02:12:20] "GET /project/f092c132-2804-483b-bd01-ed789678b73e?fields=application_policy_sets HTTP/1.1" 200 1409 0.036001 10.0.0.141 - - [2025-05-15 02:12:20] "DELETE /access-control-list/53a0666e-4137-4332-b8b2-c12605271882 HTTP/1.1" 200 115 0.033041 10.0.0.141 - - [2025-05-15 02:12:20] "DELETE /project/f092c132-2804-483b-bd01-ed789678b73e HTTP/1.1" 200 115 0.323262 10.0.0.141 - - [2025-05-15 02:12:24] "POST /neutron/port HTTP/1.1" 200 3025 0.019372 10.0.0.141 - - [2025-05-15 02:12:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009129 10.0.0.141 - - [2025-05-15 02:12:24] "GET /obj-perms HTTP/1.1" 200 5075 0.043247 10.0.0.141 - - [2025-05-15 02:12:24] "GET /obj-perms HTTP/1.1" 200 5075 0.042809 10.0.0.141 - - [2025-05-15 02:12:29] "POST /neutron/port HTTP/1.1" 200 3025 0.018894 10.0.0.141 - - [2025-05-15 02:12:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006185 10.0.0.141 - - [2025-05-15 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.141 - - [2025-05-15 02:12:34] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003480 10.0.0.141 - - [2025-05-15 02:12:34] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003249 10.0.0.141 - - [2025-05-15 02:12:34] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005226 10.0.0.141 - - [2025-05-15 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.141 - - [2025-05-15 02:12:34] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003132 10.0.0.141 - - [2025-05-15 02:12:34] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002862 10.0.0.141 - - [2025-05-15 02:12:34] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005842 10.0.0.141 - - [2025-05-15 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.002844 10.0.0.141 - - [2025-05-15 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.141 - - [2025-05-15 02:12:35] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.141 - - [2025-05-15 02:12:35] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023184 10.0.0.141 - - [2025-05-15 02:12:35] "POST /service-instances HTTP/1.1" 200 545 0.064495 10.0.0.141 - - [2025-05-15 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.141 - - [2025-05-15 02:12:35] "GET /service-instance/487c7b77-0933-4ea5-b27d-b2d76387f50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005751 10.0.0.141 - - [2025-05-15 02:12:35] "POST /port-tuples HTTP/1.1" 200 588 0.024286 10.0.0.141 - - [2025-05-15 02:12:35] "GET /virtual-machine-interface/e92e67d6-71e4-4b78-9ac7-66373a2d54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005410 10.0.0.141 - - [2025-05-15 02:12:35] "PUT /virtual-machine-interface/e92e67d6-71e4-4b78-9ac7-66373a2d54a1 HTTP/1.1" 200 285 0.011533 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.012036 10.0.0.141 - - [2025-05-15 02:12:35] "POST /instance-ips HTTP/1.1" 200 386 0.027949 10.0.0.141 - - [2025-05-15 02:12:35] "GET /virtual-machine-interface/be3c5e99-5fae-4590-a9ab-fa87c4b22c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.007772 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.016419 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.016055 10.0.0.141 - - [2025-05-15 02:12:35] "PUT /virtual-machine-interface/be3c5e99-5fae-4590-a9ab-fa87c4b22c8b HTTP/1.1" 200 285 0.017427 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005209 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.014061 10.0.0.141 - - [2025-05-15 02:12:35] "GET /virtual-machine-interface/9ced9126-7ba1-4b53-a377-971f31a06599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.008282 10.0.0.141 - - [2025-05-15 02:12:35] "POST /instance-ips HTTP/1.1" 200 386 0.034209 10.0.0.141 - - [2025-05-15 02:12:35] "PUT /virtual-machine-interface/9ced9126-7ba1-4b53-a377-971f31a06599 HTTP/1.1" 200 285 0.013962 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.009359 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.011270 10.0.0.141 - - [2025-05-15 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.011352 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-05-15 02:12:36] "POST /neutron/port HTTP/1.1" 200 1086 0.016190 10.0.0.141 - - [2025-05-15 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007225 10.0.0.141 - - [2025-05-15 02:12:36] "POST /instance-ips HTTP/1.1" 200 374 0.026589 10.0.0.141 - - [2025-05-15 02:12:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015839 10.0.0.141 - - [2025-05-15 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006927 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.009317 10.0.0.141 - - [2025-05-15 02:12:36] "POST /neutron/port HTTP/1.1" 200 1086 0.020610 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.013737 10.0.0.141 - - [2025-05-15 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008751 10.0.0.141 - - [2025-05-15 02:12:36] "GET /virtual-machine/23cb27db-d3e7-4044-8e0a-8eccff1220a4 HTTP/1.1" 200 1292 0.004961 10.0.0.141 - - [2025-05-15 02:12:36] "GET /virtual-machine-interface/2ad969c2-c698-4371-bced-7954c11dd0fb HTTP/1.1" 200 2953 0.009927 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008810 10.0.0.141 - - [2025-05-15 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.141 - - [2025-05-15 02:12:36] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004800 10.0.0.141 - - [2025-05-15 02:12:36] "POST /instance-ips HTTP/1.1" 200 374 0.023514 10.0.0.141 - - [2025-05-15 02:12:36] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.005042 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.141 - - [2025-05-15 02:12:36] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007246 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003603 10.0.0.141 - - [2025-05-15 02:12:36] "POST /instance-ips HTTP/1.1" 200 376 0.015774 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.009663 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003422 10.0.0.141 - - [2025-05-15 02:12:36] "POST /instance-ips HTTP/1.1" 200 376 0.019304 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.010459 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.141 - - [2025-05-15 02:12:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002904 10.0.0.141 - - [2025-05-15 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.141 - - [2025-05-15 02:12:37] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003649 10.0.0.141 - - [2025-05-15 02:12:37] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004059 10.0.0.141 - - [2025-05-15 02:12:37] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006354 10.0.0.141 - - [2025-05-15 02:12:37] "POST /neutron/port HTTP/1.1" 200 1086 0.016705 10.0.0.141 - - [2025-05-15 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006706 10.0.0.141 - - [2025-05-15 02:12:37] "POST /neutron/port HTTP/1.1" 200 1086 0.018288 10.0.0.141 - - [2025-05-15 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008496 10.0.0.141 - - [2025-05-15 02:12:38] "POST /neutron/port HTTP/1.1" 200 1086 0.016007 10.0.0.141 - - [2025-05-15 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006513 10.0.0.141 - - [2025-05-15 02:12:38] "GET /virtual-machine/247c298d-80c6-4107-8f55-87fcb9b13a70 HTTP/1.1" 200 1292 0.005701 10.0.0.141 - - [2025-05-15 02:12:38] "GET /virtual-machine-interface/4f13f492-9af9-4bde-975f-4c60208ba20c HTTP/1.1" 200 2956 0.005820 10.0.0.141 - - [2025-05-15 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.141 - - [2025-05-15 02:12:38] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003671 10.0.0.141 - - [2025-05-15 02:12:38] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003207 10.0.0.141 - - [2025-05-15 02:12:38] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005606 10.0.0.141 - - [2025-05-15 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.141 - - [2025-05-15 02:12:39] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004597 10.0.0.141 - - [2025-05-15 02:12:39] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004161 10.0.0.141 - - [2025-05-15 02:12:39] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007313 10.0.0.141 - - [2025-05-15 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.003415 10.0.0.141 - - [2025-05-15 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.141 - - [2025-05-15 02:12:39] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.141 - - [2025-05-15 02:12:39] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024829 10.0.0.141 - - [2025-05-15 02:12:39] "POST /network-policys HTTP/1.1" 200 549 0.016939 10.0.0.141 - - [2025-05-15 02:12:39] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004716 10.0.0.141 - - [2025-05-15 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.141 - - [2025-05-15 02:12:39] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006087 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.141 - - [2025-05-15 02:12:40] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003729 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.004982 10.0.0.141 - - [2025-05-15 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.035635 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.141 - - [2025-05-15 02:12:40] "POST /access-control-lists HTTP/1.1" 200 603 0.064034 10.0.0.141 - - [2025-05-15 02:12:40] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003932 10.0.0.141 - - [2025-05-15 02:12:40] "POST /neutron/network HTTP/1.1" 200 920 0.008230 10.0.0.141 - - [2025-05-15 02:12:40] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005768 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.141 - - [2025-05-15 02:12:40] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003665 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.141 - - [2025-05-15 02:12:40] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005632 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.141 - - [2025-05-15 02:12:40] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004112 10.0.0.141 - - [2025-05-15 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.050349 10.0.0.141 - - [2025-05-15 02:12:40] "PUT /access-control-list/db650356-823e-4fc9-ad59-9b0405b2637d HTTP/1.1" 200 273 0.029025 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.005600 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.141 - - [2025-05-15 02:12:40] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.028041 10.0.0.141 - - [2025-05-15 02:12:40] "POST /access-control-lists HTTP/1.1" 200 606 0.061890 10.0.0.141 - - [2025-05-15 02:12:40] "POST /neutron/network HTTP/1.1" 200 922 0.009557 10.0.0.141 - - [2025-05-15 02:12:40] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004759 10.0.0.141 - - [2025-05-15 02:12:40] "POST /routing-instances HTTP/1.1" 200 761 0.030645 10.0.0.141 - - [2025-05-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.141 - - [2025-05-15 02:12:40] "POST /route-targets HTTP/1.1" 200 328 0.009689 10.0.0.141 - - [2025-05-15 02:12:41] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004057 10.0.0.141 - - [2025-05-15 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.010795 10.0.0.141 - - [2025-05-15 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.141 - - [2025-05-15 02:12:41] "GET /routing-instance/b2552d63-40ac-43a6-bf8c-2eff0be25c94?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.005883 10.0.0.141 - - [2025-05-15 02:12:41] "GET /service-template/61d2bacc-2e9d-4762-adc2-d766d8277ea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003959 10.0.0.141 - - [2025-05-15 02:12:41] "GET /routing-instance/b2552d63-40ac-43a6-bf8c-2eff0be25c94?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003691 10.0.0.141 - - [2025-05-15 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2025-05-15 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.010175 10.0.0.141 - - [2025-05-15 02:12:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.141 - - [2025-05-15 02:12:41] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.031394 10.0.0.141 - - [2025-05-15 02:12:41] "POST /routing-instances HTTP/1.1" 200 762 0.017967 10.0.0.141 - - [2025-05-15 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.141 - - [2025-05-15 02:12:41] "POST /route-targets HTTP/1.1" 200 328 0.011197 10.0.0.141 - - [2025-05-15 02:12:41] "GET /service-instance/487c7b77-0933-4ea5-b27d-b2d76387f50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.006493 10.0.0.141 - - [2025-05-15 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.010345 10.0.0.141 - - [2025-05-15 02:12:41] "GET /domains HTTP/1.1" 200 281 0.002854 10.0.0.141 - - [2025-05-15 02:12:41] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.141 - - [2025-05-15 02:12:41] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2783 0.008876 10.0.0.141 - - [2025-05-15 02:12:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.141 - - [2025-05-15 02:12:41] "GET /routing-instance/4f332aea-e778-47cf-bd0c-87a749442f8d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003681 10.0.0.141 - - [2025-05-15 02:12:41] "GET /routing-instance/4f332aea-e778-47cf-bd0c-87a749442f8d?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.006251 10.0.0.141 - - [2025-05-15 02:12:41] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 4249 0.070153 10.0.0.141 - - [2025-05-15 02:12:41] "GET /service-instance/487c7b77-0933-4ea5-b27d-b2d76387f50b HTTP/1.1" 200 3793 0.004423 10.0.0.141 - - [2025-05-15 02:12:41] "GET /domains HTTP/1.1" 200 281 0.002232 10.0.0.141 - - [2025-05-15 02:12:41] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.141 - - [2025-05-15 02:12:41] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2783 0.008224 10.0.0.141 - - [2025-05-15 02:12:41] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.141 - - [2025-05-15 02:12:41] "PUT /routing-instance/b2552d63-40ac-43a6-bf8c-2eff0be25c94 HTTP/1.1" 200 267 0.010423 10.0.0.141 - - [2025-05-15 02:12:41] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 4249 0.065883 10.0.0.141 - - [2025-05-15 02:12:41] "GET /service-instance/487c7b77-0933-4ea5-b27d-b2d76387f50b HTTP/1.1" 200 3793 0.003872 10.0.0.141 - - [2025-05-15 02:12:41] "PUT /routing-instance/4f332aea-e778-47cf-bd0c-87a749442f8d HTTP/1.1" 200 267 0.012571 10.0.0.141 - - [2025-05-15 02:12:41] "GET /port-tuple/c6f6e8a0-c790-42a3-8f97-ff34a11e5309 HTTP/1.1" 200 1985 0.004179 10.0.0.141 - - [2025-05-15 02:12:41] "GET /virtual-machine-interface/9ced9126-7ba1-4b53-a377-971f31a06599 HTTP/1.1" 200 3815 0.010378 10.0.0.141 - - [2025-05-15 02:12:41] "GET /virtual-machine-interface/be3c5e99-5fae-4590-a9ab-fa87c4b22c8b HTTP/1.1" 200 3809 0.005862 10.0.0.141 - - [2025-05-15 02:12:41] "GET /virtual-machine-interface/e92e67d6-71e4-4b78-9ac7-66373a2d54a1 HTTP/1.1" 200 3827 0.006172 10.0.0.141 - - [2025-05-15 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.010420 10.0.0.141 - - [2025-05-15 02:12:41] "PUT /access-control-list/145e3a11-9dee-4476-a7f3-057dc5ba765d HTTP/1.1" 200 273 0.015741 10.0.0.141 - - [2025-05-15 02:12:41] "POST /neutron/port HTTP/1.1" 200 3832 0.052257 10.0.0.141 - - [2025-05-15 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006806 10.0.0.141 - - [2025-05-15 02:12:41] "POST /neutron/port HTTP/1.1" 200 3832 0.030510 10.0.0.141 - - [2025-05-15 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007263 10.0.0.141 - - [2025-05-15 02:12:41] "POST /neutron/port HTTP/1.1" 200 3832 0.036947 10.0.0.141 - - [2025-05-15 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009387 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 3832 0.031453 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006216 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/network HTTP/1.1" 200 894 0.011718 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/network HTTP/1.1" 200 920 0.005475 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/network HTTP/1.1" 200 806 0.012023 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/network HTTP/1.1" 200 832 0.005441 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/network HTTP/1.1" 200 896 0.012570 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/network HTTP/1.1" 200 922 0.005056 10.0.0.141 - - [2025-05-15 02:12:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001254 10.0.0.141 - - [2025-05-15 02:12:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001143 10.0.0.141 - - [2025-05-15 02:12:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001270 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine/cb5cc937-8df4-4d5a-a1b7-cbda04c5c46d HTTP/1.1" 200 1807 0.004215 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine-interface/9ced9126-7ba1-4b53-a377-971f31a06599 HTTP/1.1" 200 3815 0.005961 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine-interface/be3c5e99-5fae-4590-a9ab-fa87c4b22c8b HTTP/1.1" 200 3809 0.006664 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine-interface/e92e67d6-71e4-4b78-9ac7-66373a2d54a1 HTTP/1.1" 200 3827 0.009381 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/0e04d946-3e61-4bb6-993a-531dc54fa154 HTTP/1.1" 200 1964 0.004641 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/2b9b5a9b-b180-4f40-88f9-8fc3542603f5 HTTP/1.1" 200 1624 0.006231 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/c58ac0a7-79fa-4f59-891d-37e518ff2921 HTTP/1.1" 200 1962 0.003853 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/07253d1e-1dd2-496b-ac8b-960be0c427a5 HTTP/1.1" 200 1623 0.004814 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/88434084-4ecc-4045-b652-32c73cee615d HTTP/1.1" 200 1958 0.003915 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/fc6c21b1-a852-4e30-83e7-8be2da676497 HTTP/1.1" 200 1960 0.005165 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/2a295eed-2cbd-4bc9-b925-fc56a4508f7c HTTP/1.1" 200 1982 0.003810 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/4187e97f-64ed-4a54-a57d-1a2a28cd26a3 HTTP/1.1" 200 1624 0.006685 10.0.0.141 - - [2025-05-15 02:12:42] "GET /instance-ip/6c809eaf-ac6c-45e1-807c-2b504cedd9bf HTTP/1.1" 200 1983 0.006590 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 3832 0.036226 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006824 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 3832 0.042264 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006896 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 3832 0.032341 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005895 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 3832 0.029354 10.0.0.141 - - [2025-05-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006258 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine/cb5cc937-8df4-4d5a-a1b7-cbda04c5c46d HTTP/1.1" 200 1807 0.004290 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine-interface/9ced9126-7ba1-4b53-a377-971f31a06599 HTTP/1.1" 200 3815 0.005795 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine-interface/be3c5e99-5fae-4590-a9ab-fa87c4b22c8b HTTP/1.1" 200 3809 0.005421 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-machine-interface/e92e67d6-71e4-4b78-9ac7-66373a2d54a1 HTTP/1.1" 200 3827 0.005376 10.0.0.141 - - [2025-05-15 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2025-05-15 02:12:42] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002945 10.0.0.141 - - [2025-05-15 02:12:42] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003027 10.0.0.141 - - [2025-05-15 02:12:43] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006085 10.0.0.141 - - [2025-05-15 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.141 - - [2025-05-15 02:12:44] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003530 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003161 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005440 10.0.0.141 - - [2025-05-15 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.141 - - [2025-05-15 02:12:44] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003711 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002891 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005583 10.0.0.141 - - [2025-05-15 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.141 - - [2025-05-15 02:12:44] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006794 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002771 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006427 10.0.0.141 - - [2025-05-15 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2025-05-15 02:12:44] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003718 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002938 10.0.0.141 - - [2025-05-15 02:12:44] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005220 10.0.0.141 - - [2025-05-15 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2025-05-15 02:12:45] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003136 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003490 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006150 10.0.0.141 - - [2025-05-15 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.141 - - [2025-05-15 02:12:45] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003646 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003844 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008887 10.0.0.141 - - [2025-05-15 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2025-05-15 02:12:45] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003596 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003062 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005370 10.0.0.141 - - [2025-05-15 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2025-05-15 02:12:45] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003628 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003037 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-network/321d4bde-9868-4b3b-b8cd-2ae8380a0284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005354 10.0.0.141 - - [2025-05-15 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.141 - - [2025-05-15 02:12:45] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003667 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003096 10.0.0.141 - - [2025-05-15 02:12:45] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005287 10.0.0.141 - - [2025-05-15 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2025-05-15 02:12:46] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003874 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003403 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005822 10.0.0.141 - - [2025-05-15 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-05-15 02:12:46] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004130 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003232 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005647 10.0.0.141 - - [2025-05-15 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.141 - - [2025-05-15 02:12:46] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003903 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-networks?parent_id=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003263 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005129 10.0.0.141 - - [2025-05-15 02:12:46] "GET /virtual-machine/cb5cc937-8df4-4d5a-a1b7-cbda04c5c46d HTTP/1.1" 200 1807 0.004192 10.0.0.141 - - [2025-05-15 02:12:46] "GET /domains HTTP/1.1" 200 281 0.002614 10.0.0.141 - - [2025-05-15 02:12:46] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.141 - - [2025-05-15 02:12:46] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2783 0.007402 10.0.0.141 - - [2025-05-15 02:12:46] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.141 - - [2025-05-15 02:12:46] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 4249 0.070651 10.0.0.141 - - [2025-05-15 02:12:46] "GET /service-instance/487c7b77-0933-4ea5-b27d-b2d76387f50b HTTP/1.1" 200 3793 0.003583 10.0.0.141 - - [2025-05-15 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.141 - - [2025-05-15 02:12:46] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003230 10.0.0.141 - - [2025-05-15 02:12:46] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005228 10.0.0.141 - - [2025-05-15 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.141 - - [2025-05-15 02:12:46] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003939 10.0.0.141 - - [2025-05-15 02:12:47] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005334 10.0.0.141 - - [2025-05-15 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.141 - - [2025-05-15 02:12:47] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005752 10.0.0.141 - - [2025-05-15 02:12:47] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?fields=routing_instances HTTP/1.1" 200 1688 0.006601 10.0.0.141 - - [2025-05-15 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.141 - - [2025-05-15 02:12:47] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005741 10.0.0.141 - - [2025-05-15 02:12:47] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?fields=routing_instances HTTP/1.1" 200 1692 0.008116 10.0.0.141 - - [2025-05-15 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.043425 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /access-control-list/145e3a11-9dee-4476-a7f3-057dc5ba765d HTTP/1.1" 200 115 0.043732 10.0.0.141 - - [2025-05-15 02:12:51] "POST /neutron/network HTTP/1.1" 200 834 0.011812 10.0.0.141 - - [2025-05-15 02:12:51] "GET /virtual-network/1e05eacf-7a05-4408-a6b9-aa4ab228a900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005067 10.0.0.141 - - [2025-05-15 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /routing-instance/b2552d63-40ac-43a6-bf8c-2eff0be25c94 HTTP/1.1" 200 115 0.032604 10.0.0.141 - - [2025-05-15 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.141 - - [2025-05-15 02:12:51] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003348 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /route-target/781f93db-0e8c-4d2d-a2ab-59ced2365697 HTTP/1.1" 200 115 0.014196 10.0.0.141 - - [2025-05-15 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.024711 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /routing-instance/4f332aea-e778-47cf-bd0c-87a749442f8d HTTP/1.1" 200 115 0.034672 10.0.0.141 - - [2025-05-15 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.141 - - [2025-05-15 02:12:51] "POST /neutron/network HTTP/1.1" 200 832 0.007354 10.0.0.141 - - [2025-05-15 02:12:51] "GET /virtual-network/a9b2eb10-aca1-4e54-aea7-46bdc9468b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005056 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /route-target/0b849485-c87d-4534-a4cf-a47b515bcb13 HTTP/1.1" 200 115 0.013743 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /access-control-list/db650356-823e-4fc9-ad59-9b0405b2637d HTTP/1.1" 200 115 0.018999 10.0.0.141 - - [2025-05-15 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2025-05-15 02:12:51] "GET /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003515 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /network-policy/7dec57e3-73c9-4e03-813d-525a3cf4bf1c HTTP/1.1" 200 115 0.018537 10.0.0.141 - - [2025-05-15 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /service-instance/487c7b77-0933-4ea5-b27d-b2d76387f50b HTTP/1.1" 200 115 0.045817 10.0.0.141 - - [2025-05-15 02:12:51] "GET /domains HTTP/1.1" 200 281 0.002274 10.0.0.141 - - [2025-05-15 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.016995 10.0.0.141 - - [2025-05-15 02:12:51] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.141 - - [2025-05-15 02:12:51] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2783 0.013679 10.0.0.141 - - [2025-05-15 02:12:51] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001518 10.0.0.141 - - [2025-05-15 02:12:51] "DELETE /instance-ip/2a295eed-2cbd-4bc9-b925-fc56a4508f7c HTTP/1.1" 200 115 0.030283 10.0.0.141 - - [2025-05-15 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.012106 10.0.0.141 - - [2025-05-15 02:12:52] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 3773 0.069178 10.0.0.141 - - [2025-05-15 02:12:52] "GET /virtual-machine/cb5cc937-8df4-4d5a-a1b7-cbda04c5c46d HTTP/1.1" 200 1807 0.005378 10.0.0.141 - - [2025-05-15 02:12:52] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003204 10.0.0.141 - - [2025-05-15 02:12:52] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001988 10.0.0.141 - - [2025-05-15 02:12:52] "DELETE /instance-ip/c58ac0a7-79fa-4f59-891d-37e518ff2921 HTTP/1.1" 200 115 0.024917 10.0.0.141 - - [2025-05-15 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.010344 10.0.0.141 - - [2025-05-15 02:12:52] "DELETE /instance-ip/88434084-4ecc-4045-b652-32c73cee615d HTTP/1.1" 200 115 0.020579 10.0.0.141 - - [2025-05-15 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.141 - - [2025-05-15 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.141 - - [2025-05-15 02:12:52] "DELETE /service-template/61d2bacc-2e9d-4762-adc2-d766d8277ea7 HTTP/1.1" 200 115 0.019348 10.0.0.141 - - [2025-05-15 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.002788 10.0.0.141 - - [2025-05-15 02:12:52] "DELETE /instance-ip/6c809eaf-ac6c-45e1-807c-2b504cedd9bf HTTP/1.1" 200 115 0.027128 10.0.0.141 - - [2025-05-15 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.014991 10.0.0.141 - - [2025-05-15 02:12:52] "DELETE /instance-ip/0e04d946-3e61-4bb6-993a-531dc54fa154 HTTP/1.1" 200 115 0.019397 10.0.0.141 - - [2025-05-15 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.018963 10.0.0.141 - - [2025-05-15 02:12:52] "DELETE /instance-ip/fc6c21b1-a852-4e30-83e7-8be2da676497 HTTP/1.1" 200 115 0.032728 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/network HTTP/1.1" 200 834 0.012718 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/network HTTP/1.1" 400 204 0.012652 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/port HTTP/1.1" 200 1086 0.013955 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/port HTTP/1.1" 200 1112 0.008178 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/port HTTP/1.1" 200 1086 0.021602 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/port HTTP/1.1" 200 151 0.101586 10.0.0.141 - - [2025-05-15 02:12:52] "POST /neutron/port HTTP/1.1" 200 1112 0.008586 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.115882 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 3025 0.022689 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 1112 0.009123 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.099224 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 1112 0.008777 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.086765 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 1112 0.009779 10.0.0.141 - - [2025-05-15 02:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.109568 10.0.0.141 - - [2025-05-15 02:12:54] "POST /neutron/network HTTP/1.1" 200 834 0.005395 10.0.0.141 - - [2025-05-15 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.141 - - [2025-05-15 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.141 - - [2025-05-15 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.141 - - [2025-05-15 02:12:54] "POST /neutron/network HTTP/1.1" 200 151 0.073364 10.0.0.141 - - [2025-05-15 02:12:54] "GET /routing-instance/f0243ef0-8696-4d35-b115-c39723cc0551 HTTP/1.1" 404 171 0.002108 10.0.0.141 - - [2025-05-15 02:12:54] "GET /domains HTTP/1.1" 200 281 0.003011 10.0.0.141 - - [2025-05-15 02:12:54] "DELETE /route-target/7f0df64a-6de8-4094-8968-207f2ea90326 HTTP/1.1" 200 115 0.016526 10.0.0.141 - - [2025-05-15 02:12:54] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.141 - - [2025-05-15 02:12:54] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2582 0.051254 10.0.0.141 - - [2025-05-15 02:12:54] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.141 - - [2025-05-15 02:12:54] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2306 0.065127 10.0.0.141 - - [2025-05-15 02:12:54] "POST /neutron/network HTTP/1.1" 200 832 0.005545 10.0.0.141 - - [2025-05-15 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.141 - - [2025-05-15 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002362 10.0.0.141 - - [2025-05-15 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.141 - - [2025-05-15 02:12:54] "POST /neutron/network HTTP/1.1" 200 151 0.083065 10.0.0.141 - - [2025-05-15 02:12:54] "GET /routing-instance/a5fa047f-474f-4050-b360-98482d29ff42 HTTP/1.1" 404 171 0.004956 10.0.0.141 - - [2025-05-15 02:12:54] "DELETE /route-target/21b99d2d-49b6-42e7-8caa-44a5fcb9ca0a HTTP/1.1" 200 115 0.023468 10.0.0.141 - - [2025-05-15 02:12:54] "GET /domains HTTP/1.1" 200 281 0.002197 10.0.0.141 - - [2025-05-15 02:12:54] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.141 - - [2025-05-15 02:12:54] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2582 0.050069 10.0.0.141 - - [2025-05-15 02:12:54] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001547 10.0.0.141 - - [2025-05-15 02:12:54] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 2087 0.066489 10.0.0.141 - - [2025-05-15 02:12:54] "POST /neutron/network HTTP/1.1" 200 832 0.006240 10.0.0.141 - - [2025-05-15 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002523 10.0.0.141 - - [2025-05-15 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002788 10.0.0.141 - - [2025-05-15 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.141 - - [2025-05-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.072778 10.0.0.141 - - [2025-05-15 02:12:55] "GET /routing-instance/a4040422-5e74-4ce0-b932-6d92638219b0 HTTP/1.1" 404 171 0.002099 10.0.0.141 - - [2025-05-15 02:12:55] "DELETE /route-target/e0c1b252-7680-4337-959f-c6ab7f60588b HTTP/1.1" 200 115 0.015162 10.0.0.141 - - [2025-05-15 02:12:55] "GET /domains HTTP/1.1" 200 281 0.016782 10.0.0.141 - - [2025-05-15 02:12:55] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.141 - - [2025-05-15 02:12:55] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2582 0.007591 10.0.0.141 - - [2025-05-15 02:12:55] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001624 10.0.0.141 - - [2025-05-15 02:12:55] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 1846 0.074570 10.0.0.141 - - [2025-05-15 02:12:55] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.141 - - [2025-05-15 02:12:55] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039219 10.0.0.141 - - [2025-05-15 02:12:55] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.141 - - [2025-05-15 02:12:55] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?fields=virtual_networks HTTP/1.1" 200 1031 0.068561 10.0.0.141 - - [2025-05-15 02:12:55] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.141 - - [2025-05-15 02:12:55] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.030552 10.0.0.141 - - [2025-05-15 02:12:55] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.141 - - [2025-05-15 02:12:55] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?fields=security_groups HTTP/1.1" 200 1256 0.022785 10.0.0.141 - - [2025-05-15 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.022174 10.0.0.141 - - [2025-05-15 02:12:56] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002528 10.0.0.141 - - [2025-05-15 02:12:56] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.141 - - [2025-05-15 02:12:56] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007725 10.0.0.141 - - [2025-05-15 02:12:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001241 10.0.0.141 - - [2025-05-15 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.003309 10.0.0.141 - - [2025-05-15 02:12:56] "POST /security-groups HTTP/1.1" 200 592 0.063246 10.0.0.141 - - [2025-05-15 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.002602 10.0.0.141 - - [2025-05-15 02:12:56] "POST /projects HTTP/1.1" 200 587 0.210560 10.0.0.141 - - [2025-05-15 02:12:56] "POST /access-control-lists HTTP/1.1" 200 599 0.058625 10.0.0.141 - - [2025-05-15 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.281417 10.0.0.141 - - [2025-05-15 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002774 10.0.0.141 - - [2025-05-15 02:12:56] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.403007 10.0.0.141 - - [2025-05-15 02:12:57] "POST /access-control-lists HTTP/1.1" 200 597 0.060425 10.0.0.141 - - [2025-05-15 02:12:57] "GET / HTTP/1.1" 200 36215 0.002135 10.0.0.141 - - [2025-05-15 02:12:59] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000478 10.0.0.141 - - [2025-05-15 02:12:59] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.141 - - [2025-05-15 02:12:59] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045765 10.0.0.141 - - [2025-05-15 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002436 10.0.0.141 - - [2025-05-15 02:12:59] "POST /virtual-DNSs HTTP/1.1" 200 509 0.014896 10.0.0.141 - - [2025-05-15 02:12:59] "GET /virtual-DNS/8266703e-2e8f-4724-88a8-5c895c306b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004991 10.0.0.141 - - [2025-05-15 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.141 - - [2025-05-15 02:12:59] "GET /virtual-DNS/8266703e-2e8f-4724-88a8-5c895c306b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.013099 10.0.0.141 - - [2025-05-15 02:12:59] "GET /domains HTTP/1.1" 401 293 0.000538 10.0.0.141 - - [2025-05-15 02:12:59] "GET /domains HTTP/1.1" 200 281 0.026583 10.0.0.141 - - [2025-05-15 02:12:59] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.141 - - [2025-05-15 02:12:59] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2971 0.009392 10.0.0.141 - - [2025-05-15 02:13:00] "GET /virtual-DNS/8266703e-2e8f-4724-88a8-5c895c306b43 HTTP/1.1" 200 1439 0.004363 10.0.0.141 - - [2025-05-15 02:13:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003142 10.0.0.141 - - [2025-05-15 02:13:00] "POST /network-ipams HTTP/1.1" 200 516 0.018539 10.0.0.141 - - [2025-05-15 02:13:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002882 10.0.0.141 - - [2025-05-15 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.141 - - [2025-05-15 02:13:00] "GET /network-ipam/c7ded9d4-4197-45c7-872b-39fb5aa9542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.005017 10.0.0.141 - - [2025-05-15 02:13:00] "PUT /network-ipam/c7ded9d4-4197-45c7-872b-39fb5aa9542f HTTP/1.1" 200 259 0.009593 10.0.0.141 - - [2025-05-15 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.009080 10.0.0.141 - - [2025-05-15 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.141 - - [2025-05-15 02:13:00] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001924 10.0.0.141 - - [2025-05-15 02:13:00] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024117 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.027501 10.0.0.141 - - [2025-05-15 02:13:00] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 618 0.063521 10.0.0.141 - - [2025-05-15 02:13:00] "POST /route-targets HTTP/1.1" 200 328 0.012284 10.0.0.141 - - [2025-05-15 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.012011 10.0.0.141 - - [2025-05-15 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005539 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.177515 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 833 0.005883 10.0.0.141 - - [2025-05-15 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001536 10.0.0.141 - - [2025-05-15 02:13:00] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005431 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 833 0.006926 10.0.0.141 - - [2025-05-15 02:13:00] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005281 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 833 0.005980 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.007269 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 807 0.010144 10.0.0.141 - - [2025-05-15 02:13:00] "POST /neutron/network HTTP/1.1" 200 833 0.006604 10.0.0.141 - - [2025-05-15 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001325 10.0.0.141 - - [2025-05-15 02:13:01] "POST /neutron/network HTTP/1.1" 200 843 0.005472 10.0.0.141 - - [2025-05-15 02:13:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000522 10.0.0.141 - - [2025-05-15 02:13:01] "GET / HTTP/1.1" 200 36215 0.001987 10.0.0.141 - - [2025-05-15 02:13:01] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000485 10.0.0.141 - - [2025-05-15 02:13:01] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.141 - - [2025-05-15 02:13:01] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047274 10.0.0.141 - - [2025-05-15 02:13:01] "POST /neutron/network HTTP/1.1" 200 833 0.005178 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.005540 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.005076 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.009870 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/network HTTP/1.1" 200 843 0.006097 10.0.0.141 - - [2025-05-15 02:13:02] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1058 0.218082 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1058 0.010472 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1058 0.011421 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1112 0.063210 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1086 0.019986 10.0.0.141 - - [2025-05-15 02:13:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004638 10.0.0.141 - - [2025-05-15 02:13:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.012673 10.0.0.141 - - [2025-05-15 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.141 - - [2025-05-15 02:13:03] "POST /neutron/network HTTP/1.1" 200 833 0.007678 10.0.0.141 - - [2025-05-15 02:13:07] "POST /neutron/port HTTP/1.1" 200 1086 0.018893 10.0.0.141 - - [2025-05-15 02:13:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008117 10.0.0.141 - - [2025-05-15 02:13:07] "POST /neutron/port HTTP/1.1" 200 1086 0.019815 10.0.0.141 - - [2025-05-15 02:13:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008380 10.0.0.141 - - [2025-05-15 02:13:07] "POST /neutron/port HTTP/1.1" 200 1086 0.021921 10.0.0.141 - - [2025-05-15 02:13:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009311 10.0.0.141 - - [2025-05-15 02:13:07] "GET /virtual-machine/b154a00c-0696-4318-a56b-44062b778b8d HTTP/1.1" 200 1296 0.005491 10.0.0.141 - - [2025-05-15 02:13:07] "GET /virtual-machine-interface/9462a4b7-f11c-4394-967b-213c0b413a18 HTTP/1.1" 200 2972 0.007348 10.0.0.141 - - [2025-05-15 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2025-05-15 02:13:07] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003335 10.0.0.141 - - [2025-05-15 02:13:07] "GET /virtual-networks?parent_id=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003366 10.0.0.141 - - [2025-05-15 02:13:07] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005706 10.0.0.141 - - [2025-05-15 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.141 - - [2025-05-15 02:13:10] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005019 10.0.0.141 - - [2025-05-15 02:13:11] "POST /neutron/port HTTP/1.1" 200 1086 0.017716 10.0.0.141 - - [2025-05-15 02:13:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005031 10.0.0.141 - - [2025-05-15 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.141 - - [2025-05-15 02:13:12] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003799 10.0.0.141 - - [2025-05-15 02:13:12] "GET /virtual-networks?parent_id=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002864 10.0.0.141 - - [2025-05-15 02:13:12] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006823 10.0.0.141 - - [2025-05-15 02:13:17] "POST /neutron/network HTTP/1.1" 200 807 0.010274 10.0.0.141 - - [2025-05-15 02:13:17] "POST /neutron/network HTTP/1.1" 200 833 0.004791 10.0.0.141 - - [2025-05-15 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001139 10.0.0.141 - - [2025-05-15 02:13:17] "POST /neutron/port HTTP/1.1" 200 1086 0.015215 10.0.0.141 - - [2025-05-15 02:13:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006053 10.0.0.141 - - [2025-05-15 02:13:17] "POST /neutron/network HTTP/1.1" 200 843 0.009303 10.0.0.141 - - [2025-05-15 02:13:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000700 10.0.0.141 - - [2025-05-15 02:13:17] "GET / HTTP/1.1" 200 36215 0.001997 10.0.0.141 - - [2025-05-15 02:13:17] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000487 10.0.0.141 - - [2025-05-15 02:13:18] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.141 - - [2025-05-15 02:13:18] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049145 10.0.0.141 - - [2025-05-15 02:13:18] "POST /neutron/network HTTP/1.1" 200 833 0.005828 10.0.0.141 - - [2025-05-15 02:13:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016244 10.0.0.141 - - [2025-05-15 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013507 10.0.0.141 - - [2025-05-15 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.005643 10.0.0.141 - - [2025-05-15 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.005070 10.0.0.141 - - [2025-05-15 02:13:18] "POST /neutron/network HTTP/1.1" 200 843 0.006278 10.0.0.141 - - [2025-05-15 02:13:18] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001368 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/port HTTP/1.1" 200 1058 0.183021 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008660 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008226 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/port HTTP/1.1" 200 1112 0.057545 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/port HTTP/1.1" 200 1086 0.017006 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003292 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.010990 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.141 - - [2025-05-15 02:13:19] "POST /neutron/network HTTP/1.1" 200 833 0.005314 10.0.0.141 - - [2025-05-15 02:13:20] "DELETE /project/a83a39889fa74575a491cb4cccd9b030 HTTP/1.1" 404 173 0.008270 10.0.0.141 - - [2025-05-15 02:13:20] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.141 - - [2025-05-15 02:13:20] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.023711 10.0.0.141 - - [2025-05-15 02:13:20] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.141 - - [2025-05-15 02:13:20] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?fields=security_groups HTTP/1.1" 200 1358 0.068473 10.0.0.141 - - [2025-05-15 02:13:20] "DELETE /security-group/8ccda1ff-b22e-4286-a408-71537e2c1fa2 HTTP/1.1" 200 115 0.028008 10.0.0.141 - - [2025-05-15 02:13:20] "GET /projects?obj_uuids=d1f50d76-f924-4f0f-965a-4e1c139b6fba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.141 - - [2025-05-15 02:13:20] "DELETE /access-control-list/ce4f01d6-0005-4058-84dd-ffbab398f167 HTTP/1.1" 200 115 0.029254 10.0.0.141 - - [2025-05-15 02:13:20] "GET /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba?fields=application_policy_sets HTTP/1.1" 200 1397 0.032540 10.0.0.141 - - [2025-05-15 02:13:20] "DELETE /access-control-list/b7935039-246c-4cca-aaf5-5041b554a840 HTTP/1.1" 200 115 0.021458 10.0.0.141 - - [2025-05-15 02:13:20] "DELETE /project/d1f50d76-f924-4f0f-965a-4e1c139b6fba HTTP/1.1" 200 115 0.315738 10.0.0.141 - - [2025-05-15 02:13:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015191 10.0.0.141 - - [2025-05-15 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007013 10.0.0.141 - - [2025-05-15 02:13:23] "POST /neutron/port HTTP/1.1" 200 1086 0.019333 10.0.0.141 - - [2025-05-15 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008543 10.0.0.141 - - [2025-05-15 02:13:23] "POST /neutron/port HTTP/1.1" 200 1086 0.019799 10.0.0.141 - - [2025-05-15 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006207 10.0.0.141 - - [2025-05-15 02:13:23] "GET /virtual-machine/5745bfd5-521c-4ffd-8a86-cf236a6a67e0 HTTP/1.1" 200 1294 0.004936 10.0.0.141 - - [2025-05-15 02:13:23] "GET /virtual-machine-interface/ee0278fd-ac9b-48e9-9624-34b2457c8360 HTTP/1.1" 200 2972 0.006896 10.0.0.141 - - [2025-05-15 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-05-15 02:13:23] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002843 10.0.0.141 - - [2025-05-15 02:13:23] "GET /virtual-networks?parent_id=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003082 10.0.0.141 - - [2025-05-15 02:13:24] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005353 10.0.0.141 - - [2025-05-15 02:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.050499 10.0.0.141 - - [2025-05-15 02:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.043844 10.0.0.141 - - [2025-05-15 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.141 - - [2025-05-15 02:13:27] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006897 10.0.0.141 - - [2025-05-15 02:13:27] "POST /neutron/port HTTP/1.1" 200 1086 0.016173 10.0.0.141 - - [2025-05-15 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007341 10.0.0.141 - - [2025-05-15 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.141 - - [2025-05-15 02:13:29] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003755 10.0.0.141 - - [2025-05-15 02:13:29] "GET /virtual-networks?parent_id=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003002 10.0.0.141 - - [2025-05-15 02:13:29] "GET /virtual-network/b2dfb31d-7a8d-4fb0-9c9b-c1c37949c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005220 10.0.0.141 - - [2025-05-15 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.141 - - [2025-05-15 02:13:35] "DELETE /virtual-DNS/8266703e-2e8f-4724-88a8-5c895c306b43 HTTP/1.1" 409 236 0.006334 10.0.0.141 - - [2025-05-15 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.003472 10.0.0.141 - - [2025-05-15 02:13:35] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.017930 10.0.0.141 - - [2025-05-15 02:13:35] "GET /virtual-DNS-record/7525dacd-aae6-4ff4-8740-312359fd8881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004854 10.0.0.141 - - [2025-05-15 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.141 - - [2025-05-15 02:13:35] "GET /virtual-DNS-record/7525dacd-aae6-4ff4-8740-312359fd8881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004297 10.0.0.141 - - [2025-05-15 02:13:35] "GET /domains HTTP/1.1" 200 281 0.002649 10.0.0.141 - - [2025-05-15 02:13:35] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.141 - - [2025-05-15 02:13:35] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2786 0.008115 10.0.0.141 - - [2025-05-15 02:13:35] "GET /virtual-DNS/8266703e-2e8f-4724-88a8-5c895c306b43 HTTP/1.1" 200 1910 0.003846 10.0.0.141 - - [2025-05-15 02:13:35] "GET /virtual-DNS-record/7525dacd-aae6-4ff4-8740-312359fd8881 HTTP/1.1" 200 1337 0.002679 10.0.0.141 - - [2025-05-15 02:13:40] "DELETE /virtual-DNS-record/7525dacd-aae6-4ff4-8740-312359fd8881 HTTP/1.1" 200 115 0.019551 10.0.0.141 - - [2025-05-15 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.003155 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/network HTTP/1.1" 200 833 0.007033 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/network HTTP/1.1" 400 204 0.015982 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015260 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 1112 0.010931 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 1086 0.013899 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 1112 0.009106 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 151 0.107981 10.0.0.141 - - [2025-05-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 151 0.103401 10.0.0.141 - - [2025-05-15 02:13:43] "POST /neutron/network HTTP/1.1" 200 833 0.005944 10.0.0.141 - - [2025-05-15 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.141 - - [2025-05-15 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.025738 10.0.0.141 - - [2025-05-15 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004107 10.0.0.141 - - [2025-05-15 02:13:43] "DELETE /route-target/ec8974e3-d727-4e1f-b4a4-56db1cb700d7 HTTP/1.1" 200 115 0.039427 10.0.0.141 - - [2025-05-15 02:13:43] "POST /neutron/network HTTP/1.1" 200 151 0.184942 10.0.0.141 - - [2025-05-15 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.141 - - [2025-05-15 02:13:43] "DELETE /network-ipam/c7ded9d4-4197-45c7-872b-39fb5aa9542f HTTP/1.1" 200 115 0.028833 10.0.0.141 - - [2025-05-15 02:13:43] "DELETE /virtual-DNS/8266703e-2e8f-4724-88a8-5c895c306b43 HTTP/1.1" 200 115 0.028270 10.0.0.141 - - [2025-05-15 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.003103 10.0.0.141 - - [2025-05-15 02:13:43] "GET /domains HTTP/1.1" 200 281 0.002935 10.0.0.141 - - [2025-05-15 02:13:43] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.141 - - [2025-05-15 02:13:43] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2585 0.008419 10.0.0.141 - - [2025-05-15 02:13:43] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001687 10.0.0.141 - - [2025-05-15 02:13:43] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026146 10.0.0.141 - - [2025-05-15 02:13:43] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.141 - - [2025-05-15 02:13:43] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?fields=virtual_networks HTTP/1.1" 200 1037 0.069937 10.0.0.141 - - [2025-05-15 02:13:43] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.141 - - [2025-05-15 02:13:44] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.025258 10.0.0.141 - - [2025-05-15 02:13:44] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.141 - - [2025-05-15 02:13:44] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?fields=security_groups HTTP/1.1" 200 1265 0.026996 10.0.0.141 - - [2025-05-15 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.023002 10.0.0.141 - - [2025-05-15 02:13:44] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002743 10.0.0.141 - - [2025-05-15 02:13:44] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002099 10.0.0.141 - - [2025-05-15 02:13:44] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012499 10.0.0.141 - - [2025-05-15 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001739 10.0.0.141 - - [2025-05-15 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.003525 10.0.0.141 - - [2025-05-15 02:13:45] "POST /security-groups HTTP/1.1" 200 592 0.059700 10.0.0.141 - - [2025-05-15 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002362 10.0.0.141 - - [2025-05-15 02:13:45] "POST /projects HTTP/1.1" 200 587 0.212312 10.0.0.141 - - [2025-05-15 02:13:45] "POST /access-control-lists HTTP/1.1" 200 599 0.060415 10.0.0.141 - - [2025-05-15 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.290836 10.0.0.141 - - [2025-05-15 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.003154 10.0.0.141 - - [2025-05-15 02:13:45] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.425064 10.0.0.141 - - [2025-05-15 02:13:45] "POST /access-control-lists HTTP/1.1" 200 597 0.060194 10.0.0.141 - - [2025-05-15 02:13:46] "GET / HTTP/1.1" 200 36215 0.001947 10.0.0.141 - - [2025-05-15 02:13:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.141 - - [2025-05-15 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.051932 10.0.0.141 - - [2025-05-15 02:13:47] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.141 - - [2025-05-15 02:13:47] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023598 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/network HTTP/1.1" 200 117 0.027053 10.0.0.141 - - [2025-05-15 02:13:47] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001455 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/network HTTP/1.1" 200 606 0.068663 10.0.0.141 - - [2025-05-15 02:13:47] "POST /route-targets HTTP/1.1" 200 328 0.011868 10.0.0.141 - - [2025-05-15 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.012191 10.0.0.141 - - [2025-05-15 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.144928 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/network HTTP/1.1" 200 826 0.005047 10.0.0.141 - - [2025-05-15 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001095 10.0.0.141 - - [2025-05-15 02:13:47] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004209 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/network HTTP/1.1" 200 826 0.005561 10.0.0.141 - - [2025-05-15 02:13:47] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004693 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/network HTTP/1.1" 200 826 0.005473 10.0.0.141 - - [2025-05-15 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.006197 10.0.0.141 - - [2025-05-15 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001632 10.0.0.141 - - [2025-05-15 02:13:48] "POST /neutron/network HTTP/1.1" 200 836 0.005417 10.0.0.141 - - [2025-05-15 02:13:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000552 10.0.0.141 - - [2025-05-15 02:13:48] "GET / HTTP/1.1" 200 36215 0.002286 10.0.0.141 - - [2025-05-15 02:13:48] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000548 10.0.0.141 - - [2025-05-15 02:13:48] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.141 - - [2025-05-15 02:13:48] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049958 10.0.0.141 - - [2025-05-15 02:13:48] "POST /neutron/network HTTP/1.1" 200 826 0.005374 10.0.0.141 - - [2025-05-15 02:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.004892 10.0.0.141 - - [2025-05-15 02:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.005145 10.0.0.141 - - [2025-05-15 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001429 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.006583 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/network HTTP/1.1" 200 836 0.006449 10.0.0.141 - - [2025-05-15 02:13:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000586 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/network HTTP/1.1" 200 836 0.005265 10.0.0.141 - - [2025-05-15 02:13:49] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.141 - - [2025-05-15 02:13:49] "GET / HTTP/1.1" 200 36215 0.001507 10.0.0.141 - - [2025-05-15 02:13:49] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000530 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1062 0.219190 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1062 0.008134 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1062 0.007118 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1116 0.066790 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1090 0.014476 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002652 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.009155 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/network HTTP/1.1" 200 826 0.006125 10.0.0.141 - - [2025-05-15 02:13:49] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.141 - - [2025-05-15 02:13:49] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049807 10.0.0.141 - - [2025-05-15 02:13:49] "POST /neutron/network HTTP/1.1" 200 826 0.005306 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1090 0.019258 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010369 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.007731 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1090 0.016183 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007683 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/network HTTP/1.1" 200 836 0.006421 10.0.0.141 - - [2025-05-15 02:13:50] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1062 0.233104 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1062 0.014187 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1062 0.017528 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1116 0.090414 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1090 0.016661 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003554 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.011110 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.141 - - [2025-05-15 02:13:50] "POST /neutron/network HTTP/1.1" 200 826 0.005293 10.0.0.141 - - [2025-05-15 02:13:55] "POST /neutron/port HTTP/1.1" 200 1090 0.018212 10.0.0.141 - - [2025-05-15 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007358 10.0.0.141 - - [2025-05-15 02:13:55] "POST /neutron/port HTTP/1.1" 200 1090 0.015073 10.0.0.141 - - [2025-05-15 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007353 10.0.0.141 - - [2025-05-15 02:13:55] "POST /neutron/port HTTP/1.1" 200 1090 0.014547 10.0.0.141 - - [2025-05-15 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007458 10.0.0.141 - - [2025-05-15 02:13:55] "GET /virtual-machine/eb028f39-90d7-462f-8f7b-d751fe9de05f HTTP/1.1" 401 293 0.000681 10.0.0.141 - - [2025-05-15 02:13:55] "GET /virtual-machine/eb028f39-90d7-462f-8f7b-d751fe9de05f HTTP/1.1" 200 1296 0.025637 10.0.0.141 - - [2025-05-15 02:13:55] "GET /virtual-machine-interface/3be7e6a9-e59e-47d8-b801-a1de70a41400 HTTP/1.1" 200 2953 0.005711 10.0.0.141 - - [2025-05-15 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2025-05-15 02:13:55] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003313 10.0.0.141 - - [2025-05-15 02:13:55] "GET /virtual-networks?parent_id=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003507 10.0.0.141 - - [2025-05-15 02:13:55] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005458 10.0.0.141 - - [2025-05-15 02:13:58] "POST /neutron/port HTTP/1.1" 200 1090 0.015233 10.0.0.141 - - [2025-05-15 02:13:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005549 10.0.0.141 - - [2025-05-15 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.141 - - [2025-05-15 02:13:59] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004574 10.0.0.141 - - [2025-05-15 02:13:59] "POST /neutron/port HTTP/1.1" 200 1090 0.021451 10.0.0.141 - - [2025-05-15 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005632 10.0.0.141 - - [2025-05-15 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2025-05-15 02:14:01] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003383 10.0.0.141 - - [2025-05-15 02:14:01] "GET /virtual-networks?parent_id=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003057 10.0.0.141 - - [2025-05-15 02:14:01] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005353 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/port HTTP/1.1" 200 1090 0.017329 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014736 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005124 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/port HTTP/1.1" 200 1090 0.017185 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015006 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/network HTTP/1.1" 200 836 0.008673 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006640 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.012843 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016607 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/network HTTP/1.1" 200 826 0.006494 10.0.0.141 - - [2025-05-15 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006269 10.0.0.141 - - [2025-05-15 02:14:01] "GET /virtual-machine/3264ed43-7fc1-4ddc-9518-b7f4acb8a063 HTTP/1.1" 200 1295 0.005161 10.0.0.141 - - [2025-05-15 02:14:01] "GET /virtual-machine-interface/8ae7b62a-64de-4cb5-8c7d-d24bf0ad86c5 HTTP/1.1" 200 2954 0.005049 10.0.0.141 - - [2025-05-15 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.141 - - [2025-05-15 02:14:01] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003372 10.0.0.141 - - [2025-05-15 02:14:01] "GET /virtual-networks?parent_id=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003301 10.0.0.141 - - [2025-05-15 02:14:01] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005278 10.0.0.141 - - [2025-05-15 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2025-05-15 02:14:03] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003171 10.0.0.141 - - [2025-05-15 02:14:03] "GET /virtual-networks?parent_id=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003005 10.0.0.141 - - [2025-05-15 02:14:03] "GET /virtual-network/9327a2ba-119e-4039-981c-c001613a7e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005442 10.0.0.141 - - [2025-05-15 02:14:07] "POST /neutron/network HTTP/1.1" 200 826 0.007270 10.0.0.141 - - [2025-05-15 02:14:07] "POST /neutron/network HTTP/1.1" 400 204 0.013378 10.0.0.141 - - [2025-05-15 02:14:08] "POST /neutron/port HTTP/1.1" 200 1090 0.019009 10.0.0.141 - - [2025-05-15 02:14:08] "POST /neutron/port HTTP/1.1" 200 1116 0.010532 10.0.0.141 - - [2025-05-15 02:14:08] "POST /neutron/port HTTP/1.1" 200 1090 0.033812 10.0.0.141 - - [2025-05-15 02:14:08] "POST /neutron/port HTTP/1.1" 200 1116 0.010794 10.0.0.141 - - [2025-05-15 02:14:08] "POST /neutron/port HTTP/1.1" 200 151 0.169735 10.0.0.141 - - [2025-05-15 02:14:08] "POST /neutron/port HTTP/1.1" 200 151 0.146360 10.0.0.141 - - [2025-05-15 02:14:10] "POST /neutron/network HTTP/1.1" 200 826 0.007282 10.0.0.141 - - [2025-05-15 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004535 10.0.0.141 - - [2025-05-15 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007550 10.0.0.141 - - [2025-05-15 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.141 - - [2025-05-15 02:14:10] "POST /neutron/network HTTP/1.1" 200 151 0.098969 10.0.0.141 - - [2025-05-15 02:14:10] "DELETE /route-target/b533725a-0f4b-4e50-9bec-bf80799d9dcf HTTP/1.1" 200 115 0.015654 10.0.0.141 - - [2025-05-15 02:14:10] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.141 - - [2025-05-15 02:14:10] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.026766 10.0.0.141 - - [2025-05-15 02:14:10] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.141 - - [2025-05-15 02:14:10] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?fields=virtual_networks HTTP/1.1" 200 1035 0.070703 10.0.0.141 - - [2025-05-15 02:14:10] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001556 10.0.0.141 - - [2025-05-15 02:14:10] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024706 10.0.0.141 - - [2025-05-15 02:14:10] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001303 10.0.0.141 - - [2025-05-15 02:14:10] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?fields=security_groups HTTP/1.1" 200 1263 0.032183 10.0.0.141 - - [2025-05-15 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.023761 10.0.0.141 - - [2025-05-15 02:14:11] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002474 10.0.0.141 - - [2025-05-15 02:14:11] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.141 - - [2025-05-15 02:14:11] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007731 10.0.0.141 - - [2025-05-15 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.003732 10.0.0.141 - - [2025-05-15 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.003012 10.0.0.141 - - [2025-05-15 02:14:11] "POST /security-groups HTTP/1.1" 200 591 0.075574 10.0.0.141 - - [2025-05-15 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002623 10.0.0.141 - - [2025-05-15 02:14:11] "POST /projects HTTP/1.1" 200 585 0.244857 10.0.0.141 - - [2025-05-15 02:14:11] "POST /access-control-lists HTTP/1.1" 200 598 0.058737 10.0.0.141 - - [2025-05-15 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.318828 10.0.0.141 - - [2025-05-15 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.003963 10.0.0.141 - - [2025-05-15 02:14:11] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.444102 10.0.0.141 - - [2025-05-15 02:14:12] "POST /access-control-lists HTTP/1.1" 200 596 0.064277 10.0.0.141 - - [2025-05-15 02:14:13] "GET / HTTP/1.1" 200 36215 0.002181 10.0.0.141 - - [2025-05-15 02:14:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.141 - - [2025-05-15 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.051808 10.0.0.141 - - [2025-05-15 02:14:14] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.141 - - [2025-05-15 02:14:14] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024034 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 117 0.041657 10.0.0.141 - - [2025-05-15 02:14:14] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002260 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 625 0.072856 10.0.0.141 - - [2025-05-15 02:14:14] "POST /route-targets HTTP/1.1" 200 328 0.009544 10.0.0.141 - - [2025-05-15 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.013133 10.0.0.141 - - [2025-05-15 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003292 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.208663 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 839 0.005656 10.0.0.141 - - [2025-05-15 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001534 10.0.0.141 - - [2025-05-15 02:14:14] "GET /virtual-network/99b6161e-a2be-4f14-a232-9e1959053149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005155 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 839 0.006077 10.0.0.141 - - [2025-05-15 02:14:14] "GET /virtual-network/99b6161e-a2be-4f14-a232-9e1959053149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005175 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 839 0.005887 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.006857 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 839 0.005354 10.0.0.141 - - [2025-05-15 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001119 10.0.0.141 - - [2025-05-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 849 0.006116 10.0.0.141 - - [2025-05-15 02:14:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000758 10.0.0.141 - - [2025-05-15 02:14:15] "GET / HTTP/1.1" 200 36215 0.001925 10.0.0.141 - - [2025-05-15 02:14:15] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2025-05-15 02:14:15] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001427 10.0.0.141 - - [2025-05-15 02:14:15] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065918 10.0.0.141 - - [2025-05-15 02:14:15] "POST /neutron/network HTTP/1.1" 200 839 0.006930 10.0.0.141 - - [2025-05-15 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.007040 10.0.0.141 - - [2025-05-15 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.004891 10.0.0.141 - - [2025-05-15 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.141 - - [2025-05-15 02:14:15] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003195 10.0.0.141 - - [2025-05-15 02:14:15] "PUT /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361 HTTP/1.1" 200 277 0.009454 10.0.0.141 - - [2025-05-15 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.005696 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/network HTTP/1.1" 200 849 0.006749 10.0.0.141 - - [2025-05-15 02:14:16] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/port HTTP/1.1" 200 1055 0.194958 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/port HTTP/1.1" 200 1055 0.009047 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/port HTTP/1.1" 200 1055 0.008595 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/port HTTP/1.1" 200 1109 0.065642 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/port HTTP/1.1" 200 1083 0.016507 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003411 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.010764 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.141 - - [2025-05-15 02:14:16] "POST /neutron/network HTTP/1.1" 200 839 0.005460 10.0.0.141 - - [2025-05-15 02:14:20] "DELETE /project/4e99fd658d6e413c88a5f2d9bbd91661 HTTP/1.1" 404 173 0.011714 10.0.0.141 - - [2025-05-15 02:14:20] "DELETE /project/4a58c2a08cf34766aea4d2a79c5d3cea HTTP/1.1" 404 173 0.007833 10.0.0.141 - - [2025-05-15 02:14:20] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.141 - - [2025-05-15 02:14:20] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.141 - - [2025-05-15 02:14:20] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.039032 10.0.0.141 - - [2025-05-15 02:14:20] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.041232 10.0.0.141 - - [2025-05-15 02:14:20] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.141 - - [2025-05-15 02:14:20] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.141 - - [2025-05-15 02:14:20] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?fields=security_groups HTTP/1.1" 200 1367 0.038605 10.0.0.141 - - [2025-05-15 02:14:20] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?fields=security_groups HTTP/1.1" 200 1365 0.042418 10.0.0.141 - - [2025-05-15 02:14:21] "POST /neutron/port HTTP/1.1" 200 1083 0.021654 10.0.0.141 - - [2025-05-15 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016751 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /security-group/ed5cee8f-270d-4789-94eb-cc511a8f3b24 HTTP/1.1" 200 115 0.076083 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /security-group/6a9f27d0-5fa1-41c4-94c7-2d6d771e87f3 HTTP/1.1" 200 115 0.085017 10.0.0.141 - - [2025-05-15 02:14:21] "GET /projects?obj_uuids=a83a3988-9fa7-4575-a491-cb4cccd9b030&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001504 10.0.0.141 - - [2025-05-15 02:14:21] "GET /projects?obj_uuids=4e99fd65-8d6e-413c-88a5-f2d9bbd91661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /access-control-list/a8c58ead-55c6-475d-a171-f15a2e93a4d6 HTTP/1.1" 200 115 0.056952 10.0.0.141 - - [2025-05-15 02:14:21] "GET /project/a83a3988-9fa7-4575-a491-cb4cccd9b030?fields=application_policy_sets HTTP/1.1" 200 1406 0.056705 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /access-control-list/2b084bd2-6408-4f73-bec4-2a18077003ee HTTP/1.1" 200 115 0.042793 10.0.0.141 - - [2025-05-15 02:14:21] "GET /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661?fields=application_policy_sets HTTP/1.1" 200 1404 0.099095 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /access-control-list/a9e18296-504e-49d2-b1bd-13c2bc846619 HTTP/1.1" 200 115 0.053171 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /access-control-list/0848c8bc-6b43-44e3-be04-39bb2df75698 HTTP/1.1" 200 115 0.058879 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /project/a83a3988-9fa7-4575-a491-cb4cccd9b030 HTTP/1.1" 200 115 0.466655 10.0.0.141 - - [2025-05-15 02:14:21] "POST /neutron/port HTTP/1.1" 200 1083 0.046579 10.0.0.141 - - [2025-05-15 02:14:21] "DELETE /project/4e99fd65-8d6e-413c-88a5-f2d9bbd91661 HTTP/1.1" 200 115 0.489032 10.0.0.141 - - [2025-05-15 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008422 10.0.0.141 - - [2025-05-15 02:14:21] "POST /neutron/port HTTP/1.1" 200 1083 0.015981 10.0.0.141 - - [2025-05-15 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006397 10.0.0.141 - - [2025-05-15 02:14:21] "GET /virtual-machine/ed1dc40a-781f-4472-8223-bceeaf9c3013 HTTP/1.1" 401 293 0.000590 10.0.0.141 - - [2025-05-15 02:14:21] "GET /virtual-machine/ed1dc40a-781f-4472-8223-bceeaf9c3013 HTTP/1.1" 200 1294 0.024790 10.0.0.141 - - [2025-05-15 02:14:21] "GET /virtual-machine-interface/e07ffbdb-3b44-493d-b875-671cde478456 HTTP/1.1" 200 2979 0.004669 10.0.0.141 - - [2025-05-15 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.141 - - [2025-05-15 02:14:21] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.004048 10.0.0.141 - - [2025-05-15 02:14:21] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003110 10.0.0.141 - - [2025-05-15 02:14:21] "GET /virtual-network/99b6161e-a2be-4f14-a232-9e1959053149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005288 10.0.0.141 - - [2025-05-15 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.141 - - [2025-05-15 02:14:25] "GET /virtual-network/99b6161e-a2be-4f14-a232-9e1959053149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004805 10.0.0.141 - - [2025-05-15 02:14:25] "POST /neutron/port HTTP/1.1" 200 1083 0.015301 10.0.0.141 - - [2025-05-15 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005738 10.0.0.141 - - [2025-05-15 02:14:25] "GET /obj-perms HTTP/1.1" 200 5075 0.048906 10.0.0.141 - - [2025-05-15 02:14:26] "GET /obj-perms HTTP/1.1" 200 5075 0.046355 10.0.0.141 - - [2025-05-15 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-05-15 02:14:27] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003117 10.0.0.141 - - [2025-05-15 02:14:27] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002927 10.0.0.141 - - [2025-05-15 02:14:27] "GET /virtual-network/99b6161e-a2be-4f14-a232-9e1959053149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005367 10.0.0.141 - - [2025-05-15 02:14:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015969 10.0.0.141 - - [2025-05-15 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005647 10.0.0.141 - - [2025-05-15 02:14:31] "GET /global-system-configs HTTP/1.1" 200 323 0.031424 10.0.0.141 - - [2025-05-15 02:14:31] "GET /obj-perms HTTP/1.1" 200 5075 0.045021 10.0.0.141 - - [2025-05-15 02:14:32] "GET /global-system-configs HTTP/1.1" 200 323 0.027580 10.0.0.141 - - [2025-05-15 02:14:32] "GET /obj-perms HTTP/1.1" 200 5075 0.062069 10.0.0.141 - - [2025-05-15 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.141 - - [2025-05-15 02:14:34] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003740 10.0.0.141 - - [2025-05-15 02:14:34] "PUT /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361 HTTP/1.1" 200 277 0.008814 10.0.0.141 - - [2025-05-15 02:14:34] "POST /neutron/network HTTP/1.1" 200 839 0.006111 10.0.0.141 - - [2025-05-15 02:14:34] "POST /neutron/network HTTP/1.1" 400 204 0.010583 10.0.0.141 - - [2025-05-15 02:14:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015743 10.0.0.141 - - [2025-05-15 02:14:35] "POST /neutron/port HTTP/1.1" 200 1109 0.009254 10.0.0.141 - - [2025-05-15 02:14:35] "POST /neutron/port HTTP/1.1" 200 151 0.098578 10.0.0.141 - - [2025-05-15 02:14:36] "POST /neutron/network HTTP/1.1" 200 839 0.005790 10.0.0.141 - - [2025-05-15 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.028739 10.0.0.141 - - [2025-05-15 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002279 10.0.0.141 - - [2025-05-15 02:14:36] "POST /neutron/network HTTP/1.1" 200 151 0.098516 10.0.0.141 - - [2025-05-15 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.044111 10.0.0.141 - - [2025-05-15 02:14:36] "DELETE /route-target/7269abd4-7533-4906-81cc-62555ee23489 HTTP/1.1" 200 115 0.018919 10.0.0.141 - - [2025-05-15 02:14:37] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002795 10.0.0.141 - - [2025-05-15 02:14:37] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361 HTTP/1.1" 200 1830 0.003451 10.0.0.141 - - [2025-05-15 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.141 - - [2025-05-15 02:14:37] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.141 - - [2025-05-15 02:14:37] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031329 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 117 0.023420 10.0.0.141 - - [2025-05-15 02:14:37] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 605 0.080413 10.0.0.141 - - [2025-05-15 02:14:37] "POST /route-targets HTTP/1.1" 200 328 0.011604 10.0.0.141 - - [2025-05-15 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.013846 10.0.0.141 - - [2025-05-15 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.168551 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 825 0.006333 10.0.0.141 - - [2025-05-15 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001564 10.0.0.141 - - [2025-05-15 02:14:37] "GET /virtual-network/be94c337-a355-4efb-b174-9dd3ab564272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005728 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 825 0.006471 10.0.0.141 - - [2025-05-15 02:14:37] "GET /virtual-network/be94c337-a355-4efb-b174-9dd3ab564272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005165 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 825 0.006278 10.0.0.141 - - [2025-05-15 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.008008 10.0.0.141 - - [2025-05-15 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001380 10.0.0.141 - - [2025-05-15 02:14:38] "POST /neutron/network HTTP/1.1" 200 835 0.006858 10.0.0.141 - - [2025-05-15 02:14:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000502 10.0.0.141 - - [2025-05-15 02:14:38] "GET / HTTP/1.1" 200 36215 0.002388 10.0.0.141 - - [2025-05-15 02:14:38] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2025-05-15 02:14:38] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.141 - - [2025-05-15 02:14:38] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052368 10.0.0.141 - - [2025-05-15 02:14:38] "POST /neutron/network HTTP/1.1" 200 825 0.030349 10.0.0.141 - - [2025-05-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.005066 10.0.0.141 - - [2025-05-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/network HTTP/1.1" 200 835 0.005846 10.0.0.141 - - [2025-05-15 02:14:39] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 1061 0.205598 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 1061 0.035899 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 1061 0.012054 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 1115 0.066942 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 1089 0.025502 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004967 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.011049 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.141 - - [2025-05-15 02:14:39] "POST /neutron/network HTTP/1.1" 200 825 0.006250 10.0.0.141 - - [2025-05-15 02:14:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015107 10.0.0.141 - - [2025-05-15 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006511 10.0.0.141 - - [2025-05-15 02:14:44] "POST /neutron/port HTTP/1.1" 200 1089 0.014487 10.0.0.141 - - [2025-05-15 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006665 10.0.0.141 - - [2025-05-15 02:14:44] "POST /neutron/port HTTP/1.1" 200 1089 0.017816 10.0.0.141 - - [2025-05-15 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007830 10.0.0.141 - - [2025-05-15 02:14:44] "GET /virtual-machine/66fbffe9-29ee-4c3f-9b26-712e97474217 HTTP/1.1" 200 1294 0.004792 10.0.0.141 - - [2025-05-15 02:14:44] "GET /virtual-machine-interface/48c52b44-236b-4b83-a243-5fccc0d47088 HTTP/1.1" 200 2948 0.005275 10.0.0.141 - - [2025-05-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.141 - - [2025-05-15 02:14:44] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003098 10.0.0.141 - - [2025-05-15 02:14:44] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003488 10.0.0.141 - - [2025-05-15 02:14:44] "GET /virtual-network/be94c337-a355-4efb-b174-9dd3ab564272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005624 10.0.0.141 - - [2025-05-15 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.141 - - [2025-05-15 02:14:47] "GET /virtual-network/be94c337-a355-4efb-b174-9dd3ab564272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005309 10.0.0.141 - - [2025-05-15 02:14:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015479 10.0.0.141 - - [2025-05-15 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006738 10.0.0.141 - - [2025-05-15 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2025-05-15 02:14:49] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002770 10.0.0.141 - - [2025-05-15 02:14:49] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003343 10.0.0.141 - - [2025-05-15 02:14:49] "GET /virtual-network/be94c337-a355-4efb-b174-9dd3ab564272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005444 10.0.0.141 - - [2025-05-15 02:14:51] "POST /neutron/network HTTP/1.1" 200 825 0.006001 10.0.0.141 - - [2025-05-15 02:14:51] "POST /neutron/network HTTP/1.1" 400 204 0.010821 10.0.0.141 - - [2025-05-15 02:14:52] "POST /neutron/port HTTP/1.1" 200 1089 0.014633 10.0.0.141 - - [2025-05-15 02:14:52] "POST /neutron/port HTTP/1.1" 200 1115 0.010863 10.0.0.141 - - [2025-05-15 02:14:52] "POST /neutron/port HTTP/1.1" 200 151 0.087052 10.0.0.141 - - [2025-05-15 02:14:53] "POST /neutron/network HTTP/1.1" 200 825 0.005475 10.0.0.141 - - [2025-05-15 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.141 - - [2025-05-15 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.141 - - [2025-05-15 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 10.0.0.141 - - [2025-05-15 02:14:53] "POST /neutron/network HTTP/1.1" 200 151 0.081311 10.0.0.141 - - [2025-05-15 02:14:53] "DELETE /route-target/6acf7e8d-ae72-4c54-ab06-2df52f78d307 HTTP/1.1" 200 115 0.013656 10.0.0.141 - - [2025-05-15 02:14:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002980 10.0.0.141 - - [2025-05-15 02:14:54] "POST /network-ipams HTTP/1.1" 200 543 0.018555 10.0.0.141 - - [2025-05-15 02:14:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003172 10.0.0.141 - - [2025-05-15 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.141 - - [2025-05-15 02:14:54] "GET /network-ipam/4c1b6b02-905a-41f1-9140-92a9688786d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.004938 10.0.0.141 - - [2025-05-15 02:14:54] "PUT /network-ipam/4c1b6b02-905a-41f1-9140-92a9688786d9 HTTP/1.1" 200 259 0.010139 10.0.0.141 - - [2025-05-15 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.141 - - [2025-05-15 02:14:54] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.141 - - [2025-05-15 02:14:54] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022572 10.0.0.141 - - [2025-05-15 02:14:54] "POST /neutron/network HTTP/1.1" 200 117 0.006987 10.0.0.141 - - [2025-05-15 02:14:54] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.141 - - [2025-05-15 02:14:54] "POST /neutron/network HTTP/1.1" 200 605 0.065810 10.0.0.141 - - [2025-05-15 02:14:54] "POST /route-targets HTTP/1.1" 200 328 0.013046 10.0.0.141 - - [2025-05-15 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010193 10.0.0.141 - - [2025-05-15 02:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004213 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.203933 10.0.0.141 - - [2025-05-15 02:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004414 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.136006 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/network HTTP/1.1" 200 994 0.006781 10.0.0.141 - - [2025-05-15 02:14:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001312 10.0.0.141 - - [2025-05-15 02:14:55] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004867 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/network HTTP/1.1" 200 994 0.014266 10.0.0.141 - - [2025-05-15 02:14:55] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004494 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/network HTTP/1.1" 200 994 0.007141 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006975 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006448 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/network HTTP/1.1" 200 994 0.006650 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006782 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.007005 10.0.0.141 - - [2025-05-15 02:14:55] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/port HTTP/1.1" 200 1017 0.162140 10.0.0.141 - - [2025-05-15 02:14:55] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/port HTTP/1.1" 200 1017 0.162255 10.0.0.141 - - [2025-05-15 02:14:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001298 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008481 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008039 10.0.0.141 - - [2025-05-15 02:14:55] "POST /neutron/network HTTP/1.1" 200 994 0.006950 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007733 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.005237 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.004887 10.0.0.141 - - [2025-05-15 02:14:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001256 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.004868 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008831 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008639 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/network HTTP/1.1" 200 994 0.006743 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006916 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007666 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008347 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.006066 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.005626 10.0.0.141 - - [2025-05-15 02:14:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001997 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.008400 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/network HTTP/1.1" 200 1004 0.009150 10.0.0.141 - - [2025-05-15 02:14:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000483 10.0.0.141 - - [2025-05-15 02:14:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008456 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/network HTTP/1.1" 200 1004 0.008577 10.0.0.141 - - [2025-05-15 02:14:57] "GET / HTTP/1.1" 200 36215 0.001845 10.0.0.141 - - [2025-05-15 02:14:57] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000810 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1017 0.018362 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1017 0.006966 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/network HTTP/1.1" 200 1004 0.009593 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008936 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009675 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007600 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1109 0.101605 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1109 0.109011 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1083 0.023686 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 1083 0.017846 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004276 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003308 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.021811 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.020286 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/network HTTP/1.1" 200 994 0.006981 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/network HTTP/1.1" 200 994 0.009060 10.0.0.141 - - [2025-05-15 02:14:57] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.141 - - [2025-05-15 02:14:57] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063645 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/network HTTP/1.1" 200 994 0.009513 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 2050 0.026320 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006850 10.0.0.141 - - [2025-05-15 02:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.006011 10.0.0.141 - - [2025-05-15 02:14:57] "GET /domains HTTP/1.1" 200 281 0.003679 10.0.0.141 - - [2025-05-15 02:14:57] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001625 10.0.0.141 - - [2025-05-15 02:14:57] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2584 0.012080 10.0.0.141 - - [2025-05-15 02:14:57] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.141 - - [2025-05-15 02:14:57] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea HTTP/1.1" 200 2851 0.088075 10.0.0.141 - - [2025-05-15 02:14:57] "GET /network-ipam/4c1b6b02-905a-41f1-9140-92a9688786d9 HTTP/1.1" 200 2604 0.006568 10.0.0.141 - - [2025-05-15 02:14:57] "GET /domains HTTP/1.1" 200 281 0.002565 10.0.0.141 - - [2025-05-15 02:14:57] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.141 - - [2025-05-15 02:14:57] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2584 0.011460 10.0.0.141 - - [2025-05-15 02:14:57] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001920 10.0.0.141 - - [2025-05-15 02:14:57] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea HTTP/1.1" 200 2851 0.083212 10.0.0.141 - - [2025-05-15 02:14:58] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679 HTTP/1.1" 200 3788 0.006429 10.0.0.141 - - [2025-05-15 02:14:58] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679 HTTP/1.1" 200 3788 0.009233 10.0.0.141 - - [2025-05-15 02:14:58] "GET /routing-instance/8dcf719b-babc-4e4a-b72c-c3006d3cdb09 HTTP/1.1" 200 2386 0.004735 10.0.0.141 - - [2025-05-15 02:14:58] "GET /routing-instance/8dcf719b-babc-4e4a-b72c-c3006d3cdb09 HTTP/1.1" 200 2386 0.004234 10.0.0.141 - - [2025-05-15 02:14:58] "GET /route-target/c869a6e9-6c2a-423a-88ff-7c7d064d41f9 HTTP/1.1" 200 1206 0.003381 10.0.0.141 - - [2025-05-15 02:14:58] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679 HTTP/1.1" 200 3788 0.005463 10.0.0.141 - - [2025-05-15 02:14:58] "GET /routing-instance/8dcf719b-babc-4e4a-b72c-c3006d3cdb09 HTTP/1.1" 200 2386 0.004143 10.0.0.141 - - [2025-05-15 02:14:58] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005830 10.0.0.141 - - [2025-05-15 02:14:58] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679 HTTP/1.1" 200 3788 0.009928 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/network HTTP/1.1" 200 1004 0.020210 10.0.0.141 - - [2025-05-15 02:14:58] "GET /routing-instance/8dcf719b-babc-4e4a-b72c-c3006d3cdb09 HTTP/1.1" 200 2386 0.003598 10.0.0.141 - - [2025-05-15 02:14:58] "GET /routing-instance/8dcf719b-babc-4e4a-b72c-c3006d3cdb09 HTTP/1.1" 200 2386 0.005647 10.0.0.141 - - [2025-05-15 02:14:58] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.141 - - [2025-05-15 02:14:58] "GET /route-target/c869a6e9-6c2a-423a-88ff-7c7d064d41f9 HTTP/1.1" 200 1206 0.004946 10.0.0.141 - - [2025-05-15 02:14:58] "GET /domains HTTP/1.1" 200 281 0.003292 10.0.0.141 - - [2025-05-15 02:14:58] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.141 - - [2025-05-15 02:14:58] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2584 0.008322 10.0.0.141 - - [2025-05-15 02:14:58] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002524 10.0.0.141 - - [2025-05-15 02:14:58] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea HTTP/1.1" 200 3096 0.128590 10.0.0.141 - - [2025-05-15 02:14:58] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679 HTTP/1.1" 200 4047 0.013263 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1055 0.310161 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1055 0.020458 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1055 0.011627 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1109 0.113212 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1083 0.026017 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005991 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.026151 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/network HTTP/1.1" 200 994 0.007205 10.0.0.141 - - [2025-05-15 02:14:58] "GET /obj-perms HTTP/1.1" 200 5049 0.067276 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1083 0.022194 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006276 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/port HTTP/1.1" 200 1083 0.023995 10.0.0.141 - - [2025-05-15 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007705 10.0.0.141 - - [2025-05-15 02:14:59] "POST /neutron/port HTTP/1.1" 200 1083 0.025043 10.0.0.141 - - [2025-05-15 02:14:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009284 10.0.0.141 - - [2025-05-15 02:14:59] "GET /virtual-machine/72a5be1b-6dca-4ce0-bec1-14ec5b87246e HTTP/1.1" 200 1290 0.005139 10.0.0.141 - - [2025-05-15 02:14:59] "GET /virtual-machine-interface/ae81a58e-25e1-4b1d-8168-ab5aa79fbece HTTP/1.1" 200 2948 0.005951 10.0.0.141 - - [2025-05-15 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.141 - - [2025-05-15 02:14:59] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003420 10.0.0.141 - - [2025-05-15 02:14:59] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003117 10.0.0.141 - - [2025-05-15 02:14:59] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005504 10.0.0.141 - - [2025-05-15 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.141 - - [2025-05-15 02:15:02] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005467 10.0.0.141 - - [2025-05-15 02:15:06] "POST /neutron/port HTTP/1.1" 200 1083 0.044243 10.0.0.141 - - [2025-05-15 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006846 10.0.0.141 - - [2025-05-15 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.141 - - [2025-05-15 02:15:06] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005531 10.0.0.141 - - [2025-05-15 02:15:06] "POST /neutron/port HTTP/1.1" 200 1083 0.014664 10.0.0.141 - - [2025-05-15 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006071 10.0.0.141 - - [2025-05-15 02:15:07] "POST /neutron/port HTTP/1.1" 200 1083 0.016272 10.0.0.141 - - [2025-05-15 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005374 10.0.0.141 - - [2025-05-15 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2025-05-15 02:15:08] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003705 10.0.0.141 - - [2025-05-15 02:15:08] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003171 10.0.0.141 - - [2025-05-15 02:15:08] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005353 10.0.0.141 - - [2025-05-15 02:15:09] "POST /neutron/port HTTP/1.1" 200 1083 0.017705 10.0.0.141 - - [2025-05-15 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006718 10.0.0.141 - - [2025-05-15 02:15:09] "POST /neutron/port HTTP/1.1" 200 1083 0.016456 10.0.0.141 - - [2025-05-15 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007428 10.0.0.141 - - [2025-05-15 02:15:09] "POST /neutron/port HTTP/1.1" 200 1083 0.015127 10.0.0.141 - - [2025-05-15 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006597 10.0.0.141 - - [2025-05-15 02:15:09] "GET /virtual-machine/1c6215a6-aa84-412f-a943-2ba9bf058f48 HTTP/1.1" 200 1290 0.005622 10.0.0.141 - - [2025-05-15 02:15:09] "GET /virtual-machine-interface/74e1f4c8-c7be-4681-889f-553cccf7a66c HTTP/1.1" 200 2947 0.005439 10.0.0.141 - - [2025-05-15 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.141 - - [2025-05-15 02:15:09] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003062 10.0.0.141 - - [2025-05-15 02:15:09] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003597 10.0.0.141 - - [2025-05-15 02:15:09] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005339 10.0.0.141 - - [2025-05-15 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.141 - - [2025-05-15 02:15:10] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005239 10.0.0.141 - - [2025-05-15 02:15:10] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003207 10.0.0.141 - - [2025-05-15 02:15:10] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006540 10.0.0.141 - - [2025-05-15 02:15:10] "POST /neutron/port HTTP/1.1" 200 1083 0.015539 10.0.0.141 - - [2025-05-15 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006866 10.0.0.141 - - [2025-05-15 02:15:10] "POST /neutron/port HTTP/1.1" 200 1083 0.014824 10.0.0.141 - - [2025-05-15 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006177 10.0.0.141 - - [2025-05-15 02:15:11] "POST /neutron/port HTTP/1.1" 200 1083 0.015195 10.0.0.141 - - [2025-05-15 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006250 10.0.0.141 - - [2025-05-15 02:15:11] "GET /virtual-machine/ac051fde-382a-4bf3-98d9-9b486f14cbbe HTTP/1.1" 200 1295 0.005188 10.0.0.141 - - [2025-05-15 02:15:11] "GET /virtual-machine-interface/f5a18b23-e4c2-4dd5-bd3e-0c15c787fe82 HTTP/1.1" 200 2949 0.005297 10.0.0.141 - - [2025-05-15 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.141 - - [2025-05-15 02:15:11] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003682 10.0.0.141 - - [2025-05-15 02:15:11] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003401 10.0.0.141 - - [2025-05-15 02:15:11] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005423 10.0.0.141 - - [2025-05-15 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2025-05-15 02:15:12] "GET /global-vrouter-config/2f1329a7-3812-4a4a-8c17-2b54a34b9361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003178 10.0.0.141 - - [2025-05-15 02:15:12] "GET /virtual-networks?parent_id=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003487 10.0.0.141 - - [2025-05-15 02:15:12] "GET /virtual-network/b2e623c5-42fe-46cf-922d-dc9e9ebad679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005853 10.0.0.141 - - [2025-05-15 02:15:26] "GET /obj-perms HTTP/1.1" 200 5075 0.044668 10.0.0.141 - - [2025-05-15 02:15:26] "GET /obj-perms HTTP/1.1" 200 5075 0.040808 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.009880 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.012124 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 151 0.117292 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.011479 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.012377 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 1083 0.022365 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.011804 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 151 0.138553 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/network HTTP/1.1" 200 994 0.012032 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/network HTTP/1.1" 400 204 0.012505 10.0.0.141 - - [2025-05-15 02:15:28] "POST /neutron/port HTTP/1.1" 200 151 0.113387 10.0.0.141 - - [2025-05-15 02:15:30] "POST /neutron/network HTTP/1.1" 200 994 0.008998 10.0.0.141 - - [2025-05-15 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2025-05-15 02:15:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003608 10.0.0.141 - - [2025-05-15 02:15:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003002 10.0.0.141 - - [2025-05-15 02:15:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002612 10.0.0.141 - - [2025-05-15 02:15:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.141 - - [2025-05-15 02:15:30] "POST /neutron/network HTTP/1.1" 200 151 0.130869 10.0.0.141 - - [2025-05-15 02:15:30] "DELETE /route-target/c869a6e9-6c2a-423a-88ff-7c7d064d41f9 HTTP/1.1" 200 115 0.038822 10.0.0.141 - - [2025-05-15 02:15:30] "GET /routing-instance/8dcf719b-babc-4e4a-b72c-c3006d3cdb09 HTTP/1.1" 404 171 0.002963 10.0.0.141 - - [2025-05-15 02:15:30] "GET /domains HTTP/1.1" 200 281 0.002705 10.0.0.141 - - [2025-05-15 02:15:30] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001610 10.0.0.141 - - [2025-05-15 02:15:30] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350 HTTP/1.1" 200 2584 0.052415 10.0.0.141 - - [2025-05-15 02:15:30] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.141 - - [2025-05-15 02:15:30] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea HTTP/1.1" 200 2091 0.067989 10.0.0.141 - - [2025-05-15 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.141 - - [2025-05-15 02:15:31] "DELETE /network-ipam/4c1b6b02-905a-41f1-9140-92a9688786d9 HTTP/1.1" 200 115 0.024309 10.0.0.141 - - [2025-05-15 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.002630 10.0.0.141 - - [2025-05-15 02:15:31] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001728 10.0.0.141 - - [2025-05-15 02:15:31] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049341 10.0.0.141 - - [2025-05-15 02:15:31] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.141 - - [2025-05-15 02:15:31] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?fields=virtual_networks HTTP/1.1" 200 1034 0.072930 10.0.0.141 - - [2025-05-15 02:15:31] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318 10.0.0.141 - - [2025-05-15 02:15:31] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.033216 10.0.0.141 - - [2025-05-15 02:15:31] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.141 - - [2025-05-15 02:15:31] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?fields=security_groups HTTP/1.1" 200 1261 0.031998 10.0.0.141 - - [2025-05-15 02:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.006159 10.0.0.141 - - [2025-05-15 02:15:33] "POST /neutron/port HTTP/1.1" 400 205 0.003622 10.0.0.141 - - [2025-05-15 02:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.005118 10.0.0.141 - - [2025-05-15 02:15:33] "POST /neutron/port HTTP/1.1" 400 205 0.003227 10.0.0.141 - - [2025-05-15 02:15:39] "GET / HTTP/1.1" 200 36215 0.003484 10.0.0.141 - - [2025-05-15 02:15:39] "GET /project/2f82203f-a434-4b7e-bcc2-d45d5e93f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2025-05-15 02:15:40] "GET /projects?obj_uuids=2f82203f-a434-4b7e-bcc2-d45d5e93f31c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001434 10.0.0.141 - - [2025-05-15 02:15:40] "GET /project/2f82203f-a434-4b7e-bcc2-d45d5e93f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.064073 [Introspect:8084]10.0.0.141 - - [2025-05-15 02:15:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001246 10.0.0.141 - - [2025-05-15 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.023922 10.0.0.141 - - [2025-05-15 02:15:41] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002423 10.0.0.141 - - [2025-05-15 02:15:41] "GET /domains?obj_uuids=e629dc6f-73c2-422d-a1fe-87937040b350&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.141 - - [2025-05-15 02:15:41] "GET /domain/e629dc6f-73c2-422d-a1fe-87937040b350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030407 10.0.0.141 - - [2025-05-15 02:15:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.001238 10.0.0.141 - - [2025-05-15 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.005395 10.0.0.141 - - [2025-05-15 02:15:41] "POST /security-groups HTTP/1.1" 200 587 0.063220 10.0.0.141 - - [2025-05-15 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.002301 10.0.0.141 - - [2025-05-15 02:15:41] "POST /projects HTTP/1.1" 200 577 0.221368 10.0.0.141 - - [2025-05-15 02:15:41] "POST /access-control-lists HTTP/1.1" 200 594 0.060584 10.0.0.141 - - [2025-05-15 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.291385 10.0.0.141 - - [2025-05-15 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.003115 10.0.0.141 - - [2025-05-15 02:15:41] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.431664 10.0.0.141 - - [2025-05-15 02:15:41] "POST /access-control-lists HTTP/1.1" 200 592 0.064085 10.0.0.141 - - [2025-05-15 02:15:42] "GET / HTTP/1.1" 200 36215 0.002311 10.0.0.141 - - [2025-05-15 02:15:42] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.141 - - [2025-05-15 02:15:42] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.030159 10.0.0.141 - - [2025-05-15 02:15:42] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001185 10.0.0.141 - - [2025-05-15 02:15:42] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?fields=virtual_networks HTTP/1.1" 200 1027 0.076004 10.0.0.141 - - [2025-05-15 02:15:43] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001303 10.0.0.141 - - [2025-05-15 02:15:43] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.034475 10.0.0.141 - - [2025-05-15 02:15:43] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001422 10.0.0.141 - - [2025-05-15 02:15:43] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?fields=security_groups HTTP/1.1" 200 1250 0.026052 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /project/d621fcfa4b814b72b8ceb6cfa484135d HTTP/1.1" 404 173 0.012042 10.0.0.141 - - [2025-05-15 02:16:21] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.141 - - [2025-05-15 02:16:21] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.141 - - [2025-05-15 02:16:21] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.041893 10.0.0.141 - - [2025-05-15 02:16:21] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.047680 10.0.0.141 - - [2025-05-15 02:16:21] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.141 - - [2025-05-15 02:16:21] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.141 - - [2025-05-15 02:16:21] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?fields=security_groups HTTP/1.1" 200 1352 0.040031 10.0.0.141 - - [2025-05-15 02:16:21] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?fields=security_groups HTTP/1.1" 200 1363 0.043231 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /security-group/bb4ecefb-8d44-4fb7-9b54-93f5868bf053 HTTP/1.1" 200 115 0.062576 10.0.0.141 - - [2025-05-15 02:16:21] "GET /projects?obj_uuids=d621fcfa-4b81-4b72-b8ce-b6cfa484135d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /access-control-list/302ad3b2-969c-4fb1-85e2-748b8bdfbb0d HTTP/1.1" 200 115 0.050958 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /security-group/94a384d5-20c4-4c58-865e-71832041d7cd HTTP/1.1" 200 115 0.084557 10.0.0.141 - - [2025-05-15 02:16:21] "GET /projects?obj_uuids=4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.141 - - [2025-05-15 02:16:21] "GET /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d?fields=application_policy_sets HTTP/1.1" 200 1391 0.039518 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /access-control-list/ad9ce3eb-5143-49cb-96b4-7e8416574dfe HTTP/1.1" 200 115 0.041326 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /access-control-list/8809b828-2761-4268-a333-df229e974980 HTTP/1.1" 200 115 0.028558 10.0.0.141 - - [2025-05-15 02:16:21] "GET /project/4a58c2a0-8cf3-4766-aea4-d2a79c5d3cea?fields=application_policy_sets HTTP/1.1" 200 1402 0.082835 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /access-control-list/3e0ff966-e929-4766-a0e0-ea549b01caa6 HTTP/1.1" 200 115 0.034615 10.0.0.141 - - [2025-05-15 02:16:21] "DELETE /project/d621fcfa-4b81-4b72-b8ce-b6cfa484135d HTTP/1.1" 200 115 0.393766