++ 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 Apr 24 01:56:45 UTC 2025 ===================' INFO: =================== Thu Apr 24 01:56:45 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ 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 ++ echo 10.0.0.141 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.141 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.141,10.20.0.18,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.18,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 ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 04/24/2025 01:56:53.550 7ff6e32f5848 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/24/2025 01:56:53.682 7ff6e32f5848 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/24/2025 01:56:53.694 7ff6e32f5848 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/24/2025 01:56:53.694 7ff6e32f5848 [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-04-24 01:56:56] "GET / HTTP/1.1" 503 181 0.000231 10.0.0.141 - - [2025-04-24 01:56:56] "GET / HTTP/1.1" 503 181 0.000155 10.0.0.141 - - [2025-04-24 01:56:56] "GET / HTTP/1.1" 200 36215 0.034861 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-04-24 01:56:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000612 10.0.0.141 - - [2025-04-24 01:56:57] "GET / HTTP/1.1" 200 45871 0.001462 10.0.0.141 - - [2025-04-24 01:56:57] "GET / HTTP/1.1" 200 45871 0.001107 10.0.0.141 - - [2025-04-24 01:56:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000526 10.0.0.141 - - [2025-04-24 01:56:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000368 10.0.0.141 - - [2025-04-24 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.324974 10.0.0.141 - - [2025-04-24 01:56:57] "POST /job-templates HTTP/1.1" 200 557 0.061015 10.0.0.141 - - [2025-04-24 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.002506 10.0.0.141 - - [2025-04-24 01:56:57] "POST /job-templates HTTP/1.1" 200 565 0.061558 10.0.0.141 - - [2025-04-24 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.002970 10.0.0.141 - - [2025-04-24 01:56:57] "POST /job-templates HTTP/1.1" 200 547 0.065322 10.0.0.141 - - [2025-04-24 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002954 10.0.0.141 - - [2025-04-24 01:56:57] "POST /job-templates HTTP/1.1" 200 579 0.065949 10.0.0.141 - - [2025-04-24 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.002920 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.301800 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.141 - - [2025-04-24 01:56:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.030206 10.0.0.141 - - [2025-04-24 01:56:58] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002223 10.0.0.141 - - [2025-04-24 01:56:58] "POST /job-templates HTTP/1.1" 200 581 0.065440 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.003035 10.0.0.141 - - [2025-04-24 01:56:58] "POST /job-templates HTTP/1.1" 200 585 0.061673 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.002672 /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-04-24 01:56:58] "POST /job-templates HTTP/1.1" 200 561 0.057034 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.002799 10.0.0.141 - - [2025-04-24 01:56:58] "POST /job-templates HTTP/1.1" 200 571 0.060691 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002957 10.0.0.141 - - [2025-04-24 01:56:58] "POST /job-templates HTTP/1.1" 200 557 0.068938 10.0.0.141 - - [2025-04-24 01:56:58] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002661 10.0.0.141 - - [2025-04-24 01:56:58] "POST /job-templates HTTP/1.1" 200 557 0.064706 10.0.0.141 - - [2025-04-24 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002977 10.0.0.141 - - [2025-04-24 01:56:59] "POST /job-templates HTTP/1.1" 200 557 0.060915 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.002605 10.0.0.141 - - [2025-04-24 01:56:59] "GET / HTTP/1.1" 200 36215 0.001300 10.0.0.141 - - [2025-04-24 01:56:59] "POST /job-templates HTTP/1.1" 200 537 0.056648 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.003826 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000351 10.0.0.141 - - [2025-04-24 01:56:59] "POST /job-templates HTTP/1.1" 200 561 0.060551 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.002706 10.0.0.141 - - [2025-04-24 01:56:59] "POST /job-templates HTTP/1.1" 200 561 0.068516 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.004289 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.023507 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.141 - - [2025-04-24 01:56:59] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008126 10.0.0.141 - - [2025-04-24 01:56:59] "GET / HTTP/1.1" 200 36215 0.002260 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2025-04-24 01:56:59] "POST /job-templates HTTP/1.1" 200 561 0.085244 10.0.0.141 - - [2025-04-24 01:56:59] "POST /service-appliance-sets HTTP/1.1" 200 555 0.044278 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.002410 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002288 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000705 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.141 - - [2025-04-24 01:56:59] "POST /job-templates HTTP/1.1" 200 567 0.060572 10.0.0.141 - - [2025-04-24 01:56:59] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004784 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.001943 10.0.0.141 - - [2025-04-24 01:56:59] "POST /service-appliance-sets HTTP/1.1" 200 543 0.013490 10.0.0.141 - - [2025-04-24 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 559 0.061687 10.0.0.141 - - [2025-04-24 01:57:00] "GET /network-ipam/a67c8036-e3ff-49f5-bfae-14636f703f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003368 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.002535 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 557 0.073091 10.0.0.141 - - [2025-04-24 01:57:00] "POST /service-templates HTTP/1.1" 200 513 0.053827 10.0.0.141 - - [2025-04-24 01:57:00] "POST /service-templates HTTP/1.1" 200 503 0.014813 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.001963 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.305496 10.0.0.141 - - [2025-04-24 01:57:00] "POST /service-templates HTTP/1.1" 200 517 0.025504 10.0.0.141 - - [2025-04-24 01:57:00] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004774 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.031919 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.002312 10.0.0.141 - - [2025-04-24 01:57:00] "GET /network-ipam/a67c8036-e3ff-49f5-bfae-14636f703f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.040820 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 575 0.073613 10.0.0.141 - - [2025-04-24 01:57:00] "POST /service-templates HTTP/1.1" 200 537 0.019506 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.002276 10.0.0.141 - - [2025-04-24 01:57:00] "POST /config-nodes HTTP/1.1" 200 601 0.029536 10.0.0.141 - - [2025-04-24 01:57:00] "POST /service-templates HTTP/1.1" 200 509 0.016737 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 553 0.062674 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.002714 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 581 0.057234 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.004456 10.0.0.141 - - [2025-04-24 01:57:00] "GET / HTTP/1.1" 200 36215 0.001533 10.0.0.141 - - [2025-04-24 01:57:00] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000541 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 557 0.072065 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.002835 10.0.0.141 - - [2025-04-24 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.003366 10.0.0.141 - - [2025-04-24 01:57:00] "POST /job-templates HTTP/1.1" 200 561 0.068627 10.0.0.141 - - [2025-04-24 01:57:00] "POST /access-control-lists HTTP/1.1" 200 589 0.058506 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002526 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 224 0.001874 10.0.0.141 - - [2025-04-24 01:57:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022420 10.0.0.141 - - [2025-04-24 01:57:01] "POST /access-control-lists HTTP/1.1" 200 587 0.018919 10.0.0.141 - - [2025-04-24 01:57:01] "POST /job-templates HTTP/1.1" 200 577 0.063431 10.0.0.141 - - [2025-04-24 01:57:01] "POST /route-targets HTTP/1.1" 200 328 0.007928 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.002047 10.0.0.141 - - [2025-04-24 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008152 10.0.0.141 - - [2025-04-24 01:57:01] "POST /job-templates HTTP/1.1" 200 559 0.056576 10.0.0.141 - - [2025-04-24 01:57:01] "POST /route-targets HTTP/1.1" 200 328 0.010984 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.001948 10.0.0.141 - - [2025-04-24 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.141 - - [2025-04-24 01:57:01] "POST /job-templates HTTP/1.1" 200 561 0.061473 10.0.0.141 - - [2025-04-24 01:57:01] "POST /route-targets HTTP/1.1" 200 328 0.054894 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.002752 10.0.0.141 - - [2025-04-24 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008399 10.0.0.141 - - [2025-04-24 01:57:01] "POST /job-templates HTTP/1.1" 200 557 0.061152 10.0.0.141 - - [2025-04-24 01:57:01] "POST /route-targets HTTP/1.1" 200 328 0.047715 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.003191 10.0.0.141 - - [2025-04-24 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.002118 10.0.0.141 - - [2025-04-24 01:57:01] "POST /job-templates HTTP/1.1" 200 555 0.057278 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.002309 10.0.0.141 - - [2025-04-24 01:57:01] "POST /access-control-lists HTTP/1.1" 200 553 0.056483 10.0.0.141 - - [2025-04-24 01:57:01] "POST /job-templates HTTP/1.1" 200 555 0.057914 10.0.0.141 - - [2025-04-24 01:57:01] "PUT /access-control-list/25329da0-7cab-428d-b431-bd14e29451fc HTTP/1.1" 200 273 0.025108 10.0.0.141 - - [2025-04-24 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.002191 10.0.0.141 - - [2025-04-24 01:57:01] "PUT /access-control-list/4a6ac241-9d6e-4820-9eba-a4465456ace9 HTTP/1.1" 200 273 0.009963 10.0.0.141 - - [2025-04-24 01:57:02] "POST /job-templates HTTP/1.1" 200 555 0.077080 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.002896 10.0.0.141 - - [2025-04-24 01:57:02] "POST /job-templates HTTP/1.1" 200 565 0.060725 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.002450 10.0.0.141 - - [2025-04-24 01:57:02] "POST /job-templates HTTP/1.1" 200 567 0.056512 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.002352 10.0.0.141 - - [2025-04-24 01:57:02] "POST /config-propertiess HTTP/1.1" 200 553 0.012844 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 168 0.002290 10.0.0.141 - - [2025-04-24 01:57:02] "POST /tags HTTP/1.1" 200 322 0.026446 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 166 0.002442 10.0.0.141 - - [2025-04-24 01:57:02] "POST /tags HTTP/1.1" 200 318 0.019128 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 174 0.002195 10.0.0.141 - - [2025-04-24 01:57:02] "POST /tags HTTP/1.1" 200 334 0.019780 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.002857 10.0.0.141 - - [2025-04-24 01:57:02] "POST /tags HTTP/1.1" 200 310 0.017604 10.0.0.141 - - [2025-04-24 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 174 0.002390 10.0.0.141 - - [2025-04-24 01:57:03] "POST /tags HTTP/1.1" 200 334 0.016764 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 164 0.001959 10.0.0.141 - - [2025-04-24 01:57:03] "POST /tags HTTP/1.1" 200 314 0.025114 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 169 0.002056 10.0.0.141 - - [2025-04-24 01:57:03] "POST /tags HTTP/1.1" 200 324 0.017896 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.141 - - [2025-04-24 01:57:03] "GET / HTTP/1.1" 200 36215 0.001526 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000328 10.0.0.141 - - [2025-04-24 01:57:03] "PUT /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59 HTTP/1.1" 200 275 0.008340 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 166 0.002454 10.0.0.141 - - [2025-04-24 01:57:03] "POST /hardwares HTTP/1.1" 200 328 0.009834 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 166 0.002614 10.0.0.141 - - [2025-04-24 01:57:03] "POST /hardwares HTTP/1.1" 200 328 0.009377 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 166 0.002643 10.0.0.141 - - [2025-04-24 01:57:03] "POST /hardwares HTTP/1.1" 200 328 0.010129 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.022886 10.0.0.141 - - [2025-04-24 01:57:03] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.004979 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 166 0.002527 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003172 10.0.0.141 - - [2025-04-24 01:57:03] "POST /hardwares HTTP/1.1" 200 328 0.010390 10.0.0.141 - - [2025-04-24 01:57:03] "POST /config-database-nodes HTTP/1.1" 200 619 0.013888 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 164 0.002353 10.0.0.141 - - [2025-04-24 01:57:03] "POST /hardwares HTTP/1.1" 200 324 0.010916 10.0.0.141 - - [2025-04-24 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 164 0.002153 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 324 0.008136 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 161 0.002145 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 318 0.008835 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 164 0.002783 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 324 0.009645 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 164 0.002589 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 324 0.009340 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 164 0.002678 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 324 0.011520 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 165 0.002525 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 326 0.008750 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 165 0.002294 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 326 0.009264 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 165 0.002059 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 326 0.008070 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 165 0.002100 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 326 0.008758 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 164 0.002435 10.0.0.141 - - [2025-04-24 01:57:04] "POST /hardwares HTTP/1.1" 200 324 0.008689 10.0.0.141 - - [2025-04-24 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 161 0.002039 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 318 0.007842 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.002133 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 324 0.009182 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 161 0.002535 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 318 0.009069 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.002143 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 324 0.011704 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 162 0.002494 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 320 0.008749 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 162 0.002418 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 320 0.008615 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 165 0.002482 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 326 0.008203 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 161 0.002157 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 318 0.008238 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 161 0.002119 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 318 0.007832 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 162 0.001925 10.0.0.141 - - [2025-04-24 01:57:05] "POST /hardwares HTTP/1.1" 200 320 0.007990 10.0.0.141 - - [2025-04-24 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 162 0.001909 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 320 0.008295 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 162 0.002266 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.141 - - [2025-04-24 01:57:06] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.002607 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 320 0.008240 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002285 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 158 0.002487 10.0.0.141 - - [2025-04-24 01:57:06] "PUT /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d HTTP/1.1" 200 277 0.007156 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 312 0.008669 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 158 0.002814 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 312 0.009573 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 160 0.003454 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 316 0.009098 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 154 0.002414 10.0.0.141 - - [2025-04-24 01:57:06] "GET / HTTP/1.1" 200 36215 0.001395 10.0.0.141 - - [2025-04-24 01:57:06] "POST /alarms HTTP/1.1" 401 293 0.000330 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 304 0.008968 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 158 0.002452 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 312 0.009459 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 155 0.002180 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 306 0.009667 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 155 0.002221 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 306 0.008607 10.0.0.141 - - [2025-04-24 01:57:06] "POST /alarms HTTP/1.1" 200 583 0.030945 10.0.0.141 - - [2025-04-24 01:57:06] "POST /alarms HTTP/1.1" 200 577 0.013050 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 155 0.001857 10.0.0.141 - - [2025-04-24 01:57:06] "POST /alarms HTTP/1.1" 200 577 0.016367 10.0.0.141 - - [2025-04-24 01:57:06] "POST /hardwares HTTP/1.1" 200 306 0.010823 10.0.0.141 - - [2025-04-24 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 155 0.002312 10.0.0.141 - - [2025-04-24 01:57:06] "POST /alarms HTTP/1.1" 200 561 0.015998 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 306 0.009605 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 557 0.018404 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 156 0.002653 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 559 0.043676 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 308 0.009169 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 156 0.002028 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 567 0.015575 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 308 0.009454 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 551 0.014207 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 156 0.002723 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 559 0.013883 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 308 0.008563 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 569 0.013258 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 157 0.002473 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 557 0.014789 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 310 0.008260 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 569 0.013953 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 158 0.002076 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 577 0.056966 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 312 0.049398 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 158 0.002264 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 571 0.015145 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 312 0.009840 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 563 0.015275 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 153 0.002649 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 563 0.012997 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 302 0.009774 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 563 0.013189 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 157 0.002030 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 549 0.016351 10.0.0.141 - - [2025-04-24 01:57:07] "POST /hardwares HTTP/1.1" 200 310 0.008807 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 597 0.013137 10.0.0.141 - - [2025-04-24 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 157 0.001910 10.0.0.141 - - [2025-04-24 01:57:07] "POST /alarms HTTP/1.1" 200 577 0.013998 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 310 0.007788 10.0.0.141 - - [2025-04-24 01:57:08] "POST /alarms HTTP/1.1" 200 573 0.013525 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 157 0.002079 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 310 0.009575 10.0.0.141 - - [2025-04-24 01:57:08] "POST /alarms HTTP/1.1" 200 585 0.019550 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 157 0.003397 10.0.0.141 - - [2025-04-24 01:57:08] "POST /alarms HTTP/1.1" 200 611 0.013642 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 310 0.008740 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 157 0.002742 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 310 0.010589 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.003050 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 318 0.009916 10.0.0.141 - - [2025-04-24 01:57:08] "GET / HTTP/1.1" 200 36215 0.001529 10.0.0.141 - - [2025-04-24 01:57:08] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 157 0.002319 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 310 0.009531 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 157 0.002293 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 310 0.008888 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 154 0.002685 10.0.0.141 - - [2025-04-24 01:57:08] "POST /hardwares HTTP/1.1" 200 304 0.009437 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.002161 10.0.0.141 - - [2025-04-24 01:57:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.019588 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001883 10.0.0.141 - - [2025-04-24 01:57:08] "POST /features HTTP/1.1" 200 535 0.012847 10.0.0.141 - - [2025-04-24 01:57:08] "PUT /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d HTTP/1.1" 200 277 0.006445 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.001850 10.0.0.141 - - [2025-04-24 01:57:08] "POST /features HTTP/1.1" 200 525 0.013889 10.0.0.141 - - [2025-04-24 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003871 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 523 0.036628 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.002679 10.0.0.141 - - [2025-04-24 01:57:09] "GET / HTTP/1.1" 200 36215 0.002563 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000545 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 523 0.022770 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.002570 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 533 0.020470 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.002772 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 523 0.017369 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002492 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.021055 10.0.0.141 - - [2025-04-24 01:57:09] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.010236 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 541 0.043386 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.001850 10.0.0.141 - - [2025-04-24 01:57:09] "PUT /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d HTTP/1.1" 200 277 0.201873 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 527 0.226488 10.0.0.141 - - [2025-04-24 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.002715 10.0.0.141 - - [2025-04-24 01:57:09] "POST /features HTTP/1.1" 200 521 0.021188 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 182 0.002252 10.0.0.141 - - [2025-04-24 01:57:10] "POST /features HTTP/1.1" 200 519 0.016692 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.003195 10.0.0.141 - - [2025-04-24 01:57:10] "GET / HTTP/1.1" 200 36215 0.001752 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.141 - - [2025-04-24 01:57:10] "POST /features HTTP/1.1" 200 535 0.048257 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.002586 10.0.0.141 - - [2025-04-24 01:57:10] "POST /features HTTP/1.1" 200 543 0.054175 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 178 0.002524 10.0.0.141 - - [2025-04-24 01:57:10] "POST /physical-roles HTTP/1.1" 200 523 0.016448 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 179 0.003875 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.022163 10.0.0.141 - - [2025-04-24 01:57:10] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005745 10.0.0.141 - - [2025-04-24 01:57:10] "POST /physical-roles HTTP/1.1" 200 525 0.020261 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.003235 10.0.0.141 - - [2025-04-24 01:57:10] "PUT /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59 HTTP/1.1" 200 275 0.018778 10.0.0.141 - - [2025-04-24 01:57:10] "POST /physical-roles HTTP/1.1" 200 535 0.036212 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 177 0.002566 10.0.0.141 - - [2025-04-24 01:57:10] "POST /physical-roles HTTP/1.1" 200 521 0.013956 10.0.0.141 - - [2025-04-24 01:57:10] "POST /fqname-to-id HTTP/1.1" 404 191 0.002114 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 547 0.073299 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002494 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 533 0.031346 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003181 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 547 0.019105 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.002760 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 535 0.016571 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.002727 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 543 0.014086 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.141 - - [2025-04-24 01:57:11] "PUT /overlay-role/7c74b8d6-84b2-4f5f-bf69-3b1fe6b8a04d HTTP/1.1" 200 259 0.008555 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002738 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 533 0.014482 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.002427 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 535 0.016246 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.002406 10.0.0.141 - - [2025-04-24 01:57:11] "POST /overlay-roles HTTP/1.1" 200 531 0.014364 10.0.0.141 - - [2025-04-24 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.002000 10.0.0.141 - - [2025-04-24 01:57:12] "POST /overlay-roles HTTP/1.1" 200 539 0.012681 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.002672 10.0.0.141 - - [2025-04-24 01:57:12] "POST /overlay-roles HTTP/1.1" 200 543 0.014461 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 178 0.002715 10.0.0.141 - - [2025-04-24 01:57:12] "POST /overlay-roles HTTP/1.1" 200 521 0.015507 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.003071 10.0.0.141 - - [2025-04-24 01:57:12] "POST /overlay-roles HTTP/1.1" 200 545 0.015137 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 182 0.002468 10.0.0.141 - - [2025-04-24 01:57:12] "POST /role-definitions HTTP/1.1" 200 535 0.013944 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003025 10.0.0.141 - - [2025-04-24 01:57:12] "POST /role-definitions HTTP/1.1" 200 549 0.014441 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.002541 10.0.0.141 - - [2025-04-24 01:57:12] "POST /role-definitions HTTP/1.1" 200 551 0.015090 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 191 0.002710 10.0.0.141 - - [2025-04-24 01:57:12] "POST /role-definitions HTTP/1.1" 200 553 0.015374 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.002716 10.0.0.141 - - [2025-04-24 01:57:12] "POST /role-definitions HTTP/1.1" 200 565 0.014096 10.0.0.141 - - [2025-04-24 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.002619 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 549 0.014931 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.002121 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 551 0.022466 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.002271 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 553 0.013745 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.002518 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 551 0.015109 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.002790 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 563 0.015535 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.002234 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 549 0.015633 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.002761 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 551 0.013893 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.002145 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 547 0.013817 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.002315 10.0.0.141 - - [2025-04-24 01:57:13] "POST /role-definitions HTTP/1.1" 200 549 0.021528 10.0.0.141 - - [2025-04-24 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.002360 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 555 0.014250 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002281 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 557 0.014210 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.002105 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 535 0.013825 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 187 0.002108 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 545 0.027607 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 181 0.002697 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 533 0.021610 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.002189 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 539 0.013933 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.002894 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 549 0.014172 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.002479 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 559 0.013942 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.002203 10.0.0.141 - - [2025-04-24 01:57:14] "POST /role-definitions HTTP/1.1" 200 563 0.014649 10.0.0.141 - - [2025-04-24 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.002398 10.0.0.141 - - [2025-04-24 01:57:15] "POST /role-definitions HTTP/1.1" 200 561 0.013512 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.002169 10.0.0.141 - - [2025-04-24 01:57:15] "POST /feature-configs HTTP/1.1" 200 539 0.014008 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 212 0.002194 10.0.0.141 - - [2025-04-24 01:57:15] "POST /feature-configs HTTP/1.1" 200 564 0.014542 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.002187 10.0.0.141 - - [2025-04-24 01:57:15] "POST /feature-configs HTTP/1.1" 200 563 0.014827 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003025 10.0.0.141 - - [2025-04-24 01:57:15] "POST /node-profiles HTTP/1.1" 200 549 0.014700 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 187 0.002142 10.0.0.141 - - [2025-04-24 01:57:15] "POST /node-profiles HTTP/1.1" 200 539 0.014999 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002156 10.0.0.141 - - [2025-04-24 01:57:15] "POST /node-profiles HTTP/1.1" 200 551 0.013563 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.002563 10.0.0.141 - - [2025-04-24 01:57:15] "POST /node-profiles HTTP/1.1" 200 543 0.016525 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.002504 10.0.0.141 - - [2025-04-24 01:57:15] "POST /node-profiles HTTP/1.1" 200 543 0.014046 10.0.0.141 - - [2025-04-24 01:57:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.002522 10.0.0.141 - - [2025-04-24 01:57:15] "POST /node-profiles HTTP/1.1" 200 541 0.014255 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.002561 10.0.0.141 - - [2025-04-24 01:57:16] "GET /global-system-configs HTTP/1.1" 200 323 0.575326 10.0.0.141 - - [2025-04-24 01:57:16] "GET /global-system-configs HTTP/1.1" 200 323 0.028426 10.0.0.141 - - [2025-04-24 01:57:16] "POST /node-profiles HTTP/1.1" 200 533 0.013427 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 185 0.002117 10.0.0.141 - - [2025-04-24 01:57:16] "POST /node-profiles HTTP/1.1" 200 535 0.013434 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.001993 10.0.0.141 - - [2025-04-24 01:57:16] "POST /node-profiles HTTP/1.1" 200 559 0.014372 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002475 10.0.0.141 - - [2025-04-24 01:57:16] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014105 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002394 10.0.0.141 - - [2025-04-24 01:57:16] "POST /telemetry-profiles HTTP/1.1" 200 556 0.035306 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002225 10.0.0.141 - - [2025-04-24 01:57:16] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013537 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002213 10.0.0.141 - - [2025-04-24 01:57:16] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013436 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002418 10.0.0.141 - - [2025-04-24 01:57:16] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013306 10.0.0.141 - - [2025-04-24 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002333 10.0.0.141 - - [2025-04-24 01:57:16] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015496 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002521 10.0.0.141 - - [2025-04-24 01:57:17] "POST /sflow-profiles HTTP/1.1" 200 534 0.015534 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.002100 10.0.0.141 - - [2025-04-24 01:57:17] "POST /sflow-profiles HTTP/1.1" 200 540 0.013177 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.002335 10.0.0.141 - - [2025-04-24 01:57:17] "POST /sflow-profiles HTTP/1.1" 200 540 0.014416 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002399 10.0.0.141 - - [2025-04-24 01:57:17] "POST /grpc-profiles HTTP/1.1" 200 532 0.014680 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002421 10.0.0.141 - - [2025-04-24 01:57:17] "POST /snmp-profiles HTTP/1.1" 200 532 0.014076 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.002599 10.0.0.141 - - [2025-04-24 01:57:17] "POST /netconf-profiles HTTP/1.1" 200 544 0.013478 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002080 10.0.0.141 - - [2025-04-24 01:57:17] "POST /device-functional-groups HTTP/1.1" 200 542 0.014007 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002187 10.0.0.141 - - [2025-04-24 01:57:17] "POST /device-functional-groups HTTP/1.1" 200 542 0.014256 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.002159 10.0.0.141 - - [2025-04-24 01:57:17] "POST /device-functional-groups HTTP/1.1" 200 546 0.014560 10.0.0.141 - - [2025-04-24 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002217 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 544 0.013787 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 218 0.002702 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 592 0.013166 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.002633 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 572 0.014206 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.003006 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 622 0.014188 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.002646 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 568 0.016510 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003376 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 566 0.016140 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.002473 10.0.0.141 - - [2025-04-24 01:57:18] "POST /device-functional-groups HTTP/1.1" 200 576 0.014676 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.002262 10.0.0.141 - - [2025-04-24 01:57:18] "POST /role-configs HTTP/1.1" 200 527 0.013186 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.001960 10.0.0.141 - - [2025-04-24 01:57:18] "POST /role-configs HTTP/1.1" 200 522 0.012849 10.0.0.141 - - [2025-04-24 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.002643 10.0.0.141 - - [2025-04-24 01:57:19] "POST /role-configs HTTP/1.1" 200 524 0.014320 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.002230 10.0.0.141 - - [2025-04-24 01:57:19] "POST /role-configs HTTP/1.1" 200 524 0.012937 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.001936 10.0.0.141 - - [2025-04-24 01:57:19] "POST /role-configs HTTP/1.1" 200 528 0.013422 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.002717 10.0.0.141 - - [2025-04-24 01:57:19] "POST /role-configs HTTP/1.1" 200 523 0.014090 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.002637 10.0.0.141 - - [2025-04-24 01:57:19] "POST /role-configs HTTP/1.1" 200 519 0.013301 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.002327 10.0.0.141 - - [2025-04-24 01:57:19] "POST /role-configs HTTP/1.1" 200 520 0.013008 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002255 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.141 - - [2025-04-24 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.141 - - [2025-04-24 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.006915 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.141 - - [2025-04-24 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.006756 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002101 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007388 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007214 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.141 - - [2025-04-24 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007113 10.0.0.141 - - [2025-04-24 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002326 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.007430 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006737 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006247 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.005838 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.005661 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002076 10.0.0.141 - - [2025-04-24 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.141 - - [2025-04-24 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002202 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.006351 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.007051 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.006113 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.006182 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.005862 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.141 - - [2025-04-24 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.141 - - [2025-04-24 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.005862 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.141 - - [2025-04-24 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.006750 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.141 - - [2025-04-24 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.007085 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.141 - - [2025-04-24 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.006255 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.141 - - [2025-04-24 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.141 - - [2025-04-24 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.005646 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001921 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.141 - - [2025-04-24 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.006074 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002038 10.0.0.141 - - [2025-04-24 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001842 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006495 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001936 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001860 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.005649 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002098 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.005538 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.007200 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002018 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006249 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002044 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006672 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.141 - - [2025-04-24 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006275 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.141 - - [2025-04-24 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006269 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006396 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.007101 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.005959 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006592 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006003 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.141 - - [2025-04-24 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.141 - - [2025-04-24 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002214 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.005880 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006367 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006466 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006491 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006391 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.141 - - [2025-04-24 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.141 - - [2025-04-24 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006918 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.141 - - [2025-04-24 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006422 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.141 - - [2025-04-24 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006245 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.141 - - [2025-04-24 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006530 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.141 - - [2025-04-24 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006544 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.141 - - [2025-04-24 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006705 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.141 - - [2025-04-24 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006490 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.141 - - [2025-04-24 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006382 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006831 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.007086 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.141 - - [2025-04-24 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2025-04-24 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.141 - - [2025-04-24 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2025-04-24 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.006603 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2025-04-24 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.141 - - [2025-04-24 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.007623 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.141 - - [2025-04-24 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.006778 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.141 - - [2025-04-24 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.141 - - [2025-04-24 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006904 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007372 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006342 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006717 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007398 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-04-24 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007134 10.0.0.141 - - [2025-04-24 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006466 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006525 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.008044 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006063 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006362 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.141 - - [2025-04-24 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.141 - - [2025-04-24 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006787 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.141 - - [2025-04-24 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006247 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.141 - - [2025-04-24 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006348 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.141 - - [2025-04-24 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006554 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.141 - - [2025-04-24 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006861 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.141 - - [2025-04-24 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006300 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.141 - - [2025-04-24 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006473 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.141 - - [2025-04-24 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.006829 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002055 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.006014 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.007315 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.006416 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.005925 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.008148 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.141 - - [2025-04-24 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.007261 10.0.0.141 - - [2025-04-24 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.006492 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.006776 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.006147 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.006404 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002060 10.0.0.141 - - [2025-04-24 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.141 - - [2025-04-24 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.006510 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.141 - - [2025-04-24 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006328 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.141 - - [2025-04-24 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.007048 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.141 - - [2025-04-24 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006888 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.141 - - [2025-04-24 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006282 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.141 - - [2025-04-24 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006929 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.141 - - [2025-04-24 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006615 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.141 - - [2025-04-24 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006890 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006356 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006523 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.005583 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006562 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002216 10.0.0.141 - - [2025-04-24 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006771 10.0.0.141 - - [2025-04-24 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.141 - - [2025-04-24 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.008018 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.141 - - [2025-04-24 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.006750 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.141 - - [2025-04-24 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.141 - - [2025-04-24 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.141 - - [2025-04-24 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.010253 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.141 - - [2025-04-24 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.006787 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2025-04-24 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.006753 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007837 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.006410 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007033 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007708 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.141 - - [2025-04-24 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.006717 10.0.0.141 - - [2025-04-24 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.141 - - [2025-04-24 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.006768 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.141 - - [2025-04-24 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.006531 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.141 - - [2025-04-24 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.007165 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.141 - - [2025-04-24 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.006399 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.141 - - [2025-04-24 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.007019 10.0.0.141 - - [2025-04-24 01:57:39] "GET / HTTP/1.1" 200 36215 0.001602 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000374 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.141 - - [2025-04-24 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.006609 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.141 - - [2025-04-24 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.020108 10.0.0.141 - - [2025-04-24 01:57:40] "GET /routing-instance/721452e5-bc8b-431d-98ef-cade1d023d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003102 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.141 - - [2025-04-24 01:57:40] "POST /bgp-routers HTTP/1.1" 200 622 0.015249 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.141 - - [2025-04-24 01:57:40] "GET /bgp-router/ba3c9ecb-ff5d-4266-b2d1-bea3da275b58?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.004908 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.141 - - [2025-04-24 01:57:40] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005596 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.006124 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002622 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.006644 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.006125 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.006630 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007115 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.141 - - [2025-04-24 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.006435 10.0.0.141 - - [2025-04-24 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.006644 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.006635 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.006757 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.006776 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.006775 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007503 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.141 - - [2025-04-24 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.141 - - [2025-04-24 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.006521 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.141 - - [2025-04-24 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.006635 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.141 - - [2025-04-24 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.006668 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.141 - - [2025-04-24 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.008006 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.141 - - [2025-04-24 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.006489 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.141 - - [2025-04-24 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.006847 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2025-04-24 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.007017 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.141 - - [2025-04-24 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006760 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006879 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006856 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006858 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006679 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006855 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.141 - - [2025-04-24 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006536 10.0.0.141 - - [2025-04-24 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.007684 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.006820 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.006753 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.007133 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.006786 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.141 - - [2025-04-24 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.141 - - [2025-04-24 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.007056 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.141 - - [2025-04-24 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.006895 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2025-04-24 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.006781 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.141 - - [2025-04-24 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.141 - - [2025-04-24 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.006708 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.141 - - [2025-04-24 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.008283 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.141 - - [2025-04-24 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.006637 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.141 - - [2025-04-24 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.007655 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.007322 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.005972 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.006581 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.006832 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.006176 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.141 - - [2025-04-24 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.006219 10.0.0.141 - - [2025-04-24 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.141 - - [2025-04-24 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.141 - - [2025-04-24 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.007171 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.141 - - [2025-04-24 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.018303 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.141 - - [2025-04-24 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.009420 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.141 - - [2025-04-24 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.007363 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.141 - - [2025-04-24 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.006752 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.141 - - [2025-04-24 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.006616 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002014 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.007031 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.007629 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.007151 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002336 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.007011 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002303 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.007212 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002274 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.141 - - [2025-04-24 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.006879 10.0.0.141 - - [2025-04-24 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.007151 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.009003 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.007566 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.006574 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.007745 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.141 - - [2025-04-24 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.141 - - [2025-04-24 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.141 - - [2025-04-24 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.141 - - [2025-04-24 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.006988 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.141 - - [2025-04-24 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.141 - - [2025-04-24 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.141 - - [2025-04-24 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007813 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002050 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.141 - - [2025-04-24 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007407 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.141 - - [2025-04-24 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.007020 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.006815 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.141 - - [2025-04-24 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.006597 10.0.0.141 - - [2025-04-24 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.006713 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.006337 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.006711 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.007462 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.007088 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.006824 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.141 - - [2025-04-24 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.141 - - [2025-04-24 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.006964 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.141 - - [2025-04-24 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.006819 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.141 - - [2025-04-24 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.007142 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.141 - - [2025-04-24 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.007396 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2025-04-24 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.007872 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.141 - - [2025-04-24 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.007363 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.141 - - [2025-04-24 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.006456 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.141 - - [2025-04-24 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.007366 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.006817 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002036 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001934 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.006868 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.006534 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001923 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.006268 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.141 - - [2025-04-24 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.006468 10.0.0.141 - - [2025-04-24 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.008493 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.007621 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.006100 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.006059 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.005983 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.141 - - [2025-04-24 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002236 10.0.0.141 - - [2025-04-24 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.006451 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002063 10.0.0.141 - - [2025-04-24 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.005976 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001961 10.0.0.141 - - [2025-04-24 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.005585 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.141 - - [2025-04-24 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.006157 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.141 - - [2025-04-24 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002232 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.141 - - [2025-04-24 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.008397 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.141 - - [2025-04-24 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.141 - - [2025-04-24 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002343 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.009430 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.009350 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002073 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.006941 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.141 - - [2025-04-24 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.006832 10.0.0.141 - - [2025-04-24 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002252 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.141 - - [2025-04-24 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.007086 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-04-24 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.006895 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.141 - - [2025-04-24 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.006847 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.141 - - [2025-04-24 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.007023 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.141 - - [2025-04-24 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.006649 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.141 - - [2025-04-24 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.141 - - [2025-04-24 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.007019 10.0.0.141 - - [2025-04-24 01:57:58] "POST /network-ipams HTTP/1.1" 200 552 0.014524 10.0.0.141 - - [2025-04-24 01:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002248 10.0.0.141 - - [2025-04-24 01:57:59] "POST /virtual-networks HTTP/1.1" 200 554 0.106875 10.0.0.141 - - [2025-04-24 01:57:59] "POST /route-targets HTTP/1.1" 200 328 0.007970 10.0.0.141 - - [2025-04-24 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.007534 10.0.0.141 - - [2025-04-24 01:57:59] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002116 10.0.0.141 - - [2025-04-24 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.002418 10.0.0.141 - - [2025-04-24 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 178 0.002467 10.0.0.141 - - [2025-04-24 01:57:59] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002933 10.0.0.141 - - [2025-04-24 01:57:59] "GET /fabric/e7d649f6-e77b-45a1-b8fc-617ae7680fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.003947 10.0.0.141 - - [2025-04-24 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.002677 10.0.0.141 - - [2025-04-24 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 205 0.002695 10.0.0.141 - - [2025-04-24 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002690 10.0.0.141 - - [2025-04-24 01:58:06] "GET / HTTP/1.1" 200 36215 0.001619 10.0.0.141 - - [2025-04-24 01:58:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.141 - - [2025-04-24 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.020572 10.0.0.141 - - [2025-04-24 01:58:07] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006076 10.0.0.141 - - [2025-04-24 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.007594 10.0.0.141 - - [2025-04-24 01:58:07] "POST /database-nodes HTTP/1.1" 200 605 0.013925 10.0.0.141 - - [2025-04-24 01:58:35] "GET / HTTP/1.1" 200 36215 0.001586 10.0.0.141 - - [2025-04-24 01:58:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.141 - - [2025-04-24 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.020427 10.0.0.141 - - [2025-04-24 01:58:36] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005124 10.0.0.141 - - [2025-04-24 01:58:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.002602 10.0.0.141 - - [2025-04-24 01:58:36] "POST /analytics-nodes HTTP/1.1" 200 607 0.013993 10.0.0.141 - - [2025-04-24 01:58:42] "GET / HTTP/1.1" 200 36215 0.001699 10.0.0.141 - - [2025-04-24 01:58:48] "GET / HTTP/1.1" 200 36215 0.001397 10.0.0.141 - - [2025-04-24 01:58:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000378 10.0.0.141 - - [2025-04-24 01:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.019810 10.0.0.141 - - [2025-04-24 01:58:49] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004939 10.0.0.141 - - [2025-04-24 01:58:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.002530 10.0.0.141 - - [2025-04-24 01:58:49] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022249 10.0.0.141 - - [2025-04-24 01:58:56] "GET / HTTP/1.1" 200 36215 0.001458 10.0.0.141 - - [2025-04-24 01:58:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2025-04-24 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.020644 10.0.0.141 - - [2025-04-24 01:58:56] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005015 10.0.0.141 - - [2025-04-24 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.002560 10.0.0.141 - - [2025-04-24 01:58:56] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.014381 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-04-24 01:59:01] "GET /obj-perms HTTP/1.1" 200 5075 0.354684 10.0.0.141 - - [2025-04-24 01:59:02] "GET /obj-perms HTTP/1.1" 200 5075 0.041928 10.0.0.141 - - [2025-04-24 02:00:02] "GET /obj-perms HTTP/1.1" 200 5075 0.035678 10.0.0.141 - - [2025-04-24 02:00:02] "GET /obj-perms HTTP/1.1" 200 5075 0.034398 10.0.0.141 - - [2025-04-24 02:00:23] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.141 - - [2025-04-24 02:00:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.141 - - [2025-04-24 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.019841 10.0.0.141 - - [2025-04-24 02:00:23] "GET /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004876 10.0.0.141 - - [2025-04-24 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.141 - - [2025-04-24 02:00:23] "GET /routing-instance/721452e5-bc8b-431d-98ef-cade1d023d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003740 10.0.0.141 - - [2025-04-24 02:00:23] "PUT /global-system-config/4bec396a-5336-48f1-8e16-0185645d2d59 HTTP/1.1" 200 275 0.009700 10.0.0.141 - - [2025-04-24 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 218 0.002279 10.0.0.141 - - [2025-04-24 02:00:24] "POST /virtual-routers HTTP/1.1" 200 605 0.013874 10.0.0.141 - - [2025-04-24 02:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.141 - - [2025-04-24 02:00:24] "GET /virtual-router/cc669829-6903-48ce-a1b6-b4e9171f4359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004402 10.0.0.141 - - [2025-04-24 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.002304 10.0.0.141 - - [2025-04-24 02:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002147 10.0.0.141 - - [2025-04-24 02:00:24] "GET /virtual-network/06492f71-3b74-4ce0-86e5-9856e74b97c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004636 10.0.0.141 - - [2025-04-24 02:00:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.035644 10.0.0.141 - - [2025-04-24 02:00:24] "PUT /access-control-list/4595d30e-39ba-4a14-8e54-37656a7f1787 HTTP/1.1" 200 273 0.008922 [Introspect:8084]10.0.0.141 - - [2025-04-24 02:00:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000811 [Introspect:8084]10.0.0.141 - - [2025-04-24 02:00:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000791 [Introspect:8084]10.0.0.141 - - [2025-04-24 02:00:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000769 [Introspect:8084]10.0.0.141 - - [2025-04-24 02:00:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000799 10.0.0.141 - - [2025-04-24 02:01:03] "GET /obj-perms HTTP/1.1" 200 5075 0.036992 10.0.0.141 - - [2025-04-24 02:01:03] "GET /obj-perms HTTP/1.1" 200 5075 0.035401 10.0.0.141 - - [2025-04-24 02:01:23] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.141 - - [2025-04-24 02:01:24] "GET /project/4e51bf44-b051-4d65-85dc-bcd29148602e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2025-04-24 02:01:24] "GET /projects?obj_uuids=4e51bf44-b051-4d65-85dc-bcd29148602e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002243 10.0.0.141 - - [2025-04-24 02:01:24] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.141 - - [2025-04-24 02:01:24] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050980 10.0.0.141 - - [2025-04-24 02:01:24] "POST /id-to-fqname HTTP/1.1" 200 167 0.001781 10.0.0.141 - - [2025-04-24 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 176 0.002064 10.0.0.141 - - [2025-04-24 02:01:24] "POST /security-groups HTTP/1.1" 200 568 0.063871 10.0.0.141 - - [2025-04-24 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.002132 10.0.0.141 - - [2025-04-24 02:01:24] "POST /projects HTTP/1.1" 200 539 0.214484 10.0.0.141 - - [2025-04-24 02:01:24] "POST /access-control-lists HTTP/1.1" 200 575 0.057133 10.0.0.141 - - [2025-04-24 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.280067 10.0.0.141 - - [2025-04-24 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.002390 10.0.0.141 - - [2025-04-24 02:01:25] "GET /project/4e51bf44-b051-4d65-85dc-bcd29148602e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.426656 10.0.0.141 - - [2025-04-24 02:01:25] "POST /access-control-lists HTTP/1.1" 200 573 0.055544 [Introspect:8084]10.0.0.141 - - [2025-04-24 02:01:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000983 10.0.0.141 - - [2025-04-24 02:01:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.016821 10.0.0.141 - - [2025-04-24 02:01:25] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002825 10.0.0.141 - - [2025-04-24 02:01:25] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.141 - - [2025-04-24 02:01:25] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006568 10.0.0.141 - - [2025-04-24 02:01:25] "POST /id-to-fqname HTTP/1.1" 200 201 0.001157 10.0.0.141 - - [2025-04-24 02:01:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.001966 10.0.0.141 - - [2025-04-24 02:01:25] "POST /security-groups HTTP/1.1" 200 602 0.059436 10.0.0.141 - - [2025-04-24 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002470 10.0.0.141 - - [2025-04-24 02:01:26] "POST /projects HTTP/1.1" 200 607 0.202936 10.0.0.141 - - [2025-04-24 02:01:26] "POST /access-control-lists HTTP/1.1" 200 609 0.059239 10.0.0.141 - - [2025-04-24 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.270985 10.0.0.141 - - [2025-04-24 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.002358 10.0.0.141 - - [2025-04-24 02:01:26] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.379708 10.0.0.141 - - [2025-04-24 02:01:26] "POST /access-control-lists HTTP/1.1" 200 607 0.055814 10.0.0.141 - - [2025-04-24 02:01:27] "GET / HTTP/1.1" 200 36215 0.001915 10.0.0.141 - - [2025-04-24 02:01:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2025-04-24 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.046741 10.0.0.141 - - [2025-04-24 02:01:27] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000921 10.0.0.141 - - [2025-04-24 02:01:27] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.024375 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/network HTTP/1.1" 200 117 0.031820 10.0.0.141 - - [2025-04-24 02:01:28] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000934 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/network HTTP/1.1" 200 620 0.063995 10.0.0.141 - - [2025-04-24 02:01:28] "POST /route-targets HTTP/1.1" 200 328 0.007827 10.0.0.141 - - [2025-04-24 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.011334 10.0.0.141 - - [2025-04-24 02:01:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.124173 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/network HTTP/1.1" 200 837 0.004150 10.0.0.141 - - [2025-04-24 02:01:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.000978 10.0.0.141 - - [2025-04-24 02:01:28] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004027 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/network HTTP/1.1" 200 837 0.004555 10.0.0.141 - - [2025-04-24 02:01:28] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004066 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/network HTTP/1.1" 200 837 0.005099 10.0.0.141 - - [2025-04-24 02:01:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.005887 10.0.0.141 - - [2025-04-24 02:01:28] "GET /domains HTTP/1.1" 401 293 0.000345 10.0.0.141 - - [2025-04-24 02:01:28] "GET /domains HTTP/1.1" 200 281 0.020654 10.0.0.141 - - [2025-04-24 02:01:28] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.141 - - [2025-04-24 02:01:28] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2594 0.010674 10.0.0.141 - - [2025-04-24 02:01:28] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000861 10.0.0.141 - - [2025-04-24 02:01:29] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3 HTTP/1.1" 200 2174 0.071422 10.0.0.141 - - [2025-04-24 02:01:29] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3 HTTP/1.1" 200 2340 0.005130 10.0.0.141 - - [2025-04-24 02:01:29] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3 HTTP/1.1" 200 2340 0.003982 10.0.0.141 - - [2025-04-24 02:01:29] "GET /routing-instance/49b449db-f028-4ccb-b278-a31b838841ab HTTP/1.1" 200 1497 0.002606 10.0.0.141 - - [2025-04-24 02:01:29] "GET /routing-instance/49b449db-f028-4ccb-b278-a31b838841ab HTTP/1.1" 200 1497 0.002493 10.0.0.141 - - [2025-04-24 02:01:29] "GET /route-target/fd310a78-c8a8-4d99-bb22-a4044de2a240 HTTP/1.1" 200 1222 0.002269 10.0.0.141 - - [2025-04-24 02:01:29] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3 HTTP/1.1" 200 2340 0.003726 10.0.0.141 - - [2025-04-24 02:01:29] "GET /routing-instance/49b449db-f028-4ccb-b278-a31b838841ab HTTP/1.1" 200 1497 0.002494 10.0.0.141 - - [2025-04-24 02:01:29] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003810 10.0.0.141 - - [2025-04-24 02:01:29] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3 HTTP/1.1" 200 2340 0.004120 10.0.0.141 - - [2025-04-24 02:01:29] "GET /routing-instance/49b449db-f028-4ccb-b278-a31b838841ab HTTP/1.1" 200 1497 0.002381 10.0.0.141 - - [2025-04-24 02:01:29] "GET /routing-instance/49b449db-f028-4ccb-b278-a31b838841ab HTTP/1.1" 200 1497 0.002388 10.0.0.141 - - [2025-04-24 02:01:29] "GET /route-target/fd310a78-c8a8-4d99-bb22-a4044de2a240 HTTP/1.1" 200 1222 0.002091 10.0.0.141 - - [2025-04-24 02:01:29] "GET /domains HTTP/1.1" 200 281 0.001787 10.0.0.141 - - [2025-04-24 02:01:29] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.141 - - [2025-04-24 02:01:29] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2594 0.005745 10.0.0.141 - - [2025-04-24 02:01:29] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002044 10.0.0.141 - - [2025-04-24 02:01:29] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3 HTTP/1.1" 200 2174 0.063026 10.0.0.141 - - [2025-04-24 02:01:29] "GET /virtual-network/4ba72b8f-c63d-4697-9760-afd2f7600ce3 HTTP/1.1" 200 2340 0.004081 10.0.0.141 - - [2025-04-24 02:01:29] "GET /obj-perms HTTP/1.1" 200 5071 0.037158 10.0.0.141 - - [2025-04-24 02:01:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001462 10.0.0.141 - - [2025-04-24 02:01:30] "POST /neutron/network HTTP/1.1" 200 847 0.005136 10.0.0.141 - - [2025-04-24 02:01:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000341 10.0.0.141 - - [2025-04-24 02:01:31] "GET / HTTP/1.1" 200 36215 0.001696 10.0.0.141 - - [2025-04-24 02:01:31] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2025-04-24 02:01:31] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000971 10.0.0.141 - - [2025-04-24 02:01:31] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040060 10.0.0.141 - - [2025-04-24 02:01:32] "POST /neutron/network HTTP/1.1" 200 837 0.021087 10.0.0.141 - - [2025-04-24 02:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.004427 10.0.0.141 - - [2025-04-24 02:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.004195 10.0.0.141 - - [2025-04-24 02:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.004359 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/network HTTP/1.1" 200 847 0.005167 10.0.0.141 - - [2025-04-24 02:01:33] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/port HTTP/1.1" 200 1069 0.193472 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/port HTTP/1.1" 200 1069 0.027492 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/port HTTP/1.1" 200 1069 0.007009 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/port HTTP/1.1" 200 1123 0.049081 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/port HTTP/1.1" 200 1097 0.012240 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002709 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.007806 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/port HTTP/1.1" 200 117 0.000986 10.0.0.141 - - [2025-04-24 02:01:33] "POST /neutron/network HTTP/1.1" 200 837 0.004590 10.0.0.141 - - [2025-04-24 02:01:37] "POST /neutron/port HTTP/1.1" 200 1097 0.012107 10.0.0.141 - - [2025-04-24 02:01:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005129 10.0.0.141 - - [2025-04-24 02:01:37] "GET /obj-perms HTTP/1.1" 200 5071 0.002534 10.0.0.141 - - [2025-04-24 02:01:38] "GET /obj-perms HTTP/1.1" 200 5071 0.003124 10.0.0.141 - - [2025-04-24 02:01:39] "GET /obj-perms HTTP/1.1" 200 5071 0.003051 10.0.0.141 - - [2025-04-24 02:01:40] "GET /obj-perms HTTP/1.1" 200 5071 0.003354 10.0.0.141 - - [2025-04-24 02:01:41] "GET /obj-perms HTTP/1.1" 200 5071 0.003096 10.0.0.141 - - [2025-04-24 02:01:42] "POST /neutron/network HTTP/1.1" 200 837 0.008217 10.0.0.141 - - [2025-04-24 02:01:42] "POST /neutron/network HTTP/1.1" 400 204 0.008336 10.0.0.141 - - [2025-04-24 02:01:43] "POST /neutron/port HTTP/1.1" 200 1097 0.012621 10.0.0.141 - - [2025-04-24 02:01:43] "POST /neutron/port HTTP/1.1" 200 1123 0.008035 10.0.0.141 - - [2025-04-24 02:01:43] "POST /neutron/port HTTP/1.1" 200 151 0.087630 10.0.0.141 - - [2025-04-24 02:01:44] "POST /neutron/network HTTP/1.1" 200 837 0.005152 10.0.0.141 - - [2025-04-24 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002065 10.0.0.141 - - [2025-04-24 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.141 - - [2025-04-24 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002140 10.0.0.141 - - [2025-04-24 02:01:44] "POST /neutron/network HTTP/1.1" 200 151 0.068623 10.0.0.141 - - [2025-04-24 02:01:44] "GET /routing-instance/49b449db-f028-4ccb-b278-a31b838841ab HTTP/1.1" 404 171 0.001641 10.0.0.141 - - [2025-04-24 02:01:44] "GET /domains HTTP/1.1" 200 281 0.002625 10.0.0.141 - - [2025-04-24 02:01:44] "DELETE /route-target/fd310a78-c8a8-4d99-bb22-a4044de2a240 HTTP/1.1" 200 115 0.013234 10.0.0.141 - - [2025-04-24 02:01:44] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.141 - - [2025-04-24 02:01:44] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2594 0.050993 10.0.0.141 - - [2025-04-24 02:01:44] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001966 10.0.0.141 - - [2025-04-24 02:01:44] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3 HTTP/1.1" 200 1923 0.065204 10.0.0.141 - - [2025-04-24 02:01:45] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000973 10.0.0.141 - - [2025-04-24 02:01:45] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.021175 10.0.0.141 - - [2025-04-24 02:01:45] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000878 10.0.0.141 - - [2025-04-24 02:01:45] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?fields=virtual_networks HTTP/1.1" 200 1056 0.064601 10.0.0.141 - - [2025-04-24 02:01:45] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.141 - - [2025-04-24 02:01:45] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.024599 10.0.0.141 - - [2025-04-24 02:01:45] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000971 10.0.0.141 - - [2025-04-24 02:01:45] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?fields=security_groups HTTP/1.1" 200 1294 0.021753 10.0.0.141 - - [2025-04-24 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.019228 10.0.0.141 - - [2025-04-24 02:01:46] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002218 10.0.0.141 - - [2025-04-24 02:01:46] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.141 - - [2025-04-24 02:01:46] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054449 10.0.0.141 - - [2025-04-24 02:01:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.001169 10.0.0.141 - - [2025-04-24 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002337 10.0.0.141 - - [2025-04-24 02:01:46] "POST /security-groups HTTP/1.1" 200 603 0.059899 10.0.0.141 - - [2025-04-24 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.002162 10.0.0.141 - - [2025-04-24 02:01:46] "POST /projects HTTP/1.1" 200 609 0.207782 10.0.0.141 - - [2025-04-24 02:01:46] "POST /access-control-lists HTTP/1.1" 200 610 0.061176 10.0.0.141 - - [2025-04-24 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.272610 10.0.0.141 - - [2025-04-24 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.002541 10.0.0.141 - - [2025-04-24 02:01:46] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.431982 10.0.0.141 - - [2025-04-24 02:01:46] "POST /access-control-lists HTTP/1.1" 200 608 0.056167 10.0.0.141 - - [2025-04-24 02:01:47] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.141 - - [2025-04-24 02:01:47] "GET /projects?obj_uuids=4e51bf44-b051-4d65-85dc-bcd29148602e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001003 10.0.0.141 - - [2025-04-24 02:01:47] "GET /project/4e51bf44-b051-4d65-85dc-bcd29148602e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.022448 10.0.0.141 - - [2025-04-24 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.141 - - [2025-04-24 02:01:48] "GET /security-group/2dcf2146-d064-4b11-b9bf-dcac60972a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004127 10.0.0.141 - - [2025-04-24 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.141 - - [2025-04-24 02:01:48] "GET /projects?obj_uuids=4e51bf44-b051-4d65-85dc-bcd29148602e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000954 10.0.0.141 - - [2025-04-24 02:01:48] "GET /project/4e51bf44-b051-4d65-85dc-bcd29148602e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.021200 10.0.0.141 - - [2025-04-24 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.141 - - [2025-04-24 02:01:48] "GET /security-group/2dcf2146-d064-4b11-b9bf-dcac60972a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003552 10.0.0.141 - - [2025-04-24 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.141 - - [2025-04-24 02:01:48] "PUT /security-group/2dcf2146-d064-4b11-b9bf-dcac60972a7c HTTP/1.1" 200 263 0.014136 10.0.0.141 - - [2025-04-24 02:01:48] "PUT /access-control-list/fac3e938-15a9-431c-8f1b-d551e39ac79b HTTP/1.1" 200 273 0.007880 10.0.0.141 - - [2025-04-24 02:01:48] "PUT /access-control-list/8175cb79-a56b-4624-80bd-ad915e972a7d HTTP/1.1" 200 273 0.008725 10.0.0.141 - - [2025-04-24 02:01:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2025-04-24 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.043077 10.0.0.141 - - [2025-04-24 02:01:49] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.141 - - [2025-04-24 02:01:49] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.021326 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/network HTTP/1.1" 200 117 0.024230 10.0.0.141 - - [2025-04-24 02:01:49] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/network HTTP/1.1" 200 619 0.067449 10.0.0.141 - - [2025-04-24 02:01:49] "POST /route-targets HTTP/1.1" 200 328 0.009926 10.0.0.141 - - [2025-04-24 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.017926 10.0.0.141 - - [2025-04-24 02:01:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002184 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.200262 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/network HTTP/1.1" 200 837 0.004659 10.0.0.141 - - [2025-04-24 02:01:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001021 10.0.0.141 - - [2025-04-24 02:01:49] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004089 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/network HTTP/1.1" 200 837 0.004997 10.0.0.141 - - [2025-04-24 02:01:49] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004116 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/network HTTP/1.1" 200 837 0.005880 10.0.0.141 - - [2025-04-24 02:01:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.005653 10.0.0.141 - - [2025-04-24 02:01:49] "GET /domains HTTP/1.1" 401 293 0.000358 10.0.0.141 - - [2025-04-24 02:01:50] "GET /domains HTTP/1.1" 200 281 0.021621 10.0.0.141 - - [2025-04-24 02:01:50] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.141 - - [2025-04-24 02:01:50] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2793 0.007318 10.0.0.141 - - [2025-04-24 02:01:50] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.141 - - [2025-04-24 02:01:50] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 2180 0.068726 10.0.0.141 - - [2025-04-24 02:01:50] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 2342 0.007191 10.0.0.141 - - [2025-04-24 02:01:50] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 2342 0.005565 10.0.0.141 - - [2025-04-24 02:01:50] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e HTTP/1.1" 200 1495 0.003351 10.0.0.141 - - [2025-04-24 02:01:50] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e HTTP/1.1" 200 1495 0.002867 10.0.0.141 - - [2025-04-24 02:01:50] "GET /route-target/a62af92f-bdc0-414e-9336-d0ac9a5a2e89 HTTP/1.1" 200 1221 0.003179 10.0.0.141 - - [2025-04-24 02:01:50] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 2342 0.005670 10.0.0.141 - - [2025-04-24 02:01:50] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e HTTP/1.1" 200 1495 0.003187 10.0.0.141 - - [2025-04-24 02:01:50] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004679 10.0.0.141 - - [2025-04-24 02:01:50] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 2342 0.004852 10.0.0.141 - - [2025-04-24 02:01:50] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e HTTP/1.1" 200 1495 0.003346 10.0.0.141 - - [2025-04-24 02:01:50] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e HTTP/1.1" 200 1495 0.003175 10.0.0.141 - - [2025-04-24 02:01:50] "GET /route-target/a62af92f-bdc0-414e-9336-d0ac9a5a2e89 HTTP/1.1" 200 1221 0.002549 10.0.0.141 - - [2025-04-24 02:01:50] "GET /domains HTTP/1.1" 200 281 0.002544 10.0.0.141 - - [2025-04-24 02:01:50] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.141 - - [2025-04-24 02:01:50] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2793 0.006850 10.0.0.141 - - [2025-04-24 02:01:50] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001201 10.0.0.141 - - [2025-04-24 02:01:50] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 2180 0.077830 10.0.0.141 - - [2025-04-24 02:01:50] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 2342 0.004310 10.0.0.141 - - [2025-04-24 02:01:50] "GET /obj-perms HTTP/1.1" 200 5073 0.039934 10.0.0.141 - - [2025-04-24 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.141 - - [2025-04-24 02:01:50] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.141 - - [2025-04-24 02:01:50] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.027702 10.0.0.141 - - [2025-04-24 02:01:50] "POST /neutron/network HTTP/1.1" 200 117 0.008343 10.0.0.141 - - [2025-04-24 02:01:50] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/network HTTP/1.1" 200 619 0.074440 10.0.0.141 - - [2025-04-24 02:01:51] "POST /route-targets HTTP/1.1" 200 328 0.015120 10.0.0.141 - - [2025-04-24 02:01:51] "POST /ref-update HTTP/1.1" 200 156 0.009641 10.0.0.141 - - [2025-04-24 02:01:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007233 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.161551 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/network HTTP/1.1" 200 838 0.004385 10.0.0.141 - - [2025-04-24 02:01:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.000982 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004096 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/network HTTP/1.1" 200 838 0.004962 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004211 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/network HTTP/1.1" 200 838 0.005098 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.005645 10.0.0.141 - - [2025-04-24 02:01:51] "GET /domains HTTP/1.1" 200 281 0.001837 10.0.0.141 - - [2025-04-24 02:01:51] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.141 - - [2025-04-24 02:01:51] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2793 0.005949 10.0.0.141 - - [2025-04-24 02:01:51] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.141 - - [2025-04-24 02:01:51] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 2409 0.067155 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196 HTTP/1.1" 200 2345 0.005258 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196 HTTP/1.1" 200 2345 0.004087 10.0.0.141 - - [2025-04-24 02:01:51] "GET /routing-instance/2d9fa83d-ec3c-4e9d-917a-a6bb79852741 HTTP/1.1" 200 1494 0.003141 10.0.0.141 - - [2025-04-24 02:01:51] "GET /routing-instance/2d9fa83d-ec3c-4e9d-917a-a6bb79852741 HTTP/1.1" 200 1494 0.002482 10.0.0.141 - - [2025-04-24 02:01:51] "GET /route-target/a6eb96f8-3cfd-4390-b26c-5ed1e7f82ed1 HTTP/1.1" 200 1221 0.002327 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196 HTTP/1.1" 200 2345 0.003823 10.0.0.141 - - [2025-04-24 02:01:51] "GET /routing-instance/2d9fa83d-ec3c-4e9d-917a-a6bb79852741 HTTP/1.1" 200 1494 0.002955 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003944 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196 HTTP/1.1" 200 2345 0.003891 10.0.0.141 - - [2025-04-24 02:01:51] "GET /routing-instance/2d9fa83d-ec3c-4e9d-917a-a6bb79852741 HTTP/1.1" 200 1494 0.002473 10.0.0.141 - - [2025-04-24 02:01:51] "GET /routing-instance/2d9fa83d-ec3c-4e9d-917a-a6bb79852741 HTTP/1.1" 200 1494 0.002702 10.0.0.141 - - [2025-04-24 02:01:51] "GET /route-target/a6eb96f8-3cfd-4390-b26c-5ed1e7f82ed1 HTTP/1.1" 200 1221 0.002124 10.0.0.141 - - [2025-04-24 02:01:51] "GET /domains HTTP/1.1" 200 281 0.001853 10.0.0.141 - - [2025-04-24 02:01:51] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.141 - - [2025-04-24 02:01:51] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2793 0.005909 10.0.0.141 - - [2025-04-24 02:01:51] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.141 - - [2025-04-24 02:01:51] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 2409 0.065902 10.0.0.141 - - [2025-04-24 02:01:51] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196 HTTP/1.1" 200 2345 0.004379 10.0.0.141 - - [2025-04-24 02:01:51] "GET /obj-perms HTTP/1.1" 200 5073 0.002896 10.0.0.141 - - [2025-04-24 02:01:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001086 10.0.0.141 - - [2025-04-24 02:01:51] "POST /neutron/network HTTP/1.1" 200 848 0.005460 10.0.0.141 - - [2025-04-24 02:01:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000404 10.0.0.141 - - [2025-04-24 02:01:52] "GET / HTTP/1.1" 200 36215 0.001624 10.0.0.141 - - [2025-04-24 02:01:52] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2025-04-24 02:01:52] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.141 - - [2025-04-24 02:01:52] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051107 10.0.0.141 - - [2025-04-24 02:01:52] "POST /neutron/network HTTP/1.1" 200 838 0.004738 10.0.0.141 - - [2025-04-24 02:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.005236 10.0.0.141 - - [2025-04-24 02:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.004315 10.0.0.141 - - [2025-04-24 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001078 10.0.0.141 - - [2025-04-24 02:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.005005 10.0.0.141 - - [2025-04-24 02:01:52] "POST /neutron/network HTTP/1.1" 200 847 0.005334 10.0.0.141 - - [2025-04-24 02:01:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2025-04-24 02:01:52] "POST /neutron/network HTTP/1.1" 200 848 0.005277 10.0.0.141 - - [2025-04-24 02:01:53] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001380 10.0.0.141 - - [2025-04-24 02:01:53] "GET / HTTP/1.1" 200 36215 0.001542 10.0.0.141 - - [2025-04-24 02:01:53] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000358 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 1072 0.245999 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 1072 0.008973 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 1072 0.006945 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 1126 0.097500 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 1100 0.011643 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002304 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.008692 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.000902 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/network HTTP/1.1" 200 838 0.006817 10.0.0.141 - - [2025-04-24 02:01:53] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.141 - - [2025-04-24 02:01:53] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.070281 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/network HTTP/1.1" 200 837 0.006545 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 1100 0.018647 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009477 10.0.0.141 - - [2025-04-24 02:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.004333 10.0.0.141 - - [2025-04-24 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007586 10.0.0.141 - - [2025-04-24 02:01:53] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001286 10.0.0.141 - - [2025-04-24 02:01:53] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032574 10.0.0.141 - - [2025-04-24 02:01:53] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006401 10.0.0.141 - - [2025-04-24 02:01:53] "GET /floating-ip-pools?parent_id=90532576-e5aa-4133-b138-130e00dff8d6&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002706 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004907 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/network HTTP/1.1" 200 847 0.004757 10.0.0.141 - - [2025-04-24 02:01:54] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.141 - - [2025-04-24 02:01:54] "POST /floating-ip-pools HTTP/1.1" 200 611 0.120172 10.0.0.141 - - [2025-04-24 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.013772 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007488 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1071 0.279852 10.0.0.141 - - [2025-04-24 02:01:54] "GET /domains HTTP/1.1" 200 281 0.005054 10.0.0.141 - - [2025-04-24 02:01:54] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.141 - - [2025-04-24 02:01:54] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2793 0.007799 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1071 0.013229 10.0.0.141 - - [2025-04-24 02:01:54] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000834 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1071 0.007240 10.0.0.141 - - [2025-04-24 02:01:54] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 3254 0.090171 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1125 0.082819 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 3157 0.008076 10.0.0.141 - - [2025-04-24 02:01:54] "GET /floating-ip-pool/ae6dd6a6-5288-4d11-8463-8e1174080bc2 HTTP/1.1" 200 1444 0.002949 10.0.0.141 - - [2025-04-24 02:01:54] "GET /domains HTTP/1.1" 200 281 0.001944 10.0.0.141 - - [2025-04-24 02:01:54] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.141 - - [2025-04-24 02:01:54] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2793 0.005859 10.0.0.141 - - [2025-04-24 02:01:54] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1099 0.013558 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002825 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.013803 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.141 - - [2025-04-24 02:01:54] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 3254 0.084861 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6 HTTP/1.1" 200 3157 0.004819 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/network HTTP/1.1" 200 837 0.006989 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004595 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1100 0.016423 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007751 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1100 0.023854 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004642 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/port HTTP/1.1" 200 1100 0.045844 10.0.0.141 - - [2025-04-24 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006564 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-machine/3d03abd8-3df1-489e-a4f2-7482e0028f45 HTTP/1.1" 200 1306 0.008750 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-machine-interface/1b4e0505-2a3c-4ad5-9e7b-6e9bcd5a9ca8 HTTP/1.1" 200 3011 0.010255 10.0.0.141 - - [2025-04-24 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.141 - - [2025-04-24 02:01:54] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003510 10.0.0.141 - - [2025-04-24 02:01:54] "GET /virtual-networks?parent_id=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002442 10.0.0.141 - - [2025-04-24 02:01:55] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004617 10.0.0.141 - - [2025-04-24 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.141 - - [2025-04-24 02:01:58] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005448 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /project/6d161f5e813b4f648b7fcaf82cff49cf HTTP/1.1" 404 173 0.025088 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /project/4e9b3b21d2cd482d9f650f29cb92fca3 HTTP/1.1" 404 173 0.033685 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /project/4e51bf44b0514d6585dcbcd29148602e HTTP/1.1" 404 173 0.053576 10.0.0.141 - - [2025-04-24 02:01:58] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.141 - - [2025-04-24 02:01:58] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.070398 10.0.0.141 - - [2025-04-24 02:01:58] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001223 10.0.0.141 - - [2025-04-24 02:01:58] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?fields=security_groups HTTP/1.1" 200 1396 0.028647 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /security-group/13c05d2c-6b3b-451c-80f2-273a68a38739 HTTP/1.1" 200 115 0.038439 10.0.0.141 - - [2025-04-24 02:01:58] "GET /projects?obj_uuids=4e9b3b21-d2cd-482d-9f65-0f29cb92fca3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000900 10.0.0.141 - - [2025-04-24 02:01:58] "GET /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3?fields=application_policy_sets HTTP/1.1" 200 1435 0.025636 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /access-control-list/9da33706-7b0c-4945-9960-5e11cdb660f1 HTTP/1.1" 200 115 0.043449 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /access-control-list/5327a931-ce70-44de-81bd-6bf909becba3 HTTP/1.1" 200 115 0.019903 10.0.0.141 - - [2025-04-24 02:01:58] "DELETE /project/4e9b3b21-d2cd-482d-9f65-0f29cb92fca3 HTTP/1.1" 200 115 0.363568 10.0.0.141 - - [2025-04-24 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.141 - - [2025-04-24 02:02:02] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004325 10.0.0.141 - - [2025-04-24 02:02:03] "GET /obj-perms HTTP/1.1" 200 5075 0.040639 10.0.0.141 - - [2025-04-24 02:02:04] "GET /obj-perms HTTP/1.1" 200 5075 0.038595 10.0.0.141 - - [2025-04-24 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.141 - - [2025-04-24 02:02:04] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002654 10.0.0.141 - - [2025-04-24 02:02:04] "GET /virtual-networks?parent_id=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.001976 10.0.0.141 - - [2025-04-24 02:02:04] "GET /virtual-network/d3cb615e-1792-4790-8ec0-49a8c841a196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004151 10.0.0.141 - - [2025-04-24 02:02:04] "POST /neutron/port HTTP/1.1" 200 1100 0.028532 10.0.0.141 - - [2025-04-24 02:02:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004519 10.0.0.141 - - [2025-04-24 02:02:04] "POST /neutron/port HTTP/1.1" 200 1100 0.011129 10.0.0.141 - - [2025-04-24 02:02:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006656 10.0.0.141 - - [2025-04-24 02:02:04] "POST /neutron/port HTTP/1.1" 200 1099 0.011406 10.0.0.141 - - [2025-04-24 02:02:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004161 10.0.0.141 - - [2025-04-24 02:02:09] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/floatingip HTTP/1.1" 200 529 0.077055 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/port HTTP/1.1" 200 1100 0.017588 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004758 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/floatingip HTTP/1.1" 200 576 0.027698 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/port HTTP/1.1" 200 1099 0.017360 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005071 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/port HTTP/1.1" 200 1099 0.012333 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005929 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/port HTTP/1.1" 200 1099 0.015681 10.0.0.141 - - [2025-04-24 02:02:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007525 10.0.0.141 - - [2025-04-24 02:02:09] "GET /virtual-machine/0eb7c711-3b92-4977-adb2-d1bd6bd46ba6 HTTP/1.1" 200 1306 0.004696 10.0.0.141 - - [2025-04-24 02:02:09] "GET /virtual-machine-interface/ea09821a-9899-4b5a-a012-a4a4614ec2df HTTP/1.1" 200 3012 0.004462 10.0.0.141 - - [2025-04-24 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.141 - - [2025-04-24 02:02:09] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003523 10.0.0.141 - - [2025-04-24 02:02:10] "GET /virtual-networks?parent_id=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002881 10.0.0.141 - - [2025-04-24 02:02:10] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008220 10.0.0.141 - - [2025-04-24 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.141 - - [2025-04-24 02:02:11] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002717 10.0.0.141 - - [2025-04-24 02:02:11] "GET /virtual-networks?parent_id=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002700 10.0.0.141 - - [2025-04-24 02:02:11] "GET /virtual-network/90532576-e5aa-4133-b138-130e00dff8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004900 10.0.0.141 - - [2025-04-24 02:02:11] "POST /neutron/floatingip HTTP/1.1" 200 576 0.008787 10.0.0.141 - - [2025-04-24 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001906 10.0.0.141 - - [2025-04-24 02:02:11] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003289 10.0.0.141 - - [2025-04-24 02:02:11] "GET /route-target/a62af92f-bdc0-414e-9336-d0ac9a5a2e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003066 10.0.0.141 - - [2025-04-24 02:02:11] "GET /floating-ip/5605771a-70ab-4352-b094-1d7c427f2158 HTTP/1.1" 200 1892 0.004147 10.0.0.141 - - [2025-04-24 02:02:12] "GET /global-system-configs HTTP/1.1" 200 323 0.006258 10.0.0.141 - - [2025-04-24 02:02:12] "GET /obj-perms HTTP/1.1" 200 5075 0.026153 10.0.0.141 - - [2025-04-24 02:02:12] "GET /global-system-configs HTTP/1.1" 200 323 0.005626 10.0.0.141 - - [2025-04-24 02:02:12] "GET /obj-perms HTTP/1.1" 200 5075 0.022987 10.0.0.141 - - [2025-04-24 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 576 0.007987 10.0.0.141 - - [2025-04-24 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 529 0.013548 10.0.0.141 - - [2025-04-24 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005545 10.0.0.141 - - [2025-04-24 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031725 10.0.0.141 - - [2025-04-24 02:02:14] "GET /floating-ip-pool/ae6dd6a6-5288-4d11-8463-8e1174080bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002710 10.0.0.141 - - [2025-04-24 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.018215 10.0.0.141 - - [2025-04-24 02:02:14] "DELETE /floating-ip-pool/ae6dd6a6-5288-4d11-8463-8e1174080bc2 HTTP/1.1" 200 115 0.021008 10.0.0.141 - - [2025-04-24 02:02:14] "POST /neutron/network HTTP/1.1" 200 838 0.006149 10.0.0.141 - - [2025-04-24 02:02:14] "POST /neutron/network HTTP/1.1" 400 204 0.008677 10.0.0.141 - - [2025-04-24 02:02:15] "POST /neutron/port HTTP/1.1" 200 1099 0.013705 10.0.0.141 - - [2025-04-24 02:02:15] "POST /neutron/port HTTP/1.1" 200 1125 0.007441 10.0.0.141 - - [2025-04-24 02:02:15] "POST /neutron/port HTTP/1.1" 200 1100 0.019712 10.0.0.141 - - [2025-04-24 02:02:15] "POST /neutron/port HTTP/1.1" 200 1126 0.007658 10.0.0.141 - - [2025-04-24 02:02:15] "POST /neutron/port HTTP/1.1" 200 151 0.121333 10.0.0.141 - - [2025-04-24 02:02:15] "POST /neutron/port HTTP/1.1" 200 151 0.093753 10.0.0.141 - - [2025-04-24 02:02:16] "POST /neutron/network HTTP/1.1" 200 838 0.004974 10.0.0.141 - - [2025-04-24 02:02:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.141 - - [2025-04-24 02:02:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002031 10.0.0.141 - - [2025-04-24 02:02:16] "POST /neutron/network HTTP/1.1" 200 151 0.067181 10.0.0.141 - - [2025-04-24 02:02:16] "GET /routing-instance/2d9fa83d-ec3c-4e9d-917a-a6bb79852741 HTTP/1.1" 404 171 0.001936 10.0.0.141 - - [2025-04-24 02:02:16] "GET /domains HTTP/1.1" 200 281 0.002830 10.0.0.141 - - [2025-04-24 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025379 10.0.0.141 - - [2025-04-24 02:02:16] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.141 - - [2025-04-24 02:02:16] "DELETE /route-target/a6eb96f8-3cfd-4390-b26c-5ed1e7f82ed1 HTTP/1.1" 200 115 0.013073 10.0.0.141 - - [2025-04-24 02:02:16] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2595 0.049427 10.0.0.141 - - [2025-04-24 02:02:16] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.141 - - [2025-04-24 02:02:16] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 2180 0.069886 10.0.0.141 - - [2025-04-24 02:02:16] "POST /neutron/network HTTP/1.1" 200 837 0.004804 10.0.0.141 - - [2025-04-24 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.141 - - [2025-04-24 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004784 10.0.0.141 - - [2025-04-24 02:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001649 10.0.0.141 - - [2025-04-24 02:02:17] "POST /neutron/network HTTP/1.1" 200 151 0.075141 10.0.0.141 - - [2025-04-24 02:02:17] "DELETE /route-target/a62af92f-bdc0-414e-9336-d0ac9a5a2e89 HTTP/1.1" 200 115 0.016132 10.0.0.141 - - [2025-04-24 02:02:17] "GET /routing-instance/b97fe0cb-1316-4c73-a0a5-5c87d2a7da1e HTTP/1.1" 404 171 0.002867 10.0.0.141 - - [2025-04-24 02:02:17] "GET /domains HTTP/1.1" 200 281 0.001781 10.0.0.141 - - [2025-04-24 02:02:17] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.141 - - [2025-04-24 02:02:17] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2595 0.050955 10.0.0.141 - - [2025-04-24 02:02:17] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.141 - - [2025-04-24 02:02:17] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 1929 0.061426 10.0.0.141 - - [2025-04-24 02:02:17] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.141 - - [2025-04-24 02:02:17] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.020046 10.0.0.141 - - [2025-04-24 02:02:17] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.141 - - [2025-04-24 02:02:17] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?fields=virtual_networks HTTP/1.1" 200 1058 0.064574 10.0.0.141 - - [2025-04-24 02:02:17] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.141 - - [2025-04-24 02:02:17] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.021258 10.0.0.141 - - [2025-04-24 02:02:17] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.141 - - [2025-04-24 02:02:17] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?fields=security_groups HTTP/1.1" 200 1297 0.022211 10.0.0.141 - - [2025-04-24 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.020136 10.0.0.141 - - [2025-04-24 02:02:18] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002151 10.0.0.141 - - [2025-04-24 02:02:18] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.141 - - [2025-04-24 02:02:18] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006713 10.0.0.141 - - [2025-04-24 02:02:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001108 10.0.0.141 - - [2025-04-24 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.002009 10.0.0.141 - - [2025-04-24 02:02:18] "POST /security-groups HTTP/1.1" 200 586 0.060071 10.0.0.141 - - [2025-04-24 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.002231 10.0.0.141 - - [2025-04-24 02:02:18] "POST /projects HTTP/1.1" 200 575 0.205140 10.0.0.141 - - [2025-04-24 02:02:18] "POST /access-control-lists HTTP/1.1" 200 593 0.063062 10.0.0.141 - - [2025-04-24 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.269328 10.0.0.141 - - [2025-04-24 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.003193 10.0.0.141 - - [2025-04-24 02:02:18] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.377753 10.0.0.141 - - [2025-04-24 02:02:18] "POST /access-control-lists HTTP/1.1" 200 591 0.055897 10.0.0.141 - - [2025-04-24 02:02:19] "GET / HTTP/1.1" 200 36215 0.001942 10.0.0.141 - - [2025-04-24 02:02:20] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.141 - - [2025-04-24 02:02:20] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.021315 10.0.0.141 - - [2025-04-24 02:02:20] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.141 - - [2025-04-24 02:02:20] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?fields=virtual_networks HTTP/1.1" 200 1025 0.064836 10.0.0.141 - - [2025-04-24 02:02:20] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.141 - - [2025-04-24 02:02:20] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.021981 10.0.0.141 - - [2025-04-24 02:02:21] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001304 10.0.0.141 - - [2025-04-24 02:02:21] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?fields=security_groups HTTP/1.1" 200 1247 0.021326 10.0.0.141 - - [2025-04-24 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.019815 10.0.0.141 - - [2025-04-24 02:02:21] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002176 10.0.0.141 - - [2025-04-24 02:02:21] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001891 10.0.0.141 - - [2025-04-24 02:02:21] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009665 10.0.0.141 - - [2025-04-24 02:02:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.001185 10.0.0.141 - - [2025-04-24 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003873 10.0.0.141 - - [2025-04-24 02:02:22] "POST /security-groups HTTP/1.1" 200 594 0.059622 10.0.0.141 - - [2025-04-24 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 237 0.002185 10.0.0.141 - - [2025-04-24 02:02:22] "POST /projects HTTP/1.1" 200 591 0.216517 10.0.0.141 - - [2025-04-24 02:02:22] "POST /access-control-lists HTTP/1.1" 200 601 0.056819 10.0.0.141 - - [2025-04-24 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.285409 10.0.0.141 - - [2025-04-24 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.002228 10.0.0.141 - - [2025-04-24 02:02:22] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.401473 10.0.0.141 - - [2025-04-24 02:02:22] "POST /access-control-lists HTTP/1.1" 200 599 0.055977 10.0.0.141 - - [2025-04-24 02:02:23] "GET / HTTP/1.1" 200 36215 0.001777 10.0.0.141 - - [2025-04-24 02:02:24] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000485 10.0.0.141 - - [2025-04-24 02:02:24] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000940 10.0.0.141 - - [2025-04-24 02:02:24] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.038439 10.0.0.141 - - [2025-04-24 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.141 - - [2025-04-24 02:02:24] "GET /security-group/80fad223-fef2-46bd-8fce-b7c47f64f3b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004122 10.0.0.141 - - [2025-04-24 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.141 - - [2025-04-24 02:02:24] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001280 10.0.0.141 - - [2025-04-24 02:02:24] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026297 10.0.0.141 - - [2025-04-24 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.141 - - [2025-04-24 02:02:24] "GET /security-group/80fad223-fef2-46bd-8fce-b7c47f64f3b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003470 10.0.0.141 - - [2025-04-24 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.141 - - [2025-04-24 02:02:24] "PUT /security-group/80fad223-fef2-46bd-8fce-b7c47f64f3b1 HTTP/1.1" 200 263 0.012655 10.0.0.141 - - [2025-04-24 02:02:24] "PUT /access-control-list/7b1f199d-573f-43ac-b9bd-4e92d7473d03 HTTP/1.1" 200 273 0.007939 10.0.0.141 - - [2025-04-24 02:02:24] "PUT /access-control-list/440de201-eb01-45bd-b16a-d5ec2e2906e2 HTTP/1.1" 200 273 0.008121 10.0.0.141 - - [2025-04-24 02:02:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.001933 10.0.0.141 - - [2025-04-24 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.141 - - [2025-04-24 02:02:24] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001273 10.0.0.141 - - [2025-04-24 02:02:24] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024192 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 117 0.030441 10.0.0.141 - - [2025-04-24 02:02:25] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 608 0.063067 10.0.0.141 - - [2025-04-24 02:02:25] "POST /route-targets HTTP/1.1" 200 328 0.016079 10.0.0.141 - - [2025-04-24 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.017763 10.0.0.141 - - [2025-04-24 02:02:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004968 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.221708 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 827 0.004420 10.0.0.141 - - [2025-04-24 02:02:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001015 10.0.0.141 - - [2025-04-24 02:02:25] "GET /virtual-network/17fd9f3f-1e37-4d9b-a2c9-c2ca5571a5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004084 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 827 0.004359 10.0.0.141 - - [2025-04-24 02:02:25] "GET /virtual-network/17fd9f3f-1e37-4d9b-a2c9-c2ca5571a5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004017 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 827 0.004995 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.005220 10.0.0.141 - - [2025-04-24 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.141 - - [2025-04-24 02:02:25] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.141 - - [2025-04-24 02:02:25] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025006 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 117 0.007769 10.0.0.141 - - [2025-04-24 02:02:25] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001147 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 615 0.077266 10.0.0.141 - - [2025-04-24 02:02:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004897 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.184556 10.0.0.141 - - [2025-04-24 02:02:25] "POST /neutron/network HTTP/1.1" 200 834 0.004359 10.0.0.141 - - [2025-04-24 02:02:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.000966 10.0.0.141 - - [2025-04-24 02:02:25] "GET /virtual-network/6d567d4a-5530-4db5-9822-90bf2780e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003993 10.0.0.141 - - [2025-04-24 02:02:26] "POST /neutron/network HTTP/1.1" 200 834 0.005629 10.0.0.141 - - [2025-04-24 02:02:26] "GET /virtual-network/6d567d4a-5530-4db5-9822-90bf2780e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004380 10.0.0.141 - - [2025-04-24 02:02:26] "POST /neutron/network HTTP/1.1" 200 834 0.005090 10.0.0.141 - - [2025-04-24 02:02:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.007179 10.0.0.141 - - [2025-04-24 02:02:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001062 10.0.0.141 - - [2025-04-24 02:02:26] "POST /route-targets HTTP/1.1" 200 328 0.008527 10.0.0.141 - - [2025-04-24 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.009298 10.0.0.141 - - [2025-04-24 02:02:26] "POST /neutron/network HTTP/1.1" 200 837 0.005003 10.0.0.141 - - [2025-04-24 02:02:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000339 10.0.0.141 - - [2025-04-24 02:02:26] "GET / HTTP/1.1" 200 36215 0.002146 10.0.0.141 - - [2025-04-24 02:02:26] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000374 10.0.0.141 - - [2025-04-24 02:02:27] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.141 - - [2025-04-24 02:02:27] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040100 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/network HTTP/1.1" 200 827 0.004467 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.004573 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.004434 10.0.0.141 - - [2025-04-24 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001261 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.004745 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/network HTTP/1.1" 200 844 0.005124 10.0.0.141 - - [2025-04-24 02:02:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/network HTTP/1.1" 200 837 0.005120 10.0.0.141 - - [2025-04-24 02:02:27] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000937 10.0.0.141 - - [2025-04-24 02:02:27] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.141 - - [2025-04-24 02:02:27] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000358 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 1063 0.187331 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 1063 0.009496 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 1063 0.008101 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 1117 0.058172 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 1091 0.012555 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002933 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.010225 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.141 - - [2025-04-24 02:02:27] "POST /neutron/network HTTP/1.1" 200 827 0.004716 10.0.0.141 - - [2025-04-24 02:02:27] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001414 10.0.0.141 - - [2025-04-24 02:02:28] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042218 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/network HTTP/1.1" 200 834 0.005302 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/port HTTP/1.1" 200 1091 0.014633 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005067 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.005207 10.0.0.141 - - [2025-04-24 02:02:28] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/router HTTP/1.1" 200 585 0.060888 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/router HTTP/1.1" 200 585 0.003656 10.0.0.141 - - [2025-04-24 02:02:28] "POST /route-targets HTTP/1.1" 200 328 0.012397 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/router HTTP/1.1" 200 656 0.047952 10.0.0.141 - - [2025-04-24 02:02:28] "PUT /logical-router/9b835540-6d11-48ef-b634-4e8d701ac2f5 HTTP/1.1" 200 263 0.046270 10.0.0.141 - - [2025-04-24 02:02:28] "GET /logical-router/9b835540-6d11-48ef-b634-4e8d701ac2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.013490 10.0.0.141 - - [2025-04-24 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/router HTTP/1.1" 200 656 0.003583 10.0.0.141 - - [2025-04-24 02:02:28] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.141 - - [2025-04-24 02:02:28] "GET /service-template/75a72567-768c-47f9-baef-1da14b3b9977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004796 10.0.0.141 - - [2025-04-24 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.012106 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/network HTTP/1.1" 200 844 0.018392 10.0.0.141 - - [2025-04-24 02:02:28] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001010 10.0.0.141 - - [2025-04-24 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007759 10.0.0.141 - - [2025-04-24 02:02:28] "POST /virtual-networks HTTP/1.1" 200 696 0.140918 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/router HTTP/1.1" 200 344 0.325016 10.0.0.141 - - [2025-04-24 02:02:28] "POST /route-targets HTTP/1.1" 200 328 0.045192 10.0.0.141 - - [2025-04-24 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.052694 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/port HTTP/1.1" 200 1091 0.065296 10.0.0.141 - - [2025-04-24 02:02:28] "POST /service-instances HTTP/1.1" 200 672 0.086994 10.0.0.141 - - [2025-04-24 02:02:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.046679 10.0.0.141 - - [2025-04-24 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.042915 10.0.0.141 - - [2025-04-24 02:02:28] "POST /route-tables HTTP/1.1" 200 584 0.067878 10.0.0.141 - - [2025-04-24 02:02:29] "PUT /logical-router/9b835540-6d11-48ef-b634-4e8d701ac2f5 HTTP/1.1" 200 263 0.025051 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/port HTTP/1.1" 200 1063 0.398474 10.0.0.141 - - [2025-04-24 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.022128 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/port HTTP/1.1" 200 1063 0.007528 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/port HTTP/1.1" 200 1063 0.007124 10.0.0.141 - - [2025-04-24 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.141 - - [2025-04-24 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007235 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/port HTTP/1.1" 200 1117 0.082635 10.0.0.141 - - [2025-04-24 02:02:29] "POST /virtual-machines HTTP/1.1" 200 554 0.016333 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/port HTTP/1.1" 200 1091 0.020400 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002537 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.010092 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/port HTTP/1.1" 200 117 0.000910 10.0.0.141 - - [2025-04-24 02:02:29] "POST /neutron/network HTTP/1.1" 200 834 0.046026 10.0.0.141 - - [2025-04-24 02:02:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.102945 10.0.0.141 - - [2025-04-24 02:02:29] "POST /chown HTTP/1.1" 200 109 0.006998 10.0.0.141 - - [2025-04-24 02:02:29] "POST /instance-ips HTTP/1.1" 200 552 0.016622 10.0.0.141 - - [2025-04-24 02:02:29] "POST /instance-ips HTTP/1.1" 400 246 0.013839 10.0.0.141 - - [2025-04-24 02:02:29] "POST /chown HTTP/1.1" 200 109 0.013648 10.0.0.141 - - [2025-04-24 02:02:29] "PUT /virtual-machine-interface/630d4669-dbca-4477-8a55-79a14f8ba828 HTTP/1.1" 200 285 0.009729 10.0.0.141 - - [2025-04-24 02:02:29] "PUT /instance-ip/4282a1ac-67ce-41a8-ab71-e229711bcf58 HTTP/1.1" 200 257 0.012338 10.0.0.141 - - [2025-04-24 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.013812 10.0.0.141 - - [2025-04-24 02:02:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.083153 10.0.0.141 - - [2025-04-24 02:02:30] "POST /chown HTTP/1.1" 200 109 0.008636 10.0.0.141 - - [2025-04-24 02:02:30] "POST /instance-ips HTTP/1.1" 200 550 0.026273 10.0.0.141 - - [2025-04-24 02:02:30] "POST /instance-ips HTTP/1.1" 400 316 0.014032 10.0.0.141 - - [2025-04-24 02:02:30] "POST /chown HTTP/1.1" 200 109 0.013946 10.0.0.141 - - [2025-04-24 02:02:30] "PUT /virtual-machine-interface/ee8724df-1b30-4e35-8e04-c36375149c9c HTTP/1.1" 200 285 0.012131 10.0.0.141 - - [2025-04-24 02:02:30] "PUT /instance-ip/594ceebc-f27c-477a-b075-53efa9e8f0a6 HTTP/1.1" 200 257 0.013320 10.0.0.141 - - [2025-04-24 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.011844 10.0.0.141 - - [2025-04-24 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.141 - - [2025-04-24 02:02:30] "PUT /routing-instance/1e71d440-c694-43c5-999e-07fd435c2205 HTTP/1.1" 200 267 0.010101 10.0.0.141 - - [2025-04-24 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.013187 10.0.0.141 - - [2025-04-24 02:02:30] "POST /virtual-machines HTTP/1.1" 200 554 0.016774 10.0.0.141 - - [2025-04-24 02:02:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.086863 10.0.0.141 - - [2025-04-24 02:02:30] "POST /chown HTTP/1.1" 200 109 0.006789 10.0.0.141 - - [2025-04-24 02:02:30] "POST /instance-ips HTTP/1.1" 400 246 0.014970 10.0.0.141 - - [2025-04-24 02:02:30] "POST /chown HTTP/1.1" 200 109 0.007032 10.0.0.141 - - [2025-04-24 02:02:30] "PUT /virtual-machine-interface/961f06db-7225-4ca1-8579-2ea153323fe7 HTTP/1.1" 200 285 0.013191 10.0.0.141 - - [2025-04-24 02:02:30] "PUT /instance-ip/4282a1ac-67ce-41a8-ab71-e229711bcf58 HTTP/1.1" 200 257 0.012469 10.0.0.141 - - [2025-04-24 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.011382 10.0.0.141 - - [2025-04-24 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010932 10.0.0.141 - - [2025-04-24 02:02:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088686 10.0.0.141 - - [2025-04-24 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.023967 10.0.0.141 - - [2025-04-24 02:02:31] "PUT /routing-instance/1e71d440-c694-43c5-999e-07fd435c2205 HTTP/1.1" 200 267 0.022806 10.0.0.141 - - [2025-04-24 02:02:31] "POST /chown HTTP/1.1" 200 109 0.014456 10.0.0.141 - - [2025-04-24 02:02:31] "POST /instance-ips HTTP/1.1" 400 316 0.013657 10.0.0.141 - - [2025-04-24 02:02:31] "POST /chown HTTP/1.1" 200 109 0.012527 10.0.0.141 - - [2025-04-24 02:02:31] "PUT /virtual-machine-interface/15c76c07-c062-4416-8849-72af62ac7f5b HTTP/1.1" 200 285 0.008990 10.0.0.141 - - [2025-04-24 02:02:31] "PUT /instance-ip/594ceebc-f27c-477a-b075-53efa9e8f0a6 HTTP/1.1" 200 257 0.010848 10.0.0.141 - - [2025-04-24 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.011977 10.0.0.141 - - [2025-04-24 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010286 10.0.0.141 - - [2025-04-24 02:02:31] "PUT /routing-instance/1e71d440-c694-43c5-999e-07fd435c2205 HTTP/1.1" 200 267 0.008333 10.0.0.141 - - [2025-04-24 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010049 10.0.0.141 - - [2025-04-24 02:02:33] "POST /neutron/port HTTP/1.1" 200 1091 0.013491 10.0.0.141 - - [2025-04-24 02:02:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005313 10.0.0.141 - - [2025-04-24 02:02:34] "POST /neutron/port HTTP/1.1" 200 1091 0.012446 10.0.0.141 - - [2025-04-24 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004890 10.0.0.141 - - [2025-04-24 02:02:34] "POST /neutron/port HTTP/1.1" 200 1091 0.013467 10.0.0.141 - - [2025-04-24 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005489 10.0.0.141 - - [2025-04-24 02:02:34] "GET /virtual-machine/032abbf5-1b43-4286-bdbf-26867b348c85 HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2025-04-24 02:02:34] "GET /virtual-machine/032abbf5-1b43-4286-bdbf-26867b348c85 HTTP/1.1" 200 1296 0.022892 10.0.0.141 - - [2025-04-24 02:02:34] "GET /virtual-machine-interface/9346b233-1f41-479d-ad6e-eb4fe37c65f3 HTTP/1.1" 200 2964 0.004184 10.0.0.141 - - [2025-04-24 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.141 - - [2025-04-24 02:02:34] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002434 10.0.0.141 - - [2025-04-24 02:02:34] "GET /virtual-networks?parent_id=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002504 10.0.0.141 - - [2025-04-24 02:02:34] "GET /virtual-network/17fd9f3f-1e37-4d9b-a2c9-c2ca5571a5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004868 10.0.0.141 - - [2025-04-24 02:02:35] "POST /neutron/port HTTP/1.1" 200 1091 0.013051 10.0.0.141 - - [2025-04-24 02:02:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004482 10.0.0.141 - - [2025-04-24 02:02:37] "POST /neutron/port HTTP/1.1" 200 1091 0.012832 10.0.0.141 - - [2025-04-24 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004476 10.0.0.141 - - [2025-04-24 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.141 - - [2025-04-24 02:02:37] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002500 10.0.0.141 - - [2025-04-24 02:02:37] "GET /virtual-networks?parent_id=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002645 10.0.0.141 - - [2025-04-24 02:02:37] "GET /virtual-network/17fd9f3f-1e37-4d9b-a2c9-c2ca5571a5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004767 10.0.0.141 - - [2025-04-24 02:02:38] "POST /neutron/port HTTP/1.1" 200 1091 0.012064 10.0.0.141 - - [2025-04-24 02:02:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005004 10.0.0.141 - - [2025-04-24 02:02:38] "POST /neutron/port HTTP/1.1" 200 1091 0.012027 10.0.0.141 - - [2025-04-24 02:02:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005273 10.0.0.141 - - [2025-04-24 02:02:38] "POST /neutron/port HTTP/1.1" 200 1091 0.011898 10.0.0.141 - - [2025-04-24 02:02:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004918 10.0.0.141 - - [2025-04-24 02:02:38] "GET /virtual-machine/a2a4d549-169d-46c6-85b2-6a199616f2a3 HTTP/1.1" 200 1297 0.003886 10.0.0.141 - - [2025-04-24 02:02:38] "GET /virtual-machine-interface/65e530c0-7320-48a9-8d10-c8008e705ee9 HTTP/1.1" 200 2975 0.004062 10.0.0.141 - - [2025-04-24 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.141 - - [2025-04-24 02:02:38] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002474 10.0.0.141 - - [2025-04-24 02:02:38] "GET /virtual-networks?parent_id=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002623 10.0.0.141 - - [2025-04-24 02:02:38] "GET /virtual-network/6d567d4a-5530-4db5-9822-90bf2780e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004809 10.0.0.141 - - [2025-04-24 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.141 - - [2025-04-24 02:02:39] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002677 10.0.0.141 - - [2025-04-24 02:02:39] "GET /virtual-networks?parent_id=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002497 10.0.0.141 - - [2025-04-24 02:02:39] "GET /virtual-network/6d567d4a-5530-4db5-9822-90bf2780e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004816 10.0.0.141 - - [2025-04-24 02:02:43] "POST /neutron/router HTTP/1.1" 200 656 0.003969 10.0.0.141 - - [2025-04-24 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.014327 10.0.0.141 - - [2025-04-24 02:02:43] "POST /neutron/router HTTP/1.1" 200 344 0.095756 10.0.0.141 - - [2025-04-24 02:02:43] "POST /neutron/router HTTP/1.1" 200 656 0.005009 10.0.0.141 - - [2025-04-24 02:02:43] "GET /logical-router/9b835540-6d11-48ef-b634-4e8d701ac2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.004155 10.0.0.141 - - [2025-04-24 02:02:43] "GET /service-instance/0980a1e7-e902-426f-aab9-87c6a7a230a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.003150 10.0.0.141 - - [2025-04-24 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.141 - - [2025-04-24 02:02:43] "POST /neutron/router HTTP/1.1" 200 151 0.051619 10.0.0.141 - - [2025-04-24 02:02:43] "DELETE /route-target/28592f72-602d-4caa-93a1-905aa5cefd49 HTTP/1.1" 409 240 0.006610 10.0.0.141 - - [2025-04-24 02:02:43] "PUT /logical-router/9b835540-6d11-48ef-b634-4e8d701ac2f5 HTTP/1.1" 404 171 0.002515 10.0.0.141 - - [2025-04-24 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.014758 10.0.0.141 - - [2025-04-24 02:02:43] "DELETE /route-table/5f8a7ca1-5212-441f-b3d5-ca41fb7f76c4 HTTP/1.1" 200 115 0.033507 10.0.0.141 - - [2025-04-24 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.141 - - [2025-04-24 02:02:43] "POST /neutron/network HTTP/1.1" 200 834 0.005050 10.0.0.141 - - [2025-04-24 02:02:43] "PUT /routing-instance/1e71d440-c694-43c5-999e-07fd435c2205 HTTP/1.1" 200 267 0.013003 10.0.0.141 - - [2025-04-24 02:02:43] "GET /virtual-network/f5264cd7-c201-469e-a30d-4eedafa8b688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005767 10.0.0.141 - - [2025-04-24 02:02:43] "POST /neutron/network HTTP/1.1" 400 204 0.031951 10.0.0.141 - - [2025-04-24 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.008351 10.0.0.141 - - [2025-04-24 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.008720 10.0.0.141 - - [2025-04-24 02:02:43] "DELETE /instance-ip/594ceebc-f27c-477a-b075-53efa9e8f0a6 HTTP/1.1" 200 115 0.046387 10.0.0.141 - - [2025-04-24 02:02:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007681 10.0.0.141 - - [2025-04-24 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.141 - - [2025-04-24 02:02:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003302 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-network/f5264cd7-c201-469e-a30d-4eedafa8b688 HTTP/1.1" 200 115 0.129173 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /route-target/a1da2a99-999e-4219-8a4a-41f07ba3d64a HTTP/1.1" 200 115 0.023660 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /service-instance/0980a1e7-e902-426f-aab9-87c6a7a230a1 HTTP/1.1" 200 115 0.039785 10.0.0.141 - - [2025-04-24 02:02:44] "GET /logical-router/9b835540-6d11-48ef-b634-4e8d701ac2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005465 10.0.0.141 - - [2025-04-24 02:02:44] "GET /service-instance/0980a1e7-e902-426f-aab9-87c6a7a230a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003561 10.0.0.141 - - [2025-04-24 02:02:44] "POST /neutron/port HTTP/1.1" 200 1091 0.036509 10.0.0.141 - - [2025-04-24 02:02:44] "GET /virtual-machine-interface/630d4669-dbca-4477-8a55-79a14f8ba828?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1655 0.005062 10.0.0.141 - - [2025-04-24 02:02:44] "POST /neutron/port HTTP/1.1" 200 1091 0.018004 10.0.0.141 - - [2025-04-24 02:02:44] "POST /neutron/port HTTP/1.1" 200 1117 0.007117 10.0.0.141 - - [2025-04-24 02:02:44] "POST /neutron/port HTTP/1.1" 200 1117 0.010839 10.0.0.141 - - [2025-04-24 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.013490 10.0.0.141 - - [2025-04-24 02:02:44] "GET /instance-ip/4282a1ac-67ce-41a8-ab71-e229711bcf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003970 10.0.0.141 - - [2025-04-24 02:02:44] "POST /neutron/port HTTP/1.1" 200 151 0.150406 10.0.0.141 - - [2025-04-24 02:02:44] "POST /neutron/port HTTP/1.1" 200 151 0.147491 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-machine-interface/630d4669-dbca-4477-8a55-79a14f8ba828 HTTP/1.1" 200 115 0.051020 10.0.0.141 - - [2025-04-24 02:02:44] "GET /virtual-machine-interface/ee8724df-1b30-4e35-8e04-c36375149c9c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.009287 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-machine-interface/ee8724df-1b30-4e35-8e04-c36375149c9c HTTP/1.1" 200 115 0.021991 10.0.0.141 - - [2025-04-24 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-machine/20d2331c-1dd3-4d80-a84b-451eda38bb2d HTTP/1.1" 200 115 0.024853 10.0.0.141 - - [2025-04-24 02:02:44] "GET /virtual-machine-interface/961f06db-7225-4ca1-8579-2ea153323fe7?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.005333 10.0.0.141 - - [2025-04-24 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.010632 10.0.0.141 - - [2025-04-24 02:02:44] "GET /instance-ip/4282a1ac-67ce-41a8-ab71-e229711bcf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005020 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /instance-ip/4282a1ac-67ce-41a8-ab71-e229711bcf58 HTTP/1.1" 200 115 0.021697 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-machine-interface/961f06db-7225-4ca1-8579-2ea153323fe7 HTTP/1.1" 200 115 0.032432 10.0.0.141 - - [2025-04-24 02:02:44] "GET /virtual-machine-interface/15c76c07-c062-4416-8849-72af62ac7f5b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.005028 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-machine-interface/15c76c07-c062-4416-8849-72af62ac7f5b HTTP/1.1" 200 115 0.021822 10.0.0.141 - - [2025-04-24 02:02:44] "DELETE /virtual-machine/246baa0b-a471-45cb-99fd-8fc2298dde24 HTTP/1.1" 200 115 0.015967 10.0.0.141 - - [2025-04-24 02:02:45] "POST /neutron/network HTTP/1.1" 200 834 0.006388 10.0.0.141 - - [2025-04-24 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.141 - - [2025-04-24 02:02:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004304 10.0.0.141 - - [2025-04-24 02:02:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.141 - - [2025-04-24 02:02:45] "POST /neutron/network HTTP/1.1" 200 151 0.065542 10.0.0.141 - - [2025-04-24 02:02:45] "DELETE /route-target/9b485a5f-1883-4e13-9d5e-46dc910edf57 HTTP/1.1" 200 115 0.013046 10.0.0.141 - - [2025-04-24 02:02:45] "POST /neutron/network HTTP/1.1" 200 827 0.004627 10.0.0.141 - - [2025-04-24 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.141 - - [2025-04-24 02:02:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001727 10.0.0.141 - - [2025-04-24 02:02:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002558 10.0.0.141 - - [2025-04-24 02:02:45] "POST /neutron/network HTTP/1.1" 200 151 0.068678 10.0.0.141 - - [2025-04-24 02:02:45] "DELETE /route-target/997c95a5-da27-48aa-91ca-7e143ad3f73e HTTP/1.1" 200 115 0.017956 10.0.0.141 - - [2025-04-24 02:02:46] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001121 10.0.0.141 - - [2025-04-24 02:02:46] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023570 10.0.0.141 - - [2025-04-24 02:02:46] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000918 10.0.0.141 - - [2025-04-24 02:02:46] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?fields=virtual_networks HTTP/1.1" 200 1040 0.061696 10.0.0.141 - - [2025-04-24 02:02:46] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.141 - - [2025-04-24 02:02:46] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.022515 10.0.0.141 - - [2025-04-24 02:02:46] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.141 - - [2025-04-24 02:02:46] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?fields=security_groups HTTP/1.1" 200 1270 0.021291 10.0.0.141 - - [2025-04-24 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.020411 10.0.0.141 - - [2025-04-24 02:02:47] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003615 10.0.0.141 - - [2025-04-24 02:02:47] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.141 - - [2025-04-24 02:02:47] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006619 10.0.0.141 - - [2025-04-24 02:02:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001032 10.0.0.141 - - [2025-04-24 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.001971 10.0.0.141 - - [2025-04-24 02:02:47] "POST /security-groups HTTP/1.1" 200 599 0.055477 10.0.0.141 - - [2025-04-24 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.002280 10.0.0.141 - - [2025-04-24 02:02:47] "POST /projects HTTP/1.1" 200 601 0.192661 10.0.0.141 - - [2025-04-24 02:02:47] "POST /access-control-lists HTTP/1.1" 200 606 0.053194 10.0.0.141 - - [2025-04-24 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.265260 10.0.0.141 - - [2025-04-24 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 241 0.002208 10.0.0.141 - - [2025-04-24 02:02:47] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.391411 10.0.0.141 - - [2025-04-24 02:02:47] "POST /access-control-lists HTTP/1.1" 200 604 0.060002 10.0.0.141 - - [2025-04-24 02:02:48] "GET / HTTP/1.1" 200 36215 0.001909 10.0.0.141 - - [2025-04-24 02:02:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.141 - - [2025-04-24 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.044243 10.0.0.141 - - [2025-04-24 02:02:49] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.141 - - [2025-04-24 02:02:49] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.020139 10.0.0.141 - - [2025-04-24 02:02:49] "POST /neutron/network HTTP/1.1" 200 117 0.024455 10.0.0.141 - - [2025-04-24 02:02:49] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.141 - - [2025-04-24 02:02:49] "POST /neutron/network HTTP/1.1" 200 613 0.053316 10.0.0.141 - - [2025-04-24 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.008434 10.0.0.141 - - [2025-04-24 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.141 - - [2025-04-24 02:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002674 10.0.0.141 - - [2025-04-24 02:02:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.155531 10.0.0.141 - - [2025-04-24 02:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.141 - - [2025-04-24 02:02:49] "POST /neutron/subnet HTTP/1.1" 200 823 0.114630 10.0.0.141 - - [2025-04-24 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025435 10.0.0.141 - - [2025-04-24 02:02:50] "GET /virtual-network/72ab151b-4baa-4a4a-a48c-c86065ff26cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005853 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 1003 0.005209 10.0.0.141 - - [2025-04-24 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.000920 10.0.0.141 - - [2025-04-24 02:02:50] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004235 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 1003 0.007578 10.0.0.141 - - [2025-04-24 02:02:50] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004155 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 1003 0.005904 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.005257 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.005802 10.0.0.141 - - [2025-04-24 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.141 - - [2025-04-24 02:02:50] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.141 - - [2025-04-24 02:02:50] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.020191 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 117 0.006935 10.0.0.141 - - [2025-04-24 02:02:50] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 613 0.051986 10.0.0.141 - - [2025-04-24 02:02:50] "POST /route-targets HTTP/1.1" 200 328 0.009480 10.0.0.141 - - [2025-04-24 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.141 - - [2025-04-24 02:02:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002512 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.151478 10.0.0.141 - - [2025-04-24 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.141 - - [2025-04-24 02:02:50] "GET /virtual-network/72ab151b-4baa-4a4a-a48c-c86065ff26cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004394 10.0.0.141 - - [2025-04-24 02:02:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004243 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.120638 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 1007 0.005735 10.0.0.141 - - [2025-04-24 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.000987 10.0.0.141 - - [2025-04-24 02:02:50] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004009 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 1007 0.005928 10.0.0.141 - - [2025-04-24 02:02:50] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004283 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/network HTTP/1.1" 200 1007 0.006351 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.005691 10.0.0.141 - - [2025-04-24 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.005755 10.0.0.141 - - [2025-04-24 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.001902 10.0.0.141 - - [2025-04-24 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.141 - - [2025-04-24 02:02:50] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.141 - - [2025-04-24 02:02:50] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.027111 10.0.0.141 - - [2025-04-24 02:02:51] "POST /network-policys HTTP/1.1" 200 579 0.060142 10.0.0.141 - - [2025-04-24 02:02:51] "GET /network-policy/1335a9e7-63d3-488f-9154-15430b63aff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004730 10.0.0.141 - - [2025-04-24 02:02:51] "POST /neutron/network HTTP/1.1" 200 1003 0.006465 10.0.0.141 - - [2025-04-24 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.141 - - [2025-04-24 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.003637 10.0.0.141 - - [2025-04-24 02:02:51] "GET /virtual-network/72ab151b-4baa-4a4a-a48c-c86065ff26cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005835 10.0.0.141 - - [2025-04-24 02:02:51] "POST /neutron/network HTTP/1.1" 200 1111 0.050781 10.0.0.141 - - [2025-04-24 02:02:51] "POST /neutron/network HTTP/1.1" 200 1111 0.006972 10.0.0.141 - - [2025-04-24 02:02:51] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.041761 10.0.0.141 - - [2025-04-24 02:02:51] "POST /access-control-lists HTTP/1.1" 200 598 0.086670 10.0.0.141 - - [2025-04-24 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.026859 10.0.0.141 - - [2025-04-24 02:02:51] "GET /network-policy/1335a9e7-63d3-488f-9154-15430b63aff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003181 10.0.0.141 - - [2025-04-24 02:02:51] "POST /neutron/network HTTP/1.1" 200 1007 0.006322 10.0.0.141 - - [2025-04-24 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.141 - - [2025-04-24 02:02:51] "GET /virtual-network/72ab151b-4baa-4a4a-a48c-c86065ff26cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007813 10.0.0.141 - - [2025-04-24 02:02:51] "POST /neutron/network HTTP/1.1" 200 1115 0.045668 10.0.0.141 - - [2025-04-24 02:02:51] "PUT /access-control-list/c3aea64b-a38e-403a-89b2-4355ea058a3d HTTP/1.1" 200 273 0.062790 10.0.0.141 - - [2025-04-24 02:02:51] "POST /neutron/network HTTP/1.1" 200 1115 0.031232 10.0.0.141 - - [2025-04-24 02:02:51] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005141 10.0.0.141 - - [2025-04-24 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.004367 10.0.0.141 - - [2025-04-24 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001890 10.0.0.141 - - [2025-04-24 02:02:51] "GET /network-policy/1335a9e7-63d3-488f-9154-15430b63aff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003805 10.0.0.141 - - [2025-04-24 02:02:51] "GET /domains HTTP/1.1" 401 293 0.000399 10.0.0.141 - - [2025-04-24 02:02:51] "POST /access-control-lists HTTP/1.1" 200 598 0.064306 10.0.0.141 - - [2025-04-24 02:02:51] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.141 - - [2025-04-24 02:02:51] "GET /domains HTTP/1.1" 200 281 0.021150 10.0.0.141 - - [2025-04-24 02:02:51] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.141 - - [2025-04-24 02:02:51] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3162 0.007562 10.0.0.141 - - [2025-04-24 02:02:51] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.141 - - [2025-04-24 02:02:51] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 2634 0.069281 10.0.0.141 - - [2025-04-24 02:02:51] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba HTTP/1.1" 200 3502 0.005055 10.0.0.141 - - [2025-04-24 02:02:51] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba HTTP/1.1" 200 3502 0.004150 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/2ec7322c-68df-41e5-a1e0-ec344180dc9e HTTP/1.1" 200 1799 0.003012 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/2ec7322c-68df-41e5-a1e0-ec344180dc9e HTTP/1.1" 200 1799 0.002459 10.0.0.141 - - [2025-04-24 02:02:52] "GET /route-target/8eff2ef6-f7e4-40b6-a107-ce1518a74947 HTTP/1.1" 200 1215 0.002226 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba HTTP/1.1" 200 3502 0.003794 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/2ec7322c-68df-41e5-a1e0-ec344180dc9e HTTP/1.1" 200 1799 0.002404 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004244 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba HTTP/1.1" 200 3502 0.003813 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/2ec7322c-68df-41e5-a1e0-ec344180dc9e HTTP/1.1" 200 1799 0.002440 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/2ec7322c-68df-41e5-a1e0-ec344180dc9e HTTP/1.1" 200 1799 0.002621 10.0.0.141 - - [2025-04-24 02:02:52] "GET /route-target/8eff2ef6-f7e4-40b6-a107-ce1518a74947 HTTP/1.1" 200 1215 0.002400 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domains HTTP/1.1" 200 281 0.001939 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3162 0.005646 10.0.0.141 - - [2025-04-24 02:02:52] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.141 - - [2025-04-24 02:02:52] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 2634 0.062262 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba HTTP/1.1" 200 3502 0.004101 10.0.0.141 - - [2025-04-24 02:02:52] "GET /obj-perms HTTP/1.1" 200 5065 0.038805 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domains HTTP/1.1" 200 281 0.002227 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3162 0.006267 10.0.0.141 - - [2025-04-24 02:02:52] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.141 - - [2025-04-24 02:02:52] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 2634 0.065495 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324 HTTP/1.1" 200 3515 0.006083 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324 HTTP/1.1" 200 3515 0.004027 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/41459eee-3524-477c-be95-65e478b53a07 HTTP/1.1" 200 1799 0.002869 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/41459eee-3524-477c-be95-65e478b53a07 HTTP/1.1" 200 1799 0.002632 10.0.0.141 - - [2025-04-24 02:02:52] "GET /route-target/84b05c89-af97-4034-8bb4-1296f8fdcce3 HTTP/1.1" 200 1214 0.002357 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324 HTTP/1.1" 200 3515 0.003829 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/41459eee-3524-477c-be95-65e478b53a07 HTTP/1.1" 200 1799 0.002518 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.003937 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324 HTTP/1.1" 200 3515 0.004332 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/41459eee-3524-477c-be95-65e478b53a07 HTTP/1.1" 200 1799 0.002478 10.0.0.141 - - [2025-04-24 02:02:52] "GET /routing-instance/41459eee-3524-477c-be95-65e478b53a07 HTTP/1.1" 200 1799 0.002351 10.0.0.141 - - [2025-04-24 02:02:52] "GET /route-target/84b05c89-af97-4034-8bb4-1296f8fdcce3 HTTP/1.1" 200 1214 0.002112 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domains HTTP/1.1" 200 281 0.001720 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.141 - - [2025-04-24 02:02:52] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3162 0.005676 10.0.0.141 - - [2025-04-24 02:02:52] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.141 - - [2025-04-24 02:02:52] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 2634 0.065743 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324 HTTP/1.1" 200 3515 0.004128 10.0.0.141 - - [2025-04-24 02:02:52] "GET /obj-perms HTTP/1.1" 200 5065 0.002558 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004578 10.0.0.141 - - [2025-04-24 02:02:52] "POST /neutron/network HTTP/1.1" 200 1115 0.005817 10.0.0.141 - - [2025-04-24 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/72ab151b-4baa-4a4a-a48c-c86065ff26cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005605 10.0.0.141 - - [2025-04-24 02:02:52] "POST /neutron/network HTTP/1.1" 200 1007 0.043296 10.0.0.141 - - [2025-04-24 02:02:52] "DELETE /access-control-list/0a91d3e4-6d3e-47ac-ba68-103cd81e7921 HTTP/1.1" 200 115 0.034259 10.0.0.141 - - [2025-04-24 02:02:52] "POST /neutron/network HTTP/1.1" 200 1007 0.007560 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/9767b15b-f4ff-45c4-9670-2b0646975324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004323 10.0.0.141 - - [2025-04-24 02:02:52] "POST /ref-update HTTP/1.1" 200 156 0.011858 10.0.0.141 - - [2025-04-24 02:02:52] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006254 10.0.0.141 - - [2025-04-24 02:02:52] "POST /neutron/network HTTP/1.1" 200 1111 0.006458 10.0.0.141 - - [2025-04-24 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006984 10.0.0.141 - - [2025-04-24 02:02:53] "GET /virtual-network/72ab151b-4baa-4a4a-a48c-c86065ff26cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005657 10.0.0.141 - - [2025-04-24 02:02:53] "POST /neutron/network HTTP/1.1" 200 1003 0.042085 10.0.0.141 - - [2025-04-24 02:02:53] "DELETE /access-control-list/c3aea64b-a38e-403a-89b2-4355ea058a3d HTTP/1.1" 200 115 0.031811 10.0.0.141 - - [2025-04-24 02:02:53] "POST /neutron/network HTTP/1.1" 200 1003 0.008260 10.0.0.141 - - [2025-04-24 02:02:53] "POST /ref-update HTTP/1.1" 200 156 0.012441 10.0.0.141 - - [2025-04-24 02:02:53] "GET /virtual-network/65eba650-e426-4498-9054-e822937b3dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004520 10.0.0.141 - - [2025-04-24 02:02:53] "DELETE /network-policy/1335a9e7-63d3-488f-9154-15430b63aff2 HTTP/1.1" 200 115 0.024361 10.0.0.141 - - [2025-04-24 02:02:53] "POST /neutron/network HTTP/1.1" 200 1007 0.006201 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003048 10.0.0.141 - - [2025-04-24 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001489 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002322 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001718 10.0.0.141 - - [2025-04-24 02:02:53] "POST /neutron/network HTTP/1.1" 200 151 0.070529 10.0.0.141 - - [2025-04-24 02:02:53] "DELETE /route-target/84b05c89-af97-4034-8bb4-1296f8fdcce3 HTTP/1.1" 200 115 0.016622 10.0.0.141 - - [2025-04-24 02:02:53] "GET /routing-instance/41459eee-3524-477c-be95-65e478b53a07 HTTP/1.1" 404 171 0.002019 10.0.0.141 - - [2025-04-24 02:02:53] "GET /domains HTTP/1.1" 200 281 0.003133 10.0.0.141 - - [2025-04-24 02:02:53] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.141 - - [2025-04-24 02:02:53] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3162 0.046847 10.0.0.141 - - [2025-04-24 02:02:53] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.141 - - [2025-04-24 02:02:53] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 2152 0.065876 10.0.0.141 - - [2025-04-24 02:02:53] "POST /neutron/network HTTP/1.1" 200 1003 0.006376 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003277 10.0.0.141 - - [2025-04-24 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001606 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.141 - - [2025-04-24 02:02:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001687 10.0.0.141 - - [2025-04-24 02:02:53] "POST /neutron/network HTTP/1.1" 200 151 0.072544 10.0.0.141 - - [2025-04-24 02:02:53] "DELETE /route-target/8eff2ef6-f7e4-40b6-a107-ce1518a74947 HTTP/1.1" 200 115 0.022431 10.0.0.141 - - [2025-04-24 02:02:53] "GET /routing-instance/2ec7322c-68df-41e5-a1e0-ec344180dc9e HTTP/1.1" 404 171 0.002818 10.0.0.141 - - [2025-04-24 02:02:53] "GET /domains HTTP/1.1" 200 281 0.001825 10.0.0.141 - - [2025-04-24 02:02:53] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.141 - - [2025-04-24 02:02:53] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3162 0.047957 10.0.0.141 - - [2025-04-24 02:02:53] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.141 - - [2025-04-24 02:02:53] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 1906 0.063064 10.0.0.141 - - [2025-04-24 02:02:53] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001521 10.0.0.141 - - [2025-04-24 02:02:53] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.021742 10.0.0.141 - - [2025-04-24 02:02:53] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.141 - - [2025-04-24 02:02:53] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?fields=virtual_networks HTTP/1.1" 200 1051 0.061648 10.0.0.141 - - [2025-04-24 02:02:53] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.141 - - [2025-04-24 02:02:53] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.021305 10.0.0.141 - - [2025-04-24 02:02:54] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.141 - - [2025-04-24 02:02:54] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?fields=security_groups HTTP/1.1" 200 1286 0.024666 10.0.0.141 - - [2025-04-24 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.019320 10.0.0.141 - - [2025-04-24 02:02:54] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002225 10.0.0.141 - - [2025-04-24 02:02:54] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.141 - - [2025-04-24 02:02:54] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006673 10.0.0.141 - - [2025-04-24 02:02:54] "POST /id-to-fqname HTTP/1.1" 200 192 0.001846 10.0.0.141 - - [2025-04-24 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.002282 10.0.0.141 - - [2025-04-24 02:02:55] "POST /security-groups HTTP/1.1" 200 593 0.059758 10.0.0.141 - - [2025-04-24 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.002350 10.0.0.141 - - [2025-04-24 02:02:55] "POST /projects HTTP/1.1" 200 589 0.220170 10.0.0.141 - - [2025-04-24 02:02:55] "POST /access-control-lists HTTP/1.1" 200 600 0.060227 10.0.0.141 - - [2025-04-24 02:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.289538 10.0.0.141 - - [2025-04-24 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.002439 10.0.0.141 - - [2025-04-24 02:02:55] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.397669 10.0.0.141 - - [2025-04-24 02:02:55] "POST /access-control-lists HTTP/1.1" 200 598 0.055890 10.0.0.141 - - [2025-04-24 02:02:56] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.141 - - [2025-04-24 02:02:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2025-04-24 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.046582 10.0.0.141 - - [2025-04-24 02:02:57] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.141 - - [2025-04-24 02:02:57] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021909 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 117 0.024005 10.0.0.141 - - [2025-04-24 02:02:57] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002065 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 607 0.062453 10.0.0.141 - - [2025-04-24 02:02:57] "POST /route-targets HTTP/1.1" 200 328 0.010249 10.0.0.141 - - [2025-04-24 02:02:57] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.141 - - [2025-04-24 02:02:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.143814 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 826 0.004542 10.0.0.141 - - [2025-04-24 02:02:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001057 10.0.0.141 - - [2025-04-24 02:02:57] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004156 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 826 0.005420 10.0.0.141 - - [2025-04-24 02:02:57] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004550 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 826 0.005140 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.005801 10.0.0.141 - - [2025-04-24 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.141 - - [2025-04-24 02:02:57] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.141 - - [2025-04-24 02:02:57] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022800 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 117 0.008101 10.0.0.141 - - [2025-04-24 02:02:57] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001343 10.0.0.141 - - [2025-04-24 02:02:57] "POST /neutron/network HTTP/1.1" 200 607 0.066608 10.0.0.141 - - [2025-04-24 02:02:57] "POST /route-targets HTTP/1.1" 200 328 0.009568 10.0.0.141 - - [2025-04-24 02:02:57] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.141 - - [2025-04-24 02:02:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.182339 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 828 0.004979 10.0.0.141 - - [2025-04-24 02:02:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001095 10.0.0.141 - - [2025-04-24 02:02:58] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004882 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 828 0.006321 10.0.0.141 - - [2025-04-24 02:02:58] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006373 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 828 0.007079 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.007253 10.0.0.141 - - [2025-04-24 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.001827 10.0.0.141 - - [2025-04-24 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.141 - - [2025-04-24 02:02:58] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.141 - - [2025-04-24 02:02:58] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023272 10.0.0.141 - - [2025-04-24 02:02:58] "POST /network-policys HTTP/1.1" 200 573 0.014738 10.0.0.141 - - [2025-04-24 02:02:58] "GET /network-policy/099aaec0-6cfe-4ffa-bd7b-05c1dea15acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004268 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 826 0.010270 10.0.0.141 - - [2025-04-24 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.005691 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 928 0.039185 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 928 0.005127 10.0.0.141 - - [2025-04-24 02:02:58] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.048433 10.0.0.141 - - [2025-04-24 02:02:58] "POST /access-control-lists HTTP/1.1" 200 592 0.079957 10.0.0.141 - - [2025-04-24 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006870 10.0.0.141 - - [2025-04-24 02:02:58] "GET /network-policy/099aaec0-6cfe-4ffa-bd7b-05c1dea15acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003295 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 828 0.004999 10.0.0.141 - - [2025-04-24 02:02:58] "PUT /access-control-list/972edebd-cf46-47b2-a9f1-cf058aa32cc0 HTTP/1.1" 200 273 0.056880 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 930 0.086860 10.0.0.141 - - [2025-04-24 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.008000 10.0.0.141 - - [2025-04-24 02:02:58] "POST /neutron/network HTTP/1.1" 200 930 0.004678 10.0.0.141 - - [2025-04-24 02:02:58] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004186 10.0.0.141 - - [2025-04-24 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.141 - - [2025-04-24 02:02:59] "GET /network-policy/099aaec0-6cfe-4ffa-bd7b-05c1dea15acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.040812 10.0.0.141 - - [2025-04-24 02:02:59] "POST /access-control-lists HTTP/1.1" 200 592 0.056753 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/b037e634d5dc409db4e4c8b000c7dcdd HTTP/1.1" 404 173 0.063427 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/746e1897891442f6bdfee4593617cbd0 HTTP/1.1" 404 173 0.062427 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domains HTTP/1.1" 401 293 0.000315 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/d7eb180a9b61497dad264fe46b46f152 HTTP/1.1" 404 173 0.059949 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/f2ed1f8d9c4d4213922f3afd543779c6 HTTP/1.1" 404 173 0.057658 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000826 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000857 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000826 10.0.0.141 - - [2025-04-24 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.035112 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.061693 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.060501 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.078310 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.075129 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000851 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000809 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000814 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?fields=security_groups HTTP/1.1" 200 1349 0.081381 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?fields=security_groups HTTP/1.1" 200 1372 0.084579 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?fields=security_groups HTTP/1.1" 200 1399 0.086648 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?fields=security_groups HTTP/1.1" 200 1388 0.094455 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domains HTTP/1.1" 200 281 0.029129 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /security-group/80fad223-fef2-46bd-8fce-b7c47f64f3b1 HTTP/1.1" 200 115 0.108850 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=746e1897-8914-42f6-bdfe-e4593617cbd0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000845 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3351 0.019776 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/7b1f199d-573f-43ac-b9bd-4e92d7473d03 HTTP/1.1" 200 115 0.064820 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /security-group/09491921-c866-4552-b2d5-d37caee99169 HTTP/1.1" 200 115 0.155841 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/746e1897-8914-42f6-bdfe-e4593617cbd0?fields=application_policy_sets HTTP/1.1" 200 1411 0.054828 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=b037e634-d5dc-409d-b4e4-c8b000c7dcdd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /security-group/62cac2ab-406a-4a1a-8729-77fdff7f6a2d HTTP/1.1" 200 115 0.161210 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /security-group/28145fa0-714c-4afd-9175-88e728ae6a51 HTTP/1.1" 200 115 0.145722 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=6d161f5e-813b-4f64-8b7f-caf82cff49cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=f2ed1f8d-9c4d-4213-922f-3afd543779c6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/440de201-eb01-45bd-b16a-d5ec2e2906e2 HTTP/1.1" 200 115 0.055028 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd?fields=application_policy_sets HTTP/1.1" 200 1388 0.051216 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 2580 0.088883 10.0.0.141 - - [2025-04-24 02:02:59] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa HTTP/1.1" 200 2898 0.008422 10.0.0.141 - - [2025-04-24 02:02:59] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa HTTP/1.1" 200 2898 0.009225 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/941c5413-df50-4c38-8c92-630260899c34 HTTP/1.1" 200 115 0.056772 10.0.0.141 - - [2025-04-24 02:02:59] "GET /routing-instance/7ce42426-31b2-479e-b032-257929498c0b HTTP/1.1" 200 1787 0.008092 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf?fields=application_policy_sets HTTP/1.1" 200 1438 0.101498 10.0.0.141 - - [2025-04-24 02:02:59] "GET /routing-instance/7ce42426-31b2-479e-b032-257929498c0b HTTP/1.1" 200 1787 0.004345 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6?fields=application_policy_sets HTTP/1.1" 200 1427 0.111427 10.0.0.141 - - [2025-04-24 02:02:59] "GET /route-target/34827fec-8190-400b-9ddb-63a8ff20340d HTTP/1.1" 200 1208 0.010661 10.0.0.141 - - [2025-04-24 02:02:59] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa HTTP/1.1" 200 2898 0.004824 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/88ea5de8-f7fc-463d-9ceb-7771b8638da2 HTTP/1.1" 200 115 0.056625 10.0.0.141 - - [2025-04-24 02:02:59] "GET /routing-instance/7ce42426-31b2-479e-b032-257929498c0b HTTP/1.1" 200 1787 0.006314 10.0.0.141 - - [2025-04-24 02:02:59] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006997 10.0.0.141 - - [2025-04-24 02:02:59] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa HTTP/1.1" 200 2898 0.008878 10.0.0.141 - - [2025-04-24 02:02:59] "GET /routing-instance/7ce42426-31b2-479e-b032-257929498c0b HTTP/1.1" 200 1787 0.003869 10.0.0.141 - - [2025-04-24 02:02:59] "GET /routing-instance/7ce42426-31b2-479e-b032-257929498c0b HTTP/1.1" 200 1787 0.004396 10.0.0.141 - - [2025-04-24 02:02:59] "GET /route-target/34827fec-8190-400b-9ddb-63a8ff20340d HTTP/1.1" 200 1208 0.008807 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/77522fb0-8ad9-47cd-bb6f-0492e3b9fb6a HTTP/1.1" 200 115 0.063363 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domains HTTP/1.1" 200 281 0.005510 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002843 10.0.0.141 - - [2025-04-24 02:02:59] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 3161 0.022608 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/4ff0fbc6-9880-404b-800f-bfee1de7bd44 HTTP/1.1" 200 115 0.062025 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/746e1897-8914-42f6-bdfe-e4593617cbd0 HTTP/1.1" 200 115 0.749964 10.0.0.141 - - [2025-04-24 02:02:59] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000886 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/b037e634-d5dc-409d-b4e4-c8b000c7dcdd HTTP/1.1" 200 115 0.794094 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/1213e811-c6af-40dc-973c-dc9c0d3e1286 HTTP/1.1" 200 115 0.032444 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/6d161f5e-813b-4f64-8b7f-caf82cff49cf HTTP/1.1" 200 115 0.789052 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /project/f2ed1f8d-9c4d-4213-922f-3afd543779c6 HTTP/1.1" 200 115 0.806089 10.0.0.141 - - [2025-04-24 02:02:59] "DELETE /access-control-list/a2a53d05-1d67-4469-a314-5a6a26fa08b3 HTTP/1.1" 200 115 0.025778 10.0.0.141 - - [2025-04-24 02:02:59] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 2580 0.073117 10.0.0.141 - - [2025-04-24 02:02:59] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa HTTP/1.1" 200 2898 0.004416 10.0.0.141 - - [2025-04-24 02:03:00] "GET /obj-perms HTTP/1.1" 200 5053 0.041044 10.0.0.141 - - [2025-04-24 02:03:00] "GET /domains HTTP/1.1" 200 281 0.002340 10.0.0.141 - - [2025-04-24 02:03:00] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.141 - - [2025-04-24 02:03:00] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2585 0.007306 10.0.0.141 - - [2025-04-24 02:03:00] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001402 10.0.0.141 - - [2025-04-24 02:03:00] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 2580 0.069372 10.0.0.141 - - [2025-04-24 02:03:00] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12 HTTP/1.1" 200 2904 0.006343 10.0.0.141 - - [2025-04-24 02:03:00] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12 HTTP/1.1" 200 2904 0.004069 10.0.0.141 - - [2025-04-24 02:03:00] "GET /routing-instance/10390e1e-2444-48ac-b571-2b87c15d2d64 HTTP/1.1" 200 1787 0.002759 10.0.0.141 - - [2025-04-24 02:03:00] "GET /routing-instance/10390e1e-2444-48ac-b571-2b87c15d2d64 HTTP/1.1" 200 1787 0.002405 10.0.0.141 - - [2025-04-24 02:03:00] "GET /route-target/002701b9-f8a2-41ff-8735-2bb7985c28cd HTTP/1.1" 200 1205 0.002204 10.0.0.141 - - [2025-04-24 02:03:00] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12 HTTP/1.1" 200 2904 0.003711 10.0.0.141 - - [2025-04-24 02:03:00] "GET /routing-instance/10390e1e-2444-48ac-b571-2b87c15d2d64 HTTP/1.1" 200 1787 0.002486 10.0.0.141 - - [2025-04-24 02:03:00] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.003854 10.0.0.141 - - [2025-04-24 02:03:00] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12 HTTP/1.1" 200 2904 0.004233 10.0.0.141 - - [2025-04-24 02:03:00] "GET /routing-instance/10390e1e-2444-48ac-b571-2b87c15d2d64 HTTP/1.1" 200 1787 0.002385 10.0.0.141 - - [2025-04-24 02:03:00] "GET /routing-instance/10390e1e-2444-48ac-b571-2b87c15d2d64 HTTP/1.1" 200 1787 0.002437 10.0.0.141 - - [2025-04-24 02:03:00] "GET /route-target/002701b9-f8a2-41ff-8735-2bb7985c28cd HTTP/1.1" 200 1205 0.002150 10.0.0.141 - - [2025-04-24 02:03:00] "GET /domains HTTP/1.1" 200 281 0.001928 10.0.0.141 - - [2025-04-24 02:03:00] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.141 - - [2025-04-24 02:03:00] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2585 0.005847 10.0.0.141 - - [2025-04-24 02:03:00] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.141 - - [2025-04-24 02:03:00] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 2580 0.066233 10.0.0.141 - - [2025-04-24 02:03:00] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12 HTTP/1.1" 200 2904 0.004268 10.0.0.141 - - [2025-04-24 02:03:00] "GET /obj-perms HTTP/1.1" 200 5053 0.002715 10.0.0.141 - - [2025-04-24 02:03:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001162 10.0.0.141 - - [2025-04-24 02:03:00] "POST /neutron/network HTTP/1.1" 200 938 0.005061 10.0.0.141 - - [2025-04-24 02:03:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2025-04-24 02:03:01] "GET / HTTP/1.1" 200 36215 0.001730 10.0.0.141 - - [2025-04-24 02:03:01] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000357 10.0.0.141 - - [2025-04-24 02:03:01] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.141 - - [2025-04-24 02:03:01] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043971 10.0.0.141 - - [2025-04-24 02:03:01] "POST /neutron/network HTTP/1.1" 200 928 0.004593 10.0.0.141 - - [2025-04-24 02:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.004466 10.0.0.141 - - [2025-04-24 02:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.004331 10.0.0.141 - - [2025-04-24 02:03:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.141 - - [2025-04-24 02:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.004684 10.0.0.141 - - [2025-04-24 02:03:01] "POST /neutron/network HTTP/1.1" 200 940 0.005233 10.0.0.141 - - [2025-04-24 02:03:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2025-04-24 02:03:01] "POST /neutron/network HTTP/1.1" 200 938 0.005449 10.0.0.141 - - [2025-04-24 02:03:01] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1062 0.210952 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1062 0.007348 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1062 0.007107 10.0.0.141 - - [2025-04-24 02:03:02] "GET / HTTP/1.1" 200 36215 0.001382 10.0.0.141 - - [2025-04-24 02:03:02] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000320 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1116 0.055816 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1090 0.013185 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002503 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008585 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/network HTTP/1.1" 200 928 0.004808 10.0.0.141 - - [2025-04-24 02:03:02] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.141 - - [2025-04-24 02:03:02] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048009 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/network HTTP/1.1" 200 930 0.005842 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1090 0.016690 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005886 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 117 0.004935 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/port HTTP/1.1" 200 1090 0.016351 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007269 10.0.0.141 - - [2025-04-24 02:03:02] "POST /neutron/network HTTP/1.1" 200 940 0.005228 10.0.0.141 - - [2025-04-24 02:03:02] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.141 - - [2025-04-24 02:03:03] "PUT /access-control-list/5b50f572-6f07-4062-859e-b91592e6d5d3 HTTP/1.1" 200 273 0.064225 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/port HTTP/1.1" 200 1064 0.258193 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/port HTTP/1.1" 200 1064 0.012828 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/port HTTP/1.1" 200 1064 0.007229 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/port HTTP/1.1" 200 1118 0.053193 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/port HTTP/1.1" 200 1092 0.013179 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002382 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.008169 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.000881 10.0.0.141 - - [2025-04-24 02:03:03] "POST /neutron/network HTTP/1.1" 200 930 0.004571 10.0.0.141 - - [2025-04-24 02:03:04] "GET /obj-perms HTTP/1.1" 200 5075 0.037773 10.0.0.141 - - [2025-04-24 02:03:04] "GET /obj-perms HTTP/1.1" 200 5075 0.036567 10.0.0.141 - - [2025-04-24 02:03:07] "POST /neutron/port HTTP/1.1" 200 1090 0.013534 10.0.0.141 - - [2025-04-24 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006592 10.0.0.141 - - [2025-04-24 02:03:07] "POST /neutron/port HTTP/1.1" 200 1090 0.014139 10.0.0.141 - - [2025-04-24 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005646 10.0.0.141 - - [2025-04-24 02:03:07] "POST /neutron/port HTTP/1.1" 200 1090 0.014087 10.0.0.141 - - [2025-04-24 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004782 10.0.0.141 - - [2025-04-24 02:03:07] "GET /virtual-machine/5b4c6142-d014-42db-828e-8b743bf6952a HTTP/1.1" 200 1295 0.004008 10.0.0.141 - - [2025-04-24 02:03:07] "GET /virtual-machine-interface/f7811bd7-f6e9-41f8-a7c9-715d5cc9be46 HTTP/1.1" 200 2959 0.005774 10.0.0.141 - - [2025-04-24 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.141 - - [2025-04-24 02:03:08] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004452 10.0.0.141 - - [2025-04-24 02:03:08] "GET /virtual-networks?parent_id=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002903 10.0.0.141 - - [2025-04-24 02:03:08] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004969 10.0.0.141 - - [2025-04-24 02:03:10] "POST /neutron/port HTTP/1.1" 200 1090 0.014390 10.0.0.141 - - [2025-04-24 02:03:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006673 10.0.0.141 - - [2025-04-24 02:03:11] "POST /neutron/port HTTP/1.1" 200 1092 0.016784 10.0.0.141 - - [2025-04-24 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004394 10.0.0.141 - - [2025-04-24 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.141 - - [2025-04-24 02:03:11] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005973 10.0.0.141 - - [2025-04-24 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.141 - - [2025-04-24 02:03:13] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002579 10.0.0.141 - - [2025-04-24 02:03:13] "GET /virtual-networks?parent_id=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002094 10.0.0.141 - - [2025-04-24 02:03:13] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004776 10.0.0.141 - - [2025-04-24 02:03:13] "POST /neutron/port HTTP/1.1" 200 1092 0.013130 10.0.0.141 - - [2025-04-24 02:03:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004707 10.0.0.141 - - [2025-04-24 02:03:13] "POST /neutron/port HTTP/1.1" 200 1092 0.011572 10.0.0.141 - - [2025-04-24 02:03:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005098 10.0.0.141 - - [2025-04-24 02:03:13] "POST /neutron/port HTTP/1.1" 200 1092 0.012736 10.0.0.141 - - [2025-04-24 02:03:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005033 10.0.0.141 - - [2025-04-24 02:03:13] "GET /virtual-machine/cf25e220-b092-478d-9295-2e80604e0b23 HTTP/1.1" 200 1297 0.003701 10.0.0.141 - - [2025-04-24 02:03:13] "GET /virtual-machine-interface/65f46387-48d8-46c6-aee0-5555b3ac19ff HTTP/1.1" 200 2958 0.004056 10.0.0.141 - - [2025-04-24 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.141 - - [2025-04-24 02:03:13] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002542 10.0.0.141 - - [2025-04-24 02:03:13] "GET /virtual-networks?parent_id=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002571 10.0.0.141 - - [2025-04-24 02:03:14] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004690 10.0.0.141 - - [2025-04-24 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.141 - - [2025-04-24 02:03:15] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002450 10.0.0.141 - - [2025-04-24 02:03:15] "GET /virtual-networks?parent_id=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002704 10.0.0.141 - - [2025-04-24 02:03:15] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004903 10.0.0.141 - - [2025-04-24 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-04-24 02:03:19] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.141 - - [2025-04-24 02:03:19] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022074 10.0.0.141 - - [2025-04-24 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.141 - - [2025-04-24 02:03:19] "PUT /network-policy/099aaec0-6cfe-4ffa-bd7b-05c1dea15acd HTTP/1.1" 200 263 0.010206 10.0.0.141 - - [2025-04-24 02:03:19] "PUT /access-control-list/972edebd-cf46-47b2-a9f1-cf058aa32cc0 HTTP/1.1" 200 273 0.051077 10.0.0.141 - - [2025-04-24 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.141 - - [2025-04-24 02:03:19] "PUT /access-control-list/5b50f572-6f07-4062-859e-b91592e6d5d3 HTTP/1.1" 200 273 0.049011 10.0.0.141 - - [2025-04-24 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.009427 10.0.0.141 - - [2025-04-24 02:03:22] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005027 10.0.0.141 - - [2025-04-24 02:03:22] "POST /neutron/network HTTP/1.1" 200 930 0.005954 10.0.0.141 - - [2025-04-24 02:03:22] "POST /neutron/network HTTP/1.1" 200 828 0.035170 10.0.0.141 - - [2025-04-24 02:03:22] "DELETE /access-control-list/5b50f572-6f07-4062-859e-b91592e6d5d3 HTTP/1.1" 200 115 0.028007 10.0.0.141 - - [2025-04-24 02:03:22] "POST /neutron/network HTTP/1.1" 200 828 0.007056 10.0.0.141 - - [2025-04-24 02:03:22] "GET /virtual-network/1898454e-6f0a-4211-9e31-dc480a938c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004132 10.0.0.141 - - [2025-04-24 02:03:22] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003879 10.0.0.141 - - [2025-04-24 02:03:22] "POST /neutron/network HTTP/1.1" 200 928 0.006549 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/network HTTP/1.1" 200 826 0.033361 10.0.0.141 - - [2025-04-24 02:03:23] "DELETE /access-control-list/972edebd-cf46-47b2-a9f1-cf058aa32cc0 HTTP/1.1" 200 115 0.033700 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/network HTTP/1.1" 200 826 0.008867 10.0.0.141 - - [2025-04-24 02:03:23] "GET /virtual-network/dfdaca50-8cac-48ff-adb5-a12d8b49c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004482 10.0.0.141 - - [2025-04-24 02:03:23] "DELETE /network-policy/099aaec0-6cfe-4ffa-bd7b-05c1dea15acd HTTP/1.1" 200 115 0.031714 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/network HTTP/1.1" 200 828 0.004709 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/network HTTP/1.1" 400 204 0.008385 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/port HTTP/1.1" 200 1092 0.012839 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/port HTTP/1.1" 200 1118 0.006834 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/port HTTP/1.1" 200 1090 0.019658 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/port HTTP/1.1" 200 1116 0.013475 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/port HTTP/1.1" 200 151 0.116773 10.0.0.141 - - [2025-04-24 02:03:23] "POST /neutron/port HTTP/1.1" 200 151 0.118644 10.0.0.141 - - [2025-04-24 02:03:25] "POST /neutron/network HTTP/1.1" 200 828 0.005238 10.0.0.141 - - [2025-04-24 02:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.141 - - [2025-04-24 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.141 - - [2025-04-24 02:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002621 10.0.0.141 - - [2025-04-24 02:03:25] "POST /neutron/network HTTP/1.1" 200 151 0.066362 10.0.0.141 - - [2025-04-24 02:03:25] "DELETE /route-target/002701b9-f8a2-41ff-8735-2bb7985c28cd HTTP/1.1" 200 115 0.013649 10.0.0.141 - - [2025-04-24 02:03:25] "GET /routing-instance/10390e1e-2444-48ac-b571-2b87c15d2d64 HTTP/1.1" 404 171 0.002327 10.0.0.141 - - [2025-04-24 02:03:25] "GET /domains HTTP/1.1" 200 281 0.001825 10.0.0.141 - - [2025-04-24 02:03:25] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.141 - - [2025-04-24 02:03:25] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2585 0.050747 10.0.0.141 - - [2025-04-24 02:03:25] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000860 10.0.0.141 - - [2025-04-24 02:03:25] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 2110 0.063293 10.0.0.141 - - [2025-04-24 02:03:25] "POST /neutron/network HTTP/1.1" 200 826 0.004426 10.0.0.141 - - [2025-04-24 02:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002632 10.0.0.141 - - [2025-04-24 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.141 - - [2025-04-24 02:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002687 10.0.0.141 - - [2025-04-24 02:03:25] "POST /neutron/network HTTP/1.1" 200 151 0.062679 10.0.0.141 - - [2025-04-24 02:03:25] "DELETE /route-target/34827fec-8190-400b-9ddb-63a8ff20340d HTTP/1.1" 200 115 0.013576 10.0.0.141 - - [2025-04-24 02:03:25] "GET /routing-instance/7ce42426-31b2-479e-b032-257929498c0b HTTP/1.1" 404 171 0.001790 10.0.0.141 - - [2025-04-24 02:03:25] "GET /domains HTTP/1.1" 200 281 0.001839 10.0.0.141 - - [2025-04-24 02:03:25] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.141 - - [2025-04-24 02:03:25] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2585 0.048236 10.0.0.141 - - [2025-04-24 02:03:25] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000872 10.0.0.141 - - [2025-04-24 02:03:25] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 1870 0.068535 10.0.0.141 - - [2025-04-24 02:03:25] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.141 - - [2025-04-24 02:03:25] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021552 10.0.0.141 - - [2025-04-24 02:03:25] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.141 - - [2025-04-24 02:03:25] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?fields=virtual_networks HTTP/1.1" 200 1039 0.067749 10.0.0.141 - - [2025-04-24 02:03:26] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.141 - - [2025-04-24 02:03:26] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.030557 10.0.0.141 - - [2025-04-24 02:03:26] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.141 - - [2025-04-24 02:03:26] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?fields=security_groups HTTP/1.1" 200 1268 0.021698 10.0.0.141 - - [2025-04-24 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.020345 10.0.0.141 - - [2025-04-24 02:03:26] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002230 10.0.0.141 - - [2025-04-24 02:03:26] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.141 - - [2025-04-24 02:03:26] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006674 10.0.0.141 - - [2025-04-24 02:03:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.001084 10.0.0.141 - - [2025-04-24 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.002187 10.0.0.141 - - [2025-04-24 02:03:27] "POST /security-groups HTTP/1.1" 200 589 0.059702 10.0.0.141 - - [2025-04-24 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.003638 10.0.0.141 - - [2025-04-24 02:03:27] "POST /projects HTTP/1.1" 200 581 0.200872 10.0.0.141 - - [2025-04-24 02:03:27] "POST /access-control-lists HTTP/1.1" 200 596 0.055463 10.0.0.141 - - [2025-04-24 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.264287 10.0.0.141 - - [2025-04-24 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.002349 10.0.0.141 - - [2025-04-24 02:03:27] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.378858 10.0.0.141 - - [2025-04-24 02:03:27] "POST /access-control-lists HTTP/1.1" 200 594 0.060093 10.0.0.141 - - [2025-04-24 02:03:28] "GET / HTTP/1.1" 200 36215 0.002996 10.0.0.141 - - [2025-04-24 02:03:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.141 - - [2025-04-24 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.046078 10.0.0.141 - - [2025-04-24 02:03:29] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001461 10.0.0.141 - - [2025-04-24 02:03:29] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023589 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/network HTTP/1.1" 200 117 0.024412 10.0.0.141 - - [2025-04-24 02:03:29] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/network HTTP/1.1" 200 613 0.063708 10.0.0.141 - - [2025-04-24 02:03:29] "POST /route-targets HTTP/1.1" 200 328 0.013546 10.0.0.141 - - [2025-04-24 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.016740 10.0.0.141 - - [2025-04-24 02:03:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003139 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.155079 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/network HTTP/1.1" 200 832 0.005117 10.0.0.141 - - [2025-04-24 02:03:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.000992 10.0.0.141 - - [2025-04-24 02:03:29] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004099 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/network HTTP/1.1" 200 832 0.004951 10.0.0.141 - - [2025-04-24 02:03:29] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004035 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/network HTTP/1.1" 200 832 0.004854 10.0.0.141 - - [2025-04-24 02:03:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.006093 10.0.0.141 - - [2025-04-24 02:03:29] "GET /domains HTTP/1.1" 401 293 0.000342 10.0.0.141 - - [2025-04-24 02:03:29] "GET /domains HTTP/1.1" 200 281 0.021605 10.0.0.141 - - [2025-04-24 02:03:29] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.141 - - [2025-04-24 02:03:29] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2770 0.007909 10.0.0.141 - - [2025-04-24 02:03:29] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.141 - - [2025-04-24 02:03:30] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2086 0.075861 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3 HTTP/1.1" 200 2321 0.006548 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3 HTTP/1.1" 200 2321 0.004308 10.0.0.141 - - [2025-04-24 02:03:30] "GET /routing-instance/e07490ee-0543-4311-9d46-45796ce92ffd HTTP/1.1" 200 1497 0.003228 10.0.0.141 - - [2025-04-24 02:03:30] "GET /routing-instance/e07490ee-0543-4311-9d46-45796ce92ffd HTTP/1.1" 200 1497 0.002684 10.0.0.141 - - [2025-04-24 02:03:30] "GET /route-target/fae8d398-2e6d-4f72-82d0-afc4a08ab57b HTTP/1.1" 200 1214 0.002630 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3 HTTP/1.1" 200 2321 0.004022 10.0.0.141 - - [2025-04-24 02:03:30] "GET /routing-instance/e07490ee-0543-4311-9d46-45796ce92ffd HTTP/1.1" 200 1497 0.002803 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004187 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3 HTTP/1.1" 200 2321 0.003888 10.0.0.141 - - [2025-04-24 02:03:30] "GET /routing-instance/e07490ee-0543-4311-9d46-45796ce92ffd HTTP/1.1" 200 1497 0.002530 10.0.0.141 - - [2025-04-24 02:03:30] "GET /routing-instance/e07490ee-0543-4311-9d46-45796ce92ffd HTTP/1.1" 200 1497 0.002898 10.0.0.141 - - [2025-04-24 02:03:30] "GET /route-target/fae8d398-2e6d-4f72-82d0-afc4a08ab57b HTTP/1.1" 200 1214 0.002188 10.0.0.141 - - [2025-04-24 02:03:30] "GET /domains HTTP/1.1" 200 281 0.001984 10.0.0.141 - - [2025-04-24 02:03:30] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.141 - - [2025-04-24 02:03:30] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2770 0.005853 10.0.0.141 - - [2025-04-24 02:03:30] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.141 - - [2025-04-24 02:03:30] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2086 0.073153 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3 HTTP/1.1" 200 2321 0.004466 10.0.0.141 - - [2025-04-24 02:03:30] "GET /obj-perms HTTP/1.1" 200 5045 0.041753 10.0.0.141 - - [2025-04-24 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.141 - - [2025-04-24 02:03:30] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.141 - - [2025-04-24 02:03:30] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022787 10.0.0.141 - - [2025-04-24 02:03:30] "POST /neutron/network HTTP/1.1" 200 117 0.011244 10.0.0.141 - - [2025-04-24 02:03:30] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002652 10.0.0.141 - - [2025-04-24 02:03:30] "POST /neutron/network HTTP/1.1" 200 613 0.060561 10.0.0.141 - - [2025-04-24 02:03:30] "POST /route-targets HTTP/1.1" 200 328 0.008798 10.0.0.141 - - [2025-04-24 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008489 10.0.0.141 - - [2025-04-24 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001887 10.0.0.141 - - [2025-04-24 02:03:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.150411 10.0.0.141 - - [2025-04-24 02:03:30] "POST /neutron/network HTTP/1.1" 200 833 0.004549 10.0.0.141 - - [2025-04-24 02:03:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001054 10.0.0.141 - - [2025-04-24 02:03:30] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004009 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 833 0.005463 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004432 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 833 0.004910 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.006064 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domains HTTP/1.1" 200 281 0.001911 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2770 0.006160 10.0.0.141 - - [2025-04-24 02:03:31] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.141 - - [2025-04-24 02:03:31] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2305 0.065125 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb HTTP/1.1" 200 2327 0.005377 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb HTTP/1.1" 200 2327 0.004063 10.0.0.141 - - [2025-04-24 02:03:31] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e HTTP/1.1" 200 1496 0.004616 10.0.0.141 - - [2025-04-24 02:03:31] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e HTTP/1.1" 200 1496 0.002833 10.0.0.141 - - [2025-04-24 02:03:31] "GET /route-target/dec969ff-f6d4-45d2-be14-656173d5dae1 HTTP/1.1" 200 1215 0.003300 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb HTTP/1.1" 200 2327 0.004092 10.0.0.141 - - [2025-04-24 02:03:31] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e HTTP/1.1" 200 1496 0.002766 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003996 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb HTTP/1.1" 200 2327 0.003939 10.0.0.141 - - [2025-04-24 02:03:31] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e HTTP/1.1" 200 1496 0.002529 10.0.0.141 - - [2025-04-24 02:03:31] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e HTTP/1.1" 200 1496 0.002930 10.0.0.141 - - [2025-04-24 02:03:31] "GET /route-target/dec969ff-f6d4-45d2-be14-656173d5dae1 HTTP/1.1" 200 1215 0.002150 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domains HTTP/1.1" 200 281 0.001811 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2770 0.005901 10.0.0.141 - - [2025-04-24 02:03:31] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.141 - - [2025-04-24 02:03:31] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2305 0.068692 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb HTTP/1.1" 200 2327 0.004283 10.0.0.141 - - [2025-04-24 02:03:31] "GET /obj-perms HTTP/1.1" 200 5045 0.002468 10.0.0.141 - - [2025-04-24 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.141 - - [2025-04-24 02:03:31] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001378 10.0.0.141 - - [2025-04-24 02:03:31] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028630 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 117 0.009052 10.0.0.141 - - [2025-04-24 02:03:31] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 615 0.061760 10.0.0.141 - - [2025-04-24 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.141 - - [2025-04-24 02:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002244 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.175179 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 834 0.004710 10.0.0.141 - - [2025-04-24 02:03:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001117 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004115 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 834 0.004750 10.0.0.141 - - [2025-04-24 02:03:31] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004226 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/network HTTP/1.1" 200 834 0.005099 10.0.0.141 - - [2025-04-24 02:03:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.005931 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domains HTTP/1.1" 200 281 0.002536 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.141 - - [2025-04-24 02:03:31] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2770 0.006333 10.0.0.141 - - [2025-04-24 02:03:31] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.141 - - [2025-04-24 02:03:32] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2525 0.069206 10.0.0.141 - - [2025-04-24 02:03:32] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452 HTTP/1.1" 200 2328 0.007052 10.0.0.141 - - [2025-04-24 02:03:32] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452 HTTP/1.1" 200 2328 0.004152 10.0.0.141 - - [2025-04-24 02:03:32] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421 HTTP/1.1" 200 1501 0.002688 10.0.0.141 - - [2025-04-24 02:03:32] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421 HTTP/1.1" 200 1501 0.002405 10.0.0.141 - - [2025-04-24 02:03:32] "GET /route-target/28592f72-602d-4caa-93a1-905aa5cefd49 HTTP/1.1" 200 1216 0.002596 10.0.0.141 - - [2025-04-24 02:03:32] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452 HTTP/1.1" 200 2328 0.005195 10.0.0.141 - - [2025-04-24 02:03:32] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421 HTTP/1.1" 200 1501 0.002883 10.0.0.141 - - [2025-04-24 02:03:32] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004084 10.0.0.141 - - [2025-04-24 02:03:32] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452 HTTP/1.1" 200 2328 0.003868 10.0.0.141 - - [2025-04-24 02:03:32] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421 HTTP/1.1" 200 1501 0.002581 10.0.0.141 - - [2025-04-24 02:03:32] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421 HTTP/1.1" 200 1501 0.002452 10.0.0.141 - - [2025-04-24 02:03:32] "GET /route-target/28592f72-602d-4caa-93a1-905aa5cefd49 HTTP/1.1" 200 1216 0.002114 10.0.0.141 - - [2025-04-24 02:03:32] "GET /domains HTTP/1.1" 200 281 0.003118 10.0.0.141 - - [2025-04-24 02:03:32] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.141 - - [2025-04-24 02:03:32] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2770 0.005753 10.0.0.141 - - [2025-04-24 02:03:32] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.141 - - [2025-04-24 02:03:32] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2525 0.064417 10.0.0.141 - - [2025-04-24 02:03:32] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452 HTTP/1.1" 200 2328 0.004097 10.0.0.141 - - [2025-04-24 02:03:32] "GET /obj-perms HTTP/1.1" 200 5045 0.002379 10.0.0.141 - - [2025-04-24 02:03:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001249 10.0.0.141 - - [2025-04-24 02:03:32] "POST /neutron/network HTTP/1.1" 200 843 0.005692 10.0.0.141 - - [2025-04-24 02:03:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2025-04-24 02:03:32] "GET / HTTP/1.1" 200 36215 0.001556 10.0.0.141 - - [2025-04-24 02:03:32] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2025-04-24 02:03:33] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.141 - - [2025-04-24 02:03:33] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043319 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/network HTTP/1.1" 200 833 0.004270 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 117 0.004485 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 117 0.004402 10.0.0.141 - - [2025-04-24 02:03:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001059 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 117 0.004118 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/network HTTP/1.1" 200 844 0.004948 10.0.0.141 - - [2025-04-24 02:03:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000334 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/network HTTP/1.1" 200 843 0.005071 10.0.0.141 - - [2025-04-24 02:03:33] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.141 - - [2025-04-24 02:03:33] "GET / HTTP/1.1" 200 36215 0.001714 10.0.0.141 - - [2025-04-24 02:03:33] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 1059 0.182049 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 1059 0.007058 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 1059 0.007429 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 1113 0.052880 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 1087 0.012780 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002684 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.008665 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.141 - - [2025-04-24 02:03:33] "POST /neutron/network HTTP/1.1" 200 833 0.004665 10.0.0.141 - - [2025-04-24 02:03:34] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001416 10.0.0.141 - - [2025-04-24 02:03:34] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045477 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/network HTTP/1.1" 200 834 0.004273 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 1087 0.016235 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006216 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.004644 10.0.0.141 - - [2025-04-24 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.002213 10.0.0.141 - - [2025-04-24 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.141 - - [2025-04-24 02:03:34] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.141 - - [2025-04-24 02:03:34] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007582 10.0.0.141 - - [2025-04-24 02:03:34] "POST /service-templates HTTP/1.1" 200 545 0.021902 10.0.0.141 - - [2025-04-24 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.141 - - [2025-04-24 02:03:34] "GET /service-template/a9af7638-ce49-4b94-931f-84a3c88030b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004295 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/network HTTP/1.1" 200 844 0.005559 10.0.0.141 - - [2025-04-24 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.141 - - [2025-04-24 02:03:34] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.141 - - [2025-04-24 02:03:34] "GET /service-template/a9af7638-ce49-4b94-931f-84a3c88030b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004372 10.0.0.141 - - [2025-04-24 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.003386 10.0.0.141 - - [2025-04-24 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001083 10.0.0.141 - - [2025-04-24 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001086 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 1058 0.233494 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 1058 0.007587 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 1058 0.010134 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 1112 0.092428 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/port HTTP/1.1" 200 2057 0.039353 10.0.0.141 - - [2025-04-24 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008146 10.0.0.141 - - [2025-04-24 02:03:35] "POST /neutron/port HTTP/1.1" 200 1086 0.029809 10.0.0.141 - - [2025-04-24 02:03:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003531 10.0.0.141 - - [2025-04-24 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.011393 10.0.0.141 - - [2025-04-24 02:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.141 - - [2025-04-24 02:03:35] "POST /neutron/network HTTP/1.1" 200 834 0.006179 10.0.0.141 - - [2025-04-24 02:03:35] "POST /neutron/network HTTP/1.1" 200 2224 0.011507 10.0.0.141 - - [2025-04-24 02:03:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000358 10.0.0.141 - - [2025-04-24 02:03:35] "GET / HTTP/1.1" 200 36215 0.001627 10.0.0.141 - - [2025-04-24 02:03:35] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2025-04-24 02:03:36] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.141 - - [2025-04-24 02:03:36] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047579 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/network HTTP/1.1" 200 832 0.004219 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/network HTTP/1.1" 200 833 0.003996 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/network HTTP/1.1" 200 834 0.003811 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/port HTTP/1.1" 200 2057 0.017140 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006547 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.004115 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.004486 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/network HTTP/1.1" 200 2224 0.010937 10.0.0.141 - - [2025-04-24 02:03:36] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001434 10.0.0.141 - - [2025-04-24 02:03:36] "POST /neutron/port HTTP/1.1" 200 1058 0.235172 10.0.0.141 - - [2025-04-24 02:03:36] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001564 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1059 0.183972 10.0.0.141 - - [2025-04-24 02:03:37] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1058 0.191269 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1058 0.008388 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1058 0.009482 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1112 0.072018 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1059 0.010303 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1059 0.008986 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1113 0.064736 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1058 0.007606 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1058 0.007241 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 1112 0.067359 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 3026 0.020000 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002472 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.008759 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.000954 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/network HTTP/1.1" 200 832 0.004544 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002536 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.009021 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/network HTTP/1.1" 200 833 0.005139 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002604 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.008976 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.141 - - [2025-04-24 02:03:37] "POST /neutron/network HTTP/1.1" 200 834 0.004841 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/port HTTP/1.1" 200 3026 0.021306 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005735 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/port HTTP/1.1" 200 3026 0.018003 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006503 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/port HTTP/1.1" 200 3026 0.019604 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005036 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/port HTTP/1.1" 200 3026 0.018316 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007057 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/port HTTP/1.1" 200 1087 0.023369 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005562 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/port HTTP/1.1" 200 3026 0.044025 10.0.0.141 - - [2025-04-24 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005817 10.0.0.141 - - [2025-04-24 02:03:41] "GET /virtual-machine/f72568f7-2362-40f4-9dea-9edae48d2a03 HTTP/1.1" 200 1807 0.003902 10.0.0.141 - - [2025-04-24 02:03:41] "GET /virtual-machine-interface/b7364a86-5b5a-4c49-8b62-972c8f57617e HTTP/1.1" 200 2954 0.006411 10.0.0.141 - - [2025-04-24 02:03:41] "GET /virtual-machine-interface/d3cd9030-8bd3-4fb6-a254-53b22ce7d3b9 HTTP/1.1" 200 2954 0.004268 10.0.0.141 - - [2025-04-24 02:03:41] "GET /virtual-machine-interface/de8dcd21-7e9e-4b8d-bab6-2111196c418e HTTP/1.1" 200 2957 0.004373 10.0.0.141 - - [2025-04-24 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.141 - - [2025-04-24 02:03:42] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006111 10.0.0.141 - - [2025-04-24 02:03:42] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002896 10.0.0.141 - - [2025-04-24 02:03:42] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005434 10.0.0.141 - - [2025-04-24 02:03:42] "POST /neutron/port HTTP/1.1" 200 1086 0.013975 10.0.0.141 - - [2025-04-24 02:03:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004757 10.0.0.141 - - [2025-04-24 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.141 - - [2025-04-24 02:03:45] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004487 10.0.0.141 - - [2025-04-24 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.141 - - [2025-04-24 02:03:49] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004401 10.0.0.141 - - [2025-04-24 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.141 - - [2025-04-24 02:03:53] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004761 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/port HTTP/1.1" 200 1087 0.014305 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/port HTTP/1.1" 200 1087 0.013667 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/network HTTP/1.1" 200 843 0.004736 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002523 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.008966 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.141 - - [2025-04-24 02:03:55] "POST /neutron/network HTTP/1.1" 200 833 0.005004 10.0.0.141 - - [2025-04-24 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.141 - - [2025-04-24 02:03:57] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002581 10.0.0.141 - - [2025-04-24 02:03:57] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002625 10.0.0.141 - - [2025-04-24 02:03:57] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004670 10.0.0.141 - - [2025-04-24 02:03:57] "POST /neutron/port HTTP/1.1" 200 3026 0.017219 10.0.0.141 - - [2025-04-24 02:03:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005177 10.0.0.141 - - [2025-04-24 02:03:59] "DELETE /project/194d5d112a304a0f8c70650ae0a07af4 HTTP/1.1" 404 173 0.006806 10.0.0.141 - - [2025-04-24 02:03:59] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.141 - - [2025-04-24 02:03:59] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.025086 10.0.0.141 - - [2025-04-24 02:03:59] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.141 - - [2025-04-24 02:03:59] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?fields=security_groups HTTP/1.1" 200 1370 0.062538 10.0.0.141 - - [2025-04-24 02:04:00] "DELETE /security-group/ce9caa62-3056-42e6-a3f7-5508bad52943 HTTP/1.1" 200 115 0.054657 10.0.0.141 - - [2025-04-24 02:04:00] "GET /projects?obj_uuids=d7eb180a-9b61-497d-ad26-4fe46b46f152&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.141 - - [2025-04-24 02:04:00] "DELETE /access-control-list/421af964-30c4-4416-b0e3-7fc025e393e7 HTTP/1.1" 200 115 0.040400 10.0.0.141 - - [2025-04-24 02:04:00] "GET /project/d7eb180a-9b61-497d-ad26-4fe46b46f152?fields=application_policy_sets HTTP/1.1" 200 1409 0.062038 10.0.0.141 - - [2025-04-24 02:04:00] "DELETE /access-control-list/738a3e56-6877-48e2-97cc-80a00765b9ce HTTP/1.1" 200 115 0.049145 10.0.0.141 - - [2025-04-24 02:04:00] "DELETE /project/d7eb180a-9b61-497d-ad26-4fe46b46f152 HTTP/1.1" 200 115 0.361709 10.0.0.141 - - [2025-04-24 02:04:03] "POST /neutron/port HTTP/1.1" 200 3026 0.017770 10.0.0.141 - - [2025-04-24 02:04:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005030 10.0.0.141 - - [2025-04-24 02:04:05] "GET /obj-perms HTTP/1.1" 200 5075 0.038048 10.0.0.141 - - [2025-04-24 02:04:05] "GET /obj-perms HTTP/1.1" 200 5075 0.036006 10.0.0.141 - - [2025-04-24 02:04:07] "POST /neutron/port HTTP/1.1" 200 3026 0.018121 10.0.0.141 - - [2025-04-24 02:04:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004405 10.0.0.141 - - [2025-04-24 02:04:08] "POST /neutron/port HTTP/1.1" 200 3026 0.021020 10.0.0.141 - - [2025-04-24 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005173 10.0.0.141 - - [2025-04-24 02:04:13] "POST /neutron/port HTTP/1.1" 200 3026 0.017067 10.0.0.141 - - [2025-04-24 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004958 10.0.0.141 - - [2025-04-24 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.141 - - [2025-04-24 02:04:18] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002580 10.0.0.141 - - [2025-04-24 02:04:18] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002291 10.0.0.141 - - [2025-04-24 02:04:18] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004722 10.0.0.141 - - [2025-04-24 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.141 - - [2025-04-24 02:04:18] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002693 10.0.0.141 - - [2025-04-24 02:04:18] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002991 10.0.0.141 - - [2025-04-24 02:04:18] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007570 10.0.0.141 - - [2025-04-24 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.002820 10.0.0.141 - - [2025-04-24 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.141 - - [2025-04-24 02:04:19] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.141 - - [2025-04-24 02:04:19] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024544 10.0.0.141 - - [2025-04-24 02:04:19] "POST /service-instances HTTP/1.1" 200 545 0.060014 10.0.0.141 - - [2025-04-24 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.141 - - [2025-04-24 02:04:19] "GET /service-instance/454b75f5-de3f-455b-9d69-df9f2564baf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004384 10.0.0.141 - - [2025-04-24 02:04:19] "POST /port-tuples HTTP/1.1" 200 588 0.020462 10.0.0.141 - - [2025-04-24 02:04:19] "GET /virtual-machine-interface/b7364a86-5b5a-4c49-8b62-972c8f57617e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004392 10.0.0.141 - - [2025-04-24 02:04:19] "PUT /virtual-machine-interface/b7364a86-5b5a-4c49-8b62-972c8f57617e HTTP/1.1" 200 285 0.008620 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.008593 10.0.0.141 - - [2025-04-24 02:04:19] "POST /instance-ips HTTP/1.1" 200 386 0.024798 10.0.0.141 - - [2025-04-24 02:04:19] "GET /virtual-machine-interface/d3cd9030-8bd3-4fb6-a254-53b22ce7d3b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.006413 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.018854 10.0.0.141 - - [2025-04-24 02:04:19] "PUT /virtual-machine-interface/d3cd9030-8bd3-4fb6-a254-53b22ce7d3b9 HTTP/1.1" 200 285 0.010694 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.015247 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002543 10.0.0.141 - - [2025-04-24 02:04:19] "GET /virtual-machine-interface/de8dcd21-7e9e-4b8d-bab6-2111196c418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.004807 10.0.0.141 - - [2025-04-24 02:04:19] "POST /instance-ips HTTP/1.1" 200 386 0.018687 10.0.0.141 - - [2025-04-24 02:04:19] "PUT /virtual-machine-interface/de8dcd21-7e9e-4b8d-bab6-2111196c418e HTTP/1.1" 200 285 0.008839 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007599 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.006748 10.0.0.141 - - [2025-04-24 02:04:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002690 10.0.0.141 - - [2025-04-24 02:04:20] "POST /neutron/port HTTP/1.1" 200 1087 0.012715 10.0.0.141 - - [2025-04-24 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004597 10.0.0.141 - - [2025-04-24 02:04:20] "POST /instance-ips HTTP/1.1" 200 374 0.013366 10.0.0.141 - - [2025-04-24 02:04:20] "POST /neutron/port HTTP/1.1" 200 1087 0.012515 10.0.0.141 - - [2025-04-24 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004916 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007430 10.0.0.141 - - [2025-04-24 02:04:20] "POST /neutron/port HTTP/1.1" 200 1087 0.014075 10.0.0.141 - - [2025-04-24 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005137 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.010141 10.0.0.141 - - [2025-04-24 02:04:20] "GET /virtual-machine/23660361-767d-4e56-9d1f-04ccc78e9b7a HTTP/1.1" 200 1292 0.005827 10.0.0.141 - - [2025-04-24 02:04:20] "GET /virtual-machine-interface/44fa9f6f-5776-4924-a4f0-54bcce6f3681 HTTP/1.1" 200 2953 0.005779 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002134 10.0.0.141 - - [2025-04-24 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.141 - - [2025-04-24 02:04:20] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003339 10.0.0.141 - - [2025-04-24 02:04:20] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002872 10.0.0.141 - - [2025-04-24 02:04:20] "POST /instance-ips HTTP/1.1" 200 374 0.017655 10.0.0.141 - - [2025-04-24 02:04:20] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004480 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.006516 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007069 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002376 10.0.0.141 - - [2025-04-24 02:04:20] "POST /instance-ips HTTP/1.1" 200 376 0.012414 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003620 10.0.0.141 - - [2025-04-24 02:04:20] "POST /instance-ips HTTP/1.1" 200 376 0.013358 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.141 - - [2025-04-24 02:04:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002637 10.0.0.141 - - [2025-04-24 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.141 - - [2025-04-24 02:04:21] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002880 10.0.0.141 - - [2025-04-24 02:04:21] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002459 10.0.0.141 - - [2025-04-24 02:04:21] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004560 10.0.0.141 - - [2025-04-24 02:04:21] "POST /neutron/port HTTP/1.1" 200 1086 0.013240 10.0.0.141 - - [2025-04-24 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004785 10.0.0.141 - - [2025-04-24 02:04:21] "POST /neutron/port HTTP/1.1" 200 1086 0.012136 10.0.0.141 - - [2025-04-24 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004973 10.0.0.141 - - [2025-04-24 02:04:21] "POST /neutron/port HTTP/1.1" 200 1086 0.027367 10.0.0.141 - - [2025-04-24 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004863 10.0.0.141 - - [2025-04-24 02:04:21] "GET /virtual-machine/01363bd2-bb9f-41e6-ae88-4080918e4142 HTTP/1.1" 200 1290 0.003790 10.0.0.141 - - [2025-04-24 02:04:21] "GET /virtual-machine-interface/33e33505-05a7-43d7-9d33-a49825d7d0ac HTTP/1.1" 200 2956 0.003908 10.0.0.141 - - [2025-04-24 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001874 10.0.0.141 - - [2025-04-24 02:04:21] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002491 10.0.0.141 - - [2025-04-24 02:04:22] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002609 10.0.0.141 - - [2025-04-24 02:04:22] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004800 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.141 - - [2025-04-24 02:04:23] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002714 10.0.0.141 - - [2025-04-24 02:04:23] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002704 10.0.0.141 - - [2025-04-24 02:04:23] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004955 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003745 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002003 10.0.0.141 - - [2025-04-24 02:04:23] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.141 - - [2025-04-24 02:04:23] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023593 10.0.0.141 - - [2025-04-24 02:04:23] "POST /network-policys HTTP/1.1" 200 549 0.014552 10.0.0.141 - - [2025-04-24 02:04:23] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004292 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.141 - - [2025-04-24 02:04:23] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005037 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.141 - - [2025-04-24 02:04:23] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003123 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.002185 10.0.0.141 - - [2025-04-24 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.026290 10.0.0.141 - - [2025-04-24 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.141 - - [2025-04-24 02:04:23] "POST /access-control-lists HTTP/1.1" 200 603 0.056154 10.0.0.141 - - [2025-04-24 02:04:24] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003110 10.0.0.141 - - [2025-04-24 02:04:24] "POST /neutron/network HTTP/1.1" 200 921 0.006819 10.0.0.141 - - [2025-04-24 02:04:24] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005903 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.141 - - [2025-04-24 02:04:24] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004509 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2025-04-24 02:04:24] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004767 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.141 - - [2025-04-24 02:04:24] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003225 10.0.0.141 - - [2025-04-24 02:04:24] "PUT /access-control-list/cb27e74c-4b00-44bf-9880-5807506d0c1e HTTP/1.1" 200 273 0.013921 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.002403 10.0.0.141 - - [2025-04-24 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.037803 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.141 - - [2025-04-24 02:04:24] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003937 10.0.0.141 - - [2025-04-24 02:04:24] "POST /access-control-lists HTTP/1.1" 200 606 0.056990 10.0.0.141 - - [2025-04-24 02:04:24] "POST /neutron/network HTTP/1.1" 200 922 0.006030 10.0.0.141 - - [2025-04-24 02:04:24] "POST /routing-instances HTTP/1.1" 200 761 0.016127 10.0.0.141 - - [2025-04-24 02:04:24] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007814 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.141 - - [2025-04-24 02:04:24] "POST /route-targets HTTP/1.1" 200 328 0.010380 10.0.0.141 - - [2025-04-24 02:04:24] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004319 10.0.0.141 - - [2025-04-24 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.009464 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.141 - - [2025-04-24 02:04:24] "GET /routing-instance/42f841fd-f1a9-4cb5-9602-42710cb3acd5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.002936 10.0.0.141 - - [2025-04-24 02:04:24] "GET /service-template/a9af7638-ce49-4b94-931f-84a3c88030b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003227 10.0.0.141 - - [2025-04-24 02:04:24] "GET /routing-instance/42f841fd-f1a9-4cb5-9602-42710cb3acd5?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003460 10.0.0.141 - - [2025-04-24 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.141 - - [2025-04-24 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.008815 10.0.0.141 - - [2025-04-24 02:04:24] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.141 - - [2025-04-24 02:04:24] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039062 10.0.0.141 - - [2025-04-24 02:04:24] "POST /routing-instances HTTP/1.1" 200 762 0.032743 10.0.0.141 - - [2025-04-24 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.141 - - [2025-04-24 02:04:25] "POST /route-targets HTTP/1.1" 200 328 0.007734 10.0.0.141 - - [2025-04-24 02:04:25] "GET /service-instance/454b75f5-de3f-455b-9d69-df9f2564baf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004495 10.0.0.141 - - [2025-04-24 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.008746 10.0.0.141 - - [2025-04-24 02:04:25] "GET /domains HTTP/1.1" 200 281 0.002178 10.0.0.141 - - [2025-04-24 02:04:25] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.141 - - [2025-04-24 02:04:25] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2782 0.015529 10.0.0.141 - - [2025-04-24 02:04:25] "GET /routing-instance/f5514dac-cb7a-4dfa-9a3c-415787c41400?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.002744 10.0.0.141 - - [2025-04-24 02:04:25] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.141 - - [2025-04-24 02:04:25] "GET /routing-instance/f5514dac-cb7a-4dfa-9a3c-415787c41400?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.003718 10.0.0.141 - - [2025-04-24 02:04:25] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 4248 0.071474 10.0.0.141 - - [2025-04-24 02:04:25] "GET /service-instance/454b75f5-de3f-455b-9d69-df9f2564baf2 HTTP/1.1" 200 3793 0.004667 10.0.0.141 - - [2025-04-24 02:04:25] "GET /domains HTTP/1.1" 200 281 0.002048 10.0.0.141 - - [2025-04-24 02:04:25] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.141 - - [2025-04-24 02:04:25] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2782 0.008957 10.0.0.141 - - [2025-04-24 02:04:25] "PUT /routing-instance/42f841fd-f1a9-4cb5-9602-42710cb3acd5 HTTP/1.1" 200 267 0.011381 10.0.0.141 - - [2025-04-24 02:04:25] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.141 - - [2025-04-24 02:04:25] "PUT /routing-instance/f5514dac-cb7a-4dfa-9a3c-415787c41400 HTTP/1.1" 200 267 0.011444 10.0.0.141 - - [2025-04-24 02:04:25] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 4248 0.076555 10.0.0.141 - - [2025-04-24 02:04:25] "GET /service-instance/454b75f5-de3f-455b-9d69-df9f2564baf2 HTTP/1.1" 200 3793 0.003170 10.0.0.141 - - [2025-04-24 02:04:25] "GET /port-tuple/4bc98a3f-9cbe-4704-970e-87e6687e8bbe HTTP/1.1" 200 1984 0.002515 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine-interface/b7364a86-5b5a-4c49-8b62-972c8f57617e HTTP/1.1" 200 3827 0.004294 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine-interface/d3cd9030-8bd3-4fb6-a254-53b22ce7d3b9 HTTP/1.1" 200 3809 0.005699 10.0.0.141 - - [2025-04-24 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.012106 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine-interface/de8dcd21-7e9e-4b8d-bab6-2111196c418e HTTP/1.1" 200 3815 0.012929 10.0.0.141 - - [2025-04-24 02:04:25] "PUT /access-control-list/414b5b24-ad30-4ec7-81a9-7f14118ae197 HTTP/1.1" 200 273 0.013388 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/port HTTP/1.1" 200 3833 0.048688 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004824 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/port HTTP/1.1" 200 3833 0.026875 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004791 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/port HTTP/1.1" 200 3833 0.027194 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005070 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/port HTTP/1.1" 200 3833 0.027625 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005057 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/network HTTP/1.1" 200 895 0.010825 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/network HTTP/1.1" 200 921 0.004395 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/network HTTP/1.1" 200 806 0.010424 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/network HTTP/1.1" 200 832 0.004246 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/network HTTP/1.1" 200 896 0.009507 10.0.0.141 - - [2025-04-24 02:04:25] "POST /neutron/network HTTP/1.1" 200 922 0.004099 10.0.0.141 - - [2025-04-24 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001002 10.0.0.141 - - [2025-04-24 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.000900 10.0.0.141 - - [2025-04-24 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001227 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine/f72568f7-2362-40f4-9dea-9edae48d2a03 HTTP/1.1" 200 1807 0.003270 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine-interface/b7364a86-5b5a-4c49-8b62-972c8f57617e HTTP/1.1" 200 3827 0.005020 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine-interface/d3cd9030-8bd3-4fb6-a254-53b22ce7d3b9 HTTP/1.1" 200 3809 0.004360 10.0.0.141 - - [2025-04-24 02:04:25] "GET /virtual-machine-interface/de8dcd21-7e9e-4b8d-bab6-2111196c418e HTTP/1.1" 200 3815 0.004216 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/3d02ba2a-447b-4bce-b394-1ebfd59320c4 HTTP/1.1" 200 1624 0.003703 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/74fd2b9f-0b24-4d19-b8f9-d6bf8329f6af HTTP/1.1" 200 1984 0.002576 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/9ca1df14-276b-4fb1-b7eb-e3461d94a509 HTTP/1.1" 200 1983 0.002601 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/609def6e-a291-4af0-bdf1-e61a266fda18 HTTP/1.1" 200 1625 0.003550 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/a2c3eb40-6dd5-4ef2-a5a3-4835c79de6b4 HTTP/1.1" 200 1959 0.002550 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/dcf447b8-ce2a-4c40-a89a-56eb76002189 HTTP/1.1" 200 1961 0.002848 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/41b85e7a-1351-4585-8ff7-d66fabe8ed1d HTTP/1.1" 200 1625 0.003385 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/52c37b41-de86-4749-af92-4c86156de263 HTTP/1.1" 200 1962 0.002566 10.0.0.141 - - [2025-04-24 02:04:25] "GET /instance-ip/6bd3ae22-6199-4216-b331-4a82b9a92a4f HTTP/1.1" 200 1964 0.002599 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/port HTTP/1.1" 200 3833 0.026390 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004630 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/port HTTP/1.1" 200 3833 0.025755 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004477 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/port HTTP/1.1" 200 3833 0.026283 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004875 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/port HTTP/1.1" 200 3833 0.026692 10.0.0.141 - - [2025-04-24 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004675 10.0.0.141 - - [2025-04-24 02:04:26] "GET /virtual-machine/f72568f7-2362-40f4-9dea-9edae48d2a03 HTTP/1.1" 200 1807 0.002409 10.0.0.141 - - [2025-04-24 02:04:26] "GET /virtual-machine-interface/b7364a86-5b5a-4c49-8b62-972c8f57617e HTTP/1.1" 200 3827 0.003913 10.0.0.141 - - [2025-04-24 02:04:26] "GET /virtual-machine-interface/d3cd9030-8bd3-4fb6-a254-53b22ce7d3b9 HTTP/1.1" 200 3809 0.003909 10.0.0.141 - - [2025-04-24 02:04:26] "GET /virtual-machine-interface/de8dcd21-7e9e-4b8d-bab6-2111196c418e HTTP/1.1" 200 3815 0.003938 10.0.0.141 - - [2025-04-24 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001799 10.0.0.141 - - [2025-04-24 02:04:26] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002228 10.0.0.141 - - [2025-04-24 02:04:26] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002064 10.0.0.141 - - [2025-04-24 02:04:26] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004500 10.0.0.141 - - [2025-04-24 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.141 - - [2025-04-24 02:04:27] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002525 10.0.0.141 - - [2025-04-24 02:04:27] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002637 10.0.0.141 - - [2025-04-24 02:04:27] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005068 10.0.0.141 - - [2025-04-24 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.141 - - [2025-04-24 02:04:27] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002994 10.0.0.141 - - [2025-04-24 02:04:27] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002712 10.0.0.141 - - [2025-04-24 02:04:27] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004910 10.0.0.141 - - [2025-04-24 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.141 - - [2025-04-24 02:04:28] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003583 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002698 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004731 10.0.0.141 - - [2025-04-24 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.141 - - [2025-04-24 02:04:28] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003111 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002306 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004230 10.0.0.141 - - [2025-04-24 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.141 - - [2025-04-24 02:04:28] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002852 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003081 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004551 10.0.0.141 - - [2025-04-24 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.141 - - [2025-04-24 02:04:28] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003197 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002436 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004883 10.0.0.141 - - [2025-04-24 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.141 - - [2025-04-24 02:04:28] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003305 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002768 10.0.0.141 - - [2025-04-24 02:04:28] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007763 10.0.0.141 - - [2025-04-24 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.141 - - [2025-04-24 02:04:29] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003128 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002803 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-network/3beb97c4-eaa6-45bb-88c9-748961b039b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004899 10.0.0.141 - - [2025-04-24 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.141 - - [2025-04-24 02:04:29] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003206 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002741 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004822 10.0.0.141 - - [2025-04-24 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.141 - - [2025-04-24 02:04:29] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003222 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003075 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005131 10.0.0.141 - - [2025-04-24 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.141 - - [2025-04-24 02:04:29] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003266 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002784 10.0.0.141 - - [2025-04-24 02:04:29] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005005 10.0.0.141 - - [2025-04-24 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.141 - - [2025-04-24 02:04:29] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003275 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-networks?parent_id=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002807 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004954 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-machine/f72568f7-2362-40f4-9dea-9edae48d2a03 HTTP/1.1" 200 1807 0.003808 10.0.0.141 - - [2025-04-24 02:04:30] "GET /domains HTTP/1.1" 200 281 0.002230 10.0.0.141 - - [2025-04-24 02:04:30] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.141 - - [2025-04-24 02:04:30] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2782 0.006510 10.0.0.141 - - [2025-04-24 02:04:30] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.141 - - [2025-04-24 02:04:30] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 4248 0.069808 10.0.0.141 - - [2025-04-24 02:04:30] "GET /service-instance/454b75f5-de3f-455b-9d69-df9f2564baf2 HTTP/1.1" 200 3793 0.003927 10.0.0.141 - - [2025-04-24 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.141 - - [2025-04-24 02:04:30] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003016 10.0.0.141 - - [2025-04-24 02:04:30] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005037 10.0.0.141 - - [2025-04-24 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.141 - - [2025-04-24 02:04:30] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003585 10.0.0.141 - - [2025-04-24 02:04:30] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004808 10.0.0.141 - - [2025-04-24 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004857 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?fields=routing_instances HTTP/1.1" 200 1688 0.005950 10.0.0.141 - - [2025-04-24 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010228 10.0.0.141 - - [2025-04-24 02:04:30] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?fields=routing_instances HTTP/1.1" 200 1692 0.008025 10.0.0.141 - - [2025-04-24 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.024369 10.0.0.141 - - [2025-04-24 02:04:34] "POST /neutron/network HTTP/1.1" 200 834 0.006790 10.0.0.141 - - [2025-04-24 02:04:34] "GET /virtual-network/c0ad8cb7-523b-402a-8532-cf1b308cd452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004241 10.0.0.141 - - [2025-04-24 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.141 - - [2025-04-24 02:04:34] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003263 10.0.0.141 - - [2025-04-24 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.025648 10.0.0.141 - - [2025-04-24 02:04:34] "POST /neutron/network HTTP/1.1" 200 833 0.006261 10.0.0.141 - - [2025-04-24 02:04:34] "GET /virtual-network/ee006bfa-294a-489b-af8f-15721fee23bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004108 10.0.0.141 - - [2025-04-24 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.141 - - [2025-04-24 02:04:35] "GET /network-policy/ba49e950-545a-48f6-9e72-7312941b673a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003330 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /network-policy/ba49e950-545a-48f6-9e72-7312941b673a HTTP/1.1" 200 115 0.018284 10.0.0.141 - - [2025-04-24 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /access-control-list/414b5b24-ad30-4ec7-81a9-7f14118ae197 HTTP/1.1" 200 115 0.023984 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /service-instance/454b75f5-de3f-455b-9d69-df9f2564baf2 HTTP/1.1" 200 115 0.060630 10.0.0.141 - - [2025-04-24 02:04:35] "GET /domains HTTP/1.1" 200 281 0.006361 10.0.0.141 - - [2025-04-24 02:04:35] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.141 - - [2025-04-24 02:04:35] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2782 0.011683 10.0.0.141 - - [2025-04-24 02:04:35] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.141 - - [2025-04-24 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.026194 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /instance-ip/6bd3ae22-6199-4216-b331-4a82b9a92a4f HTTP/1.1" 200 115 0.026556 10.0.0.141 - - [2025-04-24 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.014525 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /routing-instance/42f841fd-f1a9-4cb5-9602-42710cb3acd5 HTTP/1.1" 200 115 0.038450 10.0.0.141 - - [2025-04-24 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.141 - - [2025-04-24 02:04:35] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 3772 0.073975 10.0.0.141 - - [2025-04-24 02:04:35] "GET /virtual-machine/f72568f7-2362-40f4-9dea-9edae48d2a03 HTTP/1.1" 200 1807 0.005655 10.0.0.141 - - [2025-04-24 02:04:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002341 10.0.0.141 - - [2025-04-24 02:04:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001683 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /route-target/af294e30-2eee-4361-ae2d-7652d2dc7788 HTTP/1.1" 200 115 0.014245 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /instance-ip/74fd2b9f-0b24-4d19-b8f9-d6bf8329f6af HTTP/1.1" 200 115 0.023143 10.0.0.141 - - [2025-04-24 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.017235 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /routing-instance/f5514dac-cb7a-4dfa-9a3c-415787c41400 HTTP/1.1" 200 115 0.031299 10.0.0.141 - - [2025-04-24 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /instance-ip/52c37b41-de86-4749-af92-4c86156de263 HTTP/1.1" 200 115 0.024856 10.0.0.141 - - [2025-04-24 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007743 10.0.0.141 - - [2025-04-24 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.037215 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /route-target/311f3c02-e069-4d07-bde8-1785efabf3c1 HTTP/1.1" 200 115 0.046733 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /service-template/a9af7638-ce49-4b94-931f-84a3c88030b2 HTTP/1.1" 200 115 0.065522 10.0.0.141 - - [2025-04-24 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005563 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /access-control-list/cb27e74c-4b00-44bf-9880-5807506d0c1e HTTP/1.1" 200 115 0.054844 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /instance-ip/dcf447b8-ce2a-4c40-a89a-56eb76002189 HTTP/1.1" 200 115 0.039151 10.0.0.141 - - [2025-04-24 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /instance-ip/9ca1df14-276b-4fb1-b7eb-e3461d94a509 HTTP/1.1" 200 115 0.017422 10.0.0.141 - - [2025-04-24 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.014462 10.0.0.141 - - [2025-04-24 02:04:35] "DELETE /instance-ip/a2c3eb40-6dd5-4ef2-a5a3-4835c79de6b4 HTTP/1.1" 200 115 0.030355 10.0.0.141 - - [2025-04-24 02:04:35] "POST /neutron/network HTTP/1.1" 200 834 0.005701 10.0.0.141 - - [2025-04-24 02:04:35] "POST /neutron/network HTTP/1.1" 400 204 0.009880 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1086 0.016360 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1112 0.007401 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.105480 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1087 0.017311 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1113 0.008544 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 3026 0.032593 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1113 0.013727 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.152259 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.119705 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1112 0.007128 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.090409 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 1112 0.009018 10.0.0.141 - - [2025-04-24 02:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.087219 10.0.0.141 - - [2025-04-24 02:04:37] "POST /neutron/network HTTP/1.1" 200 834 0.006966 10.0.0.141 - - [2025-04-24 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.141 - - [2025-04-24 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.141 - - [2025-04-24 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.141 - - [2025-04-24 02:04:37] "POST /neutron/network HTTP/1.1" 200 151 0.079162 10.0.0.141 - - [2025-04-24 02:04:37] "GET /routing-instance/fde7985b-18f6-4222-a090-f0e2d8a37421 HTTP/1.1" 404 171 0.005163 10.0.0.141 - - [2025-04-24 02:04:37] "DELETE /route-target/28592f72-602d-4caa-93a1-905aa5cefd49 HTTP/1.1" 200 115 0.023270 10.0.0.141 - - [2025-04-24 02:04:37] "GET /domains HTTP/1.1" 200 281 0.002368 10.0.0.141 - - [2025-04-24 02:04:37] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2581 0.050036 10.0.0.141 - - [2025-04-24 02:04:38] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002589 10.0.0.141 - - [2025-04-24 02:04:38] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2305 0.069981 10.0.0.141 - - [2025-04-24 02:04:38] "POST /neutron/network HTTP/1.1" 200 833 0.005328 10.0.0.141 - - [2025-04-24 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.141 - - [2025-04-24 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004188 10.0.0.141 - - [2025-04-24 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001699 10.0.0.141 - - [2025-04-24 02:04:38] "POST /neutron/network HTTP/1.1" 200 151 0.082309 10.0.0.141 - - [2025-04-24 02:04:38] "DELETE /route-target/dec969ff-f6d4-45d2-be14-656173d5dae1 HTTP/1.1" 200 115 0.025053 10.0.0.141 - - [2025-04-24 02:04:38] "GET /routing-instance/3d13e047-174d-45c3-a54f-244da971124e HTTP/1.1" 404 171 0.005048 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domains HTTP/1.1" 200 281 0.002512 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2581 0.048100 10.0.0.141 - - [2025-04-24 02:04:38] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.141 - - [2025-04-24 02:04:38] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 2086 0.061336 10.0.0.141 - - [2025-04-24 02:04:38] "POST /neutron/network HTTP/1.1" 200 832 0.004808 10.0.0.141 - - [2025-04-24 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.141 - - [2025-04-24 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2025-04-24 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.141 - - [2025-04-24 02:04:38] "POST /neutron/network HTTP/1.1" 200 151 0.072441 10.0.0.141 - - [2025-04-24 02:04:38] "DELETE /route-target/fae8d398-2e6d-4f72-82d0-afc4a08ab57b HTTP/1.1" 200 115 0.015376 10.0.0.141 - - [2025-04-24 02:04:38] "GET /routing-instance/e07490ee-0543-4311-9d46-45796ce92ffd HTTP/1.1" 404 171 0.003531 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domains HTTP/1.1" 200 281 0.001740 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.141 - - [2025-04-24 02:04:38] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2581 0.049958 10.0.0.141 - - [2025-04-24 02:04:38] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.141 - - [2025-04-24 02:04:38] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 1845 0.064631 10.0.0.141 - - [2025-04-24 02:04:38] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.141 - - [2025-04-24 02:04:38] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023111 10.0.0.141 - - [2025-04-24 02:04:38] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.141 - - [2025-04-24 02:04:39] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?fields=virtual_networks HTTP/1.1" 200 1030 0.075167 10.0.0.141 - - [2025-04-24 02:04:39] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.141 - - [2025-04-24 02:04:39] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.026266 10.0.0.141 - - [2025-04-24 02:04:39] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.141 - - [2025-04-24 02:04:39] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?fields=security_groups HTTP/1.1" 200 1255 0.021974 10.0.0.141 - - [2025-04-24 02:04:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.018654 10.0.0.141 - - [2025-04-24 02:04:39] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003020 10.0.0.141 - - [2025-04-24 02:04:39] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001830 10.0.0.141 - - [2025-04-24 02:04:39] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009775 10.0.0.141 - - [2025-04-24 02:04:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001610 10.0.0.141 - - [2025-04-24 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.003945 10.0.0.141 - - [2025-04-24 02:04:40] "POST /security-groups HTTP/1.1" 200 592 0.071788 10.0.0.141 - - [2025-04-24 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002154 10.0.0.141 - - [2025-04-24 02:04:40] "POST /projects HTTP/1.1" 200 587 0.231389 10.0.0.141 - - [2025-04-24 02:04:40] "POST /access-control-lists HTTP/1.1" 200 599 0.055831 10.0.0.141 - - [2025-04-24 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.303097 10.0.0.141 - - [2025-04-24 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002289 10.0.0.141 - - [2025-04-24 02:04:40] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.421999 10.0.0.141 - - [2025-04-24 02:04:40] "POST /access-control-lists HTTP/1.1" 200 597 0.055718 10.0.0.141 - - [2025-04-24 02:04:41] "GET / HTTP/1.1" 200 36215 0.001824 10.0.0.141 - - [2025-04-24 02:04:42] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2025-04-24 02:04:42] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.141 - - [2025-04-24 02:04:42] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043074 10.0.0.141 - - [2025-04-24 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 180 0.001971 10.0.0.141 - - [2025-04-24 02:04:42] "POST /virtual-DNSs HTTP/1.1" 200 509 0.013153 10.0.0.141 - - [2025-04-24 02:04:42] "GET /virtual-DNS/6aa7212d-4725-47c6-a7a1-812bb2ee5f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004069 10.0.0.141 - - [2025-04-24 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.141 - - [2025-04-24 02:04:42] "GET /virtual-DNS/6aa7212d-4725-47c6-a7a1-812bb2ee5f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.009762 10.0.0.141 - - [2025-04-24 02:04:42] "GET /domains HTTP/1.1" 401 293 0.000664 10.0.0.141 - - [2025-04-24 02:04:43] "GET /domains HTTP/1.1" 200 281 0.020629 10.0.0.141 - - [2025-04-24 02:04:43] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.141 - - [2025-04-24 02:04:43] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2970 0.007198 10.0.0.141 - - [2025-04-24 02:04:43] "GET /virtual-DNS/6aa7212d-4725-47c6-a7a1-812bb2ee5f56 HTTP/1.1" 200 1440 0.003317 10.0.0.141 - - [2025-04-24 02:04:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.001763 10.0.0.141 - - [2025-04-24 02:04:43] "POST /network-ipams HTTP/1.1" 200 516 0.014781 10.0.0.141 - - [2025-04-24 02:04:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002697 10.0.0.141 - - [2025-04-24 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.141 - - [2025-04-24 02:04:43] "GET /network-ipam/c5926ebf-55d4-4db6-b2f7-9d2949e3b737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.004371 10.0.0.141 - - [2025-04-24 02:04:43] "PUT /network-ipam/c5926ebf-55d4-4db6-b2f7-9d2949e3b737 HTTP/1.1" 200 259 0.008788 10.0.0.141 - - [2025-04-24 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.007073 10.0.0.141 - - [2025-04-24 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.141 - - [2025-04-24 02:04:43] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002352 10.0.0.141 - - [2025-04-24 02:04:43] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022788 10.0.0.141 - - [2025-04-24 02:04:43] "POST /neutron/network HTTP/1.1" 200 117 0.024854 10.0.0.141 - - [2025-04-24 02:04:43] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.141 - - [2025-04-24 02:04:43] "POST /neutron/network HTTP/1.1" 200 618 0.055449 10.0.0.141 - - [2025-04-24 02:04:43] "POST /route-targets HTTP/1.1" 200 328 0.009069 10.0.0.141 - - [2025-04-24 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.010115 10.0.0.141 - - [2025-04-24 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002862 10.0.0.141 - - [2025-04-24 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 711 0.168394 10.0.0.141 - - [2025-04-24 02:04:43] "POST /neutron/network HTTP/1.1" 200 833 0.004519 10.0.0.141 - - [2025-04-24 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001024 10.0.0.141 - - [2025-04-24 02:04:43] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004138 10.0.0.141 - - [2025-04-24 02:04:43] "POST /neutron/network HTTP/1.1" 200 833 0.005232 10.0.0.141 - - [2025-04-24 02:04:44] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004472 10.0.0.141 - - [2025-04-24 02:04:44] "POST /neutron/network HTTP/1.1" 200 833 0.005423 10.0.0.141 - - [2025-04-24 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 711 0.005369 10.0.0.141 - - [2025-04-24 02:04:44] "POST /neutron/network HTTP/1.1" 200 807 0.010268 10.0.0.141 - - [2025-04-24 02:04:44] "POST /neutron/network HTTP/1.1" 200 833 0.004683 10.0.0.141 - - [2025-04-24 02:04:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001038 10.0.0.141 - - [2025-04-24 02:04:44] "POST /neutron/network HTTP/1.1" 200 843 0.005041 10.0.0.141 - - [2025-04-24 02:04:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2025-04-24 02:04:44] "GET / HTTP/1.1" 200 36215 0.001757 10.0.0.141 - - [2025-04-24 02:04:44] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2025-04-24 02:04:44] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.141 - - [2025-04-24 02:04:44] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041393 10.0.0.141 - - [2025-04-24 02:04:44] "POST /neutron/network HTTP/1.1" 200 833 0.005053 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.004501 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.004111 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/network HTTP/1.1" 200 843 0.004795 10.0.0.141 - - [2025-04-24 02:04:45] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 1058 0.173982 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 1058 0.015842 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 1058 0.006946 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 1112 0.069690 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 1086 0.013055 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002445 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.009051 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.141 - - [2025-04-24 02:04:45] "POST /neutron/network HTTP/1.1" 200 833 0.004516 10.0.0.141 - - [2025-04-24 02:04:50] "POST /neutron/port HTTP/1.1" 200 1086 0.013065 10.0.0.141 - - [2025-04-24 02:04:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005554 10.0.0.141 - - [2025-04-24 02:04:50] "POST /neutron/port HTTP/1.1" 200 1086 0.012793 10.0.0.141 - - [2025-04-24 02:04:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004968 10.0.0.141 - - [2025-04-24 02:04:50] "POST /neutron/port HTTP/1.1" 200 1086 0.012368 10.0.0.141 - - [2025-04-24 02:04:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004845 10.0.0.141 - - [2025-04-24 02:04:50] "GET /virtual-machine/d9da6d00-07a2-4990-8365-d224a7519d76 HTTP/1.1" 200 1295 0.003722 10.0.0.141 - - [2025-04-24 02:04:50] "GET /virtual-machine-interface/1ff65ad6-1dbb-40b7-bef5-bea0c2e68720 HTTP/1.1" 200 2971 0.004016 10.0.0.141 - - [2025-04-24 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.141 - - [2025-04-24 02:04:50] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002424 10.0.0.141 - - [2025-04-24 02:04:50] "GET /virtual-networks?parent_id=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002510 10.0.0.141 - - [2025-04-24 02:04:50] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004638 10.0.0.141 - - [2025-04-24 02:04:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014813 10.0.0.141 - - [2025-04-24 02:04:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004093 10.0.0.141 - - [2025-04-24 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.141 - - [2025-04-24 02:04:53] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004407 10.0.0.141 - - [2025-04-24 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.141 - - [2025-04-24 02:04:55] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002913 10.0.0.141 - - [2025-04-24 02:04:55] "GET /virtual-networks?parent_id=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002178 10.0.0.141 - - [2025-04-24 02:04:55] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004228 10.0.0.141 - - [2025-04-24 02:05:00] "POST /neutron/network HTTP/1.1" 200 807 0.008959 10.0.0.141 - - [2025-04-24 02:05:00] "POST /neutron/network HTTP/1.1" 200 833 0.003833 10.0.0.141 - - [2025-04-24 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.000925 10.0.0.141 - - [2025-04-24 02:05:00] "POST /neutron/port HTTP/1.1" 200 1086 0.013197 10.0.0.141 - - [2025-04-24 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004649 10.0.0.141 - - [2025-04-24 02:05:00] "DELETE /project/98de644713934a6d9a3e97676c0a4fce HTTP/1.1" 404 173 0.006921 10.0.0.141 - - [2025-04-24 02:05:00] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 10.0.0.141 - - [2025-04-24 02:05:00] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.026642 10.0.0.141 - - [2025-04-24 02:05:00] "POST /neutron/network HTTP/1.1" 200 843 0.014157 10.0.0.141 - - [2025-04-24 02:05:00] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.141 - - [2025-04-24 02:05:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000298 10.0.0.141 - - [2025-04-24 02:05:00] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?fields=security_groups HTTP/1.1" 200 1357 0.065449 10.0.0.141 - - [2025-04-24 02:05:00] "DELETE /security-group/3e6e8e79-7ea5-4e8a-b5a2-57a533cd1322 HTTP/1.1" 200 115 0.038450 10.0.0.141 - - [2025-04-24 02:05:00] "GET /projects?obj_uuids=194d5d11-2a30-4a0f-8c70-650ae0a07af4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004134 10.0.0.141 - - [2025-04-24 02:05:00] "DELETE /access-control-list/1005013f-9c17-47e4-9a4c-a616385e5740 HTTP/1.1" 200 115 0.028987 10.0.0.141 - - [2025-04-24 02:05:00] "GET /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4?fields=application_policy_sets HTTP/1.1" 200 1396 0.033538 10.0.0.141 - - [2025-04-24 02:05:00] "DELETE /access-control-list/05cc1d8e-e5b7-450d-8754-65f941ff402d HTTP/1.1" 200 115 0.026021 10.0.0.141 - - [2025-04-24 02:05:00] "DELETE /project/194d5d11-2a30-4a0f-8c70-650ae0a07af4 HTTP/1.1" 200 115 0.309901 10.0.0.141 - - [2025-04-24 02:05:00] "GET / HTTP/1.1" 200 36215 0.001843 10.0.0.141 - - [2025-04-24 02:05:00] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2025-04-24 02:05:01] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.141 - - [2025-04-24 02:05:01] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041073 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.004631 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 1086 0.014996 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004839 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.004212 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.003944 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/network HTTP/1.1" 200 843 0.004914 10.0.0.141 - - [2025-04-24 02:05:01] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 1058 0.163425 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 1058 0.007174 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 1058 0.006792 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 1112 0.055328 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 1086 0.012828 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002389 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 685 0.008522 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.000917 10.0.0.141 - - [2025-04-24 02:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.003811 10.0.0.141 - - [2025-04-24 02:05:05] "GET /obj-perms HTTP/1.1" 200 5075 0.038630 10.0.0.141 - - [2025-04-24 02:05:06] "GET /obj-perms HTTP/1.1" 200 5075 0.036528 10.0.0.141 - - [2025-04-24 02:05:06] "POST /neutron/port HTTP/1.1" 200 1086 0.012605 10.0.0.141 - - [2025-04-24 02:05:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004866 10.0.0.141 - - [2025-04-24 02:05:06] "POST /neutron/port HTTP/1.1" 200 1086 0.012046 10.0.0.141 - - [2025-04-24 02:05:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004745 10.0.0.141 - - [2025-04-24 02:05:06] "POST /neutron/port HTTP/1.1" 200 1086 0.012993 10.0.0.141 - - [2025-04-24 02:05:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004636 10.0.0.141 - - [2025-04-24 02:05:06] "GET /virtual-machine/8d632392-622e-4a0a-83e5-d58d06c915b1 HTTP/1.1" 200 1295 0.003530 10.0.0.141 - - [2025-04-24 02:05:06] "GET /virtual-machine-interface/b3c07397-fec1-4993-8f37-28edd6f248a1 HTTP/1.1" 200 2972 0.004303 10.0.0.141 - - [2025-04-24 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.141 - - [2025-04-24 02:05:06] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002339 10.0.0.141 - - [2025-04-24 02:05:06] "GET /virtual-networks?parent_id=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002603 10.0.0.141 - - [2025-04-24 02:05:06] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004935 10.0.0.141 - - [2025-04-24 02:05:09] "POST /neutron/port HTTP/1.1" 200 1086 0.012743 10.0.0.141 - - [2025-04-24 02:05:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004195 10.0.0.141 - - [2025-04-24 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2025-04-24 02:05:09] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005778 10.0.0.141 - - [2025-04-24 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.141 - - [2025-04-24 02:05:11] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002556 10.0.0.141 - - [2025-04-24 02:05:11] "GET /virtual-networks?parent_id=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002599 10.0.0.141 - - [2025-04-24 02:05:11] "GET /virtual-network/7b6aabbd-b734-4d95-a477-fb8d0d4889d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004800 10.0.0.141 - - [2025-04-24 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.141 - - [2025-04-24 02:05:17] "DELETE /virtual-DNS/6aa7212d-4725-47c6-a7a1-812bb2ee5f56 HTTP/1.1" 409 236 0.005033 10.0.0.141 - - [2025-04-24 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.002111 10.0.0.141 - - [2025-04-24 02:05:17] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.013214 10.0.0.141 - - [2025-04-24 02:05:17] "GET /virtual-DNS-record/dd9c5f1e-b400-40e1-8c5d-311cdd157171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003744 10.0.0.141 - - [2025-04-24 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.141 - - [2025-04-24 02:05:17] "GET /virtual-DNS-record/dd9c5f1e-b400-40e1-8c5d-311cdd157171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.002787 10.0.0.141 - - [2025-04-24 02:05:17] "GET /domains HTTP/1.1" 200 281 0.003639 10.0.0.141 - - [2025-04-24 02:05:17] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.141 - - [2025-04-24 02:05:17] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2785 0.007423 10.0.0.141 - - [2025-04-24 02:05:17] "GET /virtual-DNS/6aa7212d-4725-47c6-a7a1-812bb2ee5f56 HTTP/1.1" 200 1911 0.003906 10.0.0.141 - - [2025-04-24 02:05:17] "GET /virtual-DNS-record/dd9c5f1e-b400-40e1-8c5d-311cdd157171 HTTP/1.1" 200 1339 0.002422 10.0.0.141 - - [2025-04-24 02:05:23] "DELETE /virtual-DNS-record/dd9c5f1e-b400-40e1-8c5d-311cdd157171 HTTP/1.1" 200 115 0.017248 10.0.0.141 - - [2025-04-24 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.002324 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/network HTTP/1.1" 200 833 0.013976 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/network HTTP/1.1" 400 204 0.010822 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014889 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/port HTTP/1.1" 200 1112 0.008487 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016837 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/port HTTP/1.1" 200 1112 0.013264 10.0.0.141 - - [2025-04-24 02:05:23] "POST /neutron/port HTTP/1.1" 200 151 0.095534 10.0.0.141 - - [2025-04-24 02:05:24] "POST /neutron/port HTTP/1.1" 200 151 0.085999 10.0.0.141 - - [2025-04-24 02:05:25] "POST /neutron/network HTTP/1.1" 200 833 0.005065 10.0.0.141 - - [2025-04-24 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.141 - - [2025-04-24 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.141 - - [2025-04-24 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002930 10.0.0.141 - - [2025-04-24 02:05:25] "POST /neutron/network HTTP/1.1" 200 151 0.138051 10.0.0.141 - - [2025-04-24 02:05:25] "DELETE /route-target/7c169e3e-26df-4952-bdb5-f9d489c4c143 HTTP/1.1" 200 115 0.053895 10.0.0.141 - - [2025-04-24 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.141 - - [2025-04-24 02:05:25] "DELETE /network-ipam/c5926ebf-55d4-4db6-b2f7-9d2949e3b737 HTTP/1.1" 200 115 0.021560 10.0.0.141 - - [2025-04-24 02:05:25] "DELETE /virtual-DNS/6aa7212d-4725-47c6-a7a1-812bb2ee5f56 HTTP/1.1" 200 115 0.018832 10.0.0.141 - - [2025-04-24 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002061 10.0.0.141 - - [2025-04-24 02:05:25] "GET /domains HTTP/1.1" 200 281 0.002701 10.0.0.141 - - [2025-04-24 02:05:25] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.141 - - [2025-04-24 02:05:25] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2584 0.007172 10.0.0.141 - - [2025-04-24 02:05:25] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001074 10.0.0.141 - - [2025-04-24 02:05:25] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022081 10.0.0.141 - - [2025-04-24 02:05:25] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.141 - - [2025-04-24 02:05:26] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?fields=virtual_networks HTTP/1.1" 200 1037 0.064721 10.0.0.141 - - [2025-04-24 02:05:26] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.141 - - [2025-04-24 02:05:26] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.020105 10.0.0.141 - - [2025-04-24 02:05:26] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.141 - - [2025-04-24 02:05:26] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?fields=security_groups HTTP/1.1" 200 1265 0.022979 10.0.0.141 - - [2025-04-24 02:05:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.019660 10.0.0.141 - - [2025-04-24 02:05:26] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002230 10.0.0.141 - - [2025-04-24 02:05:26] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.141 - - [2025-04-24 02:05:26] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007336 10.0.0.141 - - [2025-04-24 02:05:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001055 10.0.0.141 - - [2025-04-24 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.002805 10.0.0.141 - - [2025-04-24 02:05:27] "POST /security-groups HTTP/1.1" 200 592 0.059345 10.0.0.141 - - [2025-04-24 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.001961 10.0.0.141 - - [2025-04-24 02:05:27] "POST /projects HTTP/1.1" 200 587 0.204035 10.0.0.141 - - [2025-04-24 02:05:27] "POST /access-control-lists HTTP/1.1" 200 599 0.062783 10.0.0.141 - - [2025-04-24 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.272170 10.0.0.141 - - [2025-04-24 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002603 10.0.0.141 - - [2025-04-24 02:05:27] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.389596 10.0.0.141 - - [2025-04-24 02:05:27] "POST /access-control-lists HTTP/1.1" 200 597 0.056616 10.0.0.141 - - [2025-04-24 02:05:28] "GET / HTTP/1.1" 200 36215 0.002736 10.0.0.141 - - [2025-04-24 02:05:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2025-04-24 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.047613 10.0.0.141 - - [2025-04-24 02:05:29] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.141 - - [2025-04-24 02:05:29] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021410 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/network HTTP/1.1" 200 117 0.024867 10.0.0.141 - - [2025-04-24 02:05:29] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/network HTTP/1.1" 200 606 0.062994 10.0.0.141 - - [2025-04-24 02:05:29] "POST /route-targets HTTP/1.1" 200 328 0.008646 10.0.0.141 - - [2025-04-24 02:05:29] "POST /ref-update HTTP/1.1" 200 156 0.012929 10.0.0.141 - - [2025-04-24 02:05:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.174082 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/network HTTP/1.1" 200 823 0.004046 10.0.0.141 - - [2025-04-24 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.000965 10.0.0.141 - - [2025-04-24 02:05:29] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003922 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/network HTTP/1.1" 200 823 0.004978 10.0.0.141 - - [2025-04-24 02:05:29] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004039 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/network HTTP/1.1" 200 823 0.005183 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.005481 10.0.0.141 - - [2025-04-24 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001656 10.0.0.141 - - [2025-04-24 02:05:29] "POST /neutron/network HTTP/1.1" 200 833 0.004865 10.0.0.141 - - [2025-04-24 02:05:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000325 10.0.0.141 - - [2025-04-24 02:05:30] "GET / HTTP/1.1" 200 36215 0.003435 10.0.0.141 - - [2025-04-24 02:05:30] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2025-04-24 02:05:30] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.141 - - [2025-04-24 02:05:30] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043026 10.0.0.141 - - [2025-04-24 02:05:30] "POST /neutron/network HTTP/1.1" 200 823 0.004616 10.0.0.141 - - [2025-04-24 02:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.004320 10.0.0.141 - - [2025-04-24 02:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.004495 10.0.0.141 - - [2025-04-24 02:05:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001270 10.0.0.141 - - [2025-04-24 02:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.005815 10.0.0.141 - - [2025-04-24 02:05:30] "POST /neutron/network HTTP/1.1" 200 833 0.005168 10.0.0.141 - - [2025-04-24 02:05:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000341 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/network HTTP/1.1" 200 833 0.005250 10.0.0.141 - - [2025-04-24 02:05:31] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.141 - - [2025-04-24 02:05:31] "GET / HTTP/1.1" 200 36215 0.002070 10.0.0.141 - - [2025-04-24 02:05:31] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000470 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1059 0.233633 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1059 0.008506 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1059 0.017169 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1113 0.069580 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1087 0.014240 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002620 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.009630 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/network HTTP/1.1" 200 823 0.005375 10.0.0.141 - - [2025-04-24 02:05:31] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.141 - - [2025-04-24 02:05:31] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045252 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/network HTTP/1.1" 200 823 0.004758 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1087 0.017643 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007119 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.004575 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/port HTTP/1.1" 200 1087 0.013272 10.0.0.141 - - [2025-04-24 02:05:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005633 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/network HTTP/1.1" 200 833 0.004964 10.0.0.141 - - [2025-04-24 02:05:32] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/port HTTP/1.1" 200 1059 0.209127 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/port HTTP/1.1" 200 1059 0.007472 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/port HTTP/1.1" 200 1059 0.008061 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/port HTTP/1.1" 200 1113 0.077476 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/port HTTP/1.1" 200 1087 0.013386 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002708 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.009396 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.141 - - [2025-04-24 02:05:32] "POST /neutron/network HTTP/1.1" 200 823 0.004562 10.0.0.141 - - [2025-04-24 02:05:36] "POST /neutron/port HTTP/1.1" 200 1087 0.014488 10.0.0.141 - - [2025-04-24 02:05:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004925 10.0.0.141 - - [2025-04-24 02:05:37] "POST /neutron/port HTTP/1.1" 200 1087 0.015464 10.0.0.141 - - [2025-04-24 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004900 10.0.0.141 - - [2025-04-24 02:05:37] "POST /neutron/port HTTP/1.1" 200 1087 0.012699 10.0.0.141 - - [2025-04-24 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005008 10.0.0.141 - - [2025-04-24 02:05:37] "GET /virtual-machine/59fffa4b-8a62-4cba-bfdd-da7360cf6d1b HTTP/1.1" 401 293 0.000380 10.0.0.141 - - [2025-04-24 02:05:37] "GET /virtual-machine/59fffa4b-8a62-4cba-bfdd-da7360cf6d1b HTTP/1.1" 200 1295 0.023902 10.0.0.141 - - [2025-04-24 02:05:37] "GET /virtual-machine-interface/36e5f3a1-0acc-491a-bff0-2a22a37277fd HTTP/1.1" 200 2953 0.004261 10.0.0.141 - - [2025-04-24 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.141 - - [2025-04-24 02:05:37] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002631 10.0.0.141 - - [2025-04-24 02:05:37] "GET /virtual-networks?parent_id=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002779 10.0.0.141 - - [2025-04-24 02:05:37] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004997 10.0.0.141 - - [2025-04-24 02:05:39] "POST /neutron/port HTTP/1.1" 200 1087 0.013978 10.0.0.141 - - [2025-04-24 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004309 10.0.0.141 - - [2025-04-24 02:05:40] "POST /neutron/port HTTP/1.1" 200 1087 0.013263 10.0.0.141 - - [2025-04-24 02:05:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004632 10.0.0.141 - - [2025-04-24 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.141 - - [2025-04-24 02:05:40] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004362 10.0.0.141 - - [2025-04-24 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.141 - - [2025-04-24 02:05:42] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002546 10.0.0.141 - - [2025-04-24 02:05:42] "GET /virtual-networks?parent_id=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002616 10.0.0.141 - - [2025-04-24 02:05:42] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004256 10.0.0.141 - - [2025-04-24 02:05:43] "POST /neutron/port HTTP/1.1" 200 1087 0.013055 10.0.0.141 - - [2025-04-24 02:05:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004611 10.0.0.141 - - [2025-04-24 02:05:43] "POST /neutron/port HTTP/1.1" 200 1087 0.014301 10.0.0.141 - - [2025-04-24 02:05:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004740 10.0.0.141 - - [2025-04-24 02:05:43] "POST /neutron/port HTTP/1.1" 200 1087 0.012473 10.0.0.141 - - [2025-04-24 02:05:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004498 10.0.0.141 - - [2025-04-24 02:05:43] "GET /virtual-machine/015ec047-b120-4218-8c2e-3ade1984d995 HTTP/1.1" 200 1293 0.004001 10.0.0.141 - - [2025-04-24 02:05:43] "GET /virtual-machine-interface/d09055fc-5030-4945-b576-37b6df36aaa4 HTTP/1.1" 200 2954 0.005603 10.0.0.141 - - [2025-04-24 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001921 10.0.0.141 - - [2025-04-24 02:05:43] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002275 10.0.0.141 - - [2025-04-24 02:05:43] "GET /virtual-networks?parent_id=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002876 10.0.0.141 - - [2025-04-24 02:05:43] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004848 10.0.0.141 - - [2025-04-24 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.141 - - [2025-04-24 02:05:44] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002922 10.0.0.141 - - [2025-04-24 02:05:44] "GET /virtual-networks?parent_id=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002175 10.0.0.141 - - [2025-04-24 02:05:44] "GET /virtual-network/5c9bd9c9-e166-491e-8868-2bb686d509e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004187 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/network HTTP/1.1" 200 823 0.006798 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/network HTTP/1.1" 400 204 0.008513 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/port HTTP/1.1" 200 1087 0.016796 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/port HTTP/1.1" 200 1113 0.007186 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/port HTTP/1.1" 200 1087 0.015937 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/port HTTP/1.1" 200 1113 0.007530 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/port HTTP/1.1" 200 151 0.102675 10.0.0.141 - - [2025-04-24 02:05:49] "POST /neutron/port HTTP/1.1" 200 151 0.105841 10.0.0.141 - - [2025-04-24 02:05:51] "POST /neutron/network HTTP/1.1" 200 823 0.005712 10.0.0.141 - - [2025-04-24 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.141 - - [2025-04-24 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.141 - - [2025-04-24 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001590 10.0.0.141 - - [2025-04-24 02:05:51] "POST /neutron/network HTTP/1.1" 200 151 0.068359 10.0.0.141 - - [2025-04-24 02:05:51] "DELETE /route-target/27bb1f80-82c4-4f9a-b45d-0c9986b3b2f7 HTTP/1.1" 200 115 0.013802 10.0.0.141 - - [2025-04-24 02:05:51] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001003 10.0.0.141 - - [2025-04-24 02:05:51] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021645 10.0.0.141 - - [2025-04-24 02:05:51] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.141 - - [2025-04-24 02:05:51] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?fields=virtual_networks HTTP/1.1" 200 1037 0.061516 10.0.0.141 - - [2025-04-24 02:05:51] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.141 - - [2025-04-24 02:05:51] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.022751 10.0.0.141 - - [2025-04-24 02:05:51] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.141 - - [2025-04-24 02:05:51] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?fields=security_groups HTTP/1.1" 200 1265 0.020289 10.0.0.141 - - [2025-04-24 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.018182 10.0.0.141 - - [2025-04-24 02:05:52] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002169 10.0.0.141 - - [2025-04-24 02:05:52] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.141 - - [2025-04-24 02:05:52] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047090 10.0.0.141 - - [2025-04-24 02:05:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001109 10.0.0.141 - - [2025-04-24 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.002794 10.0.0.141 - - [2025-04-24 02:05:52] "POST /security-groups HTTP/1.1" 200 591 0.067462 10.0.0.141 - - [2025-04-24 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.001940 10.0.0.141 - - [2025-04-24 02:05:52] "POST /projects HTTP/1.1" 200 585 0.210299 10.0.0.141 - - [2025-04-24 02:05:52] "POST /access-control-lists HTTP/1.1" 200 598 0.056215 10.0.0.141 - - [2025-04-24 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.272597 10.0.0.141 - - [2025-04-24 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.001953 10.0.0.141 - - [2025-04-24 02:05:52] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.422732 10.0.0.141 - - [2025-04-24 02:05:53] "POST /access-control-lists HTTP/1.1" 200 596 0.059563 10.0.0.141 - - [2025-04-24 02:05:53] "GET / HTTP/1.1" 200 36215 0.001837 10.0.0.141 - - [2025-04-24 02:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.141 - - [2025-04-24 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.049564 10.0.0.141 - - [2025-04-24 02:05:54] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.141 - - [2025-04-24 02:05:54] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025439 10.0.0.141 - - [2025-04-24 02:05:54] "POST /neutron/network HTTP/1.1" 200 117 0.026954 10.0.0.141 - - [2025-04-24 02:05:54] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/network HTTP/1.1" 200 625 0.063541 10.0.0.141 - - [2025-04-24 02:05:55] "POST /route-targets HTTP/1.1" 200 328 0.015795 10.0.0.141 - - [2025-04-24 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.016493 10.0.0.141 - - [2025-04-24 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005274 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.158142 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/network HTTP/1.1" 200 839 0.004147 10.0.0.141 - - [2025-04-24 02:05:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.000989 10.0.0.141 - - [2025-04-24 02:05:55] "GET /virtual-network/dd735a14-2251-42c6-a605-580795e62d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004357 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/network HTTP/1.1" 200 839 0.004409 10.0.0.141 - - [2025-04-24 02:05:55] "GET /virtual-network/dd735a14-2251-42c6-a605-580795e62d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004037 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/network HTTP/1.1" 200 839 0.004600 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.005431 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/network HTTP/1.1" 200 839 0.004134 10.0.0.141 - - [2025-04-24 02:05:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001017 10.0.0.141 - - [2025-04-24 02:05:55] "POST /neutron/network HTTP/1.1" 200 849 0.005613 10.0.0.141 - - [2025-04-24 02:05:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000337 10.0.0.141 - - [2025-04-24 02:05:55] "GET / HTTP/1.1" 200 36215 0.001446 10.0.0.141 - - [2025-04-24 02:05:55] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2025-04-24 02:05:56] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.141 - - [2025-04-24 02:05:56] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039405 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/network HTTP/1.1" 200 839 0.004280 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.004404 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.004614 10.0.0.141 - - [2025-04-24 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.141 - - [2025-04-24 02:05:56] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002532 10.0.0.141 - - [2025-04-24 02:05:56] "PUT /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d HTTP/1.1" 200 277 0.008424 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.004521 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/network HTTP/1.1" 200 849 0.005044 10.0.0.141 - - [2025-04-24 02:05:56] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 1055 0.185602 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 1055 0.006724 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 1055 0.006616 10.0.0.141 - - [2025-04-24 02:05:56] "POST /neutron/port HTTP/1.1" 200 1109 0.045129 10.0.0.141 - - [2025-04-24 02:05:57] "POST /neutron/port HTTP/1.1" 200 1083 0.013346 10.0.0.141 - - [2025-04-24 02:05:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002512 10.0.0.141 - - [2025-04-24 02:05:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.008754 10.0.0.141 - - [2025-04-24 02:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.000908 10.0.0.141 - - [2025-04-24 02:05:57] "POST /neutron/network HTTP/1.1" 200 839 0.004029 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /project/7d2a6f97dc4443c28bbb95ece0045379 HTTP/1.1" 404 173 0.009658 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /project/b9e8518a3d3843808e0eff1b69fec8e8 HTTP/1.1" 404 173 0.008895 10.0.0.141 - - [2025-04-24 02:06:00] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000897 10.0.0.141 - - [2025-04-24 02:06:00] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000830 10.0.0.141 - - [2025-04-24 02:06:00] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.030538 10.0.0.141 - - [2025-04-24 02:06:00] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.033234 10.0.0.141 - - [2025-04-24 02:06:00] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.141 - - [2025-04-24 02:06:00] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002272 10.0.0.141 - - [2025-04-24 02:06:00] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?fields=security_groups HTTP/1.1" 200 1367 0.040959 10.0.0.141 - - [2025-04-24 02:06:00] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?fields=security_groups HTTP/1.1" 200 1367 0.045449 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /security-group/fe33084a-da98-4ba7-9913-febd595c8c36 HTTP/1.1" 200 115 0.056465 10.0.0.141 - - [2025-04-24 02:06:00] "GET /projects?obj_uuids=98de6447-1393-4a6d-9a3e-97676c0a4fce&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /access-control-list/7837061d-f13d-48b8-beed-4024a0259c73 HTTP/1.1" 200 115 0.041295 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /security-group/a1c44ede-95f6-4cc9-81d0-0ce6ee4b8c31 HTTP/1.1" 200 115 0.071617 10.0.0.141 - - [2025-04-24 02:06:00] "GET /projects?obj_uuids=b9e8518a-3d38-4380-8e0e-ff1b69fec8e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.141 - - [2025-04-24 02:06:00] "GET /project/98de6447-1393-4a6d-9a3e-97676c0a4fce?fields=application_policy_sets HTTP/1.1" 200 1406 0.035651 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /access-control-list/f42990fc-be5c-4c8a-8115-d5a23990adea HTTP/1.1" 200 115 0.041277 10.0.0.141 - - [2025-04-24 02:06:00] "GET /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8?fields=application_policy_sets HTTP/1.1" 200 1406 0.071682 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /access-control-list/85d937e4-b175-4de1-9127-66fbfc841595 HTTP/1.1" 200 115 0.037589 10.0.0.141 - - [2025-04-24 02:06:00] "DELETE /access-control-list/80bafc9b-71d1-43d0-a683-2075bbe79ccb HTTP/1.1" 200 115 0.030581 10.0.0.141 - - [2025-04-24 02:06:01] "DELETE /project/98de6447-1393-4a6d-9a3e-97676c0a4fce HTTP/1.1" 200 115 0.370070 10.0.0.141 - - [2025-04-24 02:06:01] "DELETE /project/b9e8518a-3d38-4380-8e0e-ff1b69fec8e8 HTTP/1.1" 200 115 0.406863 10.0.0.141 - - [2025-04-24 02:06:01] "POST /neutron/port HTTP/1.1" 200 1083 0.013634 10.0.0.141 - - [2025-04-24 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016451 10.0.0.141 - - [2025-04-24 02:06:01] "POST /neutron/port HTTP/1.1" 200 1083 0.012980 10.0.0.141 - - [2025-04-24 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004796 10.0.0.141 - - [2025-04-24 02:06:01] "POST /neutron/port HTTP/1.1" 200 1083 0.016400 10.0.0.141 - - [2025-04-24 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004995 10.0.0.141 - - [2025-04-24 02:06:01] "GET /virtual-machine/98ae6c6f-7492-406b-82e8-f6c27792e517 HTTP/1.1" 401 293 0.000352 10.0.0.141 - - [2025-04-24 02:06:02] "GET /virtual-machine/98ae6c6f-7492-406b-82e8-f6c27792e517 HTTP/1.1" 200 1294 0.022989 10.0.0.141 - - [2025-04-24 02:06:02] "GET /virtual-machine-interface/a3519851-6c79-41dd-83d2-a5931628f748 HTTP/1.1" 200 2978 0.004170 10.0.0.141 - - [2025-04-24 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.141 - - [2025-04-24 02:06:02] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.002676 10.0.0.141 - - [2025-04-24 02:06:02] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002005 10.0.0.141 - - [2025-04-24 02:06:02] "GET /virtual-network/dd735a14-2251-42c6-a605-580795e62d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004487 10.0.0.141 - - [2025-04-24 02:06:04] "POST /neutron/port HTTP/1.1" 200 1083 0.014362 10.0.0.141 - - [2025-04-24 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004493 10.0.0.141 - - [2025-04-24 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.141 - - [2025-04-24 02:06:05] "GET /virtual-network/dd735a14-2251-42c6-a605-580795e62d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004664 10.0.0.141 - - [2025-04-24 02:06:06] "GET /obj-perms HTTP/1.1" 200 5075 0.037837 10.0.0.141 - - [2025-04-24 02:06:06] "GET /obj-perms HTTP/1.1" 200 5075 0.035822 10.0.0.141 - - [2025-04-24 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.141 - - [2025-04-24 02:06:07] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003137 10.0.0.141 - - [2025-04-24 02:06:07] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002531 10.0.0.141 - - [2025-04-24 02:06:07] "GET /virtual-network/dd735a14-2251-42c6-a605-580795e62d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004864 10.0.0.141 - - [2025-04-24 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-04-24 02:06:09] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.002779 10.0.0.141 - - [2025-04-24 02:06:09] "PUT /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d HTTP/1.1" 200 277 0.007787 10.0.0.141 - - [2025-04-24 02:06:09] "POST /neutron/network HTTP/1.1" 200 839 0.006113 10.0.0.141 - - [2025-04-24 02:06:09] "POST /neutron/network HTTP/1.1" 400 204 0.010719 10.0.0.141 - - [2025-04-24 02:06:10] "POST /neutron/port HTTP/1.1" 200 1083 0.013651 10.0.0.141 - - [2025-04-24 02:06:10] "POST /neutron/port HTTP/1.1" 200 1109 0.007346 10.0.0.141 - - [2025-04-24 02:06:10] "POST /neutron/port HTTP/1.1" 200 151 0.112091 10.0.0.141 - - [2025-04-24 02:06:11] "POST /neutron/network HTTP/1.1" 200 839 0.005149 10.0.0.141 - - [2025-04-24 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.141 - - [2025-04-24 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002815 10.0.0.141 - - [2025-04-24 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001708 10.0.0.141 - - [2025-04-24 02:06:11] "POST /neutron/network HTTP/1.1" 200 151 0.076421 10.0.0.141 - - [2025-04-24 02:06:11] "DELETE /route-target/5e0cd932-2f00-4d02-bf63-75ce8e7caa3e HTTP/1.1" 200 115 0.015453 10.0.0.141 - - [2025-04-24 02:06:12] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002610 10.0.0.141 - - [2025-04-24 02:06:12] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d HTTP/1.1" 200 1830 0.002699 10.0.0.141 - - [2025-04-24 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001923 10.0.0.141 - - [2025-04-24 02:06:12] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.141 - - [2025-04-24 02:06:12] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023475 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/network HTTP/1.1" 200 117 0.007900 10.0.0.141 - - [2025-04-24 02:06:12] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/network HTTP/1.1" 200 605 0.062835 10.0.0.141 - - [2025-04-24 02:06:12] "POST /route-targets HTTP/1.1" 200 328 0.010768 10.0.0.141 - - [2025-04-24 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.019561 10.0.0.141 - - [2025-04-24 02:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002674 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.167212 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/network HTTP/1.1" 200 823 0.004410 10.0.0.141 - - [2025-04-24 02:06:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.000968 10.0.0.141 - - [2025-04-24 02:06:12] "GET /virtual-network/f45ac196-6de3-4c30-8911-94d0d04aa00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004011 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/network HTTP/1.1" 200 823 0.004279 10.0.0.141 - - [2025-04-24 02:06:12] "GET /virtual-network/f45ac196-6de3-4c30-8911-94d0d04aa00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003995 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/network HTTP/1.1" 200 823 0.003917 10.0.0.141 - - [2025-04-24 02:06:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.005121 10.0.0.141 - - [2025-04-24 02:06:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.000861 10.0.0.141 - - [2025-04-24 02:06:13] "POST /neutron/network HTTP/1.1" 200 833 0.004953 10.0.0.141 - - [2025-04-24 02:06:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000343 10.0.0.141 - - [2025-04-24 02:06:13] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.141 - - [2025-04-24 02:06:13] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2025-04-24 02:06:13] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.141 - - [2025-04-24 02:06:13] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046665 10.0.0.141 - - [2025-04-24 02:06:13] "POST /neutron/network HTTP/1.1" 200 823 0.004088 10.0.0.141 - - [2025-04-24 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.004408 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.003874 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.004144 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/network HTTP/1.1" 200 833 0.005094 10.0.0.141 - - [2025-04-24 02:06:14] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 1059 0.193947 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 1059 0.007899 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 1059 0.007088 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 1113 0.059587 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013753 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002644 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.008811 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.141 - - [2025-04-24 02:06:14] "POST /neutron/network HTTP/1.1" 200 823 0.004537 10.0.0.141 - - [2025-04-24 02:06:19] "POST /neutron/port HTTP/1.1" 200 1087 0.013445 10.0.0.141 - - [2025-04-24 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004737 10.0.0.141 - - [2025-04-24 02:06:19] "POST /neutron/port HTTP/1.1" 200 1087 0.012528 10.0.0.141 - - [2025-04-24 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004577 10.0.0.141 - - [2025-04-24 02:06:19] "POST /neutron/port HTTP/1.1" 200 1087 0.012214 10.0.0.141 - - [2025-04-24 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004734 10.0.0.141 - - [2025-04-24 02:06:19] "GET /virtual-machine/80e84440-e6db-4a58-ac8f-972dc8053fb2 HTTP/1.1" 200 1294 0.003395 10.0.0.141 - - [2025-04-24 02:06:19] "GET /virtual-machine-interface/23b3ebb0-631c-4090-9782-22860e50adf4 HTTP/1.1" 200 2948 0.003956 10.0.0.141 - - [2025-04-24 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.141 - - [2025-04-24 02:06:19] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002277 10.0.0.141 - - [2025-04-24 02:06:19] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002799 10.0.0.141 - - [2025-04-24 02:06:19] "GET /virtual-network/f45ac196-6de3-4c30-8911-94d0d04aa00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004664 10.0.0.141 - - [2025-04-24 02:06:22] "POST /neutron/port HTTP/1.1" 200 1087 0.013029 10.0.0.141 - - [2025-04-24 02:06:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004251 10.0.0.141 - - [2025-04-24 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.141 - - [2025-04-24 02:06:22] "GET /virtual-network/f45ac196-6de3-4c30-8911-94d0d04aa00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004205 10.0.0.141 - - [2025-04-24 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.141 - - [2025-04-24 02:06:24] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002726 10.0.0.141 - - [2025-04-24 02:06:24] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002570 10.0.0.141 - - [2025-04-24 02:06:24] "GET /virtual-network/f45ac196-6de3-4c30-8911-94d0d04aa00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005017 10.0.0.141 - - [2025-04-24 02:06:26] "POST /neutron/network HTTP/1.1" 200 823 0.007663 10.0.0.141 - - [2025-04-24 02:06:26] "POST /neutron/network HTTP/1.1" 400 204 0.011082 10.0.0.141 - - [2025-04-24 02:06:27] "POST /neutron/port HTTP/1.1" 200 1087 0.013430 10.0.0.141 - - [2025-04-24 02:06:27] "POST /neutron/port HTTP/1.1" 200 1113 0.007169 10.0.0.141 - - [2025-04-24 02:06:27] "POST /neutron/port HTTP/1.1" 200 151 0.083989 10.0.0.141 - - [2025-04-24 02:06:28] "POST /neutron/network HTTP/1.1" 200 823 0.005257 10.0.0.141 - - [2025-04-24 02:06:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001697 10.0.0.141 - - [2025-04-24 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.141 - - [2025-04-24 02:06:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001726 10.0.0.141 - - [2025-04-24 02:06:28] "POST /neutron/network HTTP/1.1" 200 151 0.066038 10.0.0.141 - - [2025-04-24 02:06:28] "DELETE /route-target/a75a8038-bc46-45c6-a5d4-0e0a2f270cfb HTTP/1.1" 200 115 0.013182 10.0.0.141 - - [2025-04-24 02:06:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002623 10.0.0.141 - - [2025-04-24 02:06:29] "POST /network-ipams HTTP/1.1" 200 543 0.012996 10.0.0.141 - - [2025-04-24 02:06:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002706 10.0.0.141 - - [2025-04-24 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.141 - - [2025-04-24 02:06:29] "GET /network-ipam/a460db1c-9380-4e49-b45c-d3e0d1fab75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004401 10.0.0.141 - - [2025-04-24 02:06:29] "PUT /network-ipam/a460db1c-9380-4e49-b45c-d3e0d1fab75a HTTP/1.1" 200 259 0.008053 10.0.0.141 - - [2025-04-24 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.141 - - [2025-04-24 02:06:29] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.141 - - [2025-04-24 02:06:29] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026139 10.0.0.141 - - [2025-04-24 02:06:29] "POST /neutron/network HTTP/1.1" 200 117 0.006361 10.0.0.141 - - [2025-04-24 02:06:29] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.141 - - [2025-04-24 02:06:29] "POST /neutron/network HTTP/1.1" 200 605 0.054435 10.0.0.141 - - [2025-04-24 02:06:29] "POST /route-targets HTTP/1.1" 200 328 0.010057 10.0.0.141 - - [2025-04-24 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.008799 10.0.0.141 - - [2025-04-24 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002894 10.0.0.141 - - [2025-04-24 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.132668 10.0.0.141 - - [2025-04-24 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.129335 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/network HTTP/1.1" 200 994 0.005685 10.0.0.141 - - [2025-04-24 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.000934 10.0.0.141 - - [2025-04-24 02:06:30] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.003875 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/network HTTP/1.1" 200 994 0.005097 10.0.0.141 - - [2025-04-24 02:06:30] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.003895 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/network HTTP/1.1" 200 994 0.004858 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.004840 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.005409 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/network HTTP/1.1" 200 994 0.004899 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.004860 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.004966 10.0.0.141 - - [2025-04-24 02:06:30] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 1017 0.148196 10.0.0.141 - - [2025-04-24 02:06:30] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 1017 0.156739 10.0.0.141 - - [2025-04-24 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.003757 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007250 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007008 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/network HTTP/1.1" 200 994 0.006026 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 1017 0.005685 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.004479 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.004004 10.0.0.141 - - [2025-04-24 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001224 10.0.0.141 - - [2025-04-24 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.004166 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.006863 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005520 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/network HTTP/1.1" 200 994 0.005076 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005495 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.005176 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005989 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005842 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.003327 10.0.0.141 - - [2025-04-24 02:06:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.000962 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.005325 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/network HTTP/1.1" 200 1004 0.006649 10.0.0.141 - - [2025-04-24 02:06:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.006994 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/network HTTP/1.1" 200 1004 0.007762 10.0.0.141 - - [2025-04-24 02:06:31] "GET / HTTP/1.1" 200 36215 0.001318 10.0.0.141 - - [2025-04-24 02:06:31] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000305 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005987 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007067 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.006428 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/network HTTP/1.1" 200 1004 0.007540 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008402 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007209 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1109 0.099968 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1109 0.117942 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.025784 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.012644 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003021 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002184 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.012848 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.012731 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.000946 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/network HTTP/1.1" 200 994 0.011075 10.0.0.141 - - [2025-04-24 02:06:31] "POST /neutron/network HTTP/1.1" 200 994 0.007204 10.0.0.141 - - [2025-04-24 02:06:32] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.141 - - [2025-04-24 02:06:32] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048012 10.0.0.141 - - [2025-04-24 02:06:32] "POST /neutron/network HTTP/1.1" 200 994 0.037231 10.0.0.141 - - [2025-04-24 02:06:32] "POST /neutron/port HTTP/1.1" 200 2050 0.028522 10.0.0.141 - - [2025-04-24 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015408 10.0.0.141 - - [2025-04-24 02:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.008897 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domains HTTP/1.1" 200 281 0.006445 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2583 0.011776 10.0.0.141 - - [2025-04-24 02:06:32] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.141 - - [2025-04-24 02:06:32] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379 HTTP/1.1" 200 2851 0.090681 10.0.0.141 - - [2025-04-24 02:06:32] "GET /network-ipam/a460db1c-9380-4e49-b45c-d3e0d1fab75a HTTP/1.1" 200 2605 0.006725 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domains HTTP/1.1" 200 281 0.002145 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2583 0.006042 10.0.0.141 - - [2025-04-24 02:06:32] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000858 10.0.0.141 - - [2025-04-24 02:06:32] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379 HTTP/1.1" 200 2851 0.070271 10.0.0.141 - - [2025-04-24 02:06:32] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8 HTTP/1.1" 200 3787 0.005191 10.0.0.141 - - [2025-04-24 02:06:32] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8 HTTP/1.1" 200 3787 0.003987 10.0.0.141 - - [2025-04-24 02:06:32] "GET /routing-instance/30a69b10-475d-47ef-a8b4-b03af99015c3 HTTP/1.1" 200 2385 0.003047 10.0.0.141 - - [2025-04-24 02:06:32] "GET /routing-instance/30a69b10-475d-47ef-a8b4-b03af99015c3 HTTP/1.1" 200 2385 0.003052 10.0.0.141 - - [2025-04-24 02:06:32] "GET /route-target/994c297e-77d0-4a3d-b157-fe144f1575fd HTTP/1.1" 200 1207 0.002808 10.0.0.141 - - [2025-04-24 02:06:32] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8 HTTP/1.1" 200 3787 0.003899 10.0.0.141 - - [2025-04-24 02:06:32] "GET /routing-instance/30a69b10-475d-47ef-a8b4-b03af99015c3 HTTP/1.1" 200 2385 0.003085 10.0.0.141 - - [2025-04-24 02:06:32] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004163 10.0.0.141 - - [2025-04-24 02:06:32] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8 HTTP/1.1" 200 3787 0.004146 10.0.0.141 - - [2025-04-24 02:06:32] "GET /routing-instance/30a69b10-475d-47ef-a8b4-b03af99015c3 HTTP/1.1" 200 2385 0.002478 10.0.0.141 - - [2025-04-24 02:06:32] "GET /routing-instance/30a69b10-475d-47ef-a8b4-b03af99015c3 HTTP/1.1" 200 2385 0.002629 10.0.0.141 - - [2025-04-24 02:06:32] "GET /route-target/994c297e-77d0-4a3d-b157-fe144f1575fd HTTP/1.1" 200 1207 0.002249 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domains HTTP/1.1" 200 281 0.001957 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.141 - - [2025-04-24 02:06:32] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2583 0.005939 10.0.0.141 - - [2025-04-24 02:06:32] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.141 - - [2025-04-24 02:06:32] "POST /neutron/network HTTP/1.1" 200 1004 0.007463 10.0.0.141 - - [2025-04-24 02:06:32] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001669 10.0.0.141 - - [2025-04-24 02:06:32] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379 HTTP/1.1" 200 2851 0.090444 10.0.0.141 - - [2025-04-24 02:06:32] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8 HTTP/1.1" 200 3787 0.009197 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1055 0.297385 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1055 0.046421 10.0.0.141 - - [2025-04-24 02:06:33] "GET /obj-perms HTTP/1.1" 200 5049 0.076328 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1055 0.011770 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1083 0.041477 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1109 0.084742 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005395 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1083 0.012798 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004215 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1083 0.015050 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/subnet HTTP/1.1" 200 673 0.012628 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005918 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/network HTTP/1.1" 200 994 0.007596 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017334 10.0.0.141 - - [2025-04-24 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006258 10.0.0.141 - - [2025-04-24 02:06:33] "GET /virtual-machine/2cbb8587-722f-4c39-bbfa-c6c1145fe532 HTTP/1.1" 200 1290 0.003757 10.0.0.141 - - [2025-04-24 02:06:33] "GET /virtual-machine-interface/765353b1-7803-447b-8af1-fab1f84e3d64 HTTP/1.1" 200 2948 0.005754 10.0.0.141 - - [2025-04-24 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.141 - - [2025-04-24 02:06:33] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002482 10.0.0.141 - - [2025-04-24 02:06:33] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002790 10.0.0.141 - - [2025-04-24 02:06:33] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005368 10.0.0.141 - - [2025-04-24 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.141 - - [2025-04-24 02:06:36] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004407 10.0.0.141 - - [2025-04-24 02:06:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013894 10.0.0.141 - - [2025-04-24 02:06:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004042 10.0.0.141 - - [2025-04-24 02:06:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013807 10.0.0.141 - - [2025-04-24 02:06:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004336 10.0.0.141 - - [2025-04-24 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.141 - - [2025-04-24 02:06:40] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006666 10.0.0.141 - - [2025-04-24 02:06:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014804 10.0.0.141 - - [2025-04-24 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004045 10.0.0.141 - - [2025-04-24 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.141 - - [2025-04-24 02:06:43] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002734 10.0.0.141 - - [2025-04-24 02:06:43] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002836 10.0.0.141 - - [2025-04-24 02:06:43] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005090 10.0.0.141 - - [2025-04-24 02:06:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014009 10.0.0.141 - - [2025-04-24 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005780 10.0.0.141 - - [2025-04-24 02:06:43] "POST /neutron/port HTTP/1.1" 200 1083 0.013354 10.0.0.141 - - [2025-04-24 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005007 10.0.0.141 - - [2025-04-24 02:06:43] "POST /neutron/port HTTP/1.1" 200 1083 0.013742 10.0.0.141 - - [2025-04-24 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005046 10.0.0.141 - - [2025-04-24 02:06:43] "GET /virtual-machine/ddcd02d8-653f-49c8-9c48-4a3e24f05014 HTTP/1.1" 200 1291 0.004307 10.0.0.141 - - [2025-04-24 02:06:43] "GET /virtual-machine-interface/891b325d-5ee5-4c54-a7a5-5fc6498504fd HTTP/1.1" 200 2948 0.004724 10.0.0.141 - - [2025-04-24 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.141 - - [2025-04-24 02:06:43] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002603 10.0.0.141 - - [2025-04-24 02:06:43] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003088 10.0.0.141 - - [2025-04-24 02:06:43] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005200 10.0.0.141 - - [2025-04-24 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.141 - - [2025-04-24 02:06:44] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002504 10.0.0.141 - - [2025-04-24 02:06:44] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002443 10.0.0.141 - - [2025-04-24 02:06:44] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004821 10.0.0.141 - - [2025-04-24 02:06:45] "POST /neutron/port HTTP/1.1" 200 1083 0.013878 10.0.0.141 - - [2025-04-24 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004781 10.0.0.141 - - [2025-04-24 02:06:45] "POST /neutron/port HTTP/1.1" 200 1083 0.013015 10.0.0.141 - - [2025-04-24 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004869 10.0.0.141 - - [2025-04-24 02:06:45] "POST /neutron/port HTTP/1.1" 200 1083 0.012590 10.0.0.141 - - [2025-04-24 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005314 10.0.0.141 - - [2025-04-24 02:06:45] "GET /virtual-machine/9c24e52c-b538-418b-8a73-8f7e03fae43e HTTP/1.1" 200 1294 0.003631 10.0.0.141 - - [2025-04-24 02:06:45] "GET /virtual-machine-interface/08329e6a-e69d-4e3b-9707-4062fb66c07c HTTP/1.1" 200 2947 0.004049 10.0.0.141 - - [2025-04-24 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.141 - - [2025-04-24 02:06:45] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002493 10.0.0.141 - - [2025-04-24 02:06:45] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002663 10.0.0.141 - - [2025-04-24 02:06:45] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007905 10.0.0.141 - - [2025-04-24 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.141 - - [2025-04-24 02:06:46] "GET /global-vrouter-config/e41ac0cf-ef29-4036-84e7-86162f05740d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002725 10.0.0.141 - - [2025-04-24 02:06:46] "GET /virtual-networks?parent_id=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002626 10.0.0.141 - - [2025-04-24 02:06:46] "GET /virtual-network/3373c591-0a79-431c-a482-9363471374b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004512 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/port HTTP/1.1" 200 1083 0.014026 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/port HTTP/1.1" 200 1083 0.013044 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/network HTTP/1.1" 200 1004 0.006174 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002663 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.010761 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.141 - - [2025-04-24 02:06:56] "POST /neutron/network HTTP/1.1" 200 994 0.005528 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 1109 0.009036 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 1109 0.007781 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 151 0.090055 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 1109 0.012608 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 1109 0.010609 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 151 0.130653 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/network HTTP/1.1" 200 994 0.012281 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 1083 0.029947 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/network HTTP/1.1" 400 204 0.012354 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 1109 0.009981 10.0.0.141 - - [2025-04-24 02:07:02] "POST /neutron/port HTTP/1.1" 200 151 0.114278 10.0.0.141 - - [2025-04-24 02:07:04] "POST /neutron/network HTTP/1.1" 200 994 0.007733 10.0.0.141 - - [2025-04-24 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.141 - - [2025-04-24 02:07:04] "DELETE /route-target/994c297e-77d0-4a3d-b157-fe144f1575fd HTTP/1.1" 200 115 0.013211 10.0.0.141 - - [2025-04-24 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.045573 10.0.0.141 - - [2025-04-24 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.141 - - [2025-04-24 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001484 10.0.0.141 - - [2025-04-24 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001450 10.0.0.141 - - [2025-04-24 02:07:04] "POST /neutron/network HTTP/1.1" 200 151 0.128435 10.0.0.141 - - [2025-04-24 02:07:04] "GET /routing-instance/30a69b10-475d-47ef-a8b4-b03af99015c3 HTTP/1.1" 404 171 0.002067 10.0.0.141 - - [2025-04-24 02:07:04] "GET /domains HTTP/1.1" 200 281 0.001836 10.0.0.141 - - [2025-04-24 02:07:04] "GET /domains?obj_uuids=14fd59fa-11f8-48ef-90be-991f37e7405c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.141 - - [2025-04-24 02:07:04] "GET /domain/14fd59fa-11f8-48ef-90be-991f37e7405c HTTP/1.1" 200 2583 0.049722 10.0.0.141 - - [2025-04-24 02:07:04] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.141 - - [2025-04-24 02:07:04] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379 HTTP/1.1" 200 2091 0.068509 10.0.0.141 - - [2025-04-24 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.141 - - [2025-04-24 02:07:04] "DELETE /network-ipam/a460db1c-9380-4e49-b45c-d3e0d1fab75a HTTP/1.1" 200 115 0.019169 10.0.0.141 - - [2025-04-24 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.001795 10.0.0.141 - - [2025-04-24 02:07:05] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.141 - - [2025-04-24 02:07:05] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050633 10.0.0.141 - - [2025-04-24 02:07:05] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002725 10.0.0.141 - - [2025-04-24 02:07:05] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?fields=virtual_networks HTTP/1.1" 200 1034 0.068675 10.0.0.141 - - [2025-04-24 02:07:05] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.141 - - [2025-04-24 02:07:05] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023253 10.0.0.141 - - [2025-04-24 02:07:05] "GET /projects?obj_uuids=7d2a6f97-dc44-43c2-8bbb-95ece0045379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.141 - - [2025-04-24 02:07:05] "GET /project/7d2a6f97-dc44-43c2-8bbb-95ece0045379?fields=security_groups HTTP/1.1" 200 1261 0.024586 10.0.0.141 - - [2025-04-24 02:07:07] "GET /obj-perms HTTP/1.1" 200 5075 0.040523 10.0.0.141 - - [2025-04-24 02:07:07] "GET /obj-perms HTTP/1.1" 200 5075 0.036861 10.0.0.141 - - [2025-04-24 02:07:07] "POST /neutron/port HTTP/1.1" 200 117 0.004755 10.0.0.141 - - [2025-04-24 02:07:07] "POST /neutron/port HTTP/1.1" 400 205 0.002901 10.0.0.141 - - [2025-04-24 02:07:07] "POST /neutron/port HTTP/1.1" 200 117 0.005045 10.0.0.141 - - [2025-04-24 02:07:07] "POST /neutron/port HTTP/1.1" 400 205 0.002757 10.0.0.141 - - [2025-04-24 02:07:12] "GET / HTTP/1.1" 200 36215 0.002482 10.0.0.141 - - [2025-04-24 02:07:12] "GET /global-system-configs HTTP/1.1" 200 323 0.134851 10.0.0.141 - - [2025-04-24 02:07:12] "GET /obj-perms HTTP/1.1" 200 5075 0.163827 10.0.0.141 - - [2025-04-24 02:07:12] "GET /global-system-configs HTTP/1.1" 200 323 0.024415 10.0.0.141 - - [2025-04-24 02:07:12] "GET /obj-perms HTTP/1.1" 200 5075 0.051159 10.0.0.141 - - [2025-04-24 02:07:12] "GET /project/4e51bf44-b051-4d65-85dc-bcd29148602e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000424 10.0.0.141 - - [2025-04-24 02:07:13] "GET /projects?obj_uuids=4e51bf44-b051-4d65-85dc-bcd29148602e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001395 10.0.0.141 - - [2025-04-24 02:07:13] "GET /project/4e51bf44-b051-4d65-85dc-bcd29148602e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.050718